CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/07 17:00:17 Modified files: sys/conf : newvers.sh Log message: move us to 4.3-current CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/07 18:13:18 Modified files: distrib/notes/armish: prep Log message: show people how to load bsd.rd over the network rather than just the bootloader, and clarify autoboot instructions. ok deraadt CVSROOT: /cvs Module name: src Changes by: simon@cvs.openbsd.org 2008/03/07 18:23:16 Modified files: usr.sbin/config: ukcutil.c Log message: avoid request for input if lines are set to zero ok deraadt@, sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/07 18:52:35 Modified files: sys/netinet6 : icmp6.c Log message: allow a response to icmp6 node information queries where the local hostname starts with a digit. ok mcbride CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/07 21:27:19 Modified files: . : errata42.html Log message: unconfuse some non-english speakers CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 04:32:38 Modified files: usr.sbin/pkg_add: pkg_add pkg_delete usr.sbin/pkg_add/OpenBSD: Getopt.pm usr.sbin/pkg_add/pod: OpenBSD::Getopt.pod Log message: let GetOpt count how many times it sees an option, removes special case for -v, and allow other fun possibilities. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 04:37:33 Modified files: usr.bin/ftp : ftp.1 Log message: Document that -k 0 does not do anything, instead of sending bytes every 0 seconds. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 04:41:42 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_delete.1 usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: tweak messages mentioning checksums so that they mention checksums, not specifics like md5, since that's likely to change. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 04:48:02 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_delete.1 usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: better -q: mention once, and it speeds up (assumes normal files haven't changed), but still checks config files. Use twice, and wipe your config out as well. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 04:53:36 Modified files: usr.bin/cvs : buf.c diff3.c diff_internals.c rcs.c remote.c Log message: correct usage of lseek(2); CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 05:07:45 Modified files: usr.sbin/pkg_add: pkg_add pkg_delete pkg_info usr.sbin/pkg_add/OpenBSD: Add.pm CollisionReport.pm Dependencies.pm PackageInfo.pm PackingElement.pm Replace.pm Update.pm UpdateSet.pm Log message: rename forced to defines CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/08 05:34:09 Modified files: usr.bin/vi/vi : vs_relative.c Log message: fix vs_columns() for the "set nu" case. avoids segfaults for very long lines containing tabs; from Nathan Houghton; ok millert@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/08 06:46:48 Modified files: build/mirrors : cvsync.html.head Log message: sync with manual change to cvsync.html CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 08:36:12 Modified files: gnu/usr.sbin/mkhybrid/mkhybrid: Makefile gnu/usr.sbin/mkhybrid/src: Makefile Makefile.in apple.c apple.h desktop.c eltorito.c files.c hash.c joliet.c mac_label.c mac_label.h match.c match.h mkisofs.c multi.c name.c rock.c tree.c vms.c volume.c write.c gnu/usr.sbin/mkhybrid/src/libfile: apprentice.c file.h lfile.c softmagic.c gnu/usr.sbin/mkhybrid/src/libhfs_iso: block.c Added files: gnu/usr.sbin/mkhybrid/src: apple_proto.h mac_label_proto.h volume.h write.h gnu/usr.sbin/mkhybrid/src/libfile: proto.h Removed files: gnu/usr.sbin/mkhybrid/src: exclude.c exclude.h fnmatch.c fnmatch.h Log message: more mkhybrid prototypes cleanups. okay otto@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 08:42:26 Modified files: sys/arch/sparc64/include: sparc64.h sys/arch/sparc64/sparc64: ofw_machdep.c Log message: SUNW,set-trap-table takes an extra argument on sun4v; sun4u doesn't seem to mind. tested by miod@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 09:24:45 Modified files: sys/dev/pci : if_iwn.c if_wpi.c Log message: allows SMALL_KERNEL compiles okay damien@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 09:30:36 Modified files: sys/arch/sparc64/include: autoconf.h sys/arch/sparc64/sparc64: autoconf.c Log message: Introduce a function to check the "status" property of an OFW node, and use it to avoid attaching disabled or failed devices. This should make it possible to manually deconfigure devices on mid-range and high-end servers like the V880 using the "asr-disable" PROM command, and make OpenBSD avoid using hardware that has been detected as faulty by the POST or OpenBoot Diagnostics. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 09:33:41 Modified files: sys/arch/sparc64/dev: ebus.c Log message: Check "status" property. Since the PROM marks the floppy controller device as "disabled" if no floppy drive is connected, this will get rid of the "unconfigured" message for the floppy controller on machines that don't have a floppy drive. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 09:34:32 Modified files: sys/arch/sparc64/dev: pci_machdep.c Log message: Check "status" property. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/08 09:52:28 Modified files: sys/arch/sgi/stand/boot: arcbios.c boot.c conf.c diskio.c filesystem.c start.S Log message: Cleanup/style(9) code and comments. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/08 11:11:42 Modified files: usr.bin/vi/vi : vs_refresh.c Log message: avoid inifite recursion on certain error conditions; from netbsd; ok millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 12:15:27 Modified files: sys/dev : firmload.c Log message: look for firmload on /mnt/etc/firmware as well, only for ramdisks. okay deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:15:56 Added files: sys/arch/sparc64/sparc64: hvcall.S sys/arch/sparc64/include: hypervisor.h Log message: UltraSPARC Hypervisor interfaces for sun4v. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:18:27 Added files: sys/arch/sparc64/dev: vbus.c Log message: Virtual bus for virtual devices on sun4v. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:19:43 Added files: sys/arch/sparc64/dev: vrtc.c Log message: Driver for virtual real-time clock on sun4v. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/08 12:20:12 Modified files: bin/ps : keyword.c print.c ps.c ps.h Log message: Instead of calling donlist() in the format print routines, call it a single time before we print anything, if needed. Uses a flag to specify which formats need the kernel info donlist() provides. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:20:49 Added files: share/man/man4/man4.sparc64: vbus.4 Log message: vbus(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:21:06 Added files: share/man/man4/man4.sparc64: vrtc.4 Log message: vrtc(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:26:01 Modified files: share/man/man4/man4.sparc64: Makefile Log message: Add vbus(4) and vrtc(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:27:26 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add vbus(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:28:37 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add vrtc(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:37:03 Modified files: share/man/man4/man4.sparc64: vbus.4 vrtc.4 Log message: Fix copyright year; these files were written in 2008. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:38:33 Added files: sys/arch/sparc64/dev: vcons.c Log message: Driver for console on sun4v. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/08 12:38:34 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:40:07 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add vcons(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:40:33 Added files: share/man/man4/man4.sparc64: vcons.4 Log message: vcons(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:41:41 Modified files: share/man/man4/man4.sparc64: Makefile Log message: Add vcons(4). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/08 12:45:59 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:46:59 Modified files: sys/arch/sparc64/include: ctlreg.h Log message: Add som sun4v-specific ASIs. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 13:26:34 Modified files: usr.bin/cvs : add.c checkout.c cvs.h diff.h diff3.c file.c rcs.c remove.c update.c Log message: add checkout/update -j support. still has some rough edges. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 13:52:36 Modified files: usr.bin/cvs : client.c cvs.c rcs.c Log message: Set umask (and cvs_umask) to system's umask in local and client mode. Also zap umask(0);umask(mask); calls, we have cvs_umask for this. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 14:58:34 Modified files: usr.bin/cvs : modules.c Log message: Set instead of logically ORing this variable. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 15:15:30 Modified files: usr.bin/cvs : util.c Log message: CVS/Entries file must be created in cvs_mkadmin, because they have to be available in empty directories too (containing only "D" then). ok joris CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 15:33:03 Modified files: usr.bin/cvs : rcs.c update.c Log message: better -j support CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 15:53:02 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Check "status" property for CPUs too. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 15:54:58 Modified files: usr.bin/cvs : update.c Log message: do not log successfull merges in CVSROOT/history when joining. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 17:23:17 Modified files: sys/arch/sparc64/include: conf.h sys/arch/sparc64/sparc64: conf.c Log message: Add vcons(4). CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 17:36:30 Modified files: usr.bin/cvs : client.c Log message: Prevent sending of "Directory" messages for arguments in remote setup if the specified files (or directories) do not exist. ok joris CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/08 17:42:08 Modified files: distrib/miniroot: install.sub Log message: Consolidate FTP option handling, fixing one missing set of options and adding a new question during install to allow the setting of FTP's -k option in situations where intervening routers/firewalls are prematurely killing connections. Original idea and diff from espie@ ok espie@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 17:48:42 Modified files: usr.bin/cvs : README Log message: Get README up to date: OpenCVS is linked to build now, but man pages are not installed yet. ok joris, xsa CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 18:02:38 Modified files: usr.bin/cvs : buf.c file.c logmsg.c update.c Log message: While allocation memory, make sure that file sizes are smaller than SIZE_MAX. ok joris CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 18:25:31 Modified files: usr.bin/cvs : file.c file.h Log message: rename check_dir_tag to user_supplied to reflect what the flag actually means and is used for. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 18:52:55 Modified files: usr.bin/cvs : diff3.c Log message: unused var CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 18:54:03 Modified files: usr.bin/cvs : admin.c file.c file.h Log message: pass user_supplied to struct cvs_file so it can be used in the callbacks to verify if this file was specified on the command line. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 18:58:00 Modified files: usr.bin/cvs : util.c Log message: be sure to create CVS/Root if we added a new directory to the repository. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/08 19:00:42 Modified files: distrib/miniroot: install.sub Log message: Remove question about keep alive option. Requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 19:06:32 Modified files: usr.bin/cvs : file.c Log message: Don't force ourself to support CVS_USE_WDIR commands (release, update, ...) only if we are in top directory of a repository. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 19:30:42 Modified files: usr.bin/cvs : file.c Log message: cf->user_supplied cannot be used in cvs_file_classify for all commands (like import, add, commit), so revert this change until a universal solution is found. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 20:06:56 Modified files: usr.bin/cvs : file.c Log message: do not empty the list in cvs_file_walklist() this is the caller his responsibility, allows us to reuse the same file list for multiple callbacks. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 20:14:52 Modified files: usr.bin/cvs : admin.c checkout.c commit.c cvs.h file.c repository.c repository.h tag.c Log message: proper repository locking: - all read operations now look for a lock, and wait if present but never try to lock the tree themselfs anymore. - all write operations lock the tree where needed. - commit locks all relevant directories before even attempting to start. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 20:32:01 Modified files: usr.bin/cvs : client.c Log message: revert one of tobias his changes, it broke remote for several commands. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 20:41:55 Modified files: usr.bin/cvs : add.c Log message: do not use CR_REPO in a remote setup, that will obviously fail. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 01:32:46 Modified files: . : index.html Log message: new www mirror in Serbia, from Bogdan Culibrk. while here, bump copyright year CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 01:37:07 Modified files: . : donations.html Log message: fix broken hrefs, from Fred Crowson CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 01:43:34 Modified files: . : cvsup.html Log message: update repository sizes here too CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/09 01:55:22 Modified files: openssh : users.html Log message: Novell changed their website layout, so update our link. ok nick, steven CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 01:57:20 Modified files: faq : faq4.html Log message: & -> & from alan.bsd at gmail CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 03:06:58 Modified files: . : index.html Log message: remove unixtech.be mirror which has been unreachable for a while CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/09 06:03:03 Modified files: sys/arch/alpha/stand/boot: newvers.sh sys/arch/alpha/stand/netboot: if_prom.c newvers.sh sys/arch/mac68k/mac68k: dpme.h sys/compat/osf1: README.syscalls sys/netinet6 : in6.h Log message: use the right capitalization for platform names ok jsing@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 06:52:33 Modified files: usr.bin/cvs : util.c Log message: be sure to build CVS/Root when updating and building directories (-d) CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 07:01:22 Modified files: usr.bin/cvs : update.c Log message: when in server mode, be sure the client picks up any new directories if they are available if we run with -d, however do not send the stuff when running a checkout so empty directories do not even appear in our working copy, saves us the whole pruning trouble at the end with co. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 07:24:52 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Allow clock to attach to any fhc?, not just fhc0. There might be backup clocks on other boards that we want to use if the one on fhc0 failed. tested by miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 07:27:47 Modified files: sys/arch/sparc64/dev: fhc.c Log message: Check "status" property. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 07:28:20 Modified files: sys/arch/sparc64/dev: sbus.c Log message: Check "status" property. CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/09 07:37:14 Modified files: de : 21.html 22.html 23.html 24.html 25.html 26.html 27.html 28.html 29.html 30.html 31.html 32.html 33.html 34.html 35.html 36.html 37.html 38.html 39.html 40.html 41.html 42.html alpha.html amiga.html anoncvs.html arc.html armish.html art4.html audio-port.html books.html crypto.html ctm.html cvsup.html cvsync.html docum.html donations.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata35.html errata36.html errata37.html errata38.html errata39.html errata41.html errata42.html events.html ftp.html goals.html hackathons.html hppa.html i386-laptop.html i386.html index.html items.html macppc.html mail.html mvme68k.html mvme88k.html orders.html plus29.html plus30.html policy.html porting.html ports.html porttest.html press.html products.html report.html security.html sgi.html smp.html sparc.html sparc64.html support.html tshirts.html users.html vax.html want.html zaurus.html faq/de : current.html faq1.html faq10.html faq11.html faq13.html faq14.html faq15.html faq2.html faq4.html faq5.html faq6.html faq8.html index.html truetype.html upgrade-old.html upgrade35.html upgrade36.html upgrade37.html upgrade38.html upgrade39.html upgrade40.html upgrade41.html upgrade42.html faq/fr : current.html faq15.html faq4.html faq7.html faq/pf/de : authpf.html carp.html filter.html index.html logging.html nat.html options.html perf.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html faq/pf/fr : pools.html faq/pf/it : ftp.html faq/pf/pl : shortcuts.html faq/pl : faq12.html faq2.html faq4.html faq6.html faq8.html index.html truetype.html upgrade41.html upgrade42.html fr : alpha.html amd64.html anoncvs.html books.html cvsup.html cvsync.html donations.html events.html ftp.html hppa.html i386.html macppc.html sparc64.html translation.html want.html zaurus.html nl : books.html donations.html translation.html openbgpd/de : ftp.html users.html openbgpd/fr : users.html opencvs/de : press.html openntpd/de : ftp.html goals.html index.html portable.html openntpd/fr : portable.html openssh/de : faq.html features.html goals.html history.html java.html list.html press.html users.html papers/de : index.html papers/fr : index.html pl : anoncvs.html cvsup.html i386-laptop.html i386.html index.html smp.html porting/de : autoconf.html libraries.html zh : 40.html anoncvs.html books.html cvsup.html cvsync.html ftp.html translation.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/09 07:43:49 Modified files: openssh : index.html Log message: Remove link to [hu], because files are outdated and unmaintained. ok saad, wim CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/09 07:45:20 Modified files: faq : index.html Log message: [pt] is outdated in faq. As discussed with maintainer, this won't change in near future. Therefore, remove link. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 08:28:21 Modified files: usr.bin/cvs : update.c Log message: simplify logic in cvs_update_leavedir() CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 09:11:21 Modified files: faq : current.html Log message: mention new default location for xenocara tree in /usr/xenocara ok nick@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:32:30 Modified files: distrib/notes/alpha: hardware distrib/notes/hppa: hardware distrib/notes/macppc: hardware distrib/notes/sparc64: hardware distrib/notes/zaurus: hardware Log message: +Atlantis Land A02-UP1-W54 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:34:34 Modified files: share/man/man9 : ieee80211_radiotap.9 Log message: DLT_IEEE_80211_RADIO -> DLT_IEEE802_11_RADIO; from Sam Banks, freebsd docs/121477 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:35:42 Modified files: usr.bin/ftp : ftp.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:36:45 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_delete.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:38:16 Modified files: share/man/man4/man4.sparc64: vbus.4 vcons.4 vrtc.4 Log message: - kill some unneeded .Pp - tweak SEE ALSO for vcons.4 CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 09:43:55 Modified files: usr.bin/cvs : update.c Log message: locate the first occurance of ':' in the given -j arguments instead of the last one, otherwise we cannot properly separate the tag from the given date (if any). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:45:06 Modified files: share/man/man4/man4.sparc64: vbus.4 intro.4 Log message: standard format for vbus.4, and bring it into intro.4; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 11:24:19 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add hvcall.S if option SUN4V is defined. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 11:34:30 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: The IOMMU code is needed for schizo(4) and pyro(4) too. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 12:02:17 Modified files: usr.bin/cvs : file.c Log message: only compare file types if the file/directory exists both on disk and in the CVS/Entries file, otherwise ignore it so we correctly remove it from CVS/Entries. spotted by krw@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 12:10:34 Added files: sys/arch/sparc64/dev: vbusvar.h Log message: Virtual bus for virtual devices on sun4v. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 12:56:45 Added files: sys/arch/sparc64/dev: viommu.c viommuvar.h Log message: sun4v hypervisor IOMMU code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 12:58:11 Added files: sys/arch/sparc64/dev: vpci.c Log message: Driver for the virtual PCI host bridge on sun4v. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 13:07:23 Modified files: share/man/man4/man4.sparc64: Makefile Added files: share/man/man4/man4.sparc64: vpci.4 Log message: vpci(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 13:15:03 Modified files: sys/arch/hppa/conf: RAMDISK Log message: Uncomment ehci(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 13:27:56 Modified files: sys/arch/sparc64/dev: iommuvar.h Log message: Add some members needed by the sunv IOMMU code. CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/09 13:32:30 Added files: . : 43.html Log message: initial start at this file for everyone to edit; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/09 13:41:13 Modified files: usr.bin/cvs : rcs.c Log message: Fix segmentation fault when running checkout -p on a file without specified head revision. ok joris CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/03/09 13:44:40 Modified files: books/AsteriskTFOT: Makefile distinfo books/AsteriskTFOT/pkg: PLIST Log message: Second edition, nudged by fries@, ok sthen@, pval@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/03/09 14:12:52 Modified files: . : 43.html Log message: - some ports lightlights. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 14:17:01 Modified files: share/man/man4 : pci.4 Log message: add vpci; ok kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 14:52:55 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add files for vpci(4). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/09 15:05:01 Modified files: . : errata.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html 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 plus41.html plus42.html Added files: . : errata43.html plus43.html Log message: rotate plus and errata (these days, this happens much before release) CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/09 15:23:52 Modified files: . : 43.html Log message: Mention some sparc64 and hppa improvements. CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/03/09 15:28:14 Modified files: . : 43.html Log message: X.Org 7.3 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/09 15:55:10 Modified files: . : sparc64.html Log message: Add a few more unsupported machines. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/09 16:11:52 Modified files: . : 43.html Log message: Mention cas(4) and gem(4) improvements. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/09 16:22:09 Modified files: . : 43.html Log message: Mention eeprom(8) improvements. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/03/09 17:04:32 Modified files: . : 43.html Log message: - sgi can do X11 now. CVSROOT: /cvs Module name: www Changes by: form@cvs.openbsd.org 2008/03/09 18:34:12 Modified files: . : 43.html Log message: New `it' driver. CVSROOT: /cvs Module name: www Changes by: form@cvs.openbsd.org 2008/03/09 18:40:04 Modified files: . : 43.html Log message: better `it' description CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/09 19:03:52 Modified files: . : 43.html Log message: mention changes to bge, em and msk. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/09 19:07:51 Modified files: . : 43.html Log message: mention ixgb. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/09 19:11:08 Modified files: . : 43.html Log message: mention viapm. CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2008/03/09 19:12:31 Modified files: . : 43.html Log message: add notes about adl(4), lkm(4) on amd64, and pctr(4) improvements. CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2008/03/09 19:14:56 Modified files: . : 43.html Log message: remove duplicate line speaking about pctr improvements... CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/09 19:20:22 Modified files: . : 43.html Log message: mention nfe, cmpci and mfi. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/09 19:29:06 Modified files: . : 43.html Log message: add isbn CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/03/10 01:40:01 Modified files: usr.sbin/ifstated: parse.y Log message: Fix a null deref in link_state, which happens on config files which refer to undeclared states. popfile() needs to be called later. Found by and OK cnst@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/10 05:02:32 Modified files: usr.sbin/snmpd : mib.c mib.h Log message: provide a partial implementation of the HOST-RESOURCES-MIB. this implements the hrStorage part, which is enough to see how much space is used on your filesystems. makes my nms happy. ok reyk@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/03/10 05:30:22 Modified files: . : want.html Log message: fix my address @openbsd.org CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/03/10 05:36:38 Modified files: . : 43.html Log message: mention that security(8) now shows package changes CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/10 06:48:24 Modified files: share/man/man4 : ugen.4 Log message: source code should fit on a 80-column display; add some paragraph breaks ok jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/10 07:11:57 Modified files: usr.sbin/pkg_add/OpenBSD: Error.pm Log message: print better error message if child dies... with extra dark magic to grab signal names from POSIX. CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/03/10 07:29:00 Modified files: . : 43.html Log message: small typo ("a driver for the driver for the") CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/10 11:15:33 Modified files: sys/sys : param.h Log message: forgot to update the param symbols to 4.3 CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/10 12:47:43 Modified files: . : errata.html Log message: pasto, finish list with a dot. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/10 13:00:25 Modified files: . : plus43.html Log message: typo CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/10 14:03:21 Modified files: regress/usr.bin/cvs: Makefile Added files: regress/usr.bin/cvs: setdate.pl test_cvs_import_01_seed1.txt,v test_opencvs_import_01_seed1.txt,v Log message: Further improve regress for OpenCVS by including possibility to change and check dates in RCS files (needed for various -D cases). As a reference, import has been adjusted. Also, it is no longer needed to supply -f option if CVS is specified with make. ok joris CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/10 14:06:07 Modified files: . : 43.html Log message: Improve description of tda(4) description. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/10 14:22:31 Modified files: . : 43.html Log message: Add man pages section to the description of the links, like we did previous years. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/03/10 15:25:53 Modified files: sys/dev/pci : emuxki.c Log message: the Dell SoundBlaster Live! 5.1 cards differ enough from "regular" SB Live!/5.1/Audigy/2/4 cards that both OSS and ALSA provide separate modules from their emu10k1 drivers to support them. and in PR 5143, we see that emu(4) does not support these Dell SBLive! cards, so don't attach emu(4) to them. ok ratchov, brad CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:25:53 Modified files: distrib/notes : m4.common distrib/notes/alpha: contents distrib/notes/amd64: contents distrib/notes/armish: contents distrib/notes/aviion: contents distrib/notes/hp300: contents distrib/notes/hppa: contents distrib/notes/i386: contents distrib/notes/landisk: contents distrib/notes/luna88k: contents distrib/notes/mac68k: contents distrib/notes/macppc: contents distrib/notes/mvme68k: contents distrib/notes/mvme88k: contents distrib/notes/sgi: contents distrib/notes/sparc: contents distrib/notes/sparc64: contents distrib/notes/vax: contents distrib/notes/zaurus: contents Log message: Sync sets sizes with release bits. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:27:33 Modified files: distrib/notes/alpha: install Log message: Tweak dhcpd configuration to please old DEC 3000 SRM; reported by Maurice Janssen, thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:34:14 Modified files: distrib/notes/armish: prep whatis Log message: Layout tweaks. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:38:28 Modified files: distrib/notes/amd64: install distrib/notes/armish: install distrib/notes/hp300: install distrib/notes/hppa: install distrib/notes/i386: install distrib/notes/landisk: 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: Suggest vt220 as a TERM value for serial-console-in-an-xterm setup everywhere instead of a mix of vt100 and vt220. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:41:26 Modified files: distrib/notes/hppa: hardware Log message: Mention 16MB of memory is necessary now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:45:44 Modified files: distrib/notes/i386: contents hardware whatis Log message: No more 80386 support, and you really don't want to try and install the system unless you have over 16MB of RAM. Here's a nickel kid, get yourself a better computer. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 16:00:12 Modified files: distrib/notes/mvme88k: whatis distrib/notes/sgi: upgrade distrib/notes/sparc64: hardware prep distrib/notes/vax: hardware distrib/notes/zaurus: hardware Log message: Minor tweaks, including behind-the-scenes fixes. CVSROOT: /cvs Module name: www Changes by: jakemsr@cvs.openbsd.org 2008/03/10 16:03:38 Modified files: . : 43.html Log message: multichannel playback on cmpci(4) and auvia(4) audio(4) improvements (maybe be more specific?) ossaudio(3) improvements CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2008/03/10 16:23:42 Modified files: . : 43.html Log message: make improvements CVSROOT: /cvs Module name: www Changes by: jakemsr@cvs.openbsd.org 2008/03/10 16:28:22 Modified files: . : 43.html Log message: - eso(4) and auich(4) recording/full-duplex works now - fix missing end tags and periods in my previous commit CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/10 16:56:43 Modified files: usr.bin/ftp : ftp.1 ftp.c Log message: turn on keepalive by default (one byte every 60 seconds) okay beck@, deraadt@, krw@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/10 17:17:47 Modified files: . : 43.html index.html items.html orders.html tshirts.html Added files: images : Cryptonaut.jpg cd43-s.gif openbsd43_cover.gif poster19-s.gif poster19.gif tshirt-29-s.gif tshirt-29.gif Log message: put up 4.3 preorders CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/10 17:55:05 Modified files: . : items.html Log message: s/4.2/4.3 CVSROOT: /cvs Module name: www Changes by: jakemsr@cvs.openbsd.org 2008/03/10 18:33:20 Modified files: . : 43.html Log message: remove - I are dumb CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/10 21:28:13 Modified files: . : 43.html Log message: update href of the image as well CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/10 21:36:49 Modified files: . : items.html Log message: X.Org 7.3 CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/10 21:49:01 Modified files: . : 43.html Log message: 4.1/4.3 typo CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/10 21:57:52 Modified files: . : items.html Log message: no luna88k for 4.2/4.3, add sgi for 4.3; confirmed by deraadt@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/03/11 00:14:21 Modified files: . : 43.html Log message: typo CVSROOT: /cvs Module name: www Changes by: damien@cvs.openbsd.org 2008/03/11 01:33:58 Modified files: . : 43.html Log message: ral(4) RT2800 + iwn(4) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/11 02:46:14 Modified files: usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: oops CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/03/11 03:21:37 Modified files: . : 43.html Log message: fill in section about relayd 4.3 (not hoststated) CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/11 03:24:53 Modified files: . : 43.html Log message: ffs stuff CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/03/11 04:39:37 Modified files: . : 43.html Log message: small typo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/11 10:50:05 Modified files: usr.bin/column : column.1 Log message: EXAMPLES: - actually say what the example does - use a display instead of .Dl, so we don;t have to escape everything - use a prompt and indicate line break - use "echo" instead of "printf", so we don;t need to specify newline additionally, use .Ex whilst in here; ok otto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/11 14:07:53 Modified files: sys/arch/mvme68k/stand/libsa: Makefile Log message: use muldi3.c to avoid putting instructions 68060 does not support into the boot media; from miod, tested by martin, this is just making release. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/03/12 04:50:44 Modified files: usr.sbin/relayd: hce.c Log message: nuke unused variable. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/12 05:32:17 Modified files: sys/dev/mii : amphy.c gentbi.c nsphy.c nsphyter.c Log message: Fix comment typo, of -> if. ok sthen@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/12 06:53:25 Modified files: . : 43.html Log message: fill in OpenSSH section CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/12 07:06:09 Modified files: usr.sbin/snmpd : ber.c Log message: Return an error if more data is requested even though the buffer is empty. Fixes an infinite loop seen by cloder@. OK cloder@, reyk@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/12 07:09:12 Modified files: usr.sbin/snmpd : ber.c Log message: SNMP has a restricted BER encoding especially all encodings use the definite-length from. So bail out with an error if this is not the case. OK cloder@, reyk@ cvs: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/12 07:12:43 Modified files: usr.sbin/snmpd : snmpe.c Log message: if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE) not if (class != BER_CLASS_UNIVERSAL && type != BER_TYPE_SEQUENCE) the class and type need to be of correct. OK reyk@ CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2008/03/12 07:31:22 Modified files: sbin/dhclient : dhclient.c Log message: Code was not passing script exit status; fix with macro. deraadt@ OK CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/12 07:54:49 Modified files: usr.bin/cvs : tag.c Log message: missing rcsnum_free(); from Igor Zinovik CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/12 08:11:52 Modified files: usr.sbin/snmpd : snmpe.c Log message: mostly stylistic - always print the client host name in snmpe error messages and make sure that the host string is initialized. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/12 08:30:11 Modified files: usr.sbin/snmpd : ber.c Log message: Check that the current ber element is a sequence or a set when '{' or '(' is used. OK reyk@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/12 10:16:40 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Set the RX FIFO threshold to no RX threshold for re(4) adapters. This resolves a number of various bad symptoms experienced by numerous users especially with the adapters at Gig speed. Tested by quite a few users. From FreeBSD/NetBSD ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/12 10:26:45 Modified files: sys/dev/ic : re.c Log message: Set the RX FIFO threshold to no RX threshold for re(4) adapters. This resolves a number of various bad symptoms experienced by numerous users especially with the adapters at Gig speed. Tested by quite a few users. From FreeBSD/NetBSD ok deraadt@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/03/12 11:27:03 Modified files: sys/net : if_pppoe.c Log message: Include relay-sid in the response if one was received. Reported and tested by Zach Wilkinson ok brad@, claudio@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/12 11:41:38 Modified files: usr.sbin/snmpd : ber.c Log message: fix a memleak in the ber_read_elements() error case. ok claudio@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/12 11:48:27 Modified files: usr.sbin/snmpd : ber.c Log message: remove noisy warning message ok claudio@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/03/12 11:59:17 Modified files: . : donations.html Log message: - paypal - from marco - remove a duplicate that snuck in in r 1.1032 CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2008/03/12 14:18:14 Modified files: . : 43.html Log message: Mention rcs tools improvements and bug fixes. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/12 14:25:17 Modified files: share/man/man4 : umidi.4 Log message: suggest tweaking the "usb descriptor" switch (if any) if the device attaches as ugen(4) rather than umidi(4). from jmc@ and jakemsr@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/12 14:33:13 Modified files: sys/dev : audio.c Log message: Set the default high water mark to the buffer size, instead of the buffer size minus one block. Otherwise, recording cannot work with 32kB blocks. ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/12 14:52:36 Modified files: sys/arch/sparc64/sparc64: intr.c locore.s genassym.cf sys/arch/sparc64/include: intr.h Log message: Introduce a per-handler interrupt acknowledgement function. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/12 17:18:59 Modified files: usr.sbin/arp : arp.c Log message: "usage:" should precede the first statement only ok jmc@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/12 17:36:07 Modified files: . : sparc64.html Log message: Amazing! The e10k just works. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/12 19:49:53 Modified files: kerberosV/src/kcm: connect.c lib/libc/gen : auth_subr.c libexec/ftpd : monitor_fdpass.c libexec/login_skey: login_skey.c libexec/login_tis: login_tis.c libexec/tftp-proxy: tftp-proxy.c libexec/tftpd : tftpd.c sbin/isakmpd : monitor_fdpass.c sbin/mount_portal: activate.c sbin/pflogd : privsep_fdpass.c sbin/ping6 : ping6.c share/man/man3 : CMSG_DATA.3 usr.bin/ssh : monitor_fdpass.c usr.sbin/bgpd : buffer.c imsg.c usr.sbin/bind/lib/isc/unix: privsep_fdpass.c usr.sbin/ospf6d: packet.c usr.sbin/ospfd : packet.c usr.sbin/ppp/ppp: bundle.c usr.sbin/relayd: buffer.c imsg.c usr.sbin/ripd : packet.c usr.sbin/route6d: route6d.c usr.sbin/snmpd : buffer.c imsg.c usr.sbin/syslogd: privsep_fdpass.c usr.sbin/tcpdump: privsep_fdpass.c regress/sys/kern/unfdpass: unfdpass.c Log message: Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to an extensive discussion with otto, kettenis, millert, and hshoexer CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/13 00:53:06 Modified files: xserver/os : privsep.c app/xconsole : privsep.c Log message: Correct CMSG_SPACE and CMSG_LEN usage, same fixes as in the base system. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/13 01:05:49 Modified files: . : sparc.html sparc64.html Log message: link to sun docs CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/03/13 02:32:02 Modified files: sys/dev/usb : if_cdce.c Log message: when attaching a cdce(4) device that does not have a proper mac address, use the tv_usec part of a getmicrotime(9) call instead of 'int ticks' to create a mac address. as ticks is 0 during boot, this resulted in both ends of a USB link cable to have the same mac address. problem found/diff tested winiger, feedback/ok deraadt CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/03/13 05:18:47 Modified files: . : 43.html Log message: Mention ExpressCard hotplug. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/03/13 10:16:42 Modified files: sbin/nfsd : nfsd.c Log message: make sure we start 4 servers on udp if called with no arguments, like the man page promises. ok deraadt@, blambert@ From tcuji@pwns.ms CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/13 11:01:25 Modified files: usr.bin/cvs : rcs.c Log message: properly initialize variables CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/13 11:06:09 Modified files: usr.bin/cvs : file.c Log message: use RCS_PARSE_FULLY for CVS_OP_ADMIN as well. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/03/13 13:40:56 Modified files: gnu/usr.bin/binutils/ld/emulparams: elf64btsmip_obsd.sh elf64ltsmip_obsd.sh elf_obsd.sh hppaobsd.sh Log message: Add __data_start symbol to all ELF archs to consistently mark the beginning of the writable sections. This is useful for garbage collectors such as boehm-gc to locate these sections in a uniform way. input and okay drahn@, miod@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/13 13:54:34 Modified files: usr.bin/cvs : diff.c Log message: when a file was locally removed and a diff was done against an opencvs server (with either gnu or opencvs as the client), no actual diff output was produced. traced to the typo fixed in this diff. ok joris CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/03/13 14:16:52 Modified files: . : 43.html Log message: Not much happend in ospfd/bgpd land but at least mention the few highlights which happend. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/13 14:32:32 Modified files: . : MODULES Log message: A bunch of pre-7.4 modules where released recently. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/13 14:34:19 Modified files: distrib/notes : m4.common . : README Log message: Xenocara currently is X.Org 7.3. Noticed by david@ who disapeared after I told him to commit that. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 14:37:46 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Remove code to set mmu context to 0. It should already be set to 0 at that point; this code is probably a leftover from some code that tried to find out the number of available context dynamically. tested by ckuethe@, jsg@, sthen@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/03/13 15:24:45 Modified files: usr.sbin/sensorsd: sensorsd.c sensorsd.conf.5 Log message: Allow a program invoked on state change to receive sensor status. Perhaps you might want to toggle an error light when a sensor is not OK. Perhaps you might want to schedule a shutdown if a sensor is reporting bad news. Now you can do this, and cancel that pending shutdown (or turn off the error light) if the sensor decides all is well. ok mbalmer (who came up with an almost identical diff months ago) useful feedback and generally positive responses from deraadt, henning, msf CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/03/13 15:29:51 Modified files: usr.sbin/sensorsd: sensorsd.conf.5 Log message: document the just-committed %s token. ok mbalmer CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 16:46:16 Added files: sys/arch/sparc64/dev: prtc.c Log message: First shot at a driver to get the time-of-day on the e10k. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 16:46:58 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add prtc(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 17:01:08 Modified files: share/man/man4/man4.sparc64: Makefile Added files: share/man/man4/man4.sparc64: prtc.4 Log message: prtc(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 17:03:02 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Attach prtc(4) if no (hardware) real-time clock was found. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 17:06:19 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK Log message: Add prtc(4). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/13 17:07:29 Modified files: sys/dev/ic : acx.c atw.c pgt.c Log message: Do not increment the input packet counter in these drivers as ieee80211_input() already does this. Mentioned by Peter Philipp in PR 5248. ok claudio@ mglocker@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 17:29:47 Modified files: sys/arch/sparc64/sparc64: db_interface.c Log message: Make this catch up with some changed structs. Fix indentation while I'm there. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/03/13 18:06:18 Modified files: usr.sbin/sensorsd: sensorsd.c sensorsd.conf.5 Log message: Add a "%l" token to signal whether a sensor value is in or out of bounds, without regard for the specific value. It's a big heavy binary hammer... ok & style feedback from cnst CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/13 20:56:26 Modified files: sys/net : if_pppoe.c Log message: Do not allow pppoe(4) interfaces to be attached to anything but Ethernet or VLAN interfaces. Based on a similar change from NetBSD. ok canacar@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/14 02:22:42 Modified files: . : 43.html Log message: ntpd stuff CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/14 03:27:20 Modified files: . : 43.html Log message: install/upgrade stuff CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/14 03:48:25 Modified files: . : plus43.html Log message: un-tsk a little CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/14 05:29:07 Modified files: . : 43.html Log message: few cleanups CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/14 06:31:34 Modified files: . : 43.html Log message: coast -> cost; Rod Whitworth CVSROOT: /cvs Module name: xenocara Changes by: sthen@cvs.openbsd.org 2008/03/14 08:38:10 Modified files: app/cwm : cwm.1 Log message: typo fix. ok oga CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/14 09:16:06 Modified files: share/man/man4 : ip.4 Log message: IP_MAX_MEMBERSHIPS was bumped to 4095 in -r1.74; from Matthew Dempsky CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/14 09:19:52 Modified files: share/man/man4 : cdce.4 Log message: xref cdcef(4). ok mbalmer, jmc CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/14 09:22:22 Modified files: usr.sbin/snmpd : ber.3 ber.c ber.h Log message: add a new ber function ber_add_astring() that strdups the string and sets the be_free flag (which is required in some cases). this will make it easier because it is done manually at some places in the code. discussed with dlg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/14 09:23:49 Modified files: usr.sbin/sensorsd: sensorsd.conf.5 Log message: - punctuate and order the tokens list, to stop it looking scrappy - it doesn;t make sense to list esm(4) in SEE ALSO CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/14 11:04:48 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Don't even try to attach pcons(4) if we have a real console. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/14 13:18:52 Modified files: usr.bin/audioctl: audioctl.1 usr.bin/mixerctl: mixerctl.1 Log message: synchronize the synopsis and usage; improve description of flag "-a" written with invaluable advice from jakemsr@, jmc@, ratchov@ ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/14 13:19:57 Modified files: sbin/sysctl : sysctl.8 sysctl.c Log message: "-Aa" are not required flags; sort synopses; improve description of "-a" written with invaluable advice from jmc@ ok jmc@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/14 14:01:36 Modified files: . : tshirts.html Log message: re-align table CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/03/14 15:54:23 Modified files: sys/dev/usb : if_cdce.c Log message: Make sure the most often changing bits of tv_usec are used for lladdr generation. ok brad CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/03/14 17:55:30 Modified files: textproc/py-pygments: Makefile distinfo Log message: pygments-0.9; from Benoit Chesneau CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2008/03/14 18:54:51 Modified files: games/scummvm : Makefile distinfo Log message: Update to 0.11.1, fixes a few small bugs. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/14 18:56:08 Modified files: usr.sbin/snmpd : mib.c Log message: move zerodotzero up so more stuff can use it this is an ok bit of a bigger diff that reyk wanted split up CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/14 19:08:08 Modified files: usr.sbin/sensorsd: sensorsd.c sensorsd.conf.5 Log message: explicitly report whether the lower or upper limit is exceeded; ok sthen@ ckuethe@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/14 22:36:31 Modified files: sys/netinet : ip_id.c Log message: Because the ip_id code initialisation is a specific case of shuffling a set of incrementing integers (and not an arbitrary set of values) it is possible to populate the array as we shuffle it in a single forward pass. Clever optimisation from didickman AT gmail.com; ok deraadt@ mcbride@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/14 22:52:23 Modified files: sys/netinet : ip_id.c Log message: off by one at end of array CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/14 22:55:25 Modified files: sys/netinet : ip_id.c Log message: revert - I'm a dumbfuck who doesn't know his own API CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/14 22:57:50 Modified files: usr.sbin/bind/lib/isc: shuffle.c Log message: Because the shuffle code initialisation is a specific case of shuffling a set of incrementing integers (and not an arbitrary set of values) it is possible to populate the array as we shuffle it in a single forward pass. Clever optimisation from didickman AT gmail.com; ok deraadt@ mcbride@ (same change as netinet/ip_id.c) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/14 23:28:31 Modified files: distrib/miniroot: install.sub Log message: When installing via NFS, only retry the mount five times (instead of the default 10,000 times). ok deraadt@ krw@ thib@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 01:24:38 Modified files: devel/autoconf/2.13/patches: patch-Makefile_in patch-acgeneral_m4 devel/autoconf/2.52: Makefile devel/autoconf/2.52/patches: patch-Makefile_in patch-autoconf_in patch-man_Makefile_in devel/autoconf/2.54: Makefile devel/autoconf/2.54/patches: patch-bin_Makefile_in patch-doc_autoconf_texi devel/autoconf/2.56: Makefile devel/autoconf/2.56/patches: patch-doc_autoconf_texi devel/autoconf/2.57: Makefile devel/autoconf/2.57/patches: patch-doc_autoconf_texi devel/autoconf/2.58: Makefile devel/autoconf/2.58/patches: patch-bin_Makefile_in patch-doc_autoconf_texi devel/autoconf/2.59: Makefile devel/autoconf/2.59/patches: patch-bin_Makefile_in patch-doc_autoconf_texi devel/autoconf/2.60: Makefile devel/autoconf/2.60/patches: patch-doc_autoconf_texi devel/autoconf/2.61: Makefile devel/autoconf/2.61/patches: patch-doc_autoconf_texi Added files: devel/autoconf/2.52/patches: patch-m4sugar_m4 devel/autoconf/2.54/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.56/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.57/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.58/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.59/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.60/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.61/patches: patch-lib_m4sugar_m4sugar_m4 Log message: make autoconf zap the AM_SANITY check for extra speed, and regen patches while we're there. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 01:28:01 Modified files: www/drupal5/admin-menu: Makefile distinfo www/drupal5/admin-menu/patches: patch-admin_menu_css www/drupal5/admin-menu/pkg: PLIST www/drupal5/backup_migrate: Makefile distinfo www/drupal5/pathauto: Makefile distinfo www/drupal5/pathauto/pkg: PLIST Log message: minor updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/15 03:15:32 Modified files: misc/shared-mime-info: Makefile Log message: - better master site CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/15 03:21:11 Modified files: graphics/libart: Makefile distinfo Log message: - switch to use gnome.port.mk - better HOMEPAGE - distfile is now a .tar.bz2 - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/15 03:29:46 Log message: import gnome-common 2.20.0 This is a collection of automake macros used for developing new GNOME 2.0 applications Status: Vendor Tag: jasper Release Tags: jasper_20080315 N ports/x11/gnome/common/distinfo N ports/x11/gnome/common/Makefile N ports/x11/gnome/common/pkg/DESCR N ports/x11/gnome/common/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/15 03:30:28 Modified files: x11/gnome : Makefile Log message: - add common CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 03:35:23 ports/www/drupal5/core/patches Update of /cvs/ports/www/drupal5/core/patches In directory cvs.openbsd.org:/tmp/cvs-serv2304/patches Log Message: Directory /cvs/ports/www/drupal5/core/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 03:36:48 Modified files: www/drupal5/core: Makefile www/drupal5/core/pkg: DESCR PLIST Added files: www/drupal5/core/patches: patch-includes_common_inc patch-includes_form_inc patch-modules_user_user_module Log message: a few tweaks to core: - allow autogen passwords for new users - put the names of roles more often on the rights page. - extra hook for jquery_update, to avoid having to overwrite jquery CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 03:44:12 Modified files: x11/qt4 : Makefile distinfo x11/qt4/patches: patch-qmake_generators_unix_unixmake2_cpp patch-qmake_generators_unix_unixmake_cpp patch-src_corelib_global_qglobal_h patch-src_corelib_io_qfsfileengine_unix_cpp patch-src_network_qsslsocket_openssl_symbols_cpp patch-src_network_qsslsocket_openssl_symbols_p_h patch-src_qt3support_dialogs_q3filedialog_cpp patch-tools_assistant_lib_qassistantclient_cpp patch-tools_qdbus_tools_qdbuscpp2xml_qdbuscpp2xml_cpp x11/qt4/pkg : PLIST-main Log message: minor update to 4.3.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:03:11 Modified files: graphics/aqsis : Makefile Log message: - remove unneeded do-install target and use post-install for installing samples (no pkg change) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:06:01 Modified files: games/boswars : Makefile distinfo games/boswars/patches: patch-SConstruct patch-engine_include_stratagus_h games/boswars/pkg: PLIST Log message: - update to version 2.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:07:20 Modified files: mail/cyrus-imapd: Makefile mail/cyrus-imapd/files: imapd.conf mail/cyrus-imapd/patches: patch-master_conf_normal_conf mail/cyrus-imapd/pkg: DESCR-main PLIST-main Log message: - remove kerberos FLAVOR ('-with-auth' configure option was deprecated) and add GSSAPI support by default - add more configuration entries in the provided imapd.conf and cyrus.conf sample files CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:09:01 Modified files: textproc/intltool: Makefile distinfo Log message: - bugfix update to intltool-0.37.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:10:15 Modified files: audio/lame : Makefile distinfo audio/lame/patches: patch-configure patch-frontend_Makefile_in Log message: - update to lame-3.97 - take over maintainership (ok jakob@, former maintainer) major shared_libs bump reminded by naddy@ ok jasper@ merdely@ landry@ (before lock) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:11:34 Modified files: multimedia/mkvtoolnix: Makefile distinfo multimedia/mkvtoolnix/patches: patch-configure Log message: - update to version 2.2.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:14:44 Modified files: net/freeradius : Makefile net/freeradius/pkg: PLIST-main Log message: - add one more @sample dir+file ok rui@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:16:31 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-etc_hiawatha_cgi-wrapper_conf Log message: - bugfix update to version 6.5 * small bugfixes and improvements * fix an integer overflow in str2int() CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:18:30 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-configure patch-installer_core_install_py print/hplip/pkg: PLIST-main Added files: print/hplip/patches: patch-base_service_py Log message: - update to version 2.7.12 (should be the latest 2.7.* release; we'll see about updating to the 2.8.* version later) - enable gui interface Thanks to Predrag Punosevac for the reminder CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:32:09 Modified files: mail : Makefile Log message: - remove the deleted kerberos FLAVOR from the build and replace it with the drac FLAVOR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:35:54 Modified files: net/xmlrpc-c : Makefile distinfo net/xmlrpc-c/patches: patch-Makefile_common patch-Makefile_config_in patch-lib_abyss_src_socket_unix_c patch-lib_libutil_memblock_c patch-src_Makefile patch-src_registry_c patch-src_xmlrpc_builddecomp_c patch-src_xmlrpc_data_c patch-src_xmlrpc_parse_c patch-src_xmlrpc_server_abyss_c Removed files: net/xmlrpc-c/patches: patch-lib_abyss_src_server_c Log message: - update to version 1.06.23 feedback and ok espie@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/03/15 04:36:25 Modified files: porting : config.html Log message: typo (leave->live), from ian CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:59:46 Log message: Import pine-pgp-filters-1.6 "Pine PGP Filters" package for Unix. This is a set of simple, fast and secure stand-alone filters to integrate pgp with Pine and Alpine. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080315 N ports/mail/pine-pgp-filters/distinfo N ports/mail/pine-pgp-filters/Makefile N ports/mail/pine-pgp-filters/pkg/DESCR N ports/mail/pine-pgp-filters/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 05:01:20 Modified files: mail : Makefile Log message: +pine-pgp-filters CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/15 05:53:30 ports/audio/aqualung/files Update of /cvs/ports/audio/aqualung/files In directory cvs.openbsd.org:/tmp/cvs-serv13638/files Log Message: Directory /cvs/ports/audio/aqualung/files added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/15 05:54:10 Modified files: audio/aqualung : Makefile audio/aqualung/pkg: PLIST Added files: audio/aqualung/files: aqualung.desktop Log message: Add a .desktop file to show aqualung in desktop menu. Update PLIST, bump PKGNAME and add desktop-database goo. Based on a diff from Jeremy Evans, with tweaks from ajacoutot@ ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/15 05:54:24 Modified files: x11/isomaster : Makefile distinfo x11/isomaster/patches: patch-Makefile x11/isomaster/pkg: PLIST Log message: update to 1.3 from Giovanni Bechis (maintainer) CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 06:38:53 Log message: libixp port Status: Vendor Tag: mcbride Release Tags: mcbride_2008-Mar-15 N ports/devel/libixp/Makefile N ports/devel/libixp/distinfo N ports/devel/libixp/pkg/DESCR N ports/devel/libixp/pkg/PLIST N ports/devel/libixp/patches/patch-config_mk N ports/devel/libixp/patches/patch-libixp_server_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 06:41:17 Modified files: devel : Makefile Log message: Add libixp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 06:50:46 Modified files: security/cyrus-sasl2: Makefile security/cyrus-sasl2/pkg: PFRAG.sql PLIST Added files: security/cyrus-sasl2/files: saslauthd.conf security/cyrus-sasl2/pkg: PFRAG.ldap Log message: - provide @sample saslauthd.conf for saslauthd LDAP auth - also add LDAP_SASLAUTHD doc CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 06:52:50 Modified files: x11/wmii : Makefile distinfo x11/wmii/patches: patch-config_mk x11/wmii/pkg : PLIST Removed files: x11/wmii/patches: patch-cmd_wm_area_c patch-libcext_Makefile patch-libcext_cext_h Log message: Update to wmii-3.6. ok pvalchev CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 07:24:10 Modified files: devel/libixp : Makefile Log message: Clean up based on comments from ajacoutot - fix COMMENT - remove needless PKGNAME CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/15 07:28:43 Modified files: sys/arch/sparc/sparc: locore.s Log message: After 15 years of fun, fix Torek's ovbcopy() operation when copying shorts backwards. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/15 07:40:37 Modified files: net/p5-Net-DBus: Makefile distinfo Removed files: net/p5-Net-DBus/patches: patch-DBus_xs patch-Makefile_PL Log message: update to version 0.33.6 to get rid of accepted patches ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/15 08:02:32 Modified files: archivers/lzma : Makefile distinfo archivers/lzma/patches: patch-src_liblzmadec_main_c Log message: update to 4.32.5 also tested by sthen@, thanks CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/15 08:46:13 Modified files: usr.sbin/pcidump: pcidump.c Log message: if the device supports the PCI capabilities list and the verbose flag is specified, print all PCI capabilities by name instead of just the initial capabilities pointer. ok dlg@ kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/15 09:16:41 Modified files: share/man/man4/man4.sparc: tvtwo.4 share/man/man4/man4.sparc64: tvtwo.4 Log message: Document video modes. CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 09:52:53 Modified files: devel/libixp : Makefile devel/libixp/patches: patch-config_mk devel/libixp/pkg: PLIST Log message: More cleanups from ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/15 10:10:11 Modified files: sbin/ping6 : ping6.c Log message: Fix several CMSG-related bugs. Chaining CMSG's is tricky since you need to use CMSG_SPACE for all except the last one, which should be CMSG_LEN. This makes calculate .msg_controllen tricky. Also make sure that we can receive multiple CMSG's again. ok deraadt@, hshoexer@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:19:02 Modified files: usr.sbin/bgpd : buffer.c usr.sbin/relayd: buffer.c lib/libc/gen : auth_subr.c sbin/isakmpd : monitor_fdpass.c sbin/mount_portal: activate.c sbin/pflogd : privsep_fdpass.c libexec/ftpd : monitor_fdpass.c libexec/login_skey: login_skey.c libexec/login_tis: login_tis.c usr.sbin/snmpd : buffer.c imsg.c usr.sbin/syslogd: privsep_fdpass.c usr.sbin/tcpdump: privsep_fdpass.c usr.bin/ssh : monitor_fdpass.c Log message: Repair the simple cases for msg_controllen where it should just be CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:23:27 Modified files: usr.sbin/route6d: route6d.c Log message: repair msg_controllen and also an errant buf[CMSG_LEN(..)] decl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:25:00 Modified files: usr.sbin/ripd : packet.c usr.sbin/relayd: imsg.c usr.sbin/ppp/ppp: bundle.c usr.sbin/ospfd : packet.c usr.sbin/ospf6d: packet.c usr.sbin/bgpd : imsg.c libexec/tftp-proxy: tftp-proxy.c libexec/tftpd : tftpd.c Log message: Repair more msg_controllen dealing with structures or arrays of descriptors; ok hshoexer, also looked at by kettenis and henning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:27:25 Modified files: gnu/usr.bin/perl: perl.c Log message: This should set msg_control using CMSG_SIZE(), and not assume that sizeof(buffer) is the right size (alignments can mess it up). Code is apparently not used, but it is better if all examples show the correct idiom ok hshoexer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:27:48 Modified files: share/man/man3 : CMSG_DATA.3 Log message: show the correct idiom CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:33:58 Modified files: usr.sbin/bind/lib/isc/unix: privsep_fdpass.c Log message: Repair the simple cases for msg_controllen where it should just be CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:43:59 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: space allocated is sum of CMSG_SPACE()'s. length given to the kernel is the sum of all the CMSG_SPACE()'s, except for the last element use CMSG_LEN(). Insane, right? ok kettenis hshoexer CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/03/15 10:49:15 Modified files: regress/sys/kern/unfdpass: expected unfdpass.c Log message: Repair usage of CMSG_SPACE and CMSG_LEN. While there, send three fds instead of just two as this decreases the propability that things just work although the sizes are wrong (ie. 8 aligns correctly on both 32 and 64 bit platforms even with wrong usage of CMSG_{LEN,SPACE} whereas 12 doesn't). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:50:05 Modified files: kerberosV/src/kcm: connect.c Log message: seperate out space vs len calculations; ok hshoexer CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/15 11:14:11 Modified files: app/xconsole : privsep.c xserver/os : privsep.c Log message: Repair msg_controllen. In those cases it should just be CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment. Based on fixes in base system. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:38:07 Modified files: devel/pwlib : Makefile distinfo devel/pwlib/patches: patch-Makefile_in patch-configure patch-make_lib_mak patch-make_unix_mak patch-plugins_configure patch-plugins_vidinput_bsd_vidinput_bsd_h patch-src_ptclib_pssl_cxx patch-src_ptlib_common_pluginmgr_cxx devel/pwlib/pkg: PLIST Added files: devel/pwlib/patches: patch-include_ptclib_dtmf_h patch-make_common_mak patch-src_ptclib_dtmf_cxx Removed files: devel/pwlib/patches: patch-make_ptbuildopts_mak_in patch-plugins_sound_oss_sound_oss_cxx patch-plugins_vidinput_bsd_vidinput_bsd_cxx patch-src_ptlib_unix_tlibthrd_cxx Log message: - major upgrade to pwlib-1.12.0 - rework the way we handle shared_libs versus ptlib version so it stays compatible with upstream - install version.h - dtmf decoder patch from FreeBSD CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:38:43 Modified files: net/openh323 : Makefile distinfo net/openh323/patches: patch-Makefile_in patch-openh323u_mak_in patch-src_ffh263codec_cxx net/openh323/pkg: PLIST Added files: net/openh323/patches: patch-include_h4601_h patch-include_mediafmt_h patch-src_h261codec_cxx patch-src_h323caps_cxx patch-src_h323ep_cxx patch-src_h323pluginmgr_cxx patch-src_mediafmt_cxx Removed files: net/openh323/patches: patch-configure Log message: - major upgrade to openh323-1.19.0.1 - install version.h - H323Capabilities patch from FreeBSD - make it compile with new pwlib CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:40:07 Modified files: net/gnugk : Makefile net/gnugk/patches: patch-configure patch-docs_gnugk_1 net/gnugk/pkg : MESSAGE PLIST Added files: net/gnugk/patches: patch-gk_cxx Log message: - make it compile with new pwlib - merge a patch from upstream SVN so that the _gnugk user does not need read access to current directory when starting gnugk - remove useless parts from patches now that pwlib and openh323 version got sanitised - rename default configuration file from gnugk.ini to getekeeper.ini (as per documentation suggests it) - replace etc with ${SYSCONFDIR} in MESSAGE and remove fixed warning CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:40:38 Modified files: telephony/ohphone: Makefile distinfo telephony/ohphone/patches: patch-main_cxx telephony/ohphone/pkg: PLIST Added files: telephony/ohphone/patches: patch-ReadMe_txt patch-xlibvid_cxx Log message: - upgrade from 1.4.14 to 1.4.5v0 (!) - make it compile with new pwlib - add some documentation CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:41:12 Modified files: telephony/asterisk: Makefile Added files: telephony/asterisk/patches: patch-channels_h323_ast_h323_cxx Log message: - make the h323 FLAVOR build correctly with new pwlib/h323 - add a pre-build target so that we can remove IS_INTERACTIVE (from sthen@) ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/15 11:51:49 Modified files: share/man/man4/man4.sparc: tvtwo.4 share/man/man4/man4.sparc64: tvtwo.4 Log message: tweak previous; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/15 12:09:16 Modified files: app/appres : aclocal.m4 configure app/bdftopcf : aclocal.m4 configure app/beforelight: aclocal.m4 configure app/bitmap : aclocal.m4 configure app/editres : aclocal.m4 configure app/fonttosfnt : aclocal.m4 configure app/fslsfonts : aclocal.m4 configure app/fstobdf : aclocal.m4 configure app/iceauth : aclocal.m4 configure app/ico : aclocal.m4 configure app/lbxproxy : aclocal.m4 configure app/listres : aclocal.m4 configure app/luit : aclocal.m4 configure app/mkfontdir : aclocal.m4 configure app/mkfontscale: aclocal.m4 configure app/oclock : aclocal.m4 configure app/proxymngr : aclocal.m4 configure app/rgb : aclocal.m4 configure app/rstart : aclocal.m4 configure app/scripts : aclocal.m4 configure app/sessreg : aclocal.m4 configure app/setxkbmap : aclocal.m4 configure app/showfont : aclocal.m4 configure app/smproxy : aclocal.m4 configure app/twm : aclocal.m4 configure app/viewres : aclocal.m4 configure app/x11perf : aclocal.m4 configure app/xauth : aclocal.m4 configure app/xbacklight : aclocal.m4 configure app/xbiff : aclocal.m4 configure app/xcalc : aclocal.m4 configure app/xclipboard : aclocal.m4 configure app/xclock : aclocal.m4 configure app/xcmsdb : aclocal.m4 configure app/xconsole : aclocal.m4 configure app/xdm : aclocal.m4 configure app/xdpyinfo : aclocal.m4 configure app/xdriinfo : aclocal.m4 configure app/xedit : aclocal.m4 configure app/xev : aclocal.m4 configure app/xeyes : aclocal.m4 configure app/xf86dga : aclocal.m4 configure app/xfd : aclocal.m4 configure app/xfindproxy : aclocal.m4 configure app/xfontsel : aclocal.m4 configure app/xfs : Makefile.in aclocal.m4 configure app/xfsinfo : aclocal.m4 configure app/xfwp : aclocal.m4 configure app/xgamma : aclocal.m4 configure app/xgc : aclocal.m4 configure app/xhost : aclocal.m4 configure app/xinit : aclocal.m4 configure app/xkbcomp : aclocal.m4 configure app/xkbevd : aclocal.m4 configure app/xkbprint : aclocal.m4 configure app/xkbutils : aclocal.m4 configure app/xkill : aclocal.m4 configure app/xload : aclocal.m4 configure app/xlogo : aclocal.m4 configure app/xlsatoms : aclocal.m4 configure app/xlsclients : aclocal.m4 configure app/xlsfonts : aclocal.m4 configure app/xmag : aclocal.m4 configure app/xman : aclocal.m4 configure app/xmessage : aclocal.m4 configure app/xmodmap : aclocal.m4 configure app/xmore : aclocal.m4 configure app/xphelloworld: aclocal.m4 configure app/xplsprinters: aclocal.m4 configure app/xpr : aclocal.m4 configure app/xprehashprinterlist: aclocal.m4 configure app/xprop : 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 : aclocal.m4 configure app/xsetpointer: aclocal.m4 configure app/xsetroot : aclocal.m4 configure app/xsm : aclocal.m4 configure app/xstdcmap : aclocal.m4 configure app/xtrap : aclocal.m4 configure app/xvidtune : aclocal.m4 configure app/xvinfo : aclocal.m4 configure app/xwd : aclocal.m4 configure app/xwininfo : aclocal.m4 configure app/xwud : aclocal.m4 configure data/bitmaps : aclocal.m4 configure data/xkbdata : aclocal.m4 configure doc/xorg-docs : aclocal.m4 configure driver/openbsd-input-usbtablet: aclocal.m4 configure driver/openbsd-input-ws: aclocal.m4 configure driver/xf86-input-acecad: aclocal.m4 configure driver/xf86-input-digitaledge: aclocal.m4 configure driver/xf86-input-elographics: aclocal.m4 configure driver/xf86-input-fpit: aclocal.m4 configure driver/xf86-input-hyperpen: aclocal.m4 configure driver/xf86-input-jamstudio: aclocal.m4 configure driver/xf86-input-joystick: aclocal.m4 configure driver/xf86-input-keyboard: aclocal.m4 configure driver/xf86-input-magellan: aclocal.m4 configure driver/xf86-input-magictouch: aclocal.m4 configure driver/xf86-input-mouse: aclocal.m4 configure driver/xf86-input-mutouch: aclocal.m4 configure driver/xf86-input-palmax: aclocal.m4 configure driver/xf86-input-spaceorb: aclocal.m4 configure driver/xf86-input-summa: aclocal.m4 configure driver/xf86-input-tek4957: aclocal.m4 configure driver/xf86-input-vmmouse: aclocal.m4 configure driver/xf86-input-void: aclocal.m4 configure driver/xf86-video-apm: aclocal.m4 configure driver/xf86-video-ark: aclocal.m4 configure driver/xf86-video-ati: aclocal.m4 configure driver/xf86-video-chips: aclocal.m4 configure driver/xf86-video-cirrus: aclocal.m4 configure driver/xf86-video-cyrix: aclocal.m4 configure driver/xf86-video-dummy: aclocal.m4 configure driver/xf86-video-glint: aclocal.m4 configure driver/xf86-video-i128: aclocal.m4 configure driver/xf86-video-i740: aclocal.m4 configure driver/xf86-video-i810: aclocal.m4 configure driver/xf86-video-intel: aclocal.m4 configure driver/xf86-video-mga: aclocal.m4 configure driver/xf86-video-neomagic: aclocal.m4 configure driver/xf86-video-nsc: aclocal.m4 configure driver/xf86-video-nv: aclocal.m4 configure driver/xf86-video-radeonhd: aclocal.m4 configure driver/xf86-video-radeonhd/man: Makefile.in driver/xf86-video-rendition: aclocal.m4 configure driver/xf86-video-s3: aclocal.m4 configure driver/xf86-video-s3virge: aclocal.m4 configure driver/xf86-video-savage: aclocal.m4 configure driver/xf86-video-siliconmotion: aclocal.m4 configure driver/xf86-video-sis: aclocal.m4 configure driver/xf86-video-tdfx: aclocal.m4 configure driver/xf86-video-trident: aclocal.m4 configure driver/xf86-video-tseng: aclocal.m4 configure driver/xf86-video-vesa: aclocal.m4 configure driver/xf86-video-vga: aclocal.m4 configure driver/xf86-video-via: aclocal.m4 configure driver/xf86-video-vmware: aclocal.m4 configure driver/xf86-video-voodoo: aclocal.m4 configure font/adobe-100dpi: aclocal.m4 configure font/adobe-75dpi: aclocal.m4 configure font/adobe-utopia-100dpi: aclocal.m4 configure font/adobe-utopia-75dpi: aclocal.m4 configure font/adobe-utopia-type1: aclocal.m4 configure font/alias : aclocal.m4 configure font/arabic-misc: aclocal.m4 configure font/bh-100dpi : aclocal.m4 configure font/bh-75dpi : aclocal.m4 configure font/bh-lucidatypewriter-100dpi: aclocal.m4 configure font/bh-lucidatypewriter-75dpi: aclocal.m4 configure font/bh-ttf : aclocal.m4 configure font/bh-type1 : aclocal.m4 configure font/bitstream-100dpi: aclocal.m4 configure font/bitstream-75dpi: aclocal.m4 configure font/bitstream-speedo: aclocal.m4 configure font/bitstream-type1: aclocal.m4 configure font/cronyx-cyrillic: aclocal.m4 configure font/cursor-misc: aclocal.m4 configure font/daewoo-misc: aclocal.m4 configure font/dec-misc : aclocal.m4 configure font/encodings : aclocal.m4 configure font/ibm-type1 : aclocal.m4 configure font/isas-misc : aclocal.m4 configure font/jis-misc : aclocal.m4 configure font/micro-misc: aclocal.m4 configure font/misc-cyrillic: aclocal.m4 configure font/misc-ethiopic: aclocal.m4 configure font/misc-meltho: aclocal.m4 configure font/misc-misc : aclocal.m4 configure font/mutt-misc : aclocal.m4 configure font/schumacher-misc: aclocal.m4 configure font/screen-cyrillic: aclocal.m4 configure font/sony-misc : aclocal.m4 configure font/sun-misc : aclocal.m4 configure font/util : aclocal.m4 configure font/winitzki-cyrillic: aclocal.m4 configure font/xfree86-type1: aclocal.m4 configure lib/fontconfig : aclocal.m4 configure lib/libFS : aclocal.m4 configure lib/libICE : aclocal.m4 configure lib/libSM : aclocal.m4 configure lib/libX11 : aclocal.m4 configure lib/libXRes : aclocal.m4 configure lib/libXScrnSaver: aclocal.m4 configure lib/libXTrap : aclocal.m4 configure lib/libXau : aclocal.m4 configure lib/libXaw : aclocal.m4 configure lib/libXcomposite: aclocal.m4 configure lib/libXcursor : aclocal.m4 configure lib/libXdamage : aclocal.m4 configure lib/libXdmcp : aclocal.m4 configure lib/libXevie : aclocal.m4 configure lib/libXext : aclocal.m4 configure lib/libXfixes : aclocal.m4 configure lib/libXfont : aclocal.m4 configure lib/libXfontcache: aclocal.m4 configure lib/libXft : aclocal.m4 configure lib/libXi : aclocal.m4 configure lib/libXinerama: aclocal.m4 configure lib/libXmu : aclocal.m4 configure lib/libXp : aclocal.m4 configure lib/libXpm : aclocal.m4 configure lib/libXprintAppUtil: aclocal.m4 configure lib/libXprintUtil: aclocal.m4 configure lib/libXrandr : aclocal.m4 configure lib/libXrender : aclocal.m4 configure lib/libXt : aclocal.m4 configure lib/libXtst : aclocal.m4 configure lib/libXv : aclocal.m4 configure lib/libXvMC : aclocal.m4 configure lib/libXxf86dga: aclocal.m4 configure lib/libXxf86misc: aclocal.m4 configure lib/libXxf86vm : aclocal.m4 configure lib/libdmx : aclocal.m4 configure lib/libdrm : aclocal.m4 configure lib/libfontenc : aclocal.m4 configure lib/liblbxutil : aclocal.m4 configure lib/liboldX : aclocal.m4 configure lib/libxkbfile : aclocal.m4 configure lib/libxkbui : aclocal.m4 configure lib/libxtrans : aclocal.m4 configure lib/pixman : aclocal.m4 configure proto/bigreqsproto: aclocal.m4 configure proto/compositeproto: Makefile.in aclocal.m4 configure proto/damageproto: Makefile.in aclocal.m4 configure proto/dmxproto : aclocal.m4 configure proto/evieproto: aclocal.m4 configure proto/fixesproto: aclocal.m4 configure proto/fontcacheproto: aclocal.m4 configure proto/fontsproto: aclocal.m4 configure proto/glproto : aclocal.m4 configure proto/inputproto: aclocal.m4 configure proto/kbproto : aclocal.m4 configure proto/pmproto : aclocal.m4 configure proto/printproto: aclocal.m4 configure proto/randrproto: aclocal.m4 configure proto/recordproto: aclocal.m4 configure proto/renderproto: aclocal.m4 configure proto/resourceproto: aclocal.m4 configure proto/scrnsaverproto: aclocal.m4 configure proto/trapproto: aclocal.m4 configure proto/videoproto: aclocal.m4 configure proto/x11proto : aclocal.m4 configure proto/xcmiscproto: aclocal.m4 configure proto/xextproto: aclocal.m4 configure proto/xf86bigfontproto: aclocal.m4 configure proto/xf86dgaproto: aclocal.m4 configure proto/xf86miscproto: aclocal.m4 configure proto/xf86rushproto: aclocal.m4 configure proto/xf86vidmodeproto: aclocal.m4 configure proto/xineramaproto: aclocal.m4 configure util/cf : aclocal.m4 configure util/gccmakedep: aclocal.m4 configure util/imake : aclocal.m4 configure util/macros : aclocal.m4 configure util/makedepend: aclocal.m4 configure xserver : aclocal.m4 configure xserver/hw/xfree86/os-support/bsd: Makefile.in Log message: Regen with autoconf 2.59-p2, with AM_SANITY check zapped. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/15 13:14:23 Log message: import swaks swaks is the Swiss Army Knife for SMTP transaction testing. It provides command line SMTP testing capabilities, including TLS and AUTH. ok landry@ Status: Vendor Tag: simon Release Tags: simon_20080315 N ports/mail/swaks/distinfo N ports/mail/swaks/Makefile N ports/mail/swaks/pkg/DESCR N ports/mail/swaks/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/15 13:14:26 Modified files: mail : Makefile Log message: add swaks CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/03/15 13:17:11 Modified files: misc/gpsd : Makefile distinfo Log message: update to gpsd 2.37. fixes the C++ bindings, among other things. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/15 15:10:38 Modified files: sys/arch/sparc/dev: tvtwo.c sys/dev/sbus : tvtwo.c Log message: Support the old-prom XVideo boards by rewriting the sbus range registers; tested by Thorsten Glaser on sparc; while there, pretty and shrink dmesg output. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/03/15 15:14:53 Modified files: . : 43.html Log message: Mention mvme88k achievements. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/15 15:21:09 Modified files: sys/kern : kern_clock.c Log message: In statclock(), fix local index type in the profiling code. Avoids out-of-bounds array accesses on some platforms. CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2008/03/15 15:32:53 Modified files: . : 43.html Log message: Write about how much more awesome I made sendbug, now that it does not mangle diffs. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/03/15 15:40:39 Modified files: lib/libc/string: memset.c Log message: Convert c to unsigned char, like it says in the manual. Also add cast to make it explicit. Found by lint, OK millert. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/03/15 15:54:09 Modified files: lib/libc/string: swab.c Log message: - len is size_t, but n uses len and is an int. Matching those types should be good, plus it prevents weird things from happening if len > INT_MAX. - Since n is now size_t, compare it against 0 instead of >= 0. - temp is used to store individual bytes, so use char instead (matches fp and tp). - millert noted that the comma operator may not guarantee order of execution, so replace with semicolons. Found by lint, OK millert. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/15 16:05:51 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: cpu.c ipifuncs.c pmap.c vm_machdep.c Log message: Make GENERIC.MP work on the e10k. The e10k is a bit funky since UPA only supports 32 ports, and a machine with up to 64 CPUs obviously needs more. So the machine has a special ASIC that does port translation, and because of that we need to distinguish between port ID's and interrupt target ID's. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/15 16:11:04 Modified files: . : 43.html Log message: Mention that 4.3 GENERIC.MP will not work on the e10k. You'll need -current for that. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/15 17:50:55 Modified files: usr.sbin/snmpd : mib.c Log message: provide sizeofa for counting the number of elements in an array. use it for passing the length of the mib in all these sysctl calls. ok reyk@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/15 18:14:47 Modified files: usr.sbin/snmpd : snmpd.c Log message: usage statements are preceeded with usage: ok reyk@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/15 18:35:05 Modified files: usr.sbin/snmpd : mib.c mib.h Log message: implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whats running now, which is another thing my nms at work likes. ok reyk@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/15 20:28:12 Modified files: . : 43.html Log message: Tweak mention of serial console changes. CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/15 21:07:03 Modified files: usr.sbin/sensorsd: sensorsd.8 sensorsd.c Log message: Reduce the number of unnecessary time(3)/gettimeofday(2) calls, and make sure that the time always goes forward, so reports are neither duplicated nor lost. Report state changes stabilised through dampening immediately, instead of delay- ing them until the next reporting window; previously, it was common for check() to lag one second behind report(), hence the initial report was delayed one extra minute (this then reduces the number of sleep(3)/nanosleep(2) calls, too). ok ckuethe; some man-page suggestions jmc CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/15 21:28:20 Modified files: . : 43.html Log message: DMA for 1-sector devices, USB bogus LUN avoidance, filesystems on USB devices automatically dismounted, Sparc/Sparc64 disklabels provide automatic ext2fs partition recognition. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/16 02:49:00 Modified files: www/hiawatha : distinfo Log message: - upstream rerolled distfile without warning... spotted by sturm@, thanks ;-) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 04:15:29 Modified files: www/drupal5 : drupal5.port.mk www/drupal5/IMCE/pkg: PLIST www/drupal5/action-view/pkg: PLIST www/drupal5/admin-menu: Makefile www/drupal5/admin-menu/pkg: PLIST www/drupal5/advanced_user/pkg: PLIST www/drupal5/alternate_login/pkg: PLIST www/drupal5/auto_nodetitle: Makefile www/drupal5/auto_nodetitle/pkg: PLIST www/drupal5/autolocale/pkg: PLIST www/drupal5/backup_migrate/pkg: PLIST www/drupal5/calendar: Makefile www/drupal5/calendar/pkg: PLIST www/drupal5/cck/pkg: PLIST www/drupal5/cck_taxonomy/pkg: PLIST www/drupal5/coder/pkg: PLIST www/drupal5/core: Makefile www/drupal5/core/pkg: PLIST www/drupal5/date/pkg: PLIST www/drupal5/daterange/pkg: PLIST www/drupal5/dba/pkg: PLIST www/drupal5/dhtml_menu/pkg: PLIST www/drupal5/image/pkg: PLIST www/drupal5/linktocontent/pkg: PLIST www/drupal5/locale-de/pkg: PLIST www/drupal5/locale-es/pkg: PLIST www/drupal5/locale-fr/pkg: PLIST www/drupal5/locale-it/pkg: PLIST www/drupal5/locale-ja/pkg: PLIST www/drupal5/masquerade/pkg: PLIST www/drupal5/meta-tags/pkg: PLIST www/drupal5/pathauto: Makefile www/drupal5/pathauto/pkg: PLIST www/drupal5/printer-friendly/pkg: PLIST www/drupal5/securelogin/pkg: PLIST www/drupal5/sitedoc/pkg: PLIST www/drupal5/taxonomy_manager/pkg: PLIST www/drupal5/theme-aberdeen/pkg: PLIST www/drupal5/theme-bealestreet/pkg: PLIST www/drupal5/theme-bluebreeze/pkg: PLIST www/drupal5/theme-denver/pkg: PLIST www/drupal5/theme-litejazz/pkg: PLIST www/drupal5/theme-newsflash/pkg: PLIST www/drupal5/themesettingsapi/pkg: PLIST www/drupal5/tinyMCE/pkg: PLIST www/drupal5/token/pkg: PLIST www/drupal5/tql/pkg: PLIST www/drupal5/uploadpath/pkg: PLIST www/drupal5/user_import/pkg: PLIST www/drupal5/user_readonly/pkg: PLIST www/drupal5/usernode/pkg: PLIST www/drupal5/views/pkg: PLIST www/drupal5/views-bonus/pkg: PLIST www/drupal5/webform/pkg: PLIST Log message: make DRUPAL_OWNER/DRUPAL_GROUP variables. Create DRUPAL_MODS in core module CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 04:17:44 ports/www/drupal5/masquerade/patches Update of /cvs/ports/www/drupal5/masquerade/patches In directory cvs.openbsd.org:/tmp/cvs-serv12737/patches Log Message: Directory /cvs/ports/www/drupal5/masquerade/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 04:18:05 Modified files: www/drupal5/masquerade: Makefile Added files: www/drupal5/masquerade/patches: patch-masquerade_module Log message: integrate with alt_login CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 04:26:16 Modified files: www/drupal5/advanced_user: Makefile www/drupal5/advanced_user/patches: patch-advuser_module Log message: improved notifications: don't send them unless something changed, and allow access to every field CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/16 05:12:00 Modified files: usr.bin/vmstat : vmstat.c Log message: use ellipsis to show that more than one disk is allowed ok jmc@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:23:33 Log message: devel module for drupal, very useful Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/devel/Makefile N ports/www/drupal5/devel/distinfo N ports/www/drupal5/devel/pkg/PLIST N ports/www/drupal5/devel/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:24:23 Log message: handle content access rights per-category, per-role Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/content_access/Makefile N ports/www/drupal5/content_access/distinfo N ports/www/drupal5/content_access/pkg/PLIST N ports/www/drupal5/content_access/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:25:56 Log message: newer jquery integrated in drupal, used by other stuff Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/jquery_update/Makefile N ports/www/drupal5/jquery_update/distinfo N ports/www/drupal5/jquery_update/pkg/PLIST N ports/www/drupal5/jquery_update/pkg/DESCR N ports/www/drupal5/jquery_update/patches/patch-README_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:30:09 Modified files: www/drupal5/tql: Makefile www/drupal5/tql/pkg: DESCR Log message: tql is half broken CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:43:48 Log message: javascript calendars and other tools Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/jstools/Makefile N ports/www/drupal5/jstools/distinfo N ports/www/drupal5/jstools/pkg/PLIST N ports/www/drupal5/jstools/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:44:57 Modified files: www/drupal5 : Makefile Log message: +new modules CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:45:27 Modified files: www/drupal5 : Makefile Log message: +jquery_update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:33:54 Modified files: www/drupal5 : TODO Log message: TODO list temporarily empty CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:35:06 Log message: companion to pathauto Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/find_path/Makefile N ports/www/drupal5/find_path/distinfo N ports/www/drupal5/find_path/pkg/PLIST N ports/www/drupal5/find_path/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:35:40 Modified files: www/drupal5 : Makefile Log message: +find_path CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:39:02 Log message: other backup mechanism, handles files/ dir as well Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/backup/Makefile N ports/www/drupal5/backup/distinfo N ports/www/drupal5/backup/pkg/PLIST N ports/www/drupal5/backup/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:39:38 Log message: in collegial admin situations, force people to document what they're doing Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/journal/Makefile N ports/www/drupal5/journal/distinfo N ports/www/drupal5/journal/pkg/PLIST N ports/www/drupal5/journal/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:40:28 Modified files: www/drupal5 : Makefile Log message: +journal, backup CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/16 07:26:55 Modified files: devel/netbeans : Makefile Added files: devel/netbeans/patches: patch-core_swing_tabcontrol_beanstubs_org_openide_util_Utilities_java patch-openide_util_src_org_openide_util_Utilities_java patch-openide_util_test_unit_src_org_openide_util_UtilitiesTest_java Log message: - make netbeans aware of OpenBSD as a Unix like OS. reviewed by nikolay@ and ian@ before lock. CVSROOT: /cvs Module name: www Changes by: mpf@cvs.openbsd.org 2008/03/16 08:12:18 Modified files: . : 43.html Log message: Mention that carp(4) load balancing is now easier to configure. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/16 08:26:51 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/pkg: PLIST Log message: - minor update to 1.0.1 (better unicode support and new translations) CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/03/16 09:44:19 Modified files: usr.sbin/syslogd: privsep.c Log message: syslogd leaves zombies around if multiple |/pathto/mylogprog children died in a row. Do waitpid(2) in a loop until there's nothing left. OK henning@, millert@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/16 09:57:30 Modified files: . : 43.html Log message: NCR 53c720/770 in big-endian mode, ignore fstab entries with non-existant mount points, disconnecting USB tape drives, more deviant umass devices. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/16 10:55:29 Modified files: usr.sbin/syslogd: privsep.c Log message: avoid errno trashing, ok mpf henning CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/16 11:34:53 Modified files: faq : faq8.html Log message: Windows support for having HW clock set to UTC is seriously flawed and incomplete, so removing this. Issue was brought to my attention by Matthew Clarke (clamat at telus dot net) and confirmed by personal experience, but rather than documenting the pitfalls, I'd rather just not pretend it works. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/16 11:49:49 Log message: import pessulus 2.16.4 Pessulus is a lockdown editor for GNOME, written in python. It enables administrators to set mandatory settings in GConf. The users can not change these settings. Use of pessulus can be useful on computers that are open to use by everyone, e.g. in an internet cafe. ok ajacoutot@ (for a previous version of this port) Status: Vendor Tag: jasper Release Tags: jasper_20080316 N ports/x11/gnome/pessulus/Makefile N ports/x11/gnome/pessulus/distinfo N ports/x11/gnome/pessulus/pkg/DESCR N ports/x11/gnome/pessulus/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/16 11:51:02 Modified files: x11/gnome : Makefile Log message: - add pessulus CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/16 11:52:34 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention pessulus - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/03/16 12:43:31 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/patches: patch-doc_lighttpd_conf Added files: www/lighttpd/patches: patch-src_mod_compress_c patch-src_mod_extforward_c Removed files: www/lighttpd/patches: patch-src_fdevent_solaris_devpoll_c patch-src_server_c patch-src_spawn-fcgi_c Log message: upgrade to lighttpd 1.4.19. security and bug fix update. CVE-2008-1270 looks good jasper@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/03/16 12:46:14 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Log message: upgrade to Dovecot 1.0.13. security and bug fix update. looks good jasper@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/03/16 13:00:28 Modified files: sys/arch/amd64/conf: GENERIC files.amd64 sys/arch/amd64/pci: pchb.c sys/arch/i386/conf: GENERIC files.i386 sys/arch/i386/pci: pchb.c sys/conf : files sys/dev/ic : vga.c sys/dev/pci : agp.c agpvar.h files.agp vga_pci.c Log message: Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes agp and drm need to use the same memory mapping, the best way to deal with that is to allow them to share (that's coming later), for this to work cleanly we move the attach point of agp. Ideally most agp drivers would attach at pchb, with only agp_i810 (and any that work similarly) attaching at vga, but this will do for now. ok kettenis@, miod@. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/03/16 13:14:26 Modified files: share/man/man4 : agp.4 Log message: agp now attaches at vga. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/03/16 13:24:51 Modified files: sys/arch/i386/conf: files.i386 Log message: for some reason the pchb dependency on agp got left in. kill it. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 13:42:57 Modified files: sys/conf : GENERIC files sys/kern : syscalls.master vfs_bio.c vfs_subr.c sys/nfs : nfs_serv.c nfs_vfsops.c sys/sys : _types.h mount.h types.h vnode.h sys/ufs/ffs : ffs_vfsops.c Added files: sys/compat/common: vfs_syscalls_o43.c sys/sys : statvfs.h Log message: Widen some struct statfs fields to support large filesystem stata and add some to be able to support statvfs(2). Do the compat dance to provide backward compatibility. ok thib@ miod@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 13:43:41 Modified files: sys/kern : init_sysent.c syscalls.c syscalls.conf sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 13:44:34 Modified files: lib/libc/sys : Makefile.inc Added files: lib/libc/sys : statvfs.c Log message: statvfs support CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/16 13:46:14 Modified files: lib/libc/sys : statvfs.c Log message: indent CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 13:47:43 Modified files: lib/libc/crypt : arc4random.3 arc4random.c include : stdlib.h Log message: diff from djm@ committed at his request: introduce two new APIs for requesting strong random numbers: arc4random_buf() - fill an arbitrary memory range with random numbers arc4random_uniform() - return a uniformly distributed random number below a specified upper bound, avoiding the bias that comes from a naive "arc4random() % upper_bound" construction. these mirror similarly-named functions in the kernel; lots of discussion deraadt@ mcbride@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 13:56:27 Modified files: sys/sys : unistd.h lib/libc/gen : sysconf.3 sysconf.c Log message: Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable. ok espie@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 14:02:50 Modified files: lib/libc : shlib_version lib/libpthread : shlib_version Log message: bump CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 14:04:35 Modified files: bin/df : df.c Log message: actually print the now available large numbers CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 14:24:15 Modified files: lib/libc/sys : statfs.2 Log message: sync with sys/statfs.h; ok jmc@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/16 15:08:13 Modified files: . : 43.html Log message: svnd works on block devices, raidctl vs trailing whitespace, disklabel vs NTFS, mt rewoffl panics, raidframe hangs, SYNCHRONIZE CACHE fixes, dhcpd packet sizes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/16 16:08:13 Modified files: lib/libc/crypt : Makefile.inc Log message: Add missing MLINKS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/16 16:18:24 Modified files: lib/libc/crypt : arc4random.3 Log message: - add NAME entries for arc4random_buf and arc4random_uniform - simplify a macro call (Do/Dc -> Dq) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 16:18:53 Added files: sys/arch/sparc64/dev: starfire.c starfire.h Log message: Add some e10k support code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 16:19:57 Modified files: sys/arch/sparc64/dev: sbus.c psycho.c Log message: Set up interrupt translation for e10k. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 16:21:27 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add some e10k support code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 16:22:16 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Include instead of having our own definitions. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/16 16:23:51 Modified files: share/man/man4 : agp.4 vga.4 Log message: some more agp/vga bits; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/16 16:26:43 Modified files: usr.sbin/sensorsd: sensorsd.8 Log message: text simplification; CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/16 17:54:01 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: s/273.16/273.15/g, then refactor the formulae to ensure that the double to int64_t conversions happen sooner rather than later discussed with / ok by kettenis CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/16 18:17:52 Modified files: usr.sbin/dhcpd : tables.c Log message: option 252 is generally used to specify an autoproxy-script on a subnet. ok krw@ henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/16 18:28:46 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.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: djm@cvs.openbsd.org 2008/03/16 18:30:25 Modified files: textproc/py-pygments/pkg: PLIST Log message: unbreak PLIST CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/16 18:58:37 Modified files: . : 43.html Log message: disklabel: 'c' partition, 'r' command, cpg handling, FS_BOOT and FS_UNUSED sizes; M_ZERO, unsigned comparisons with -1 in read/write result checking, bge jumbo frames, CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/16 21:21:25 Modified files: devel/jdk/1.5 : Makefile Added files: devel/jdk/1.5/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_assembler_bsd_amd64_cpp patch-j2se_src_solaris_bin_java_md_c patch-j2se_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c Log message: - use HW_{USER|PHYS}MEM64. okay naddy@ - on amd64 only do implicit null optimizations on offsets landing in the first page of memory. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/16 21:28:26 Modified files: devel/jdk/1.6 : Makefile distinfo devel/jdk/1.6/patches: patch-deploy_make_common_DeployRules-solaris_gmk patch-hotspot_build_bsd_makefiles_gcc_make devel/jdk/1.6/pkg: MESSAGE-jre MESSAGE-main Added files: devel/jdk/1.6/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_os_bsd_amd64_cpp patch-j2se_src_solaris_bin_java_md_c patch-j2se_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c Removed files: devel/jdk/1.6/patches: patch-hotspot_src_share_vm_memory_javaClasses_cpp patch-hotspot_src_share_vm_runtime_synchronizer_cpp patch-hotspot_src_share_vm_utilities_vmError_cpp patch-j2se_make_java_redist_Makefile Log message: - use HW_{USER|PHYS}MEM64. okay naddy@ - update to bsd patchset 4 - for amd64, sync JVM_handle_bsd_signal with its linux counterpart from which it was originally derived; add two segments of code dealing with sigsegv fringe cases. - update pkg/MESSAGE-* to use recent mozilla product names. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/17 00:34:18 Modified files: distrib/sets/lists/base: md.sparc64 distrib/sets/lists/comp: md.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/17 02:38:32 Modified files: devel/libgtop2 : Makefile devel/libgtop2/patches: patch-sysdeps_bsd_fsusage_c Log message: - cope with new statvfs support note: this needs a *very* -current system. from naddy@ ok jasper@ naddy@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 03:17:56 Modified files: games/backgammon/common_source: subs.c games/boggle/boggle: bog.c games/factor : factor.c games/fortune/fortune: fortune.c games/gomoku : main.c games/grdc : grdc.c games/hunt/hunt: hunt.c games/number : number.6 games/quiz : quiz.c games/sail : sail.6 games/tetris : tetris.c Log message: synchronization between usage and synopsis; add some missing "usage:"'s ok jmc@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/17 04:23:44 Modified files: x11/xfce4/orage: Makefile distinfo x11/xfce4/orage/pkg: PLIST Log message: Update to orage 4.5.12.2, bugfix release. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/17 04:29:10 Modified files: x11/xfce4/xfce4-dict: Makefile distinfo x11/xfce4/xfce4-dict/pkg: PLIST Log message: Update to xfce4-dict 0.3, bugfix and translations update. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/17 04:32:48 Modified files: x11/xfce4/xfce4-genmon: Makefile distinfo x11/xfce4/xfce4-genmon/pkg: PLIST Log message: Update to xfce4-genmon 3.2, bugfix and translation update. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/03/17 05:01:14 Modified files: share/man/man4/man4.sparc64: tda.4 Log message: fix copyright line CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/17 05:28:38 Log message: Import mod_encoding-20021209 This module improves non-ascii filename interoperability of Apache (and mod_dav). It seems many WebDAV clients send filename in its platform-local encoding. But since mod_dav expects everything, even HTTP request line, to be in UTF-8, this causes an interoperability problem. This module adds following directives: EncodingEngine, SetServerEncoding, AddClientEncoding, DefaultClientEncoding, and NormalizeUsername. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080317 N ports/www/mod_encoding/distinfo N ports/www/mod_encoding/Makefile N ports/www/mod_encoding/pkg/DESCR N ports/www/mod_encoding/pkg/PLIST N ports/www/mod_encoding/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/17 05:29:38 Modified files: www : Makefile Log message: +mod_encoding CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/03/17 06:49:12 Modified files: . : 43.html Log message: note "include" support for pf.conf(5) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/17 07:56:17 Modified files: usr.sbin/snmpd : mib.c Log message: fix incorrect use of sizeof() where there sizeofa() macro should be used ok dlg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/17 08:36:26 Modified files: www/drupal5 : drupal5.port.mk www/drupal5/auto_nodetitle/pkg: PLIST www/drupal5/jstools/pkg: PLIST Log message: fix minor fuckup with OWNER CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/17 08:40:15 Modified files: usr.sbin/snmpd : mib.c Log message: another sizeofa instead of sizeof fix CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/17 08:47:20 Modified files: usr.sbin/snmpd : mib.c Log message: convert more strings to use the new ber_add_astring() function which simplifies the code. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/17 08:59:02 Modified files: www/drupal5 : drupal5.port.mk www/drupal5/locale-de: Makefile www/drupal5/locale-es: Makefile www/drupal5/locale-fr: Makefile www/drupal5/locale-it: Makefile www/drupal5/locale-ja: Makefile Log message: locale have to be under node actually, to get imported CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/17 09:19:29 Modified files: mail/razor-agents: Makefile distinfo Log message: Update to 2.84. From Giovanni ok landry CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:28:43 Modified files: usr.sbin/spray : spray.c Log message: sort options ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:29:25 Modified files: usr.sbin/timed/timed: timed.c usr.sbin/timed/timedc: cmds.c Log message: use the right format for "usage:"; "usage:" is lowercase ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:30:05 Modified files: usr.sbin/usbdevs: usbdevs.c Log message: "usage:" is lowercase; while here, KNF ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:30:36 Modified files: share/man/man4 : vnd.4 Log message: command descriptions (.Nd macros) are usually lowercase ok jmc@ CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:56:53 Modified files: . : 43.html Log message: better as a link to the manual page CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 12:00:28 Modified files: www/liferea : Makefile distinfo Log message: - update liferea to 1.4.14 from vicviq at gmail.com (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/17 12:38:20 Modified files: net/transmission: Makefile distinfo Log message: update to 1.06: bug fix release CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/17 12:52:01 Modified files: bin/ps : ps.1 Log message: better .Nd; from Pierre Riteau ok sobrado CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/17 12:59:39 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/patches: patch-configure patch-driver_screensaver-properties_desktop_in x11/xscreensaver/pkg: DESCR PLIST Log message: - minor update to xscreensaver-5.05 - reorder dependencies ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:02:21 Log message: import gnome-mag 0.14.10 gnome-mag includes a screen magnifier, which allows you to zoom in on portions of the desktop. It is expressly designed for users with low vision who wish to use the GNOME desktop. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/mag/distinfo N ports/x11/gnome/mag/Makefile N ports/x11/gnome/mag/pkg/DESCR N ports/x11/gnome/mag/pkg/PLIST N ports/x11/gnome/mag/pkg/PFRAG.shared N ports/x11/gnome/mag/patches/patch-docs_man_magnifier_1 N ports/x11/gnome/mag/patches/patch-docs_reference_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:04:28 Log message: import gok 1.3.7 GOK is an on-screen keyboard that provides access to the GNOME desktop via dynamically generated keyboards, and text entry via one of the provided alphanumeric keyboards, or a dynamic keyboard created based on the users current system keyboard driver, or even a user made keyboard. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/gok/distinfo N ports/x11/gnome/gok/Makefile N ports/x11/gnome/gok/pkg/DESCR N ports/x11/gnome/gok/pkg/PLIST N ports/x11/gnome/gok/patches/patch-gok_gok-input_c N ports/x11/gnome/gok/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:07:38 Log message: import gnome-speech 0.4.18 The GNOME Speech API allows developers to incorporate speech technology into user interfaces for their GNOME applications. This API specifies a cross-platform interface to support command and control recognizers, dictation systems and speech synthesizers. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/speech/Makefile N ports/x11/gnome/speech/distinfo N ports/x11/gnome/speech/pkg/DESCR N ports/x11/gnome/speech/pkg/PLIST N ports/x11/gnome/speech/pkg/PFRAG.shared N ports/x11/gnome/speech/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:09:42 Log message: import gnopernicus 1.1.2 Gnopernicus is part of the GNOME Accessibility Project. It is a screen reader and magnifier and it enables users with limited vision, or no vision, to use the Gnome 2 desktop and Gnome/GTK+2 applications effectively. By providing automated focus tracking and fullscreen magnification, Gnopernicus aids low-vision Gnome users. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/gnopernicus/Makefile N ports/x11/gnome/gnopernicus/distinfo N ports/x11/gnome/gnopernicus/pkg/DESCR N ports/x11/gnome/gnopernicus/pkg/PLIST N ports/x11/gnome/gnopernicus/pkg/PFRAG.shared N ports/x11/gnome/gnopernicus/patches/patch-srlow_libsrlow_SRLow_c N ports/x11/gnome/gnopernicus/patches/patch-srcore_srspc_c N ports/x11/gnome/gnopernicus/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:11:59 Log message: import orca 2.20.2 Orca is a free, open source, flexible, extensible, and powerful assistive technology for people with visual impairments. Using various combinations of speech synthesis, braille, and magnification, Orca helps provide access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/orca/distinfo N ports/x11/gnome/orca/Makefile N ports/x11/gnome/orca/pkg/PLIST N ports/x11/gnome/orca/pkg/DESCR N ports/x11/gnome/orca/patches/patch-src_orca_orca_in N ports/x11/gnome/orca/patches/patch-src_orca_orca_gui_prefs_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:14:46 Modified files: x11/gnome : Makefile Log message: - add mag gok speech gnopernicus orca CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:30:37 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention the recently imported accessibility ports - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/17 13:44:51 Modified files: mail/getmail : Makefile distinfo mail/getmail/patches: patch-setup_py mail/getmail/pkg: PLIST Log message: getmail 4.8.0 CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 14:30:17 Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.c usr.sbin/quot : quot.c usr.sbin/sasyncd: sasyncd.c Log message: sync the synopsis and usage; "usage:" is lowercase ok jmc@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/03/17 14:40:04 Modified files: usr.sbin/bgpd : util.c Log message: two small bugs in printing funcs: log_as < vs <= confusion, AS 65535 printed like 4 byte AS 0.65535 aspath_strlen: omitted stripping high 16 bits of 32bit AS after dealing with the upper half From: Matthew Dempsky CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/17 14:59:47 Modified files: net/scapy6 : Makefile Log message: fix dependency; the actual package uses the normal system Python version but it pulled in python-bz2 from 2.4 as a RUN_DEPENDS. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/17 15:33:06 Modified files: audio/vorbis-tools: Makefile distinfo audio/vorbis-tools/pkg: PLIST Added files: audio/vorbis-tools/patches: patch-configure patch-ogg123_Makefile_in Removed files: audio/vorbis-tools/patches: patch-configure_ac patch-ogg123_Makefile_am patch-ogg123_cfgfile_options_c patch-ogg123_http_transport_c patch-oggenc_encode_c Log message: Update to 1.2.0. This release mostly includes accumulated patches and miscellaneous bug fixes. CVSROOT: /cvs Module name: www Changes by: martynas@cvs.openbsd.org 2008/03/17 16:15:09 Modified files: . : docum.html Log message: update minix link; ok steven@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/17 16:37:38 Modified files: . : 43.html Log message: some pkg counts known CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/17 17:10:21 Modified files: sys/arch/sparc64/include: cpu.h db_machdep.h sys/arch/sparc64/sparc64: autoconf.c locore.s Log message: Remove KGDB code. It was never converted to 64-bit, and just makes locore.s even more unreadable. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/17 17:17:24 Modified files: sys/arch/i386/i386: machdep.c sys/arch/amd64/amd64: machdep.c Log message: Clear PSL_D when entering signal handlers; pointed out by dfly people; ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/17 18:48:56 Modified files: app/cwm : conf.c Log message: client_{,r}cycle() doens't need a client. so get rid of KBFUNC_NEEDSCLIENT. this prevents the issue where you close or hide a window, and end up with no client selected (you're on the root window). When that happened alt-tab failed. This, however, exposed to me a few more issues in the alt-tabbing code: -the code to detect how many lines we need looks bogus (you always get three) -alt-tabbing when everything is hidden always reawakes the most recent window. Fixes for these will be forthcoming. ok simon@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 03:15:16 Log message: Import yakuake-2.8.1 Yakuake is a drop-down terminal emulator based on KDE Konsole technology. Features: * smoothly rolls down from the top of your screen * tabbed interface * configurable dimensions and animation speed * skinnable * sophisticated DCOP interface based on a submission from Aaron S. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080318 N ports/x11/yakuake/Makefile N ports/x11/yakuake/distinfo N ports/x11/yakuake/pkg/PLIST N ports/x11/yakuake/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2008/03/18 03:15:50 Modified files: net/samba : Makefile net/samba/pkg : DESCR-main Added files: net/samba/files: krb5-config Log message: add support for talking to active directory with an ads flavor. ok mbalmer@ jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 03:15:53 Modified files: x11 : Makefile Log message: +yakuake CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/18 05:59:06 Modified files: . : plus43.html Log message: re(4) got in also CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/18 06:03:57 Modified files: . : plus.html Log message: Upto 03/15 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:24:19 Modified files: sys/dev/usb : usbdevs uftdi.c if_aue.c Log message: Bring in some changes from DragonFly: - New matching logic so we don't need to check against vid/pid to figure out which kind of chip we have - Match list in a struct instead of messy if statement (hurrah!) - More generic dual port handling - Insane amount of device additions, mostly found in Linux driver (aue included as a usb vendor got renamed) Tested by ckuethe@, 'looks super sensible' deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:25:18 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: jsing@cvs.openbsd.org 2008/03/18 06:34:53 Modified files: . : 43.html Log message: Fix tpyo. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:35:34 Modified files: sys/dev/usb : usbdevs Log message: IRZ MC35pu GSM Terminal From Sergey Prysiazhnyi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:36:15 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:37:41 Modified files: share/man/man4 : uslcom.4 sys/dev/usb : uslcom.c Log message: IRZ MC35pu GSM Terminal From/tested by Sergey Prysiazhnyi CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/18 07:00:12 Modified files: usr.bin/cvs : tag.c Log message: sync the usage with the manpage, use "symbolic_tag" instead of "tag" for the argument to distinguish it from the command keyword which is less confusing. ok joris@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/18 08:29:25 Modified files: sys/arch/i386/i386: freebsd_machdep.c linux_machdep.c svr4_machdep.c Log message: Clear PSL_D when entering signal handlers; pointed out by dfly people; ok miod@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/18 08:53:07 Modified files: usr.sbin/snmpd : ber.c Log message: fix bug that ber_oid2ber skips the first byte when encoding powers of 128. E.g., it will encode 128 as 0x00 instead of 0x81 0x00. From Matthew at Dempsky dot org CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 09:05:28 Modified files: x11/gnome/themes-extras: Makefile Log message: - variables cleanup (redundant with gnome.port.mk) no pkg change "commit" jasper@ CVSROOT: /cvs Module name: xenocara Changes by: naddy@cvs.openbsd.org 2008/03/18 09:50:38 Modified files: lib/libX11/src : ConnDis.c Log message: Fix segfaults if you use XDM-AUTHORIZATION-1 authorization keys for remote X11 clients over IPv6. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/18 10:57:58 Modified files: usr.sbin/snmpd : ber.3 ber.c ber.h mib.c trap.c Log message: remove ber_add_astring and make it the default behaviour in ber_add_string, ber_add_nstring, and ber_add_bitstring to allocate and copy the provided buffer instead of just attaching it to the ber element. this may add some overhead but fixes and avoids some bugs with static buffers and simplifies the ber api again. From Matthew at Dempsky dot org With input from claudio@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/18 12:44:31 Modified files: archivers/bzip2: Makefile distinfo Log message: SECURITY: Update to 1.0.5, which includes integer overflow checks. Fixes CERT-FI 20469. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/18 12:59:51 ports/archivers/ripole/patches Update of /cvs/ports/archivers/ripole/patches In directory cvs.openbsd.org:/tmp/cvs-serv10502/patches Log Message: Directory /cvs/ports/archivers/ripole/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 13:08:07 Modified files: x11/gnome/libgail-gnome: Makefile x11/gnome/libgail-gnome/pkg: PFRAG.shared Removed files: x11/gnome/libgail-gnome/patches: patch-gail-gnome_Makefile_in Log message: - libgail-gnome.so is supposed to be a loadable module (as with others in lib/gtk-2.0/modules/) Now GNOME apps that want accessibility should be able to find this. "looks good" jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 13:10:10 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - add a small note about accessibility in README.OpenBSD - bump PKGNAME "looks good" jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/18 13:14:28 Modified files: archivers/ripole: Makefile archivers/ripole/pkg: DESCR Added files: archivers/ripole/patches: patch-Makefile Log message: - honor cflags - remove trailing whitespace from DESCR ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/18 13:25:55 Modified files: www/kazehakase : Makefile distinfo www/kazehakase/patches: patch-Makefile_in patch-configure www/kazehakase/pkg: PLIST Log message: Update to kazehakase 0.5.3, update patches while here. ok ajacoutot@ (two days ago) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/18 13:32:19 Modified files: usr.sbin/rtadvd: rtadvd.c usr.sbin/rtsold: probe.c rtsol.c Log message: correct CMSG_SPACE and CMSG_LEN handling as done in other places. These are the complicated cases where multiple messages are sent. discussed with kettenis, hshoexer, and rtsol tested by jmc - thanks CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/18 13:40:03 Modified files: devel/jdk : java.port.mk Log message: fix java RUN_DEPENDS for the 1.5 case ok kurt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/18 14:00:40 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Get rid of some dead wood. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/18 14:03:37 Modified files: usr.bin/netstat: if.c Log message: Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well. Found by and tested jmc@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/18 14:25:11 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: chroot-cgi_Makefile_in patch-base_Makefile_in patch-cgi_Makefile_in patch-configure patch-html_Makefile_in patch-include_config_h_in patch-include_locations_h_in patch-sample-config_cgi_cfg_in patch-sample-config_nagios_cfg_in net/nagios/nagios/pkg: PLIST-main PLIST-web Added files: net/nagios/nagios/patches: patch-cgi_cgiutils_c patch-sample-config_template-object_localhost_cfg_in patch-sample-config_template-object_templates_cfg_in Removed files: net/nagios/nagios/patches: patch-Makefile_in Log message: update to nagios 3.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/18 15:23:47 Modified files: sys/net : if_pppoe.c Log message: Don't use MBUFLOCK() for ifqueue protection use the correct splnet() dance instead. OK canacar@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/18 15:26:53 Log message: import beediff BeeDiff is a graphical file comparator. Users have the possibility to compare and merge two text files. All differences are highlighted in colors. feedback & ok ajacoutot@ Status: Vendor Tag: simon Release Tags: simon_20080318 N ports/devel/beediff/distinfo N ports/devel/beediff/Makefile N ports/devel/beediff/pkg/DESCR N ports/devel/beediff/pkg/PLIST N ports/devel/beediff/patches/patch-beediff_pro No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/18 15:26:56 Modified files: devel : Makefile Log message: add beediff CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/18 15:31:37 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: - update p5-Net-DNS to 0.63 (includes security fix for http://secunia.com/advisories/29343/) ok wilfried@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/18 15:33:45 Modified files: sys/net : if_pppoe.c Log message: Don't use ph after the m_pulldown() calls because the mbuf chain could be modified. Better save than sorry. OK canacar@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/18 15:43:35 Modified files: archivers/libarchive: Makefile distinfo archivers/libarchive/patches: patch-libarchive_test_main_c Added files: archivers/libarchive/patches: patch-cpio_test_test_option_L_c patch-libarchive_test_test_entry_c patch-libarchive_test_test_pax_filename_encoding_c Log message: SECURITY update to 2.4.14. (FreeBSD-SA-07:05.libarchive) This fixes various vulnerabilities in handling corrupt tar files. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/18 16:03:34 Modified files: www/libcroco : Makefile Log message: - switch to use gnome.port.mk - update WANTLIB - bump PKGNAME CVSROOT: /cvs Module name: src Changes by: merdely@cvs.openbsd.org 2008/03/18 17:03:14 Modified files: usr.sbin/authpf: authpf.8 Log message: Fix mention of authpf_users table (s/authpf users/authpf_users/). ok jmc@, mcbride@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/18 18:08:11 Modified files: . : 43.html Log message: dhcpd vs overflow buffers, SCSI drivers vs splbio around scsi_done, TCP response packets, manually entered DNS servers. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/18 18:18:28 Modified files: app/cwm : client.c Log message: As mentioned in my last commit, there was an issue where the switching code would always assume that the number of windows to switch to was three if there were more windows hidden. Check for CLIENT_HIDDEN when we count. Now it counts correctly. ok simon@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/18 19:38:46 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-config_main_inc_php_dist patch-program_include_main_inc patch-program_include_session_inc mail/roundcubemail/pkg: PLIST Removed files: mail/roundcubemail/patches: patch-INSTALL Log message: update roundcube to 0.1. from pea at raveland.org with a few tweaks. ok ajacoutot CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/03/18 21:00:23 Modified files: lib/libc/string: bcmp.c Log message: bcmp(3) tries to return length, which is a size_t, as an int. Instead, just return 1 if there is a difference. Found by lint. OK millert. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/18 23:47:48 Modified files: sys/arch/i386/i386: autoconf.c sys/arch/amd64/amd64: autoconf.c sys/nfs : nfs_boot.c Log message: label all interfaces we netboot from in group "netboot", in a MI fashion ok miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/19 02:18:10 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY update to 1.4.18.1, fixes AST-2008-002 (buffer overflows in RTP codec payload type handling) and AST-2008-003 (SIP channel can make a call into the context specified in the general section of sip.conf). Affects all Asterisk users with SIP enabled. This is a security update only, no changes other than these fixes. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/19 02:44:54 Modified files: sbin/ifconfig : ifconfig.8 Log message: document "netboot" interface group; based on a diff originally from bsd openbsd rutgers edu CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/19 03:21:37 Modified files: multimedia/avidemux: Makefile distinfo multimedia/avidemux/patches: patch-avidemux_ADM_audiocodec_ADM_codecfaad_cpp multimedia/avidemux/pkg: PLIST Added files: multimedia/avidemux/patches: patch-admin_detect-autoconf_sh patch-avidemux_ADM_libraries_ADM_lavcodec_Makefile_am patch-avidemux_ADM_libraries_ADM_lavcodec_dsputil_c patch-avidemux_ADM_libraries_ADM_lavcodec_mpegaudiodec_c patch-avidemux_ADM_libraries_ADM_lavcodec_mpegvideo_c patch-avidemux_ADM_libraries_ADM_libswscale_yuv2rgb_c patch-avidemux_ADM_osSupport_ADM_crashdump_cpp patch-avidemux_ADM_videoFilter_ADM_vidParticle_cpp patch-configure_in_in Removed files: multimedia/avidemux/patches: patch-avidemux_ADM_audiodevice_ADM_deviceoss_cpp patch-avidemux_ADM_lavcodec_Makefile_in patch-avidemux_ADM_lavcodec_dsputil_c patch-avidemux_ADM_lavcodec_mpegvideo_c patch-avidemux_ADM_libswscale_yuv2rgb_c patch-avidemux_ADM_script_ADM_JSFunctions_cpp patch-avidemux_ADM_script_DirectorySearch_cpp patch-configure Log message: - update to version 2.4.1 - add support for artsd and esound ok jakemsr@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/19 05:39:34 Modified files: www/py-formencode: Makefile distinfo www/py-formencode/pkg: PLIST Log message: update to version 1.0 remove dependency to py-ElementTree, because python2.5 includes it ok martynas@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/19 06:22:09 Modified files: etc : Makefile Log message: remove superfluous backslashes and semicolons ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/19 07:02:59 Modified files: www/py-turbogears: Makefile Log message: remove dependecies to py-ElementTree and py-cElementTree "go ahead" martynas@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/19 07:33:29 Modified files: devel/sdl : Makefile devel/sdl/patches: patch-configure patch-src_audio_SDL_audio_c Added files: devel/sdl/patches: patch-src_audio_arts_SDL_artsaudio_c Log message: - make artsd audio output work by linking with libartsc instead of trying to dlopen() it. also fix a couple bugs in the artsd output module: when artsd is "suspended", it only means that it it not accessing the soundcard at the moment, not that it will not accept data. fix output latency by setting parameters that actually are settable, instead of trying to set read-only(!) parameters. - allow the default audio output method to be chosen with the SDL_AUDIO_DRIVER environment variable. choices are 'arts', 'esd' and 'audio'. 'audio' selects audio(4) output, and is the default if SDL_AUDIO_DRIVER is not set. ok pvalchev@ CVSROOT: /cvs Module name: ports Changes by: laurent@cvs.openbsd.org 2008/03/19 08:11:42 Modified files: x11 : Makefile Log message: Enable e17, ok dlg@,jasper@,mbalmer@ all before tree lock. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 08:37:55 Log message: import libcddb 1.3.0 Libcddb is a C library to access data on a CDDB server (freedb.org). It allows you to: - Search the database for possible CD matches. - Retrieve detailed information about a specific CD. - Submit new CD entries to the database. Libcddb supports both the custom CDDB protocol and tunnelling the query and read operations over plain HTTP. It is also possible to use an HTTP proxy server. If you want to speed things up, you can make use of the built-in caching facility provided by the library. (needed for an upcoming gvfs port) feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080319 N ports/audio/libcddb/distinfo N ports/audio/libcddb/Makefile N ports/audio/libcddb/pkg/DESCR N ports/audio/libcddb/pkg/PLIST N ports/audio/libcddb/pkg/PFRAG.shared N ports/audio/libcddb/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 08:40:39 Modified files: audio : Makefile Log message: - add libcddb CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 09:18:49 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: - update iso-codes to 2.0 ok robert@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/19 09:52:31 Modified files: audio/sonata : Makefile distinfo audio/sonata/pkg: PLIST Log message: update to 1.4.2 (request and diff by Simon Kuhnle) remove py-ElementTree dependency remove MAINTAINER (no MX record) ok merdely@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/19 09:54:01 Modified files: textproc/py-cElementTree: Makefile textproc/py-ElementTree: Makefile Log message: build only for python2.4 because it is included in python2.5 ok martynas@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/19 11:15:53 Modified files: net/nagios/nagios: Makefile net/nagios/nagios/patches: patch-cgi_cgiutils_c Added files: net/nagios/nagios/patches: patch-base_utils_c Log message: fix another occurence of negative array index access and in a better way bump PKGNAMEs CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/19 12:05:46 Modified files: devel/jdk/1.7 : Makefile distinfo devel/jdk/1.7/patches: patch-hotspot_build_bsd_Makefile patch-hotspot_build_bsd_makefiles_defs_make patch-hotspot_build_bsd_makefiles_sa_make patch-hotspot_build_bsd_makefiles_vm_make patch-hotspot_build_bsd_platform_amd64 patch-hotspot_build_bsd_platform_i486 patch-hotspot_build_bsd_platform_sparc patch-hotspot_src_os_bsd_vm_attachListener_bsd_cpp patch-hotspot_src_os_bsd_vm_hpi_bsd_hpp patch-hotspot_src_os_bsd_vm_jsig_c patch-hotspot_src_os_bsd_vm_jvm_bsd_cpp patch-hotspot_src_os_bsd_vm_jvm_bsd_h patch-hotspot_src_os_bsd_vm_osThread_bsd_cpp patch-hotspot_src_os_bsd_vm_osThread_bsd_hpp patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_bsd_vm_os_bsd_hpp patch-hotspot_src_os_bsd_vm_os_bsd_inline_hpp patch-hotspot_src_os_bsd_vm_perfMemory_bsd_cpp patch-hotspot_src_share_vm_adlc_adlc_hpp patch-hotspot_src_share_vm_includeDB_compiler2 patch-hotspot_src_share_vm_includeDB_core patch-hotspot_src_share_vm_interpreter_bytecodeTracer_cpp patch-hotspot_src_share_vm_runtime_globals_hpp patch-hotspot_src_share_vm_runtime_os_cpp patch-hotspot_src_share_vm_runtime_vm_version_cpp patch-hotspot_src_share_vm_utilities_globalDefinitions_gcc_hpp patch-hotspot_src_share_vm_utilities_macros_hpp patch-hotspot_src_share_vm_utilities_vmError_cpp devel/jdk/1.7/pkg: PLIST-jre PLIST-main Added files: devel/jdk/1.7/patches: patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_impl_dynamicany_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_impl_ior_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_impl_orbutil_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_impl_protocol_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_spi_legacy_interceptor_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_spi_orb_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_spi_presentation_rmi_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_spi_transport_jmk patch-corba_make_common_Defs-bsd_gmk patch-corba_make_common_Defs_gmk patch-corba_make_common_Mapfile-vers_gmk patch-corba_make_common_shared_Compiler-gcc_gmk patch-corba_make_common_shared_Compiler_gmk patch-corba_make_common_shared_Defs-bsd_gmk patch-corba_make_common_shared_Defs-java_gmk patch-corba_make_common_shared_Defs-utils_gmk patch-corba_make_common_shared_Defs_gmk patch-corba_make_common_shared_Platform_gmk patch-corba_make_jprt_config patch-corba_make_jprt_properties patch-corba_make_org_omg_CORBA_Makefile patch-corba_make_sun_corba_core_Makefile patch-hotspot_src_cpu_x86_vm_assembler_x86_64_cpp patch-hotspot_src_cpu_x86_vm_interpreterRT_x86_32_cpp patch-hotspot_src_cpu_x86_vm_interpreterRT_x86_64_cpp patch-hotspot_src_cpu_x86_vm_jni_x86_h patch-hotspot_src_os_cpu_bsd_x86_vm_assembler_bsd_x86_64_cpp patch-hotspot_src_os_cpu_bsd_x86_vm_bsd_x86_32_s patch-hotspot_src_os_cpu_bsd_x86_vm_bytes_bsd_x86_inline_hpp patch-hotspot_src_os_cpu_bsd_x86_vm_os_bsd_x86_cpp patch-hotspot_src_os_cpu_bsd_x86_vm_threadLS_bsd_x86_hpp patch-hotspot_src_os_cpu_bsd_x86_vm_vmStructs_bsd_x86_hpp patch-hotspot_src_share_vm_utilities_ostream_cpp patch-jdk_make_com_sun_java_pack_Makefile patch-jdk_make_com_sun_security_auth_module_Makefile patch-jdk_make_com_sun_tools_attach_FILES_c_gmk patch-jdk_make_com_sun_tools_attach_FILES_java_gmk patch-jdk_make_common_Defs-bsd_gmk patch-jdk_make_common_Defs_gmk patch-jdk_make_common_Program_gmk patch-jdk_make_common_Release_gmk patch-jdk_make_common_internal_BinaryPlugs_gmk patch-jdk_make_common_shared_Compiler-gcc_gmk patch-jdk_make_common_shared_Compiler_gmk patch-jdk_make_common_shared_Defs-bsd_gmk patch-jdk_make_common_shared_Defs-java_gmk patch-jdk_make_common_shared_Platform_gmk patch-jdk_make_common_shared_Sanity_gmk patch-jdk_make_docs_Makefile patch-jdk_make_java_Makefile patch-jdk_make_java_hpi_hpi_common_gmk patch-jdk_make_java_hpi_native_Makefile patch-jdk_make_java_instrument_Makefile patch-jdk_make_java_java_Makefile patch-jdk_make_java_java_hprof_demo_Makefile patch-jdk_make_java_java_localegen_sh patch-jdk_make_java_jli_Makefile patch-jdk_make_java_management_Makefile patch-jdk_make_java_net_FILES_c_gmk patch-jdk_make_java_net_Makefile patch-jdk_make_java_nio_Makefile patch-jdk_make_java_npt_Makefile patch-jdk_make_java_redist_FILES_gmk patch-jdk_make_java_redist_Makefile patch-jdk_make_java_sun_nio_FILES_java_gmk patch-jdk_make_java_zip_FILES_c_gmk patch-jdk_make_java_zip_Makefile patch-jdk_make_javax_sound_FILES_c_gmk patch-jdk_make_javax_sound_Makefile patch-jdk_make_javax_sound_SoundDefs_gmk patch-jdk_make_jpda_back_Makefile patch-jdk_make_jpda_transport_socket_Makefile patch-jdk_make_sun_awt_Makefile patch-jdk_make_sun_awt_mawt_gmk patch-jdk_make_sun_font_Makefile patch-jdk_make_sun_image_generic_Makefile patch-jdk_make_sun_jawt_Makefile patch-jdk_make_sun_security_jgss_wrapper_Makefile patch-jdk_make_sun_security_pkcs11_Makefile patch-jdk_make_sun_security_smartcardio_Makefile patch-jdk_make_sun_splashscreen_Makefile patch-jdk_make_sun_xawt_Makefile patch-jdk_make_tools_freetypecheck_Makefile patch-jdk_src_share_back_commonRef_c patch-jdk_src_share_classes_com_sun_java_swing_plaf_gtk_Metacity_java patch-jdk_src_share_classes_com_sun_jmx_snmp_SnmpPduTrap_java patch-jdk_src_share_classes_com_sun_media_sound_Platform_java patch-jdk_src_share_classes_java_awt_GraphicsEnvironment_java patch-jdk_src_share_classes_java_lang_ClassLoader_java patch-jdk_src_share_classes_java_util_TimeZone_java patch-jdk_src_share_classes_sun_awt_FontConfiguration_java patch-jdk_src_share_classes_sun_font_FontManager_java patch-jdk_src_share_classes_sun_io_ByteToCharKOI8_U_java patch-jdk_src_share_classes_sun_io_CharToByteKOI8_U_java patch-jdk_src_share_classes_sun_io_CharacterEncoding_java patch-jdk_src_share_classes_sun_java2d_SunGraphicsEnvironment_java patch-jdk_src_share_classes_sun_print_PSPrinterJob_java patch-jdk_src_share_classes_sun_security_provider_SunEntries_java patch-jdk_src_share_classes_sun_tools_jar_Main_java patch-jdk_src_share_classes_sun_tools_jar_resources_jar_properties patch-jdk_src_share_hpi_include_hpi_impl_h patch-jdk_src_share_native_com_sun_java_util_jar_pack_defines_h patch-jdk_src_share_native_com_sun_java_util_jar_pack_main_cpp patch-jdk_src_share_native_com_sun_media_sound_DirectAudioDevice_c patch-jdk_src_share_native_com_sun_media_sound_Platform_c patch-jdk_src_share_native_com_sun_media_sound_SoundDefs_h patch-jdk_src_share_native_common_check_code_c patch-jdk_src_share_native_java_io_io_util_h patch-jdk_src_share_native_java_lang_fdlibm_include_fdlibm_h patch-jdk_src_share_native_java_lang_fdlibm_include_jfdlibm_h patch-jdk_src_share_native_java_util_zip_Inflater_c patch-jdk_src_share_native_java_util_zip_zlib-1_1_3_zconf_h patch-jdk_src_share_native_sun_awt_debug_debug_util_h patch-jdk_src_share_native_sun_awt_image_BufImgSurfaceData_c patch-jdk_src_share_native_sun_awt_image_DataBufferNative_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv2x2_f_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_16ext_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_16nw_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_8ext_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_8nw_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_u16ext_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_u16nw_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageCopy_Bit_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageLookUp_64_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageLookUp_Bit_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageUtils_c patch-jdk_src_share_native_sun_awt_medialib_mlib_c_ImageCopy_c patch-jdk_src_share_native_sun_awt_medialib_mlib_c_ImageLookUp_f_c patch-jdk_src_share_native_sun_awt_medialib_mlib_image_h patch-jdk_src_share_native_sun_awt_medialib_mlib_sys_c patch-jdk_src_share_native_sun_awt_medialib_mlib_types_h patch-jdk_src_share_native_sun_font_AccelGlyphCache_c patch-jdk_src_share_native_sun_java2d_SurfaceData_c patch-jdk_src_share_native_sun_java2d_cmm_lcms_LCMS_c patch-jdk_src_share_native_sun_java2d_opengl_OGLFuncs_h patch-jdk_src_share_native_sun_java2d_opengl_OGLRenderQueue_c patch-jdk_src_share_native_sun_java2d_opengl_OGLTextRenderer_c patch-jdk_src_share_transport_socket_socketTransport_c patch-jdk_src_solaris_back_exec_md_c patch-jdk_src_solaris_back_util_md_h patch-jdk_src_solaris_bin_ergo_c patch-jdk_src_solaris_bin_ergo_h patch-jdk_src_solaris_bin_ergo_i586_c patch-jdk_src_solaris_bin_java_md_c patch-jdk_src_solaris_bin_java_md_h patch-jdk_src_solaris_classes_sun_awt_X11GraphicsEnvironment_java patch-jdk_src_solaris_classes_sun_awt_motif_MFontConfiguration_java patch-jdk_src_solaris_classes_sun_font_XMap_java patch-jdk_src_solaris_classes_sun_print_UnixPrintServiceLookup_java patch-jdk_src_solaris_classes_sun_security_provider_NativePRNG_java patch-jdk_src_solaris_classes_sun_tools_attach_BsdAttachProvider_java patch-jdk_src_solaris_demo_jvmti_hprof_hprof_md_c patch-jdk_src_solaris_hpi_include_interrupt_h patch-jdk_src_solaris_hpi_include_largefile_bsd_h patch-jdk_src_solaris_hpi_include_largefile_h patch-jdk_src_solaris_hpi_native_threads_include_threads_md_h patch-jdk_src_solaris_hpi_native_threads_src_condvar_md_c patch-jdk_src_solaris_hpi_native_threads_src_monitor_md_c patch-jdk_src_solaris_hpi_native_threads_src_sys_api_td_c patch-jdk_src_solaris_hpi_native_threads_src_threads_bsd_c patch-jdk_src_solaris_hpi_native_threads_src_threads_md_c patch-jdk_src_solaris_hpi_src_linker_md_c patch-jdk_src_solaris_hpi_src_memory_md_c patch-jdk_src_solaris_hpi_src_system_md_c patch-jdk_src_solaris_instrument_EncodingSupport_md_c patch-jdk_src_solaris_javavm_export_jvm_md_h patch-jdk_src_solaris_javavm_include_typedefs_md_h patch-jdk_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c patch-jdk_src_solaris_native_com_sun_security_auth_module_Unix_c patch-jdk_src_solaris_native_common_gdefs_md_h patch-jdk_src_solaris_native_java_io_UnixFileSystem_md_c patch-jdk_src_solaris_native_java_io_canonicalize_md_c patch-jdk_src_solaris_native_java_io_io_util_md_c patch-jdk_src_solaris_native_java_lang_ProcessEnvironment_md_c patch-jdk_src_solaris_native_java_lang_UNIXProcess_md_c patch-jdk_src_solaris_native_java_lang_java_props_md_c patch-jdk_src_solaris_native_java_net_Inet4AddressImpl_c patch-jdk_src_solaris_native_java_net_Inet6AddressImpl_c patch-jdk_src_solaris_native_java_net_NetworkInterface_c patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c patch-jdk_src_solaris_native_java_net_PlainSocketImpl_c patch-jdk_src_solaris_native_java_net_net_util_md_c patch-jdk_src_solaris_native_java_net_net_util_md_h patch-jdk_src_solaris_native_java_nio_MappedByteBuffer_c patch-jdk_src_solaris_native_java_util_FileSystemPreferences_c patch-jdk_src_solaris_native_java_util_TimeZone_md_c patch-jdk_src_solaris_native_sun_awt_VDrawingArea_c patch-jdk_src_solaris_native_sun_awt_X11Color_c patch-jdk_src_solaris_native_sun_awt_XDrawingArea_c patch-jdk_src_solaris_native_sun_awt_awt_Font_c patch-jdk_src_solaris_native_sun_awt_awt_GraphicsEnv_c patch-jdk_src_solaris_native_sun_awt_awt_InputMethod_c patch-jdk_src_solaris_native_sun_awt_awt_MToolkit_c patch-jdk_src_solaris_native_sun_awt_awt_Robot_c patch-jdk_src_solaris_native_sun_awt_awt_TopLevel_c patch-jdk_src_solaris_native_sun_awt_awt_motif21_c patch-jdk_src_solaris_native_sun_awt_awt_util_h patch-jdk_src_solaris_native_sun_awt_awt_wm_c patch-jdk_src_solaris_native_sun_awt_awt_wm_h patch-jdk_src_solaris_native_sun_awt_canvas_c patch-jdk_src_solaris_native_sun_awt_extutil_h patch-jdk_src_solaris_native_sun_awt_fontpath_c patch-jdk_src_solaris_native_sun_awt_list_c patch-jdk_src_solaris_native_sun_awt_robot_common_c patch-jdk_src_solaris_native_sun_font_X11FontScaler_c patch-jdk_src_solaris_native_sun_font_X11TextRenderer_c patch-jdk_src_solaris_native_sun_java2d_j2d_md_h patch-jdk_src_solaris_native_sun_java2d_loops_mlib_ImageZoom_NN_c patch-jdk_src_solaris_native_sun_java2d_loops_vis_FuncArray_c patch-jdk_src_solaris_native_sun_management_FileSystemImpl_c patch-jdk_src_solaris_native_sun_net_dns_ResolverConfigurationImpl_c patch-jdk_src_solaris_native_sun_net_spi_DefaultProxySelector_c patch-jdk_src_solaris_native_sun_nio_ch_DatagramChannelImpl_c patch-jdk_src_solaris_native_sun_nio_ch_FileChannelImpl_c patch-jdk_src_solaris_native_sun_nio_ch_FileDispatcher_c patch-jdk_src_solaris_native_sun_nio_ch_FileKey_c patch-jdk_src_solaris_native_sun_nio_ch_Net_c patch-jdk_src_solaris_native_sun_security_pkcs11_j2secmod_md_c patch-jdk_src_solaris_native_sun_tools_attach_BsdVirtualMachine_c patch-jdk_src_solaris_native_sun_xawt_XWindow_c patch-jdk_src_solaris_transport_socket_socket_md_c patch-langtools_src_share_classes_com_sun_tools_javah_Util_java patch-make_Defs-internal_gmk Removed files: devel/jdk/1.7/files: JavaResearchLicense.txt x_x2zip.c devel/jdk/1.7/patches: patch-control_make_sanity-rules_gmk patch-hotspot_src_cpu_amd64_vm_assembler_amd64_cpp patch-hotspot_src_cpu_amd64_vm_jni_amd64_h 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_interpreterRT_i486_cpp patch-hotspot_src_cpu_i486_vm_jni_i486_h patch-hotspot_src_os_cpu_bsd_amd64_vm_assembler_bsd_amd64_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_bytes_bsd_amd64_inline_hpp patch-hotspot_src_os_cpu_bsd_amd64_vm_os_bsd_amd64_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_vmStructs_bsd_amd64_hpp patch-hotspot_src_os_cpu_bsd_i486_vm_bsd_i486_s patch-hotspot_src_os_cpu_bsd_i486_vm_os_bsd_i486_cpp patch-hotspot_src_os_cpu_bsd_i486_vm_threadLS_bsd_i486_hpp patch-hotspot_src_os_cpu_bsd_i486_vm_vmStructs_bsd_i486_hpp patch-j2se_make_com_sun_java_pack_Makefile patch-j2se_make_com_sun_security_auth_module_Makefile patch-j2se_make_com_sun_tools_attach_FILES_c_gmk patch-j2se_make_com_sun_tools_attach_FILES_java_gmk patch-j2se_make_common_Defs-bsd_gmk patch-j2se_make_common_Defs_gmk patch-j2se_make_common_Program_gmk patch-j2se_make_common_Release_gmk patch-j2se_make_common_shared_Compiler-gcc_gmk patch-j2se_make_common_shared_Compiler_gmk patch-j2se_make_common_shared_Defs-bsd_gmk patch-j2se_make_common_shared_Platform_gmk patch-j2se_make_common_shared_Sanity_gmk patch-j2se_make_docs_Makefile patch-j2se_make_java_Makefile patch-j2se_make_java_hpi_hpi_common_gmk patch-j2se_make_java_hpi_native_Makefile patch-j2se_make_java_instrument_Makefile patch-j2se_make_java_java_Makefile patch-j2se_make_java_java_hprof_demo_Makefile patch-j2se_make_java_java_localegen_sh patch-j2se_make_java_jli_Makefile patch-j2se_make_java_management_Makefile patch-j2se_make_java_net_FILES_c_gmk patch-j2se_make_java_net_Makefile patch-j2se_make_java_nio_Makefile patch-j2se_make_java_npt_Makefile patch-j2se_make_java_redist_FILES_gmk patch-j2se_make_java_redist_Makefile patch-j2se_make_java_sun_nio_FILES_java_gmk patch-j2se_make_java_zip_FILES_c_gmk patch-j2se_make_java_zip_Makefile patch-j2se_make_javax_sound_FILES_c_gmk patch-j2se_make_javax_sound_Makefile patch-j2se_make_javax_sound_SoundDefs_gmk patch-j2se_make_jpda_back_Makefile patch-j2se_make_jpda_transport_socket_Makefile patch-j2se_make_mkdemo_jvmti_Demo_gmk patch-j2se_make_sun_awt_Makefile patch-j2se_make_sun_awt_mawt_gmk patch-j2se_make_sun_font_FILES_c_gmk patch-j2se_make_sun_font_Makefile patch-j2se_make_sun_image_generic_Makefile patch-j2se_make_sun_jawt_Makefile patch-j2se_make_sun_security_jgss_wrapper_Makefile patch-j2se_make_sun_security_pkcs11_Makefile patch-j2se_make_sun_security_smartcardio_Makefile patch-j2se_make_sun_splashscreen_Makefile patch-j2se_make_sun_xawt_Makefile patch-j2se_src_closed_share_classes_sun_jdbc_odbc_JdbcOdbc_c patch-j2se_src_closed_share_native_com_sun_media_sound_DirectAudioDevice_c patch-j2se_src_closed_share_native_com_sun_media_sound_Platform_c patch-j2se_src_closed_share_native_com_sun_media_sound_engine_HAE_cpp patch-j2se_src_closed_share_native_com_sun_media_sound_engine_X_API_c patch-j2se_src_closed_share_native_com_sun_media_sound_engine_X_API_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_kcms_sys_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_kcmsos_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_kpfile_c patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_sithread_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_sptagmgr_c patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_sync_c patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_sync_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_thread_c patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_ukcpmgr_c patch-j2se_src_closed_solaris_native_com_sun_media_sound_engine_HAE_API_BsdOS_Capture_c patch-j2se_src_closed_solaris_native_com_sun_media_sound_engine_HAE_API_BsdOS_c patch-j2se_src_share_back_commonRef_c patch-j2se_src_share_classes_com_sun_java_swing_plaf_gtk_Metacity_java patch-j2se_src_share_classes_com_sun_tools_javah_Util_java patch-j2se_src_share_classes_java_awt_GraphicsEnvironment_java patch-j2se_src_share_classes_java_lang_ClassLoader_java patch-j2se_src_share_classes_java_util_TimeZone_java patch-j2se_src_share_classes_sun_awt_FontConfiguration_java patch-j2se_src_share_classes_sun_font_FontManager_java patch-j2se_src_share_classes_sun_io_ByteToCharKOI8_U_java patch-j2se_src_share_classes_sun_io_CharToByteKOI8_U_java patch-j2se_src_share_classes_sun_io_CharacterEncoding_java patch-j2se_src_share_classes_sun_java2d_SunGraphicsEnvironment_java patch-j2se_src_share_classes_sun_print_PSPrinterJob_java patch-j2se_src_share_classes_sun_security_provider_SunEntries_java patch-j2se_src_share_classes_sun_tools_jar_Main_java patch-j2se_src_share_classes_sun_tools_jar_resources_jar_properties patch-j2se_src_share_hpi_include_hpi_impl_h patch-j2se_src_share_native_com_sun_java_util_jar_pack_defines_h patch-j2se_src_share_native_com_sun_java_util_jar_pack_main_cpp patch-j2se_src_share_native_common_check_code_c patch-j2se_src_share_native_java_io_io_util_h patch-j2se_src_share_native_java_lang_fdlibm_include_fdlibm_h patch-j2se_src_share_native_java_lang_fdlibm_include_jfdlibm_h patch-j2se_src_share_native_java_util_zip_Inflater_c patch-j2se_src_share_native_java_util_zip_zlib-1_1_3_zconf_h patch-j2se_src_share_native_sun_awt_debug_debug_util_h patch-j2se_src_share_native_sun_awt_image_BufImgSurfaceData_c patch-j2se_src_share_native_sun_awt_image_DataBufferNative_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv2x2_f_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_16ext_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_16nw_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_8ext_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_8nw_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_u16ext_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_u16nw_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageCopy_Bit_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageLookUp_64_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageLookUp_Bit_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageUtils_c patch-j2se_src_share_native_sun_awt_medialib_mlib_c_ImageCopy_c patch-j2se_src_share_native_sun_awt_medialib_mlib_c_ImageLookUp_f_c patch-j2se_src_share_native_sun_awt_medialib_mlib_image_h patch-j2se_src_share_native_sun_awt_medialib_mlib_sys_c patch-j2se_src_share_native_sun_awt_medialib_mlib_types_h patch-j2se_src_share_native_sun_font_AccelGlyphCache_c patch-j2se_src_share_native_sun_java2d_SurfaceData_c patch-j2se_src_share_native_sun_java2d_opengl_OGLFuncs_h patch-j2se_src_share_native_sun_java2d_opengl_OGLRenderQueue_c patch-j2se_src_share_native_sun_java2d_opengl_OGLTextRenderer_c patch-j2se_src_share_transport_socket_socketTransport_c patch-j2se_src_solaris_back_exec_md_c patch-j2se_src_solaris_back_util_md_h patch-j2se_src_solaris_bin_java_md_c patch-j2se_src_solaris_bin_java_md_h patch-j2se_src_solaris_classes_sun_awt_X11GraphicsEnvironment_java patch-j2se_src_solaris_classes_sun_awt_motif_MFontConfiguration_java patch-j2se_src_solaris_classes_sun_font_XMap_java patch-j2se_src_solaris_classes_sun_print_UnixPrintServiceLookup_java patch-j2se_src_solaris_classes_sun_security_provider_NativePRNG_java patch-j2se_src_solaris_classes_sun_tools_attach_BsdAttachProvider_java patch-j2se_src_solaris_demo_jvmti_hprof_hprof_md_c patch-j2se_src_solaris_hpi_include_interrupt_h patch-j2se_src_solaris_hpi_include_largefile_bsd_h patch-j2se_src_solaris_hpi_include_largefile_h patch-j2se_src_solaris_hpi_native_threads_include_threads_md_h patch-j2se_src_solaris_hpi_native_threads_src_condvar_md_c patch-j2se_src_solaris_hpi_native_threads_src_monitor_md_c patch-j2se_src_solaris_hpi_native_threads_src_sys_api_td_c patch-j2se_src_solaris_hpi_native_threads_src_threads_bsd_c patch-j2se_src_solaris_hpi_native_threads_src_threads_md_c patch-j2se_src_solaris_hpi_src_linker_md_c patch-j2se_src_solaris_hpi_src_memory_md_c patch-j2se_src_solaris_hpi_src_system_md_c patch-j2se_src_solaris_instrument_EncodingSupport_md_c patch-j2se_src_solaris_javavm_export_jvm_md_h patch-j2se_src_solaris_javavm_include_typedefs_md_h patch-j2se_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c patch-j2se_src_solaris_native_com_sun_security_auth_module_Unix_c patch-j2se_src_solaris_native_common_gdefs_md_h patch-j2se_src_solaris_native_java_io_UnixFileSystem_md_c patch-j2se_src_solaris_native_java_io_canonicalize_md_c patch-j2se_src_solaris_native_java_io_io_util_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_lang_java_props_md_c patch-j2se_src_solaris_native_java_net_Inet4AddressImpl_c patch-j2se_src_solaris_native_java_net_Inet6AddressImpl_c patch-j2se_src_solaris_native_java_net_NetworkInterface_c patch-j2se_src_solaris_native_java_net_PlainDatagramSocketImpl_c patch-j2se_src_solaris_native_java_net_PlainSocketImpl_c patch-j2se_src_solaris_native_java_net_net_util_md_c patch-j2se_src_solaris_native_java_net_net_util_md_h patch-j2se_src_solaris_native_java_nio_MappedByteBuffer_c patch-j2se_src_solaris_native_java_util_FileSystemPreferences_c patch-j2se_src_solaris_native_java_util_TimeZone_md_c patch-j2se_src_solaris_native_sun_awt_VDrawingArea_c patch-j2se_src_solaris_native_sun_awt_X11Color_c patch-j2se_src_solaris_native_sun_awt_XDrawingArea_c patch-j2se_src_solaris_native_sun_awt_Xinerama_c patch-j2se_src_solaris_native_sun_awt_Xinerama_h patch-j2se_src_solaris_native_sun_awt_awt_Font_c patch-j2se_src_solaris_native_sun_awt_awt_GraphicsEnv_c patch-j2se_src_solaris_native_sun_awt_awt_InputMethod_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_Robot_c patch-j2se_src_solaris_native_sun_awt_awt_TopLevel_c patch-j2se_src_solaris_native_sun_awt_awt_motif21_c patch-j2se_src_solaris_native_sun_awt_awt_util_h patch-j2se_src_solaris_native_sun_awt_awt_wm_c patch-j2se_src_solaris_native_sun_awt_awt_wm_h patch-j2se_src_solaris_native_sun_awt_canvas_c patch-j2se_src_solaris_native_sun_awt_extutil_h patch-j2se_src_solaris_native_sun_awt_fontpath_c patch-j2se_src_solaris_native_sun_awt_list_c patch-j2se_src_solaris_native_sun_awt_panoramiXext_h patch-j2se_src_solaris_native_sun_awt_panoramiXproto_h patch-j2se_src_solaris_native_sun_awt_robot_common_c patch-j2se_src_solaris_native_sun_font_X11FontScaler_c patch-j2se_src_solaris_native_sun_font_X11TextRenderer_c patch-j2se_src_solaris_native_sun_java2d_j2d_md_h patch-j2se_src_solaris_native_sun_java2d_loops_mlib_ImageZoom_NN_c patch-j2se_src_solaris_native_sun_java2d_loops_vis_FuncArray_c patch-j2se_src_solaris_native_sun_management_FileSystemImpl_c patch-j2se_src_solaris_native_sun_net_dns_ResolverConfigurationImpl_c patch-j2se_src_solaris_native_sun_net_spi_DefaultProxySelector_c patch-j2se_src_solaris_native_sun_nio_ch_DatagramChannelImpl_c patch-j2se_src_solaris_native_sun_nio_ch_FileChannelImpl_c patch-j2se_src_solaris_native_sun_nio_ch_FileDispatcher_c patch-j2se_src_solaris_native_sun_nio_ch_FileKey_c patch-j2se_src_solaris_native_sun_nio_ch_Net_c patch-j2se_src_solaris_native_sun_security_pkcs11_j2secmod_md_c patch-j2se_src_solaris_native_sun_tools_attach_BsdVirtualMachine_c patch-j2se_src_solaris_native_sun_xawt_XWindow_c patch-j2se_src_solaris_transport_socket_socket_md_c Log message: - switch to GPLv2 w/CLASSPATH exception licensed openjdk7 code - update to early access build 24 - Use GPLv2 licensed binary plugs from the IcedTea project and parts of IcedTea's icedtea-copy-plugs.patch & icedtea-graphics.patch. For more info see: http://icedtea.classpath.org/wiki/Main_Page - Enable packages since we're fully GPLv2 based now, but still not hooked up to bulk builds just yet. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/19 12:37:13 Modified files: . : 43.html sparc64.html Log message: cleanup CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/19 12:37:20 Modified files: sys/dev/ic : isp_openbsd.c Log message: Make sure we pass the right argument to isp_wdog() when setting timeouts. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/19 12:48:50 Modified files: . : 43.html Log message: another pkg count CVSROOT: /cvs Module name: src Changes by: kili@cvs.openbsd.org 2008/03/19 13:25:49 Modified files: usr.bin/sort : tmp.c Log message: Get rid of a useless variable. ok millert@ ray@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 13:28:24 Modified files: share/man/man5 : pf.conf.5 Log message: demonstrate "include" in the bnf; weerd@weirdnet.nl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 13:33:12 Modified files: sys/dev/isa : files.isa share/man/man4 : Makefile isa.4 Added files: sys/dev/isa : fins.c share/man/man4 : fins.4 Log message: Driver for Fintek F71805F LPC sensor based on lm78 driver code; written by Geoff Steckel CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 13:37:04 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 14:08:47 Modified files: usr.sbin/bind/lib/isc/unix: socket.c Log message: CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if you are going to allocate/free a block of memory for the message contents, you have to calculate and track the sizes seperately. This change is just like all the other CMSG changes... CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/19 14:21:01 Modified files: sys/arch/sparc64/include: sparc64.h sys/arch/sparc64/sparc64: ofw_machdep.c Log message: Add prom_itlb_load() and prom_dtlb_load(). CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/19 14:22:10 Log message: import glsfcave GLSFcave is a port of SunFlat's SFcave for UNIX/OpenGL. SFcave is a game where the player controls a ribbon and avoid hitting walls. You have only one control: when you hold the mouse button, the ribbon goes up. Otherwise the ribbon goes down. feedback & ok ajacoutot@ Status: Vendor Tag: simon Release Tags: simon_20080319 N ports/games/glsfcave/distinfo N ports/games/glsfcave/Makefile N ports/games/glsfcave/pkg/DESCR N ports/games/glsfcave/pkg/PLIST N ports/games/glsfcave/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/19 14:22:13 Modified files: games : Makefile Log message: add glsfcave CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2008/03/19 14:29:56 Modified files: . : index.html build : mirrors.dat Log message: remove ftp.secure.lv and openbsd.bug.lv as requested by maintainer Nikns Siankin CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2008/03/19 14:30:56 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/19 14:31:09 Modified files: app/ssh-askpass: Makefile Log message: Remove a useless use of cat pointed by espie@ some time ago. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/19 14:42:05 Modified files: sys/arch/sparc64/sparc64: locore.s pmap.c Log message: Use PROM calls to enter locked kernel text and data mappings into the TLB. Gets rid of a big chunk of nasty asm code and makes us boot on the e10k with multi-systemboard domains. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/19 14:44:18 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/pkg: DESCR-jre DESCR-main Log message: - include the prerelease build number in the package version. - add a description of the native_bootstrap flavor to DESCR-* okay nikolay@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/19 14:57:57 Modified files: . : MODULES Log message: A whole bunch of new items to update. CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/19 15:01:10 Modified files: sys/dev/i2c : i2c_scan.c Log message: add probe for Andigilog aSC7611; discussed with deraadt CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/19 15:15:46 Modified files: . : 3RDPARTY app/xterm : MANIFEST Tekproc.c aclocal.m4 button.c cachedGCs.c charproc.c configure configure.in fontutils.c main.c ptydata.c ptyx.h scrollbar.c sinstall.sh tabs.c util.c version.h xterm.log.html xterm.man xtermcfg.h xtermcfg.hin Log message: update to xterm 234. tested by merdely@, 'looks ok' deraadt@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 15:50:22 Modified files: devel/desktop-file-utils: Makefile distinfo Log message: - update desktop-file-utils to 0.15 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 16:35:36 Modified files: x11/mplayer : Makefile Log message: - explicitly disable libcdio, it can always later be enabled. ok biorn@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/19 17:16:19 Modified files: sys/arch/sparc64/sparc64: locore.s pmap.c Log message: Establish per-cpu locked mappings for `struct cpuinfo' through the PROM as well. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 17:19:17 Modified files: sys/arch/i386/conf: GENERIC Log message: enable fins(4) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/19 18:59:37 Modified files: sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c sys/dev/isa : fd.c Log message: Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all for the addition of missing disklabel related ioctl's. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/19 19:54:56 Modified files: devel/jdk : Makefile Log message: - connect 1.7 to the build and build distributable packages ok nikolay@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/19 23:14:11 Modified files: devel/sdl : Makefile devel/sdl/patches: patch-sdl-config_in Log message: add @X_CFLAGS@ to `sdl-config --cflags` (-I${X11BASE}/include), much like -L{X11...} is in --libs from Peter Hessler CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/19 23:25:37 Modified files: . : 43.html Log message: powerpc pkg count CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/03/20 00:02:08 Modified files: editors/vim : Makefile distinfo Log message: it's been a month... time for another 30+ vim patches now up to 7.1.281 CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2008/03/20 02:31:07 Modified files: net : Makefile Log message: enable bulk builds of sambas ads flavor ok mbalmer@ sure jasper@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 04:55:07 ports/www/zope/2.9 Update of /cvs/ports/www/zope/2.9 In directory cvs.openbsd.org:/tmp/cvs-serv26692/2.9 Log Message: Directory /cvs/ports/www/zope/2.9 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 04:55:08 ports/www/zope/2.10 Update of /cvs/ports/www/zope/2.10 In directory cvs.openbsd.org:/tmp/cvs-serv26692/2.10 Log Message: Directory /cvs/ports/www/zope/2.10 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 04:59:04 ports/www/plone/3.0 Update of /cvs/ports/www/plone/3.0 In directory cvs.openbsd.org:/tmp/cvs-serv17459/3.0 Log Message: Directory /cvs/ports/www/plone/3.0 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:04:26 ports/www/plone/2.1 Update of /cvs/ports/www/plone/2.1 In directory cvs.openbsd.org:/tmp/cvs-serv16460/2.1 Log Message: Directory /cvs/ports/www/plone/2.1 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:04:27 ports/www/plone/2.5 Update of /cvs/ports/www/plone/2.5 In directory cvs.openbsd.org:/tmp/cvs-serv16460/2.5 Log Message: Directory /cvs/ports/www/plone/2.5 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:32 ports/www/zope/2.9/pkg Update of /cvs/ports/www/zope/2.9/pkg In directory cvs.openbsd.org:/tmp/cvs-serv383/2.9/pkg Log Message: Directory /cvs/ports/www/zope/2.9/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:33 ports/www/zope/2.9/patches Update of /cvs/ports/www/zope/2.9/patches In directory cvs.openbsd.org:/tmp/cvs-serv383/2.9/patches Log Message: Directory /cvs/ports/www/zope/2.9/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:34 ports/www/zope/2.9/files Update of /cvs/ports/www/zope/2.9/files In directory cvs.openbsd.org:/tmp/cvs-serv383/2.9/files Log Message: Directory /cvs/ports/www/zope/2.9/files added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:35 ports/www/zope/2.10/pkg Update of /cvs/ports/www/zope/2.10/pkg In directory cvs.openbsd.org:/tmp/cvs-serv383/2.10/pkg Log Message: Directory /cvs/ports/www/zope/2.10/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:36 ports/www/zope/2.10/patches Update of /cvs/ports/www/zope/2.10/patches In directory cvs.openbsd.org:/tmp/cvs-serv383/2.10/patches Log Message: Directory /cvs/ports/www/zope/2.10/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:37 ports/www/zope/2.10/files Update of /cvs/ports/www/zope/2.10/files In directory cvs.openbsd.org:/tmp/cvs-serv383/2.10/files Log Message: Directory /cvs/ports/www/zope/2.10/files added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:23:38 ports/www/plone/3.0/pkg Update of /cvs/ports/www/plone/3.0/pkg In directory cvs.openbsd.org:/tmp/cvs-serv19215/3.0/pkg Log Message: Directory /cvs/ports/www/plone/3.0/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:23:39 ports/www/plone/2.5/pkg Update of /cvs/ports/www/plone/2.5/pkg In directory cvs.openbsd.org:/tmp/cvs-serv19215/2.5/pkg Log Message: Directory /cvs/ports/www/plone/2.5/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:23:40 ports/www/plone/2.1/pkg Update of /cvs/ports/www/plone/2.1/pkg In directory cvs.openbsd.org:/tmp/cvs-serv19215/2.1/pkg Log Message: Directory /cvs/ports/www/plone/2.1/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:37:47 Modified files: www/zope : Makefile zope.port.mk Added files: www/zope : Makefile.inc www/zope/2.10 : Makefile distinfo www/zope/2.10/files: README.OpenBSD www/zope/2.10/patches: patch-skel_etc_zope_conf_in www/zope/2.10/pkg: DESCR MESSAGE PFRAG.shared PLIST www/zope/2.9 : Makefile distinfo www/zope/2.9/files: README.OpenBSD www/zope/2.9/patches: patch-skel_etc_zope_conf_in www/zope/2.9/pkg: DESCR MESSAGE PFRAG.shared PLIST Removed files: www/zope : distinfo www/zope/files : README.OpenBSD www/zope/patches: patch-skel_etc_zope_conf_in www/zope/pkg : DESCR MESSAGE PFRAG.shared PLIST Log message: split port into multiple versions, unbreaks www/plone ok mbalmer@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/20 05:41:11 Modified files: . : 43.html Log message: lmn(4), sockets and spelling CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:42:35 Modified files: www/plone : Makefile Added files: www/plone : Makefile.inc plone.port.mk www/plone/2.1 : Makefile distinfo www/plone/2.1/pkg: DESCR MESSAGE PLIST www/plone/2.5 : Makefile distinfo www/plone/2.5/pkg: DESCR MESSAGE PLIST www/plone/3.0 : Makefile distinfo www/plone/3.0/pkg: DESCR MESSAGE PLIST Removed files: www/plone : distinfo www/plone/pkg : DESCR MESSAGE PLIST Log message: split port into several version that makes Plone releases and OpenBSD releases independent. Plone Updates can be really hard, if they are possible at all. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 05:46:57 Modified files: usr.sbin/snmpd : snmpd.8 Log message: Fix HISTORY. OK reyk@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/20 05:52:26 Modified files: . : plus.html Log message: upto 03/19 CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:58:26 Modified files: www/zope-cmf : Makefile www/zope-cmfquickinstaller: Makefile www/zope-coreblog: Makefile www/zope-externaleditor: Makefile www/zope-formulator: Makefile www/zope-fortune: Makefile www/zope-fscounter: Makefile www/zope-groupuserfolder: Makefile www/zope-jtracker: Makefile www/zope-ldapuserfolder: Makefile www/zope-logger: Makefile www/zope-placelesstranslationservice: Makefile www/zope-rdfsummary: Makefile www/zope-xmlmethods: Makefile www/zope-zippy : Makefile www/zope-zsyncer: Makefile www/zope-zwiki : Makefile Log message: bump PKGNAME CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 06:02:28 Modified files: games/boggle/boggle: bog.c bog.h boggle.6 mach.c prtable.c timer.c Log message: Make the bog code generic enough to handle arbitrary NxN grids and add cubes for 5x5 mode based on Boggle Deluxe (aka Big Boggle) as well as support for the "challenge cube" shipped with some versions of Boggle. Also Dynamically allocate record keeping structures so we can deal with large word lists and add a --More-- prompt for when there are too many wwords found by the computer to fit on the terminal. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/20 06:40:00 Modified files: mail/claws-mail-htmlviewer: Makefile distinfo Log message: Bugfix update to claws-mail-htmlviewer 0.17.2 From pea at raveland dot org (thanks!) ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/20 06:46:43 Modified files: usr.bin/sudo : sudoers Log message: add SHARED_ONLY to help "make plist" in ports ok millert CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 07:48:50 Modified files: games/boggle/boggle: boggle.6 Log message: Remove a bug that I fixed. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 07:50:06 Modified files: games/boggle/boggle: helpfile Log message: Update usage in help file. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/20 08:58:30 Modified files: share/man/man4 : fins.4 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/03/20 09:51:46 Modified files: . : sparc64.html Log message: wording, typo CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/03/20 09:57:36 Modified files: de : 42.html docum.html donations.html errata.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html index.html items.html orders.html plus29.html plus30.html sparc.html sparc64.html tshirts.html want.html faq/de : current.html faq8.html index.html faq/fr : current.html faq4.html faq6.html faq8.html index.html faq/nl : faq4.html index.html faq/pf/it : nat.html pools.html rdr.html shortcuts.html tagging.html faq/pl : current.html faq4.html faq8.html index.html fr : cvsup.html docum.html donations.html errata.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html events.html ftp.html hackathons.html index.html items.html press.html security.html sparc.html sparc64.html want.html it : index.html nl : donations.html index.html orders.html tshirts.html openntpd/fr : portable.html openssh/de : index.html openssh/fr : index.html users.html openssh/nl : users.html pl : cvsup.html i386-laptop.html index.html porting/de : config.html porting/fr : config.html zh : 40.html 41.html 42.html cvsup.html errata.html errata40.html errata41.html errata42.html index.html orders.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/20 10:02:26 Modified files: net/smokeping : Makefile distinfo Log message: maintenance update to 2.3.3, ok okan CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 10:21:51 Modified files: games/boggle/boggle: helpfile Log message: Add single line descriptions for the -B and -c flags. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/20 10:35:53 Modified files: sys/arch/i386/conf: files.i386 Log message: let maxusers go much higher CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 10:46:34 Modified files: sys/net : if_pppoe.c Log message: Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of the connected Ethernet/VLAN interface. From NetBSD Tested by brad@ sthen@ ok canacar@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/20 11:23:04 Modified files: audio/mp3blaster: Makefile Log message: - update homepage - remove MAINTAINER (per his request) ok naddy@ (former MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/20 12:21:39 Modified files: devel/liboil : Makefile distinfo devel/liboil/patches: patch-configure devel/liboil/pkg: PLIST Log message: - update liboil to 0.3.14 - remove MAINTAINER (per her request) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/20 12:24:42 Log message: import libcdio 0.80 The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. with and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080320 N ports/audio/libcdio/distinfo N ports/audio/libcdio/Makefile N ports/audio/libcdio/pkg/DESCR N ports/audio/libcdio/pkg/PLIST N ports/audio/libcdio/pkg/PFRAG.shared N ports/audio/libcdio/files/openbsd.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/20 12:26:01 Modified files: audio : Makefile Log message: - add libcdio CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/03/20 12:59:15 Log message: dump/restore Grandstream device configurations, ok sthen@ Status: Vendor Tag: ian Release Tags: ian_2008-Mar-20 N ports/telephony/gsutil/Makefile N ports/telephony/gsutil/distinfo N ports/telephony/gsutil/pkg/PLIST N ports/telephony/gsutil/pkg/DESCR N ports/telephony/gsutil/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/03/20 13:01:41 Modified files: telephony : Makefile Log message: += gsutil CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/20 14:45:10 Modified files: app/ssh-askpass: resources.c Log message: Get rid of strcat() and strcpy(), fixing a potential stack overflow. With help and ok deraadt@, millert@, oga@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/20 14:54:57 Modified files: font : Makefile font/alias : Makefile.bsd-wrapper Log message: Fix my previous attempt to run 'fc-cache -v' at the end of a make build. tested by naddy@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/20 15:58:49 Modified files: . : MODULES Log message: More updates coming. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/20 16:00:01 Modified files: sys/arch/sparc64/dev: rtc.c Log message: Fix whitespace. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/20 16:00:15 Modified files: devel/sdl : Makefile Added files: devel/sdl/patches: patch-sdl_pc_in Log message: @X_LIBS@ and @C_CFLAGS@ for pkg-config too, from brad CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/20 16:04:26 Modified files: infrastructure/plist: i386 Log message: 4.3 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/20 16:05:02 Modified files: infrastructure/plist: amd64 Log message: 4.3 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:13:03 Modified files: sys/dev/pci : pcidevs Log message: Rearrange some VIA entries so they're in numerical order by PCI id. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:14:15 Modified files: sys/dev/pci : pcidevs Log message: Add the PLX 8524 24 lane PCIe switch. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:16:01 Modified files: sys/dev/pci : pcidevs Log message: add the Silan vendor ID and some product IDs. From DragonFly ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:18:07 Modified files: sys/dev/pci : pcidevs Log message: Add some NVIDIA MCP7B PCI IDs. From Peer Chen @ NVIDIA via LKML. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:19:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/20 16:22:48 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Introduce GET_CPUINFO_VA(), GET_CPCB() and GET_CURPROC() macros to get some important members of 'struct cpuinfo'. Preparation for sun4v. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/20 16:24:46 Modified files: usr.sbin/relayd: relay.c Log message: handle the case that the Content-Length HTTP header may be 0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/20 16:25:29 Modified files: sys/conf : param.c Log message: we now have a higher count of kernel threads on many machines, so crank the base amount in NPROC to 30; ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/20 16:54:49 Modified files: sys/arch/mips64/mips64: exception.S Log message: An overoptimization in r1.15 introduced an evil race, back it out. For some reason this would have been blatant on sparc on motorola, one more proof mips is the ante${DEITY} yet fun to live with. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/20 17:06:53 Modified files: www/php5/core : Makefile www/php5/core/pkg: PLIST-main Log message: change @unexec to @extraunexec for the /var/www/conf/php5 directory where users are supposed to create symlinks to config file fragments in ../php5.sample, otherwise the symlinks are destroyed when someone updates php5/core. ok brad, seems ok to landry. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 17:54:57 Modified files: sys/dev/ic : re.c Log message: VLAN tag info must be inserted into all descriptors of a multi-descriptor packet transmission. From NetBSD Fixes PR 5655. Tested by Panagiotis Efstratiou , brad@ and sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 18:20:55 Modified files: sys/dev/pci : if_em_hw.c if_em_hw.h Log message: Some additional changes to deal with the ICH8 and ICH9 chipsets. Some bits from FreeBSD Tested by Mike Belopuhov , Henry Precheur , Alexander Hall , Matthew L. Shobe CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/20 20:46:43 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/patches: patch-corba_make_common_shared_Platform_gmk patch-jdk_make_common_shared_Platform_gmk patch-jdk_src_share_native_sun_java2d_cmm_lcms_LCMS_c Added files: devel/jdk/1.7/patches: patch-jdk_src_share_classes_javax_swing_text_WrappedPlainView_java patch-jdk_src_share_classes_sun_awt_image_SunWritableRaster_java patch-jdk_src_share_native_sun_awt_image_imageInitIDs_c patch-jdk_src_share_native_sun_awt_image_imageInitIDs_h Log message: - add VMEM_WARNING - adjust memory calculations so this has a chance of building on systems with 256M of real memory. Reported by Dongsheng Song - bring the the rest of IcedTea's icedtea-graphics.patch and fix typo that prevented interactive apps from launching. I expect I will eventually will want to convert over to using IcedTea in full in the future. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/20 23:22:11 Modified files: usr.sbin/relayd: relay.c Log message: better handling of chunked encoding, further fixes after extensive testing CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/03/21 02:01:20 Modified files: usr.bin/mg : file.c Log message: Reset startrow when opening multiple files. Spotted by matthieu@ ok, kjell@, matthieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/21 06:41:22 Modified files: audio/libcdio : Makefile audio/libcdio/files: openbsd.c Log message: - "0xbe is the command, not a format string"... from jakemsr@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/21 06:51:19 Modified files: bin/ksh : c_ulimit.c ksh.1 misc.c sh.1 Log message: Make ulimit able to get and set multiple limits in a single invocation like bash and zsh do. Requested by espie@, OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/21 08:53:51 Modified files: graphics/gimp/stable: Makefile distinfo Log message: Update to 2.4.5. From Giovanni. ok simon@, kili@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/21 09:09:07 Modified files: graphics : Makefile Log message: Add gimp altivec flavor to bulk builds. Requested by ajacoutot CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/21 09:27:21 Modified files: graphics : Makefile graphics/gimp : Makefile Log message: Add altivec FLAVOR to the right file. Pointed out by ajacoutot (thanks) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/21 11:10:46 Modified files: sys/arch/alpha/conf: RAMDISK RAMDISKB sys/arch/hppa/gsc: gsckbdmap.c sys/dev/pckbc : wskbdmap_mfii.c sys/dev/usb : ukbdmap.c Log message: Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international keyboard layouts, instead of having SMALL_KERNEL imply this on alpha. No functional change. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/21 11:12:43 Modified files: sys/arch/hppa/gsc: gsckbdmap.c sys/dev/usb : ukbdmap.c Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/21 11:14:12 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: Do not attach vgafb if not the console device, since the PROM will not have initialized the device in this case. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/21 12:41:44 Modified files: sys/arch/i386/conf: RAMDISK_CD Log message: add wireless drivers which need firmware; if someone upgrades the firmware may in fact be there already, so it is OK from espie CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/21 12:44:14 Modified files: sys/arch/alpha/conf: GENERIC files.alpha sys/arch/amd64/conf: GENERIC sys/arch/hppa/conf: GENERIC files.hppa sys/arch/macppc/conf: GENERIC files.macppc Log message: crank maxusers on some architectures CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/03/21 12:46:01 Modified files: . : donations.html Log message: more toys CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/21 12:47:26 Modified files: sys/arch/alpha/conf: RAMDISKBIG Log message: SMALL_KERNEL, NO_PROPOLICE; from brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/21 12:48:15 Modified files: sys/arch/amd64/conf: RAMDISK_CD Log message: add wireless drivers which need firmware; if someone upgrades the firmware may in fact be there already, so it is OK, same as i386 from espie CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/03/21 13:25:33 Modified files: net/freeradius : Makefile distinfo net/freeradius/patches: patch-raddb_radiusd_conf_in patch-src_lib_Makefile net/freeradius/pkg: PLIST-main Log message: - update freeradius to 2.0.3. Check the Changelog for more information. "if it works for you, I'd say commit it" ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/03/21 13:28:13 Modified files: net/tcpreplay : Makefile distinfo net/tcpreplay/pkg: PLIST Log message: - maintenance update to tcpreplay-3.2.5. "looks fine" steven@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/21 13:57:44 Modified files: sys/scsi : sd.c Log message: USB Floppies are umass devices so we always use the default 63/255 geometry. But 63 * 255 > 2880 and the cylinder count becomes 0. So if we end up with a valid disksize but 0 cylinders, set heads = cylinders = 1 and sectors-per-track = disksize. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/21 14:11:36 Modified files: sys/dev/pci : eap.c Log message: outputs.master.mute, inputs.dac.mute, record.volume.mute and record.source are already initialized in ac97.c, we dont need to set them here too. ok jakemsr CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/21 14:30:02 Modified files: sys/dev/isa : fd.c Log message: Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 14:33:12 Modified files: sys/dev/ic : Tag: OPENBSD_4_1 re.c Log message: Set the RX FIFO threshold to no RX threshold for re(4) adapters. This resolves a number of various bad symptoms experienced by numerous users especially with the adapters at Gig speed. From FreeBSD/NetBSD ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 14:34:16 Modified files: sys/dev/ic : Tag: OPENBSD_4_2 re.c Log message: Set the RX FIFO threshold to no RX threshold for re(4) adapters. This resolves a number of various bad symptoms experienced by numerous users especially with the adapters at Gig speed. From FreeBSD/NetBSD ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 14:38:33 Modified files: sys/netinet6 : Tag: OPENBSD_4_1 nd6_nbr.c Log message: fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for the current route, so make sure RTF_LLINFO is still set; fixes pr 5711; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 14:39:45 Modified files: sys/netinet6 : Tag: OPENBSD_4_2 nd6_nbr.c Log message: fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for the current route, so make sure RTF_LLINFO is still set; fixes pr 5711; ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/03/21 14:46:08 Modified files: net/dnsmasq : Makefile distinfo Log message: - maintenance update to dnsmasq 2.41 ok merdely@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/21 15:07:49 Modified files: lib : Makefile Log message: Install libdrm before libGL. That way if we're building X on a clean system with dri, libGL doesn't fail due to drm.h being missing. ok matthieu@. Patch from Peter Hessler, thanks! CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 15:11:04 Modified files: sys/dev/pci : if_bge.c Log message: Pass the MIIF_HAVEFIBER flag along to mii_attach() for MII based fiber adapters. Tested by brad@ and johan@ to ensure flow control is still working for copper adapters. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 15:29:21 Modified files: sys/dev/mii : brgphyreg.h Log message: Add defines for 1Gbps/2.5Gbps fiber interfaces. From FreeBSD CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/03/21 19:04:03 Modified files: . : donations.html want.html Log message: Synchrotech sent me some et/ahci expresscards to play with. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/21 20:08:45 Modified files: usr.bin/calendar/calendars: calendar.birthday Log message: R.I.P. Arthur C. Clarke ok oga. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/21 20:47:45 Modified files: sys/dev/usb : usbdevs Log message: Add a bunch of uslcom devices found in the Linux driver. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/21 20:48:35 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/21 20:50:02 Modified files: share/man/man4 : uslcom.4 sys/dev/usb : uslcom.c Log message: Add a bunch of uslcom devices found in the Linux driver. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/22 01:48:58 Modified files: sys/dev : audio.c Log message: when setting the block size, use the scale factor only once in audiosetinfo(), so the block size don't get scaled twice. Also fix the formula used in audiosetinfo(). ok jakemsr CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/22 02:38:38 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Mention that softreconfig is on by default. From Matthew Dempsky CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2008/03/22 04:36:11 Modified files: include : Makefile Log message: Get rid of 3 extra leading spaces. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 04:53:15 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Switch to our initial stack after switching over to our own trap table. This removes the need to lock the stack (and cpuinfo) into the TLB on sun4v. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/22 05:05:31 Modified files: sys/dev : audio.c audiovar.h sys/sys : audioio.h usr.bin/audioctl: audioctl.c share/man/man4 : audio.4 Log message: add audio(4) driver the ability to use different block sizes for play and record modes. This makes possible to have blocks of the same duration if the play and record formats are different. The API change is backward compatible, so it shouldn't be noticed by current audio ports. ok jakemsr CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/22 05:23:11 Modified files: sys/dev/pci : envyvar.h Log message: remove unused fields from envy_softc structure, no functional change CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/22 05:44:42 Modified files: editors/scintilla: Makefile distinfo editors/scintilla/patches: patch-gtk_makefile patch-src_KeyWords_cxx editors/scite : Makefile distinfo editors/scite/patches: patch-gtk_makefile patch-src_Embedded_properties patch-src_SciTEGlobal_properties editors/scite/pkg: PLIST Log message: update to 1.76 from Jeremy Evans (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: merdely@cvs.openbsd.org 2008/03/22 06:40:02 Modified files: app/xterm : Makefile app/xterm/resize: Makefile Log message: Make xterm(1) and resize(1) correctly refer to X(7) instead of X(1). ok matthieu@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 06:49:54 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Use ASI_BLK_P instead of ASI_BLK_COMMIT_P when saving floating point registers. UltraSPARC T1 doesn't support ASI_BLK_COMMIT_P, and I can't see why this code needs commit force. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/22 08:09:02 Modified files: app/cwm : calmwm.c calmwm.h kbfunc.c search.c xevents.c Log message: Remove a bunch of unused variables and incorrect comments. "ok with me" okan@. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/22 09:09:45 Modified files: app/cwm : calmwm.c calmwm.h client.c conf.c cwm.1 group.c kbfunc.c xevents.c Log message: Rip out, burn, and dance around the grave of group-edit mode. I've yet to speak to anyone who uses it, so just kill it. You can still add/remove from groups using the mouse binding. Groups may get a re-work sometime soon if i have a stroke of genius. knocks about 4k off the i386 binary for me. ok okan@, todd@. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/22 09:29:15 Added files: faq : upgrade43.html Log message: 4.3 is coming, start getting ready... Don't even think of trying to use this yet. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 10:01:32 Modified files: sys/arch/sparc64/sparc64: locore.s pmap.c Log message: Split out the code that sets the TSB registers and call it from pmap_bootstrap_cpu(). CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/03/22 10:25:09 Modified files: sys/arch/i386/i386: locore.s Log message: Quick comment fixups. ok deraadt@, kettenis@, brad@, marco@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 10:41:49 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Remove TRAPS_USE_IG code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 11:15:42 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Simplify cpu_switchto() such that it doesn't need to know the number of register windows provided by the hardware; this number is not readily available on sun4v. This removes the optimization that skips flushing register windows if a process exits. We can add that back later if it turns out to make a significant impact. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/22 11:34:49 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/pkg: PLIST Log message: - bugfix update to version 1.0.1.1 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/22 13:17:51 Added files: lib/libc/gen : statvfs.3 Log message: overdue statvfs man page CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/22 13:18:42 Modified files: lib/libc/sys : Makefile.inc lib/libc/gen : Makefile.inc Added files: lib/libc/gen : statvfs.c Removed files: lib/libc/sys : statvfs.c Log message: move statvfs.c to gen, since it is not a syscall; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/22 13:37:05 Modified files: lib/libc/gen : statvfs.3 sys/sys : statvfs.h Log message: flag constant values should be UL, spotted by deraadt@ CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/03/22 13:43:09 Modified files: sys/arch/i386/conf: files.i386 Removed files: sys/arch/i386/i386: db_magic.s Log message: Nuke some unused magic. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/03/22 14:52:32 Modified files: sys/arch/sparc/include: pmap.h Log message: - remove pre-uvm prototype of pmap_page_index() ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 15:10:29 Modified files: sys/arch/sparc64/include: param.h sys/arch/sparc64/sparc64: autoconf.c genassym.cf locore.s machdep.c Log message: Reintroduce the cputyp variable, and use it to distinguish between sun4u and sun4v. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/22 15:15:54 Modified files: usr.bin/rcs : ci.c Log message: Fix the freeing of two uninitialized strings. OK niallo@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/03/22 15:34:07 Modified files: app/cwm : group.c Log message: allow autogrouping and sticky mode to work together ok oga@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/22 16:05:32 Modified files: . : plus.html Log message: fix statvfs man page link CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 16:19:43 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/22 16:30:36 Modified files: usr.sbin/config: mkmakefile.c Log message: put in explicit suffix rules, they're needed anyways since $< is only used for suffix rules. Use them to avoid writing loads of explicit lines. Shaves 2/3 of each Makefile off. okay miod@, deraadt@, henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 16:35:15 Modified files: usr.sbin/config: files.c gram.y mkmakefile.c Log message: spaces found reading that diff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/22 16:38:00 Modified files: devel/silc-toolkit: Makefile distinfo Log message: SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding. From Brad. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/22 16:46:12 Modified files: graphics/gimp/stable: Makefile Log message: Remove un-needed stuff from the Makefile. The gimp build process takes care of these things (--enable-altivec, --enable-mmx, --enable-sse). From brad@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/22 16:50:23 Modified files: net/silc-client: Makefile distinfo Log message: SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding. From Brad. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/22 16:54:43 Modified files: sys/dev/isa : fd.c sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c Log message: Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd driver(s). Adapted from sd driver. ok marco@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/22 17:06:50 Modified files: net/silc-server: Makefile distinfo net/silc-server/patches: operops-patch-apps_silcd_command_c patch-Makefile_defines_int_in patch-apps_silcd_Makefile_in patch-configure_ac patch-doc_example_silcd_conf_in patch-lib_silcmath_tma_h patch-lib_silcutil_silcconfig_c net/silc-server/pkg: PLIST Removed files: net/silc-server/patches: patch-lib_Makefile_in patch-lib_silcsim_Makefile_in Log message: SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding. Version update 1.0 -> 1.1 as tested by several people. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/22 17:28:10 Modified files: distrib/alpha/common: install.md distrib/hppa : install.md distrib/luna88k/ramdisk: install.md distrib/mvme68k/ramdisk: install.md distrib/mvme88k/ramdisk: install.md distrib/sgi/ramdisk: install.md distrib/sparc : install.md distrib/sparc64/common: install.md distrib/vax : install.md Log message: No point in checking disklabel output for 'disk label corrupted' message since it isn't emitted anymore. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 18:51:57 Modified files: lib/libpthread/uthread: uthread_file.c Log message: Use fileno() instead of peeking into FILE *; Paul Stoeber CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/22 20:41:06 Modified files: security/pidgin-otr: Makefile Removed files: security/pidgin-otr/patches: patch-gtk-dialog_c Log message: remove patch not needed anymore. ok okan@ some time ago. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 22:17:07 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 23:38:31 Modified files: share/man/man4 : fins.4 Log message: update sensor list; from Geoff Steckel CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/22 23:46:29 Modified files: devel/py-silc : Makefile devel/py-silc/patches: patch-examples_demo_py patch-src_pysilc_callbacks_c Log message: fix crash when obtaining the number of users. ok from martynas@ some time ago. while i'm here remove some unneeded printf's and fix the reply users callback. bump package. CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/23 01:04:48 Modified files: sys/dev/i2c : files.i2c Added files: sys/dev/i2c : asc7611.c Log message: New andl(4) driver for Andigilog aSC7611 Hardware Monitor. Tested in my i2c sandbox against an i2c dump from D946GZIS, a dmesg for which was kindly donated to our dmesg@. 'commit it' deraadt@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/23 02:00:38 Modified files: share/man/man4 : Makefile iic.4 Added files: share/man/man4 : andl.4 Log message: andl(4) manual page for Andigilog aSC7611 CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/23 02:36:15 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: enable andl; ok deraadt CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/03/23 02:36:41 Modified files: sys/arch/i386/pci: pchb.c sys/arch/amd64/pci: pchb.c sys/dev/pci : agp.c agp_i810.c agpreg.h Log message: Add AGP support for the Intel G33 chipset. Tested on i386 with a Gigabyte G33M-DS2R motherboard (Intel GMA 3100). Based on NetBSD code. ok oga@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/03/23 02:57:02 Log message: json-c-0.7.0, a JSON implementation in C and licensed under the MIT license. Status: Vendor Tag: mbalmer Release Tags: json-c_20080323 N ports/devel/json-c/Makefile N ports/devel/json-c/distinfo N ports/devel/json-c/pkg/DESCR N ports/devel/json-c/pkg/PLIST N ports/devel/json-c/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/03/23 03:00:15 Modified files: devel : Makefile Log message: Add json-c CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/23 04:53:55 Modified files: x11/dbus : Makefile x11/dbus/patches: patch-tools_dbus-uuidgen_1 x11/dbus/pkg : MESSAGE PLIST Added files: x11/dbus/patches: patch-bus_Makefile_in Removed files: x11/dbus/pkg : UNMESSAGE Log message: - s/etc/$SYSCONFDIR - simpler rc.local example; remove UNMESSAGE - remove /var/run @sample from PLIST as this gets removed at reboot - don't try to install dir outside of $PREFIX ok jasper@ landry@ bernd@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:03:50 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Fix ovbcopy() operation when copying shorts backwards, similar to sparc locore.s r1.76 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:05:43 Modified files: usr.sbin/eeprom: optree.c Log message: Do not abort walking the tree if a node's contents is too large; allows eeprom -p to be used on more macppc models. ok fgsch@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:06:45 Modified files: sys/arch/sparc/sparc: locore.s Log message: Make ovbcopy() the default bcopy() flavour; requested by deraadt@ some time ago. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:10:00 Modified files: sys/dev/pci : pcidevs Log message: More 3DLabs devices. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:10:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:10:53 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: Use new defines from pcidevs to match Expert3D. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:31:58 Modified files: share/man/man4 : ddb.4 sys/ddb : db_command.c db_command.h Log message: show all mounts command for ddb. From mickey a long time ago. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:32:44 Modified files: sys/kern : vfs_subr.c Log message: Wrong printf construct. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/23 06:50:54 Modified files: x11/dbus : Makefile Log message: - use pre-install instead of pre-fake; from bernd@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/23 06:54:02 Modified files: usr.bin/ssh : sftp-client.c Log message: prefer POSIX-style file renaming over filexfer rename behaviour if the server supports the posix-rename@openssh.com extension. Note that the old (filexfer) behaviour would refuse to clobber an existing file. Users who depended on this should adjust their sftp(1) usage. ok deraadt@ markus@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 08:03:55 Modified files: distrib/amd64/common: install.md distrib/armish/ramdisk: install.md distrib/hp300/ramdisk: install.md distrib/i386/common: install.md distrib/landisk/ramdisk: install.md distrib/zaurus/ramdisk: install.md Log message: No point in warning users during install that the disklabel has a weird number of partitions, doesn't checksum, doesn't exist or was found at a particular sector. Brings all archs together in omerta by eliminating use of '-r' and examination of disklabel messages. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/03/23 09:00:29 Modified files: usr.sbin/config: ukcutil.c Log message: Done mark a disable of a disabled device as an change (and same with enable). Reported by jj@ a long time ago. -moj CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/03/23 09:09:21 Modified files: app/cwm : Makefile calmwm.c calmwm.h conf.c cwm.1 group.c kbfunc.c xevents.c Added files: app/cwm : cwmrc cwmrc.5 parse.y Log message: Replace the symlink configuration scheme with a simple yacc parser as found in other places of the tree. Remove sticky and font commandline options and add another one for alternative config locations. Split off cwmrc(5) from cwm(1), nuke #ifdef __OpenBSD__ while there. tested by various kind people, feedback from oga@ and okan@ - thanks! ok oga@, jasper@, okan@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 09:51:35 Modified files: distrib/mac68k/ramdisk: install.md Log message: Bring mac68k into the md_checkfordisklabel()-free world. Quick test by martin@ shows it seems to still work. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/23 10:35:22 Modified files: . : donations.html Log message: dona CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/23 10:43:25 Modified files: lib/libGL/libmesa: Makefile Log message: Fix libmesa build on amd64 with XENOCARA_BUILD_DRI enabled. Initial fix from phessler, help from matthieu. Thanks to both! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/23 11:05:42 Modified files: sys/kern : subr_disk.c sys/arch/armish/armish: armish_machdep.c sys/arch/arm/arm: arm32_machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mvme68k/stand/libsa: parse_args.c sys/arch/mvme88k/stand/libsa: parse_args.c sys/arch/mvmeppc/stand/libsa: parse_args.c sys/arch/sgi/sgi: machdep.c sys/arch/solbourne/solbourne: autoconf.c sys/arch/sparc/sparc: autoconf.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: setroot() is supposed to be safe in all cases, so kill the special cases for RB_DFLTROOT; ok miod CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 13:42:17 Modified files: sbin/disklabel : disklabel.8 disklabel.c Log message: Nuke disklabel -r. All labels come from the kernel via ioctl. "make sense" miod@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/03/23 13:54:47 Modified files: sys/dev/pci : agp.c agp_i810.c agpvar.h Log message: Sometimes the registers claiming the aperture size on 9XX chipsets lie. So instead, use the size of the aperture BAR to determine the aperture size for agp_i810, and don't let the 855 and above have the aperture set. Next to nothing uses it anyway so no harm. introduce generic_{get,set} aperture which has this behaviour so other drivers may use it if useful. Change inspired by what freebsd did after i noticed my aperture size was wrong. Tested by many, ok kettenis@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/23 14:03:14 Modified files: share/man/man4 : fins.4 Log message: .Pp is not needed before or after .Sh; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 14:07:21 Modified files: share/man/man4/man4.sparc64: Makefile agten.4 bwtwo.4 cgsix.4 cgthree.4 cgtwelve.4 creator.4 mgx.4 rfx.4 tvtwo.4 vigra.4 zx.4 sys/arch/sparc64/conf: files.sparc64 Added files: share/man/man4/man4.sparc64: ifb.4 sys/arch/sparc64/dev: ifb.c Log message: Not-functional-enough driver for the Sun Expert3D cards, put in tree as an incentive for further tinkering only; not for the faint of heart. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/23 14:07:48 Modified files: share/man/man4 : andl.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/23 14:15:19 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 14:20:11 Modified files: sys/arch/sparc64/dev: ifb.c Log message: typo; deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 14:22:33 Modified files: share/man/man4 : ddb.4 Log message: Missing .El; spotted by jmc@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/23 14:54:31 Modified files: share/man/man4 : fins.4 Log message: 4.3 is fin; ok deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/23 15:26:40 ports/www/xcache/patches Update of /cvs/ports/www/xcache/patches In directory cvs.openbsd.org:/tmp/cvs-serv1137/patches Log Message: Directory /cvs/ports/www/xcache/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/23 15:36:20 Modified files: www/xcache : Makefile distinfo www/xcache/pkg : MESSAGE PLIST UNMESSAGE Added files: www/xcache/patches: patch-xcache_ini Log message: from Brad: - Maintenance update of XCache, also tested by myself. from me: - adjust for /var/www/conf/php5 symlinks - add re2c as BUILD_DEPENDS, configure picks it up if installed ok brad@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/23 15:49:48 Modified files: sys/arch/sparc64/include: pte.h sys/arch/sparc64/sparc64: genassym.cf locore.s Log message: Sigh! The sun4v TTEs have a different layout than sun4u TTEs. Rename the existing sun4u defines and add sun4v. For now, decide which set to use at compile time. Change the sun4u-specific code in locore.s to use the sun4u defines. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 17:28:46 Modified files: sbin/raidctl : raidctl.8 sbin/scan_ffs : scan_ffs.8 Log message: Remove two stray references to the departed -r argument to disklabel. Pointed out by jmc@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/23 17:46:21 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: cpu.c pmap.c Log message: Add code to initialize CPUs on sun4v. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 19:16:58 Modified files: sys/dev/raidframe: rf_openbsdkintf.c sys/dev : vnd.c Log message: Change XXgetdisklabel() to the 'normal' four parameter model to prepare for adding missing DIOC* ioctl's. No functional change. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/23 20:41:15 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:01:29 Log message: import jack (jack-audio-connection-kit) JACK is a low-latency audio server, written for POSIX conformant operating systems. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as normal applications), or can they can run within the JACK server (ie. as a "plugin"). JACK was designed from the ground up for professional audio work, and its design focuses on two key areas: synchronous execution of all clients, and low latency operation. ok kili@ Status: Vendor Tag: jakemsr-20080322 Release Tags: jakemsr N ports/audio/jack/Makefile N ports/audio/jack/distinfo N ports/audio/jack/patches/patch-jackd_engine_c N ports/audio/jack/patches/patch-configure_ac N ports/audio/jack/patches/patch-drivers_netjack_net_source_c N ports/audio/jack/patches/patch-jack_pc_in N ports/audio/jack/patches/patch-config_sysdeps_atomicity_h N ports/audio/jack/patches/patch-libjack_intclient_c N ports/audio/jack/patches/patch-drivers_sun_sun_driver_c N ports/audio/jack/patches/patch-drivers_sun_sun_driver_h N ports/audio/jack/pkg/PLIST N ports/audio/jack/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:07:25 Modified files: audio : Makefile Log message: add jack CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:09:42 Modified files: audio/hydrogen : Makefile audio/hydrogen/patches: patch-configure patch-src_lib_drivers_OssDriver_cpp patch-src_lib_fx_LadspaFX_cpp Added files: audio/hydrogen/patches: patch-data_hydrogen_default_conf patch-src_lib_Hydrogen_cpp patch-src_lib_Hydrogen_h patch-src_lib_Preferences_cpp patch-src_lib_drivers_JackDriver_cpp patch-src_lib_drivers_JackDriver_h Log message: - default to /dev/audio for the audio device, but allow other devices to be used as well - add jack output. these patches are back ported from hydrogen subversion. discussed with MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:15:27 Modified files: audio/aqualung : Makefile Log message: add jack support discussed with MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:26:34 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure patch-src_audio_out_Makefile_in patch-src_input_Makefile_in patch-src_libfaad_Makefile_in patch-src_libw32dll_wine_Makefile_in patch-src_xine-engine_Makefile_in patch-src_xine-engine_xine_c multimedia/xine-lib/pkg: PFRAG.i386-main PLIST-arts PLIST-esd PLIST-main Added files: multimedia/xine-lib/pkg: DESCR-jack PLIST-jack Removed files: multimedia/xine-lib/patches: patch-src_demuxers_demux_flac_c Log message: -update to xine-lib-1.1.11 SECURITY: CVE-2008-0073: libreal (RTSP) boundary error -add jack subpackage update is from Brad, thanks CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 22:46:26 Modified files: x11/vlc : Makefile Added files: x11/vlc/pkg : DESCR-jack PLIST-jack Log message: add jack subpackage CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 22:48:08 Modified files: x11/kde/arts3 : Makefile Added files: x11/kde/arts3/patches: patch-flow_audioioesd_cc Log message: - fix esound output - disable jack for the time being CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 23:26:46 Modified files: audio/portaudio-svn: Makefile distinfo audio/portaudio-svn/patches: patch-Makefile_in patch-configure patch-src_hostapi_oss_pa_unix_oss_c Log message: - maintainence update to revision 1360 - add jack support CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 23:31:48 Modified files: audio/audacity : Makefile audio/audacity/patches: patch-src_AudioIO_cpp Log message: - use the capture parameters argument instead of the playback parameters argument with Pa_IsFormatSupported() when checking if certain capture parameters are supported. - take maintainership per former MAINTAINER's suggestion CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 23:50:05 Modified files: audio/akode : Makefile Log message: explicitly disable jack and polyp (pulse) audio for now CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/24 00:39:55 Modified files: audio/audacious-plugins: Makefile Log message: disable jack output for now CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/24 00:51:04 Modified files: audio/mpd : Makefile Log message: disable jack for now CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/24 00:52:02 Modified files: devel/gstreamer-plugins: Makefile Log message: disable jack for now CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/03/24 01:03:16 Modified files: sys/dev/pci : auich.c Log message: 8-bit has been emulated for some time now. quit lying. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/03/24 01:05:22 Modified files: sys/dev/pci : auvia.c Log message: auvia(4) doesn't record properly, so don't claim full-duplex capabilities. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/24 02:23:22 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-config_h_in patch-configure_ac patch-finch_libgnt_Makefile_in patch-finch_libgnt_gntwm_c patch-finch_plugins_Makefile_am patch-finch_plugins_Makefile_in patch-libpurple_plugins_ssl_Makefile_in patch-libpurple_protocols_gg_Makefile_in patch-libpurple_protocols_oscar_Makefile_in patch-libpurple_purple-remote patch-libpurple_purple-url-handler patch-pidgin_gtkdialogs_c patch-pidgin_gtkmain_c patch-pidgin_gtknotify_c net/pidgin/pkg : PLIST Log message: update to 2.4.0. feedback/ok brad@ (maintainer), tested/ok merdely@ on similar diff CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/03/24 04:14:50 Modified files: de : 41.html 42.html donations.html ftp.html index.html sparc.html sparc64.html want.html faq/fr : faq1.html faq/nl : faq8.html index.html faq/pf/it : authpf.html fr : donations.html events.html sparc64.html want.html lt : anoncvs.html docum.html errata39.html index.html landisk.html mail.html pkg-stable.html pkg-stable40.html plat.html stable.html vax.html nl : cvsync.html docum.html donations.html ftp.html index.html items.html tshirts.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/nl : index.html pl : index.html zh : 40.html 41.html 42.html docum.html ftp.html getting.html index.html Added files: de : 43.html errata43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/24 05:49:25 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Use correct cpuid on sun4v. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/24 06:01:54 Modified files: games/boggle/boggle: bog.c Log message: remove dependency on recalloc() CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/24 07:24:27 Modified files: www/liferea : Makefile Added files: www/liferea/patches: patch-src_node_c Log message: - fix segfault when marking all items read, when no items are selected from liferea cvs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/24 07:31:59 Modified files: multimedia/devede: Makefile Removed files: multimedia/devede/patches: patch-devede_convert_py Log message: - we have some kind of os.statvfs now CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/24 07:43:14 Modified files: graphics/py-cairo: Makefile distinfo graphics/py-cairo/patches: patch-configure Log message: - update to 1.4.12 - remove SHARED_ONLY - change my email ok jasper@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/24 08:34:27 Modified files: share/man/man4/man4.sgi: power.4 Log message: Correct the synopsis. ok jasper@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/03/24 08:41:35 Modified files: share/man/man5 : bsd.port.mk.5 Log message: - since we are in control of shared library versions, advise people to use "0.0" for SHARED_LIBS version when importing a new port ok espie@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/24 10:07:37 Modified files: sys/kern : uipc_usrreq.c Log message: We were led astray (like many others before us) to believe that msg_controllen should be CMSG_LEN() instead of CMSG_SPACE() because the kernel fd passing code was erroring out when "cm->cmsg_len != control->m_len" instead of "CMSG_ALIGN(cm->cmsg_len) != control->m_len". On machines with 16-byte alignment, when one thinks about how the ALIGN padding happens, it is clear that msg_controllen has to be CMSG_SPACE() or the kernel cannot hope to bounds check the messages correctly. For now, change the check to cm->cmsg_len > control->m_len to permit the old ABI to continue working. Later perhaps when all the old binaries are gone we can stop permitting their use. lots of discussion with kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/24 10:11:08 Modified files: gnu/usr.bin/perl: perl.c lib/libc/gen : auth_subr.c kerberosV/src/kcm: connect.c libexec/ftpd : monitor_fdpass.c libexec/login_skey: login_skey.c libexec/login_tis: login_tis.c libexec/tftp-proxy: tftp-proxy.c libexec/tftpd : tftpd.c usr.sbin/bgpd : buffer.c imsg.c usr.sbin/bind/lib/isc/unix: privsep_fdpass.c socket.c usr.sbin/ospf6d: packet.c usr.sbin/ospfd : packet.c usr.sbin/ppp/ppp: bundle.c usr.sbin/relayd: buffer.c imsg.c usr.sbin/ripd : packet.c usr.sbin/route6d: route6d.c usr.sbin/rtadvd: rtadvd.c usr.sbin/rtsold: probe.c rtsol.c usr.sbin/snmpd : buffer.c imsg.c usr.sbin/syslogd: privsep_fdpass.c usr.sbin/tcpdump: privsep_fdpass.c usr.sbin/traceroute6: traceroute6.c usr.bin/ssh : monitor_fdpass.c share/man/man3 : CMSG_DATA.3 sbin/isakmpd : monitor_fdpass.c sbin/mount_portal: activate.c sbin/pflogd : privsep_fdpass.c sbin/ping6 : ping6.c regress/sys/kern/unfdpass: unfdpass.c Log message: msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/24 10:39:13 Modified files: share/mk : bsd.dep.mk Log message: check for emptiness of SRCS, since make warns otherwise. okay deraadt@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/24 11:25:49 Modified files: devel/uuid : Makefile Removed files: devel/uuid/files: Makefile devel/uuid/pkg : DESCR-pgsql PLIST-pgsql Log message: Remove -pgsql subpackage to avoid an endless loop as the next version of postgresql will provide native uuid support, which depends on uuid. Except a few function names your databases will need no changes. For the list of new functions look at the postgresql-docs package or http://www.postgresql.org/docs/8.3/static/uuid-ossp.html. tests & ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/24 11:26:12 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/patches: patch-configure patch-src_interfaces_ecpg_compatlib_Makefile patch-src_interfaces_ecpg_ecpglib_Makefile patch-src_interfaces_ecpg_pgtypeslib_Makefile patch-src_interfaces_libpq_Makefile databases/postgresql/pkg: PLIST-contrib PLIST-docs PLIST-main PLIST-server Log message: Major update to version 8.3.1 - be sure to dump your databases before you apply this and restore afterwards! Additionally, implicit typecasts are history and not supported anymore. Versions prior to 8.3 had the feature (some say bug) that functions, expecting an argument to be of a certain type, have casted a variable of any other type to the expected type, if possible. This has changed now. Tests surfaced rare occurrences of regressions, which were then fixed in about ten minutes - and that code was not even in the ports tree; no issues found there. A few more things have changed, namely tsearch2 went from contrib to the core and native uuid type support was added; for details read the release announcement at http://www.postgresql.org/docs/8.3/static/release-8-3.html. tests & ok mbalmer@ (maintainer) CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/24 11:29:31 Modified files: . : events.html Log message: add UKUUG event clean up old events CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/24 12:03:53 Modified files: usr.bin/make : job.c memory.c memory.h Log message: bye, bye recalloc. Bad interface for various reasons. discussed with deraadt@ and otto@ and millert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/24 12:05:54 Modified files: infrastructure/fetch: fetch-all Log message: zap keep-alive scaffolds, it's on all the time now. CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/03/24 12:44:45 Modified files: share/man/man4 : it.4 sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: add it(4) at port 0x228, found on some motherboards. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/24 13:59:13 Modified files: x11/xfce4/xfce4-mpc: Makefile distinfo x11/xfce4/xfce4-mpc/pkg: PLIST Log message: Update to the just-released xfce4-mpc 0.3.3. Bugfix and translation update. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/03/24 14:32:04 Modified files: bin/ps : fmt.c Log message: - extern.h is already included by ps.h, so zap it. from Jacek Masiulaniec, via ray@ ok ray@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/24 15:24:31 Modified files: sys/arch/sparc64/dev: pci_machdep.c Log message: Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/24 15:24:52 Modified files: app/xconsole : privsep.c xserver/os : privsep.c Log message: msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis. From deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/24 15:26:16 Modified files: share/man/man4/man4.sparc64: ifb.4 Log message: add "sparc64" to .Dt; CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/03/24 15:35:03 Modified files: sys/kern : subr_userconf.c usr.sbin/config: gram.y mkioconf.c sem.c sem.h ukcutil.c Log message: Make it possible to disable/enable pseudo devices in UKC, config file and at config -e. -moj ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/24 15:45:14 Modified files: audio/jack : Makefile audio/jack/patches: patch-drivers_sun_sun_driver_c Log message: sun_driver tweaks: - in each call to sun_driver_write(), bzero the buffer that will be written to the audio device. stops jackd from "buzzing" or "humming" when the last samples from a client weren't true silence. - consistently use bzero instead of memset to zero out buffers. - add missing returns in error conditions. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/24 15:46:54 Modified files: regress/usr.bin/ssh: sftp-badcmds.sh Log message: disable no-replace rename test now that we prefer a POSIX rename; spotted by dkrause@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/24 16:29:32 Log message: import p5-Email-Date-Format This module provides a simple means for generating an RFC 2822 compliant datetime string. Status: Vendor Tag: simon Release Tags: simon_20080324 N ports/mail/p5-Email-Date-Format/Makefile N ports/mail/p5-Email-Date-Format/distinfo N ports/mail/p5-Email-Date-Format/pkg/PLIST N ports/mail/p5-Email-Date-Format/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/24 16:29:36 Modified files: mail : Makefile Log message: add p5-Email-Date-Format CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2008/03/24 18:01:47 Log message: import activemerchant-1.3.2 a ruby library for talking to credit card merchants Status: Vendor Tag: jcs Release Tags: jcs20080324 N ports/www/ruby-activemerchant/Makefile N ports/www/ruby-activemerchant/distinfo N ports/www/ruby-activemerchant/pkg/DESCR N ports/www/ruby-activemerchant/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2008/03/24 18:05:35 Modified files: www : Makefile Log message: += ruby-activemerchant CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/25 00:01:26 Modified files: lib/libc/gen : statvfs.3 Log message: section 3, Darrin Chandler CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/25 02:23:54 Modified files: audio/amarok : Makefile Log message: - disable musicbrainz so it won't be picked up later. 'of course!' ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/25 03:19:23 Log message: import libmusicbrainz 3.0.1 The libmusicbrainz (also known as mb_client or MusicBrainz Client Library) is a development library geared towards developers who wish to add MusicBrainz lookup capabilities to their applications. from OUSADOU Azwaw, with tweaks by me ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080325 N ports/audio/libmusicbrainz/Makefile N ports/audio/libmusicbrainz/distinfo N ports/audio/libmusicbrainz/pkg/PLIST N ports/audio/libmusicbrainz/pkg/PFRAG.shared N ports/audio/libmusicbrainz/pkg/DESCR N ports/audio/libmusicbrainz/patches/patch-libmusicbrainz3_pc_cmake No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/25 03:22:16 Modified files: audio : Makefile Log message: - add libmusicbrainz CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 05:45:08 Modified files: x11/kde/arts3 : Makefile distinfo x11/kde/arts3/patches: patch-flow_audioiooss_cc x11/kde/libs3 : Makefile distinfo x11/kde/libs3/patches: patch-configure_in patch-kdecore_tests_kurltest_cpp x11/kde/libs3/pkg: PLIST-main Removed files: x11/kde/libs3/patches: patch-kinit_start_kdeinit_wrapper_c Log message: start updating to 3.5.9, small piece by small piece CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/25 05:58:02 Modified files: usr.bin/ssh : session.c sshd_config.5 Log message: ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; from dtucker@ ok deraadt@ djm@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/25 06:04:47 Modified files: lib/libc/gen : statvfs.3 Log message: be more explicit about the unit used for the f_b* fields; prompted by and ok djm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 06:26:03 Modified files: x11/kde/edu3 : Makefile distinfo x11/kde/edu3/pkg: PLIST Log message: 3.5.9 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/25 06:31:18 Modified files: . : events.html Log message: add Croatian Open.hr event CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 07:41:35 Modified files: x11/kde/games3 : Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/03/25 07:51:16 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/25 07:54:30 Modified files: audio/libsamplerate: Makefile distinfo audio/libsamplerate/pkg: PLIST Log message: - update libsamplerate to version 0.1.3 More info here: http://www.mega-nerd.com/erikd/Blog/CodeHacking/SecretRabbitCode/progress.html ok landry@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/25 09:07:10 Modified files: share/misc : airport Log message: Add PVG and change wording of SHA. CVSROOT: /cvs Module name: www Changes by: oga@cvs.openbsd.org 2008/03/25 11:16:36 Modified files: . : want.html Log message: I could do with an extended-life battery for my laptop, so i can hack while travelling. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/25 11:27:27 Modified files: audio/lame : Makefile Added files: audio/lame/pkg : DESCR-main DESCR-mp3x PFRAG.shared-main PLIST-main PLIST-mp3x Removed files: audio/lame/pkg : DESCR PFRAG.no-no_x11 PFRAG.shared PLIST Log message: switch lame to multi packages, avoiding some long standing headaches with the normal vs. no_x11 flavors. with input from espie@ and ajacoutot@ ok ajacoutot@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/25 11:29:57 Modified files: net/ices : Makefile x11/mplayer : Makefile devel/gstreamer-plugins: Makefile Log message: no need for lame's no_x11 flavor anymore. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/25 11:31:27 Modified files: audio : Makefile Log message: remove unneeded lame,no_x11. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 11:34:14 Modified files: x11/kde/base3 : Makefile distinfo x11/kde/base3/patches: patch-kdm_kfrontend_Makefile_in patch-ksysguard_ksysguardd_OpenBSD_Makefile_in patch-nsplugins_viewer_viewer_cpp patch-startkde Removed files: x11/kde/base3/patches: patch-kdesu_kdesu_kdesu_cpp Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/25 12:01:43 Modified files: www/links+ : Makefile distinfo Log message: update to 2.1pre33. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/25 12:09:14 Modified files: audio/aqualung : Makefile Log message: - reorder dependencies ok maintainer Jeremy Evans CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/25 13:39:30 Modified files: archivers/unzip: Makefile Added files: archivers/unzip/patches: patch-inflate_c Log message: Security fix for unzip; fix CVE-2008-0888, patch from debian. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0888 ok grunk@ (who came up with the same diff) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 15:22:52 Modified files: x11/kde/graphics3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/25 15:24:24 Modified files: audio/libsndfile: Makefile distinfo audio/libsndfile/patches: patch-examples_sndfile-play_c audio/libsndfile/pkg: PLIST Log message: update to 1.0.17; mostly from brad@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/25 16:20:09 Modified files: security/py-openssl: Makefile distinfo security/py-openssl/pkg: PLIST Log message: - update to 0.6 (by Simon Kuhnle) - take maintainership as former maintainer timed out tested by Will Maier ok martynas@, espie@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/25 16:38:28 Modified files: sys/arch/macppc/pci: mpcpcibus.c Log message: Make pci_intr_map(9) fail if the interrupt line register is set to 0xff. Prevents crashes later on when we try to estabish the interrupt. ok miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/25 17:01:41 Modified files: usr.bin/ssh : session.c Log message: last patch had backwards test; spotted by termim AT gmail.com CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/25 17:23:15 Modified files: www/mod_auth_mysql: Makefile www/mod_auth_mysql/patches: patch-Makefile patch-USAGE Added files: www/mod_auth_mysql/patches: patch-README patch-mod_auth_mysql_c Log message: Let it work with mysql >= 4.x, add support for socket connections, plain MD5 encryption and an option to specify additional conditions. Problem reported by Simon Hamilton, request by Markus Liljergren, tested by both. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/25 17:28:20 Modified files: share/mk : bsd.xorg.mk proto : Makefile Added files: share/mk : package_version.m4 proto/bigreqsproto: Makefile proto/compositeproto: Makefile proto/damageproto: Makefile proto/dmxproto : Makefile proto/evieproto: Makefile proto/fixesproto: Makefile proto/fontcacheproto: Makefile proto/fontsproto: Makefile proto/glproto : Makefile proto/inputproto: Makefile proto/kbproto : Makefile proto/pmproto : Makefile proto/printproto: Makefile proto/randrproto: Makefile proto/recordproto: Makefile proto/renderproto: Makefile proto/resourceproto: Makefile proto/scrnsaverproto: Makefile proto/trapproto: Makefile proto/videoproto: Makefile proto/x11proto : Makefile proto/xcmiscproto: Makefile proto/xextproto: Makefile proto/xf86bigfontproto: Makefile proto/xf86dgaproto: Makefile proto/xf86driproto: Makefile proto/xf86miscproto: Makefile proto/xf86rushproto: Makefile proto/xf86vidmodeproto: Makefile proto/xineramaproto: Makefile Removed 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: Replace autotools based build by native BSD Makefiles in proto/. tested by naddy@ and oga@. ok oga@. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2008/03/25 17:35:56 Modified files: share/mk : Makefile Added files: share/mk : bsd.xconf.mk Log message: Add a bsd.xconf.mk glue file, to be included at the start of Xenocara makefiles. ok oga@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/25 17:41:50 Modified files: app : Makefile app/cwm : Makefile app/fvwm : Makefile.inc app/glxgears : Makefile app/glxinfo : Makefile app/ssh-askpass: Makefile app/xidle : Makefile app/xsystrace : Makefile app/xterm : Makefile app/xtsscale : Makefile app/xvctl : Makefile driver/xf86-video-ati: Makefile.bsd-wrapper driver/xf86-video-glint: Makefile.bsd-wrapper driver/xf86-video-i810: Makefile.bsd-wrapper driver/xf86-video-intel: Makefile.bsd-wrapper driver/xf86-video-mga: Makefile.bsd-wrapper driver/xf86-video-savage: Makefile.bsd-wrapper driver/xf86-video-sis: Makefile.bsd-wrapper driver/xf86-video-tdfx: Makefile.bsd-wrapper driver/xf86-video-via: Makefile.bsd-wrapper lib : Makefile lib/libGL : Makefile lib/libGL/dri : Makefile.inc share/mk : Makefile xserver : Makefile.bsd-wrapper Added files: share/mk : bsd.xconf.mk Log message: Introduce bsd.xconf.mk to set default config variables used at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/25 17:43:25 Modified files: share/mk : bsd.xconf.mk Log message: Previous commit accidentaly enabled DRI builds on i386 and amd64. Don't do that yet. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/25 18:48:54 Modified files: sys/dev/raidframe: rf_openbsdkintf.c Log message: Add DIOCRLDINFO support. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/25 20:04:54 Modified files: build : mirrors.dat Log message: add obsd.cec.mtu.edu. Thanks to Michigan Technological University for the hosting, Chris Linn for making it happen, and "someone" for a donation of a pair really nice machines. Admin'd by Chris Linn and me. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/25 20:19:43 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: otto@cvs.openbsd.org 2008/03/26 00:55:06 Modified files: sbin/umount : umount.c Log message: zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/26 02:11:08 Modified files: share/man/man4/man4.hp300: apci.4 dca.4 dcm.4 dio.4 dvbox.4 gbox.4 hyper.4 rbox.4 topcat.4 tvrx.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod help/ok miod CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/26 02:35:40 Modified files: share/man/man4/man4.hppa: phantomas.4 Log message: some readability fixes for DESCRIPTION; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/26 02:52:38 Modified files: share/man/man4/man4.hp300: intro.4 Log message: add a couple missing devices; ok miod CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 03:15:47 Modified files: x11/kde/pim3 : Makefile distinfo x11/kde/pim3/patches: patch-configure_in x11/kde/pim3/pkg: PLIST Log message: 3.5.9 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/26 03:37:59 Modified files: lib/libc/gen : statvfs.3 Log message: HISTORY tweak; ok otto CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 04:04:21 Modified files: x11/kde/admin3 : Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 04:11:28 Modified files: databases/jxplorer: Makefile Log message: RUN_DEPENDS change -> pkgname bump CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 04:14:29 Modified files: databases/architect: Makefile Log message: RUN_DEPENDS change -> pkgname bump CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 05:11:42 Modified files: x11/kde/utils3 : Makefile distinfo x11/kde/utils3/patches: patch-kcalc_knumber_knumber_priv_h patch-klaptopdaemon_Makefile_in patch-klaptopdaemon_portable_cpp patch-ksim_monitors_filesystem_filesystemstats_cpp Log message: 3.5.9 tweak for statvfs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 05:48:34 Modified files: x11/kde/accessibility3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/26 07:07:04 Modified files: java/junit : Makefile devel/eclipse/sdk: Makefile www/tomcat/v4 : Makefile www/tomcat/v5 : Makefile devel/jakarta-servletapi: Makefile editors/openoffice: Makefile textproc/xerces: Makefile devel/apache-ant: Makefile devel/ivy : Makefile devel/maven : Makefile geo/jeoip : Makefile devel/netbeans : Makefile databases/postgresql-jdbc: Makefile Log message: missing PKGNAME bumps after java.port.mk changes noticed by espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 07:22:22 Modified files: x11/kde/sdk3 : Makefile distinfo x11/kde/sdk3/patches: patch-kompare_libdiff2_kompareprocess_cpp patch-kuiviewer_Makefile_in Log message: 3.5.9 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/26 08:00:28 Modified files: sys/dev/ata : atascsi.c Log message: plug a mem leak. the array of ports wasnt freed on detach. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/03/26 08:29:25 Modified files: sysutils/logpp : Makefile distinfo Log message: update to 0.15 ok msf@ merdely@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/26 08:56:29 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/26 08:58:55 Modified files: devel/gstreamer-plugins: Makefile Log message: do not pickup xvid or libshout2. naddy@ ok. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/26 09:45:42 Modified files: app/cwm : calmwm.h client.c Log message: Fix a couple of issues with the maximization code. If a window is vertically maximized, then resized, before the MAXIMIZED flag wasn't removed, now it is. so doing a resize then does the right thing. Also, separate flags are needed for vertical and normal maximziation, else when you do vertical-maximize, followed by maximize, the window returns to it's original size. ok simon@, okan@ CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/03/26 09:50:51 Modified files: . : 43.html Log message: Add alpha package count. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/26 10:11:39 Modified files: . : 43.html Log message: incorrect; noone is sure yet. i do this, leave it alone CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/26 10:45:43 Modified files: shells/zsh : Makefile shells/zsh/pkg : PLIST Added files: shells/zsh/patches: patch-Completion_Unix_Type__canonical_paths Log message: Add patch to fix umount / complaining about missing -q readlink opt. From pea at raveland dot org (MAINTAINER), noticed by FreeBSD maintainer. ok okan@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 10:50:23 Modified files: x11/kde/network3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/26 12:38:31 Modified files: www/py-webpy : Makefile distinfo www/py-webpy/pkg: PLIST Log message: update to 0.23 (from maintainer) tested by Will Maier ok pyr@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/26 13:57:24 Modified files: devel/py-twisted: Makefile.inc devel/py-twisted/conch: Makefile distinfo devel/py-twisted/conch/pkg: PLIST devel/py-twisted/core: Makefile distinfo devel/py-twisted/core/pkg: PLIST devel/py-twisted/lore: Makefile distinfo devel/py-twisted/lore/pkg: PLIST devel/py-twisted/mail: Makefile distinfo devel/py-twisted/mail/pkg: PLIST devel/py-twisted/names: Makefile distinfo devel/py-twisted/names/pkg: PLIST devel/py-twisted/news: Makefile distinfo devel/py-twisted/news/pkg: PLIST devel/py-twisted/runner: Makefile devel/py-twisted/runner/pkg: PLIST devel/py-twisted/web: Makefile distinfo devel/py-twisted/web/pkg: PLIST devel/py-twisted/web2: Makefile devel/py-twisted/words: Makefile distinfo devel/py-twisted/words/pkg: PLIST Removed files: devel/py-twisted/core/pkg: PFRAG.shared devel/py-twisted/runner/pkg: PFRAG.shared Log message: - update to TwistedCore 2.5.0 and related subpackages - add documentation and examples for twisted.doc - disable twisted.web2 (still experimental and not working with 2.5.0 yet) - take maintainership (requested by alek@) with help from and tested by Will Maier and martynas@ ok martynas@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/26 14:12:59 Modified files: games/boggle/boggle: mach.c timer.c Log message: Bomb out if we cannot read the input. This happens when select says there has been a status change to indicate that the tty has gone away. Prevents spinning on terminal detach. OK pvalchev@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/26 14:18:35 Log message: initial import of thinkingrock 2.0.epsilon Thinking Rock is a free software application for collecting and processing your thoughts following the GTD methodology. Status: Vendor Tag: sturm Release Tags: sturm_20080326 N ports/productivity/thinkingrock/Makefile N ports/productivity/thinkingrock/distinfo N ports/productivity/thinkingrock/pkg/PLIST N ports/productivity/thinkingrock/pkg/DESCR N ports/productivity/thinkingrock/patches/patch-bin_thinkingrock N ports/productivity/thinkingrock/patches/patch-bin_xdg-open N ports/productivity/thinkingrock/patches/patch-bin_xdg-email N ports/productivity/thinkingrock/patches/patch-platform6_lib_nbexec N ports/productivity/thinkingrock/files/xmutt.sh N ports/productivity/thinkingrock/files/xdg-open-hook.sh N ports/productivity/thinkingrock/files/xdg-email-hook.pl N ports/productivity/thinkingrock/files/README.OpenBSD No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/26 14:19:22 Modified files: productivity : Makefile Log message: thinkingrock CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/26 14:21:45 Added files: net/nagios/plugins/patches: patch-plugins_check_pgsql_c Log message: I made you a patch but cvs eated it. CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/26 14:35:52 Modified files: devel/py-zopeinterface: Makefile distinfo devel/py-zopeinterface/pkg: PLIST Removed files: devel/py-zopeinterface/pkg: PFRAG.shared Log message: - update to ZopeInterface 3.3.0 - take maintainership tested by Will Maier ok alek@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/26 14:41:26 ports/devel/mercurial/patches Update of /cvs/ports/devel/mercurial/patches In directory cvs.openbsd.org:/tmp/cvs-serv28264/patches Log Message: Directory /cvs/ports/devel/mercurial/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/26 14:43:44 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST Added files: devel/mercurial/patches: patch-tests_run-tests_py Log message: Update to mercurial 1.0, enable regress tests. From Will Maier (MAINTAINER), tested by myself. ok MAINTAINER CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/26 15:28:14 Modified files: usr.bin/ssh : auth-options.c auth-options.h session.c sshd.8 Log message: add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/26 16:07:24 Modified files: sys/arch/sparc64/sparc64: trap.c Log message: Disable some code that reads some sun4u-specific registers for diagnostic reasons, but isn't otherwise used. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/26 17:44:41 Modified files: usr.bin/ssh : sftp-server-main.c Log message: Fix RCS ident CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/26 18:16:49 Modified files: usr.bin/ssh : version.h Log message: openssh-4.9 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/26 18:36:46 Modified files: geo/qlandkarte : Makefile distinfo geo/qlandkarte/patches: patch-src_CToolViewLog_cpp patch-src_IProjection_cpp geo/qlandkarte/pkg: PFRAG.shared PLIST Added files: geo/qlandkarte/patches: patch-src_src_pro Removed files: geo/qlandkarte/patches: patch-common Log message: update to qlandkarte-0.7.1 (note binary changed to lowercase now) CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/26 19:35:02 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/pkg: PFRAG.i386-main PLIST-main Added files: multimedia/xine-lib/patches: patch-src_post_deinterlace_Makefile_in patch-src_post_deinterlace_plugins_Makefile_in Log message: the tvtime postprocessing plugin doesn't link on amd64. appears to be an assembly problem in the tomsmocomp filter, but strangely this was building before, and the code did not change. so, only build/install the tvtime plugin on i386, until the problem is resolved. CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/26 19:44:23 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : kate.c Log message: welcome kate(4), a new driver supporting AMD K8 temperature sensors discussed with deraadt and others tested by jasper, deraadt, todd and others CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/26 19:54:44 Modified files: share/man/man4 : Makefile pci.4 Added files: share/man/man4 : kate.4 Log message: kate(4) manual page CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/26 22:52:03 Modified files: sys/dev/pci : kate.c Log message: update the revision cpuid table, removing three duplicate ids from "JH-F" and adding two missing ids for Mobile AMD Sempron rev DH-G2; tested todd CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/26 23:46:09 Modified files: sys/dev/i2c : i2c_scan.c Log message: test the Vdd registers of Andigilog chips against the minimum voltage readings; 'good plan' deraadt; ok kettenis, mikeb CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/27 03:21:59 Modified files: sys/dev/pci : jmb.c Log message: add detach support. this has to be the easiest diff for hotplug ever, go read it :) ok kettenis@ jsg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/27 03:35:01 Modified files: x11/kde/artwork3: Makefile distinfo x11/kde/artwork3/pkg: PLIST Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/27 05:39:23 Modified files: x11/kde/webdev : Makefile distinfo x11/kde/webdev/pkg: PLIST Log message: 3.5.9 CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/03/27 05:46:40 Modified files: . : i386.html Log message: iwn(4) is available in GENERIC, so tell people that. "Commit it!" damien CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/27 07:02:50 Modified files: audio/libcdio : Makefile audio/libcdio/pkg: PLIST Log message: - disable cdda-player for now as it is not quite working yet "fine with me" jasper@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 07:47:08 Modified files: share/man/man4/man4.sgi: gbe.4 macebus.4 mavb.4 mec.4 mkbc.4 Log message: Bring the synopsis sections of various sgi man pages into line with direct configuration. ok miod@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/27 08:31:31 Modified files: lang/python/2.5: Makefile lang/python/2.5/pkg: PLIST-main PLIST-tools Log message: Move two files from PLIST-main to PLIST-tools. Fixes pkg_delete python. From alek@ ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 08:36:11 Modified files: sys/arch/sgi/sgi: clock_md.c Log message: Data mode can only be changed when updating the clock, so don't bother trying to change to BCD mode before reading. Also, don't assume that the clock is in 24 hour mode when updating. tested jasper@, ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 08:38:17 Modified files: sys/arch/sgi/localbus: com_lbus.c Log message: Majorly cleanup/overhaul com @ macebus code. ok miod@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/03/27 09:09:17 Modified files: . : amd64.html Log message: iwn(4) and wpi(4) are in GENERIC, so tell people that. "Commit it!" damien CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 09:11:37 Modified files: sys/arch/sgi/stand/boot: arcbios.c Log message: Remove unwanted code and sync with mips64/arcbios.c. ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/27 14:19:33 Modified files: share/man/man4/man4.mvme68k: ie.4 le.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/27 15:51:35 Modified files: www/mozilla-firefox: Makefile distinfo Log message: SECURITY UPDATE to mozilla-firefox 2.0.0.13 fixes multiple vulnerabilities: http://secunia.com/advisories/29526/ ok landry@ martynas@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/27 16:37:57 Modified files: usr.bin/ssh : sshd.8 Log message: remove trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 20:50:02 Modified files: sys/arch/sgi/stand/boot: boot.c Log message: If we fail to load the kernel, drop the user into interactive mode of ARCS, rather than just rebooting. ok deraadt@, miod@, jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/28 05:31:49 Modified files: x11/isomaster : Makefile distinfo x11/isomaster/patches: patch-Makefile patch-icons_Makefile patch-po_Makefile x11/isomaster/pkg: PLIST Log message: - buxfix update to version 1.3.1 + some patch cleanings based on a diff from maintainer Giovanni Bechis ok maintainer CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/03/28 07:13:11 Modified files: editors/tea : Makefile distinfo editors/tea/patches: patch-src_tea_config_c editors/tea/pkg: PLIST Removed files: editors/tea/patches: patch-src_rox_strings_c patch-src_tea_defs_h Log message: update to 17.6.0 from Giovanni Bechis (MAINTAINER) ok merdely@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/03/28 09:08:34 Modified files: www/firefox-i18n: Makefile distinfo Log message: update for mozilla-firefox-2.0.0.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/28 09:47:58 Modified files: x11/e17 : Makefile Makefile.inc Log message: - move CFLAGS where it makes more sense ok laurent@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/03/28 11:10:57 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk gnu/lib/libstdc++: ltcf-cxx.sh gnu/usr.bin/gcc/gcc/config/sh: lib1funcs.asm gnu/usr.bin/perl/hints: openbsd.sh share/mk : bsd.own.mk Log message: Enable shared libraries on landisk. The sh architecture required some different linkage than most platforms, This fixes those other requirements. CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2008/03/28 11:47:09 Modified files: faq : current.html Log message: Some hints on how to update landisk from static to shared build. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/03/28 11:58:20 Modified files: usr.bin/vi/cl : cl_main.c usr.bin/vi/catalog: dump.c Log message: - minor ansification from Gleydson Soares ok otto@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/03/28 12:00:29 Modified files: . : donations.html Log message: Thanks to AGES in Austria for donating some RAM for a Sun 280R CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/03/28 12:21:55 Modified files: libexec/spamd : spamd.8 Log message: typo, ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/28 12:35:21 Modified files: gnu/egcs/gcc/config: openbsd.h Log message: Remove unnecessary whitespace on .type foo,@object lines, which confuse gas on some (not in-tree) configurations. ok espie@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/28 13:06:20 Modified files: devel/git : Makefile devel/git/patches: patch-Makefile Log message: Fix manpath so git-help(1) works correctly. From fulvio ciriaco. Thanks! CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/28 19:07:17 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: enable kate(4); ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/28 19:58:34 Modified files: infrastructure/mk: bsd.port.mk Log message: 'sh' now has shared libs; from brad CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 05:35:45 Modified files: databases/ruby-mysql: Makefile distinfo Log message: Update to ruby-mysql-2.7.5. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2008/03/29 05:42:40 Log message: The poor man's daily snapshot script. With feedback from Giovanni Bechis and ajacoutot@. ok ajacoutot@. Status: Vendor Tag: glastree Release Tags: v1_04 N ports/sysutils/glastree/distinfo N ports/sysutils/glastree/Makefile N ports/sysutils/glastree/pkg/PLIST N ports/sysutils/glastree/pkg/DESCR N ports/sysutils/glastree/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2008/03/29 05:43:36 Modified files: sysutils : Makefile Log message: +glastree CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 05:47:43 Modified files: sysutils/ruby-capistrano: Makefile distinfo sysutils/ruby-capistrano/pkg: PLIST Log message: Update to ruby-capistrano-2.2.0. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/03/29 06:01:58 Modified files: mail/dkim-milter: Makefile distinfo mail/dkim-milter/patches: patch-dkim-filter_dkim-filter_8 patch-dkim-filter_dkim-filter_c patch-libdkim_dkim_h Log message: upgrade to DKIM-milter v2.5.2. from the release notes: "This is mostly a minor bugfix release. One of the fixes, however, repairs a variable scope problem that could cause false negatives during SSP checks. Thus, an upgrade is advised if you're running 2.5.0 or 2.5.1." CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 06:05:27 Modified files: lang/ruby : Makefile distinfo lang/ruby/pkg : PLIST-main Log message: Security update to ruby-1.8.6.114. (CVE-2008-1145) More information: http://secunia.com/advisories/29232/ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 07:50:39 Modified files: www/nginx : Makefile www/nginx/pkg : PLIST Log message: Give nginx a chance to write stuff into /var/nginx/tmp. ok Darrin Chandler (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/29 09:26:47 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/i386/i386: bios.c sys/arch/i386/isa: pccom.c Log message: Fix amd64 and i386 serial console handling for non-default speeds. Bring i386 pccom into line with com. Problem reported and first diff by Markus Hennecke, who also tested and corrected subsequent diffs. Boot messages and console now work with his 57K serial connections. Suggestions and ok miod@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/29 10:35:13 Modified files: editors/kile : Makefile distinfo editors/kile/patches: patch-src_kile_kile_kcfg patch-src_kile_syntax_Makefile_in patch-src_kile_syntax_latex_xml editors/kile/pkg: PLIST Log message: update to 2.0 also tested by maintainer CVSROOT: /cvs Module name: www Changes by: bernd@cvs.openbsd.org 2008/03/29 10:54:34 Modified files: . : want.html Log message: The Department of Computer and Information Science Uni Konstanz gave me access to a fast i386 smp machine in their data centre for ports development. (via Alexander Holupirek) Thank you! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/29 12:31:17 Modified files: www/yui : Makefile Log message: oops CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/03/29 12:56:43 Modified files: sbin/ifconfig : ifconfig.c Log message: fix a free(NULL) in setcarp_nodes(). ok mpf@, chl@ "i agree with the diagnosis" oga@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 13:24:40 Modified files: devel/metaauto : Makefile devel/metaauto/files: meta.in Log message: Let the wrapper exit unsuccessfully if it doesn't get what it needs. From Ralf Wildenhues. Thanks! ok espie@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/29 14:04:10 Modified files: faq : upgrade43.html Log message: populate file lists CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/29 14:07:36 Modified files: sys/arch/sparc64/sparc64: clock.c Log message: Don't double count clock and prof interrupts. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/30 02:46:15 Modified files: audio/jack : Makefile audio/jack/patches: patch-jackd_engine_c Added files: audio/jack/patches: patch-libjack_client_c Log message: - restore the 10 second sleep in the watchdog thread by using nanosleep(2) instead of usleep(3), which is limited to 1 second. - stop clients from getting "zombified" after connection graph changes by ignoring errors from read(2)ing data that isn't used. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/03/30 02:48:53 Modified files: sys/dev/pci : auvia.c Log message: todd@ has 82c686 based auvia(4) devices that do full-duplex properly. restore full-duplex capabilities for 82c686 based devices. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/03/30 05:59:56 Modified files: www/php5/extensions: Makefile Added files: www/php5/extensions/pkg: DESCR-pspell PLIST-pspell Log message: add the pspell extension to the list of built extensions from James Turner CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/30 06:30:02 Modified files: sys/arch/sparc64/sparc64: autoconf.c cache.h genassym.cf locore.s pmap.c sys/arch/sparc64/include: pte.h sys/arch/sparc64/conf: GENERIC RAMDISK Log message: More sun4v support. GENERIC and RAMDISK kernels will now boot on both sun4u and sun4v. GENERIC.MP won't work yet though. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/30 07:39:53 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Remove for #if 0'ed out code I left behind with the previous commit. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/30 07:51:30 Modified files: driver/xf86-video-intel: configure configure.ac driver/xf86-video-intel/src: common.h i810_reg.h i830.h i830_debug.c i830_display.c i830_dri.c i830_driver.c i830_dvo.c i830_memory.c i830_quirks.c i830_video.c Log message: Update to Intel driver 2.2.1. But change default accelmethod to XAA. Tested by landry@, oga@, steven@, jakemsr@. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/30 07:52:10 Log message: import neverball Tilt the floor to roll a ball through an obstacle course before time runs out. Neverball is part puzzle game, part action game, and entirely a test of skill. Also found here is Neverputt, a hot-seat multiplayer miniature golf game using the physics and graphics of Neverball. feedback & ok ajacoutot@ Status: Vendor Tag: simon Release Tags: simon_20080330 N ports/games/neverball/distinfo N ports/games/neverball/Makefile N ports/games/neverball/pkg/DESCR N ports/games/neverball/pkg/PLIST N ports/games/neverball/patches/patch-share_sync_c N ports/games/neverball/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/30 07:52:14 Modified files: games : Makefile Log message: add neverball CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/30 08:08:46 Modified files: sys/dev/pci : if_lii.c Log message: Pad the RXD buffer so that packets are aligned on a 128-byte boundary. This prevents the chip from hard locking the machine when receiving packets. Diff committed from an ASUS EeePC using lii(4). From NetBSD. ok dlg@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/30 08:09:20 Modified files: sys/arch/i386/i386: machdep.c Log message: Fix #ifdef NCOM collateral damage introduced in r1.210. ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/30 08:09:56 Modified files: sys/dev/pci : if_lii.c Log message: Enable setting of interrupt timers. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/30 08:17:48 Modified files: sys/dev/pci : if_lii.c Log message: Add code to configure the vendor specific opcodes of the SPI Flash. From NetBSD. ok dlg@ CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2008/03/30 08:22:57 Modified files: faq : current.html Log message: As maja points out ld.so must be installed before the full build. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/30 08:49:45 Modified files: lib/libkvm : kvm_sparc64.c Log message: Unbreak build. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/30 09:01:56 Modified files: share/man/man9 : mbuf.9 Log message: correct arg name; from Matthew Dempsky ok claudio CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/30 09:05:04 Modified files: games/barrage : Makefile games/barrage/pkg: PLIST Log message: Add helpful README, adjust LIB_DEPENDS/WANTLIB and bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/30 09:15:57 Modified files: x11/roxterm : Makefile distinfo x11/roxterm/patches: patch-Makefile_in patch-configure Log message: - update to version 1.11.1 - regen patches while here from maintainer Jona Joachim CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/03/30 09:45:12 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself. ok mbalmer@ simon@ merdely@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/30 09:54:33 Modified files: lib/libX11/src : UIThrStubs.c Log message: - get rid of recalloc() that got introduced here. - while there fix the computation of the new allocated size. Issue reported by naddy@, ok naddy@. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/30 10:50:25 Modified files: faq : upgrade43.html Log message: /etc/ttys is "special". Save old, copy new, manually re-do local changes to new one. Also, a paste-o. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/30 10:52:34 Added files: faq : upgrade43.patch Log message: Lightly tested 4.2->4.3 patch file. Feel free to carefully test, assuming you know how to dig yourself out of any holes it helps you create. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/03/30 11:56:27 Modified files: usr.sbin/snmpd : snmpd.8 snmpd.conf.5 Log message: .Xr snmpctl ok jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 12:24:04 Modified files: sys/arch/vax/include: db_machdep.h sys/arch/vax/vax: db_machdep.c Log message: Nuke common. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 12:24:31 Modified files: sys/arch/vax/include: exec.h Log message: Let the kernel load forthcoming ELF binaries. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 12:25:13 Modified files: sys/arch/vax/vax: locore.c pmap.c Log message: Use vaddr_t instead of void * for some initial virtual memory layout arithmetic. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 13:31:44 Modified files: sys/lib/libsa : loadfile.c Log message: Let this compile with BOOT_AOUT defined. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 13:54:07 Modified files: sys/arch/vax/boot/boot: Makefile boot.c version Added files: sys/arch/vax/include: loadfile_machdep.h Log message: Switch bootloader code to loadfile, and enable a.out and ELF loaders within. Crank the second stage boot blocks version. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:12:25 Modified files: sys/arch/mips64/mips64: mem.c Log message: Remove APERTURE remains. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:13:14 Modified files: sys/arch/mips64/include: memconf.h vmparam.h Log message: Allow the machine-specific headers to overwrite the number of memory segments and the number of freelists. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:14:14 Modified files: sys/arch/sgi/sgi: locore.S Log message: Remove former idle_stack. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:14:40 Modified files: sys/arch/sgi/include: bus.h sys/arch/sgi/localbus: macebus.c macebus.h Log message: Implement bus_space_*8 and bus_space_vaddr. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:24:32 Modified files: sys/kern : subr_disk.c Log message: Do not do the ``swap generic'' behaviour if rootdev != NODEV when entering setroot(), as this neuters RAIDframe autoconfiguration; found the hard way by naddy@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/30 14:39:41 Modified files: x11/mplayer : Makefile Added files: x11/mplayer/patches: patch-tremor_block_c patch-tremor_block_h patch-tremor_floor0_c patch-tremor_floor1_c patch-tremor_res012_c patch-tremor_synthesis_c Log message: fix tremor on archs where sizeof(int) != sizeof(int *) by adding the missing prototypes. fix from mplayer svn via biorn@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/30 16:08:31 Modified files: misc/WordGenerator: Makefile distinfo misc/WordGenerator/patches: patch-WordGenerator_tcl Log message: - update WordGenerator to 1.8 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/30 16:19:33 Modified files: sys/arch/macppc/macppc: autoconf.c sys/arch/sgi/sgi: autoconf.c Log message: nam2blk[] clearly must contain "rd" ... found by krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/30 16:29:09 Modified files: sys/arch/mvmeppc/mvmeppc: autoconf.c Log message: nam2blk[] clearly must contain "rd" ... found by krw CVSROOT: /cvs Module name: www Changes by: maja@cvs.openbsd.org 2008/03/30 16:34:46 Modified files: faq : current.html Log message: This will work. -moj CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/30 17:51:52 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/30 19:05:54 Modified files: audio/esound : Makefile distinfo audio/esound/files: audio_sun.c audio/esound/patches: patch-audio_c patch-test-script patch-util_c audio/esound/pkg: DESCR PLIST Added files: audio/esound/patches: patch-audio_arts_c patch-clients_c patch-configure_ac patch-esd_c patch-esdlib_c Removed files: audio/esound/patches: patch-Makefile.in patch-acconfig_h patch-config_h_in patch-configure_in patch-esd.c Log message: bring back esound-0.2.38. fix the issues with audio(4) handling that caused this to get reverted previously. add an arts flavor. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/30 19:07:59 Modified files: usr.bin/ssh : Tag: OPENBSD_4_1 session.c Log message: ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; ok djm@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/30 19:08:46 Modified files: devel/commoncpp: Makefile distinfo devel/commoncpp/patches: patch-src_Makefile_in Log message: maintainence update to commoncpp-1.6.1. from brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/30 19:10:27 Modified files: devel/ccrtp : Makefile distinfo Log message: maintainence update to ccrtp-1.6.0 from brad@, with small change by me to disable libgcrypt CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/30 19:12:07 Modified files: usr.bin/ssh : Tag: OPENBSD_4_2 session.c Log message: ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; ok djm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/30 19:14:45 Modified files: usr.bin/ssh : Tag: OPENBSD_4_3 session.c Log message: ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; ok djm@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/30 19:36:29 Modified files: openssh : ftp.html index.html openbsd.html Added files: openssh/txt : release-4.8 release-4.9 Log message: announce openssh-4.9 CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/30 19:40:48 Modified files: . : errata41.html errata42.html errata43.html security.html Log message: add openssh issue. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/30 20:07:30 Modified files: openssh : ftp.html index.html Log message: correct dates CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/30 20:29:14 Modified files: openssh : openbsd.html Log message: date fix here too (March 27 => 30) CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/30 21:32:33 Modified files: net/irssi-silc : Makefile distinfo Log message: Update to 1.4. Fixes a possible buffer overflow: http://silcnet.org/docs/release/SILC%20Client%201.1.4 From brad@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 22:03:32 Modified files: sys/arch/mips64/mips64: mem.c Log message: Oops, a chunk was commited too early. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/30 22:17:22 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD sys/arch/i386/conf: GENERIC RAMDISK_CD Log message: Re-enable lii(4). ok deraadt@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/30 22:29:39 Modified files: openssh : report.html Log message: update portable OpenSSH tracking bug link CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/03/31 00:49:27 Modified files: emulators/qemu : Makefile Added files: emulators/qemu/patches: patch-hw_rtl8139_c Log message: fix timers, from brad@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/31 00:54:13 Modified files: www/sarg : Makefile distinfo Log message: SECURITY UPDATE to sarg 2.2.5 which includes fixes for http://secunia.com/advisories/28668/ ok MAINTAINER CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/31 01:14:00 Modified files: sys/dev/ic : ds1687reg.h Log message: Add define for 24 hour time. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 01:44:30 Modified files: share/man/man4/man4.sparc: agten.4 be.4 bwtwo.4 cgeight.4 cgfour.4 cgfourteen.4 cgsix.4 cgthree.4 cgtwelve.4 cgtwo.4 ie.4 le.4 mgx.4 pninek.4 pnozz.4 qe.4 rfx.4 tcx.4 tvtwo.4 vigra.4 zx.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod help/ok miod CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 02:03:31 Modified files: share/man/man4/man4.sparc64: ifb.4 Log message: .Pp not needed before lists and displays; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 02:12:22 Modified files: share/man/man4/man4.sparc64: agten.4 audioce.4 audiocs.4 be.4 bwtwo.4 cgsix.4 cgthree.4 cgtwelve.4 creator.4 le.4 mgx.4 psycho.4 pyro.4 qe.4 rfx.4 schizo.4 tvtwo.4 vigra.4 vpci.4 zx.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod help/ok miod CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/31 02:21:51 Modified files: . : events.html Log message: Two entries haven't listed their event year. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/31 02:47:25 Modified files: devel/metaauto : Makefile devel/metaauto/files: meta.in Log message: Revert last change because it will cause some breakage which I have to fix first. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/31 03:21:31 Modified files: . : events.html Log message: add Jornadas Tecnológicas de Isla Cristina CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/31 03:48:49 Modified files: . : events.html Log message: add Brussels event CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/31 05:07:45 Modified files: net/silc-server: Makefile Log message: add --enable-debug to permit debug logging with -d/-D/-x command line options; bump package version. discussed with Brad (maintainer). CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/31 05:28:59 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-src_demuxers_demux_qt_c Log message: update to xine-lib-1.1.11.1 * Security fixes: - Integer overflows in FLV, Qt, Real, WC3Movie, Matroska and FILM demuxers, allowing remote attackers to trigger heap overflows and possibly execute arbitrary code. (CVE-2008-1482) * Added a few more memory allocation checks to the above demuxers. * WAV file playback fix: don't assume that the first chunk is "fmt ". * Don't try to play partial 24-bit AIFF frames (decoder would lose data). * Fixed AIFF comment chunk handling and sample rate reading. * LPCM fixes: input over-reading, conversion of 24-bit samples. from brad@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/31 05:39:48 Modified files: net/libnids : Makefile net/libnids/patches: patch-src_libnids_c Log message: Add pflog/pfsync support to libnids. From Brad, tested by me. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/31 05:40:22 Modified files: security/dsniff: Makefile Log message: Bump for libnids update. From Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/31 05:40:53 Modified files: security/scanlogd: Makefile Log message: Bump for libnids update. From Brad. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 06:43:41 Modified files: share/man/man4/man4.vax: gpx.4 ibus.4 intro.4 lcg.4 lcspx.4 mscpbus.4 smg.4 uba.4 vsbus.4 vxtbus.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod help/ok miod CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/03/31 06:49:58 Modified files: print/ghostscript/gnu-fonts: Makefile Log message: Make distfile fetchable via MASTER_SITE_SOURCEFORGE. Noticed by Tobias Ulmer; ok merdely@ jasper@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 07:15:53 Modified files: share/man/man3 : Makefile queue.3 Log message: some missing bits; from Girish Venkatachalam ok henning while here, clean up the queue MLINKS CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/03/31 07:35:55 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/03/31 07:40:10 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.i386 md.macppc md.sparc64 mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: drahn@cvs.openbsd.org 2008/03/31 08:10:32 Modified files: distrib/sets/lists/xbase: md.landisk share/mk : bsd.xconf.mk Log message: Enable shared libraries. Sets are 'close' but probably not 100% CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/31 08:14:46 Modified files: share/zoneinfo/datfiles: asia backward leapseconds northamerica southamerica zone.tab Log message: Update to tzdata2008b from elsie.nci.nih.gov CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/31 08:16:53 Modified files: lib/libc/time : README localtime.c Log message: Update to tzcode 2008a from elsie.nci.nih.gov CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/03/31 08:26:00 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-qemu-doc_texi patch-vl_c Log message: fix -smb option, from viq at viq dot ath dot cx CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/31 11:06:58 Modified files: . : events.html Log message: add LinuxDays 2008 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 11:56:41 Modified files: sys/dev/isa : wbsio.c Log message: if iobase is 0, lm child is not configured by the bios; ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/31 12:21:50 Modified files: . : MODULES Log message: some more to do. CVSROOT: /cvs Module name: xenocara Changes by: drahn@cvs.openbsd.org 2008/03/31 13:20:29 Modified files: share/mk : bsd.xconf.mk Log message: GL enable on landisk was not tested yet. That half of the previous change was not meant to go in. At least yet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/31 13:58:10 Modified files: sys/lib/libsa : loadfile.c Log message: Fix format strings in a.out loader. CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/31 14:01:47 Modified files: de : 43.html anoncvs.html cvsync.html donations.html errata41.html errata42.html errata43.html events.html ftp.html i386.html security.html faq/de : current.html faq/fr : current.html faq1.html faq11.html faq2.html faq4.html faq6.html faq8.html faq9.html upgrade42.html fr : 42.html amd64.html anoncvs.html cvsync.html donations.html errata41.html errata42.html events.html ftp.html i386.html security.html want.html ja : index.html lt : anoncvs.html armish.html donations.html errata.html errata40.html errata41.html ftp.html index.html landisk.html mail.html pkg-stable.html pkg-stable40.html pmax.html romp.html solbourne.html vax.html openbgpd/de : ftp.html opencvs/zh : index.html openntpd/de : ftp.html portable.html openntpd/fr : portable.html openssh/de : ftp.html index.html openbsd.html report.html openssh/fr : ftp.html index.html openbsd.html report.html openssh/ja : ftp.html index.html openbsd.html report.html pt : index.html zh : anoncvs.html cvsync.html errata41.html errata42.html ftp.html Removed files: ja : 29.html 30.html 31.html 32.html 33.html 34.html 35.html 36.html 37.html 38.html 39.html amd64.html anoncvs.html art1.html art2.html art3.html art4.html audio-port.html books.html checklist.html crypto.html ctm.html cvsup.html cvsync.html disabled.html docum.html donations.html events.html ftp.html goals.html groups.html hppa64.html i386-laptop.html i386.html items.html mail.html orders.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 plat.html policy.html porting.html ports.html porttest.html powerpc.html press.html products.html query-pr.html report.html romp.html security.html sgi.html smp.html stable.html support.html testimonials.html translation.html tshirts.html users.html want.html why-cvs.html porting/ja : diffs.html libraries.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/03/31 14:16:53 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-vl_c Added files: emulators/qemu/patches: patch-monitor_c Log message: give encrypted image support a chance to work, from viq at viq dot ath dot cx CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/03/31 14:36:35 Modified files: emulators/qemu : Makefile Log message: cleanup stray comment CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/03/31 14:59:21 Modified files: emulators/qemu : Makefile emulators/qemu/pkg: PLIST Log message: build with kqemu by default ok todd@ merdely@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/03/31 15:00:48 Modified files: emulators : Makefile Log message: remove qemu's kqemu FLAVOR, for it's built by default now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 15:15:21 Modified files: sys/netinet6 : ip6_output.c Log message: strictly interpret msg_controllen to be the exact total length of the cmsg's, including alignments, ie. the sum of CMSG_SPACE()'s. any other interpretation would be in violation of various unix specifications. RFC3542 section 20.2 is totally and completely wrong -- it is not allowed to over-ride the specification of msg_controllen, since the intent is that one could mix-and-match various types of cmsg's and an exact match is therefore required. ok kettenis, tested by many CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/31 15:19:17 Modified files: devel/sdl-image: Makefile Added files: devel/sdl-image/patches: patch-IMG_gif_c patch-IMG_lbm_c Log message: SECURITY FIX for http://secunia.com/advisories/28640/ Patches were taken from libsdl's svn. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/03/31 15:26:15 Modified files: mail/postgrey : Makefile distinfo mail/postgrey/patches: patch-postgrey mail/postgrey/pkg: PLIST Added files: mail/postgrey/patches: patch-contrib_postgreyreport Log message: upadate to postgrey v1.31; based on patch from Giovanni Bechis CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/31 16:11:37 Modified files: sys/arch/mvme88k/stand/libsa: Makefile clock.c Log message: Compile libsa with -D_STANDALONE. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/31 16:12:37 Modified files: sys/lib/libsa : loadfile.c Log message: Correctly load ZMAGIC a.out binaries. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/31 16:14:01 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: autoconf.c ipifuncs.c locore.s mutex.S pmap.c Log message: Make MULTIPROCESSOR kernels work on sun4v. Won't gracefully halt, powerdown or reboot yet, but that will (hopefully) be fixed in the near future. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/31 16:14:43 Modified files: sys/arch/mvme88k/stand/bootsd: version.c sys/arch/mvme88k/stand/bootst: version.c sys/arch/mvme88k/stand/libsa: Makefile exec_mvme.c sys/arch/mvme88k/stand/netboot: version.c sys/arch/mvme88k/stand/tftpboot: version.c Added files: sys/arch/mvme88k/include: loadfile_machdep.h Log message: Switch bootloaders to mi loadfile(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 16:27:43 Modified files: sys/kern : subr_disk.c sys/nfs : nfs_boot.c Log message: Refine "netboot" interface group semantics to indicate the interface we booted from to the most precision; preferring the boot device, or if that is not known, the root device discussed with miod and reyk tested by beck CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 16:40:34 Modified files: sys/kern : tty_subr.c Log message: purge memory in the tty clist rings as we advance; tested by a few CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2008/03/31 16:46:03 Modified files: . : 43.html Log message: obselete -> obsolete, noticed by ray CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 17:56:29 Modified files: sys/kern : subr_disk.c Log message: nope, sorry, the miod/naddy raidframe change breaks almost all ramdisks. the basic idea is that ramdisks boot the same way as swap generic -- this commit also improves the comment in that area. in this case the one outlier is raidframe, and those who use it will no longer be able to put off repairing it -- raidframe must follow the same setroot() / bootdv API that everything else in the system uses. debugged with krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 19:10:49 Modified files: sys/dev/i2c : i2c_scan.c Log message: only need 8 words to learn about i2c spd jc-42.4 sensors CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/31 19:21:20 Modified files: sys/dev/mii : etphy.c Log message: Add some defines and remove some of the magic numbers from the code. From DragonFly ok jsg@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/31 19:46:22 Modified files: . : 43.html Log message: pkg count CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/31 21:28:32 Modified files: sys/dev/i2c : i2c_scan.c Log message: match more versions of w83793g; whilst here, also ensure that the bank 0 registers are only tested if bank 0 is selected; 'looks ok' deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 22:18:01 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/31 22:18:17 Modified files: sys/dev/i2c : i2c_scan.c Log message: toast unused args from a printf call; ok deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 01:47:39 Log message: Import xdesktopwaves-1.3 xdesktopwaves is a cellular automata setting the background of your X Window desktop under water. Windows and mouse are like ships on the sea. Each movement of these ends up in moving water waves. You can even have rain and/or storm stirring up the water. from Giovanni Bechis Status: Vendor Tag: giovanni Release Tags: ajacoutot_20080401 N ports/x11/xdesktopwaves/Makefile N ports/x11/xdesktopwaves/distinfo N ports/x11/xdesktopwaves/pkg/DESCR N ports/x11/xdesktopwaves/pkg/PLIST N ports/x11/xdesktopwaves/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 01:49:43 Modified files: x11 : Makefile Log message: +xdesktopwaves CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 02:51:18 Modified files: emulators/qemu : Makefile Log message: - add license markers no pkg change "go for it" todd@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 03:14:31 Modified files: games/crossfire-client: Makefile distinfo games/crossfire-client/patches: patch-configure games/crossfire-client/pkg: PLIST Added files: games/crossfire-client/patches: patch-common_metaserver_h patch-gtk-v2_src_gtk2proto_h patch-gtk-v2_src_metaserver_c Removed files: games/crossfire-client/patches: patch-gnome_Makefile_in patch-gtk_Makefile_in patch-sound-src_Makefile_in patch-x11_Makefile_in Log message: - update to latest release: 1.11.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 03:59:33 Modified files: security/ccrypt: Makefile security/ccrypt/pkg: DESCR Log message: - describe the flavor in DESCR - re-format DESCR while here CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/01 04:14:58 Modified files: www/seamonkey : Makefile distinfo Log message: security update to seamonkey-1.1.9 http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.9 ok naddy@ CVSROOT: /cvs Module name: www Changes by: robert@cvs.openbsd.org 2008/04/01 04:51:05 Modified files: . : want.html Log message: i could use a replacement FC disk drive CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 05:34:16 Modified files: textproc/libxml: Makefile Added files: textproc/libxml/patches: patch-parserInternals_c Log message: SECURITY FIX for http://secunia.com/advisories/28444/ Libxml2 UTF-8 Parsing Denial of Service Vulnerability Patch taken from upstream author. testing and ok simon@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 05:36:24 Modified files: textproc/libxml: Makefile Log message: - add missing BUILD_DEPENDS on wget (specifically in a seperate commit of the security fix) spotted by sthen@, thanks! CVSROOT: /cvs Module name: www Changes by: kurt@cvs.openbsd.org 2008/04/01 06:50:51 Modified files: . : want.html Log message: I need a faster sparc64 system. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 06:52:00 Log message: Import axel-1.0b Axel does the same thing any other accelerator does: it opens more than one HTTP/FTP connection per download and each connection transfers its own, separate, part of the file. [...] from Girish Venkatachalam with some tweaks Status: Vendor Tag: girish1729 Release Tags: ajacoutot_20080401 N ports/net/axel/Makefile N ports/net/axel/distinfo N ports/net/axel/pkg/DESCR N ports/net/axel/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 06:52:42 Modified files: net : Makefile Log message: +axel CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/01 07:41:09 Modified files: sys/dev/usb : usbdevs Log message: Corega CG-WLUSB2GPX CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/01 07:42:05 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/01 07:43:53 Modified files: sys/dev/usb : if_rum.c share/man/man4 : rum.4 Log message: Add Corega CG-WLUSB2GPX. From FreeBSD. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 07:50:36 Log message: import py-adns 1.2.1 py-adns is a Python interface to the GNU adns asynchronous DNS resolver library. Status: Vendor Tag: jasper Release Tags: jasper_20080401 N ports/net/py-adns/Makefile N ports/net/py-adns/distinfo N ports/net/py-adns/pkg/DESCR N ports/net/py-adns/pkg/PLIST N ports/net/py-adns/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 07:53:13 Modified files: net : Makefile Log message: - add py-adns CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/01 08:22:28 Modified files: share/man/man4/man4.hp300: Makefile intro.4 nhpib.4 Added files: share/man/man4/man4.hp300: hpibbus.4 Log message: add a page for hpibbus, and the bits that go with it; mostly taken from source code, with some tweaks from miod ok miod CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2008/04/01 08:37:56 Modified files: . : alpha.html amd64.html hppa.html i386.html macppc.html sparc64.html zaurus.html Log message: +Corega CG-WLUSB2GPX CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/01 08:40:58 Modified files: distrib/notes/alpha: hardware distrib/notes/amd64: hardware distrib/notes/hppa: hardware distrib/notes/i386: hardware distrib/notes/macppc: hardware distrib/notes/sparc64: hardware distrib/notes/zaurus: hardware Log message: +Corega CG-WLUSB2GPX CVSROOT: /cvs Module name: xenocara Changes by: drahn@cvs.openbsd.org 2008/04/01 09:25:18 Modified files: share/mk : bsd.xconf.mk Log message: Turns out GL does build on landisk now, ok todd@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/04/01 11:41:13 Modified files: devel/boehm-gc : Makefile devel/boehm-gc/patches: patch-doc_gc_man patch-dyn_load_c patch-include_private_gcconfig_h patch-misc_c patch-os_dep_c patch-pthread_support_c Added files: devel/boehm-gc/patches: patch-Makefile_in patch-configure_ac patch-include_private_openbsd_stop_world_h patch-libatomic_ops-1_2_src_atomic_ops_h patch-libatomic_ops-1_2_src_atomic_ops_sysdeps_Makefile_am patch-libatomic_ops-1_2_src_atomic_ops_sysdeps_gcc_mips_h patch-openbsd_stop_world_c patch-pthread_stop_world_c Removed files: devel/boehm-gc/patches: patch-configure Log message: - use __data_start symbol to find the beginning of the data sections and adjust boehm-gc to deal with any number of holes that may appear between __data_start and _end. (requires -current binutils) - work-around libpthread bugs that prevent sigsuspend() from working in a signal handler by using pthread_suspend_np() + an arch/libpthread specific offset to obtain the suspended thread's stack pointer. thanks to sthen@ and jasper@ for access to other arches. discussed with todd@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/04/01 11:42:12 Modified files: devel/opencm : Makefile Log message: - adjust to depend on threaded boehm-gc CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/04/01 11:43:04 Modified files: www/w3m : Makefile www/w3m/patches: patch-configure Log message: - adjust to depend on threaded boehm-gc CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/01 12:32:40 Modified files: . : plus.html Log message: upto 04/01 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/01 13:53:05 Modified files: . : sparc64.html Log message: Add UltraSPARC T1 to the list of supported machines. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/01 14:23:07 Log message: "Jpegpixi" is short for "JPEG pixel interpolator". The intent of the program is to interpolate pixels in JFIF images (commonly referred to as "JPEG images"). This is useful to correct images from a digital camera with CCD defects. For example, if one pixel is always bright green, this pixel can be interpolated away with jpegpixi. From Giovanni Bechis . ok okan@ Status: Vendor Tag: kili Release Tags: kili_20080401 N ports/graphics/jpegpixi/Makefile N ports/graphics/jpegpixi/distinfo N ports/graphics/jpegpixi/pkg/DESCR N ports/graphics/jpegpixi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/01 14:24:20 Modified files: graphics : Makefile Log message: +jpegpixi CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/01 14:37:01 Modified files: print/ghostscript/gnu: Makefile distinfo print/ghostscript/gnu/patches: patch-src_devs_mak patch-src_jasper_mak patch-src_unix-dll_mak patch-src_unix-gcc_mak print/ghostscript/gnu/pkg: PFRAG.gtk PLIST Log message: Update to 8.62. NOTE: the cups flavor will probably vanish very soon. See http://marc.info/?l=openbsd-ports&m=120624299930920&w=2 for explanation. "looks ok", and some testing, jakemsr@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/01 14:47:30 Modified files: graphics/p5-PerlMagick: Makefile Log message: Necessary change after ghostscript update. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/01 15:05:51 Modified files: games/hangman : Makefile extern.c getguess.c hangman.6 hangman.h main.c playgame.c setup.c Added files: games/hangman : ksyms.c Log message: Add a -k option to use the kernel symbols as the words file. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/01 15:08:01 Modified files: xserver/hw/xfree86/os-support/bsd: bsd_agp.c Log message: If privsep support isn't compiled in, use open() to open the agp device. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/01 15:10:18 Modified files: sys/arch/m88k/m88k: trap.c Log message: typo CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/01 15:22:10 Modified files: net/ktorrent : Makefile Added files: net/ktorrent/patches: patch-libktorrent_util_functions_cpp Log message: avoid overflowing a time_t when converting timeval to a timestamp in milliseconds. problem found and fix sent upstream by Mark Peloquin, who notified the port maintainer. thanks Mark! this patch is from brad@ (MAINTAINER) via ktorrent svn CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 15:37:01 Modified files: www/ruby-mongrel: Makefile distinfo Log message: Update to ruby-mongrel-1.1.4. ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2008/04/01 15:50:14 Modified files: net/openvpn : Makefile distinfo net/openvpn/pkg: PLIST Log message: update to OpenVPN 2.1rc7 tested by many ok bernd@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/04/01 15:57:20 Modified files: devel/netbeans : Makefile Log message: - add run deps on javaPathHelper, okay ian@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 16:06:11 Modified files: devel/ruby-tzinfo: Makefile distinfo devel/ruby-tzinfo/pkg: PLIST Log message: Update to ruby-tzinfo-0.3.8. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/01 16:09:53 Modified files: . : sparc64.html Log message: update for a few more models/submodels CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 16:12:16 Modified files: devel/ruby-rubyforge: Makefile distinfo devel/ruby-rubyforge/pkg: PLIST Log message: Update to ruby-rubyforge-0.4.5. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 16:16:05 Modified files: devel/ruby-hoe : Makefile distinfo devel/ruby-hoe/pkg: PLIST Log message: Update to ruby-hoe-1.5.1. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/01 16:20:45 Modified files: . : sparc64.html Log message: mention when SMP / T1 happened CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 16:36:30 Modified files: devel/git : Makefile distinfo devel/git/pkg : PLIST-main Added files: devel/git/patches: patch-t_t9200-git-cvsexportcommit_sh devel/git/pkg : DESCR-x11 PLIST-x11 Log message: Update to git-1.5.4.5 and introduce a git-x11 package which contains all graphical git stuff. Initial git-x11 diff from Josh Elsasser. Thanks! CVSROOT: /cvs Module name: www Changes by: cnst@cvs.openbsd.org 2008/04/01 16:37:59 Modified files: . : events.html Log message: add a BSDCan2008 entry CVSROOT: /cvs Module name: www Changes by: cnst@cvs.openbsd.org 2008/04/01 17:56:43 Modified files: . : i386.html Log message: update the list of sensors, found in a closet from the 4.1 times CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/01 18:25:59 Modified files: faq : upgrade43.html Log message: flesh out "before upgrading" part with info from current.html add new and changed users & groups. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/01 18:39:19 Modified files: audio/audacious: Makefile distinfo audio/audacious/pkg: PLIST audio/audacious-plugins: Makefile distinfo audio/audacious-plugins/patches: patch-src_aac_Makefile audio/audacious-plugins/pkg: PLIST-arts PLIST-main Added files: audio/audacious/patches: patch-buildsys_mk_in patch-m4_buildsys_m4 patch-src_audacious_playlist_c patch-src_libaudclient_Makefile audio/audacious-plugins/patches: patch-aclocal_m4 patch-buildsys_mk_in patch-configure_ac patch-m4_arts_m4 patch-m4_libFLAC_m4 patch-src_aac_libmp4_c patch-src_sun_audio_c Removed files: audio/audacious/patches: patch-mk_init_mk patch-src_libaudacious_Makefile audio/audacious-plugins/patches: patch-configure patch-mk_init_mk patch-src_aac_src_Makefile patch-src_aac_src_libmp4_c patch-src_cdaudio_Makefile Log message: update audacious and audacious-plugins to 1.5.0; with and ok jakemsr@ some changes were submitted for inclusion. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/01 18:45:39 Modified files: faq : upgrade43.html Log message: fix up TOC, and a bunch of version errors. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/01 18:49:43 Modified files: faq : upgrade43.html Log message: promote from "don't use" to "use with care" remove "ports that need special attention" section, since no one has reported any to me. (that will change in a day or so, probably :) CVSROOT: /cvs Module name: www Changes by: cnst@cvs.openbsd.org 2008/04/01 19:06:01 Modified files: . : i386.html Log message: sensor drivers that were added since 4.1; clean-up some older entries, too CVSROOT: /cvs Module name: www Changes by: cnst@cvs.openbsd.org 2008/04/01 19:49:30 Modified files: . : amd64.html Log message: major update of the sensors section, relevant entries come from the i386 update CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/01 20:27:36 Modified files: libexec/ld.so : library.c Log message: Use the proper define for this address, not a incorrect (on 64bit) define. ok kurt@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/01 21:01:38 Modified files: distrib/notes/i386: hardware distrib/notes/amd64: hardware Log message: sync the hw sensors sections with the html pages, enlisting many new sensors CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/01 23:05:25 Modified files: etc : pf.conf share/man/man7 : hier.7 Log message: no more /usr/share/pf; pointed out by Rod Whitworth CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/01 23:12:47 Modified files: games/hangman : hangman.6 Log message: order the options correctly; CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/02 00:46:03 Modified files: audio/portaudio-svn: Makefile Log message: allow this to build on arches other than i386, amd64 and macppc. no pkg bump because it has no effect on archs that were building. problem noticed by sturm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 00:49:59 Modified files: sys/dev/pci : if_bce.c Log message: Correct error message printing and add a missing error message for bus_dmamap_load() failure in bce_attach(). ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/02 01:53:23 Modified files: www/xcache/pkg : PLIST Log message: Unbreak packaging, sorry. Found by sturm. From Brad CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/04/02 02:36:22 Modified files: de : 43.html errata43.html orders.html fr : sun3.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/04/02 02:38:24 Modified files: . : translation.html Log message: Emilien Gaspar joins the [fr] xlation team. welcome on board CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/02 02:51:08 Modified files: sys/dev/usb : usbdevs Log message: add another vendor id for Qualcomm as well as one of their modems. from freebsd. ok jsg@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/02 02:51:36 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/02 02:54:08 Modified files: sys/dev/usb : ubsa.c Log message: attach the ZTE CMDMA MSM modem from qualcomm. from freebsd, ok jsg@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/02 02:58:30 Modified files: share/man/man4 : ubsa.4 Log message: list Qualcomm Inc. ZTE CMDMA MSM modem CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/02 05:02:46 ports/devel/py-zopeinterface/patches Update of /cvs/ports/devel/py-zopeinterface/patches In directory cvs.openbsd.org:/tmp/cvs-serv17635/patches Log Message: Directory /cvs/ports/devel/py-zopeinterface/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/02 05:04:49 Added files: devel/py-zopeinterface/patches: patch-setup_py Log message: - add missing patch to fix packaging noted by and ok sturm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/02 09:03:01 Modified files: gnu/usr.sbin/sendmail/cf/cf: openbsd-bulk.mc openbsd-lists.mc Log message: Update to queue group-based config in use on the list server. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/02 09:30:52 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Log message: update to 1.6.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 10:13:06 Modified files: sys/dev/pci : pcidevs Log message: intel host bridge CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 10:13:14 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 10:41:24 Modified files: usr.bin/top : top.local.h username.c Log message: using getpwent() in a loop is so 1980; ok millert CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/02 13:08:14 Modified files: x11/xdesktopwaves: Makefile Log message: Missing HOMEPAGE, bump PKGNAME From Mikolaj Kucharski, thanks ! ok MAINTAINER and merdely@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 13:09:13 Modified files: sys/kern : uipc_usrreq.c Log message: repair code which blocks passing fd's for block devices or dir-outside-chroot-directory into a chroot jail ok markus CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/02 13:54:05 Modified files: lib/libc/crypt : bcrypt.c Log message: Zero state buffers on return. OK deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/02 14:05:36 Modified files: lib : Makefile Log message: Unconditionnaly build libdrm on i386 since the via driver needs some bits of it. Noticed by naddy@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/02 14:08:52 Modified files: app/xdm/greeter: verify.c Log message: Clear the password as early as possible in the BSD auth case. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 14:12:58 Modified files: sys/dev/mii : etphy.c Log message: Return right away for unknown media types instead of falling through and setting the half duplex flag. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 14:23:22 Modified files: sys/arch/sparc64/sparc64: locore.s pmap.c Log message: For some reason using the ASI_SCRATCHPAD register at offset 0x08 makes the t1k freak out upon reboot/halt/powerdown. Use the register at offset 0x10 instead. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 14:40:03 Modified files: sys/dev/mii : miidevs Log message: Add the Cicada CS8204 quad port PHY. From FreeBSD ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 14:40:29 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/04/02 15:32:03 Modified files: sys/dev : softraid.c Log message: fix bad printf if metadata clearing failed from Rainer Giedat ok marco@ CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/02 15:34:59 Modified files: . : want.html Log message: My sparc64 needs more memory. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/04/02 15:36:51 Modified files: usr.bin/ssh : channels.c Log message: avoid possible hijacking of x11-forwarded connections (back out 1.183) CVE-2008-1483; ok djm@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/02 15:53:18 Modified files: distrib/notes/mvme88k: install sys/arch/mvme88k/stand/bootsd: Makefile version.c sys/arch/mvme88k/stand/bootst: Makefile version.c sys/arch/mvme88k/stand/bootxx: Makefile bootxx.c version.c sys/arch/mvme88k/stand/bugcrt: Makefile Makefile.inc sys/arch/mvme88k/stand/libbug: libbug.h sys/arch/mvme88k/stand/libsa: Makefile sys/arch/mvme88k/stand/netboot: Makefile boot.c version.c sys/arch/mvme88k/stand/tftpboot: Makefile boot.c version.c Added files: sys/arch/mvme88k/stand/bugcrt: crt0.S Removed files: sys/arch/mvme88k/stand/bugcrt: crt.c Log message: Rewrite the startup code for the mvme88k bootblocks, once again. Some of them (especially the netboot ones) will now self-relocate, which makes BUG configuration much simpler. WARNING: for disk-based systems, you need to update bootxx and bootsd at the same time. New bootsd will not run when loaded from an older bootxx. This doesn't matter much since you need both with installboot. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/04/02 15:54:40 Modified files: . : landisk.html Log message: Shared libraries are available now. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:06:12 Modified files: sys/dev/mii : miidevs Log message: Add the National Semiconductor DP83865 Gigabit PHY. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:09:52 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:14:29 Modified files: sys/dev/mii : nsgphy.c Log message: Add support for the DP83865. ok brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:26:16 Modified files: sys/dev/pci : if_cas.c Log message: Add support for the National Semiconductor Saturn (which really is a Sun Cassini MAC integrated with a National Semiconductor DP83865 PHY). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:32:43 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK Log message: Add nsgphy(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:50:36 Modified files: share/man/man4 : cas.4 Log message: Update now that we support Saturn. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:54:11 Modified files: share/man/man4 : nsgphy.4 Log message: Mention DP83865. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/02 17:18:11 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-Makefile patch-build_tools_cflags_xml patch-channels_h323_ast_h323_cxx patch-configure patch-contrib_scripts_safe_asterisk patch-main_asterisk_c telephony/asterisk/pkg: PLIST-main Log message: update to 1.4.19 ok ian@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/02 17:43:12 Modified files: . : 43.html Log message: pkg count CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/02 18:13:33 Modified files: libexec/ld.so/sh: Makefile.inc Removed files: libexec/ld.so/sh: sdivsi3.S udivsi3.S Log message: Use the libgcc version of these functions, no point in having extra copies. CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/04/02 18:23:33 Modified files: share/man/man9 : bio_register.9 Log message: Fix function prototype. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/02 18:26:13 Modified files: faq : upgrade43.html Log message: time to admit the patch file exists... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 19:06:02 Modified files: share/man/man8 : yp.8 Log message: portmap must be running for any of this CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 20:41:26 Modified files: share/man/man4 : bge.4 bnx.4 em.4 Log message: Add newer HP and Sun Gigabit Ethernet adapters. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 20:54:08 Modified files: share/man/man4 : vge.4 Log message: Update the vge page a bit. - Remove the HARDWARE section and merge the list of adapters into the DESCRIPTIN section. - Update the DESCRIPTION section. - Remove mentioning the link0 flag. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 21:06:24 Modified files: share/man/man4 : nge.4 Log message: Remove mentioning of the link0 flag. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/02 21:34:21 Modified files: . : landisk.html Log message: clean up supported hardware section (take a peek please jmc and nick) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/02 21:35:38 Modified files: . : landisk.html Log message: be more exact CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 21:41:25 Modified files: usr.bin/ssh : Tag: OPENBSD_4_1 channels.c Log message: avoid possible hijacking of x11-forwarded connections (back out 1.183) CVE-2008-1483; ok djm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 21:41:40 Modified files: usr.bin/ssh : Tag: OPENBSD_4_2 channels.c Log message: avoid possible hijacking of x11-forwarded connections (back out 1.183) CVE-2008-1483; ok djm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 21:42:02 Modified files: usr.bin/ssh : Tag: OPENBSD_4_3 channels.c Log message: avoid possible hijacking of x11-forwarded connections (back out 1.183) CVE-2008-1483; ok djm@ CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/04/02 21:49:40 Modified files: . : security.html Log message: Slight tweaking of the wording of the openssh entry. From Tobias Stoeckmann ok djm@ CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/04/03 00:00:14 Modified files: . : errata41.html errata42.html errata43.html security.html Log message: add openssh2 issue. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/03 01:01:28 Modified files: share/man/man8 : yp.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/03 01:07:22 Modified files: share/man/man4 : nge.4 Log message: stray .El; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 01:18:08 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-Makefile_in patch-configure net/gnugk/pkg : PLIST Removed files: net/gnugk/patches: patch-RasSrv_cxx patch-gk_cxx Log message: - update to gnugk-2.2.7 * extends virtual queues to work on unregistered calls, * adds per prefix capacity limits and Q.931 cause code translation per gateway * adds H.460.9 realtime, QoS monitoring, H.460.interop support and H.350 authentication CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/03 01:44:40 Modified files: devel/boost : Makefile distinfo devel/boost/patches: patch-boost_config_suffix_hpp patch-configure devel/boost/pkg: PFRAG.shared PLIST Added files: devel/boost/patches: patch-Jamfile_v2 patch-boost_function_function_base_hpp patch-boost_function_function_template_hpp patch-boost_regex_config_hpp patch-libs_serialization_build_Jamfile_v2 patch-libs_serialization_test_Jamfile_v2 patch-tools_build_v2_tools_gcc_jam patch-tools_build_v2_tools_python_jam Removed files: devel/boost/patches: patch-Jamfile patch-boost_detail_endian_hpp patch-libs_python_src_object_protocol_cpp patch-libs_serialization_build_Jamfile patch-tools_build_v1_gcc-tools_jam Log message: Update to boost-1.34.1. Initial diff from Mikko Tolmunen. Thank you! Some corrections from brad@. Tested by deanna@, naddy@, brad@ and myself. ok deanna@, brad@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/03 01:47:45 Modified files: devel/monotone : Makefile distinfo devel/monotone/patches: patch-configure Log message: Update to monotone-0.39 to let it build with the new boost. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 01:57:01 Removed files: x11/vlc/patches: patch-modules_codec_ffmpeg_mux_c Log message: - zap empty file; brad CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 02:30:08 Modified files: . : sparc64.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/03 03:23:40 Modified files: converters/libiconv: Makefile Log message: fix CONFIGURE_ENV and use it in pre-configure to permit building w/o /usr/local/bin in user's path (as reported by krw@ on ports@) no PKGNAME bump needed ok brad@ (maintainer) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/03 03:50:14 Modified files: usr.bin/ssh : version.h Log message: openssh-5.0 CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/03 04:11:32 Modified files: . : 43.html Log message: - re-order ports section to alphabetical order - add kde CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 04:13:00 Modified files: security/gnupg : Makefile distinfo Log message: SECURITY UPDATE to gnupg 1.4.9 http://secunia.com/advisories/29568/ tested by many, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 04:18:15 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_connections_c patch-src_network_openssl_c Log message: SECURITY FIX for http://secunia.com/advisories/29544/ lighttpd OpenSSL Error Queue Denial of Service Vulnerability patches from upstream svn, via brad@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 04:21:26 Modified files: multimedia/avidemux: Makefile Log message: - use default CFLAGS so that it builds correctly under i386 (i.e. don't force -O0 as this seems to trigger an issue in the asm code) noticed by Stephan Andre and bernd@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 04:23:01 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/patches: patch-configure patch-src_help_cpp patch-src_language_cpp patch-src_server_server_cpp games/wesnoth/pkg: PFRAG.no-lite PLIST Log message: - update wesnoth to 1.4 see release notes for a list of changes: http://www.wesnoth.org/start/1.4/ testing by paul de weerd, thanks! ok maintainer CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/03 04:47:19 Modified files: faq : upgrade43.html Log message: chio.conf has changed group and permissions, and produces insecurity output, so "fix" here. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/04/03 04:55:44 Modified files: openssh : ftp.html index.html openbsd.html Added files: openssh/txt : release-5.0 Log message: openssh-5.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 05:31:59 Log message: Import py-lxml-2.0.3 lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more. from Benoit Chesneau Status: Vendor Tag: benoitc Release Tags: ajacoutot_20080403 N ports/textproc/py-lxml/Makefile N ports/textproc/py-lxml/distinfo N ports/textproc/py-lxml/pkg/PLIST N ports/textproc/py-lxml/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 05:32:42 Modified files: textproc : Makefile Log message: +py-lxml CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 06:03:09 Added files: audio/libmusicbrainz/patches: patch-CMakeLists_txt Log message: - don't pickup cppunit if it's installed; the current version causes syntax error's in libmusicbrainz' tests. these tests can be build again when cppunit is more up to date. noticed by bernd@ and steven@, thanks! no pkgname bump needed. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/03 06:13:48 Modified files: sysutils/clusterit: Makefile distinfo sysutils/clusterit/patches: patch-dsh_dsh_1 patch-dsh_rseq_1 patch-dsh_run_1 patch-jsd_jsd_1 patch-jsd_jsh_1 patch-pcp_pcp_1 patch-tools_pdf_1 patch-tools_prm_1 sysutils/clusterit/pkg: PLIST Added files: sysutils/clusterit/patches: patch-dtop_dtop_1 Removed files: sysutils/clusterit/patches: patch-Makefile_in patch-configure patch-dsh_dsh_c patch-dsh_rseq_c patch-dsh_run_c patch-jsd_jsd_c patch-jsd_jsh_c patch-pcp_pcp_c patch-rvt_rvt_c Log message: - Update clusterit to 2.5, which includes most of our s/rsh/ssh/ patches. Diff originally from bsd at openbsd dot rutgers dot edu; thanks! ok merdely@, landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 06:40:27 Log message: Import imapsync-1.249 imapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another. It is useful for mailbox migration, and reduces the amount of data transferred by only copying messages that are not present on both servers. Read, unread, and deleted flags are preserved, and the process can be stopped and resumed. The original messages can optionally be deleted after a successful transfer. from Pierre-Emmanuel Andre with some tweaks Status: Vendor Tag: pea Release Tags: ajacoutot_20080403 N ports/mail/imapsync/Makefile N ports/mail/imapsync/distinfo N ports/mail/imapsync/pkg/PLIST N ports/mail/imapsync/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 06:41:17 Modified files: mail : Makefile Log message: +imapsync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 06:42:46 Modified files: graphics/aalib : Makefile distinfo graphics/aalib/pkg: PLIST Added files: graphics/aalib/patches: patch-src_aaedit_c patch-src_aafire_c patch-src_aakbdreg_c patch-src_aalib_c patch-src_aalinux_c patch-src_aamoureg_c patch-src_aaprintf_c patch-src_aarec_c patch-src_aaregist_c patch-src_aarender_c patch-src_aax_c patch-src_aaxkbd_c patch-src_aaxmouse_c Removed files: graphics/aalib/files: config.cache graphics/aalib/patches: patch-aaedit_c patch-aafire_c patch-aakbdreg_c patch-aalib_c patch-aalinux_c patch-aamoureg_c patch-aarec_c patch-aaregist_c patch-aax_c patch-aaxkbd_c patch-aaxmouse_c Log message: - update aalib to 1.4. (the last release was 1.4rc5, but after 7 years of no major release, it's safe to ship this as 1.4) tested by brad@ and me@, from brad@ CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/04/03 07:58:57 Modified files: app/cwm : calmwm.c Log message: Sync usage() with reality and manpage. "ok, but no cookie" oga@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/03 08:47:37 Modified files: www/opera : Makefile distinfo Log message: security update to opera 9.27 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/03 10:39:54 Modified files: sys/dev/pci : if_lii.c Log message: Ensure that we wrap around to the start of the TXD buffer when incrementing the TXD pointer beyond the end. Fixes PR5786. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/03 12:08:04 Modified files: sys/arch/sparc64/dev: ebus_mainbus.c Log message: Some cosmetic changes. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 12:16:36 Modified files: . : orders.html Log message: Be more clear that CDs sell for $50 CDN from the worldwide shop, but are 50 EUR from the European shop. I don't set the European pricing. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 12:32:16 Modified files: . : hppa.html landisk.html zaurus.html Added files: images : hppa.jpg Log message: First steps towards newer simpler per-arch web pages, which largely relies on pointing towards people the manual page subsystem. Want to know about pci or usb cards? Instead of aging rotting unaccurate lists of devices, the web page now points you to the pci(4) and usb(4) pages. It will be easier to maintain the information in a high quality form in one location. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 12:55:49 Modified files: . : orders.html Log message: correct numbers CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/03 13:41:21 Modified files: sys/arch/sparc64/dev: ebus_mainbus.c Log message: Make ebus(4) work on sun4v. CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/03 14:28:05 Modified files: share/man/man4 : it.4 sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/dev/isa : it.c itvar.h Log message: Switch it(4) back to PnP config mode. Avoid possible conflicts with SMSC or similar chips. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 15:17:42 Modified files: . : bank-donation.html Log message: Change european bank transfers for donations to an account held by me. Thanks to a few people for helping me decipher BIC and IBAN and SWIFT. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/03 15:22:28 Modified files: . : sgi.html Log message: - bring sgi.html into it's new shape (picture will follow) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/03 15:43:21 Modified files: sys/dev/pci : if_txp.c Log message: Add missing half duplex flags for the media status. ok kettenis@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:01:19 Modified files: . : index.html Log message: Actually, tshirts do not fund the project -- they never have. Only CDs and donations do. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:08:48 Modified files: . : index.html Log message: and posters do no fund openbsd either CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:12:28 Modified files: . : donations.html Log message: nope, tshirts/posters do not fund openbsd CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:31:07 Modified files: . : donations.html goals.html index.html orders.html Log message: Few more misunderstandings out of the way CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:36:17 Modified files: . : bank-donation.html Log message: be more exact CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:41:14 Modified files: . : bank-donation.html Log message: some people care about spaces CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:42:51 Modified files: . : orders.html Log message: remove excess words CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/03 16:50:24 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: Clean up the DMA read/write control register setup code and add some comments. Tested by a number of users with a variety of chipsets. From FreeBSD ok kettenis@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:53:08 Modified files: . : sgi.html Log message: , CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:53:52 Modified files: . : sgi.html Log message: no clear=all needed at end, since no 2nd picture CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:55:00 Modified files: . : sgi.html Log message: pretty up cpu line CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/03 17:10:25 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Use atomic operations to invalidate TSB entries. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/03 18:53:01 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-include_vlc_threads_funcs_h patch-modules_codec_faad_c Log message: security/bugfix update from the release notes: VLC media player 0.8.6e and earlier versions suffer from security vulnerabilities in the Subtitle demuxer, Real RTSP demuxer, MP4 demuxer and Cinepak codec. from brad@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/03 20:21:29 Modified files: www/privoxy : Makefile distinfo www/privoxy/patches: patch-GNUmakefile_in patch-config patch-configure_in www/privoxy/pkg: PLIST Removed files: www/privoxy/patches: patch-actions_c patch-cgi_c patch-cgisimple_c patch-errlog_c patch-filters_c patch-gateway_c patch-jbsockets.c patch-jcc_c patch-jcc_h patch-loadcfg_c patch-miscutil_c patch-urlmatch_c Log message: Update to 3.0.8. Take over MAINTAINER-ship (discussed with ckuethe, old MAINTAINER) Remove patches that were included upstream. ok wcmaier@, ckuethe@, sturm@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/03 20:22:00 Removed files: www/privoxy/pkg: SECURITY Log message: pkg/SECURITY is no longer needed. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/03 21:41:20 Modified files: share/man/man4 : eso.4 Log message: remove whitespace in the autoconf bits. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/03 21:42:47 Modified files: share/man/man4 : cmpci.4 Log message: add opl(4). CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/03 22:57:16 Modified files: sys/dev : audio.c Log message: if full-duplex is being turned on, also set the oprtational mode to for both recording and playback. ok ratchov CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/03 23:03:19 Modified files: lib/libossaudio: ossaudio.c Log message: simplify SNDCTL_DSP_SETTRIGGER - don't mess with the operational mode. that was primarily to be able to set record|play mode for full-duplex, which isn't needed any more. - don't set pause=1. this ioctl isn't supposed to be used for stopping streams. suggestions, ok ratchov CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/03 23:14:38 Modified files: usr.bin/ssh : sshd_config.5 Log message: ChrootDirectory is supported in Match blocks (in fact, it is most useful there). Spotted by Minstrel AT minstrel.org.uk CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/04 00:21:27 Modified files: usr.sbin/sasyncd: sasyncd.8 Log message: document the bug that sasyncd peers should share the same platform. it would be really nice if somebody would fix this. ok mpf@ todd@ jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/04 00:38:22 Modified files: share/man/man4 : cmpci.4 Log message: fix SEE ALSO; CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/04 00:44:26 Modified files: usr.bin/ssh : sshd_config.5 Log message: oops, some unrelated stuff crept into that commit - backout. spotted by jmc@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/04 01:28:16 Modified files: . : landisk.html Log message: , CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/04 01:46:03 Modified files: shells/zsh : Makefile distinfo shells/zsh/pkg : PLIST Removed files: shells/zsh/patches: patch-Completion_Unix_Type__canonical_paths Log message: Update to zsh-4.3.6, from MAINTAINER pea at raveland dot org tested by okan@ merdely@ wcmaier@, ok okan@ merdely@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/04 03:33:10 Modified files: audio/openal : Makefile audio/openal/patches: patch-src_al_mixfunc_c patch-src_arch_i386_x86_cpu_caps_prk_c patch-src_arch_i386_x86_floatmul_c Added files: audio/openal/patches: patch-admin_pkgconfig_openal_pc_in Log message: - @requirements@ wasn't properly set in openal.pc, causing openal to never get picked up. - regen patches while here from brad@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/04 05:05:04 Modified files: sys/dev/pci : if_tht.c Log message: tht is cool cos it generates interrupts when the link state change. however, tht is uncool cos it generates these interrupts spuriously (up to 8000 times a second). this rate limits the reading of the link state off the hardware to 100 times a second. less bus_space reads is a good thing. tested by and ok thib@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/04 07:28:52 Modified files: . : sgi.html Added files: images : sgi_o2.jpg Log message: - add image of an o2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/04 08:37:26 Log message: Import inkscape-0.46, the open-source vector graphics editor. From MAINTAINER Benoit Chesneau (benoitc at metavers dot net), Thanks !! With tweaks and testing from ian@, simon@ and myself. ok ian@ sthen@ Status: Vendor Tag: benoitc Release Tags: landry_20080404 N ports/graphics/inkscape/distinfo N ports/graphics/inkscape/Makefile N ports/graphics/inkscape/pkg/DESCR N ports/graphics/inkscape/pkg/PLIST N ports/graphics/inkscape/patches/patch-src_isnormal_h N ports/graphics/inkscape/patches/patch-Makefile_in N ports/graphics/inkscape/patches/patch-configure_ac N ports/graphics/inkscape/patches/patch-src_isnan_h N ports/graphics/inkscape/patches/patch-po_Makefile_in_in N ports/graphics/inkscape/patches/patch-src_ui_dialog_print_cpp N ports/graphics/inkscape/patches/patch-src_helper_Makefile_insert N ports/graphics/inkscape/patches/patch-src_persp3d_cpp N ports/graphics/inkscape/patches/patch-src_Makefile_in N ports/graphics/inkscape/patches/patch-src_persp3d_h N ports/graphics/inkscape/patches/patch-src_dom_util_thread_cpp N ports/graphics/inkscape/patches/patch-src_2geom_isnan_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/04 08:38:34 Modified files: graphics : Makefile Log message: link inkscape to the build CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/04 08:43:12 Modified files: mail/razor-agents: Makefile Log message: Take MAINTAINER-ship "free ok for you" landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/04 08:54:23 Modified files: net/lftp : Makefile distinfo net/lftp/pkg : PLIST Log message: - update to version 3.7.0 from Pierre-Emmanuel Andre with tweaks ok kevlo@ (via pea) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/04 11:42:39 Modified files: lib/libc/gen : auth_subr.3 authenticate.3 authenticate.c Log message: Zero out the password/response argument in the simplified BSD auth interafces. Otherwise, we end up with an extra copy in memory when auth_call() forks that is not possible to clear. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/04 11:50:14 Modified files: . : bank-donation.html Log message: correct german transfer information CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/04 12:58:17 Modified files: x11/awesome : Makefile distinfo x11/awesome/pkg: PLIST Removed files: x11/awesome/patches: patch-awesome-client-common_c Log message: - Update to version 2.2. ok merdely@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 13:29:26 Modified files: devel/p5-Time-Format: Makefile distinfo Log message: - update to 1.07 - PKG_ARCH is pulled in by the cpan module, so remove here ok bluhm@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/04 13:30:41 Modified files: lib/libc/gen : popen.3 lib/libc/stdlib: system.3 lib/libc/sys : vfork.2 lib/libpthread/uthread: uthread_fork.c uthread_vfork.c Log message: - do not call pthread_atfork(3) handlers when a multithreaded program calls vfork(2). "untested, but looks OK" marc@ - document vfork(2), popen(3) and system(3) don't call atfork handlers in multithreaded programs. okay jmc@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 14:41:58 Modified files: devel/p5-Parallel-Forker: Makefile distinfo Log message: - update to 1.222 - PKG_ARCH is pulled in by the cpan module, so remove here ok sturm@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/04 14:50:47 Modified files: . : bank-donation.html Log message: cleaner CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2008/04/04 15:26:07 Modified files: lib/libc/gen : readdir.c telldir.c Log message: alter internal _readdir_unlocked() api to be less confusing, so that callers may respond accordingly and correctly. this fixes an issue where readdir_r() could not decipher the difference between an error or no more entires. feedback and ok kurt@, ok millert@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 15:41:27 Modified files: security/vpnc : Makefile distinfo security/vpnc/patches: patch-Makefile patch-vpnc-script patch-vpnc_c security/vpnc/pkg: PLIST Added files: security/vpnc/files: split.sh security/vpnc/patches: patch-vpnc_conf Removed files: security/vpnc/patches: patch-tunip_c Log message: - update to 0.5.1 - adds a sample split vpn script from Thomas Schoeller, tested by many - thanks! ok sthen@ landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/04 16:12:46 Log message: import iftop: iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. Handy for answering the question "why is our ADSL link so slow?" from maintainer Girish Venkatachalam with small tweaks ok landry, merdely, kili Status: Vendor Tag: girish Release Tags: sthen_20080404 N ports/net/iftop/Makefile N ports/net/iftop/distinfo N ports/net/iftop/patches/patch-iptop.c N ports/net/iftop/pkg/DESCR N ports/net/iftop/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/04 16:14:59 Modified files: net : Makefile Log message: +iftop CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/04 16:39:09 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-config_h_in patch-configure_ac patch-pidgin_gtkdialogs_c patch-pidgin_gtkmain_c Log message: update to pidgin 2.4.1 from brad CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/04 16:44:21 Modified files: usr.sbin/dhcpd : tables.c Log message: option 144 is commonly used for tftp-config-file. ok henning@ krw@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/04 16:48:02 Modified files: sys/kern : kern_time.c Log message: ratecheck(9) only seems to be used to limit things to very coarse intervals like .25 seconds or 5 seconds. the accuracy of microuptime is not really needed then, so switch it to getmicrouptime. ok henning@ art@ CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2008/04/04 18:33:58 Modified files: . : tshirts.html Log message: Added in tshirt #29 -- the 4.3 release CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/04 19:03:27 Modified files: . : orders.html Log message: Show the price of the tshirts from both stores. The North American shop pays for the art to be drawn, and then gets all the proceeds from their tshirt sales, while the European shop has not had to pay for the art. The OpenBSD project does not receive any proceeds from tshirt, posters, doll or book sales. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/04 20:46:02 Modified files: usr.bin/ssh : sshd_config.5 Log message: HostbasedAuthentication is supported under Match too CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 22:06:37 Log message: import Geo::METAR METAR reports are available on-line, thanks to the National Weather Service. Since reading the METAR format isn't easy for non-pilots, these reports are relatively useles to the common man who just wants a quick glace at the weather. This module tries to parse the METAR reports so the data can be used to create readable weather reports and/or process the data in applications. feedback and ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080405 N ports/geo/p5-geo-metar/Makefile N ports/geo/p5-geo-metar/distinfo N ports/geo/p5-geo-metar/pkg/DESCR N ports/geo/p5-geo-metar/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 22:12:05 Removed files: geo/p5-geo-metar: Makefile distinfo geo/p5-geo-metar/pkg: DESCR PLIST Log message: sorry, wrong directory. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 22:13:44 Log message: import Geo::METAR METAR reports are available on-line, thanks to the National Weather Service. Since reading the METAR format isn't easy for non-pilots, these reports are relatively useles to the common man who just wants a quick glace at the weather. This module tries to parse the METAR reports so the data can be used to create readable weather reports and/or process the data in applications. feedback and ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080405 N ports/geo/p5-Geo-METAR/Makefile N ports/geo/p5-Geo-METAR/distinfo N ports/geo/p5-Geo-METAR/pkg/DESCR N ports/geo/p5-Geo-METAR/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 22:14:30 Modified files: geo : Makefile Log message: +p5-Geo-METAR CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/04 23:45:19 Modified files: www/php5/patches: patch-configure_in Added files: www/php5/patches: patch-ext_standard_config_m4 Log message: unbreak build if libbind happens to be installed by not pulling it in from brad@, w/o objections from robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/05 00:20:47 Modified files: sys/dev/isa : files.isa Log message: fix comment for it(4) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 01:13:10 Modified files: . : orders.html Log message: significant and overdue rototolling CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 01:24:41 Modified files: . : orders.html Log message: even better CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 01:27:14 Modified files: . : orders.html Log message: clarify CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 01:29:23 Modified files: . : orders.html Log message: mark newish things CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/05 01:46:06 Modified files: games/hangman : hangman.6 Log message: a little tidy up; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/05 04:23:01 Modified files: graphics/inkscape: Makefile Log message: Add missing RUN_DEPENDS on textproc/py-lxml, needed by various plugins. Spotted by ian@, ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/05 05:43:22 Modified files: mail/claws-mail: Makefile distinfo Removed files: mail/claws-mail/patches: patch-src_common_utils_c Log message: Update to claws-mail 3.3.1, from brad@ ok MAINTAINER & pyr@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/05 07:17:54 Modified files: faq : upgrade43.html Log message: Instruct users to move old libexpat from /usr/X11R6/lib to /usr/lib so they don't break previously-installed packages before they upgrade them, and to clean up any other libexpat-related files in /usr/X11R6 to avoid build problems. ok nick@ (after some consideration :-) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/05 08:56:39 Modified files: lib/libc/sys : shmget.2 Log message: document EINVAL; from Dasn ok millert CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/05 10:42:26 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/pkg: PLIST Log message: maintenance update to 0.1.1, ok ajacoutot CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/05 12:10:12 Modified files: gnu/usr.bin/gcc/gcc: mklibgcc.in Log message: don't force recreating directories in mklibgcc, this causes rebuilds during install. Prompted and tested by drahn@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/05 12:11:08 Modified files: databases/p5-Rose-DB: Makefile distinfo databases/p5-Rose-DB-Object: Makefile distinfo Log message: minor updates CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/05 14:55:03 Modified files: games/boggle/boggle: helpfile Log message: No need to say BSD only, this is OpenBSD. Also, remove part about versions that don't display the timer, we always do. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/05 15:09:19 Modified files: app/cwm : kbfunc.c Log message: - use $PATH before _PATH_DEFPATH, from Tim van der Molen - plug leak, noticed by oga feedback and ok oga@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 15:24:34 Modified files: . : bank-donation.html Log message: repair english CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/05 18:43:44 Modified files: sys/dev/pci : pcidevs Log message: - Add the Intel ICH8/9 Thermal sensors. - Add the Intel 3210 secondary PCIe bridge. - Add the ITExpress IT8213F IDE controller. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/05 18:44:15 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/06 04:08:17 Modified files: devel/eclipse/sdk: Makefile Log message: The swt package needs a bump as well. (java.port.mk changes) CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/06 04:12:23 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_demuxers_demux_qt_c Added files: multimedia/xine-lib/patches: patch-src_combined_demux_wavpack_c patch-src_demuxers_demux_matroska_c patch-src_demuxers_ebml_c Log message: fixes for quicktime, matroska and wavpack pulled from xine-lib repo by brad@ fixes problem reported by viq on ports@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/06 07:10:43 Modified files: sbin/disklabel : disklabel.c Log message: Fix logic botch I introduced with r1.123 which effectively disabled the '-c' and '-d` commands. With the removal of 'rflag' (logically making it always false), (a || (rflag && cflag + dflag) || b) should be (a || b), not (a || (cflag + dflag) || b). This fixes 'disklabel -w -d ' as used in the install scripts. Reported by Peter Kun on misc@. Thanks! CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/04/06 09:17:47 Modified files: . : donations.html Log message: add paypal donors, may06 - oct07 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/06 09:48:13 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/patches: patch-src_unix-gcc_mak print/ghostscript/gnu/pkg: PLIST Log message: Re-add some important files dropped with the last update. Noticed by Onat I. , fix double-checked also by Onat I. and Giovanni Bechis . CVSROOT: /cvs Module name: www Changes by: jsing@cvs.openbsd.org 2008/04/06 11:05:09 Modified files: . : want.html Log message: Not sure how long I'll have one on "evaluation" for... CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/06 11:57:43 Modified files: devel/boost : Makefile devel/boost/patches: patch-tools_build_v2_tools_gcc_jam Added files: devel/boost/patches: patch-libs_random_random_device_cpp Log message: - unbreak on amd64 by adding -fPIC to the link cmd tested by sthen@, brad@, eric@ and others, ok brad@ sthen@ - use /dev/urandom (from Brad) CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/06 12:21:44 Modified files: net/nmap : Makefile distinfo net/nmap/patches: patch-configure net/nmap/pkg : PFRAG.shared-main Log message: update to 4.60 from Giovanni Bechis (MAINTAINER) ok merdely@ CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/06 13:42:16 Modified files: sys/kern : uipc_syscalls.c Log message: In sendit(), len should be size_t, not int. Could cause it to return wrong values on 64-bit machines otherwise. ok millert@, deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/06 14:18:54 Modified files: sbin/disklabel : disklabel.8 Log message: Remove stray '-r' reference that survived the nuke of -r. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/06 15:19:35 Modified files: sys/arch/sh/include: disklabel.h Log message: SH is not ARM. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/06 15:29:18 Modified files: . : landisk.html sgi.html zaurus.html hppa.html Log message: - don't mangle the toc and picture from johan@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/06 15:29:32 Log message: Tk::Splash implements a splash screen widget for Perl/Tk. From Giovanni Bechis tweaks and ok, jasper@ Status: Vendor Tag: kili Release Tags: kili_20080406 N ports/x11/p5-Tk-Splash/Makefile N ports/x11/p5-Tk-Splash/distinfo N ports/x11/p5-Tk-Splash/pkg/DESCR N ports/x11/p5-Tk-Splash/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/06 15:31:05 Modified files: x11 : Makefile Log message: + p5-Tk-Splash CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/06 15:36:24 Modified files: sbin/disklabel : disklabel.c Log message: nwflag is never set now that '-r' is no more, so remove it and the warning that was contingent on it being set. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/06 15:38:20 Modified files: . : sgi.html landisk.html hppa.html Log message: back out breakage CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/06 16:03:15 Modified files: . : hppa.html sgi.html landisk.html zaurus.html Log message: repair small window overwrite issues CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/06 16:42:11 Log message: import fluidsynth-1.0.8 FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. Features: * Cross platform support (Linux, Mac OSX and Windows to name a few) * SoundFont 2 support * Realtime effect modulation using SoundFont 2.01 modulators * Shared library which can be used in other programs * Built in command line shell * Playback of MIDI files ok kili@ Status: Vendor Tag: jakemsr Release Tags: jakemsr20080406 N ports/audio/fluidsynth/Makefile N ports/audio/fluidsynth/distinfo N ports/audio/fluidsynth/patches/patch-configure N ports/audio/fluidsynth/patches/patch-src_fluid_sys_c N ports/audio/fluidsynth/patches/patch-src_fluidsynth_c N ports/audio/fluidsynth/patches/patch-src_fluid_oss_c N ports/audio/fluidsynth/patches/patch-src_config_h_in N ports/audio/fluidsynth/patches/patch-fluidsynth_pc_in N ports/audio/fluidsynth/patches/patch-src_Makefile_in N ports/audio/fluidsynth/patches/patch-src_fluid_synth_c N ports/audio/fluidsynth/patches/patch-src_fluid_jack_c N ports/audio/fluidsynth/pkg/PLIST N ports/audio/fluidsynth/pkg/PFRAG.shared N ports/audio/fluidsynth/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/06 16:44:46 Modified files: audio : Makefile Log message: add fluidsynth CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/06 18:31:07 Modified files: sys/dev/i2c : i2c_scan.c Log message: Identify two chips which follow the JDEC JC-42.4 standard dimm temperature probe -- NPX SE98 and ADT 7408 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/06 19:31:46 Modified files: sys/dev/i2c : files.i2c share/man/man4 : Makefile iic.4 Added files: sys/dev/i2c : sdtemp.c share/man/man4 : sdtemp.4 Log message: New sensor driver for JDEC JC-42.4 standard dimm temperature sensors (still extremely rare devices.. so rare I had to wire up a chip myself) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/06 19:35:20 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: sdtemp* devices could occur on these machines CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/06 21:54:39 Modified files: audio/flac : Makefile Added files: audio/flac/patches: patch-src_libFLAC++_flac++_pc_in patch-src_libFLAC_flac_pc_in Log message: add -logg to the .pc file if we are compiled with ogg, so other software depending on pkg-config's --libs output don't need to be patched. naddy@ ok CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/06 22:08:35 Modified files: audio/tremor : Makefile distinfo Log message: update to a recent version. this fixes at least the problem where sizeof(int) != sizeof(int *) as seen on mplayer. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/06 22:38:28 Modified files: share/man/man4 : iic.4 Log message: sort CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 01:28:08 Modified files: sys/dev/usb : usbdevs Log message: add D-Link KVM-221 ok deraadt CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 01:28:35 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/07 03:15:34 Modified files: build : mirrors.dat Log message: mirror changes from www@ and checked: add ftp.sunet.se, mirror.rit.edu, artfiles.org remove ftp.physics.auth.gr CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/07 03:23:57 Modified files: . : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 03:31:30 Modified files: sys/dev/isa : it.c Log message: some cosmetic changes CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 03:43:55 Modified files: sys/dev/isa : it.c itvar.h Log message: more cosmetic changes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/07 04:13:19 Modified files: sys/dev/pci : pcidevs Log message: neptune CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/07 04:14:51 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 05:02:25 Modified files: usr.sbin/pkg_add: Makefile pkg_create Added files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: put Subst stuff into its own library file, to reuse elsewhere. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/07 05:10:16 Added files: infrastructure/build: pkg_subst Log message: scaffold for CMD_SUBST CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/07 05:12:42 Modified files: infrastructure/mk: bsd.port.mk Log message: add support for SUBST_CMD CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 05:19:40 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document SUBST_CMD CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 05:21:16 Modified files: usr.sbin/pkg_add/pod: OpenBSD::Intro.pod Log message: document OpenBSD::Subst CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 05:55:22 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: I should know better... reuse methods internally as much as I can, to facilitate further changes. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 06:02:59 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: likewise for the hash itself CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/07 06:12:48 Modified files: usr.sbin/pcidump: pcidump.c Log message: pretty print the BARs CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 06:15:59 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: tweak a bit, allow ^ to occur at beginning of variable name CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 06:30:04 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: deprecate -c, we've been using -DCOMMENT=value more or less forever by now. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 07:28:47 Modified files: . : bank-donation.html Log message: even more complete CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/07 09:10:11 Log message: Import pgloader-2.3.0 pgloader imports data from a flat file and insert it into a database table. It uses a flat file per database table, and you can configure as many Sections as you want, each one associating a table name and a data file. [...] from Pierre-Emmanuel Andre Status: Vendor Tag: pea Release Tags: ajacoutot_20080407 N ports/databases/pgloader/Makefile N ports/databases/pgloader/distinfo N ports/databases/pgloader/pkg/PLIST N ports/databases/pgloader/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/07 09:11:05 Modified files: databases : Makefile Log message: +pgloader CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/07 09:35:56 Log message: import HTML::Template::JIT This module provides a just-in-time compiler for HTML::Template. ok jasper@ Status: Vendor Tag: okan Release Tags: okan_20080407 N ports/www/p5-HTML-Template-JIT/Makefile N ports/www/p5-HTML-Template-JIT/distinfo N ports/www/p5-HTML-Template-JIT/pkg/DESCR N ports/www/p5-HTML-Template-JIT/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/07 09:37:11 Modified files: www : Makefile Log message: +p5-HTML-Template-JIT CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/04/07 10:14:37 Modified files: . : i386-laptop.html Log message: Add the Lenovo X300, from robert blacquiere () gmail com , thanks! While there, correct sentence about ahci in the T61 entry. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/07 10:21:26 Modified files: sys/arch/amd64/amd64: syscall.c sys/arch/sparc64/sparc64: trap.c Log message: Don't grab the kernel biglock for syscalls marked SY_NOLOCK; make the amd64 code a bit nicer and make the sparc64 match that. tested by a few; OK toby@, dlg@, kettenis@ (for the sparc64 part). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 10:48:44 Modified files: . : donations.html Log message: re-column CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 10:52:49 Modified files: . : donations.html Log message: repair who handles these pages CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:00:51 Modified files: . : donations.html Log message: link repairs CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:03:06 Modified files: . : donations.html Log message: more CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:15:10 Modified files: . : 43.html Log message: pkg count CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 11:25:20 Modified files: sys/arch/sgi/sgi: bus_dma.c Log message: In _dmamem_map(), be sure to convert the address from the device view to a real physical address in the single-segment short-circuit code. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:28:48 Modified files: . : 43.html Log message: mips64 pkgs will make this release CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 11:37:58 Modified files: sys/dev/isa : it.c Log message: fix snprintf usage CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:41:14 Modified files: . : 43.html Log message: include the really huge m88k pkg list CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 11:50:37 Modified files: sys/dev/isa : it.c Log message: snprintf "%s" -> strlcpy CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 11:56:43 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: typo, fix fragments CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/04/07 11:56:53 Modified files: . : 43.html Log message: msts(4) is a line discipline, not a driver. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/04/07 12:06:31 Modified files: . : 43.html Log message: Fix umbg(4) entry. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/07 12:14:55 Modified files: . : 43.html Log message: capitalise PCI CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/07 12:45:26 Modified files: sys/dev/isa : wbsio.c Log message: Hardware monitor address should be 8-byte aligned. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/07 13:10:24 Modified files: distrib/sets/lists/xbase: md.i386 distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/07 14:31:23 Modified files: games/gtetrinet: Makefile Removed files: games/gtetrinet/patches: patch-configure Log message: Remove now unrequired patch and bump for esound version change. Noticed by martynas@, thanks! CVSROOT: /cvs Module name: www Changes by: kili@cvs.openbsd.org 2008/04/07 14:40:56 Modified files: . : 43.html Log message: GHC 6.6 isn't a real highlight any longer (6.8. would have been, but it isn't ready yet). CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/07 14:59:41 Modified files: distrib/sets/lists: Makefile Log message: make better, add sanity CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/07 14:59:47 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: www Changes by: kili@cvs.openbsd.org 2008/04/07 15:37:15 Modified files: faq : upgrade43.html Log message: fix the 4.1 -> 4.2 link ok nick@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:29:16 Modified files: sys/arch/mips64/include: cpu.h Log message: Define more cache coherency attributes, as well as R10k space identifiers. Define a symbolic ``cached'' attribute, to be used for cached mappings regardless of the system's cache coherency. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:30:05 Modified files: sys/arch/mips64/include: pte.h Log message: Define the pte cacheability bits from the cpu.h cache coherency constants. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:30:49 Modified files: sys/arch/mips64/mips64: cache_r10k.S cache_r5k.S pmap.c sys/arch/sgi/sgi: bus_dma.c genassym.cf Log message: Use CCA_CACHED as the default CCA for all cached mappings and addresses. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:32:46 Modified files: sys/arch/sgi/conf: files.sgi sys/arch/sgi/include: autoconf.h sys/arch/sgi/sgi: machdep.c Added files: sys/arch/sgi/sgi: ip32_machdep.c Log message: Unclutter machdep.c by moving the IP32-specific initialization code to its own file. While there, more dead beef removal in struct sys_rec. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:34:24 Modified files: sys/arch/sgi/dev: gbe.c sys/arch/sgi/localbus: macebus.c Log message: Since uncached virtual addresses will depend upon space identifiers on R1xk systems, switch to the PHYS_TO_UNCACHED macro to compute proper addresses. Not really necessary for the O2 which does not implement spaces, but can't hurt either. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:36:26 Modified files: sys/arch/mips64/dev: clockvar.h sys/arch/mips64/mips64: clock.c mainbus.c sys/arch/sgi/conf: GENERIC RAMDISK files.sgi Added files: sys/arch/sgi/dev: dsrtc.c Removed files: sys/arch/sgi/sgi: clock_md.c Log message: Split clock attachment in two parts: a timecounter attachment (at mainbus), and a time-of-day chip (wherever it gets found). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:37:18 Modified files: sys/arch/mips64/include: cpu.h trap.h sys/arch/mips64/mips64: lcore_access.S Log message: Add ``guarded'' word read and write routines, to be used by machine-dependent code soon. Similar to what ddb does, but does not need ddb to be compiled in. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:40:58 Modified files: sys/arch/mips64/include: memconf.h sys/arch/mips64/mips64: arcbios.c Log message: Add a freelist member to the ARCBios memory information. For now, all ARCBios available memory regions will be reported to be in VM_FREELIST_DEFAULT. Add a few quirks to cope with (some) IP27 and IP30 weirdness. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:41:52 Modified files: sys/arch/sgi/include: memconf.h vmparam.h Log message: Allow for up to 32 memory segments. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:43:45 Added files: sys/arch/sgi/sgi: ip30.h ip30_machdep.c Log message: Platform-specific bits for IP30 (Octane). Based on knowledge extracted from Linux source code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:47:40 Added files: sys/arch/sgi/xbow: Makefile devlist2h.awk files.xbow xbow.c xbow.h xbowdevs xbridge.c xbridgereg.h xheart.c xheartreg.h xhub.c Log message: A first cut at XBow bus support, very minimal, limited to a local bus only; HUB driver (for IP27) is a stub, and interrupt support is a shoot in the dark and will need some serious debugging until it is sane, but I want to reduce the weight of these diffs first. Based on a lot of tinkering and experiments, as well as knowledge extracted from the Linux source code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:48:08 Added files: sys/arch/sgi/xbow: xbowdevs.h xbowdevs_data.h Log message: Regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:50:41 Modified files: sys/dev/onewire: onewire.c onewirevar.h Log message: Allow a 1-Wire controller to request an immediate scan, and also to prevent periodic scans. ok grange@ (until this gets replaced with a proper notification mechanism to avoid unnecessary bus polling). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:53:00 Added files: sys/arch/sgi/pci: ioc.c iocreg.h iocvar.h Log message: Preliminary IOC3 multi-function chip driver, from jsing@ and I. Currently missing a driver for the ethernet part, and interrupt handling is not written yet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:53:56 Added files: sys/arch/sgi/dev: com_ioc.c Log message: Simple com@ioc (with interrupt handling disabled until ioc interrupt code is written). Joint work with jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:55:57 Added files: sys/arch/sgi/dev: owmac.c owmacvar.h owmem_subr.c owmem_subr.h owserial.c owserialvar.h Log message: SGI 1-Wire Number-In-a-Can drivers. These are regular Dallas/Maxim append-only EEPROM, with knowledge of how SGI formats their contents. They are needed by IOC to figure out the Ethernet address of its Ethernet subdevice (yes, verily). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/07 17:10:24 Modified files: sys/kern : subr_disk.c Log message: Compare device names consistantly in parsedisk(). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/07 17:27:21 Modified files: sbin/disklabel : disklabel.c Log message: Restore boot block (-B) support that was incorrectly deleted during the -r removal. Found by drahn@ when attempting a landisk install. ok deraadt@ drahn@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/07 17:37:14 Modified files: sbin/disklabel : disklabel.c Log message: Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside a #if NUMBOOT > 0 section. CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/04/07 17:47:09 Modified files: app/cwm : calmwm.h conf.c cwm.1 kbfunc.c xevents.c Log message: Add quit function, bind it per default to CM-q and change exec_wm binding to CM-w. Inital diff from Gleydson Soares Feedback from oga@ and okan@ ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/04/07 18:09:50 Modified files: app/cwm : xevents.c Log message: Make _xev_quit "volatile sig_atomic_t" for proper correctness. Noticed by oga@, thanks! CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/04/07 19:58:39 Modified files: sysutils/ruby-puppet: Makefile distinfo sysutils/ruby-puppet/pkg: PLIST Added files: sysutils/ruby-puppet/patches: patch-lib_puppet_defaults_rb Removed files: sysutils/ruby-puppet/patches: patch-lib_puppet_configuration_rb Log message: Update to puppet 0.24.4. ok msf CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/07 20:03:44 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 03:47:47 Modified files: . : events.html Log message: Move asiabsdcon to the past. Slides of my presentation will follow later. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/08 03:51:15 Log message: Import pokerth-0.6.1 PokerTH is a free implementation of "Texas hold'em" card game. You can play the popular "Texas Hold'em" poker variant against up to six computer-opponents or play network games with people all over the world. from Mikko Tolmunen with some tweaks Thanks! Status: Vendor Tag: oskari Release Tags: ajacoutot_20080408 N ports/games/pokerth/Makefile N ports/games/pokerth/distinfo N ports/games/pokerth/pkg/DESCR N ports/games/pokerth/pkg/PLIST N ports/games/pokerth/patches/patch-pokerth_server_pro N ports/games/pokerth/patches/patch-src_core_linux_convhelper_cpp N ports/games/pokerth/patches/patch-src_core_libircclient_include_config_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/08 03:51:50 Modified files: games : Makefile Log message: +pokerth CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 05:33:56 www/papers/asiabsdcon08-network Update of /cvs/www/papers/asiabsdcon08-network In directory cvs.openbsd.org:/tmp/cvs-serv11610/asiabsdcon08-network Log Message: Directory /cvs/www/papers/asiabsdcon08-network added to the repository CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 05:40:14 Added files: papers : asiabsdcon08-network.pdf papers/asiabsdcon08-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 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 mgp00039.html mgp00039.idx.png mgp00039.png mgp00039.txt mgp00040.html mgp00040.idx.png mgp00040.png mgp00040.txt mgp00041.html mgp00041.idx.png mgp00041.png mgp00041.txt mgp00042.html mgp00042.idx.png mgp00042.png mgp00042.txt mgp00043.html mgp00043.idx.png mgp00043.png mgp00043.txt mgp00044.html mgp00044.idx.png mgp00044.png mgp00044.txt mgp00045.html mgp00045.idx.png mgp00045.png mgp00045.txt mgp00046.html mgp00046.idx.png mgp00046.png mgp00046.txt mgp00047.html mgp00047.idx.png mgp00047.png mgp00047.txt mgp00048.html mgp00048.idx.png mgp00048.png mgp00048.txt mgp00049.html mgp00049.idx.png mgp00049.png mgp00049.txt mgp00050.html mgp00050.idx.png mgp00050.png mgp00050.txt mgp00051.html mgp00051.idx.png mgp00051.png mgp00051.txt mgp00052.html mgp00052.idx.png mgp00052.png mgp00052.txt mgp00053.html mgp00053.idx.png mgp00053.png mgp00053.txt mgp00054.html mgp00054.idx.png mgp00054.png mgp00054.txt mgp00055.html mgp00055.idx.png mgp00055.png mgp00055.txt Log message: AsiaBSDCon paper and presentation. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 05:43:41 Modified files: papers : index.html Log message: Link my asiabsdcon paper and presentation CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 05:51:12 Modified files: . : events.html Log message: Link from here as well. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/08 06:20:31 Modified files: sys/dev/pci : ahci.c Log message: Make ahci detachable. Not tested as the ppb on my shitty nvidia board doesn't seem to properly propagate expresscard interrupts. Incoporating suggestions from dlg and kettenis, ok dlg. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/08 07:37:19 Modified files: devel/mysql-gui-common: Makefile Added files: devel/mysql-gui-common/patches: patch-library_base-library_source_myx_network_c patch-source_linux_MGConnectDialog_cc Log message: - use the correct path to ping(1), (/bin vs. /sbin) "good catch!" wilfried@ (MAINTAINER) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/08 07:54:59 Modified files: build : mirrors.dat Log message: mirrors.rit.edu now has a separate rsync module for OpenBSD CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/08 08:06:45 Modified files: build/mirrors : ftp.html.mid2 Log message: Add AFS mirror at rit.edu, from Lee Burton (lburton at mrow dot org) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/08 08:07:34 Modified files: . : ftp.html Log message: regenerate CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/08 08:12:29 Modified files: app/cwm : conf.c cwm.1 Log message: better 'quit' keybinding default (CMS-q) feedback from oga@ and simon@ ok oga@ simon@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/04/08 08:31:54 Modified files: sys/arch/alpha/alpha: conf.c sys/arch/amd64/amd64: conf.c sys/arch/arm/arm: conf.c sys/arch/aviion/aviion: conf.c sys/arch/hp300/hp300: conf.c sys/arch/hppa/hppa: conf.c sys/arch/hppa64/hppa64: conf.c sys/arch/i386/i386: conf.c sys/arch/landisk/landisk: conf.c sys/arch/luna88k/luna88k: conf.c sys/arch/mac68k/mac68k: conf.c sys/arch/macppc/macppc: conf.c sys/arch/mvme68k/mvme68k: conf.c sys/arch/mvme88k/mvme88k: conf.c sys/arch/mvmeppc/mvmeppc: conf.c sys/arch/sgi/sgi: conf.c sys/arch/sparc/sparc: conf.c sys/arch/sparc64/sparc64: conf.c sys/arch/vax/vax: conf.c sys/sys : conf.h Log message: Split the cdev makro for bpftun into two seperate definitions. tun(4) and bpf(4) are different enough so that the split makes sense -- this is necessary to make bpf(4) cloneable. requested deraadt@, OK thib@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/08 08:46:45 Modified files: sys/kern : vfs_vnops.c sys/miscfs/specfs: spec_subr.c spec_vnops.c specdev.h sys/sys : vnode.h usr.bin/fstat : fstat.c Log message: bring cloning up too date; Munge it so it will work with atleast oga@'s upcoming DRM changes and too some degree ratchov@'s audio work. It still works for bpf's though. Parts from ratchov@; fstat(1) parts from Pedro Martelletto; tested by many, ok'ed by a few; "get going with cloning" deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/08 08:59:07 Modified files: share/man/man8 : release.8 Log message: document "make install" for the kernel; requested by Girish Venkatachalam arm twisting from henning (and an ok) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/08 10:04:27 Modified files: astro/celestia : Makefile distinfo astro/celestia/patches: patch-Makefile_in patch-configure patch-src_celestia_celestiacore_cpp patch-src_celutil_util_h astro/celestia/pkg: PLIST Added files: astro/celestia/patches: patch-src_celengine_astro_cpp Removed files: astro/celestia/patches: patch-src_celengine_command_h patch-src_celengine_star_h patch-src_celestia_celx_cpp Log message: - update to celestia-1.5.0 CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/08 11:38:27 Modified files: app/cwm : kbfunc.c Log message: No cookie for okan. fix use-after-free that broke exec's path getting stuff. ``paths'' isn't used anymore, but pointers to within that array are still used in the next loop. delay freeing it until after then. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/08 12:04:10 Modified files: x11/dmenu : Makefile distinfo x11/dmenu/patches: patch-config_mk x11/dmenu/pkg : PLIST Log message: Update to version 3.6. This version is case sensitive. For old functionality, use '-i' (from Tobias) From Tobias (MAINTAINER) ok jasper@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/08 12:48:43 Modified files: sys/dev/isa : wbsio.c Log message: Fix dmesg printing in the case that no device attaches. ok miod@, deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/08 13:00:26 Modified files: lib/pixman : ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in TODO aclocal.m4 config.h.in configure configure.ac lib/pixman/pixman: Makefile.am Makefile.in pixman-compose.c pixman-edge-imp.h pixman-edge.c pixman-image.c pixman-mmx.c pixman-mmx.h pixman-pict.c pixman-private.h pixman-region.c pixman-trap.c pixman-utils.c pixman.h lib/pixman/test: Makefile.am Makefile.in Log message: Update to pixman 0.10, with one small fix to the sse2 test in configure.ac. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/08 13:06:14 Added files: lib/pixman/pixman: Makefile.win32 pixman-access-accessors.c pixman-access.c pixman-combine.c pixman-source.c pixman-sse.c pixman-sse.h pixman-transformed-accessors.c pixman-transformed.c pixman-version.h pixman-version.h.in lib/pixman/test: fetch-test.c Log message: Update to pixman 0.10, with one small fix to the sse2 test in configure.ac. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/08 13:11:40 Modified files: www/lighttpd : Makefile www/lighttpd/patches: patch-src_connections_c Log message: - fix typos in the previous ssl fix; from lighttpd svn (changeset 2144); via brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/08 13:16:05 Modified files: libexec/rshd : rshd.c Log message: should not call setpwent(); millert agrees CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/08 13:30:09 Modified files: sys/dev/pci : ahci.c Log message: pci_chipset_tag_t already_t is_t a_t pointer_t CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/08 13:48:16 Modified files: sysutils/smartmontools: Makefile distinfo sysutils/smartmontools/patches: patch-Makefile_in Log message: update to 5.38 from Giovanni Bechis (new MAINTAINER), ok old MAINTAINER ok merdely@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/08 13:49:13 Removed files: lib/pixman : ChangeLog Log message: remove empty file CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/08 14:13:03 Modified files: . : MODULES Log message: xf86-video-amd got renamed to xf86-video-geode to avoid confusion. CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/08 14:47:55 Modified files: sys/kern : uipc_usrreq.c Log message: unp_internalize() repaired wrong file structs on error. ok deraadt@, kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/08 15:53:47 Modified files: distrib/sets/lists: Makefile Log message: be more exact CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/08 15:54:16 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xetc: md.landisk distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/08 16:05:19 Modified files: sys/arch/sparc64/dev: vpci.c Log message: For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn't work, so go through the MMU just like we do for mem space. Makes puc(4) work on the t1k, and hopefully fixes the problems on the t2k. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/08 17:41:56 Modified files: sys/dev/pci : if_cas.c Log message: - Count excess and late collisions as output errors. - Count receive errors as input errors. ok kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/08 18:15:22 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.macppc md.mvme68k md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/08 18:17:55 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.macppc md.mvme68k md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/09 00:12:30 Modified files: driver/xf86-video-wsfb: aclocal.m4 configure ltmain.sh Log message: regen with autoconf 2.59p2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/09 02:52:52 Modified files: www/tikiwiki : Makefile distinfo www/tikiwiki/pkg: PLIST Log message: - bugfix update to version 1.9.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/09 04:15:36 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-Makefile_in patch-configure patch-src_Makefile_in Added files: x11/icewm/patches: patch-src_ylocale_cc Log message: - update to icewm-1.2.35 - clean-up Makefile while here - enable i18n (patch from FreeBSD) - fix and enable REGRESS CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/09 06:50:11 Modified files: sys/dev/pci : if_em.c Log message: dma sync the tx ring and post new packets to the chip once per call to the start routine instead of once per packet. tested on various archs including amd64, i386, and sparc64. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:10:18 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: PPC-patch-glib_Makefile_in patch-glib_gmacros_h patch-glib_gstrfuncs_c patch-tests_Makefile_in patch-tests_refcount_Makefile_in devel/glib2/pkg: PFRAG.shared-main PLIST-docs PLIST-main Added files: devel/glib2/patches: patch-configure patch-configure_in patch-gio_glocalfile_c patch-glib_Makefile_in Log message: - update glib2 to 2.16.1 lots of changes, most importantly, the addition of GIO (VFS API to replace GnomeVFS). testing and feedback by many, thanks! ok landry@ merdely@ simon@ "go ahead" bernd@ steven@ (diffs to unbreak some ports will follow) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:11:02 Removed files: devel/glib2/patches: patch-configure_in Log message: - this isn't needed anymore.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:12:21 Modified files: devel/atk : Makefile distinfo Log message: - update atk to 1.22.0 Mostly bug were fixed in this relese. testing and feedback by many, thanks! ok landry@ merdely@ simon@ "go ahead" bernd@ steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:13:40 Modified files: devel/pango : Makefile distinfo devel/pango/patches: patch-configure patch-modules_Makefile_in patch-pango_pc_in devel/pango/pkg: PLIST Log message: - update pango to 1.20.0 Loads and loads of fixes and changes. testing and feedback by many, thanks! ok landry@ merdely@ simon@ "go ahead" bernd@ steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:15:44 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/patches: patch-configure x11/gtk+2/pkg : PLIST-main Log message: - update gtk+2 to 2.12.9 Lots of bugs were fixed in this release. testing and feedback by many, thanks! ok landry@ merdely@ simon@ "go ahead" bernd@ steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:20:44 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/patches: patch-glib_glibmm_date_h devel/glib2mm/pkg: PLIST-docs Added files: devel/glib2mm/patches: patch-glib_glibmm_convert_cc patch-glib_glibmm_date_cc patch-glib_glibmm_error_cc patch-glib_glibmm_exception_cc Log message: - update glib2mm to 2.14.2 Some bugs were fixed in this release. g_assert() fixes by jakemsr@. testing and ok simon@ wilfried@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:23:11 Modified files: x11/gtk2mm : Makefile distinfo x11/gtk2mm/pkg : PLIST-docs Log message: - update gtk2mm to 2.12.7 Mostly bugfixes. testing and ok simon@ wilfried@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:24:46 Modified files: x11/gnome/eel : Makefile Added files: x11/gnome/eel/patches: patch-test_test-eel-image-table_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:26:15 Modified files: x11/gnome/vfs2 : Makefile Added files: x11/gnome/vfs2/patches: patch-libgnomevfs_gnome-vfs-mime-handlers_c patch-modules_sftp-method_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:27:50 Modified files: x11/gnome/libbonobo: Makefile Added files: x11/gnome/libbonobo/patches: patch-bonobo_bonobo-exception_h patch-bonobo_bonobo-object_h patch-bonobo_bonobo-running-context_h Log message: - unbreak after recent glib2 update from simon@, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:28:50 Modified files: x11/gnome/terminal: Makefile Added files: x11/gnome/terminal/patches: patch-src_terminal_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:29:43 Modified files: www/gtkhtml3 : Makefile Added files: www/gtkhtml3/patches: patch-src_htmlengine-edit-clueflowstyle_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:30:32 Modified files: news/pan : Makefile Added files: news/pan/patches: patch-pan_data-impl_my-tree_cc Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:31:02 Modified files: devel/goffice : Makefile Added files: devel/goffice/patches: patch-goffice_app_error-info_h patch-goffice_app_go-plugin-service_c patch-goffice_app_go-plugin_c patch-goffice_cut-n-paste_foocanvas_foo-canvas-rect-ellipse_c patch-goffice_cut-n-paste_foocanvas_foo-canvas_c patch-goffice_gtk_go-dock-item_c patch-goffice_gtk_go-locale-sel_c patch-goffice_utils_go-math_c patch-goffice_utils_go-regression_c patch-goffice_utils_regutf8_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:31:37 Modified files: math/gnumeric : Makefile Added files: math/gnumeric/patches: patch-src_collect_c patch-src_file-autoft_c patch-src_format-template_c patch-src_parse-util_c patch-src_parser_c patch-src_print-info_c patch-src_ranges_c patch-src_regression_c patch-src_workbook-edit_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/09 08:29:44 Modified files: net/nagios/cnagios: Makefile distinfo net/nagios/cnagios/patches: patch-configure Log message: Update to 0.23. Make work with Nagios 3.x ok sthen@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/09 08:32:20 Modified files: emulators/gxemul: Makefile distinfo Log message: Update to 0.4.6.3. From brad@ ok grange@ (MAINTAINER), okan@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/09 08:32:22 Modified files: www/drupal5/core: Makefile Log message: missing PREFIX, ok espie@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/09 09:36:25 Modified files: . : art1.html Log message: No, the project does not see a dime from tshirt sales CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/09 10:49:17 Modified files: sys/arch/i386/i386: trap.c Log message: Don't grab the kernel biglock for syscalls marked SY_NOLOCK; matches what amd64 and sparc64 do. tested by johan@ and laurent@ ok toby@,dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 10:58:11 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/aviion/aviion: machdep.c sys/arch/hp300/hp300: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/mac68k/mac68k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mvme68k/mvme68k: machdep.c sys/arch/mvme88k/mvme88k: machdep.c sys/arch/mvmeppc/mvmeppc: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c sys/uvm : uvm_extern.h uvm_page.c Log message: Add new stub uvm_shutdown() and call it from the right place in MD boot() CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/09 12:10:47 Modified files: app/cwm : calmwm.h client.c Log message: remove alt-tab menu discussed with a few ok oga@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/09 12:59:58 Modified files: sys/dev/pci : agp.c Log message: device_lookup() increments the reference count for the device, and we never decrement it. Since kernel mappings aren't touched if the device is closed, just grab the softc manually instead on these functions, this means close will be called after the kernel api has been used. ok kettenis@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 13:03:54 Modified files: sys/dev/pci : ehci_pci.c Log message: from freebsd; tested in snaps for weeks date: 2008/03/12 20:57:17; author: jhb; state: Exp; lines: +4 -1 Relax the BIOS/OS sempahore handoff code to workaround different hard hangs (one at boot, one at shutdown) in recent machines. First, only try to take ownership of the EHCI controller if the BIOS currently owns the controller. On a HP DL160 G5, the machine hangs when we try to take ownership. Second, don't bother trying to give up ownership of the controller during shutdown. It's not strictly required and a Dell DCS S29 hangs on shutdown after the config write. Both of these changes match the behavior of the Linux EHCI driver. I also think both of these hangs are caused by bugs in the BIOS' SMM handler causing it to get stuck in an infinite loop in SMM. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/04/09 13:49:55 Modified files: sys/dev/usb : files.usb sys/sys : conf.h sys/conf : files Added files: sys/dev/usb : uvideo.c uvideo.h sys/dev : video.c video_if.h videovar.h sys/sys : videoio.h Log message: Initial import for uvideo(4) and video(4): uvideo(4) is a driver for USB video device class devices including webcams, camcorders and other cameras. video(4) is a device-independent layer that implements the V4L2 (Video for Linux Two) API. These drivers are *really* work in progress so don't even try to use them just yet, because the driver still has some issues, even if it can be used to capture simple MJPEG videos. ok mglocker@, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 13:50:39 Modified files: sys/dev/ic : com.c Log message: Increase buffer size sent to the fifo, and clamp the size correctly. Scrub the buffer afterwards, too CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/09 14:31:21 Log message: util-macros 1.1.6 Status: Vendor Tag: xorg Release Tags: v1_1_6 U xenocara/util/macros/install-sh C xenocara/util/macros/configure C xenocara/util/macros/Makefile.in U xenocara/util/macros/COPYING U xenocara/util/macros/Makefile.am U xenocara/util/macros/README C xenocara/util/macros/xorgversion.m4 U xenocara/util/macros/missing C xenocara/util/macros/aclocal.m4 U xenocara/util/macros/ChangeLog U xenocara/util/macros/xorg-macros.m4.in U xenocara/util/macros/configure.ac C xenocara/util/macros/xorg-macros.m4 5 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 2008/04/09 14:35:16 Modified files: util/macros : configure install-sh missing xorgversion.m4 Log message: merge util-macros 1.1.6 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/09 14:38:55 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Add OpenBSD cvs id. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/09 15:45:26 Modified files: libexec/ld.so : dl_prebind.c dlfcn.c library.c resolve.c resolve.h libexec/ld.so/alpha: rtld_machine.c libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/arm: rtld_machine.c libexec/ld.so/hppa: archdep.h rtld_machine.c libexec/ld.so/i386: rtld_machine.c libexec/ld.so/ldconfig: dl_prebind.c prebind.c libexec/ld.so/mips64: rtld_machine.c libexec/ld.so/powerpc: rtld_machine.c libexec/ld.so/sh: rtld_machine.c libexec/ld.so/sparc: rtld_machine.c libexec/ld.so/sparc64: rtld_machine.c Log message: Improve support for shared libs linked at non-zero addreses: - rename private values in struct elf_object to better describe their meaning: s/load_offs/obj_base/ "object's address '0' base" s/load_addr/load_base/ "The base address of the loadable segments" - gdb needs the obj_base value so swap positions with load_base in struct elf_object - fix a few occurrences of where load_base was used instead of obj_base. With help and okay drahn@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/09 15:45:54 Modified files: lang/python : python.port.mk Log message: Add MODPY_EGG_VERSION to SUBST_VARS to make PLIST updates nicer. This'll prevent setuptools from creating egg-info filenames encoded with the package version (even when MODPY_SETUPTOOLS isn't enabled). ok mbalmer@, eric@, merdely@; input from many py porters CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/09 15:47:36 Modified files: sys/dev/pci : pci_map.c Log message: On sparc64, a zero base address doesn't mean the BAR is invalid. We probably need a MD base address validation function, but skipping the check on sparc64 will do for now. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/09 15:53:13 Modified files: . : sparc64.html Log message: Sun gave me a bit more work by launching its UltraSPARC T2+ servers today. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 15:56:40 Modified files: share/man/man4 : sdtemp.4 sys/dev/i2c : i2c_scan.c sdtemp.c Log message: support the NPX SE97 too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 16:04:11 Modified files: sys/dev/i2c : sdtemp.c i2c_scan.c share/man/man4 : sdtemp.4 Log message: Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I am simply going through datasheets found on the net...) CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/09 16:13:12 Modified files: net/bitlbee : Makefile distinfo Removed files: net/bitlbee/patches: patch-account_c patch-bitlbee_c patch-bitlbee_h patch-commands_c patch-conf_c patch-configure patch-crypting_c patch-doc_user-guide_help_txt patch-doc_user-guide_user-guide_html patch-help_c patch-ini_c patch-irc_c patch-nick_c patch-protocols_jabber_jabber_c patch-protocols_jabber_lib_h patch-protocols_jabber_pool_c patch-protocols_msn_msn_util_c patch-protocols_msn_ns_c patch-protocols_msn_passport_c patch-protocols_msn_sb_c patch-protocols_nogaim_c patch-protocols_oscar_admin_c patch-protocols_oscar_auth_c patch-protocols_oscar_bos_c patch-protocols_oscar_buddylist_c patch-protocols_oscar_chat_c patch-protocols_oscar_chatnav_c patch-protocols_oscar_conn_c patch-protocols_oscar_icq_c patch-protocols_oscar_im_c patch-protocols_oscar_info_c patch-protocols_oscar_misc_c patch-protocols_oscar_oscar_c patch-protocols_oscar_oscar_util_c patch-protocols_oscar_search_c patch-protocols_oscar_service_c patch-protocols_oscar_ssi_c patch-protocols_oscar_stats_c patch-protocols_proxy_c patch-protocols_yahoo_crypt_c patch-protocols_yahoo_libyahoo2_c patch-protocols_yahoo_yahoo_c patch-protocols_yahoo_yahoo_httplib_c patch-protocols_yahoo_yahoo_util_c patch-set_c patch-url_c patch-user_c patch-util_c patch-util_h patch-utils_bitlbeed_c Log message: Update to 1.2. V1.2 adds nice "account set #" feature to manage accounts. Remove a lot of string handling patches. Remove patches to rename bitlbee "root" user to "bitlbee". tested by Andrew Dalgleish (MAINTAINER), James Turner and Wiktor Izdebski ok martynas@, simon@, okan@, wcmaier@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/09 16:33:03 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/09 16:34:40 Modified files: net/smokeping : Makefile distinfo Log message: maintenance update to 2.3.5, ok okan CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/04/09 18:00:57 Modified files: books/AsteriskTFOT: Makefile distinfo books/AsteriskTFOT/pkg: PLIST Log message: Update to 2.0, now a simple download, ok sthen@ pval@ some weeks ago CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 19:34:24 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.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: fgsch@cvs.openbsd.org 2008/04/09 21:39:54 Modified files: emulators/bochs: Makefile distinfo emulators/bochs/patches: patch-_bochsrc emulators/bochs/pkg: DESCR PLIST Added files: emulators/bochs/patches: patch-bx_debug_dbg_main_cc Removed files: emulators/bochs/patches: patch-gui_siminterface_h patch-gui_term_cc patch-iodev_eth_tap_cc patch-main_cc Log message: upgrade to bochs 2.3.6. remove maintainer. from brad. tested and agreed between brad, okan and myself. CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/09 23:05:07 Modified files: . : plus.html Log message: Upto 04/09 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/10 00:39:00 Modified files: sys/dev/ic : ami.c amivar.h Log message: the success of a command is reported in the mbox, but not passed on to the completion routines to do anything useful with. this stashes the commands status in the ccb for the ccb_done handlers to use. the completion path for passthru commands now checks the mbox status to see if the command actually works. this prevents phantom devices from appearing on the passthru busses. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2008/04/10 02:03:55 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: o add mikeb o uncomment myself and correct my coordinates o bump version CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/10 03:22:15 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Fix MJPEG Video Frame Descriptor struct. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/04/10 04:09:57 Log message: Port the Offis DICOM toolkit, version 3.5.4: DCMTK is a collection of libraries and applications implementing large parts of the DICOM standard for medical imaging. It includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. great feedback naddy@ (a little while ago) Status: Vendor Tag: djm Release Tags: djm20080410 N ports/graphics/dcmtk/Makefile N ports/graphics/dcmtk/distinfo N ports/graphics/dcmtk/pkg/DESCR N ports/graphics/dcmtk/pkg/PLIST N ports/graphics/dcmtk/patches/patch-dcmdata_libsrc_Makefile_in N ports/graphics/dcmtk/patches/patch-dcmsr_apps_Makefile_in N ports/graphics/dcmtk/patches/patch-config_Makefile_def_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/04/10 04:10:31 Modified files: graphics : Makefile Log message: +dcmtk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 04:21:42 Log message: import py-cups 1.9.38 Python bindings for the CUPS API. help and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080410 N ports/print/py-cups/distinfo N ports/print/py-cups/Makefile N ports/print/py-cups/pkg/DESCR N ports/print/py-cups/pkg/PLIST N ports/print/py-cups/patches/patch-Makefile N ports/print/py-cups/patches/patch-setup_py N ports/print/py-cups/patches/patch-cupsppd_c N ports/print/py-cups/patches/patch-cupsconnection_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 04:23:04 Log message: import system-config-printer 0.9.90 CUPS configuration GUI. Configures a CUPS server. It uses the CUPS API to do this. The communication with the server is performed using IPP. As a result, it is equally able to configure a remote CUPS server as a local one. help and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080410 N ports/print/system-config-printer/distinfo N ports/print/system-config-printer/Makefile N ports/print/system-config-printer/pkg/DESCR N ports/print/system-config-printer/pkg/PLIST N ports/print/system-config-printer/patches/patch-applet_py N ports/print/system-config-printer/patches/patch-cupshelpers_py N ports/print/system-config-printer/patches/patch-pysmb_py N ports/print/system-config-printer/patches/patch-system-config-printer_py N ports/print/system-config-printer/patches/patch-system-config-printer_desktop_in N ports/print/system-config-printer/patches/patch-print-applet_desktop_in N ports/print/system-config-printer/patches/patch-my-default-printer_desktop_in N ports/print/system-config-printer/patches/patch-manage-print-jobs_desktop_in N ports/print/system-config-printer/patches/patch-my-default-printer N ports/print/system-config-printer/patches/patch-system-config-printer N ports/print/system-config-printer/patches/patch-system-config-printer-applet N ports/print/system-config-printer/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 04:24:19 Modified files: print : Makefile Log message: - add py-cups and system-config-printer CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/10 07:18:07 Modified files: sys/scsi : scsi_all.h Log message: fix the macros that are used to read the devid vpd page. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/10 08:11:43 Log message: Import babl-0.0.20 Babl is a dynamic, any to any, pixel format conversion library. It provides conversions between the myriad of buffer types images can be stored in. Babl doesn't only help with existing pixel formats, but also facilitates creation of new and uncommon ones. Features: * Tiny API in normal use * Planar and linear buffers * Thread safe processing * Extendable formats, color models, components and datatypes * Reference 64bit floating point conversions for data types and color models ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080410 N ports/graphics/babl/Makefile N ports/graphics/babl/distinfo N ports/graphics/babl/pkg/DESCR N ports/graphics/babl/pkg/PLIST N ports/graphics/babl/patches/patch-extensions_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/10 08:12:35 Log message: Import gegl-0.0.16 GEGL (GEneric Graphics Library) is a graph based image processing framework. GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080410 N ports/graphics/gegl/Makefile N ports/graphics/gegl/distinfo N ports/graphics/gegl/pkg/PLIST-main N ports/graphics/gegl/pkg/PLIST-plugins N ports/graphics/gegl/pkg/DESCR-main N ports/graphics/gegl/pkg/DESCR-plugins No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/10 08:14:45 Modified files: graphics : Makefile Log message: +babl +gegl CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/10 09:06:45 Modified files: net/rsync : Makefile distinfo Log message: update to 3.0.2, with a few new useful functionalities. to be fully functional, you need rsync >= 3.0.2 on both sides, otherwise, rsync will degrade to pre-3.0 mode. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/10 09:07:04 Modified files: usr.bin/cal : cal.1 cal.c Log message: Introduce the -m flag which shows weeks as starting on mondays. input from tom@ through markus@ ok henning@, mbalmer@ and jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/10 09:22:17 Modified files: emulators/dynamips: Makefile emulators/dynamips/patches: patch-utils_h Log message: dynamips uses its own endianness definitions which don't include all our arch, so it doesn't build on at least hppa/arm. Fix build by using the definitions from our system headers instead. No effect on existing arch - package bump is probably unnecessary but done anyway to be sure. Thanks to Jonathan Armani for testing that dynamips/gns3 on i386 are still happy. ok ajacoutot CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 10:40:11 Modified files: . : lyrics.html Added files: images : 43song.gif Log message: 4.3 lyrics and commentary CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/10 10:43:47 Modified files: sys/uvm : uvm_anon.c Log message: Correctly amount swap usage for anons, from NetBSD via PR 5772. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/10 11:14:09 Modified files: sys/dev/i2c : i2c_scan.c sdtemp.c share/man/man4 : sdtemp.4 Log message: MCP98242 temp sensor docs found.. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 11:29:26 Modified files: . : lyrics.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/10 11:43:42 Log message: import p5-Term-ProgressBar Term::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much stuff has been done, and maybe an estimate at how long remains. A typical use sets up the progress bar with a number of items to do, and then calls update to update the bar whenever an item is processed. from Girish Venkatachalam ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080410 N ports/devel/p5-Term-ProgressBar/distinfo N ports/devel/p5-Term-ProgressBar/Makefile N ports/devel/p5-Term-ProgressBar/pkg/DESCR N ports/devel/p5-Term-ProgressBar/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/10 11:44:08 Modified files: devel : Makefile Log message: +p5-Term-ProgressBar CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/10 11:45:33 Log message: import p5-DNS-ZoneParse This module will parse a Zone File and put all the Resource Records (RRs) into an anonymous hash structure. At the moment, the following types of RRs are supported: SOA, NS, MX, A, CNAME, TXT, PTR. It could be useful for maintaining DNS zones, or for transferring DNS zones to other servers. from Girish Venkatachalam ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080410 N ports/net/p5-DNS-ZoneParse/distinfo N ports/net/p5-DNS-ZoneParse/Makefile N ports/net/p5-DNS-ZoneParse/pkg/DESCR N ports/net/p5-DNS-ZoneParse/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/10 11:45:54 Modified files: net : Makefile Log message: +p5-DNS-ZoneParse CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/10 11:50:46 Modified files: sys/kern : uipc_usrreq.c Log message: Make sure the fd passing code only accepts control messages without padding and with exactly the right amount of padding. diff actually typed in by deraadt@ CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2008/04/10 11:55:17 Modified files: sys/dev/pci : azalia_codec.c Log message: Add support for recording through the mic jack on AD1984. Tested by Alexander Hall, thanks ok jakemsr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 12:28:35 ports/graphics/openexr/patches Update of /cvs/ports/graphics/openexr/patches In directory cvs.openbsd.org:/tmp/cvs-serv10015/patches Log Message: Directory /cvs/ports/graphics/openexr/patches added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/10 13:25:42 Modified files: sys/arch/sparc64/sparc64: ipifuncs.c Log message: Make sun4v_broadcast_ipi() do its job by making a single hypervisor call instead of repeatedly calling sun4v_send_ipi(). Makes compiling a kernel almost 20% faster. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/10 13:39:37 Modified files: sys/ufs/ffs : ffs_alloc.c Log message: the ffs code is a bit noisy when it runs out of inodes/space etc; so ratelimit the messages to about once every 2secs. ok dlg@ (who also pointed out me missing 'static' in the timeval decls.) "sounds good to me" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/10 13:55:41 Modified files: sys/kern : tty.c tty_pty.c Log message: scrub local stack-based buffers in the tty subsystem. tested by a lot of developers. if you notice tty weirdnesses in the next few months, talk to me CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/10 14:06:52 Modified files: devel/boost : Makefile Log message: Don't pick up textproc/icu4c. Problem reported by brad and RD Thrush, thanks. no pkg change CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2008/04/10 14:25:56 Modified files: . : lyrics.html Log message: seperately -> separately noticed by ray@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 14:53:00 Modified files: . : 43.html Log message: song title CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/10 15:04:35 Added files: lib/pixman : ChangeLog Log message: Add back a real ChangeLog. automake requires it. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/10 16:33:14 Modified files: sys/net : if_ethersubr.c Log message: Also count multicast packets and input bytes for interfaces enslaved by trunk(4). PR 5248 ok reyk@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/04/10 16:33:19 Modified files: databases/pgloader/pkg: DESCR Log message: Mention that it works for PostgreSQL in the first line of DESCR (for those who overlook the COMMENT in Makefile :-)). A few minor wording tweaks. OK Pierre-Emmanuel André (maintainer), and ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/04/10 16:41:41 Log message: Play OpenBSD songs for Asterisk Music-On-Hold; idea indirectly from mbalmer, DESCR wording vetted & improved by deraadt@, OK sthen@ Status: Vendor Tag: ian Release Tags: ian_2008-Apr-10 N ports/telephony/asterisk-openbsd-moh/Makefile N ports/telephony/asterisk-openbsd-moh/distinfo N ports/telephony/asterisk-openbsd-moh/pkg/PLIST N ports/telephony/asterisk-openbsd-moh/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 16:42:54 Modified files: databases/pgloader: Makefile Log message: - bump PKGNAME if DESCR is changed CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/04/10 16:44:49 Modified files: telephony : Makefile Log message: Add asterisk-openbsd-moh CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/10 17:15:45 Modified files: sys/net : if.c if.h if_ethersubr.c netisr.h netisr_dispatch.h Log message: introduce mitigation for the calling of an interfaces start routine. decent drivers prefer to have a lot of packets on the send queue so they can queue a lot of them up on the tx ring and then post them all in one big chunk. unfortunately our stack queues one packet onto the send queue and then calls the start handler immediately. this mitigates against that queue, send, queue, send behaviour by trying to call the start routine only once per softnet. now its queue, queue, queue, send. this is the result of a lot of discussion with claudio@ tested by many. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/04/10 18:05:51 Modified files: sbin/ipsecctl : ipsec.conf.5 parse.y Log message: add support for the "include" directive using code from pfctl/parse.y. pointed out by Prabhu Gurumurthy ok deraadt@ CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2008/04/10 20:16:49 Modified files: . : lyrics.html Log message: spelling (first noticed by johan) ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 20:20:06 Modified files: . : lyrics.html Log message: move quote CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 23:18:07 Modified files: . : lyrics.html Log message: put a fat header of text on the lyrics page CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/10 23:37:36 Modified files: sys/dev/usb : uvideo.c Log message: Correctly initialize the probe sequence buffer. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 03:15:49 Modified files: biology/nutdb : Makefile distinfo biology/nutdb/patches: patch-nut_1 biology/nutdb/pkg: PLIST Log message: - update nutdb to 13.5 maintainer time-out. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:06:26 Log message: import ilmbase 1.0.1 ILM Base libraries providing: - Half is a class that encapsulates our 16-bit floating-point format. - IlmThread is a thread abstraction library for use with OpenEXR and other software packages. It currently supports pthreads and Windows threads. - Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. - Iex is an exception-handling library. Status: Vendor Tag: jasper Release Tags: jasper_20080411 N ports/graphics/ilmbase/Makefile N ports/graphics/ilmbase/distinfo N ports/graphics/ilmbase/pkg/PLIST N ports/graphics/ilmbase/pkg/PFRAG.shared N ports/graphics/ilmbase/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:07:29 Modified files: graphics : Makefile Log message: - add ilmbase CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:15:48 Modified files: graphics/ilmbase: Makefile graphics/ilmbase/pkg: DESCR PLIST Log message: - minor tweaks - conflict with openexr OpenEXR-<=1.2.2p3 from ajacoutot@, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:16:20 Modified files: graphics/openexr: Makefile distinfo graphics/openexr/pkg: PFRAG.shared-main PLIST-doc PLIST-main PLIST-tools Added files: graphics/openexr/patches: patch-IlmImfExamples_Makefile_in patch-doc_Makefile_in Log message: - update openexr to 1.6.1 - tweak path to docs and examples please note that some libs have been moved to graphics/ilmbase CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:16:47 Modified files: graphics/aqsis : Makefile Log message: - fix WANTLIB/LIB_DEPENDS after recent openexr update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:17:39 Modified files: graphics/fyre : Makefile Log message: - fix WANTLIB/LIB_DEPENDS after recent openexr update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:18:01 Modified files: graphics/gegl : Makefile Log message: - fix WANTLIB/LIB_DEPENDS after recent openexr update CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/11 05:23:50 Modified files: sys/dev/usb : uchcom.c Log message: ditch c99 style struct initialisers that should have been removed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:24:03 Modified files: x11/kde/libs3 : Makefile x11/kde/graphics3: Makefile Log message: - fix WANTLIB/LIB_DEPENDS after recent openexr update CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/11 05:27:24 Modified files: graphics/dcmtk : Makefile Log message: fix master site CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/11 05:34:01 Modified files: sys/dev/pci : if_tht.c Log message: introduce THT_{RXF/TXT}_PKT_NUM macros and use them instead of the hard coded value of 128 for the pkt allocations. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:47:00 Modified files: graphics/ilmbase: Makefile Log message: - moving libs around is no fun...no cookie CVSROOT: /cvs Module name: www Changes by: ratchov@cvs.openbsd.org 2008/04/11 06:22:19 Modified files: . : want.html Log message: would be nice to have azalia(4) to test various diffs and to work on the mixer CVSROOT: /cvs Module name: www Changes by: ratchov@cvs.openbsd.org 2008/04/11 06:33:58 Modified files: . : want.html Log message: it would be nice to support the envy24 "HT" base cards too; they are more common than envy24 based ones CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/11 08:24:29 Modified files: usr.bin/vgrind : vgrind.1 vgrind.sh Log message: Pass output to groff instead of troff so we end up with postscript output by default, not the ditroff intermediate format. Remove the -t option as modern troff does not send the output directly to a device and add -T so the user can specify the typesetting device to use. OK deraadt@ jmc@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2008/04/11 09:10:35 Modified files: . : lyrics.html Log message: spelling CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/11 09:30:16 Modified files: libexec/ld.so : library_subr.c Log message: Correct a bug where _dl_error was set to DL_NOT_FOUND when a shared lib was found but failed to load. Adjust _dl_load_shlib() to only attempt to load the first matching shared lib which allows the correct _dl_error to propagate out upon load failure. okay drahn@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 10:16:55 Modified files: x11/kde/libs3 : Makefile Log message: - bumping distnames makes no sense :) spotted by naddy@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 11:54:39 Modified files: graphics/babl : Makefile Added files: graphics/babl/patches: patch-Makefile_in Log message: - don't bother looking for binaries that won't be used - don't bother building useless docs no pkg change, just a small build speed-up CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/11 12:55:43 Modified files: devel/libtool : Makefile distinfo devel/libtool/patches: patch-configure patch-ltmain_in Removed files: devel/libtool/patches: patch-libltdl_ltdl_c patch-libtool_m4 Log message: update to libtool 1.5.26 from brad@ (maintainer) ports build testing by naddy, ajacoutot, and me CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/11 13:08:55 Modified files: . : index.html Log message: remove www.ie.openbsd.org, which was not up to date. noticed by Dave McMullin (desertpalace at gmail) CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/11 13:19:18 Modified files: . : index.html Log message: remove two more www mirrors which are not up to date CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 14:37:55 Modified files: graphics/ilmbase: Makefile Log message: - libtool missed some needed dependency_libs which caused unresolved symbols - cleanup indent while here CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 14:38:13 Modified files: graphics/openexr: Makefile Log message: - fix WANTLIB after ilmbase dependency_libs change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 14:38:29 Modified files: graphics/gegl : Makefile Log message: - fix WANTLIB after ilmbase dependency_libs change CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/11 14:45:52 Modified files: usr.bin/pcc : ccconfig.h config.h usr.bin/pcc/arm: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/cc : cc.1 cc.c usr.bin/pcc/ccom: ccom.1 cgram.y gcc_compat.c init.c main.c optim.c pass1.h pftn.c scan.l stabs.c trees.c usr.bin/pcc/cpp: cpp.1 cpp.c scanner.l usr.bin/pcc/hppa: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/i386: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/mip: common.c manifest.h match.c mkext.c node.h pass2.h reader.c regs.c usr.bin/pcc/mips: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/powerpc: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/sparc64: code.c local.c local2.c macdefs.h order.c table.c Log message: Sync with master repo. Reminded by otto@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/11 14:51:57 Modified files: usr.bin/sudo : sudoers Log message: add a commented out entry that disables the lecture blurb the first time you run sudo(8); ok millert@ CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/11 14:55:22 Modified files: usr.bin/pcc/cpp: cpp.1 Log message: OpenBSD tag is enough. CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/11 15:10:56 src/usr.bin/pcc/ccom/sparc64 Update of /cvs/src/usr.bin/pcc/ccom/sparc64 In directory cvs.openbsd.org:/tmp/cvs-serv3749/sparc64 Log Message: Directory /cvs/src/usr.bin/pcc/ccom/sparc64 added to the repository CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/11 15:12:05 Added files: usr.bin/pcc/ccom/sparc64: Makefile Log message: Add directory for sparc64 build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 15:33:29 Modified files: graphics/babl : Makefile Log message: - I got the jasper syndrom... i.e. bumping DISTNAME instead of PKGNAME CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 15:58:10 Modified files: graphics/babl : Makefile graphics/babl/patches: patch-extensions_Makefile_in Log message: - unbreak dlopen()ing of modules CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/11 16:04:59 Log message: import p5-Net-FTP-AutoReconnect Net::FTP::AutoReconnect is a wrapper module around Net::FTP. For many commands, if anything goes wrong on the first try, it tries to disconnect and reconnect to the server, restore the state to the same as it was when the command was executed, then execute it again. The state includes login credentials, authorize credentials, trans- fer mode (ASCII or binary), current working directory, and any restart, passive, or port commands sent. from Girish Venkatachalam ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080411 N ports/net/p5-Net-FTP-AutoReconnect/distinfo N ports/net/p5-Net-FTP-AutoReconnect/Makefile N ports/net/p5-Net-FTP-AutoReconnect/pkg/PLIST N ports/net/p5-Net-FTP-AutoReconnect/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/11 16:05:32 Modified files: net : Makefile Log message: +p5-Net-FTP-AutoReconnect CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/11 16:19:36 Log message: import supercat Supercat is a program that colorizes text based on matching regular expressions/strings/characters. Supercat supports html output as well as standard ASCII text. Unlike some text-colorizing programs that exist, Supercat does not require you to have to be a programmer to make colorization rules. from Girish Venkatachalam tweaks from Giovanni Bechis ok merdely@ kili@ Status: Vendor Tag: okan Release Tags: okan_20080411 N ports/misc/supercat/distinfo N ports/misc/supercat/Makefile N ports/misc/supercat/pkg/DESCR N ports/misc/supercat/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/11 16:20:12 Modified files: misc : Makefile Log message: +supercat CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:34 Log message: import p5-CSS-Minifier This module removes unnecessary whitespace from CSS. The primary requirement developing this module is to not break working stylesheets: if working CSS is in input then working CSS is output. from Girish Venkatachalam ok merdely@, okan@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-CSS-Minifier/Makefile N ports/www/p5-CSS-Minifier/distinfo N ports/www/p5-CSS-Minifier/pkg/DESCR N ports/www/p5-CSS-Minifier/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:37 Log message: import p5-JavaScript-Minifier This module removes unnecessary whitespace from JavaScript code. The primary requirement developing this module is to not break working code: if working JavaScript is in input then working JavaScript is output. It is ok if the input has missing semi-colons, snips like '++ +' or '12 .toString()', for example. from Girish Venkatachalam ok merdely@, okan@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-JavaScript-Minifier/distinfo N ports/www/p5-JavaScript-Minifier/Makefile N ports/www/p5-JavaScript-Minifier/pkg/DESCR N ports/www/p5-JavaScript-Minifier/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:41 Log message: import p5-HTML-Copy HTML::Copy copy a HTML file without breaking links in the file. HTML::Copy will be useful to maintain web sites and to handle HTML templates. from Girish Venkatachalam feedback & ok okan@, mederly@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-HTML-Copy/distinfo N ports/www/p5-HTML-Copy/Makefile N ports/www/p5-HTML-Copy/pkg/DESCR N ports/www/p5-HTML-Copy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:45 Log message: import p5-pQuery pQuery is a pragmatic attempt to port the jQuery JavaScript framework to Perl. It is pragmatic in the sense that it switches certain JavaScript idioms for Perl ones, in order to make the use of it concise. A primary goal of jQuery is to "Find things and do things, concisely". pQuery has the same goal. from Girish Venkatachalam ok merdely@, okan@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-pQuery/Makefile N ports/www/p5-pQuery/distinfo N ports/www/p5-pQuery/pkg/DESCR N ports/www/p5-pQuery/pkg/PLIST N ports/www/p5-pQuery/patches/patch-lib_pQuery_pm No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:48 Log message: import p5-HTML-SiteTear HTML::SiteTear make a separated copy of a part of web site in local file system. All linked files (HTML file, image file, javascript, cascading style shieet) from a source HTML file will be copied under a new file. from Girish Venkatachalam feedback merdely@ ok merdely@, okan@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-HTML-SiteTear/Makefile N ports/www/p5-HTML-SiteTear/distinfo N ports/www/p5-HTML-SiteTear/pkg/DESCR N ports/www/p5-HTML-SiteTear/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:53 Modified files: www : Makefile Log message: add p5-CSS-Minifier, p5-HTML-Copy, p5-HTML-SiteTear, p5-JavaScript-Minifier and p5-pQuery CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/12 02:19:28 Modified files: net/pidgin : Makefile net/pidgin/files: ssl-openssl.c Log message: tweak debug messages from openssl support from brad CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 03:46:06 Modified files: sys/arch/i386/i386: ipifuncs.c Log message: There are so many reasons why a printf in an ipi is a very bad idea. Especially since it doesn't add anything but spam during reboot. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/12 04:09:12 Modified files: sys/dev/usb : uvideo.c Log message: Fix some debug output. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/12 04:18:01 Modified files: share/man/man9 : vnode.9 Log message: getnewvnode() is not a system call; fix from Iruata Souza, though i chose to refer to it as a "call", rather than function, in keeping with the rest of the section; ok dlg CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 04:47:22 Modified files: sys/arch/i386/isa: pccom.c Log message: Initialize comconsiot in comcninit(). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 06:49:28 Modified files: sys/arch/i386/i386: machdep.c sys/arch/amd64/amd64: machdep.c sys/dev/acpi : acpi.c acpibtn.c acpitz.c Log message: Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 to tell init(8) to power down the machine. ok krw@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/12 07:04:21 Modified files: infrastructure/mk: bsd.port.mk infrastructure/install: make-plist Log message: extend VAR_SUBST syntax slightly: a supplementary ^ at the beginning of the variable subst means the subst shouldn't occur anywhere, but only at beginning of name... useful for backsubst of SYSCONFDIR, since etc is so frequent. Extended to other variables such as PREFIX. tweak make-plist to use OpenBSD::Subst. *this means this only works with current, but you've had a week to update...* CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/12 07:09:58 Modified files: infrastructure/package: register-plist Log message: ignore details of new @comment VARS:, to be used for better make-plist. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/12 07:32:04 Modified files: sys/miscfs/specfs: specdev.h spec_vnops.c Log message: remove useless defines for the vnode operations, and instead init the op array functions with whatever the define was set too. ok dlg@,blambert@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 07:55:59 Modified files: sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_bufs.c drm_drv.c Log message: Convert the list of agp memory over to a TAILQ instead of using a hand- rolled list. Tested by many CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 07:57:56 Modified files: sys/dev/pci/drm: drm_drv.c Log message: check the softc for null before we use it. Fixes a crash when drm is enabled but no device attached when the X server tries to use it. Tested by many. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 08:10:21 Modified files: sys/dev/pci/drm: drmP.h drm_auth.c drm_drv.c Log message: Switch part of the magic hashtable over to using a TAILQ instead of a hand-rolled list. Ideally this code needs more changes, but for now that'll do. Tested by many. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 08:14:02 Modified files: sys/dev/pci/drm: drmP.h drm_drawable.c drm_drv.c Log message: Make sure that the drawables are properly freed when removed, and upon last close of the device nuke them all. Inspired by similar code in the linux drm driver. Tested by many. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 08:23:13 Modified files: sys/dev/pci/drm: drmP.h drm_drawable.c Log message: just use an incremented int to calculate drawable ids. This is simpler and causes no pointer size issues on amd64. Tested by many. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 08:43:19 Removed files: driver/xf86-video-v4l: COPYING ChangeLog Makefile.am Makefile.in README aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing driver/xf86-video-v4l/man: Makefile.am Makefile.in v4l.man driver/xf86-video-v4l/src: Makefile.am Makefile.in v4l.c videodev.h Log message: The v4l driver is a linux-only driver. Bye. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 08:57:16 Modified files: sys/dev/ic : com_subr.c Log message: Tighten check for consoleness by comparing comconsiot as well as comconsaddr. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 08:59:04 Modified files: . : MODULES Log message: updates CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 08:59:30 Modified files: sys/arch/sparc64/sparc64: autoconf.c locore.s Log message: Introduce macros to get and set the MMU context ID in asm code and switch to use the .section based mechanism to patch them up for sun4v. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/12 10:01:42 Modified files: sys/miscfs/deadfs: dead_vnops.c Log message: remove useless defines for the vnode operations, and instead init the op array functions with whatever the define was set too. ok dlg@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/12 10:44:12 Modified files: . : lyrics.html Log message: er, it was IAD, cmetz corrects me CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/12 11:41:18 Modified files: libexec/spamlogd: spamlogd.8 Log message: yes, all; girishvenkatachalam CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 11:50:04 Log message: mkfontdir 1.0.4 Status: Vendor Tag: xorg Release Tags: v1_0_4 U xenocara/app/mkfontdir/NEWS U xenocara/app/mkfontdir/install-sh C xenocara/app/mkfontdir/configure C xenocara/app/mkfontdir/Makefile.in C xenocara/app/mkfontdir/config.sub U xenocara/app/mkfontdir/mkfontdir.man U xenocara/app/mkfontdir/COPYING U xenocara/app/mkfontdir/Makefile.am U xenocara/app/mkfontdir/README U xenocara/app/mkfontdir/missing C xenocara/app/mkfontdir/aclocal.m4 U xenocara/app/mkfontdir/AUTHORS U xenocara/app/mkfontdir/mkfontdir.cpp C xenocara/app/mkfontdir/config.guess U xenocara/app/mkfontdir/ChangeLog U xenocara/app/mkfontdir/INSTALL U xenocara/app/mkfontdir/configure.ac 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/mkfontdir CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 11:51:44 Modified files: app/mkfontdir : Makefile.in aclocal.m4 configure install-sh missing Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 11:52:51 Log message: mkfontscale 1.0.4 Status: Vendor Tag: xorg Release Tags: v1_0_4 C xenocara/app/mkfontscale/config.h.in U xenocara/app/mkfontscale/data.h U xenocara/app/mkfontscale/list.h U xenocara/app/mkfontscale/NEWS U xenocara/app/mkfontscale/install-sh C xenocara/app/mkfontscale/configure C xenocara/app/mkfontscale/Makefile.in C xenocara/app/mkfontscale/config.sub U xenocara/app/mkfontscale/COPYING U xenocara/app/mkfontscale/list.c U xenocara/app/mkfontscale/Makefile.am U xenocara/app/mkfontscale/hash.c U xenocara/app/mkfontscale/mkfontscale.man U xenocara/app/mkfontscale/README U xenocara/app/mkfontscale/missing C xenocara/app/mkfontscale/aclocal.m4 U xenocara/app/mkfontscale/AUTHORS C xenocara/app/mkfontscale/config.guess U xenocara/app/mkfontscale/ChangeLog U xenocara/app/mkfontscale/INSTALL C xenocara/app/mkfontscale/configure.ac U xenocara/app/mkfontscale/depcomp U xenocara/app/mkfontscale/hash.h U xenocara/app/mkfontscale/mkfontscale.c U xenocara/app/mkfontscale/ident.h U xenocara/app/mkfontscale/ident.c 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/mkfontscale CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 11:57:53 Modified files: app/mkfontscale: Makefile.in aclocal.m4 configure configure.ac depcomp install-sh missing Log message: regen CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2008/04/12 12:24:36 Added files: share/man/man4 : uvideo.4 Log message: Initial man page for uvideo(4), not connected to build until driver is. Changes from and OK jmc@, mglocker@, "go for it" robert@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/12 12:31:46 Modified files: . : orders.html Log message: no special finland place at this time CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/12 13:24:49 Modified files: sys/arch/landisk/conf: GENERIC RAMDISK Log message: typos CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/12 14:36:39 Modified files: sys/uvm : uvm_swap.c Log message: When enabling swap encryption, pass the correct number of swap pages to uvm_swap_initcrypt. The number of available pages may not match, if we are using a miniroot in the swap partition. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/12 14:37:36 Modified files: sys/uvm : uvm_page.c uvm_swap.c uvm_swap.h Log message: Prune the in-use swap encryption keys in uvm_shutdown(), per deraadt@'s idea. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/12 14:39:33 Modified files: x11/kde/toys3 : Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/12 15:04:17 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/armish/conf: Makefile.armish sys/arch/aviion/conf: Makefile.aviion sys/arch/hp300/conf: Makefile.hp300 sys/arch/hppa/conf: Makefile.hppa sys/arch/hppa64/conf: Makefile.hppa64 sys/arch/landisk/conf: Makefile.landisk sys/arch/luna88k/conf: Makefile.luna88k sys/arch/mac68k/conf: Makefile.mac68k sys/arch/macppc/conf: Makefile.macppc sys/arch/mvme68k/conf: Makefile.mvme68k sys/arch/mvme88k/conf: Makefile.mvme88k sys/arch/mvmeppc/conf: Makefile.mvmeppc sys/arch/sgi/conf: Makefile.sgi sys/arch/solbourne/conf: Makefile.solbourne sys/arch/sparc/conf: Makefile.sparc sys/arch/sparc64/conf: Makefile.sparc64 sys/arch/vax/conf: Makefile.vax sys/arch/zaurus/conf: Makefile.zaurus Log message: Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/04/12 15:20:58 Modified files: usr.bin/ftp : ftp.c Log message: Protect errno from being trashed by other functions. okay okan. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/12 15:46:39 Modified files: sysutils/p5-Filesys-Df: Makefile Log message: Force dependency on libc; this doesn't actually use libc, but doing this ensures that changes to syscalls alter the package signature. Bump package and note with XXX. Without this, packages using it (e.g. MailScanner) will abort trap. ok/suggestion to add WANTLIB from espie. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/12 16:52:46 Modified files: net/silc-server: Makefile distinfo net/silc-server/pkg: PLIST Log message: bugfix update to 1.1.3, from Brad. tested on several servers. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/12 16:53:20 Modified files: sys/compat/ossaudio: ossaudio.c ossaudiovar.h Log message: bring in changes as found in libossaudio ok ratchov@, brad@ a while ago (except SETTRIGGER parts, which changed recently in libossaudio) CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/12 18:04:11 Log message: import multimux-0.2.5.2 multimux allows you to multiplex up to 8 mono WAV files into a single PCM audio data stream. Additionally, multimux can add a WAV header to this stream or pipe the stream to ffmpeg to create a multichannel AC3 file as commonly found in DVDs. submitted by Girish Venkatachalam, thanks. I used this to test multichannel support in cmpci. Status: Vendor Tag: girish Release Tags: girish-20080412 N ports/audio/multimux/Makefile N ports/audio/multimux/distinfo N ports/audio/multimux/pkg/DESCR N ports/audio/multimux/pkg/PLIST N ports/audio/multimux/files/multimux.1 N ports/audio/multimux/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/12 18:22:04 Modified files: audio : Makefile Log message: add multimux CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/12 18:22:17 Modified files: games/fortune/fortune: fortune.c games/random : random.c lib/libc/stdlib: malloc.c libexec/ftpd : ftpd.c libexec/identd : parse.c libexec/tftp-proxy: tftp-proxy.c regress/lib/libc/malloc/malloc0test: malloc0test.c regress/sys/kern/signal-stress: signal-stress.c regress/sys/sys/tree/rb: rb-test.c regress/sys/sys/tree/splay: splay-test.c sbin/routed : main.c usr.bin/awk : run.c usr.bin/calendar: day.c usr.bin/mg : theo.c usr.bin/ssh : dh.c sshd.c usr.sbin/ftp-proxy: ftp-proxy.c usr.sbin/httpd/src/modules/standard: mod_rewrite.c usr.sbin/ntpd : ntp.c usr.sbin/ripd : message.c usr.sbin/rtadvd: rtadvd.c usr.sbin/rtsold: rtsold.c Log message: Use arc4random_buf() when requesting more than a single word of output Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/12 18:28:35 Modified files: lib/libc/net : res_random.c Log message: Improve the libc DNS resolver ID generation algorithm to be more resistant to prediction atacks by wrapping the existing LCG in a random permutation generator based on a Luby-Rackoff block cipher. lots of discussion and final ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/12 18:34:08 Modified files: sys/dev/pci/drm: drm_drv.c Log message: bring back a free call which was left out when moving from handrolled lists to tailqs. this plugs a tiny memleak. ``nice catch'' and ok oga@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/12 22:27:47 Modified files: x11/kde/bindings3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/13 01:13:59 Modified files: net/livemedia : Makefile distinfo Log message: maintenence update to live.2008.04.09 from brad@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/13 01:31:16 Modified files: lang/erlang : Makefile distinfo lang/erlang/pkg: PLIST Removed files: lang/erlang/patches: patch-lib_stdlib_src_dets_v9_erl Log message: update to Erlang R12B-2 from maintainer Jon Olsson CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/13 03:46:20 Modified files: infrastructure/install: make-plist Log message: if I want to make the path part of the regexp, I need to use ? to make sure it matches correctly... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/13 03:48:57 Modified files: x11/kde/multimedia3: Makefile distinfo x11/kde/multimedia3/patches: patch-configure_in patch-kscd_libwm_Makefile_in Log message: 3.5.9 CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/13 04:12:41 Modified files: . : events.html Log message: Missing year added. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/13 04:27:53 Modified files: x11/kde/addons3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/13 05:27:06 Modified files: . : want.html Log message: I could use an ISP10160 or ISP12160 to make isp(4) work on them. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/13 05:35:55 Modified files: sys/arch/i386/include: cpu.h sys/arch/amd64/amd64: cpu.c sys/arch/amd64/include: cpuvar.h Log message: garbage collect the cpus_running global variable; pointed out by and ok drahn@, toby@; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/13 06:14:11 Modified files: x11/kde/i18n3 : Makefile distinfo x11/kde/i18n3/pkg: PLIST-ca PLIST-cs PLIST-da PLIST-de PLIST-el PLIST-en_GB PLIST-es PLIST-et PLIST-eu PLIST-fi PLIST-fr PLIST-he PLIST-hr PLIST-hu PLIST-it PLIST-ja PLIST-ko PLIST-nds PLIST-nl PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro PLIST-sk PLIST-sl PLIST-sr PLIST-sv PLIST-tr PLIST-uk PLIST-zh_CN PLIST-zh_TW Log message: 3.5.9 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/13 08:10:07 Modified files: share/man/man4 : uvideo.4 Log message: some small fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/13 08:13:14 Modified files: share/man/man9 : mbuf.9 Log message: MSIZE is defined in sys/param.h, not machine/param.h; from Jonathan Thornburg, documentation/5792 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/13 09:31:33 Modified files: sys/dev/pci : isp_pci.c Log message: Disable ISP10160 and ISP12160. They don't quite work yet, and people with another (working) isp(4) get hurt by this. ok krw@, deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/13 09:54:59 Modified files: sbin/disklabel : editor.c Log message: Redo the '?' output in (E)ditor mode so it uses two columns and once again fits on one page. Suggested by, tweaked and ok deraadt@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/13 10:11:28 Modified files: sys/arch/i386/i386: ipifuncs.c sys/arch/amd64/amd64: ipifuncs.c Log message: lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowm MP amd64 systems for quite a few people. ok deraadt@, krw@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/13 10:32:55 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: locore.s mutex.S Log message: Use %g7 to store a pointer `struct cpu_info', and use it whereever possible. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/13 11:45:43 Log message: import lss 0.1.6 LSS is a symbol browser to help creating LaTeX documents with many math symbols. All symbols are grouped into categories and user can copy symbol name to system-wide clipboard (or insert it directly to first running copy of gVIM) by selecting symbol icon from list. Status: Vendor Tag: jasper Release Tags: jasper_20080413 N ports/print/lss/distinfo N ports/print/lss/Makefile N ports/print/lss/pkg/DESCR N ports/print/lss/pkg/PLIST N ports/print/lss/patches/patch-src_send_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/13 11:46:36 Modified files: print : Makefile Log message: - add lss CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/04/13 13:41:29 Modified files: sys/dev/usb : usbdevs Log message: add my logitech camera "add the product id to usbdevs" robert@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/04/13 13:41:51 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/13 15:24:07 Modified files: misc/gpsd : Makefile Log message: Remove PATCH_LIST. ok ckuethe@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/13 16:39:29 Modified files: usr.bin/aucat : aucat.c Log message: - remove code that was rendered pointless by the last commit - minor knf from Pierre Riteau CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/13 22:17:45 Modified files: sys/arch/sgi/conf: RAMDISK Log message: typo in attachment CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/14 01:17:41 Modified files: devel/eclipse/sdk: Makefile Log message: I missed to bump swt-gnome and swt-browser after the swt bump. Loose the swt-gnome and swt-browser RUN_DEPENDS a bit. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 02:12:19 Modified files: textproc/enchant: Makefile distinfo textproc/enchant/pkg: PFRAG.shared PLIST Log message: - update to enchant-1.4.0 * improved languages support * better support for Unicode * follows XDG * many bugfixes CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/14 04:15:51 Modified files: sys/miscfs/specfs: spec_vnops.c specdev.h Log message: garbage collect the now unused spec_ebadf(); ok dlg@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/14 04:39:19 Modified files: sys/nfs : nfs_srvcache.c Log message: move the cache lookup code into a function, instead repeating it twice, makes this nicer as a bonus; From NetBSD. tested by johan@, ok blambert@. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/14 06:29:40 Log message: Import sbcl 1.0.15 Steel Bank Common Lisp (SBCL) is an open source (free software) compiler and runtime system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions. From Josh Elsasser (MAINTAINER) ok kili@, jasper@ Status: Vendor Tag: deanna Release Tags: deanna_20080414 N ports/lang/sbcl/Makefile N ports/lang/sbcl/distinfo N ports/lang/sbcl/patches/patch-contrib_asdf-module.mk N ports/lang/sbcl/patches/patch-src_runtime_GNUmakefile N ports/lang/sbcl/patches/patch-contrib_vanilla-module.mk N ports/lang/sbcl/patches/patch-make-target-contrib.sh N ports/lang/sbcl/patches/patch-src_runtime_Config.x86-openbsd N ports/lang/sbcl/patches/patch-src_runtime_gc-common.c N ports/lang/sbcl/patches/patch-src_runtime_runtime.c N ports/lang/sbcl/patches/patch-tests_subr.sh N ports/lang/sbcl/pkg/DESCR N ports/lang/sbcl/pkg/MESSAGE N ports/lang/sbcl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/14 06:30:22 Modified files: lang : Makefile Log message: +sbcl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 06:38:02 Log message: Import gnome-scan-0.6 The GNOME Scan project aims to provide scanning features integrated throughout the GNOME desktop, similar to printing. The GNOME Scan project consists of a C/GObject library upon which are built standalone applications and plugins for various programs. The application and plugins are called flegita. Note: gnome-scan is still in its early stage. It is not a drop-in replacement for xsane or alikes (yet); it more suited for for mass acquisition and ADF scanners. There's an issue with image enhancement which is being worked on upstream and the gsane backend may not give good results on all scanners. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080414 N ports/x11/gnome/scan/distinfo N ports/x11/gnome/scan/Makefile N ports/x11/gnome/scan/pkg/DESCR-gimp N ports/x11/gnome/scan/pkg/PLIST-gimp N ports/x11/gnome/scan/pkg/PLIST-main N ports/x11/gnome/scan/pkg/DESCR-main N ports/x11/gnome/scan/patches/patch-configure N ports/x11/gnome/scan/patches/patch-doc_ref_Makefile_in N ports/x11/gnome/scan/patches/patch-lib_gnome-scan-preview-plugin-area_c N ports/x11/gnome/scan/patches/patch-lib_gnome-scan-dialog_c N ports/x11/gnome/scan/patches/patch-lib_gnome-scan-processor-common_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 06:39:09 Modified files: x11/gnome : Makefile Log message: +scan (i.e. gnome-scan) CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/14 07:26:06 Modified files: devel/eclipse/sdk: Makefile Log message: Bump -main PKGNAME and loose depends too. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 07:37:42 Modified files: x11/icewm : Makefile Log message: - amd64 can use the apm patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 07:39:51 Log message: import flyback 0.4.0 Apple's Time Machine is a great feature in their OS, and UNIX has almost all of the required technology already built in to recreate it. This is a simple GUI to make it easy to use. help and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080414 N ports/sysutils/flyback/distinfo N ports/sysutils/flyback/Makefile N ports/sysutils/flyback/pkg/PLIST N ports/sysutils/flyback/pkg/DESCR N ports/sysutils/flyback/patches/patch-flyback_py N ports/sysutils/flyback/patches/patch-backup_backend_py N ports/sysutils/flyback/files/flyback.sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 07:41:41 Modified files: sysutils : Makefile Log message: - add flyback CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/04/14 07:46:13 Modified files: sys/nfs : nfs_subs.c nfs_var.h nfs_vfsops.c nfs_vnops.c nfsm_subs.h Log message: Rework NFS mbuf write routines: nfsm_uiotombuf(): - no meaningful return, function becomes void - replace frankensteined uiomove/MGET with actual call to uiomove nfsm_strtmbuf(): - no meaningful return, becomes void - rename and reorder parameters to be consistent with other functions - becomes wrapper to nfsm_uiotombuf nfsm_buftombuf(): - new function; unused but slated for future use - wrapper to nfsm_uiotombuf As a bonus, making these functions void removes much unneeded code and garbage collects `magic' variable t2 which was only used (invisibly) by the macros from nfsm_subs.h Preps the way for removing much more NFS goo... testing by myself, thib@ and merdely@ ok thib@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 08:02:40 Modified files: x11/gnome/applets2: Makefile Log message: - build this on all arches that have apm(4) support. spotted by Michiel van Baak ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 08:05:56 Modified files: sysutils/wmapm : Makefile sysutils/xbatt : Makefile x11/asapm : Makefile Log message: - fix ONLY_FOR_ARCHS list to include all archs that have apm(4) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 08:18:06 Modified files: x11/icewm : Makefile Log message: - s/powerpc/macppc for apm support; this will give it a chance to build on all powerpc platforms no pkg change spotted by jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 08:28:35 Modified files: editors/openoffice: Makefile editors/openoffice/files: soffice.sh Log message: - fix typo that prevents arguments being passed to setofficelang ok kurt@ robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 09:32:46 Log message: PostgreSQL management tools from Skype: WAL shipping, queueing, replication. The tools are named walmgr, PgQ and Londiste. from Pierre-Emmanuel Andre (MAINTAINER), thanks! Status: Vendor Tag: pea Release Tags: ajacoutot_20080414 N ports/databases/skytools/Makefile N ports/databases/skytools/distinfo N ports/databases/skytools/pkg/PLIST N ports/databases/skytools/pkg/DESCR N ports/databases/skytools/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 09:33:29 Modified files: databases : Makefile Log message: +skytools CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 12:55:38 ports/x11/gnome/doc-utils/patches Update of /cvs/ports/x11/gnome/doc-utils/patches In directory cvs.openbsd.org:/tmp/cvs-serv8367/patches Log Message: Directory /cvs/ports/x11/gnome/doc-utils/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 13:06:25 Modified files: x11/gnome/doc-utils: Makefile Added files: x11/gnome/doc-utils/patches: patch-tools_gnome-doc-utils_pc_in patch-xml2po_xml2po_pc_in Log message: - datarootdir wasn't set in the pkgconfig files; set it to a sane default. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/14 15:04:56 Modified files: sys/arch/sparc64/sparc64: autoconf.c locore.s Log message: Introduce macros to switch to normal and alternate globals and switch to use the .section based mechanism to patch them up for sun4v. CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/14 15:13:42 Modified files: build : support.dat Log message: New address for BSD Group Consulting, from james at bsdgroup.org. CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/14 15:14:24 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/14 15:29:40 Modified files: www/p5-Catalyst-Plugin-Session: Makefile distinfo Log message: maintenance update to version 0.19 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/14 15:34:53 Modified files: www/p5-Catalyst-Engine-Apache: Makefile distinfo Log message: maintenance update to version 1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 15:38:37 Modified files: devel/m4 : Makefile distinfo devel/m4/patches: patch-doc_m4_texinfo devel/m4/pkg : PLIST Added files: devel/m4/patches: patch-doc_m4_1 Log message: - update m4 to 1.4.11, most notable changes: * GNU M4 Format String Vulnerability and Security Issue http://secunia.com/advisories/29671/ * Tighten conformance to various POSIX rules. * Improve handling of standard input. * Fix exploitable memory allocation overflow bug. * Add 'mkstemp' macro. * Switch to GPLv3. okay naddy@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/14 15:42:55 Modified files: www/p5-Catalyst-Runtime: Makefile distinfo www/p5-Catalyst-Runtime/pkg: PLIST Log message: update to version 5.7012 CVSROOT: /cvs Module name: www Changes by: martynas@cvs.openbsd.org 2008/04/14 15:46:12 Modified files: . : hppa.html landisk.html Log message: for pciide, sektion4 -> sektion=4; ok johan@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/14 21:06:39 Modified files: sysutils/p5-Unix-PID: Makefile distinfo Log message: Update to 0.0.15. ok okan@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/14 21:45:11 Modified files: graphics/gwenview: Makefile Added files: graphics/gwenview/patches: patch-src_app_configdialog_cpp patch-src_gvcore_documentimpl_cpp patch-src_imageutils_jpegcontent_cpp Log message: Incorporate 3 fixes from subversion: - Slideshow icon in settings - crash when displaying 1BPP BMP images - crash with Jpeg images containing incorrect Exif information due to Exiv2 API misuse From brad@ (tested/confirmed by me) CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/15 01:54:48 Modified files: etc : hosts.lpd usr.sbin/lpr/lpd: lpd.8 Log message: - make it clear that hosts.lpd follows the same syntax that hosts.equiv(5) inputs from jmc@ "looks ok" beck@ (similar older diff), "fine by me" jmc@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:28:13 Modified files: devel/xulrunner: Makefile distinfo Log message: security update to xulrunner-1.8.1.13 MFSA 2008-19, MFSA 2008-18, MFSA 2008-17, MFSA 2008-16, MFSA 2008-15, MFSA 2008-14. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:31:47 Modified files: devel/py-setuptools: Makefile distinfo devel/py-setuptools/pkg: PLIST Removed files: devel/py-setuptools/patches: patch-setuptools_command_build_ext_py Log message: update to py-setuptools-0.6c8; which is required for py-sqlobject-0.10.0 ok djm@, wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:33:15 Modified files: devel/py-configobj: Makefile distinfo devel/py-configobj/pkg: PLIST Log message: update to py-configobj-4.5.2; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:33:49 Modified files: databases/py-sqlobject: Makefile distinfo databases/py-sqlobject/pkg: PLIST Log message: update to py-sqlobject-0.10.0; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:34:31 Modified files: databases/py-sqlalchemy: Makefile distinfo databases/py-sqlalchemy/pkg: PLIST Log message: update to py-sqlalchemy-0.4.5; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:34:57 Modified files: www/py-paste-script: Makefile distinfo www/py-paste-script/pkg: PLIST Log message: update to py-paste-script-1.6.2; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:35:19 Modified files: www/py-formencode: Makefile distinfo www/py-formencode/pkg: PLIST Log message: update to py-formencode-1.0.1; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:35:43 Modified files: devel/py-py : Makefile distinfo devel/py-py/pkg: PLIST Log message: update to py-py-0.9.1; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:36:06 Modified files: devel/py-simplejson: Makefile distinfo devel/py-simplejson/pkg: PLIST Log message: update to py-simplejson-1.8.1; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:36:37 Modified files: www/py-turbogears: Makefile distinfo www/py-turbogears/patches: patch-setup_py www/py-turbogears/pkg: PLIST Log message: update to py-turbogears-1.0.4.4; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:56:29 Modified files: www/minimo : Makefile distinfo Log message: security update to minimo-20080410 MFSA 2008-19, MFSA 2008-18, MFSA 2008-17, MFSA 2008-16, MFSA 2008-15, MFSA 2008-14. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/15 04:18:17 Modified files: . : INDEX Log message: sync, 5052 unzels CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/04/15 04:54:53 Modified files: mail/dkim-milter: Makefile distinfo Log message: update to v2.5.3; bugfix release, upgrade recommended CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/15 05:00:52 Modified files: security/py-openssl: Makefile distinfo security/py-openssl/pkg: PLIST Log message: - update to pyOpenSSL-0.7 - add regression test tested by Simon Kuhnle and martynas@ ok martynas@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/15 05:01:18 Modified files: . : security.html Log message: sshd(4) -> sshd(8) ok brad CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/15 05:04:27 Modified files: devel/py-twisted: Makefile.inc devel/py-twisted/conch: Makefile distinfo devel/py-twisted/conch/pkg: PLIST devel/py-twisted/core: Makefile distinfo devel/py-twisted/core/pkg: PLIST devel/py-twisted/lore: Makefile distinfo devel/py-twisted/lore/pkg: PLIST devel/py-twisted/mail: Makefile distinfo devel/py-twisted/mail/pkg: PLIST devel/py-twisted/names: Makefile distinfo devel/py-twisted/names/pkg: PLIST devel/py-twisted/news: Makefile distinfo devel/py-twisted/news/pkg: PLIST devel/py-twisted/runner: Makefile distinfo devel/py-twisted/runner/pkg: PLIST devel/py-twisted/web: Makefile distinfo devel/py-twisted/web/pkg: PLIST devel/py-twisted/web2: Makefile distinfo devel/py-twisted/web2/pkg: PLIST devel/py-twisted/words: Makefile distinfo devel/py-twisted/words/pkg: PLIST Log message: - update to the latest 8.0.1 release - unbreak twisted.web2 - remove dropin.cache when deleting py-twisted-core help and ok martynas@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/15 05:07:14 Modified files: de : 43.html alpha.html art1.html bank-donation.html donations.html errata41.html errata42.html errata43.html events.html ftp.html goals.html hppa.html i386.html index.html macppc.html security.html sgi.html sparc64.html translation.html tshirts.html faq/pf/it : carp.html faq/pf/pt : queueing.html fr : alpha.html amd64.html anoncvs.html ftp.html goals.html translation.html ja : index.html lt : art1.html donations.html errata41.html ftp.html goals.html index.html landisk.html report.html nl : art1.html bank-donation.html donations.html goals.html index.html translation.html tshirts.html openssh/de : ftp.html index.html openbsd.html openssh/fr : ftp.html index.html openbsd.html openssh/ja : ftp.html index.html manual.html openbsd.html portable.html report.html users.html openssh/nl : ftp.html index.html openbsd.html report.html papers/de : index.html zh : art1.html art2.html art3.html art4.html errata40.html errata41.html errata42.html ftp.html goals.html index.html orders.html translation.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/15 05:24:14 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure patch-misc_libxine_pc_in patch-src_audio_out_Makefile_in patch-src_demuxers_demux_qt_c patch-src_input_Makefile_in patch-src_libfaad_Makefile_in patch-src_libw32dll_wine_Makefile_in patch-src_post_deinterlace_Makefile_in patch-src_post_deinterlace_plugins_Makefile_in patch-src_xine-engine_Makefile_in multimedia/xine-lib/pkg: PLIST-main Removed files: multimedia/xine-lib/patches: patch-src_combined_demux_wavpack_c patch-src_demuxers_demux_matroska_c patch-src_demuxers_ebml_c Log message: update to xine-lib-1.1.12 This release contains a security fix (unchecked array index, CVE-2008-1686). There are also a few bug fixes, and open-source support for RealAudio "cook". For front-end package maintainers, there's a tool to help maintain MIME type lists, and for developers who need raw frame data, you can now get that with the "raw" video output plugin. from brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/15 05:27:54 Modified files: multimedia/kaffeine: Makefile Added files: multimedia/kaffeine/patches: patch-kaffeine_src_kaffeine_desktop Log message: make kaffeine.desktop more compliant with freedesktop.org "standards" from kaffeine source repo via brad@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 05:51:23 Modified files: x11/gnome : gnome.port.mk Log message: - add MODGNOME_HELP_FILES for run-time dependency on x11/gnome/yelp - add MODGNOME_DEVHELP_FILES for run-time dependency on x11/gnome/devhelp ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/15 06:07:31 Modified files: lang/sbcl : Makefile Log message: Hide arch-dependant distfile from those that don't need it. Unbreaks mirror-maker. From Josh Elsasser (MAINTAINER) noticed by and ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/15 08:14:08 Log message: import sysbench: SysBench is a modular, cross-platform and multi-threaded benchmark tool for evaluating OS parameters that are important for a system running a database under intensive load. The idea of this benchmark suite is to quickly get an impression about system performance without setting up complex database benchmarks or even without installing a database at all. Current features allow to test the following system parameters: * file I/O performance * scheduler performance * memory allocation and transfer speed * POSIX threads implementation performance * database server performance (OLTP benchmark) Primarily written for MySQL server benchmarking, SysBench will be further extended to support multiple database backends, distributed benchmarks and third-party plug-in modules. from Jung (maintainer) with some tweaks. thanks to landry@ for testing and feedback. ok landry Status: Vendor Tag: jung Release Tags: sthen_20080415 N ports/benchmarks/sysbench/Makefile N ports/benchmarks/sysbench/distinfo N ports/benchmarks/sysbench/pkg/DESCR N ports/benchmarks/sysbench/pkg/PLIST N ports/benchmarks/sysbench/patches/patch-doc_Makefile_in N ports/benchmarks/sysbench/patches/patch-configure N ports/benchmarks/sysbench/patches/patch-sysbench_sb_logger_c N ports/benchmarks/sysbench/patches/patch-sysbench_sysbench_c N ports/benchmarks/sysbench/patches/patch-scripts_sb_run_sh N ports/benchmarks/sysbench/patches/patch-scripts_sb_test_ps_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/15 08:16:56 Modified files: benchmarks : Makefile Log message: +sysbench CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 09:07:03 Modified files: x11/gnome/controlcenter2: Makefile x11/gnome/controlcenter2/pkg: PLIST Added files: x11/gnome/controlcenter2/patches: patch-capplets_keybindings_Makefile_in Log message: - fix location of gnome-keybindings.pc spotted by espie@ some time ago, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 09:14:21 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention gnome-scan CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/15 10:01:34 Modified files: sys/arch/sparc/conf: Makefile.sparc Log message: Oops, it's a bit too early for -Wvariable-decl on sparc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/15 10:03:12 Modified files: sys/arch/sparc/dev: mgx.c sys/dev/sbus : mgx.c Log message: Fix braino in mgx_loadcmap() invocation. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/15 10:19:56 src/sbin/wpa-psk Update of /cvs/src/sbin/wpa-psk In directory cvs.openbsd.org:/tmp/cvs-serv27250/wpa-psk Log Message: Directory /cvs/src/sbin/wpa-psk added to the repository CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/15 10:29:05 Added files: sbin/wpa-psk : Makefile wpa-psk.8 wpa-psk.c Log message: welcome wpa-psk(8). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/15 10:29:41 Modified files: sbin : Makefile Log message: link wpa-psk(8) to the build CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/15 10:33:55 Modified files: sys/dev/microcode/ral: microcode.h Log message: fix a comment. no binary change. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/15 12:22:08 Modified files: app/cwm : calmwm.c parse.y Log message: malloc -> calloc suggested by and ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/15 12:33:13 Modified files: app/cwm : cwm.1 input.c Log message: - add vi keybindings to search - allow for ctrl-h as well discussion with and ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/15 12:46:58 Modified files: app/cwm : calmwm.h client.c cwmrc.5 parse.y Log message: Add "gap" support to .cwmrc. The options put in here make gaps on the edge of the screen where an application won't be {,vert}maximized over. used for placing a statusbar or something like xclock. Patch from Edd Barrett, with input from myself and okan. Thanks! ok okan@. CVSROOT: /cvs Module name: www Changes by: simon@cvs.openbsd.org 2008/04/15 12:55:40 Modified files: faq : current.html Log message: add the cwm config and command line changes notice, wording help and ok mpf@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 12:56:59 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 13:01:45 Modified files: sys/kern : uipc_usrreq.c Log message: describe why fd passing is now so fucked up, and who's fault it is CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/15 13:34:53 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/pkg : DESCR-cups PLIST-cups Removed files: x11/gtk+2/patches: patch-configure Log message: - add support for CUPS ("-cups" subpackage) this makes printing using gtkprint and CUPS much more pleasant ;-) - fix a small typo in COMMENT-docs while here "no objections" jasper@, looks good "landry@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/15 13:44:10 Modified files: x11/dwm : Makefile distinfo x11/dwm/patches: patch-Makefile Added files: x11/dwm/patches: patch-config_def_h patch-config_mk Removed files: x11/dwm/patches: patch-config_h Log message: Update to 4.9. ok MAINTAINER (Jim Razmus) input from Tobias Ulmer and kili@ ok sthen@, jasper@, kili@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/15 14:23:54 Modified files: distrib/notes/sparc: hardware distrib/notes/sparc64: hardware share/man/man4/man4.sparc: mgx.4 share/man/man4/man4.sparc64: mgx.4 sys/arch/sparc/dev: mgx.c sys/dev/sbus : mgx.c Added files: sys/dev/ic : atxxreg.h Log message: It turns out the mysterious chip with the heatsink glued on, found on mgx video boards, is a known entity, so add support for 2d acceleration with the help of the X code (which makes baby Jesus cry). The blitter is fast enough to make a cgsix feel as slow as a cgthree in comparison. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/15 14:24:41 Modified files: app/cwm : README TODO calmwm.c calmwm.h client.c conf.c cwmrc cwmrc.5 font.c grab.c group.c hash.h headers.h kbfunc.c parse.y screen.c search.c util.c xevents.c xutil.c Log message: hit it with the knf stick. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/15 14:26:50 Modified files: app/cwm : calmwm.h util.c Log message: Kill dirent_isdir() and dirent_islink() nothing used them since the new parser went in. ok okan. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 14:43:20 Modified files: audio/tagtool : Makefile Added files: audio/tagtool/patches: patch-src_tagtool_glade Log message: - add teeny-tiny accelerator to quit. "of course!" maintainer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 14:47:52 Modified files: sys/dev/i2c : lm75.c Log message: Take a shot at LM76 support (13 bit temperature, 0.065 degC per LSB) for when we finally find one of these devices. looked at by kettenis.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 14:52:58 Modified files: share/man/man4 : lmtemp.4 Log message: mention LM76; stop being exact about increments CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 14:53:29 Modified files: share/man/man4 : iic.4 Log message: fix Xr CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/15 14:57:32 Modified files: sys/arch/sparc64/dev: rtc.c Log message: Add support for the Texas Instruments bq4802 real-time clock found on the Ultra 25 and Ultra 45. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:01:33 Modified files: audio/p5-Audio-MPD-Common: Makefile distinfo Log message: - update Audio::MPD::Common to 0.1.2 - add RCS id - fix RUN_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:01:59 Modified files: audio/p5-Audio-MPD: Makefile distinfo Log message: - update Audio::MPD to 0.19.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:05:19 Modified files: devel/p5-List-MoreUtils: Makefile Log message: - add CPAN_AUTHOR, makes this fetchable again CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:06:00 Modified files: audio/p5-POE-Component-Client-MPD: Makefile distinfo Log message: - update PoCo::Client::MPD to 0.8.1 CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/15 15:20:56 Modified files: app/cwm : calmwm.h kbfunc.c util.c Log message: make the argument parser for commands accept quoted strings, while i'm there make u_spawn use exec_wm (renamed to u_exec) for it's execution to remove duplicated code. This means constructs like this work in .cwmrc: bind CM-t "ssh -Y 192.168.1.2 \"xterm -e top\"" or alternatively: bind CM-t "ssh -Y 192.168.1.2 'xterm -e top'" "in it goes" okan@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:39:57 Log message: import Module::Loaded 0.01 When testing applications, often you find yourself needing to provide functionality in your test environment that would usually be provided by external modules. Rather than munging the %INC by hand to mark these external modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded. Status: Vendor Tag: jasper Release Tags: jasper_20080415 N ports/devel/p5-Module-Loaded/Makefile N ports/devel/p5-Module-Loaded/distinfo N ports/devel/p5-Module-Loaded/pkg/DESCR N ports/devel/p5-Module-Loaded/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:40:57 Modified files: devel : Makefile Log message: - add p5-Module-Loaded CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:42:07 Modified files: graphics/p5-Graphics-ColorNames: Makefile distinfo graphics/p5-Graphics-ColorNames/pkg: PLIST Log message: - update Grapichs::ColorNames to 2.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:44:46 Modified files: devel/p5-Module-CoreList: Makefile distinfo Log message: - update Module::CoreList to 2.15 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:47:31 Modified files: devel/p5-Want : Makefile distinfo Log message: - update Want to 0.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:52:28 Modified files: devel/p5-Class-Data-Inheritable: Makefile distinfo Log message: - update Class::Data::Inheritable to 0.08 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:54:26 Modified files: graphics/p5-SVG: Makefile distinfo Log message: - update SVG to 2.40 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:58:13 Modified files: mail/p5-Mail-POP3Client: Makefile distinfo Log message: - update Mail::POP3Client to 2.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 16:09:06 Modified files: devel/p5-Test-Manifest: Makefile distinfo Log message: - update Test::Manifest to 1.22 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 16:17:07 Modified files: devel/p5-Event : Makefile distinfo Log message: - update Event to 1.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 16:20:28 Modified files: net/p5-Event-RPC: Makefile Log message: - enable SSL support CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/15 16:39:26 Modified files: sys/arch/sparc64/include: ctlreg.h sys/arch/sparc64/sparc64: clock.c locore.s Log message: Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr would sometimes fail, which would result in the periodic clock interrupts on a CPU stop. Spotted in a NetBSD commit message, loosely based on code in OpenSolaris. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/15 18:29:29 Modified files: faq : faq6.html Log message: add another "Don't twist knobs you don't understand and don't need to twist" warning. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/15 18:36:49 Modified files: usr.sbin/dhcpd : options.c Log message: Redo/clarify the logic for storing options in the various buffers. While there, bail out quickly if no options can be stored, and avoid overflow buffers if building a bootp reply. Henning looked and didn't get upset. millert@ tested it for a few days and liked the look of it. canacar@ glanced at it. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/15 19:43:12 Modified files: x11/mplayer : Makefile x11/mplayer/patches: patch-configure Log message: add jack support as a FLAVOR "no objections" MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/15 20:10:21 Modified files: audio/akode : Makefile audio/akode/patches: patch-akode_plugins_ffmpeg_decoder_ffmpeg_decoder_cpp audio/akode/pkg: PFRAG.shared PLIST Added files: audio/akode/patches: patch-akode_lib_player_cpp patch-akode_plugins_jack_sink_jack_sink_cpp Log message: - fix automatic resampling - disable the libsamplerate resampler, it clips and is horribly inefficient - fix WANTLIB - stop ffmpeg decoder from spamming stdout - enable jack output CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/04/16 00:53:35 Modified files: misc/gpsd : Makefile misc/gpsd/pkg : PLIST-main PLIST-python Log message: stevesk@ pointed out that gpsctl was in the wrong package (-python). fix. while i'm here, also actually ship the libgpsd pkgconfig file. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/16 01:41:35 Modified files: x11/openbox : Makefile distinfo x11/openbox/patches: patch-Makefile_in x11/openbox/pkg: PLIST Added files: x11/openbox/patches: patch-data_autostart_sh_in Removed files: x11/openbox/patches: patch-configure Log message: - update openbox to version 3.4.7 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/04/16 01:48:44 src/sys/netmpls Update of /cvs/src/sys/netmpls In directory cvs.openbsd.org:/tmp/cvs-serv7288/netmpls Log Message: Directory /cvs/src/sys/netmpls added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/16 02:26:48 Modified files: x11/openbox : Makefile Log message: - empty man pages are not really usefull... reminded by jasper@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/16 05:35:10 Modified files: share/man/man4/man4.sparc64: clock.4 Log message: Mention m5819, m5823 and bq4802. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 06:05:28 Log message: import py-xdg 0.15 PyXDG is a python library to access freedesktop.org standards. Currently supported are: * Base Directory Specification * Menu Specification * Desktop Entry Specification * Icon Theme Specification * Recent File Spec * Shared-MIME-Database Specification ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080416 N ports/devel/py-xdg/distinfo N ports/devel/py-xdg/Makefile N ports/devel/py-xdg/pkg/DESCR N ports/devel/py-xdg/pkg/PLIST N ports/devel/py-xdg/patches/patch-xdg_BaseDirectory_py N ports/devel/py-xdg/patches/patch-xdg_IconTheme_py N ports/devel/py-xdg/patches/patch-xdg_Menu_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 06:07:37 Modified files: devel : Makefile Log message: - add py-xdg CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/16 06:19:11 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Start to make device initialization automatic instead all the static games. Tested by robert@ and myself CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/16 06:56:04 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Make sure tickcmpr_set() always writes a time in the future. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/16 07:17:58 Modified files: sys/dev/pci/drm: drmP.h drm_auth.c drm_drv.c Log message: Replace handrolled hashes with a splay tree, while there plug a memleak inherited from the original drm driver. input and ok oga@. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:33:26 Modified files: app/cwm : calmwm.h Log message: kill an unused struct member. ok okan CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/16 07:35:23 Modified files: multimedia/devede: Makefile distinfo multimedia/devede/patches: patch-devede_executor_py patch-devede_py multimedia/devede/pkg: PLIST Removed files: multimedia/devede/patches: patch-devede_other_py Log message: - bugfix update to devede-3.7 CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:35:37 Modified files: app/cwm : calmwm.h client.c group.c screen.c xevents.c Log message: Remove screen_infomsg(), nothing uses it. ok okan. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:38:09 Modified files: app/cwm : calmwm.h conf.c group.c parse.y xmalloc.c Log message: Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc respectively. ok okan. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:40:34 Modified files: app/cwm : calmwm.h Log message: remove infowin. It slipped out of the last commit, for some reason. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:47:29 Modified files: app/cwm : calmwm.h conf.c kbfunc.c Log message: merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag, this code was almost identical... ok okan. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 10:05:37 Log message: import gnomebaker 0.6.2 GnomeBaker is a free CD/DVD authoring application Unix-like operating systems. It features: * Create data CDs. * Blank RW disks. * Burn DVDs. * Copy data CDs. * Copy audio CDs. * Support multisession burning. * Record to and burn from existing CD ISO images. * Drag and drop to create data CDs (including drag and drop to/from the Nautilus file manager). * Create audio CDs from existing WAV, MP3, FLAC, and Ogg files. * Integrate with GConf for storage of application settings. lots of help and ok ajacoutot@, thanks! Status: Vendor Tag: jasper Release Tags: jasper_20080416 N ports/x11/gnome/baker/Makefile N ports/x11/gnome/baker/distinfo N ports/x11/gnome/baker/pkg/DESCR N ports/x11/gnome/baker/pkg/PLIST N ports/x11/gnome/baker/pkg/MESSAGE N ports/x11/gnome/baker/patches/patch-src-exec_c N ports/x11/gnome/baker/patches/patch-src-devices_c N ports/x11/gnome/baker/patches/patch-src_prefsdlg_c N ports/x11/gnome/baker/patches/patch-gnomebaker_glade N ports/x11/gnome/baker/patches/patch-src_execfunctions_c N ports/x11/gnome/baker/patches/patch-src_preferences_c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2008/04/16 10:08:39 Modified files: sys/dev/usb : ehci.c ukbd.c Log message: Use the timeout(9) API the right way: Don't initialize the timeout cookie all the time, and only call timeout_del if we're not going to timeout_add right away. Testing by johan@, oga@, sthen@, and possibly some more people (thanks). Ok krw@, oga@, sthen@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 10:09:11 Modified files: x11/gnome : Makefile Log message: - add gnome-baker CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/16 11:07:18 Modified files: sys/dev/pci/drm: drm_auth.c Log message: Some formatting nits. No functional change. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/16 11:18:42 Modified files: sys/dev/usb : uvideo.c Log message: Oops, decrease debug log level back to 1. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/16 11:27:54 Modified files: sbin/wpa-psk : wpa-psk.8 Log message: pass-phrase -> passphrase, in keeping with the rest of the docs; CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/16 11:33:17 Modified files: infrastructure/db: user.list Log message: Add _ntlmaps user/group for www/ntlmaps. ok merdely CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/16 11:34:47 Log message: import ntlmaps 0.9.9.0.1 NTLM Authorization Proxy Server is an http proxy server that allows you to authenticate via the proprietary NTLM protocol, so you can use web sites and web proxies that require NTLM authorization. ok and help from sthen, merdely; 'schaweet' marco Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080416 N ports/www/ntlmaps/Makefile N ports/www/ntlmaps/distinfo N ports/www/ntlmaps/files/setup.py N ports/www/ntlmaps/patches/patch-ntlmaps N ports/www/ntlmaps/pkg/DESCR N ports/www/ntlmaps/pkg/MESSAGE N ports/www/ntlmaps/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/16 11:36:54 Modified files: www : Makefile Log message: Add ntlmaps. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 11:57:20 Modified files: mail/p5-MIME-tools: Makefile distinfo Log message: - update MIME::tools to 5.246 "get it in, please.." simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 12:07:35 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention gnomebaker CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/16 12:32:15 Modified files: sys/conf : files sbin/ifconfig : ifconfig.8 ifconfig.c sys/net80211 : ieee80211.c ieee80211.h ieee80211_crypto.c ieee80211_crypto.h ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h sys/dev/ic : acx.c atw.c bwi.c malo.c pgt.c rt2560.c rt2661.c rt2860.c rt2860reg.h rtw.c sys/dev/pci : if_ipw.c if_ipwvar.h if_iwn.c if_wpi.c sys/dev/usb : if_ral.c if_rum.c if_upgt.c if_zyd.c Added files: sys/net80211 : ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c Log message: Kernel implementation of the 4-way handshake and group-key handshake protocols (both supplicant and authenticator state machines) as defined in the IEEE 802.11i standard. Software implementation of the TKIP (Temporal Key Integrity Protocol) and CCMP (CTR with CBC-MAC Protocol) protocols. This diff doesn't implement any of the 802.1X authentication protocols and thus only PSK authentication (using pre-shared keys) is currently supported. In concrete terms, this adds support for WPA-PSK and WPA2-PSK protocols, both in station and hostap modes. The following drivers are marked as WPA-capable and should work: bwi(4), malo(4), ral(4), iwn(4), wpi(4), ural(4), rum(4), upgt(4), and zyd(4) The following options have been added to ifconfig(8): wpa, wpapsk, wpaprotos, wpaakms, wpaciphers, wpagroupcipher wpa-psk(8) can be used to generate keys from passphrases. tested by many@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/16 12:33:42 Modified files: sys/arch/sparc64/dev: rtc.c Log message: Turns out getpropstring() returns an empty string if a property is missing instead of NULL. Makes rtc(4) really work on the u25. tested by mikeb@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/16 12:50:38 Modified files: . : sparc64.html Log message: Add u25/u45 to supported models. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/16 13:00:07 Modified files: sys/arch/sparc64/dev: pcfiic_ebus.c Log message: Support the pcf8584 variant found on the u25/45. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/16 13:28:42 Modified files: sbin/ifconfig : ifconfig.8 Log message: - wpa-psk is section 8, not 1 - one more passphrase tweak CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/16 13:45:22 Modified files: driver/xf86-input-keyboard/src: bsd_kbd.c kbd.c Log message: When running without an xorg.conf file, use the current wscons keymap to setup XkbLayout and XkbOptions. Idea and original code from reyk@, some tweaks by me. ok oga@. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/16 13:46:02 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-database_Makefile_in patch-etc-freshclam_conf patch-etc_Makefile_in patch-libclamav_mbox_c patch-libclamav_ole2_extract_c patch-libclamav_scanner_c patch-libclamav_vba_extract_c security/clamav/pkg: MESSAGE PFRAG.shared PLIST Added files: security/clamav/patches: patch-clamd_clamd_c patch-clamd_scanner_c patch-clamd_scanner_h patch-libclamav_Makefile_am patch-libclamav_Makefile_in Log message: Update ClamAV to version 0.93, which fixes mostly security problems, at least one highly critical (remote). See http://secunia.com/advisories/29000 for details. Thanks to kurt@ for helping analyzing the threaded code issues. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 13:53:37 Modified files: mail/p5-MIME-tools: Makefile distinfo Log message: revert for now, it turns out we need some newer perl base modules CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/16 13:54:34 Modified files: x11/openbox : Makefile distinfo x11/openbox/patches: patch-data_autostart_sh_in Log message: - update to 3.4.7.1 (a bug was introduced in 3.4.7 that disabled feedback while resizing windows) - disable automatic dbus-launch start (there seems to be an issue with it, which will be worked on later) CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/16 14:02:47 Modified files: sys/nfs : nfs_subs.c Log message: more efficient use of mbufs in nfsm_uiotombuf(). allocate a mbuf cluster only if length is greater than MLEN instead of MINCLSIZE. ok blambert@, thib@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/16 14:29:38 Modified files: devel/mysql-gui-common: Makefile devel/mysql-gui-common/patches: patch-library_utilities_source_myx_util_functions_c Log message: sysctl HW_PHYSMEM -> HW_PHYSMEM64; ok wilfried@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 14:31:24 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST x11/gnome/media: Makefile x11/gnome/media/pkg: PLIST x11/gnome/utils: Makefile x11/gnome/utils/pkg: PLIST x11/gnome/yelp : Makefile x11/gnome/yelp/pkg: PLIST Log message: - Add missing goo, preventing some icons to not show up after a clean install CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 14:42:35 Modified files: www/lighttpd : Makefile www/lighttpd/patches: patch-doc_lighttpd_conf www/lighttpd/pkg: PLIST Added files: www/lighttpd/patches: patch-src_response_c Log message: - tweak sample config file to chroot(), use kqueue and bind to ipv4 and ipv6 - install documentation from brad@ (with the docs part from me) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/16 14:45:24 Modified files: sys/dev/usb : uvideo.h Log message: Tune isoc maximal transfer size to a better value. Makes all available resolutions on my cam work. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/16 14:53:12 Modified files: bin/mkdir : mkdir.1 sbin/mknod : mkfifo.1 mknod.8 Log message: mkfifo makes fifos, not directories; from Ben Calvert while here, make the description of -m more consistent for mkdir, mkfifo, and mknod. add a touch of .Ex for mkdir too. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/16 15:00:56 Modified files: x11/xmonad : Makefile distinfo x11/xmonad/patches: patch-XMonad_Operations_hs patch-xmonad_cabal Log message: Update to 0.7. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/16 16:35:23 Modified files: lib/libc/net : res_comp.c Log message: permit _ in the middle of a DNS name component CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/16 16:44:37 Modified files: sys/dev/i2c : lm75.c Log message: Use ntohs() to swap the raw i2c data to native format; tested by sthen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/16 16:58:46 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.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: oga@cvs.openbsd.org 2008/04/16 18:11:02 Modified files: share/man/man9 : tsleep.9 Log message: Correct a typo: tsleep -> msleep from Paul de Weerd, Thanks! CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/16 19:15:35 Modified files: net/nagios/cnagios: Makefile distinfo Removed files: net/nagios/cnagios/patches: patch-configure Log message: Update to cnagios 0.25. - Work properly with nagios-3.x status.dat - Removes need for patch-configure with --with-status-file configure argument. Fixes from Steve Rader, cnagios author ok sthen@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/16 19:51:44 Modified files: distrib/miniroot: install.sub Log message: force mode for hostname.* files to 600; ok krw CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/04/17 00:38:47 Modified files: . : i386-laptop.html Log message: Asus eeePC entry. ok deraadt@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/17 01:15:40 Modified files: graphics : Makefile Log message: - unlink sodipodi CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/17 01:18:17 Removed files: graphics/sodipodi: Makefile distinfo graphics/sodipodi/patches: patch-configure patch-src_libnr_nr-svp_c graphics/sodipodi/pkg: DESCR PFRAG.shared PLIST Log message: "Sodipodi is no more. It has ceased to be. It's expired and gone to meet it's maker." sodipodi has been superseded by inkscape, so please use that. agreed by ajacoutot@ landry@ mbalmer@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/17 01:30:27 Modified files: mail/mailscanner: Makefile mail/mailscanner/patches: patch-bin_MailScanner Log message: - loosen check on IO:: ok brad@ simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/17 01:33:01 Modified files: mail/p5-MIME-tools: Makefile distinfo Log message: - re-update MIME::tools to 5.426 now that mailscanner is being nice ok simon@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 02:10:11 Modified files: audio/tagtool : Makefile devel/gconf-editor: Makefile devel/geany : Makefile devel/giggle : Makefile editors/leafpad: Makefile games/freeciv : Makefile graphics/comix : Makefile graphics/evince: Makefile graphics/fyre : Makefile graphics/gthumb: Makefile mail/claws-mail: Makefile mail/evolution : Makefile mail/mail-notification: Makefile misc/gramps : Makefile multimedia/kaffeine: Makefile net/pidgin : Makefile net/transmission: Makefile audio/tagtool/pkg: PLIST devel/gconf-editor/pkg: PLIST devel/geany/pkg: PLIST devel/giggle/pkg: PLIST editors/leafpad/pkg: PLIST games/freeciv/pkg: PLIST-client graphics/comix/pkg: PLIST graphics/evince/pkg: PLIST graphics/fyre/pkg: PLIST graphics/gthumb/pkg: PLIST mail/claws-mail/pkg: PLIST-main mail/evolution/pkg: PLIST mail/mail-notification/pkg: PLIST misc/gramps/pkg: PLIST multimedia/kaffeine/pkg: PLIST net/pidgin/pkg : PLIST net/transmission/pkg: PLIST-gui x11/roxterm/pkg: PLIST Log message: - tweak the way the gtk-update-icon-cache goo is run gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just to update the icon cache (which only gtk apps can use) is overkill to say the least! As from now, each time icons are installed under %D/share/icons, we try to execute gtk-update-icon-cache and if it is not there, we just ignore the error. What it means is that if you have gtk+2 installed, then it'll run fine and your apps will be able to use the cache. Otherwise, it will silently fails which is fine since it means none of your apps would have been able to take advantage of the cache anyway. discussed with jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 02:35:17 Modified files: x11/yakuake/pkg: PLIST x11/yakuake : Makefile sysutils/krename: Makefile sysutils/krename/pkg: PLIST games/kbilliards: Makefile games/kbilliards/pkg: PLIST x11/gnome/icon-theme: Makefile x11/gnome/icon-theme/pkg: PLIST Log message: - don't depend on gtk+2 just for running gtk-update-icon-cache CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 02:46:49 Modified files: x11/gnome/alacarte: Makefile x11/gnome/controlcenter2: Makefile x11/gnome/devhelp: Makefile x11/gnome/empathy: Makefile x11/gnome/eog : Makefile x11/gnome/file-roller: Makefile x11/gnome/orca : Makefile x11/gnome/ghex : Makefile x11/gnome/gossip: Makefile x11/gnome/gucharmap: Makefile x11/gnome/nautilus: Makefile x11/gnome/panel: Makefile x11/gnome/planner: Makefile x11/gnome/gok : Makefile x11/gnome/seahorse: Makefile x11/gnome/gnopernicus: Makefile x11/gnome/alacarte/pkg: PLIST x11/gnome/controlcenter2/pkg: PLIST x11/gnome/devhelp/pkg: PLIST x11/gnome/empathy/pkg: PLIST x11/gnome/eog/pkg: PLIST x11/gnome/file-roller/pkg: PLIST x11/gnome/orca/pkg: PLIST x11/gnome/ghex/pkg: PLIST x11/gnome/gossip/pkg: PLIST x11/gnome/gucharmap/pkg: PLIST x11/gnome/nautilus/pkg: PLIST x11/gnome/panel/pkg: PLIST x11/gnome/planner/pkg: PLIST x11/gnome/gok/pkg: PLIST x11/gnome/seahorse/pkg: PLIST x11/gnome/gnopernicus/pkg: PLIST Log message: - make gtk-update-icon-cache call consistent with the rest of the tree CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 02:49:54 Modified files: x11/gnome/themes/pkg: PLIST x11/gnome/themes-extras/pkg: PLIST x11/gnome/themes-extras: Makefile x11/gnome/themes: Makefile Log message: - make gtk-update-icon-cache call consistent with the rest of the tree CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/17 03:00:25 Modified files: x11/xfce4/exo : Makefile x11/xfce4/exo/pkg: PLIST x11/xfce4/libxfcegui4: Makefile x11/xfce4/libxfcegui4/pkg: PLIST x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/notification-daemon-xfce/pkg: PLIST x11/xfce4/orage: Makefile x11/xfce4/orage/pkg: PLIST x11/xfce4/ristretto: Makefile x11/xfce4/ristretto/pkg: PLIST x11/xfce4/terminal: Makefile x11/xfce4/terminal/pkg: PLIST x11/xfce4/thunar: Makefile x11/xfce4/thunar/pkg: PLIST x11/xfce4/xfce-mcs-manager: Makefile x11/xfce4/xfce-mcs-manager/pkg: PLIST x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-mcs-plugins/pkg: PLIST x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce-utils/pkg: PLIST x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-appfinder/pkg: PLIST x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-battery/pkg: PLIST x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-fsguard/pkg: PLIST x11/xfce4/xfce4-icon-theme: Makefile x11/xfce4/xfce4-icon-theme/pkg: PLIST x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfce4-mixer/pkg: PLIST x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-notes/pkg: PLIST x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-panel/pkg: PLIST x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-session/pkg: PLIST x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-weather/pkg: PLIST x11/xfce4/xfce4-wmdock: Makefile x11/xfce4/xfce4-wmdock/pkg: PLIST x11/xfce4/xfdesktop: Makefile x11/xfce4/xfdesktop/pkg: PLIST x11/xfce4/xfprint: Makefile x11/xfce4/xfprint/pkg: PLIST Log message: Fix gtk-update-icon-cache call, prodded by ajacoutot@ Bump PKGNAMEs, and while here reorded @exec/@unexec calls for consistency. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 03:01:11 Modified files: x11/roxterm : Makefile Log message: - forgot to bump after last commit spotted by 'eagle eyes' sturm@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/17 03:19:50 Modified files: x11/netwmpager : Makefile Added files: x11/netwmpager/patches: patch-pager_c Log message: Fix bug with the new 3.4.7.x openbox. From gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=216012 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/17 03:38:44 Modified files: devel/p5-Curses-UI: Makefile distinfo Log message: update to version 0.9603 and rectify RUN/BUILD_DEPENDS feedback & ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 04:25:31 Modified files: www/liferea/pkg: PLIST www/liferea : Makefile x11/gdesklets/pkg: PLIST x11/gdesklets : Makefile x11/xpad/pkg : PLIST x11/xpad : Makefile Log message: - gtk-update-icon-cache consistency; I missed those in previous commit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/17 04:26:15 Modified files: net/silc-server: Makefile distinfo net/silc-server/patches: operops-patch-apps_silcd_command_c Log message: update to 1.1.4 from Brad - fixes portability bugs including a remote user-triggerable DoS on strict alignment arch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 04:57:17 Modified files: x11/openbox : Makefile x11/openbox/pkg: PLIST Log message: - give xdg-autostart a chance to run from openbox-session *if* required dependency (py-xdg) is installed CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/17 05:27:40 Log message: Import pkg_mgr, an user-friendly package browser and manager for OpenBSD. feedback and ok ajacoutot@ simon@ Status: Vendor Tag: landry Release Tags: landry_20080417 N ports/sysutils/pkg_mgr/Makefile N ports/sysutils/pkg_mgr/distinfo N ports/sysutils/pkg_mgr/pkg/PLIST N ports/sysutils/pkg_mgr/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/17 05:28:39 Modified files: sysutils : Makefile Log message: add pkg_mgr CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/17 07:14:28 Modified files: x11/xfce4/xfce4-diskperf: Makefile distinfo x11/xfce4/xfce4-diskperf/pkg: PLIST Removed files: x11/xfce4/xfce4-diskperf/patches: patch-panel-plugin_devperf_c patch-panel-plugin_main_c Log message: Update to diskperf-plugin 2.2.0, not BROKEN anymore. I took over upstream maintenance and integrated our patches. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/17 07:44:27 Modified files: sbin/mknod : mkfifo.1 mknod.8 Log message: remove a word i misinterpreted; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/17 08:01:22 Modified files: share/man/man4 : acx.4 an.4 ath.4 atu.4 atw.4 awi.4 bwi.4 ipw.4 iwi.4 iwn.4 malo.4 pgt.4 ral.4 ray.4 rtw.4 rum.4 uath.4 upgt.4 ural.4 wi.4tbl wpi.4 zyd.4 Log message: remove the CONFIGURATION section from the wireless pages: the addition of the wpa options have shown just how unwieldy it had become, it's already in ifconfig(8) anyway, and "ifconfig -m" will get the relevant ones. ok dlg jsg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 10:48:40 Modified files: sys/dev/i2c : i2c_exec.c Log message: use sizeof(thing) instead of hard-coding it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 10:50:17 Modified files: sys/dev/i2c : pca9532.c rs5c372.c Log message: use sizeof(thing) instead of hard-coding it CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 10:54:52 Modified files: devel/py-xdg : Makefile devel/py-xdg/patches: patch-xdg_BaseDirectory_py Log message: - don't hardcode /usr/local CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/17 12:05:33 Modified files: sys/net80211 : ieee80211_crypto.c Log message: call ieee80211_crc_init() only once, when the first 802.11 device attaches instead of at every attach. discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/17 12:16:05 Modified files: sys/dev/ic : rt2860.c Log message: do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr(). we may end up passing control frames (ps-poll or others) which is not supported by ieee80211_get_hdrlen(). first found by pedro la peu, reminded by jsg@ closes kernel/5750 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 13:01:48 Modified files: sys/dev/i2c : ad741x.c asb100.c ds1631.c i2c_scan.c lm75.c sdtemp.c spdmem.c Log message: make it more apparent that when we are dealing with 16 bit registers (not a series of 8 bit registers), the bytes come off the wire in big-endian order CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 13:03:25 Modified files: etc : netstart Log message: before using them, force hostname.* files to be unreadable by world first version from todd, ok millert CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/17 13:26:51 Modified files: sys/dev/ic : if_wi.c Log message: save some space by making use of the WEP CRC table from net80211 and use the ieee80211_crc_update() function too. not tested as I do not have a wi(4) but I see no reason why it would not work. "Just be brave" deraadt@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/17 13:45:24 Modified files: www/syweb : Makefile Log message: Take maintainership, ok former mainteiner (winiger@) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/04/17 13:49:16 Modified files: etc : security share/man/man8 : security.8 Log message: Teach security(8) to check for world-readable hostname.if files. An increasing number of types of these files (e.g. ppp, carp and wlan adapters) may contain secrets. ok deraadt oga johan CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/17 13:52:28 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: clock.c Log message: Really try to schedule clock ticks at fixed intervals. Make sure hardclock() gets called for every clock tick, even if we miss one. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/17 13:57:27 Modified files: www/syweb : Makefile www/syweb/pkg : PLIST Log message: setup.inc is user-configurable; use @sample to avoid conflicts at update time. ok mbalmer (maintainer). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/17 14:25:05 Modified files: lib/libX11/src : UIThrStubs.c Log message: pthread_key_create(3) explicitely says that the value associated with a new key is NULL. So set the allocated memory to zero. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/17 15:09:36 Modified files: sys/dev/usb : if_uath.c Log message: Add missing monitor mode capabilities flag. ok damien@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/17 15:21:27 Modified files: dist/Mesa/src/mesa/drivers/dri/i965: brw_vs_tnl.c Log message: Fix from Eric Anholt in Mesa-current: [965] Fix potential segfaults from bad realloc. C has no order of evaluation restrictions on function arguments, so we attempted to realloc from new-size to new-size. CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2008/04/17 15:30:53 Modified files: sysutils/ruby-mongrel_cluster: Makefile Log message: remove HOMEPAGE, not valid anymore. ok bernd@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/17 16:12:43 Modified files: sys/dev/usb : uftdi.c Log message: attach FTDI 2232L CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/17 16:38:35 Modified files: papers : index.html Log message: fix openbsd-support.com link, breakage noticed by Juan Cubillo on www@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 19:17:51 Modified files: sys/dev/i2c : tsl2560.c Log message: correct sizeof; palmeida CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/17 20:24:57 Modified files: build : support.dat Log message: Update Nullcube Pty Ltd entry. From Dave Harrison CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/17 20:26:01 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/17 22:50:23 Modified files: share/man/man4 : uvideo.4 Log message: Add two cams. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 23:27:59 Modified files: share/man/man4 : Makefile Log message: install it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 23:43:34 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 00:42:21 Modified files: sys/nfs : nfs_subs.c sys/netinet6 : nd6_nbr.c mld6_var.h ip6_id.c in6_pcb.c sys/netinet : ip_ipsp.c in_pcb.c igmp_var.h sys/netatalk : at_control.c sys/ddb : db_hangman.c sys/arch/zaurus/dev: zaurus_flash.c sys/arch/sparc64/sparc64: machdep.c sys/arch/hppa/hppa: pmap.c Log message: use arc4random_uniform() for random number requests that are not a power of two. use arc4random_bytes() when requesting more than a word of PRNG output. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/18 03:07:33 Modified files: devel/gconf2 : Makefile devel/gconf2/pkg: PLIST Log message: - add missing /var/db/gconf/2/ directory ok jasper@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 03:16:14 Modified files: sys/dev/ic : if_wi.c sys/net : if_ethersubr.c sys/net80211 : ieee80211_crypto.c ieee80211_crypto.h ieee80211_crypto_tkip.c ieee80211_crypto_wep.c sys/netinet : if_ether.h Log message: extend the if_ethersubr.c crc functions to support updating a running crc in addition to the existing "oneshot" mode and use them to replace ieee80211_crc_update() with the new ether_crc32_le_update(). Saves 1k kernel bss + some code. Mark the new ether_crc32_[lb]e_update functions as __pure for a ~25x speedup (on my i386 at least). feedback and ok damien@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/18 03:19:21 Modified files: devel/gconf2 : Makefile devel/gconf2/patches: patch-gconf_Makefile_in Log message: - small tweak CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/18 03:20:20 Modified files: x11/gtk+2 : Makefile x11/gtk+2/pkg : PLIST-main Log message: - run gtk-update-icon-cache on install in case previous apps already put icons under %D/share/icons/hicolor; this will allow us to use the cache "conceptual okay" from kurt@ (who came up with the same idea) ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/18 05:08:47 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: patch-cgi_cgiutils_c patch-configure Log message: update to nagios 3.0.1 fix build of shared object ok ian, merdely CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 06:32:11 Modified files: usr.bin/ssh : sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h usr.bin/ssh/sftp: Makefile Log message: introduce sftp extension methods statvfs@openssh.com and fstatvfs@openssh.com that implement statvfs(2)-like operations, based on a patch from miklos AT szeredi.hu (bz#1399) also add a "df" command to the sftp client that uses the statvfs@openssh.com to produce a df(1)-like display of filesystem space and inode utilisation ok markus@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/18 07:49:55 Modified files: sys/dev/usb : uvideo.c Log message: Add a function which can identify an USB descriptor explicitly by it's size, since the UVC spec uses different USB descriptors with the same bDescriptorSubtype ID. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/18 08:02:24 Modified files: sysutils/fam : Makefile sysutils/fam/patches: patch-man_famd_8 Log message: - fix typos in man page (one of which was in SYNOPSIS!) CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/18 08:41:04 Modified files: usr.bin/cal : cal.1 cal.c Log message: Allow cal to show week numbers. Switch between sunday based week numbering and ISO 8601 monday based week numbering with overlapping weeks if the -m flag is present. many positive feedback received. ok mbalmer@, jasper@, simon@ input from todd@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/18 08:52:25 Modified files: archivers/gtar : Makefile distinfo archivers/gtar/patches: patch-configure archivers/gtar/pkg: PLIST Log message: Update to 1.20. Notable changes: This release adds support for lzma compression and the -a option to select the compression algorithm basing on the suffix of the archive file name. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/18 09:17:17 Modified files: www/mozilla-firefox: Makefile distinfo Log message: security update to mozilla-firefox-2.0.0.14; MFSA 2008-20 ok kurt@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/18 09:21:49 Modified files: www/firefox-i18n: Makefile distinfo Log message: update for 2.0.0.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/18 10:31:59 Modified files: www/liferea : Makefile distinfo Removed files: www/liferea/patches: patch-src_net_net-support_c patch-src_node_c Log message: - update liferea to 1.4.15 * bugfix release ok maintainer CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/18 11:01:50 Modified files: sbin/ifconfig : ifconfig.8 Log message: remove wparekey from the list of 802.11 ifconfig options. pointed out by drahn@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/18 11:12:16 Modified files: share/man/man4 : uvideo.4 Log message: fix the list width; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/18 11:15:47 Modified files: usr.bin/ssh : sftp.1 Log message: macro fixage; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/18 11:19:04 Modified files: usr.bin/cal : cal.1 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 11:59:37 Modified files: sys/arch/macppc/dev: kiic.c Log message: if an iic operation fails to move all the data, return error ok kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/18 12:17:38 Modified files: games/singularity: Makefile distinfo games/singularity/patches: patch-code_g_py patch-setup_py games/singularity/pkg: PLIST Log message: - update to singularity-0.27 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 12:51:01 Modified files: sys/dev/i2c : i2c_scan.c Log message: adm1033 has a rev register to check as well CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/18 12:54:39 Modified files: sys/arch/i386/i386: machdep.c Log message: Halt CPUs upon reboot/halt. ok krw@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/18 13:14:53 Modified files: . : 43.html Log message: counts CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 13:28:44 Modified files: sys/dev/i2c : i2c_scan.c Log message: detect adm1034 CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/18 14:18:21 Modified files: usr.bin/pr : pr.c Log message: If memory allocation fails during error message buffering, print all hold back messages and exit. ok millert CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/18 14:20:36 Modified files: sys/arch/i386/i386: apicvec.s ipifuncs.c lapic.c machdep.c sys/arch/i386/include: cpu.h i82489var.h intrdefs.h Log message: Now that i386 has a per-process astpending, we can garbage collect ipi_ast and do an ipi_nop cross-call from signotify() instead. ok miod@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/18 14:26:07 Modified files: usr.bin/cvs : client.c server.c Log message: Properly check memory allocation in client code. While at it, unified vasprintf() check across OpenCVS code base. Based on a diff by Jacek Masiulaniec. ok (and unification requested by) xsa CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/18 14:52:34 Modified files: gnu/usr.sbin/mkhybrid/src: match.c match.h Log message: Fix return value of i_add_match() and remove some bogus APPLE_HYB #ifdefs. Found by ragge@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/18 15:19:15 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Add VS_INPUT_HEADER descriptor. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 15:35:11 Modified files: usr.sbin/tcpdump: privsep.c privsep.h privsep_pcap.c tcpdump.8 tcpdump.c Log message: add filtering on direction; ok mpf@ deraadt@ feedback jmc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 15:36:32 Modified files: lib/libc/net : res_send.c Log message: convert select() => poll(), saves a runtime malloc+free per retry feedback deraadt@ drahn@; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 16:01:33 Modified files: usr.bin/ssh : session.c Log message: remove unneccessary parentheses CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/04/18 16:12:15 Modified files: mail/dkim-milter: Makefile distinfo Log message: upgrade to v2.5.4 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 17:59:07 Modified files: sys/dev/pci : pcidevs Log message: shorten name CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 17:59:10 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 19:18:39 Modified files: share/man/man4 : ahci.4 sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/sparc64/conf: GENERIC sys/dev/pci : ahci.c Log message: add a driver flag to force the negotiation of SATA 1 transfers (1.5Gb/s). Useful where faster speeds are unstable; ok dlg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 01:15:17 Modified files: lib/libGL/dri : Makefile.inc Log message: dri libs depend on libmesa_pic.a CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 01:38:24 Modified files: textproc/xpdf : Makefile Added files: textproc/xpdf/patches: patch-xpdf_Object_h Log message: Security fix for CVE-2008-1693. From Debian. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 01:52:15 Modified files: print/poppler : Makefile Added files: print/poppler/patches: patch-poppler_Object_h Log message: Security fix for CVE-2008-1693. From Debian. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/04/19 03:22:31 Modified files: usr.bin/sendbug: sendbug.c Log message: Decrement len variable after removing newline, prevents copying the NUL at the end of a string into the mail. Discovered by dasn. Move newline printing into outer loop, prevents multiple newlines from appearing if there are multiple comments in a line. Discovered by okan. OK okan. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 03:24:50 Modified files: textproc/py-xml: Makefile textproc/py-xml/pkg: PLIST Log message: - add missing pyexpat FLAVOR fragment in PLIST - install egg-info file so that we don't end up with errors like "pkg_resources.DistributionNotFound: PyXML..." when using some apps that need this module CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 03:59:26 Log message: Initial import of ruby-gruff-0.3.1. Gruff is a beautiful graphing library for Ruby using RMagick. Plot multiple datasets in color or implement your own colorful theme. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/graphics/ruby-gruff/Makefile N ports/graphics/ruby-gruff/distinfo N ports/graphics/ruby-gruff/pkg/PLIST N ports/graphics/ruby-gruff/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 04:01:11 Modified files: graphics : Makefile Log message: Add ruby-gruff. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 04:57:00 Modified files: sysutils/fam : Makefile sysutils/fam/files: imon-compat.h sysutils/fam/patches: patch-man_famd_8 patch-man_famd_conf_5 sysutils/fam/pkg: DESCR Removed files: sysutils/fam/patches: patch-configure_ac Log message: - use polling by defaut and make use of kqueue a FLAVOR this allows famd to run much more reliably, especially under KDE and GNOME; if someone wants to fix the imon emulation through kqueue, be my guest... meanwhile, I'd rather use stable software - more typos fixes in man pages while here "go ahead" fgsch@, "looks correct" jasper@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/19 05:24:23 Modified files: sys/dev/usb : uvideo.c Log message: Sort functions and remove obsolete bits. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/19 06:03:44 Modified files: . : want.html Log message: Turns out I have an ISP12160 myself; still interested in an ISP10160 though. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/19 07:11:24 Modified files: dist/Mesa/src/mesa/main: execmem.c Log message: When mesa uses sse the current allocator was just using malloc, meaning that the memory was not set to executable. This caused some horrible segfaults that due to lack of hardware i've been unable to track down for months. Conveniently, there was already a memory allocator that uses mmap to create executable memory, #ifdef linux. Make it usable for us too. Problem solved! Thanks for todd@ for helping me debug, and deraadt@ for noticing the allocator. Makes SiS work with dri, probaby solves a bunch of other people too. ok matthieu@ (who has sent this upstream). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 07:41:46 Modified files: driver/xf86-video-radeonhd: ChangeLog Makefile.am Makefile.in README RadeonHD.am RadeonHD.tmpl aclocal.m4 config.h.in configure configure.ac git_version.sh driver/xf86-video-radeonhd/man: Makefile.am Makefile.in radeonhd.man driver/xf86-video-radeonhd/src: Imakefile Makefile.am Makefile.in git_version.h rhd.h rhd_atombios.c rhd_atombios.h rhd_card.h rhd_connector.c rhd_connector.h rhd_crtc.c rhd_crtc.h rhd_dac.c rhd_driver.c rhd_edid.c rhd_i2c.c rhd_id.c rhd_lvtma.c rhd_mc.c rhd_mc.h rhd_modes.c rhd_monitor.c rhd_output.c rhd_output.h rhd_pll.c rhd_pll.h rhd_randr.c rhd_regs.h rhd_shadow.c rhd_tmds.c rhd_vga.c driver/xf86-video-radeonhd/src/AtomBios/includes: CD_Common_Types.h ObjectID.h atombios.h driver/xf86-video-radeonhd/utils/conntest: Makefile.am Makefile.in README git_version.h rhd_conntest.c Added files: driver/xf86-video-radeonhd/src: r5xx_2dregs.h r5xx_accel.c r5xx_accel.h r5xx_exa.c r5xx_xaa.c rhd_ddia.c rhd_dig.c driver/xf86-video-radeonhd/utils/conntest: rhd_dump.c Log message: Update to xf86-video-radeonhd 1.2.0. Tested by jdixon@ and jasper@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 08:02:04 Modified files: driver/xf86-video-radeonhd: ChangeLog README configure configure.ac driver/xf86-video-radeonhd/man: Makefile.in driver/xf86-video-radeonhd/src: rhd_connector.c rhd_id.c driver/xf86-video-radeonhd/utils/conntest: Imakefile Log message: update to xf86-video-radeonhd-1.2.1. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/19 08:03:13 Modified files: driver/xf86-video-sis: Makefile.in aclocal.m4 configure configure.ac driver/xf86-video-sis/man: Makefile.in driver/xf86-video-sis/src: 300vtbl.h 310vtbl.h Makefile.am Makefile.in init.c init.h init301.c init301.h initdef.h initextx.c initextx.h oem300.h oem310.h osdef.h sis.h sis300_accel.c sis300_accel.h sis310_accel.c sis310_accel.h sis6326_video.c sis_accel.c sis_accel.h sis_common.h sis_cursor.c sis_cursor.h sis_dac.c sis_dac.h sis_dga.c sis_dri.c sis_dri.h sis_driver.c sis_driver.h sis_opt.c sis_regs.h sis_setup.c sis_shadow.c sis_utility.c sis_vb.c sis_vga.c sis_video.c sis_video.h sis_videostr.h vgatypes.h vstruct.h Added files: driver/xf86-video-sis/src: sispcirename.h Log message: Update SiS driver to 0.10 Tested by todd. ok Matthieu. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/04/19 08:22:04 Modified files: usr.sbin/config: mkmakefile.c Log message: remove build warnings: - unused variables - missing return ok espie@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 08:40:52 Modified files: app/xrandr : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xrandr.c xrandr.man Added files: app/xrandr : xrandr_test.pl Log message: Update to xrandr 1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 09:08:31 Log message: Import py-mpd-0.2.0 Python client library for the Music Player Daemon. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080419 N ports/audio/py-mpd/distinfo N ports/audio/py-mpd/Makefile N ports/audio/py-mpd/pkg/DESCR N ports/audio/py-mpd/pkg/PLIST N ports/audio/py-mpd/patches/patch-mpd_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 09:10:26 Modified files: audio : Makefile Log message: +py-mpd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 09:13:28 Log message: Import py-zsi-2.0 ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that provides an implementation of SOAP messaging, as described in SOAP 1.1 Specification (see http://www.w3.org/TR/soap). It can also be used to build applications using SOAP Messages with Attachments (see http://www.w3.org/TR/SOAP-attachments). ZSI is intended to make it easier to write web services in Python. [...] Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080419 N ports/net/py-zsi/distinfo N ports/net/py-zsi/Makefile N ports/net/py-zsi/pkg/DESCR N ports/net/py-zsi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 09:16:11 Modified files: net : Makefile Log message: +py-zsi CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 09:43:39 Modified files: app/twm : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac app/twm/src : Makefile.am Makefile.in twm.h Log message: update to twm 1.0.4 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 09:52:11 Log message: Initial import of ruby-abstract-1.0.0. abstract is a library which allows to define abstract methods in Ruby. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/devel/ruby-abstract/Makefile N ports/devel/ruby-abstract/distinfo N ports/devel/ruby-abstract/pkg/PLIST N ports/devel/ruby-abstract/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 09:53:30 Modified files: devel : Makefile Log message: Add ruby-abstract. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 10:23:01 Modified files: app/x11perf : ChangeLog Makefile.am Makefile.in Xmark.man aclocal.m4 configure configure.ac do_blt.c do_tests.c x11perf.c x11perf.h x11perf.man Log message: update to x11perf 1.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 10:54:56 Modified files: app/xdm : ChangeLog aclocal.m4 configure configure.ac Log message: update to xdm-1.1.7 (No changes on OpenBSD). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 10:59:34 Modified files: app/xev : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xev.c Log message: update to xev 1.0.3 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:01:46 Log message: Initial import of ruby-erubis-2.5.0. Erubis is an implementation of eRuby written in pure Ruby. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/textproc/ruby-erubis/Makefile N ports/textproc/ruby-erubis/distinfo N ports/textproc/ruby-erubis/pkg/PLIST N ports/textproc/ruby-erubis/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:02:57 Modified files: textproc : Makefile Log message: Add ruby-erubis. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:21:28 Log message: Initial import of ruby-hpricot-0.6. Hpricot is a fast, flexible HTML parser written in C. It's designed to be very accommodating (like Tanaka Akira's HTree) and to have a very helpful library (like some JavaScript libs -- JQuery, Prototype -- give you.) The XPath and CSS parser, in fact, is based on John Resig's JQuery. Also, Hpricot can be handy for reading broken XML files, since many of the same techniques can be used. If a quote is missing, Hpricot tries to figure it out. If tags overlap, Hpricot works on sorting them out. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/textproc/ruby-hpricot/Makefile N ports/textproc/ruby-hpricot/distinfo N ports/textproc/ruby-hpricot/patches/patch-Rakefile N ports/textproc/ruby-hpricot/pkg/DESCR N ports/textproc/ruby-hpricot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:27:47 Modified files: textproc : Makefile Log message: Add ruby-hpricot. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:49:30 Log message: Initial import of ruby-rack-0.3.0. Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/www/ruby-rack/Makefile N ports/www/ruby-rack/distinfo N ports/www/ruby-rack/pkg/PLIST N ports/www/ruby-rack/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:53:22 Modified files: www : Makefile Log message: Add ruby-rack. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/19 11:59:32 Modified files: lang/lua : Makefile distinfo lang/lua/patches: patch-Makefile patch-etc_lua_pc patch-src_Makefile patch-src_luaconf_h Removed files: lang/lua/patches: patch-src_lparser_c Log message: update to 5.1.3 from Christian Rueger - thanks! ok merdely@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:00:45 Log message: Initial import of ruby-mime-types-1.15. This library allows for the identification of a file's likely MIME content type. The identification of MIME content type is based on a file's filename extensions. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/mail/ruby-mime-types/Makefile N ports/mail/ruby-mime-types/distinfo N ports/mail/ruby-mime-types/pkg/DESCR N ports/mail/ruby-mime-types/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:02:47 Modified files: mail : Makefile Log message: Add ruby-mime-types. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:12:13 Log message: Initial import of ruby-mailfactory-1.3.0. A Ruby module that allows the simple creation of MIME email messages with multiple body parts and attachments. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/mail/ruby-mailfactory/Makefile N ports/mail/ruby-mailfactory/distinfo N ports/mail/ruby-mailfactory/pkg/DESCR N ports/mail/ruby-mailfactory/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:13:32 Modified files: mail : Makefile Log message: Add ruby-mailfactory. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:24:22 Log message: Initial import of ruby-json-1.1.2. This library can parse JSON texts and generate them from Ruby data structures. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/converters/ruby-json/Makefile N ports/converters/ruby-json/distinfo N ports/converters/ruby-json/pkg/PLIST N ports/converters/ruby-json/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:26:46 Modified files: converters : Makefile Log message: Add ruby-json. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:34:08 Log message: Initial import of ruby-rubyinline-3.6.7. Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever). The code is compiled and run on the fly when needed. Using the package_inline tool Inline allows you to package up your inlined object code for distribution to systems without a compiler. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/devel/ruby-rubyinline/Makefile N ports/devel/ruby-rubyinline/distinfo N ports/devel/ruby-rubyinline/pkg/PLIST N ports/devel/ruby-rubyinline/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:43:14 Log message: Initial import of ruby-parsetree-2.1.1. ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/devel/ruby-parsetree/Makefile N ports/devel/ruby-parsetree/distinfo N ports/devel/ruby-parsetree/pkg/PLIST N ports/devel/ruby-parsetree/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:50:29 Log message: Initial import of ruby-ruby2ruby-1.1.8. ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/devel/ruby-ruby2ruby/Makefile N ports/devel/ruby-ruby2ruby/distinfo N ports/devel/ruby-ruby2ruby/pkg/PLIST N ports/devel/ruby-ruby2ruby/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:53:20 Modified files: devel : Makefile Log message: Add ruby-rubyinline, ruby-parsetree and ruby-ruby2ruby. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 13:02:17 Log message: Initial import of ruby-rubigen-1.2.4. A framework to allow Ruby applications to generate file/folder stubs (like the `rails` command does for Ruby on Rails, and the 'script/generate' command within a Rails application during development). Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/textproc/ruby-rubigen/Makefile N ports/textproc/ruby-rubigen/distinfo N ports/textproc/ruby-rubigen/pkg/PLIST N ports/textproc/ruby-rubigen/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 13:11:21 Log message: Initial import of ruby-haml-1.8.2. Haml and Sass are templating engines for the two most common types of documents on the web: HTML and CSS, respectively. They are designed to make it both easier and more pleasant to code HTML and CSS documents, by eliminating redundancy, reflecting the underlying structure that the document represents, and providing elegant, easily understandable, and powerful syntax. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/textproc/ruby-haml/Makefile N ports/textproc/ruby-haml/distinfo N ports/textproc/ruby-haml/pkg/PLIST N ports/textproc/ruby-haml/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 13:13:06 Modified files: textproc : Makefile Log message: Add ruby-rubigen and ruby-haml. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/19 13:38:00 Modified files: sys/nfs : nfs_subs.c Log message: in nfsm_reqh(), only allocate an mbuf cluster if the len exceeds MLEN, not MINCLSIZE; inspired by a similar commit from damien. ok damien@, blambert@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 15:57:37 Log message: Initial import of ruby-merb-0.9.2. Like Ruby on Rails, Merb is an MVC framework. Unlike Rails, Merb is ORM-agnostic, JavaScript library agnostic, and template language agnostic, preferring plugins that add in support for a particular feature rather than trying to produce a monolithic library with everything in the core. In fact, this is a guiding principle of the project, which has led to third-party support for the ActiveRecord, DataMapper, and Sequel ORMs. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/www/ruby-merb/Makefile N ports/www/ruby-merb/Makefile.inc N ports/www/ruby-merb/action-args/Makefile N ports/www/ruby-merb/action-args/distinfo N ports/www/ruby-merb/action-args/pkg/DESCR N ports/www/ruby-merb/action-args/pkg/PLIST N ports/www/ruby-merb/haml/Makefile N ports/www/ruby-merb/haml/distinfo N ports/www/ruby-merb/haml/pkg/PLIST N ports/www/ruby-merb/haml/pkg/DESCR N ports/www/ruby-merb/merb/Makefile N ports/www/ruby-merb/merb/distinfo N ports/www/ruby-merb/merb/pkg/DESCR N ports/www/ruby-merb/merb/pkg/PLIST N ports/www/ruby-merb/core/Makefile N ports/www/ruby-merb/core/distinfo N ports/www/ruby-merb/core/pkg/PLIST N ports/www/ruby-merb/core/pkg/DESCR N ports/www/ruby-merb/core/patches/patch-Rakefile N ports/www/ruby-merb/more/Makefile N ports/www/ruby-merb/more/distinfo N ports/www/ruby-merb/more/pkg/PLIST N ports/www/ruby-merb/more/pkg/DESCR N ports/www/ruby-merb/assets/Makefile N ports/www/ruby-merb/assets/distinfo N ports/www/ruby-merb/assets/pkg/DESCR N ports/www/ruby-merb/assets/pkg/PLIST N ports/www/ruby-merb/builder/Makefile N ports/www/ruby-merb/builder/distinfo N ports/www/ruby-merb/builder/pkg/PLIST N ports/www/ruby-merb/builder/pkg/DESCR N ports/www/ruby-merb/cache/Makefile N ports/www/ruby-merb/cache/distinfo N ports/www/ruby-merb/cache/pkg/DESCR N ports/www/ruby-merb/cache/pkg/PLIST N ports/www/ruby-merb/gen/Makefile N ports/www/ruby-merb/gen/distinfo N ports/www/ruby-merb/gen/pkg/PLIST N ports/www/ruby-merb/gen/pkg/DESCR N ports/www/ruby-merb/mailer/Makefile N ports/www/ruby-merb/mailer/distinfo N ports/www/ruby-merb/mailer/pkg/DESCR N ports/www/ruby-merb/mailer/pkg/PLIST N ports/www/ruby-merb/parts/Makefile N ports/www/ruby-merb/parts/distinfo N ports/www/ruby-merb/parts/pkg/DESCR N ports/www/ruby-merb/parts/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 16:19:33 Modified files: www : Makefile Log message: Add ruby-merb. CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/04/19 17:20:22 Modified files: sys/arch/amd64/stand/boot: conf.c sys/arch/amd64/stand/cdboot: conf.c sys/arch/amd64/stand/pxeboot: conf.c sys/arch/armish/stand/boot: conf.c sys/arch/hppa/stand/boot: conf.c sys/arch/hppa64/stand/boot: conf.c sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/pxeboot: conf.c sys/arch/landisk/stand/boot: conf.c sys/arch/macppc/stand: conf.c sys/lib/libsa : loadfile_elf.c Log message: Change ELF loader to use the LMA as the load address for the various segments. Hopefully this will help remove various hacks in the boot loader in the future. This should have no effect on most architectures (as we tend to have LMA == VMA). ok drahn@, soft ok's various others. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/19 18:22:40 Modified files: sys/dev/i2c : i2c_scan.c Log message: two more i2c probe checks. adt has split off or been sold to ON semi, so now even more data sheets are available at http://www.onsemi.com/PowerSolutions/parametrics.do?id=2127 so if people want to help write drivers... CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 18:23:28 Modified files: sys/dev/ic : rtl81x9.c Log message: Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set. Based on the same change to re(4) quite some time ago. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 18:34:39 Modified files: sys/dev/cardbus: if_re_cardbus.c sys/dev/ic : rtl81x9reg.h sys/dev/pci : if_re_pci.c Log message: Remove unused flags. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 18:42:27 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: - Add some more defines. - Use one of the new defines in the re(4) code to remove a magic number. - Correct a comment. - Fix a typo. Most of this is from NetBSD. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 18:59:44 Modified files: sys/dev/ic : re.c Log message: Remove redundant checks for the 8139C+ chipset, this code can only be reached if using the 8139C+ chipset. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 19:15:40 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: - Recognize the 8168C chipset. - Add some more defines for the 8168C chipset. From NetBSD ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 19:18:02 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Move the threshold fix from the re(4) code back into the header as it was going to be before the release. No functional change. prodded by kettenis@ ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 19:32:43 Modified files: sys/dev/pci : if_bge.c if_bgereg.h sys/dev/mii : brgphy.c Log message: Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipset revisions. From Linux via FreeBSD. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 19:37:35 Modified files: sys/dev/pci : if_bge.c Log message: rev 1.35 added special register settings for BCM5704 chipsets when in TBI mode for fiber adapters which causes problems for some systems. Add code to detect when the special settings are necessary which helps with some blade systems. From FreeBSD ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/19 19:46:35 Modified files: sys/arch/amd64/stand/libsa: bioscons.c sys/arch/i386/stand/libsa: bioscons.c Log message: rewrite the serial port handling to manipulate the hardware directly rather than relying on calls into the bios to work. this is a result of me getting pissed off with solaris and linux being able to cope the serial bios redirection on dracs, iloms, and ilos. trying to do the same thing with openbsds boot loader caused weird behaviour like machine hangs or no visible output. talking to the serial chips directly is more reliable. tested by many ok sthen@ deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 23:47:05 Modified files: share/man/man4 : txp.4 Log message: overhaul the page. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 23:51:16 Modified files: share/man/man4 : lge.4 Log message: slight tweaking of the wording to make this consistent with other pages that mention checksum offload. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 01:05:52 Modified files: sys/altq : altq_cdnr.c altq_classq.h altq_red.c altq_rmclass.c altq_var.h Log message: Do not use random(), which is supposed to be a scheduler-only API (we should rename it one day). Furthermore, do not do random() % value, but instead solve both problems using arc4random_uniform() Problem spotted by drahn, fix ok'd by djm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/20 01:37:00 Modified files: audio/sonata : Makefile distinfo audio/sonata/patches: patch-setup_py audio/sonata/pkg: PLIST Log message: - update to sonata-1.5 - take maintainership CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/20 03:14:05 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Parse VS_INPUT_HEADER descriptor. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 03:18:52 Modified files: sys/arch/sparc64/sparc64: locore.s genassym.cf sys/arch/sparc64/include: pte.h Log message: Implement locking of sun4u TSB entries for MULTIPROCESSOR kernels. Make sun4v code use the new TSB_TAG_LOCKED define. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/20 03:49:33 Modified files: print/py-cups : Makefile Log message: - fix CATEGORIES CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/20 04:06:26 Modified files: net/nagios/cnagios: Makefile Log message: fix CATEGORIES, pointed out by ajacoutot - thank you. This doesn't make it into the package (checked with PLIST_DB), so no version bump. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/20 04:33:55 Modified files: share/man/man4 : txp.4 Log message: remove trailing whitespace; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 04:35:57 Modified files: sys/arch/sparc64/sparc64: locore.s machdep.c Removed files: sys/lib/libkern/arch/sparc64: random.S Log message: Remove the random() function from locore.s (which used sparcv7 instructions, including mulscc to do multiplications) and switch to the generic random.c code. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/20 05:19:20 Modified files: audio/fluidsynth: Makefile audio/fluidsynth/patches: patch-src_fluid_oss_c Log message: internal data is converted from float to native endian integer data. configure 16-bit output for cpu native endian encoding. CVSROOT: /cvs Module name: src Changes by: rainer@cvs.openbsd.org 2008/04/20 05:36:48 Modified files: usr.sbin/rtadvd: advcap.c config.c Log message: Take failed system calls more serious than LOG_INFO. This is mainly in preparation for more changes to logging. Ok bluhm@, pyr@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 05:53:11 Modified files: sys/arch/hppa64/conf: files.hppa64 sys/arch/hppa64/dev: pdc.c sys/arch/hppa64/hppa64: machdep.c sys/arch/hppa64/include: param.h Log message: Sync console handling with hppa port: Delay switching to the real serial console until we attach the serial device. The variety of different serial devices is just too big to make a decision up front. This should make the second serial port on four-digit B/C/J-class workstation work as a serial console too. Last bit isn't true yet; the code to support com @ ssio isn't there yet on hppa64. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 07:25:46 Modified files: app/xinit : xinit.c Log message: Get rid of the Xwrapper hack. OpenBSD doesn't support XFree86 3.3.x anymore. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 07:46:02 Modified files: app/xinit : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac startx.cpp xinit.c xinitrc.cpp Added files: app/xinit : cpprules.in org.x.X11.plist.cpp Log message: Update to xinit-1.0.8, while preserving local changes. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/20 09:11:24 Modified files: faq : faq14.html Log message: "g b" is no longer an option, and the other details here are probably more confusing than they are worth, so remove. Spotted by Frank Bax, (fbax at sympatico.ca). While in the neighborhood, the excitement over a 96G disk isn't really that big a deal anymore, even for me, so simplify. This section (14.3) really needs a major clean-up. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/20 09:40:08 Modified files: faq : faq14.html Log message: Some style improvements and a broken link, spotted by Frank Bax, thanks! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:11:13 Modified files: sys/arch/i386/i386: machdep.c Log message: Call cnpollc() before cngetc() upon halt. ok miod@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:32:06 Modified files: app/xkbcomp : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 action.c compat.c configure configure.ac expr.h geometry.c keycodes.c keytypes.c misc.c misc.h parseutils.h symbols.c utils.c utils.h vmod.c xkbcomp.c xkbparse.y xkbpath.c xkbpath.h xkbscan.c Log message: Update to xkbcomp 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:36:07 Modified files: app/xprop : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac dsimple.c dsimple.h xprop.c Log message: Update to xprop 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:42:58 Modified files: app/xrdb : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xrdb.c Log message: update to xrdb 1.0.5 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:47:17 Modified files: sys/arch/hppa64/hppa64: conf.c Log message: Sync console handling with hppa port: Delay switching to the real serial console until we attach the serial device. The variety of different serial devices is just too big to make a decision up front. This should make the second serial port on four-digit B/C/J-class workstation work as a serial console too. Last bit isn't true yet; the code to support com @ ssio isn't there yet on hppa64. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:47:33 Modified files: app/xset : ChangeLog aclocal.m4 configure configure.ac xset.c xset.man Log message: Update to xset 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:48:10 Modified files: . : MODULES Log message: This weekend updates CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:51:52 Added files: sys/lib/libkern/arch/hppa64: Makefile bcopy.S memcpy.S memmove.S ovbcopy.S spcopy.S Log message: Catch up with dismantled libkern. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:56:20 Modified files: sys/arch/hppa64/conf: GENERIC files.hppa64 Log message: crank maxusers CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:58:44 Modified files: sys/arch/hppa64/conf: files.hppa64 Log message: Catch up with dismantled libkern. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 11:11:24 Modified files: sys/arch/hppa64/hppa64: genassym.cf locore.S vm_machdep.c Log message: Catch up with cpu_switchto. Completely untested. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 11:13:47 Modified files: sys/arch/hppa64/hppa64: mainbus.c sys/arch/hppa64/include: bus.h Log message: Add proper bus_space_vaddr(9) impementation. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 11:17:32 Modified files: sys/arch/hppa64/conf: GENERIC files.hppa64 Added files: sys/arch/hppa64/dev: astro.c Removed files: sys/arch/hppa64/dev: pluto.c Log message: Bring over astro(4) from hppa, to replace pluto(4). CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:40:39 Modified files: converters/p5-Convert-UU: Makefile distinfo Log message: update to version 0.5201 and set PERMIT_* to yes as it now has a license CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:46:50 Modified files: devel/p5-Module-ScanDeps: Makefile distinfo Log message: maintenance update to version 0.83 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:49:32 Modified files: devel/p5-PAR-Dist: Makefile distinfo Log message: maintenance update to version 0.29 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:52:25 Modified files: devel/p5-POE-Component-IKC: Makefile distinfo Log message: maintenance update to version 0.2001 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:56:23 Modified files: devel/p5-Test-Deep: Makefile distinfo devel/p5-Test-Deep/pkg: PLIST Log message: update to version 0.100 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 12:01:31 Modified files: devel/p5-Time-Piece: Makefile distinfo Log message: update to version 1.13 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 12:01:33 Modified files: sys/arch/hppa/hppa: autoconf.c Log message: Print bootpath in the canonical place. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 12:04:08 Modified files: graphics/p5-GD-SecurityImage: Makefile distinfo Log message: maintenace update to version 1.65 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 12:05:25 Modified files: sys/arch/hppa64/hppa64: autoconf.c Log message: Add missing function declaration. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 12:41:45 Modified files: sys/arch/hppa64/dev: elroy.c elroyreg.h elroyvar.h Log message: Sync with hppa code. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 13:28:14 Modified files: driver/xf86-input-keyboard/src: bsd_kbd.c Log message: If the wskbd map is 'user' don't try to set the xkb layout. Tested by okan@ ok oga@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 14:51:58 Modified files: sys/dev/pci : ichiic.c Log message: be quiet even when errors happen; ok kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/20 15:00:19 Modified files: x11/dbus : Makefile Added files: x11/dbus/patches: patch-bus_dbus-daemon_1 Log message: - better COMMENT - fix locations in dbus-daemon.1 (spotted by ajacoutot) CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/20 15:26:36 Log message: Import rpl 1.4.0 rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively over directories and supports limiting the search to specific file suffixes. From James Turner (james - bsdgroup dot org) ok mbalmer@ Status: Vendor Tag: merdely Release Tags: jturner_20080420 N ports/sysutils/rpl/distinfo N ports/sysutils/rpl/Makefile N ports/sysutils/rpl/pkg/PLIST N ports/sysutils/rpl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/20 15:27:40 Modified files: sysutils : Makefile Log message: Add rpl CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 15:42:00 Modified files: sys/arch/hppa64/hppa64: machdep.c Log message: Try to reset the machine through the firmware to reboot. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/20 18:32:43 Modified files: share/man/man4 : audio.4 share/man/man9 : audio.9 sys/dev : audio_if.h audio.c sys/arch/hppa/gsc: harmony.c sys/arch/macppc/dev: aoa.c awacs.c daca.c onyx.c snapper.c tumbler.c sys/arch/sgi/dev: mavb.c sys/arch/sparc/dev: amd7930.c cs4231.c sys/arch/sparc64/dev: ce4231.c sys/arch/zaurus/dev: zaurus_audio.c sys/dev/isa : ess.c gus.c pas.c pss.c sb.c wss.c ym.c sys/dev/pci : auixp.c autri.c auvia.c azalia.c cs4281.c eap.c esa.c fms.c cs4280.c cmpci.c neo.c envy.c maestro.c sv.c yds.c emuxki.c eso.c auich.c sys/dev/sbus : cs4231.c sys/dev/usb : uaudio.c Log message: allow low level audio drivers to specify a default sample format, instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/20 18:38:19 Modified files: math/fftw3 : Makefile Log message: g77 throws ICEs on sgi, so disable fortran support there. lets this build on sgi. discussed with steven@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 19:42:19 Modified files: sbin/pfctl : parse.y Log message: optnl is a crutch for those who do not understand yacc. it leads to a variety of errors; ok mcbride CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/04/20 19:51:10 Modified files: regress/sbin/pfctl: pf92.in Log message: Test for blank lines and comments between and inline anchor and its rules. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/20 21:49:23 Log message: iaxmodem 1.1.0 IAXmodem is a software modem written in C that uses an IAX channel (commonly provided by an Asterisk PBX system) instead of a traditional phone line and uses a DSP library instead of DSP hardware chipsets. IAXmodem was originally conceived to function as a fax modem usable with HylaFAX, and it does that well. However IAXmodem also has been known to function with mgetty+sendfax and efax. .. much cleanup from my earlier verisions, thanks brad@ Status: Vendor Tag: todd Release Tags: todd_20080420 N ports/telephony/iaxmodem/Makefile N ports/telephony/iaxmodem/distinfo N ports/telephony/iaxmodem/patches/patch-Makefile_in N ports/telephony/iaxmodem/patches/patch-configure N ports/telephony/iaxmodem/patches/patch-lib_spandsp_src_Makefile_in N ports/telephony/iaxmodem/patches/patch-iaxmodem_c N ports/telephony/iaxmodem/patches/patch-iaxmodem-cfg_ttyIAX N ports/telephony/iaxmodem/pkg/PLIST N ports/telephony/iaxmodem/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/20 21:50:30 Modified files: telephony : Makefile Log message: +iaxmodem CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 22:48:25 Modified files: sys/dev/i2c : files.i2c Added files: sys/dev/i2c : adt7462.c Log message: A very very rough start at an adt7462 driver CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 22:50:23 Modified files: sys/arch/sparc64/conf: files.sparc64 Added files: sys/arch/sparc64/dev: mgiic.c Log message: Work in progress at supporting the Mentor Graphics i2c core found in the Fire pcie hostbridge. Fairly horrid device to deal with. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 23:38:30 Modified files: sys/dev/i2c : spdmem.c Log message: when iic_exec fails, return 0xff for the read value; ok jsg CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/21 00:04:31 Added files: app/xprop : clientwin.c clientwin.h Log message: Add 2 files added with 1.0.4. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 00:13:35 Modified files: sys/dev/i2c : adt7462.c Log message: improve register to temperature conversion code CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/21 02:13:57 Modified files: . : plus.html Log message: Upto 04/20 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/21 02:17:23 Modified files: usr.sbin/tcpdump: tcpdump.8 Log message: add a short section on checksum offloading, based on a diff from Alf Schlichting; help/ok henning CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/21 02:30:26 Modified files: share/man/man4 : nfe.4 Log message: mention VLAN tag insertion and checksum offload. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/21 03:30:21 Log message: import farsiweb 0.4 The first standard set of Unicode Persian fonts ever published, including Titr, Nazli, Nazli Bold, and Homa. Status: Vendor Tag: jasper Release Tags: jasper-20080421 N ports/x11/farsiweb-ttf/Makefile N ports/x11/farsiweb-ttf/distinfo N ports/x11/farsiweb-ttf/pkg/DESCR N ports/x11/farsiweb-ttf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/21 03:31:42 Log message: import arabeyes-ttf 2.0 This project aims at increasing the number of available Arabic free and open source fonts. The goals of this project are: * Create and/or salvage free and open TTF Arabic fonts. * Create a central repository of all free and open source Arabic fonts (TTF and otherwise) in order to get them included into the various distributions. * To better couple and artistically match Arabic fonts to their latin counterparts. Status: Vendor Tag: jasper Release Tags: jasper-20080421 N ports/x11/arabeyes-ttf/Makefile N ports/x11/arabeyes-ttf/distinfo N ports/x11/arabeyes-ttf/pkg/DESCR N ports/x11/arabeyes-ttf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/21 03:33:58 Modified files: net/ejabberd : Makefile Log message: - fix CATEGORIES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/21 03:34:28 Modified files: x11 : Makefile Log message: - add arabeyes-ttf and farsiweb-ttf CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/21 03:43:36 Modified files: www/ruby-activemerchant: Makefile Log message: missing dependency on ruby-activesupport bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/21 04:35:27 Modified files: net/irssi-icb : Makefile Added files: net/irssi-icb/patches: patch-README patch-src_core_icb-commands_c patch-src_fe-common_fe-icb_c patch-src_fe-common_module-formats_c patch-src_fe-common_module-formats_h Log message: display changed topic and your /nick changes in the status bar, convert times in /who to readable format, display the correct user name when someone /beeps you, and add a note to the README. ok jasper CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/21 05:22:14 Modified files: bin/ed : main.c Log message: Initialize the correct variable in HUP handler if ed.hup in current directory cannot be written and ~/ed.hup path has to be built up. Also pay special care that HOME is an absolute path name. With input by millert. ok deraadt, millert CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/21 06:28:35 Modified files: lib/libc/stdio : fdopen.c fopen.c freopen.c Log message: _file is only a short, so prevent truncation if we happen to hit upon a fd > SHRT_MAX. From freebsd via Jan Schaumann; ok deraadt@ millert@ espie@ CVSROOT: /cvs Module name: www Changes by: jsing@cvs.openbsd.org 2008/04/21 08:40:55 Modified files: . : 43.html Log message: More details regarding OpenBSD/sgi. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/21 09:03:12 Modified files: devel/pwlib : Makefile devel/pwlib/patches: patch-src_ptclib_pssl_cxx Log message: Fix build on alpha. Help and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/21 09:23:22 Modified files: devel/libmtp : Makefile distinfo Log message: - update libmtp to 0.2.6.1 from bsd@openbsd.rutgers.edu, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 09:32:48 Modified files: sys/dev/i2c : adt7462.c Log message: correct negative temperatures (if they ever happen); spotted by cnst CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 10:14:25 Modified files: sys/net80211 : ieee80211_input.c Log message: Some WPA1+WPA2 APs include both a WPA and an RSN IE in message 3 of the 4-way handshake, regardless of what protocol the supplicant is using. Ignore the IEs we don't care about instead of deauthenticating with a reason code of 'RSN_DIFFERENT_IE'. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/21 11:59:36 Modified files: www/dansguardian: Makefile Log message: Add Makefile comments noting the restrictions about commercial users downloading this from official distribution sources. (We are in compliance, but without an explanation, someone might not notice this if they update it later). CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/21 12:32:06 Modified files: www/dansguardian: Makefile Added files: www/dansguardian/patches: patch-configs_contentscanners_clamav_conf_in patch-src_contentscanners_clamav_cpp Log message: Fix package build after ClamAV update. Option ArchiveMaxCompressionRatio is gone. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/21 13:00:56 Modified files: devel/bzr : Makefile distinfo devel/bzr/patches: patch-bzr patch-bzrlib_diff_py devel/bzr/pkg : DESCR PLIST Added files: devel/bzr/patches: patch-bzrlib_patch_py patch-bzrlib_tests_test_diff_py Log message: update to 1.3 testing from a few -thanks! ok merdely@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 13:01:01 Modified files: sys/net80211 : ieee80211_crypto.c ieee80211_crypto.h ieee80211_input.c Log message: - do not process ethernet PAE frames if RSN is not enabled - add a ieee80211_recv_action() function (will be used later) - some cleanup, remove unused prototypes, get rid of the IEEE80211_VERIFY_* macros CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/21 13:06:02 Log message: Epsilon is a set of utility modules, commonly used by all Divmod projects. This is intended mainly as a support package for code used by Divmod projects, and not as an external library. However, it contains many useful modules and you can feel free to use them! Currently included: * A powerful date/time formatting and import/export class (ExtimeDotTime), for exchanging date and time information between all Python's various ways to interpret objects as times or time deltas. * Tools for managing concurrent asynchronous processes within Twisted. * A metaclass which helps you define classes with explicit states. * A featureful Version class. * A formal system for application of monkey-patches. ok pyr@ Status: Vendor Tag: eric Release Tags: eric_2008_Apr_21 N ports/devel/py-epsilon/Makefile N ports/devel/py-epsilon/distinfo N ports/devel/py-epsilon/pkg/PLIST N ports/devel/py-epsilon/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/21 13:07:25 Modified files: devel : Makefile Log message: +py-epsilon CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/21 13:15:50 Log message: Divmod Nevow is a web application construction kit written in Python. It is designed to allow the programmer to express as much of the view logic as desired in Python, and includes a pure Python XML expression syntax named stan to facilitate this. However it also provides rich support for designer-edited templates, using a very small XML attribute language to provide bi-directional template manipulation capability. Nevow also includes Divmod Athena, a "two way web" implementation, providing a two-way bridge between Python code on the server and JavaScript code on the client. Modular portions of a page, known as "athena fragments" in the server python and "athena widgets" in the client javascript, can be individually developed and placed on any Nevow-rendered page with a small template renderer. Athena abstracts the intricacies of HTTP communication, session security, and browser-specific bugs behind a simple remote-method-call interface, where individual widgets or fragments can call remote methods on their client or server peer with one method: "callRemote". ok pyr@ Status: Vendor Tag: eric Release Tags: eric_2008_Apr_21 N ports/www/py-nevow/Makefile N ports/www/py-nevow/distinfo N ports/www/py-nevow/pkg/PLIST N ports/www/py-nevow/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/21 13:17:33 Modified files: www : Makefile Log message: +py-nevow CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/21 13:17:59 Modified files: net/openh323 : Makefile Log message: Fix build on alpha. "of course" ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/21 13:23:49 Modified files: . : 3RDPARTY Log message: Mesa3d and xterm got new releases. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 13:27:13 Modified files: sys/net80211 : ieee80211_input.c Log message: refuse association requests containing a wildcard SSID. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 13:37:18 Modified files: sys/net80211 : ieee80211_crypto.h ieee80211_input.c ieee80211_node.c ieee80211_node.h ieee80211_proto.c ieee80211_proto.h Log message: move ieee80211_auth_open() to ieee80211_proto.c move ieee80211_setup_rates() to ieee80211_node.c move some prototypes from ieee80211_proto.h to ieee80211_crypto.h CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/21 14:10:00 ports/mail/claws-mail-clamav/patches Update of /cvs/ports/mail/claws-mail-clamav/patches In directory cvs.openbsd.org:/tmp/cvs-serv11528/patches Log Message: Directory /cvs/ports/mail/claws-mail-clamav/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/21 14:11:48 Modified files: mail/claws-mail-clamav: Makefile Added files: mail/claws-mail-clamav/patches: patch-src_clamav_plugin_c Log message: Fix compilation after data structures have changed (without any notice in any documentation...) ok landry (the maintainer) CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 14:16:34 Modified files: sys/net80211 : ieee80211_input.c ieee80211_node.c Log message: move ieee80211_ibss_merge() from ieee80211_input.c to ieee80211_node.c CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/21 14:21:19 Modified files: x11/kde/i18n3 : Makefile x11/kde/i18n3/pkg: PLIST-ru Added files: x11/kde/i18n3/patches: ru-patch-data_kdeedu_kturtle_Makefile_in Removed files: x11/kde/i18n3/patches: fa-patch-messages_kdepim_kdepimwizards_po Log message: unbreak Persian and Russian CVSROOT: /cvs Module name: src Changes by: rainer@cvs.openbsd.org 2008/04/21 14:40:55 Modified files: usr.sbin/rtadvd: Makefile advcap.c config.c dump.c if.c rrenum.c rtadvd.8 rtadvd.c timer.c Added files: usr.sbin/rtadvd: log.c log.h Log message: Clean up logging by introducing the logging API used in other daemons and clean up the command line options. For details, see rtadvd(8). ok bluhm@, pyr@ CVSROOT: /cvs Module name: www Changes by: rainer@cvs.openbsd.org 2008/04/21 14:49:36 Modified files: faq : current.html Log message: mention the changes of command line options of rtadvd(8) ok fkr@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/04/21 16:09:51 Modified files: usr.sbin/syslogd: syslogd.c Log message: If a |program is too slow to process the input, drop messages rather than to kill and restart it. Also log this error, but limited at a 2 minute rate. Discussed with henning. OK henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 18:25:32 Modified files: sys/dev/i2c : adt7462.c Log message: handle all four temperature sensors CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/21 18:34:30 Modified files: net/silc-server: Makefile distinfo net/silc-server/patches: operops-patch-apps_silcd_command_c Added files: net/silc-server/patches: patch-apps_silcd_server_c Log message: update to 1.1.5 + a crash fix from GIT. ok brad (maintainer). CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/21 19:18:46 Modified files: faq : faq4.html Log message: Some elaborations on the fdisk elaborations. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/21 19:24:47 Modified files: faq : upgrade43.html Log message: time to remove the disclaimer. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/21 19:34:49 Modified files: . : 43.html Log message: counts CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 19:44:19 Modified files: sys/arch/sparc64/dev: mgiic.c Log message: Works better, but still needs debug on to work.. CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2008/04/21 20:22:23 Modified files: usr.sbin/ftp-proxy: ftp-proxy.c Log message: Flush output buffers before closing TCP session. Fixes the case where the proxy would eat the 221 response coming from the server towards the client. Patch from camield@. Tested by Camiel and myself. ok camield@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/21 20:22:54 Modified files: sys/dev/i2c : i2c_scan.c Log message: unbreak the ignore_addrs logic (the 'continue' was obviously meant to affect another preceding 'for' loop); reported by krw and kettenis; better diff from millert; 'get it in' deraadt CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/21 20:50:55 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/21 21:05:03 Modified files: sys/dev/i2c : adt7462.c Log message: * correct the names of the register defines * describe the temperature sensors as 'Internal' / 'External' * no need for sensor description enumeration 'sure' deraadt CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/21 21:28:13 Modified files: share/man/man4 : sdtemp.4 Log message: s/NPX/NXP/g -- a separate legal entity of Philips is equally misspelled. ;) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/21 23:04:07 Modified files: usr.sbin/rtadvd: rtadvd.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 23:17:20 Modified files: share/man/man4 : Makefile iic.4 Added files: share/man/man4 : adtfsm.4 Log message: man page comes a bit later... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/22 02:57:24 Modified files: productivity/osmo: Makefile productivity/osmo/pkg: PLIST Added files: productivity/osmo/patches: patch-po_Makefile_in patch-src_calendar_c patch-src_calendar_widget_c patch-src_main_c patch-src_options_gui_calendar_c Removed files: productivity/osmo/patches: patch-Makefile_in Log message: - enable locales - correct display of mark symbols fix from joint work between pea@raveland.org (maintainer) and upstream author. "go ahead" antoine@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/04/22 03:15:08 Modified files: security/pwgen : Makefile security/pwgen/patches: patch-configure_in patch-randnum_c Log message: use arc4random_uniform(); from Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/22 03:34:58 Modified files: audio/jack : Makefile distinfo audio/jack/patches: patch-configure_ac patch-jackd_engine_c audio/jack/pkg : PLIST Added files: audio/jack/patches: patch-tools_netsource_c Removed files: audio/jack/patches: patch-drivers_netjack_net_source_c patch-drivers_sun_sun_driver_c patch-drivers_sun_sun_driver_h Log message: update to 0.111.2.1169 - don't bother trying to fix compiler optimization flag tests. they're badly broken/linux spcific, and we don't use them anyway. - the net source client became a "real" client (executable), instead of an "in process" client (plugin) - previous sun_driver patches accepted upstream, plus: * fix cycle timing in duplex mode by moving calculations and function calls out of the poll() synchronization loop * shorten xrun and silence writing/reading messages * remove unused variables * attempt to stop continuous playback underruns in duplex mode that are caused by the capture buffer overrunning * try harder to make sure we have pristine buffers after sun_driver_start() * use native endian audio encodings * report a delay when poll() times out, instead of effectively running a null cycle now jack works on my r10k sgi :) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 04:12:47 Modified files: print : Makefile Log message: add epdfview,cups. ok espie and ajacoutot CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 06:16:30 Modified files: www/py-beautifulsoup: Makefile www/py-beautifulsoup/pkg: PLIST Log message: switch to MODPY_EGG_VERSION and install in any arch. martynas@ ok CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 06:19:58 Log message: introduce libcares (c-ares), an asynchronous resolver library. input and ok sthen. Status: Vendor Tag: fgsch Release Tags: fgsch_20080422 N ports/net/libcares/Makefile N ports/net/libcares/distinfo N ports/net/libcares/pkg/PLIST N ports/net/libcares/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 06:23:36 Modified files: net : Makefile Log message: enter libcares. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/22 08:50:54 Modified files: x11/py-gtk2 : Makefile distinfo x11/py-gtk2/patches: patch-codegen_Makefile_in patch-examples_Makefile_in patch-tests_test_actiongroup_py x11/py-gtk2/pkg: PLIST Log message: - update to 2.12.1 - remove idle MAINTAINER - use gnome MODULE ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/22 08:51:40 Modified files: x11/gnome/py-gnome: Makefile distinfo x11/gnome/py-gnome/pkg: PLIST Log message: - update to version 2.22.0 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/22 10:50:43 Modified files: net/transmission: Makefile distinfo net/transmission/patches: patch-configure net/transmission/pkg: PLIST-gui PLIST-main Added files: net/transmission/patches: patch-gtk_details_c patch-gtk_makemeta-ui_c patch-gtk_stats_c patch-gtk_torrent-cell-renderer_c patch-gtk_tr-icon_c patch-gtk_tr-torrent_c patch-gtk_tr-window_c patch-gtk_util_c Log message: Update to 1.11. CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/04/22 12:22:16 ports/www/nostromo/patches Update of /cvs/ports/www/nostromo/patches In directory cvs.openbsd.org:/tmp/cvs-serv29424/patches Log Message: Directory /cvs/ports/www/nostromo/patches added to the repository CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/04/22 12:31:12 Modified files: sys/nfs : nfs.h Log message: Add comments detailing what the SLP_* flag #define's mean ok thib@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/22 12:53:34 Modified files: sys/nfs : nfs_serv.c nfs_subs.c nfs_var.h Log message: remove the "kerbflag" argument from nfsrv_fhtovp() and nfs_namei() (the latter only had it to pass it to nfsrv_fhtovp()). appropriate cleanup also; ok blambert@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/04/22 13:18:24 Modified files: sys/nfs : nfs_syscalls.c Log message: Close potential mbuf leak by iterating over the mbuf packet chain and m_freem()'ing vice doing so only on the first packet. From a similar change in NetBSD. "yes please" thib@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/22 13:20:59 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/patches: patch-lib_Makefile Log message: update to 10.26.53: miscellaneous bug fixes CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/22 14:11:14 Modified files: gnu/usr.bin/gcc/gcc/f: target.h Log message: I am so glad I'm a BSD developer. GNU developers wear grey. GNU developers use autoconf and friends to configure their software in the best possible way for the platform it is intended to run on. This frees us from the tedious job of, say, editing files hidden deep inside the sources to, say, tell the code that 64-bit platforms (you know, those which always define __LPA64__ and _LP64 among other things) have 64-bit integer types (one such platform even defines the completely unexpected symbol __mips64__.) GNU developers work much harder than we do, because they're so frightfully clever. I'm really awfully glad I'm a BSD developer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/22 14:24:10 Modified files: net/silc-server: Makefile distinfo Removed files: net/silc-server/patches: patch-apps_silcd_server_c Log message: update to 1.1.6 from Brad, and remove some dead mirrors CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/22 14:51:56 src/usr.sbin/sysmerge Update of /cvs/src/usr.sbin/sysmerge In directory cvs.openbsd.org:/tmp/cvs-serv21096/sysmerge Log Message: Directory /cvs/src/usr.sbin/sysmerge added to the repository CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/22 14:52:49 Modified files: misc/dtach : Makefile distinfo Log message: - Maintenance update to 0.8 - James Turner takes maintainership ok merdely@, niallo@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/22 14:53:16 Added files: usr.sbin/sysmerge: Makefile sysmerge.8 sysmerge.sh Log message: Welcome sysmerge(8), a mergemaster-based utility to help you update configuration files after upgrading to a new release or snapshot. The "sysmerge" name was chosen by weingart@ Lots of inputs from deraadt@ jmc@ millert@ krw@ and several, thank you! Man page enhancements by jmc@ Testings from at least okan@ landry@ gilles@ pyr@ merdely@ Still a _work-in-progress_, not connected to the build. "fine with me" krw@, "get it in" deraadt@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/22 14:59:37 Modified files: sys/nfs : nfs_vnops.c Log message: Remove kludges that map EEXIST errors too a 0 return (success) for certain operations (non-idempotent ones) under the assumption that the reply from the server is for a duplicate of the original request. However, most (all) NFS server today have a duplicate reply cache that address this problem and these kludges have been shown to cause problems with some applications (most notably dovecot as pointed out by brad@). For more information: http://lists.freebsd.org/pipermail/freebsd-current/2007-November/079961.html And revision 1.277 of sys/nfsclient/nfs_vnops.c in FreeBSD. Diff from rwatson@freebsd.org OK blambert@, "no objections" krw@ tested by many; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/22 15:19:59 Modified files: math/fftw3 : Makefile Log message: drop --disable-fortran workaround for sgi. miod@ fixed g77 and confirmed fftw3 now builds. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/22 15:36:06 Modified files: infrastructure/package: check-lib-depends Log message: handle fedora + redhat. based on Mikolaj Kucharski patch. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 17:33:01 Modified files: x11/xfce4/thunar: Makefile x11/xfce4/thunar/patches: patch-plugins_thunar-uca_Makefile_in Added files: x11/xfce4/thunar/patches: patch-acinclude_m4 Log message: add fam support, regenerate patches and bump package. ok by landry (maintainer). CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 17:33:49 Modified files: x11/xfce4/thunar-thumbnailers: Makefile Log message: remove repeated line. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/22 17:55:09 Modified files: print/texlive/base: Makefile Added files: print/texlive/base/patches: patch-libs_xpdf_xpdf_Object_h Log message: CVE-2008-1693 (adapted from the xpdf patch from debian). ok naddy, bernd CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/04/22 19:02:19 Modified files: usr.bin/strings: strings.c Log message: Move code around to remove a warning. Clarifies the code for both humans and compilers! Issue pointed out by Lawrence Teo. OK millert. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/23 01:04:09 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY update, fixes remote amplification attack in IAX. http://downloads.digium.com/pub/security/AST-2008-006.html ok ian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/23 03:57:04 Modified files: net/libcares : Makefile net/libcares/pkg: PLIST Added files: net/libcares/pkg: PFRAG.shared Log message: - build shared lib too "sure" fgsch@, "fine with me" sthen@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/23 04:17:50 Modified files: usr.sbin/rtadvd: config.c dump.c rrenum.c rtadvd.c rtadvd.h Log message: Replace handrolled lists with SLISTs or TAILQs. Timers remain and will be handled later. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/23 04:47:06 Modified files: mail/gmime : Makefile distinfo Log message: - update gmime to 2.2.18 from steffen schuetz, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 04:51:58 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/04/23 04:52:35 Modified files: www/nostromo : Makefile Added files: www/nostromo/patches: patch-src_nhttpd_Makefile Log message: Make nostromo compile on alpha arch again. Spotted, tested, and OK merdely@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 04:55:14 Modified files: sys/conf : files sys/kern : Makefile uipc_domain.c sys/net : if_ethersubr.c netisr.h netisr_dispatch.h route.h rtsock.c sys/sys : socket.h Log message: Import MPLS (Multi Protocol Label Switching) MPLS support partly based on the (abandoned?) AYAME project. Basic LSR (Label Switch Router) functionality is present, but not fully functional yet. It is currently possible to insert entries in the LIB (Label Information Base) with route(8), but setting the operation type is not supported yet. Imported to allow more people to work on this in the coming weeks. ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 04:58:34 Modified files: include : Makefile Log message: Import MPLS (Multi Protocol Label Switching) MPLS support partly based on the (abandoned?) AYAME project. Basic LSR (Label Switch Router) functionality is present, but not fully functional yet. It is currently possible to insert entries in the LIB (Label Information Base) with route(8), but setting the operation type is not supported yet. Imported to allow more people to work on this in the coming weeks. ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 05:00:35 Added files: sys/netmpls : mpls.c mpls.h mpls_input.c mpls_lse.c mpls_proto.c mpls_raw.c mpls_shim.c mpls_var.h Log message: Import MPLS (Multi Protocol Label Switching) MPLS support partly based on the (abandoned?) AYAME project. Basic LSR (Label Switch Router) functionality is present, but not fully functional yet. It is currently possible to insert entries in the LIB (Label Information Base) with route(8), but setting the operation type is not supported yet. Imported to allow more people to work on this in the coming weeks. ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 05:06:03 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.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: deraadt@cvs.openbsd.org 2008/04/23 05:09:03 Modified files: distrib/sets/lists/base: md.hppa64 Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 05:11:14 Modified files: sys/dev/i2c : adt7462.c Log message: learn about the fans CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 05:22:23 Modified files: sys/netmpls : mpls.h mpls_input.c mpls_proto.c mpls_raw.c mpls_shim.c Log message: I hate working outside the tree. Fix my faulty import.... CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 05:27:11 Removed files: sys/netmpls : mpls_lse.c mpls_var.h Log message: not needed any more... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/23 05:30:59 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-configure Log message: - fix two typos that may've broken suspend and shotdown CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 05:32:33 Removed files: sys/netmpls : mpls.c Log message: not needed any more... CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 06:28:49 Modified files: sys/netmpls : mpls.h Log message: add missing prototypes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/23 06:59:35 Modified files: sys/netmpls : mpls_input.c Log message: unbreak compilationg with option MPLS but without option MPLS_DEBUG CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/23 07:28:59 Modified files: share/man/man4 : Makefile pcmcia.4 sys/conf : files sys/dev/isa : files.isa sys/dev/pcmcia : files.pcmcia Removed files: share/man/man4 : rln.4 sys/dev/ic : rln.c rln.h rlncmd.h rlnreg.h rlnsubr.c rlnvar.h sys/dev/isa : if_rln_isa.c sys/dev/pcmcia : if_rln_pcmcia.c Log message: Remove driver for pre 802.11 RangeLAN2 wireless devices. It doesn't compile, was never finished, is now irrelevant, and miod has taken it apon himself to scare good boys and girls by suggesting they read the code. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/23 07:33:22 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-configure patch-master_conf_normal_conf Added files: mail/cyrus-imapd/patches: patch-lib_libconfig_c Log message: - update to version 2.3.12 - fix depends for the drac FLAVOR in the process - add a patch from cyrus bugzilla to allow imapd.conf to contain blank lines (!) * Added statuscache.db to cache IMAP STATUS data * Added option to unexpunge to restore messages by time interval * Implemented incremental squat updates (see squatter.8) * Fixed major bugs in reconstruct -k implementation * Added code to promote transaction safety and to track the lock status of skiplist databases * Allow long lines in imapd.conf to be split across multiple lines by using backslash as a continuation character. * Fixed miscellaneous bugs and build issues ... and more CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/23 09:34:18 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Call sched_init_cpu() for all but boot processor. ok kettenis. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/23 10:39:40 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Re-indent code Print usage to stderr not stdout Remove an unneeded check for TEMPROOT OK and last piece courtesy of ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 10:50:33 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: usage is only used once; ok millert CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/23 10:53:47 Modified files: devel/py-tz : Makefile distinfo devel/py-tz/pkg: PLIST Log message: - update to 2008b - use MODPY_EGG_VERSION - change MASTER_SITES ok djm@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 12:22:31 Modified files: usr.sbin : Makefile Log message: build sysmerge in CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 12:33:15 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.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: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 12:37:05 Modified files: sys/dev/pci : pcidevs Log message: netmos 6 port version; avf@eldamar.org.uk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 12:40:01 Modified files: share/man/man4 : puc.4 sys/dev/pci : pcidevs.h pcidevs_data.h pucdata.c Log message: support netmos 6 port version; avf@eldamar.org.uk CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/23 12:50:24 Modified files: share/man/man8 : release.8 Log message: document sysmerge(8); CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/23 14:39:00 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: - clarify copyright / license discussed with deraadt@ millert@ wording from millert@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/23 14:48:33 Modified files: devel/nasm : Makefile distinfo devel/nasm/patches: patch-doc_Makefile.in devel/nasm/pkg : PLIST Added files: devel/nasm/patches: patch-rdf2bin.c Removed files: devel/nasm/patches: patch-Makefile.in patch-output_outieee_c patch-preproc_c Log message: update to 2.02 based on a patch (and testing) from syl - thanks. comments from sthen@, brad@ and ajacoutot@ suggestions and ok brad@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/23 14:49:46 Modified files: net/ettercap : Makefile distinfo net/ettercap/pkg: PLIST Added files: net/ettercap/patches: patch-configure_in patch-include_ec_stdint_h patch-share_etter_conf patch-src_ec_capture_c patch-src_interfaces_gtk_ec_gtk_conf_c Removed files: net/ettercap/patches: patch-Makefile_in patch-configure patch-plugins_Makefile_in patch-src_ec_dissector_ssh_c patch-src_ec_main_c patch-src_ec_plugins_c patch-src_interface_console_ec_simple_c patch-src_interface_gtk_ec_gtk_factory_c patch-src_interface_ncurses_ec_interface_factory_c net/ettercap/pkg: PFRAG.shared Log message: update to 0.7.3 from brad@ testing and ok brad@ and merdely@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:01:04 Modified files: mail/libetpan : Makefile distinfo mail/libetpan/pkg: PLIST Added files: mail/libetpan/patches: patch-configure patch-src_low-level_feed_parser_c Removed files: mail/libetpan/patches: patch-src_low-level_imap_mailimap_c Log message: Update to libetpan 0.54, from maintainer Ulrich Kahl With tweaks by myself and feedback from ajacoutot@ ok ajacoutot@ pyr@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:11:29 Modified files: mail/claws-mail: Makefile distinfo Added files: mail/claws-mail/patches: patch-src_common_socket_c Log message: Update to claws-mail 3.4.0 from maintainer Ulrich Kahl Add a temporary patch from brad@ to fix upstream bug #1566, see http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1566 (it's already fixed in upstream cvs, but slightly differently) ok ajacoutot@, 'ok ok ok ok' pyr@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:15:37 Modified files: mail/claws-mail-cachesaver: Makefile distinfo Log message: Update to claws-mail-cachesaver 0.10.7 add DIST_SUBDIR while here, reminder by Ulrich Kahl (Thanks!) ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:17:24 Modified files: mail/claws-mail-notification: Makefile distinfo mail/claws-mail-notification/pkg: PLIST Log message: Update to notification plugin 0.16, add DIST_SUBDIR while here. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:19:01 Modified files: mail/claws-mail-pdfviewer: Makefile distinfo Log message: Update to pdfviewer plugin 0.9.1, add DIST_SUBDIR while here. ok ajacoutot@ pyr@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:20:29 Modified files: mail/claws-mail-rssyl: Makefile distinfo Log message: Update to rssyl plugin 0.19, add DIST_SUBDIR while here. ok ajacoutot@ pyr@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/04/23 15:31:39 Modified files: . : 43.html Log message: mention ipsec.conf improvements from Mitja Muzenic, mitja at muzenic net CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:40:18 Modified files: mail/claws-mail-vcalendar: Makefile distinfo mail/claws-mail-vcalendar/pkg: PLIST Log message: Update to vcalendar plugin 1.102, add DIST_SUBDIR while here. Adds a new lovely weekly/monthly view, rightclick on a calendar to try it. ok ajacoutot@ 'i *love* it' pyr@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:43:37 Modified files: mail/claws-mail-htmlviewer: Makefile distinfo Log message: Update to htmlviewer plugin 0.18, add DIST_SUBDIR while here. Now it builds against a static libgtkhtml shipped in distfile, fix dependencies accordingly. ok ajacoutot@ pyr@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/04/23 15:46:59 Modified files: . : events.html Log message: move to past from Mitja Muzenic, mitja at muzenic net - thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/23 16:18:27 Modified files: x11/matchbox/libfakekey: Makefile x11/matchbox/libfakekey/pkg: DESCR x11/matchbox/libmatchbox: Makefile x11/matchbox/matchbox-common: Makefile x11/matchbox/matchbox-desktop: Makefile x11/matchbox/matchbox-desktop/patches: patch-modules_dotdesktop_c x11/matchbox/matchbox-keyboard: Makefile x11/matchbox/matchbox-keyboard/patches: patch-Makefile_in x11/matchbox/matchbox-panel: Makefile x11/matchbox/matchbox-panel/patches: patch-applets_Makefile_in patch-configure patch-install-sh x11/matchbox/matchbox-window-manager: Makefile x11/matchbox/matchbox-window-manager/patches: patch-data_Makefile_in Added files: x11/matchbox : Makefile.inc Log message: - add Makefile.inc and use it - reformat some DESCR's - regen patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/23 16:20:56 Modified files: x11/matchbox/matchbox-panel: Makefile Log message: - use a better and complete list for apm arches. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/23 18:19:40 Modified files: net/ktorrent : Makefile distinfo Removed files: net/ktorrent/patches: patch-libktorrent_net_address_cpp patch-libktorrent_net_socket_cpp patch-libktorrent_util_fileops_cpp patch-libktorrent_util_functions_cpp patch-plugins_infowidget_peerview_cpp Log message: maintenance update from Brad - most patches are now upstream. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/04/23 18:35:31 Modified files: . : donations.html Log message: A donator wishes to be anonymous. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/23 19:06:03 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: SECURITY update to 2.11.5.2; fixes since the previous version in-tree include: various XSS, SQL injection, saves sensitive data in PHP session, crafted POST allows users to read files accessible by the web server. thanks bsd at openbsd.rutgers.edu for feedback, ok ckuethe CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/23 21:31:33 Modified files: lib/libpthread/uthread: uthread_sigmask.c uthread_sigprocmask.c regress/lib/libpthread/sigmask: sigmask.c Log message: Return the proper values upon failure per POSIX for pthread_sigmask(3) and sigprocmask(2) in threaded programs. From Philip Guenther via PR library/5795. okay marc@ CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2008/04/24 00:39:39 Modified files: build : support.dat Log message: Unfortunately consulting.santolaria.net is no more. CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2008/04/24 00:40:16 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/24 02:27:24 Modified files: mail/archivemail: Makefile distinfo mail/archivemail/pkg: PLIST Log message: update to 0.7.2; previous version didn't work with Python 2.5 ok msf (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/24 02:51:54 Modified files: www/webalizer : Makefile Log message: Enable GeoIP support for fast geolocation of requests (done from a local database, so no extra network traffic). Enabled by default, disable with "GeoIP no" in .conf if you don't want it. discussed with/ok mbalmer (maintainer) CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2008/04/24 03:04:14 Modified files: sys/dev/ic : ciss.c Log message: some ciss(4) firmwares use different physical drive addressing, resulting in bioctl(8) functions not available; pr#5682. code from mickey. tested by several people. ok dlg@ krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/24 03:16:02 Log message: import matchbox-themes-extra 0.3 Additional themes for Matchbox. Status: Vendor Tag: jasper Release Tags: jasper_20080424 N ports/x11/matchbox/matchbox-themes-extra/distinfo N ports/x11/matchbox/matchbox-themes-extra/Makefile N ports/x11/matchbox/matchbox-themes-extra/pkg/PLIST N ports/x11/matchbox/matchbox-themes-extra/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/24 03:17:21 Modified files: x11/matchbox : Makefile Log message: - add matchbox-themes-extra CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/24 04:11:43 Modified files: mail/alpine : Makefile Log message: - make sure we do not use the plaintext FLAVOR from c-client CRAM-MD5 authentication and alikes can be disabled using the "disable-these-authenticators=..." option if needed; plaintext will still work over TLS/SSL CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/24 05:36:39 Modified files: sys/net : if_bridge.c if_pppoe.c sys/netinet : if_ether.c ip_input.c sys/netinet6 : ip6_input.c sys/netmpls : mpls_input.c Log message: the softnet intr handlers check if the input queue has packets on it by reading the queues head pointer. if that pointer is not null then it takes splnet and dequeues a packet for handling. this is bad because the ifqueue head is modified at splnet and the sofnet handlers read it without holding splnet. this removes that check of the head pointer and simply checks if the dequeue gave us a packet or not before proceeding. found while reading mpls code. discussed with norby@ and henning@ ok mcbride@ henning@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/24 05:44:26 Modified files: lib/librthread : rthread_sig.c Log message: Return the proper values upon failure per POSIX for pthread_sigmask(3) and sigprocmask(2) in threaded programs. From Philip Guenther via PR library/5795. okay marc@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:29:34 Modified files: sys/dev/ic : com.c sys/arch/sgi/include: autoconf.h sys/arch/sgi/sgi: ip32_machdep.c Log message: Cleanup serial console handling and remove some of the MD code from com.c. Specify the serial configuration from within the MD code, rather than passing things via macros. This will allow other platforms to more readily change the serial console configuration. Committing this so it actually gets tested. ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/24 06:33:14 Modified files: sys/arch/amd64/amd64: machdep.c Log message: allow amd64 to use serial ports other than com0 as the console. previously it was stuck to com0 no matter what the boot loader told the kernel. this relies on the com diff jsing just committed. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:49:40 Modified files: sys/dev/ic : com.c Log message: Clean up comments. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:52:26 Modified files: sys/arch/sgi/sgi: ip30_machdep.c Log message: Unbreak IP30 serial console. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:53:50 Modified files: sys/dev/ic : com.c Log message: Keep order of "#if defined..." consistent. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:54:44 Modified files: sys/dev/ic : com.c Log message: MD_ISA_IOT is not defined anywhere so get rid of it. Spotted by drahn@, ok dlg@ CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2008/04/24 07:03:34 Modified files: . : 43.html Log message: typo in man page link. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 07:12:59 Modified files: sys/arch/sgi/include: autoconf.h Log message: Remove variables that are no longer used to specify the serial console. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 07:57:49 Modified files: sys/dev/acpi : acpireg.h acpi.c files.acpi sys/arch/i386/conf: GENERIC share/man/man4 : Makefile acpi.4 Added files: sys/dev/acpi : acpiasus.c share/man/man4 : acpiasus.4 Log message: Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many ASUS laptops (including the ASUS EeePC) - largely based on NetBSD's asus(4) driver. On the ASUS EeePC this allows us to enable/disable wireless, change screen brightness and use the volume keys. ok jsg@, weingart@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/04/24 08:04:19 Modified files: libexec/login_krb5: login_krb5.c Log message: compare strings with reality for expected behavior; ok millert@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/24 08:14:21 Modified files: . : plus.html Log message: upto 04/23 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/24 08:24:06 Modified files: x11/openbox : Makefile distinfo Log message: - update to openbox-3.4.7.2; the only change with previous version is that it comes with non-empty man pages... CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/24 08:51:12 Modified files: sys/scsi : scsiconf.c Log message: Say 'ATAPI' rather than 'SCSIn' for ATAPI devices found on (pseudo) SCSI buses like atapiscsi. This more accurately describes the commands that will be used on the device. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/24 09:42:42 Modified files: devel/smarty : Makefile distinfo Log message: - update to smarty-2.6.19 from alek@, ok sturm@ (via alek@) CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/24 11:39:45 Modified files: sys/miscfs/fifofs: fifo.h fifo_vnops.c sys/miscfs/portal: portal_vnops.c sys/miscfs/procfs: procfs_vnops.c sys/ufs/mfs : mfs_vnops.c mfsnode.h Log message: remove useless defines for the vnode operations, and instead init the op array functions with whatever the define was set too. ok dlg@,blambert@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/24 11:44:54 Modified files: sys/arch/amd64/pci: aapic.c Removed files: sys/arch/amd64/pci: amd8131reg.h Log message: move the register defines from amd8131reg.h into aapi.c, seems silly to have a seperate .h file for 4 defines. nuke the NetBSD __KERNEL_RCSID macro while there, we have that rcsid at the top of the file... ok toby@, brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/24 11:51:42 Modified files: usr.sbin/sysmerge: sysmerge.8 Log message: kill first person CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/24 13:13:56 Modified files: usr.bin/cvs : client.c diff_internals.c log.c server.c Log message: Use a fixed string in case of vasprintf() error instead of relying on strerror(). Although our vasprintf() sets errno, we cannot rely on it on other systems. ok ray (who spotted this issue), xsa CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/24 13:16:49 Modified files: usr.bin/rcs : rcsprog.c Log message: Prevent overflow of cmd_argv if RCS_INIT and command line arguments exceed buffer size (diff based on OpenCVS code). ok ray, xsa CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/24 13:36:14 Modified files: graphics/jhead : Makefile distinfo graphics/jhead/patches: patch-gpsinfo_c patch-jhead_c Log message: - update to 2.82 - remove no longer needed sparc64 workaround - add graphics/jpeg RUN_DEPENDS (for jpegtran) - simplify build - remove MAINTAINER, as requested ok xsa@ merdely@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/24 14:43:20 Modified files: lib/libc/sys : Lint_brk.c brk.2 vfork.2 include : unistd.h Log message: - correct brk(2) prototype and man page to match implementation and POSIX. brk(2) returns an int value not a void *. brk(2) returns 0 upon success not a pointer to the new end of memory. okay millert@, kettenis@, deraadt@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/24 14:47:05 Modified files: sys/arch/amd64/pci: aapic.c Log message: oops. unbreak build by removing the #include for amd8131reg.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/24 15:15:11 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/24 15:29:02 Modified files: sys/dev/pci : pcidevs Log message: Rename NetMos entries to include chip name and remove duplicate entry. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/24 15:29:51 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/24 15:31:00 Modified files: mail/mailscanner: Makefile distinfo mail/mailscanner/patches: patch-bin_MailScanner patch-etc_MailScanner_conf patch-etc_virus_scanners_conf patch-lib_MailScanner_ConfigDefs_pl patch-lib_MailScanner_CustomConfig_pm patch-lib_MailScanner_Message_pm patch-lib_symscanengine-autoupdate mail/mailscanner/pkg: PLIST Added files: mail/mailscanner/patches: patch-bin_cron_update_bad_phishing_sites_cron patch-bin_update_bad_phishing_sites Log message: update to 4.68.8, from brad@ tested by todd@ and brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/24 15:31:28 Modified files: sys/dev/pci : pucdata.c Log message: Adjust for renamed NetMos pcidevs entries. Add support for more Nm9845 variants and correctly match the 4S variant. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/24 17:57:24 Modified files: net/ktorrent : Makefile Log message: update license marker in comment (GPL->GPLv2), req by Brad CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/24 18:50:55 Modified files: . : sparc.html sparc64.html landisk.html mvme68k.html Log message: spelling fixes: neccessary -> necessary (from Pierre Riteau), bizzare -> bizarre. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/24 21:36:25 Modified files: faq : faq3.html Log message: ttyyppoo.. Spotted by Vit Skibinski (bucker at skibinski dot pp dot ru) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/24 22:04:15 Modified files: etc/etc.macppc : Makefile.inc Log message: express hope CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/04/24 22:15:34 Modified files: net/pidgin : Makefile Added files: net/pidgin/patches: patch-libpurple_protocols_silc_silc_c Log message: quit spamming channels with "Download Pidgin!" when silc exits. ok brad@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/24 22:19:01 Modified files: sys/dev/usb : usbdevs Log message: Another HSDPA MSM. From giovanni CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/24 22:19:48 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/24 22:21:15 Modified files: sys/dev/usb : umsm.c Log message: Another HSDPA MSM. From/tested by giovanni . No man page addition as it is unclear who makes it. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/25 00:40:37 Modified files: usr.bin/audioctl: audioctl.1 Log message: -a flag is deprecated, remove it from an example. ok ratchov CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/25 00:43:49 Modified files: usr.bin/audioctl: audioctl.c Log message: display count of playback frame errors (underruns) in play.errors like we do with record.errors for recording (overruns). ok ratchov CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/04/25 00:48:59 Modified files: usr.bin/audioctl: audioctl.1 Log message: update the example: using "play.block_size" instead of "blocksize" is now the recommended way to set the play block size ok jakemsr CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/04/25 01:34:54 Modified files: www/nostromo : Makefile distinfo Log message: Update to latest release 1.8.6. "aber sicher doch!" mbalmer@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/25 04:23:07 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_mod_cgi_c patch-src_mod_magnet_c Log message: - Handle EINTR in mod_cgi during write() - Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page from brad@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/25 05:30:22 Modified files: sys/arch/amd64/amd64: machdep.c sys/dev/ic : com.c Log message: the code that parses arguments from the boot loader on amd64 wasnt checking what type of console was specified, so when a glass console was used it was still configuring serial bits. this makes it so serial config only occurs for serial console devices. found by jolan@, thib@, and maybe sthen@ sorry guys CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/04/25 06:06:45 Modified files: usr.sbin/httpd/conf: httpd.conf Log message: spelling: pathes->paths, ok henning CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/04/25 06:33:41 Modified files: sys/nfs : nfs_vfsops.c Log message: Plug potential mbuf leak by changing m_free to m_freem. From NetBSD. ok thib@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 07:51:37 Modified files: games/wesnoth : Makefile games/wesnoth/pkg: PFRAG.no-lite PLIST Log message: Update PLISTs for 1.4. Unbreaks lite FLAVOR ok jasper@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 07:54:27 Modified files: games/xonix : Makefile games/xonix/pkg: PLIST Added files: games/xonix/patches: patch-x11_c Log message: keep score ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 08:10:47 Log message: import tcl 8.5 Highlights of Tcl 8.5 * Speed: 8.5 now runs 10% faster than 8.4 with bytecode improvements, object caching and reduced memory usage. * Bignums: Tcl now supports arbitrary-precision integers, which improves math operations on large integers. * Safer interps: Tcl's powerful safe interpreter mechanism now has improved control of time and command limits in slave interpreters. * clock command: More robust implementation of command for specifying time, with significant l10n and i18n improvements. * dict command: New data structure that allows access to data by value rather than a variable name, which is substantially faster. * Additional improvements: Faster list search, new and improved mathematics procedures, anonymous procedures, new ways to package Tcl extensions, Tcl-level custom channel types, file and line location information for each command, and more. from Stuart Cassoff (MAINTAINER) ok steven@ Status: Vendor Tag: deanna Release Tags: deanna_20080425 N ports/lang/tcl/8.5/Makefile N ports/lang/tcl/8.5/distinfo N ports/lang/tcl/8.5/pkg/PLIST N ports/lang/tcl/8.5/pkg/PFRAG.shared N ports/lang/tcl/8.5/pkg/DESCR N ports/lang/tcl/8.5/patches/patch-tools_installData_tcl N ports/lang/tcl/8.5/patches/patch-unix_Makefile_in N ports/lang/tcl/8.5/patches/patch-unix_tcl_m4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 08:12:41 Modified files: lang/tcl : Makefile Log message: += 8.5 CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 08:17:26 Log message: import tk 8.5 Highlights of Tk 8.5 * New modern theming engine: New and complementary widgets that make use of platform-specific theming on Mac OS X and Windows to better fit in with those environments, and feature an improved look and feel under X11. * New widgets: Part of the themed widget set, Tk now has core notebook, combobox, treeview and progressbar widgets. * text widget: Smooth scrolling, widget peering, and improved procedures for counting and replacing text. * Font rendering: Now uses anti-aliased text under X11, and a more modern text engine (ATSUI) on Mac OS X. * Additional improvements: Window transparency, new fullscreen option for windows, enhancements to specific widgets and window layout, and more. from Stuart Cassoff (MAINTAINER) ok steven@ Status: Vendor Tag: deanna Release Tags: deanna_20080425 N ports/x11/tk/8.5/Makefile N ports/x11/tk/8.5/distinfo N ports/x11/tk/8.5/pkg/DESCR N ports/x11/tk/8.5/pkg/PLIST N ports/x11/tk/8.5/pkg/PFRAG.shared N ports/x11/tk/8.5/patches/patch-unix_Makefile_in N ports/x11/tk/8.5/patches/patch-unix_configure_in N ports/x11/tk/8.5/patches/patch-unix_tcl_m4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 08:18:39 Modified files: x11/tk : Makefile Log message: += 8.5 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/25 08:41:35 Modified files: share/man/man5 : bsd.port.mk.5 Log message: missing full stop; from Jim Razmus CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/25 08:51:35 Modified files: sys/arch/arm/conf: files.arm sys/arch/hppa/conf: files.hppa sys/arch/i386/conf: files.i386 sys/arch/m68k/conf: files.m68k sys/arch/m88k/conf: files.m88k sys/arch/macppc/pci: kauaiata.c sys/arch/powerpc/conf: files.powerpc sys/arch/sh/conf: files.sh sys/arch/sparc/conf: files.sparc sys/arch/vax/conf: files.vax usr.sbin/httpd/htdocs/manual/misc: rewriteguide.html usr.sbin/httpd/htdocs/manual/mod/mod_ssl: ssl_reference.html usr.sbin/httpd/src/modules/experimental: mod_auth_digest.c usr.sbin/httpd/src/modules/standard: mod_rewrite.c Log message: neccessary -> necessary; from Pierre Riteau CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/25 10:37:17 Modified files: x11/gnome/mag : Makefile x11/gnome/mag/pkg: PLIST Log message: - we need to use DOXYGEN_ENCODE_PATH_STRIP, or the build will fail in some cases. from mikolaj kurcharski CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/04/25 10:37:44 Modified files: sys/arch/macppc/dev: asms.c Log message: Pretty dmesg output on attach and error handling. Prodded by deraadt; ok dlg derradt CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/25 12:19:09 Modified files: sysutils/rpl : Makefile distinfo Log message: Update to 1.4.1. From James Turner (MAINTAINER) ok okan@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/25 12:26:29 Modified files: math/octave : Makefile distinfo math/octave/patches: patch-scripts_pkg_pkg_m Removed files: math/octave/patches: patch-scripts_miscellaneous_unpack_m Log message: maintenance update to octave 3.0.1 CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 13:19:05 Modified files: textproc/xpdf : Makefile Added files: textproc/xpdf/patches: patch-xpdf_XRef_cc Removed files: textproc/xpdf/patches: patch-xpdf_XPDFCore_cc patch-xpdf_XPDFViewer_cc patch-xpdf_pdfimages_cc patch-xpdf_pdftops_cc patch-xpdf_pdftotext_cc Log message: Simplify anti-DRM patches. Catches a new DRM check that slipped in from upstream. Diff from brad@, inspired by Floor on ports@ ok brad@, bernd@, pvalchev@, and a special "Kill the DRM! DIE DIE DIE!!!!!!!!" from todd@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/25 13:27:36 Modified files: sys/arch/amd64/amd64: intr.c Log message: When allocating an interrupt 'slot', always check all slots to see if we already allocated a slot for a particular apic pin. ok weingart@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 13:33:05 Modified files: lang/tcl/8.5 : Makefile Log message: Fix Stuart's email address. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 13:34:21 Modified files: x11/tk/8.5 : Makefile Log message: Fix Stuart's email address. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/25 13:50:08 Modified files: sys/arch/i386/i386: apicvec.s machdep.c vector.s sys/arch/i386/include: intr.h sys/arch/i386/isa: icu.s Log message: Make ipending per-cpu. Should fix PR 5788. ok weingart@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/25 14:01:54 Modified files: x11 : Makefile Log message: -gatos-bin CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/25 14:02:07 Removed files: x11/gatos-bin : Makefile distinfo x11/gatos-bin/pkg: DESCR PLIST Log message: basically merged into xorg; bye. from brad@; no objection naddy@ espie@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/25 15:16:39 Modified files: faq : faq8.html Log message: JDK code was released under GPL, so remove this comment. suggestion from kurt@ a while ago CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2008/04/25 16:39:36 Modified files: games/xonix : Makefile Added files: games/xonix/patches: patch-xonix_c patch-xonix_h patch-xonix_man Log message: A potpourri of changes: - do not mention a mail being sent when hiscore is broken, this feature is disabled. - when a player dies, reset eater position. Also pick startup position closer to the MSDOS version of the game. - use {s,}random instead of {s,}rand. ok deanna@ for my yearly ports commit. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:41:03 Modified files: gnu/egcs/gcc : protector.c gnu/usr.bin/gcc/gcc: protector.c Log message: reg_renumber[] values are valid if >= 0, not > 0. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:44:13 Modified files: gnu/usr.bin/gcc/gcc/config/sh: t-openbsd Log message: typo CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:45:26 Modified files: gnu/usr.bin/gcc/gcc/config/sh: lib1funcs.asm Log message: * PR target/11901 ``[3.3 only] set_fpscr isn't PIC even when __PIC__ defined; bad for prelinking, causes glibc-3.2.3 check-textrel test to fail'' Correctly address fpscr_values[] in set_fpscr() when compiled PIC. This is a partial backport of this commit: 2003-08-11 Kaz Kojima * config/sh/lib1funcs.asm (__udivdi3): Add .type and .size information in SHmedia case too. (__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate): Likewise. (__set_fpscr): Use an access via GOT for PIC case. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:46:49 Modified files: gnu/usr.bin/gcc/gcc/config/sh: sh-protos.h sh.c sh.h sh.md Log message: * PR rtl-optimization/13260 ``[3.4 Regression] Incorrect optimisation of loop termination condition'' This is a complete backport of this commit: 2003-12-04 J"orn Rennecke PR optimization/13260 * sh-protos.h (sh_expand_t_scc): Declare. * sh.h (PREDICATE_CODES): Add cmpsi_operand. * sh.c (cmpsi_operand, sh_expand_t_scc): New functions. * sh.md (cmpsi): Use cmpsi_operand. If T_REG is compared to something that is not a CONST_INT, copy it into a pseudo register. (subc): Fix description of new T value. (slt, sgt, sge, sgtu): Don't clobber T after rtl generation is over. (sltu, sleu, sgeu): Likewise. (seq, sne): Likewise. Use sh_expand_t_scc. * PR target/15886 ``[3.3/3.4/4.0 Regression] SH: Miscompilation with -O2 -fPIC'' This is a complete backport of this commit: 2004-06-11 J"orn Rennecke * sh.h (ALLOCATE_INITIAL_VALUE): Use return_address_pointer_rtx. * PR target/21255 ``%R and %S are not safe to use from asms'' This is a complete backport of this commit: 2005-08-31 J"orn Rennecke PR target/21255 * sh.c (print_operand, %R and %S): Add handling of floating point registers, memory, constants and invalid operands. * Non PR - CAN_ELIMINATE() is modified to prevent fp -> sp elimination when a frame pointer needs to be preserved. I have serious reasons to think this will help propolice operation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:49:42 Modified files: gnu/usr.bin/gcc/gcc/config/mips: mips.md Log message: Prevent user asm statements from being put in delay slots, this avoids warnings and/or unexpected operation when such statements are multi-insn macros, such as li/dli. Backported from gcc 3.3.6. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/04/25 17:13:47 Modified files: net/mcabber : Makefile distinfo Log message: mcabber-0.9.7; from maintainer markus-hennecke@markus-hennecke.de CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/25 19:24:01 Modified files: sys/net : if_gif.c Log message: Typo, paket -> packet. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/26 00:44:13 Modified files: faq : faq8.html Log message: use ssh instead of telnet in s/key example. suggested by D.H.Davis@bath.ac.uk months ago ok nick@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/26 00:51:29 Modified files: math/octave/pkg: PLIST Log message: oops, missing plist update for 3.0.1 spotted by Stephan Andre' (andres at msu.edu) CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 03:24:04 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile patch-gitweb_gitweb_perl patch-t_t4019-diff-wserror_sh devel/git/pkg : PLIST-main PLIST-x11 Added files: devel/git/patches: patch-t_t3200-branch_sh patch-t_t7201-co_sh Log message: Update to git-1.5.5.1. Add post-receive-email hook from contrib/ as suggested by Laurence Tratt. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 03:27:17 Log message: Initial import of ruby-merb_activerecord-0.9.2. A plugin for the Merb framework that provides activerecord access. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-26 N ports/www/ruby-merb/activerecord/Makefile N ports/www/ruby-merb/activerecord/distinfo N ports/www/ruby-merb/activerecord/pkg/PLIST N ports/www/ruby-merb/activerecord/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 03:29:52 Log message: Initial import of ruby-merb_helpers-0.9.2. A plugin for the Merb Web framework that provides different view helpers. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-26 N ports/www/ruby-merb/helpers/Makefile N ports/www/ruby-merb/helpers/distinfo N ports/www/ruby-merb/helpers/pkg/PLIST N ports/www/ruby-merb/helpers/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 03:31:57 Modified files: www/ruby-merb : Makefile Log message: Add activerecord and helpers. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 04:04:16 Modified files: textproc/ruby-builder: Makefile distinfo textproc/ruby-builder/pkg: PLIST Log message: Update to ruby-builder-2.1.2 and add regress target. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 04:05:23 Modified files: textproc/ruby-markaby: Makefile Log message: Don't hardcode ruby-builder version number in RUN_DEPENDS and add a regress target. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 04:18:06 Modified files: textproc/ruby-rubigen: Makefile distinfo textproc/ruby-rubigen/pkg: PLIST Log message: Update to ruby-rubigen-1.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/26 05:14:59 Modified files: x11/gnome/gnopernicus: Makefile Log message: - this needs libgail-gnome to build and run noticed by Stephan Andre' , thanks! - make use of MODGNOME_HELP_FILES while here ok jasper@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/26 05:50:09 Modified files: infrastructure/templates: network.conf.template Log message: update packetstorm mirror list from Jim Razmus (jim at bonetruck.org) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/26 08:33:27 Modified files: sys/arch/i386/i386: apicvec.s lapic.c vector.s sys/arch/i386/include: i82489var.h intrdefs.h sys/arch/i386/isa: icu.s isa_machdep.c Log message: Remove softast; it's no longer used. ok krw@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/26 10:33:40 Log message: import p5-parent This module allows you to both load one or more modules, while setting up inheritance from those modules at the same time. By default, every base class needs to live in a file of its own. If you want to have a subclass and its parent class in the same file, you can tell parent not to load any modules by using the -norequire switch. ok merdely@ Status: Vendor Tag: simon Release Tags: simon_20080426 N ports/devel/p5-parent/Makefile N ports/devel/p5-parent/distinfo N ports/devel/p5-parent/pkg/PLIST N ports/devel/p5-parent/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/26 10:33:44 Modified files: devel : Makefile Log message: add p5-parent CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2008/04/26 10:37:34 Modified files: security/p5-Net_SSLeay: Makefile distinfo security/p5-Net_SSLeay/patches: patch-Makefile_PL security/p5-Net_SSLeay/pkg: DESCR PLIST Added files: security/p5-Net_SSLeay/patches: patch-t_handle_external_10_destroy_t patch-t_handle_external_50_external_t Removed files: security/p5-Net_SSLeay/patches: patch-SSLeay_pm Log message: update to p5-Net-SSLeay 1.32, ok sturm@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/26 11:35:03 Modified files: sys/dev/ic : com_subr.c Log message: Keep order of "#if defined..." consistent. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/26 13:57:49 Modified files: sys/net80211 : ieee80211_input.c Log message: unbreak hostap mode. do not parse RSN IE from beacons/probe responses if not scanning. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/04/26 13:58:03 Modified files: usr.bin/rcs : rcsprog.c Log message: Duplicate envstr and free it on error instead of allocating for each argument and freeing each argument on error. OK joris, tobias CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/26 13:59:24 Modified files: sys/net80211 : ieee80211_crypto_tkip.c Log message: small optimization of TKIP mixing phase 2 (for little-endian architectures). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/26 14:03:34 Modified files: sys/net80211 : ieee80211.c ieee80211_crypto.c Log message: move things from ieee80211_ifattach() to ieee80211_crypto_attach(). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/26 14:08:01 Modified files: sys/dev/ic : rt2860.c Log message: hardware TKIP (including MIC) + CCMP CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/26 14:13:22 Modified files: usr.bin/dc : bcode.c Log message: use correct printf format for size_t (debug only code) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/26 15:26:42 Modified files: sys/dev/mii : brgphy.c brgphyreg.h Log message: Adjust the output voltage for BCM5906 PHY otherwise it might not be possible to obtain a link under some circumstances which are unknown at the moment. From the Linux tg3 driver. Issue reported by Kamil Andrusz ok kettenis@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/26 16:37:41 Modified files: sys/arch/macppc/dev: openpic.c sys/arch/macppc/macppc: clock.c cpu.c locore.S machdep.c sys/arch/powerpc/include: cpu.h sys/arch/powerpc/powerpc: pmap.c Log message: Changes to get closer to SMP. add biglock before interrupt calls into the kernel. switch the clock to using cpuinfo variables instead of globals move cpu_switchto into C code so that on multiprocessor the FPU and Altivec can be saved before switching CPUs. add a lock into pmap when modifying the hash table. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/26 19:36:49 Modified files: sys/dev/isa : com_commulti.c Log message: missing argument names in a function means it wont compile. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/26 19:49:28 Modified files: sys/dev/isa : com_isapnp.c Log message: our attach functions dont return anything. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 03:25:26 Modified files: sys/dev/isa : com_commulti.c Log message: Don't mix up parent and child. ok dlg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 03:29:40 Modified files: sys/dev/isa : com_isapnp.c Log message: Make sure we actually use thesa pnp probe functions. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/27 03:40:30 Modified files: sys/dev/pci : pcidevs Log message: correct the drac 3 virtual uart entry CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/27 03:42:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/27 04:01:53 Modified files: usr.bin/passwd : local_passwd.c Log message: Correct English. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/27 07:47:15 Modified files: lang/tcl/8.5 : Makefile Added files: lang/tcl/8.5/patches: patch-unix_tclConfig_sh_in Log message: Patch tclConfig.sh to set TCL_SRC_DIR as the directory holding the installed headers, rather than the port build directory. From Stuart Cassoff (maintainer), ok deanna CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/27 07:50:44 Modified files: x11/tk/8.5 : Makefile Added files: x11/tk/8.5/patches: patch-unix_tkConfig_sh_in Removed files: x11/tk/8.5/patches: patch-unix_configure_in Log message: Change tclConfig.sh to set TCL_SRC_DIR as the directory holding the installed headers, rather than the port build directory. Remove configure.in patch ; obsoleted by a similar change to tclConfig.sh in lang/tcl/8.5 From Stuart Cassoff (maintainer), ok deanna CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 08:36:38 Modified files: sys/arch/hppa/hppa: intr.c sys/arch/hppa/include: _types.h intr.h Log message: Move hppa to __HAVE_GENERIC_SOFT_INTERRUPTS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 08:39:51 Modified files: sys/arch/hppa/conf: files.hppa Added files: sys/arch/hppa/dev: gecko.c Log message: Add gecko(4), a driver for the GeckoBOA BC GSC+ port. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 08:54:36 Modified files: share/man/man4/man4.hppa: Makefile Added files: share/man/man4/man4.hppa: gecko.4 Log message: gecko(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 08:59:11 Modified files: share/man/man4/man4.hppa: uturn.4 Log message: Update to add a few more devices that connect to uturn(4). CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2008/04/27 09:10:58 Modified files: etc : man.conf usr.bin/man : man.1 Log message: Add section n for Tcl/Tk related pages. ok jmc@, no objections espie@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/27 09:59:49 Modified files: sys/arch/macppc/macppc: genassym.cf locore.S sys/arch/powerpc/include: cpu.h proc.h sys/arch/powerpc/powerpc: trap.c Log message: Switch to proc based ast pending for SMP. ok kettenis. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/27 10:01:47 Modified files: sys/arch/powerpc/include: pcb.h sys/arch/powerpc/powerpc: fpu.c trap.c Log message: FPU/Altivec cleanup and prep for SMP. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/04/27 10:23:16 Modified files: share/man/man4 : acpi.4 Makefile sys/arch/i386/conf: GENERIC sys/dev/acpi : acpi.c acpireg.h files.acpi sys/arch/amd64/conf: GENERIC Added files: share/man/man4 : acpithinkpad.4 sys/dev/acpi : acpithinkpad.c Log message: add acpithinkpad(4), an acpi support driver for ibm/lenovo thinkpads. provides functionality that the bios did on older, non-acpi thinkpads like respond to screen brightness keys and toggle the bluetooth device on and off. ok deraadt@ and marco@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/04/27 11:48:10 Modified files: sys/arch/hppa64/dev: mem.c sys/arch/hppa64/hppa64: machdep.c pmap.c sys/arch/hppa64/include: param.h Log message: replace ctob/btoc by ptoa/atop CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/27 13:01:59 Modified files: sys/dev/pci : if_iwn.c if_iwnreg.h Log message: fix rate control. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/27 13:33:39 Modified files: share/man/man4/man4.hppa: uturn.4 Log message: fix SEE ALSO; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/27 13:34:00 Modified files: share/man/man4/man4.hppa: gecko.4 Log message: busses -> buses; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/27 13:38:56 Modified files: share/man/man4 : acpi.4 Log message: match the description for acpithinkpad(4) correctly, and adjust the list width to accomodate it; CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/27 13:50:11 Modified files: games/wesnoth : Makefile games/wesnoth/pkg: PLIST Log message: Add desktop support. ok jasper@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/04/27 17:06:40 Modified files: usr.bin/cdio : cddb.c Log message: o if no argument is passed to cddbinfo, treat it as 0 in order to print the list in case of multiple/inexact matches o if the argument to cddb is invalid, do not exit, just print and error and ignore the command espie@ ok. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/27 18:17:49 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/27 18:39:10 Modified files: audio/amarok : Makefile distinfo audio/amarok/patches: patch-amarok_src_contextbrowser_cpp patch-configure_in Log message: Maintenance update, including update to fix album art retrieval due to changed Amazon API. From Brad. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/27 19:27:46 Modified files: app/cwm : cwmrc.5 Log message: nits from Pierre Riteau - thanks! ok oga@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/27 20:57:25 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/27 23:39:19 Modified files: usr.sbin/dvmrpd: dvmrpd.8 Log message: Improve the dvmrpd(8) manpage. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:14:40 Modified files: sys/dev/pci : pcidevs Log message: - Add PCI ids for the AMD64 Phenom/Opteron 8300 series (10h) and Griffin (11h) - Rename existing AMD64 entries to mention the family number CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:15:07 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:17:48 Modified files: sys/arch/i386/pci: pchb.c sys/arch/amd64/pci: pchb.c iommu.c Log message: Sync PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:26:04 Modified files: sys/dev/pci : pcidevs Log message: Add ATI SB700 and RS780 PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:26:42 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/28 00:35:09 Modified files: usr.bin/dc : bcode.c stack.c Log message: plug three leaks, one reported and fixed by Andreas Gunnarsson in PR 5802, the others by myself CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:10:56 Modified files: sys/dev/pci : pcidevs Log message: Add Intel I/OAT PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:11:21 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:16:38 Modified files: sys/dev/pci : pcidevs Log message: Add SiS 662 PCI id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:17:05 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:37:34 Modified files: sys/dev/pci : pcidevs Log message: - Add another Transmeta Northbridge PCI id - Add the Fujitsu vendor id CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:37:59 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/28 01:46:41 Modified files: usr.sbin/dvmrpd: dvmrpd.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:50:17 Modified files: sys/dev/pci : pcidevs Log message: Add the VIA PT894 Northbridge PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:51:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 02:25:41 Modified files: de : 43.html cvsup.html donations.html events.html hppa.html i386-laptop.html i386.html index.html mvme68k.html orders.html sgi.html sparc.html sparc64.html support.html want.html zaurus.html faq/de : current.html faq14.html faq3.html faq4.html faq6.html faq8.html faq/fr : faq10.html faq11.html faq12.html faq13.html faq14.html faq/pf/it : example1.html fr : translation.html lt : donations.html landisk.html report.html papers/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 02:57:08 Modified files: sys/dev/pci : kate.c azalia.c Log message: Sync PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 03:08:23 Modified files: share/man/man4 : azalia.4 Log message: Add the ATI SB700 and NVIDIA MCP7B chipsets. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/28 03:17:07 Modified files: games/pioneers : Makefile distinfo games/pioneers/patches: patch-Makefile_in patch-configure games/pioneers/pkg: PLIST Removed files: games/pioneers/patches: patch-common_network_c patch-common_state_c Log message: - update to pioneers-0.12.1 - use gnome module CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:25:46 www/faq/pf/zh Update of /cvs/www/faq/pf/zh In directory cvs.openbsd.org:/tmp/cvs-serv10472/faq/pf/zh Log Message: Directory /cvs/www/faq/pf/zh added to the repository CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:25:47 www/faq/zh Update of /cvs/www/faq/zh In directory cvs.openbsd.org:/tmp/cvs-serv10472/faq/zh Log Message: Directory /cvs/www/faq/zh added to the repository CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:25:48 www/spamd/zh Update of /cvs/www/spamd/zh In directory cvs.openbsd.org:/tmp/cvs-serv10472/spamd/zh Log Message: Directory /cvs/www/spamd/zh added to the repository CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:26:04 Added files: zh : errata43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:26:42 Modified files: zh : errata43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:28:07 Added files: faq/pf/zh : config.html index.html macros.html tables.html faq/zh : faq15.html faq6.html index.html spamd/zh : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:35:19 Added files: faq/zh : current.html faq4.html zh : 43.html plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/28 03:51:10 Added files: mail/dovecot/patches: patch-configure_in Log message: cvs ate this patch. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/04/28 05:18:46 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-autodoc_source_mkinc_fullcpp_mk patch-automation_source_testtool_objtest_cxx patch-binfilter_bf_sc_source_core_data_sc_cell_cxx patch-bridges_prj_build_lst patch-config_office_configure_in patch-config_office_set_soenv_in patch-cppu_source_uno_data_cxx patch-desktop_scripts_soffice_sh patch-desktop_source_migration_wizard_cxx patch-desktop_util_makefile_mk patch-icu_icu-3_6_patch patch-instsetoo_native_util_makefile_mk patch-jvmaccess_util_makefile_mk patch-odk_setsdkenv_unix_csh_in patch-odk_setsdkenv_unix_sh_in patch-odk_settings_settings_mk patch-postprocess_prj_build_lst patch-psprint_source_printer_printerinfomanager_cxx patch-psprint_source_printergfx_printerjob_cxx patch-pyuno_source_module_makefile_mk patch-sal_inc_osl_endian_h patch-sal_inc_sal_config_h patch-sal_inc_sal_types_h patch-sal_osl_unx_makefile_mk patch-sal_osl_unx_system_h patch-sal_rtl_source_macro_hxx patch-scp2_source_ooo_file_library_ooo_scp patch-scp2_source_ure_ure_scp patch-shell_source_backends_localebe_localebackend_cxx patch-shell_source_unix_sysshell_makefile_mk patch-solenv_bin_modules_installer_globals_pm patch-solenv_config_ssolar_cmn patch-solenv_inc_libs_mk patch-solenv_inc_settings_mk patch-solenv_inc_tg_ext_mk patch-store_util_makefile_mk patch-tools_bootstrp_command_cxx patch-tools_inc_tools_inetdef_hxx patch-tools_inc_tools_solar_h patch-vcl_unx_source_app_saldisp_cxx patch-vcl_util_makefile_mk editors/openoffice/pkg: PFRAG.shared-main PLIST-i18n-bg PLIST-i18n-ca PLIST-i18n-de PLIST-i18n-es PLIST-i18n-fa PLIST-i18n-fi PLIST-i18n-fr PLIST-i18n-hu PLIST-i18n-it PLIST-i18n-ja PLIST-i18n-ko PLIST-i18n-lt PLIST-i18n-lv PLIST-i18n-nl PLIST-i18n-pl PLIST-i18n-ru PLIST-i18n-sl PLIST-i18n-sv PLIST-main Added files: editors/openoffice/patches: patch-dbaccess_source_ui_uno_copytablewizard_cxx patch-icc_SampleICC-1_3_2-bendian_patch patch-icc_SampleICC-1_3_2_patch patch-setup_native_source_packinfo_packinfo_office_lang_txt patch-setup_native_source_packinfo_packinfo_office_txt patch-vcl_source_window_window_cxx editors/openoffice/pkg: DESCR-i18n-pt-br PLIST-i18n-pt-br Removed files: editors/openoffice/patches: patch-autodoc_source_display_idl_hi_ary_cxx patch-binfilter_inc_bf_starmath_rect_hxx patch-desktop_source_app_main_cxx patch-instsetoo_native_inc_openoffice_unix_packagelist_language_txt patch-instsetoo_native_inc_openoffice_unix_packagelist_txt patch-instsetoo_native_inc_sdkoo_unix_packagelist_txt patch-instsetoo_native_inc_ure_unix_packagelist_txt patch-lingucomponent_source_spellcheck_hunspell_affixmgr_cxx patch-sw_source_core_unocore_unochart_cxx patch-sw_source_core_view_viewsh_cxx patch-sw_source_filter_ww8_wrtw8nds_cxx patch-vcl_source_control_combobox_cxx patch-vcl_source_control_tabctrl_cxx patch-vcl_source_window_brdwin_cxx patch-vcl_source_window_status_cxx patch-vcl_unx_source_plugadapt_salmain_cxx editors/openoffice/pkg: DESCR-i18n-br-pt PLIST-i18n-br-pt Log message: update to OpenOffice.org 2.4.0; - rename the br-pt subpackage to pt-br because of an i18n change in openoffice - regen some patches - fix WANTLIB and LIB_DEPENDS CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/28 05:36:14 Modified files: sbin/route : keywords.h keywords.sh route.c show.c Log message: It is now possible to enter static MPLS routes into the kernel. It is still not possible to set the desired opration for an entry. ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/28 05:52:53 Modified files: sbin/sysctl : sysctl.c Log message: Teach sysctl about mpls. Claudio did all the code, I'm just comitting it... ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/28 06:20:47 Modified files: net/smokeping : Makefile distinfo Log message: maintenance update to 2.3.6, small improvements to cgi/display output CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/28 08:50:20 Modified files: x11/tilda : Makefile distinfo x11/tilda/patches: patch-Makefile_in x11/tilda/pkg : PLIST Log message: - update tilda to 0.9.6 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/28 09:24:25 Modified files: devel/git : Makefile Removed files: devel/git/patches: patch-gitk-git_gitk Log message: Switch X11 tools to tk 8.5 and remove useless patch. Please let me know if there are problems. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/28 12:09:00 Modified files: sys/arch/amd64/amd64: intr.c softintr.c vector.S sys/arch/amd64/include: intr.h intrdefs.h Log message: Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols. Remove IPL_SERIAL since it is unused. ok krw@, weingart@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/28 12:55:39 Modified files: sys/arch/sparc64/include: intr.h Log message: Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/04/28 13:15:43 Modified files: net/libbind : Makefile distinfo Log message: upgrade to libbind v9.4.2 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/28 13:28:37 Modified files: sys/dev/vesa : vesafb.c Log message: Do not alter mode parameter in vesafb_set_mode(), since we might ask for a non-linear-graphics mode; found the hard way by Yusuke Baba (babayaga1 , y8 dot dion dot ne dot jp), thanks for the report. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/28 13:37:59 Log message: import steghide Steghide is a steganography program that is able to hide data in various kinds of image- and audio-files. The color- respectively sample-frequencies are not changed thus making the embedding resistant against first-order statistical tests. from Giovanni Bechi ok steven@ Status: Vendor Tag: okan Release Tags: okan_20080428 N ports/security/steghide/Makefile N ports/security/steghide/distinfo N ports/security/steghide/pkg/DESCR N ports/security/steghide/pkg/PLIST N ports/security/steghide/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/28 13:38:37 Modified files: security : Makefile Log message: +steghide CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/28 14:11:14 Modified files: mail : Makefile Removed files: mail/claws-mail-clamav: Makefile distinfo mail/claws-mail-clamav/patches: patch-src_clamav_plugin_c mail/claws-mail-clamav/pkg: DESCR PLIST Log message: Remove claws-mail-clamav plugin, for numerous reasons : - it is broken with latest claws-mail release, and no fix is available. - it is not officially maintained anymore upstream. - due to licence issues with libclamav (now GPLv2 only, claws-mail is GPLv3+), upstream devs of claws-mail stated that this plugin was 'illegal'. See claws-mail website for more information. - i don't want to handle licence issues like this. Discussed with and 'be a man. make a decision and stand to it.' mbalmer@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/04/28 14:17:42 Modified files: mail/dkim-milter: Makefile distinfo mail/dkim-milter/patches: patch-dkim-filter_dkim-filter_c patch-libdkim_dkim_h Log message: DKIM Milter v2.5.5 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/28 14:55:10 Modified files: sys/arch/sparc64/sparc64: intr.c Log message: Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like we do on other platforms. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/28 16:27:41 Modified files: emulators/kqemu: Makefile emulators/kqemu/files: Makefile.openbsd kqemu-openbsd.c emulators/kqemu/pkg: DESCR Log message: various cleanups/knf/etc from brad@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/28 16:52:38 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: misc-target-i386_helper_c misc-target-i386_op_c patch-Makefile patch-Makefile_target patch-configure patch-cpu-all_h patch-cutils_c patch-dyngen-exec_h patch-fpu_softfloat-native_h patch-hw_rtl8139_c patch-osdep_c patch-osdep_h patch-qemu-doc_texi patch-target-i386_helper2_c patch-target-ppc_op_helper_c patch-vl_c emulators/qemu/pkg: MESSAGE PLIST Added files: emulators/qemu/files: README.OpenBSD qemu-ifdown emulators/qemu/patches: patch-block-raw-posix_c patch-hw_pckbd_c patch-qemu-common_h Removed files: emulators/qemu/patches: patch-audio_ossaudio_c patch-block-qcow2_c patch-block-raw_c patch-exec_c patch-hw_ne2000_c patch-hw_pc_c patch-monitor_c patch-vl_h Log message: o update to 0.9.1, lots from brad@ o see http://qemu.org/changelog.html for details o see README.OpenBSD for an intro to qemu on OpenBSD o disable broken arm host support for now CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2008/04/28 17:16:03 Modified files: . : 43.html Log message: vax pkg count CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2008/04/28 17:22:09 Modified files: . : 43.html Log message: fix 'sh' count CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/28 18:26:11 Modified files: sys/arch/macppc/macppc: cpu.c locore.S Log message: spillstk and ddbstk need to be per cpu. Found by kettenis@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/28 19:51:25 Modified files: emulators/kqemu/files: Makefile.openbsd Log message: add rcs tag properly CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/28 21:49:03 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Spin up secondary CPUs on more systems. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/28 22:08:26 Modified files: sys/arch/powerpc/include: cpu.h sys/arch/macppc/macppc: cpu.c Log message: PIR is not defined to be a writable register, do not use it. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/28 22:12:19 Modified files: sys/arch/macppc/macppc: cpu.c Log message: remove noise, (debug print). CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/28 23:29:59 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : km.c Log message: New km(4) driver for AMD Family 10h Processors (Phenom, Opteron Barcelona etc); ok deraadt CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/28 23:33:24 Modified files: share/man/man4 : Makefile pci.4 Added files: share/man/man4 : km.4 Log message: km(4) manual page CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/28 23:39:24 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: enable km(4); ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/29 00:50:04 Modified files: share/man/man4 : km.4 Log message: simplify a sentence; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 01:01:18 Log message: Import opal-2.2.11 OPAL is an open-source class library for the development of applications that wish to use the SIP and H.323 protocols for multi-media communications over packet based networks. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080429 N ports/net/opal/distinfo N ports/net/opal/Makefile N ports/net/opal/pkg/DESCR N ports/net/opal/pkg/PLIST N ports/net/opal/patches/patch-opal_inc_mak_in N ports/net/opal/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 01:02:45 Modified files: net : Makefile Log message: +opal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 02:47:43 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-Makefile_in patch-serverconfig_c Added files: www/hiawatha/patches: patch-doc_hiawatha_1_in Removed files: www/hiawatha/patches: patch-doc_cgi-wrapper_1 patch-doc_hiawatha_1 Log message: - bugfix update update to hiawatha-6.6 - add XSLT support CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 04:01:24 Modified files: devel : Makefile Log message: - add the pwlib ldap FLAVOR to the build "no objection" landry@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/29 04:35:46 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/29 05:11:19 Modified files: . : cvsup.html Log message: typo CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/29 05:20:31 Modified files: usr.bin/ssh : monitor_mm.h Log message: garbage collect two unused fields in struct mm_master; ok markus@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/29 05:20:54 Modified files: faq : upgrade43.html Log message: change description field for relayd users. Suggested by Pedro Almeida (palmeida at securenetworks dot pt), thanks! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/29 05:40:59 Modified files: sys/dev/pci : pciide.c Log message: Change sis_chip_map() to use pci_find_device() as the original NetBSD code it was based on did/does, now we have it. This makes detecting sis 96x work properly without having to do silly things like adding host bridges in the list. Of course we wouldn't be in this mess in the first place if sis designed their chips properly instead of reusing the same pci id. Add 964/965 devices while here. Tested by todd@ on a machine with 965. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 05:42:45 Modified files: devel/pwlib : Makefile devel/pwlib/patches: patch-plugins_configure devel/pwlib/pkg: PLIST Added files: devel/pwlib/patches: patch-include_ptlib_unix_ptlib_videoio_h patch-plugins_vidinput_v4l2_vidinput_v4l2_h Log message: - add esound support - start working on v4l2 support (not there yet) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/29 05:55:18 Log message: Import SpanDSP: SpanDSP is a library of DSP functions for telephony, in the 8000 sample per second world of E1s, T1s, and higher order PCM channels. It contains low level functions, such as basic filters. It also contains higher level functions, such as cadenced supervisory tone detection, and a complete software FAX machine. The software has been designed to avoid intellectual property issues, using mature techniques where all relevant patents have expired. See the file DueDiligence for important information about these intellectual property issues. from Brad; tested with his work-in-progress CallWeaver. Status: Vendor Tag: brad Release Tags: sthen_20080429 N ports/telephony/spandsp/Makefile N ports/telephony/spandsp/distinfo N ports/telephony/spandsp/pkg/DESCR N ports/telephony/spandsp/pkg/PLIST N ports/telephony/spandsp/pkg/PFRAG.shared N ports/telephony/spandsp/patches/patch-src_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/29 05:56:20 Modified files: telephony : Makefile Log message: +spandsp CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/29 06:10:15 Modified files: print/cups-pdf : Makefile distinfo print/cups-pdf/patches: patch-src_cups-pdf_c patch-src_cups-pdf_h print/cups-pdf/pkg: PLIST Added files: print/cups-pdf/patches: patch-contrib_cups-pdf-dispatch-0_1_cups-pdf-dispatch patch-contrib_cups-pdf-dispatch-0_1_cups-pdf-dispatch_conf patch-extra_cups-pdf_conf Log message: Update to cups-pdf-2.4.7 and include the cups-pdf email dispatch script. With help from ajacoutot@. ok jasper@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/29 06:47:19 Modified files: sys/arch/sgi/sgi: machdep.c Log message: Attempt to locate an ELF header and symbol table directly after the kernel. If it exists assume that the boot loader has provided a pointer to the end of the symbol table. If it does not exist fall back to the previous behaviour and expect that pointers to the symbol table have been provided directly after the kernel. ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 07:37:57 Log message: Import pgfouine-1.0 pgFouine is a PostgreSQL log analyzer used to generate detailed reports from a PostgreSQL log file. pgFouine can help you to determine which queries you should optimize to speed up your PostgreSQL based application. from Pierre-Emmanuel Andre Status: Vendor Tag: pea Release Tags: ajacoutot_20080429 N ports/databases/pgfouine/Makefile N ports/databases/pgfouine/distinfo N ports/databases/pgfouine/pkg/PLIST N ports/databases/pgfouine/pkg/DESCR N ports/databases/pgfouine/patches/patch-pgfouine_php N ports/databases/pgfouine/patches/patch-pgfouine_vacuum_php No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 07:39:00 Modified files: databases : Makefile Log message: +pgfouine CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/29 07:49:08 Modified files: x11/dwm : Makefile x11/dwm/patches: patch-config_def_h Log message: Use a floating window for xonix, otherwise dwm forces the window size and xonix segfaults. (Apologies to anyone who was using this dwm behaviour as a way to keep them from getting addicted...) ok Jim Razmus (maintainer) with a suggestion to use xprop to find the Class rather than the window title (as my original diff had). Also thanks to deanna@ for suggestions with the segfault. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/29 08:44:04 Modified files: include : signal.h Log message: Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS. Needed to tell pedantic C++ compilers these symbols have 'C' linkage. ok kurt@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/29 08:52:54 Modified files: include : unistd.h Log message: Remove duplicate psignal(3) and sys_siglist definitions. signal.h is the correct place for them and nothing gets them from here in base/xenocara/ports. no objection millert@ okay kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 09:28:44 Modified files: devel/pwlib : Makefile devel/pwlib/patches: patch-plugins_vidinput_v4l2_vidinput_v4l2_h devel/pwlib/pkg: PLIST Added files: devel/pwlib/patches: patch-plugins_sound_oss_sound_oss_cxx Log message: - fix OSS device path - make the v4l2 plugin compile (not very useful yet) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:30:33 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/patches: patch-tests_Makefile_in devel/libsoup/pkg: PFRAG.shared PLIST Log message: - update libsoup to 2.4.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:32:00 Modified files: databases/evolution-data-server: Makefile Log message: - update LIB_DEPENDS after libsoup update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:32:10 Modified files: x11/gnome/seahorse: Makefile Log message: - update LIB_DEPENDS after libsoup update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:39:01 Modified files: x11/gtk-engines2: Makefile distinfo x11/gtk-engines2/pkg: PLIST Log message: - update gtk-engines2 to 2.14.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:49:34 Modified files: devel/py-gobject: Makefile distinfo Log message: - update py-gobject to 2.14.1 ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2008/04/29 12:19:07 Modified files: . : 43.html Log message: more CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 12:23:56 Modified files: devel/gconf2 : Makefile distinfo devel/gconf2/patches: patch-configure patch-gconf_Makefile_in devel/gconf2/pkg: PLIST Log message: - update gconf2 to 2.22.0 (mostly bug/build/doc fixes) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 12:24:55 Modified files: devel/gconf-editor: Makefile distinfo devel/gconf-editor/pkg: PLIST Log message: - update gconf-editor to 2.22.0 (bug fixes) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 12:53:18 Modified files: www/gtkhtml3 : Makefile distinfo www/gtkhtml3/pkg: PFRAG.shared Removed files: www/gtkhtml3/patches: patch-src_gtkhtml_c patch-src_htmlengine-edit-clueflowstyle_c Log message: - update gtkhtml3 to 3.18.1 (lots, and lots of bug fixes) - remove NO_REGRESS CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/29 12:59:05 Modified files: share/mk : bsd.xconf.mk etc/mtree : BSD.x11.dist Log message: Enable building the dri modules and mesa drivers by default on i386 and amd64. ok matthieu@ and todd@ This has been in snaps for over a week, no complaints. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 13:13:33 Modified files: devel/libwnck : Makefile distinfo devel/libwnck/pkg: PLIST Log message: - update libwnck to 2.22.1 (another bulk load of bug fixes and small improvements) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 13:47:09 Modified files: x11/gtksourceview: Makefile distinfo x11/gtksourceview/patches: patch-configure x11/gtksourceview/pkg: PLIST Log message: - update gtksourceview to 2.2.1 "looks fine" ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 13:48:46 Modified files: x11/py-gtksourceview: Makefile distinfo x11/py-gtksourceview/pkg: PLIST Log message: - update py-gtksourceview to 2.2.0 CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/04/29 14:17:28 Modified files: app/cwm : parse.y Log message: Allow slashes in unquoted strings. From Pierre Riteau Makes sense to oga@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/29 14:38:03 Modified files: emulators/kqemu: Makefile emulators/kqemu/files: Makefile.openbsd kqemu-openbsd.c emulators/kqemu/pkg: MESSAGE PLIST Log message: o compile and install a MP lkm as well o initial work by brad@, polishing by me o idea for MP detection shellcode from drahn@ for those with MP systems, pay attention to the MESSAGE shellcode example, and make sure to modify any existing shellcode you may have in /etc/rc.securelevel lest you try to load a UP lkm on a MP kernel and have unpleasant consequences. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/29 22:22:55 Modified files: x11/matchbox/matchbox-panel: Makefile Log message: bad logic for APM archs check prevented this port to build on non-APM archs no PKGNAME bump needed CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/29 22:45:21 Modified files: distrib/sets/lists/xbase: md.amd64 md.i386 distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/30 01:39:48 Modified files: sys/netmpls : mpls.h mpls_input.c Log message: Drop all MPLS packets when MPLS is not enabled. Discussed with claudio@ dlg@ laurent@ Remember to enable MPLS vith sysctl(8). sysctl -w net.mpls.enable=1 ok claudio@ dlg@ laurent@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/30 04:14:03 Modified files: usr.bin/ssh : ssh-keyscan.c ssh-keyscan.1 Log message: default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by larsnooden AT openoffice.org CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/30 05:05:22 Modified files: devel/libsoup/pkg: PFRAG.shared Log message: Unbreak. You shall test package creation! (And don't blindly trust update-plist.) CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/30 05:21:52 Modified files: . : plus.html Log message: Upto 04/29 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/30 05:22:11 Modified files: devel/libsoup : Makefile Log message: - add an XXX to warn people no to break packaging in the future - add missing lib_depends - bump CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/30 06:43:23 Modified files: sbin/route : show.c Log message: Correct MPLS output of route -n show. ok claudio@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/30 07:59:33 Modified files: sys/dev/ic : comvar.h sys/arch/amd64/amd64: conf.c consinit.c machdep.c Log message: fix serial console handling on amd64. currently only glass console ever works, even if the boot loader is configured to use serial console. after the changes jsing and i made, the initial probe of the serial port was failing since the default base addres for the port is invalid. cos of that the kernel would only ever consider the glass console for use. this fixes it by reprobing the serial port if we get any config for it from the boot loader. advice on aesthetics from miod@ advice and ok from kettenis@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/04/30 11:10:55 Modified files: usr.bin/cdio : extern.h Log message: add two missing prototypes. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/30 11:19:36 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Initialize randseed to 1. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/30 11:21:31 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Fix typo in last commit. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/04/30 11:31:26 Modified files: sys/dev/pci : envy.c Log message: don't stop both play and record in envy_halt_input() ad envy_halt_output() ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/30 11:59:33 Modified files: sys/arch/macppc/macppc: clock.c Log message: Spacing. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/30 13:25:23 Modified files: www/p5-Apache-Test: Makefile distinfo www/p5-Apache-Test/pkg: PLIST Added files: www/p5-Apache-Test/patches: patch-lib_Apache_TestConfig_pm patch-lib_Apache_TestRun_pm patch-lib_Apache_TestServer_pm Log message: Update to version 1.30 and while here make it actually work with our httpd(8) by adding chroot(2) support, disabled by default as expected with this module. Otherwise no user would be able to run his tests without the effort of setting up a chroot(2) environment with Perl and everything else, and obviously also running them as root. To enable chroot set the APACHE_TEST_CHROOT environment variable or start the tests with `./t/TEST -chroot 1'. I'm also taking over maintainership. Tested by and looks good to landry@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/30 13:42:07 Modified files: math/pari/patches: patch-Configure Log message: Fix build on alpha by killing some configure checks that assume all alphas run the same operating system. ok merdely@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/30 14:15:55 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: * add xetcXX.tgz support to sysmerge and handle binary files * update man page accordingly * several cleanups in the process: - smaller sendmail configuration files diff check - remove a condition that would always evaluate to true - define AUTOMODE to a value we can reuse later - tell user when installing a file automatically - better check for src directory validity - remove full PATH to some commands to be consistent testing from several man pages bits ok jmc@ "go ahead" jasper@, ok sthen@ pyr@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/30 15:07:26 Modified files: sys/dev/pci : pcidevs Log message: Add E1000 PCI ids for another ICH9 variant, ICH10's and 82574L. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/30 15:08:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 15:24:58 Modified files: faq : faq1.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html faq14.html Log message: update for 4.3 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 15:27:58 Modified files: faq : upgrade42.html Log message: link in upgrade43.html CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 15:31:45 Modified files: faq : index.html Log message: update for 4.3 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/30 15:47:30 Modified files: sys/dev/mii : miidevs Log message: Add the id for the Marvell 88E3016 10/100 PHY CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/30 15:47:57 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 15:51:36 Modified files: faq : current.html upgrade-old.html Log message: move 4.2->4.3 stuff to upgrade-old.html CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/30 15:59:08 Modified files: . : index.html Added files: images : puffy43.gif Log message: 4.3... CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/30 16:34:21 Modified files: . : 43.html Log message: released CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/30 16:36:24 Modified files: faq : faq13.html faq15.html Log message: update for 4.3 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/30 16:37:36 Modified files: . : ports.html Log message: 4.3 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 18:23:37 Modified files: build/mirrors : anoncvs.html.end anoncvs.html.head build : Makefile Log message: update for 4.3 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 18:24:43 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 18:33:13 Modified files: build/mirrors : ftp.html.end Log message: update for 4.3 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 18:33:54 Modified files: . : ftp.html Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/30 18:52:43 Modified files: distrib/sets/lists/xbase: md.amd64 md.i386 mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/04/30 18:54:54 Modified files: infrastructure/package: gen-package-pages Log message: 4.3 updates CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 00:13:23 Modified files: faq : faq15.html . : ports.html Log message: 4.3 packages available CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 00:59:19 Modified files: . : stable.html Log message: 4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/01 02:18:35 Modified files: telephony/asterisk-openbsd-moh: Makefile distinfo telephony/asterisk-openbsd-moh/pkg: PLIST Log message: update for 4.3; ok ian a while ago. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/01 02:25:32 Modified files: sys/arch/powerpc/include: cpu.h sys/arch/macppc/dev: openpic.c sys/arch/macppc/include: intr.h sys/arch/macppc/macppc: cpu.c machdep.c Log message: Implement a nop IPI to signal other CPUs. ok drahn@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/01 02:52:31 Modified files: x11/gnome/applets2: Makefile Log message: Fix broken MACHINE_ARCH conditional so the -battstat subpackage will be build again. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/01 03:00:04 ports/audio/libcdio/patches Update of /cvs/ports/audio/libcdio/patches In directory cvs.openbsd.org:/tmp/cvs-serv31931/patches Log Message: Directory /cvs/ports/audio/libcdio/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/01 03:05:13 Modified files: audio/libcdio : Makefile audio/libcdio/files: openbsd.c audio/libcdio/pkg: PLIST Added files: audio/libcdio/patches: patch-config_h_in patch-configure_ac patch-include_cdio_device_h patch-lib_driver_Makefile_in patch-lib_driver_cdio_private_h patch-lib_driver_device_c Log message: o move to an OpenBSD driver, reorganized, cleaner and with more support o re-add cdda-player o install libcdio_cdda.pc ajacoutot@ ok. CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/01 03:07:17 Modified files: faq : upgrade-old.html Log message: Line wrap at 80 chars broke "flag" in "flag day". CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 03:25:39 Modified files: build : support.dat Log message: update entry for Papamike IT services; from Peter Matulis CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 03:28:32 Modified files: build : support.dat Log message: update Philip Bawn's entry, from himself CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 03:30:24 Modified files: build : support.dat Log message: update Zelfi AG entry, from valerie.bochmann at zelfi.com CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 03:31:36 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/01 04:01:52 Modified files: de : 43.html anoncvs.html cvsup.html ftp.html index.html ports.html stable.html faq/de : current.html faq1.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 upgrade42.html faq/pf/it : queueing.html faq/zh : current.html faq15.html faq4.html faq6.html index.html nl : index.html ports.html zh : 43.html plus.html Added files: faq/de : upgrade43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/01 04:12:22 Modified files: www/p5-Apache-Test: Makefile www/p5-Apache-Test/patches: patch-lib_Apache_TestConfig_pm www/p5-Apache-Test/pkg: PLIST Added files: www/p5-Apache-Test/patches: patch-lib_Apache_TestConfigPerl_pm Log message: Make it work with our mod_perl which has slightely different filenames and locations. All ports i've checked depending on this can now run their regression tests. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/01 04:15:04 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/pkg: PLIST Log message: Unbreak one half of evolution by not installing the evolution-data-server binary suid root. This caused lots of problems with the calendar and other stuff because the evolution-data-server didn't run correctly. Well, evolution-data-server is currently broken because of the libsoup major update. It needs an update to a more recent version. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/01 04:21:58 Modified files: www/p5-libapreq: Makefile Log message: Enable tests now p5-Apache-Test works - no regressions. No bump as package content hasn't changed. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/01 04:25:50 Modified files: mail/evolution : Makefile Log message: Unbreak the second half of evolution by linking the plugins with an additional -rpath. (With help from kurt@, thanks!) This fixes the plugin loading and some weird issues with disabled buttons and other stuff. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 05:53:26 Modified files: sys/compat/freebsd: freebsd_signal.c sys/compat/hpux: hpux_sig.c sys/compat/ibcs2: ibcs2_signal.c sys/compat/linux: linux_signal.c sys/compat/osf1: osf1_signal.c sys/compat/svr4: svr4_signal.c Log message: spl0() is not your friend, use splx() instead. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 07:36:09 Modified files: sys/arch/sgi/dev: com_ioc.c sys/arch/sgi/localbus: com_lbus.c Log message: Don't forget to bus_space_unmap() after probing for a com chip. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/01 07:52:19 Modified files: x11/mplayer : Makefile x11/mplayer/patches: patch-configure Log message: fix the test for jack in configure, so that --disable-jack is correctly honoured. unbreaks bulk build packages. ok jakemsr CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 08:29:01 Modified files: sys/arch/hp300/dev: diodevs Log message: The built-in frame buffer in models 362 and 382 actually comes in different flavours. Add another frame buffer ID to recognize it, so that it gets skipped correctly. I am quite sure it has an SGC PROM in addition to the DIO PROM, but I don't have the hardware to check... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 08:29:20 Modified files: sys/arch/hp300/dev: diodevs.h diodevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2008/05/01 08:57:09 Modified files: . : art1.html Log message: typo, from ropers-qmail.com CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 09:30:31 Modified files: sys/arch/hp300/hp300: hpux_machdep.c sys/arch/mvme68k/mvme68k: hpux_machdep.c Log message: Sync hpux_sendsig() behaviour with native sendsig(): let malloc fail and sigexit the process in this case. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 10:12:13 Modified files: faq : faq13.html Log message: forgot to update toc CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 10:58:15 Modified files: faq : faq13.html Log message: java also works in konqueror - explain how. thanks to kraktus at googlemail.com and christian.guyard at tele2.fr who mentioned this ages ago via www@. some more rewording while here. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/01 12:01:13 Modified files: app/cwm : calmwm.h client.c screen.c Log message: Rework the alt-tabbing code to be a lot simpler. Diff mostly from Edd Barrett, with some minor changes from me. Unfortunately the issue where apps like gvim and xpdf are stealing keyrelease events causing the ordering to be messed up, but this is a lot better. A fix for the aforementioned issue shall be forthcoming, once a good one's been found. ok okan@, also tested by todd@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/01 13:15:01 Modified files: share/man/man4/man4.macppc: Makefile Added files: share/man/man4/man4.macppc: memc.4 Log message: memc(4) bits. OK drahn@. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/01 13:17:16 Modified files: share/man/man4/man4.macppc: kiic.4 macobio.4 Log message: .Xr memc(4) CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 13:32:50 Modified files: faq : faq8.html Log message: gprolog port has been broken for a while, remove it from this list. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/05/01 13:49:18 Modified files: lib/libc/gen : readdir.c telldir.c Log message: Be carefull not to read away the target entry when encountering deleted files after a seekdir(); testcase produced by mbalmer@; fix with and ok mbalmer; ok millert@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/01 14:09:55 Modified files: faq/pl : current.html faq1.html faq13.html faq14.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html index.html upgrade42.html ja : index.html nl : art1.html donations.html stable.html pl : anoncvs.html cvsup.html goals.html index.html ports.html stable.html Added files: faq/pl : upgrade43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 14:12:20 Modified files: faq : upgrade43.html Log message: update toc with xenocara tree move CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2008/05/01 14:36:45 Modified files: . : press.html Log message: First two articles on the 4.3 release: onLamp and OSNews. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 14:41:24 Modified files: faq : faq6.html Log message: slight rewording... CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 14:54:49 Modified files: faq : faq15.html Log message: improve libexpat piece a bit, but keep it here since it was definitely a FAQ in the past. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/01 15:05:04 Modified files: mail/fdm : Makefile distinfo Log message: update to 1.5 from maintainer Nicholas Marriott CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 15:18:14 Modified files: usr.bin/pmdb : pmdb.c Log message: In the main loop, do not call wait() if there is no child process yet; misinterpreting the ``returned'' status could lead to segfauts, as reported by ``Filth'' (hygdrasil, gmail dot com) ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/01 16:02:32 Modified files: infrastructure/build: libtool Log message: say it's experimental. avoid it for regular ports building for now... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/01 17:02:05 Modified files: sys/dev/i2c : adm1030.c Log message: correct attach messages CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/01 18:22:52 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/01 22:28:51 Modified files: usr.sbin/rtadvd: rtadvd.c Log message: do not always delay log initialization, when no configuration file is present, which is the most common use of rtadvd, it would otherwise always print messages to the console though the situation is valid. this fixes a regression introduced with the new logging code. ok rainer@, todd@, fgsch@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/02 00:09:11 Modified files: lib/libevent : buffer.c evdns.c evdns.h event-internal.h event.3 event.c event.h event_tagging.c evsignal.h kqueue.c log.h poll.c select.c shlib_version signal.c regress/lib/libevent: eventtest.c Log message: Update to libevent 1.3e while retaining our local changes. "No objection" millert@ "the diff looks and works fine" reyk@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/02 00:26:41 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/02 00:43:46 Log message: import TclTutor 3.0b1 This is a package designed to teach the Tcl programming language in a quick and easy manner. The goal is to teach the minimal amount of Tcl syntax, commands and options that are necessary to write useful programs. from Stuart Cassoff (aa72aa60 at sympatico.ca) Status: Vendor Tag: steven Release Tags: steven-20080502 N ports/lang/tcltutor/Makefile N ports/lang/tcltutor/distinfo N ports/lang/tcltutor/pkg/DESCR N ports/lang/tcltutor/pkg/PLIST N ports/lang/tcltutor/patches/patch-TclTutor_tcl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/02 00:44:25 Modified files: lang : Makefile Log message: +tcltutor CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/02 00:46:07 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Remove debug prints. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/05/02 00:49:32 Modified files: lib/libc/sys : getsockopt.2 sys/sys : socket.h sys/kern : uipc_socket.c sys/netinet : raw_ip.c udp_usrreq.c Log message: Make the SO_TIMESTAMP sockopt work. When set, this allows the user to get a timestamp of when the datagram was accepted (by udp(4), for example) rather than having to take a timestamp with gettimeofday(2) when recv(2) returns - possibly several hundreds of microseconds later. May be of use to those interested in precision network timing schemes or QoS for media applications. Tested on alpha, amd64, i386 and sparc64. manpage suggestions from jmc, ok deraadt CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/02 01:47:40 Modified files: faq/fr : faq4.html upgrade42.html faq/nl : faq1.html faq15.html faq2.html faq3.html faq5.html faq6.html faq9.html index.html faq/pl : faq1.html faq13.html faq15.html faq6.html faq8.html upgrade43.html pl : index.html Added files: faq/fr : upgrade43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/02 02:14:53 Modified files: net/neon : Makefile net/neon/patches: patch-configure Log message: use libexpat, remove libxml2 dependency. from brad@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/02 02:55:07 Modified files: . : plus.html Log message: typos CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/02 03:18:26 Modified files: lib/libevent : Makefile event.3 Log message: Makefile: sort MLINKS and add event_base_once.3 event.3: fix NAME and remove spurious blank line CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/02 04:17:32 Modified files: devel/libtool : Makefile Log message: fix autoconf version. from brad@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/02 04:28:12 Modified files: games/pioneers : Makefile distinfo Log message: - bugfix update to pioneers-0.12.2 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/02 04:58:59 Modified files: faq : faq8.html Log message: python 2.5 is used by default CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/02 05:18:59 Modified files: editors/tea : Makefile Added files: editors/tea/patches: patch-configure Log message: - remove a hidden dependency on curl from giovanni bechis (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/02 05:54:39 ports/print/epdfview/patches Update of /cvs/ports/print/epdfview/patches In directory cvs.openbsd.org:/tmp/cvs-serv718/patches Log Message: Directory /cvs/ports/print/epdfview/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/02 05:55:42 Modified files: print/epdfview : Makefile print/epdfview/pkg: PLIST Added files: print/epdfview/patches: patch-data_epdfview_desktop Log message: install some icons and use them for the desktop. bump package. maintainer and ajacoutot@ ok. CVSROOT: /cvs Module name: www Changes by: wcmaier@cvs.openbsd.org 2008/05/02 06:03:23 Modified files: faq : upgrade43.html Log message: Fix root.hint typo in 'Upgrading /etc'. Noticed by fualo on IRC; "please commit it" nick@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/02 06:37:08 Modified files: sys/netmpls : mpls_shim.c Log message: There is no need to endian convert the label after swapping it, all label ops are done with network byte ordering now. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/02 06:40:29 Modified files: sys/netmpls : mpls_input.c Log message: Fix the label swithing and forwarding logic a bit. OK norby@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/02 07:17:16 Modified files: x11/tk/8.4 : Makefile x11/tk/8.5 : Makefile Log message: fix LIB_DEPENDS; this caused a problem installing Tk 8.4 when Tcl 8.5 was already installed. ok steven@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/02 07:26:27 Modified files: sys/nfs : nfs_syscalls.c Log message: plug potential mbuf leaks; Parts from NetBSD; OK blambert@; tested by johan@, sthen@ and a few others. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/02 07:49:34 Modified files: usr.sbin/bgpd : rde.c Log message: Fix logic when setting the F_RIB_ELIGIBLE flag. A path with a NULL nexthop is localy originated and so is eligible by definition. Noticed and fix tested by Christian, bsd (at) cleondra (dot) ch CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/02 07:53:19 Modified files: usr.sbin/bgpd : rde_decide.c Log message: Compare flags against the right flag field or else unexpected things may happen. The decision process failed to correctly mask looping pathes and in some szenarios even elected them as best route. *gulp* Found the hard way and fix tested by Christian, bsd (at) cleondra (dot) ch CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/05/02 08:07:15 Modified files: sys/kern : kern_kthread.c Log message: Pass FORK_SHAREFILES flag in kthread_create; avoids allocating a filedesc struct and associated fdcopy operation on kernel thread creation. Instead, kernel threads share and bump reference count on proc0's filedesc. ok thib@, "definitely makes sense" art@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/02 08:07:46 Log message: Initial import of gnome-ssh-askpass-5.0. A simple GNOME SSH passphrase grabber. ok jasper@ Status: Vendor Tag: bernd Release Tags: bernd_2008-may-02 N ports/x11/gnome/ssh-askpass/Makefile N ports/x11/gnome/ssh-askpass/distinfo N ports/x11/gnome/ssh-askpass/patches/patch-Makefile N ports/x11/gnome/ssh-askpass/pkg/PLIST N ports/x11/gnome/ssh-askpass/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/02 08:09:34 Modified files: x11/gnome : Makefile Log message: Add ssh-askpass. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/02 08:44:54 Modified files: mail/evolution : Makefile Log message: - fix WANTLIB CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/02 09:55:58 Modified files: lib/libevent : evdns.c evdns.h Log message: - Increment MAX_ADDRS in evdns so as to be quite large. - Accept as well-formed DNS replies with questions but no answers. - Fix for crash in evdns_resolve_reverse_ipv6(). - Move end of "extern C {" block to the end of evdns.h. From the libevent SVN repo. ok millert@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/02 11:32:53 Modified files: devel/subversion: Makefile Log message: Adjust WANTLIB after net/neon switched from libxml2 to system expat. Noticed by Markus Lude. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/02 12:26:42 Modified files: lib/libevent : evbuffer.c event.3 event.c event.h Log message: - Use a const pointer for bufferevent_write. - Make event_init return struct event_base *. From the libevent SVN repo. ok millert@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/02 13:10:01 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Invalidate and initialize the l2 on secondary processors, ok kettenis@ CVSROOT: /cvs Module name: www Changes by: ckuethe@cvs.openbsd.org 2008/05/02 13:38:55 Modified files: . : report.html Log message: Talk about how to use that lovely crash dump you got from savecore by mentioning the crash(8) manpage. Inspired by a report on misc@ ok miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/02 13:52:19 Modified files: graphics/ImageMagick: Makefile Log message: adding libwmf pulls in X libs; move it out of no_x11 flavor. pointed out by Olivier Mehani - thanks! ok okan@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/02 13:52:27 Modified files: sys/arch/sparc64/include: lock.h Log message: Implement rw_cas correctly, unlike previous revision where I was obviously on drugs; ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/02 15:44:46 Modified files: sys/arch/m88k/m88k: trap.c Log message: Grab the biglock unconditionnaly when system calls go through systrace; spotted by drahn CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/02 15:45:14 Modified files: sys/arch/m88k/m88k: m88110_fp.c Log message: Check for a disabled FPU before attempting to emulate the instruction. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/02 16:00:07 Modified files: sys/arch/powerpc/include: lock.h Log message: implement rw_cas, "go for it" miod@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/02 17:21:06 Modified files: devel/git : Makefile Added files: devel/git/patches: patch-git-gui_git-gui_sh Log message: Disable the spell check option in git-gui. It doesn't work with aspell-0.50.x. (git-gui hangs at startup) Noticed and tested by deanna@. Thanks for the report! CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/03 06:35:27 Modified files: devel/py-twisted/core: Makefile devel/py-twisted/core/files: twisted-regen-dropin.cache Log message: The twisted-regen-dropin.cache script (which is now pure python) interprets its arguments as python module names for which plugin cache should be updated. This is useful for third-party packages (such as axiom) which makes use of the twisted plugin infrastructure. ok martynas@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/03 06:40:50 Log message: Axiom is an object database, or alternatively, an object-relational mapper. Its primary goal is to provide an object-oriented layer with what we consider to be the key aspects of OO, i.e. polymorphism and message dispatch, without hindering the power of an RDBMS. It is designed to "feel pythonic", without encouraging the typical ORM behavior such as potato programming. Axiom provides a full interface to the database, which strongly suggests that you do not write any SQL of your own. Metaprogramming is difficult and dangerous (as many, many SQL injection attacks amply demonstrate). Writing your own SQL is still possible, however, and Axiom does have several methods which return fragments of generated schema if you wish to use them in your own queries. ok martynas@ Status: Vendor Tag: eric Release Tags: eric_2008-May-03 N ports/databases/py-axiom/Makefile N ports/databases/py-axiom/distinfo N ports/databases/py-axiom/pkg/PLIST N ports/databases/py-axiom/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/03 06:41:49 Modified files: databases : Makefile Log message: +py-axiom CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/03 07:18:08 Modified files: sbin/mount_vnd : pkcs5_pbkdf2.c pkcs5_pbkdf2.h Log message: remove unused functions from tobias@ ok ray@ tobias@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/03 08:41:29 Modified files: sys/kern : vfs_default.c sys/miscfs/fifofs: fifo.h fifo_vnops.c sys/miscfs/specfs: spec_vnops.c specdev.h sys/sys : vnode.h sys/ufs/mfs : mfs_extern.h mfs_vnops.c Log message: Introduce vop_generic_bmap(); use it where applicable. one thing of note, fifofs changes in that its bmap now sets the runp too 0, but that was an oversight in the old code. ok art@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/03 10:39:03 Modified files: share/man/man4/man4.macppc: Makefile Added files: share/man/man4/man4.macppc: mpcpcibr.4 Log message: mpcpcibr(4) bits. OK drahn@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/03 11:27:04 Modified files: sys/arch/powerpc/powerpc: trap.c Log message: Do not acquire the kernel lock for SY_NOLOCK system calls; ok drahn@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/03 12:16:25 Modified files: www/drupal5/core: Makefile www/drupal5/core/pkg: MESSAGE Log message: tweak MESSAGE a little CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/03 12:46:41 Modified files: lib/libc/stdio : fopen.c Log message: add missing header for close ok otto@ espie@ millert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/03 13:03:29 Modified files: www/drupal5 : TODO www/drupal5/IMCE: Makefile distinfo www/drupal5/cck: Makefile distinfo www/drupal5/cck/pkg: PLIST www/drupal5/daterange: Makefile distinfo www/drupal5/devel: Makefile distinfo www/drupal5/devel/pkg: PLIST www/drupal5/image: Makefile distinfo www/drupal5/journal: Makefile distinfo www/drupal5/journal/pkg: PLIST www/drupal5/jstools: Makefile distinfo www/drupal5/jstools/pkg: PLIST www/drupal5/locale-de: Makefile distinfo www/drupal5/locale-it: Makefile distinfo www/drupal5/pathauto: Makefile distinfo www/drupal5/printer-friendly: Makefile distinfo www/drupal5/printer-friendly/pkg: PLIST www/drupal5/themesettingsapi: Makefile distinfo www/drupal5/token: Makefile distinfo www/drupal5/token/pkg: PLIST www/drupal5/webform: Makefile distinfo Log message: a few minor updates CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/05/03 14:18:24 Modified files: sys/arch/solbourne/include: param.h sys/arch/solbourne/solbourne: machdep.c trap.c Log message: catch up with curpriority changes and convert to ptoa/atop ok miod@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/03 14:44:54 Modified files: devel/py-twisted/core: Makefile Log message: missing quote. noticed by Stephan Andre. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/03 14:52:31 Modified files: gnu/usr.bin/gcc/gcc: mklibgcc.in Log message: add stmp-dirs to dependancy list, fixes a make -j issue seen on macppc "looks okay" espie@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/03 15:20:59 Modified files: . : plus43.html Log message: typos, from Richard Toohey on www@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/03 16:44:56 Modified files: sys/arch/macppc/dev: openpic.c Log message: Rework the interrupt calculation masks, a bit easier to follow (not so wrong). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/05/03 20:25:17 Modified files: . : hackathons.html Added files: images/hackathons: n2k8-s.gif n2k8.gif Log message: introduce the n2k8 hackathon tshirt image.. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/03 23:42:38 Modified files: faq : faq4.html Log message: fix minimum sizes for /usr ok nick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/04 02:20:28 Modified files: audio/sonata : Makefile distinfo audio/sonata/pkg: PLIST Log message: - bugfix update to sonata-1.5.1 CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/05/04 03:57:47 Modified files: sys/arch/arm/arm: arm32_machdep.c mem.c sys/arch/arm/include: param.h sys/arch/mips64/include: param.h sys/arch/mips64/mips64: mem.c sendsig.c sys/arch/sgi/sgi: machdep.c Log message: convert arm and mips64 platforms to ptoa/atop tested by maja@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/04 06:01:42 Modified files: textproc/icu4c : Makefile Added files: textproc/icu4c/patches: patch-source_common_unicode_rbbi_h Log message: make the setBreakType function public. the diff has been extracted from openoffice's diff, so we can switch to our icu4c; tested by simon@, jasper@; ok jasper@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/04 06:27:46 Modified files: sys/arch/sgi/sgi: ip32_machdep.c Log message: Unpopulated CRIME memory banks (or logically empty due to CRIME merging contiguous 64MB DIMMs in a single 128MB one) are not reported as memory at offset zero, but actually as duplicates of the first entry (which always matches real memory). If the DIMMs are set up in decreasing sizes, as recommanded by SGI, the first entry will be configured at offset zero, so the existing code would run fine. If, however, you order your DIMMs in a different order, the first entry might not be at offset zero, so the kernel will mess up its memory information, which will cause random effects from simply misreported memory sizes, to the inability to boot. Fix this by strengthening the check for an empty bank. Problem reported by Jason Bergstrom (bergie, bergie dot net), analysis and fix by me. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/04 06:53:15 Modified files: infrastructure/mk: bsd.port.mk Log message: make the lock on distfile more useful. In case we got stuck in the SIMPLE_LOCK for a while, this means something else is fetching the same distfile, so first check whether our target actually exists before we try to fetch it all over again. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/04 06:58:03 Modified files: infrastructure/mk: bsd.port.mk Log message: use a trap to remove the tmp file, thus helping making sure it does not stay around CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/04 08:33:53 ports/x11/gnome/vfs2/files Update of /cvs/ports/x11/gnome/vfs2/files In directory cvs.openbsd.org:/tmp/cvs-serv18127/files Log Message: Directory /cvs/ports/x11/gnome/vfs2/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/04 08:36:44 Modified files: x11/gnome/vfs2 : Makefile x11/gnome/vfs2/patches: patch-modules_sftp-method_c Added files: x11/gnome/vfs2/files: krb5-config x11/gnome/vfs2/patches: patch-imported_neon_ne_compress_c patch-imported_neon_ne_defs_h patch-imported_neon_ne_request_c patch-libgnomevfs_xdgmime_c patch-libgnomevfs_xdgmimecache_h patch-modules_http-neon-method_c Log message: * gnome-vfs2 cleanups and fixes: - fix webdav(s) browsing - don't hardcode /usr/local - fix some XDG conflicting symbols (from FreeBSD) - enable gssapi ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/04 09:11:48 Modified files: mail/gmime : Makefile distinfo Log message: - update gmime to 2.2.19 - better license marker - tweak WANTLIB CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/04 09:16:43 Modified files: audio/speex : Makefile distinfo audio/speex/pkg: PFRAG.shared PLIST Removed files: audio/speex/patches: patch-configure_ac patch-libspeex_stack_alloc_h patch-libspeex_testecho_c Log message: - update speex to 1.2beta3 - switch CONFIGURE_STYLE back to gnu, suggested by naddy. tested in bulk build and ok naddy@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/04 12:22:28 Modified files: share/man/man4/man4.macppc: Makefile Added files: share/man/man4/man4.macppc: openpic.4 Log message: openpic(4) bits. OK drahn@. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/04 12:34:05 Modified files: gnu/usr.sbin/sendmail: CACerts KNOWNBUGS README RELEASE_NOTES gnu/usr.sbin/sendmail/cf: README gnu/usr.sbin/sendmail/cf/feature: ldap_routing.m4 gnu/usr.sbin/sendmail/cf/m4: proto.m4 version.m4 gnu/usr.sbin/sendmail/contrib: buildvirtuser gnu/usr.sbin/sendmail/doc/op: op.me gnu/usr.sbin/sendmail/editmap: editmap.c gnu/usr.sbin/sendmail/include/libmilter: mfapi.h gnu/usr.sbin/sendmail/include/sm: conf.h ldap.h tailq.h gnu/usr.sbin/sendmail/libmilter: engine.c listener.c main.c monitor.c shlib_version smfi.c worker.c gnu/usr.sbin/sendmail/libmilter/docs: smfi_opensocket.html smfi_version.html xxfi_unknown.html gnu/usr.sbin/sendmail/libsm: ldap.c mpeix.c gnu/usr.sbin/sendmail/mail.local: mail.local.c gnu/usr.sbin/sendmail/makemap: makemap.8 makemap.c gnu/usr.sbin/sendmail/praliases: praliases.c gnu/usr.sbin/sendmail/sendmail: README collect.c conf.c daemon.c deliver.c envelope.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 sendmail.8 sendmail.h sfsasl.c sm_resolve.c srvrsmtp.c usersmtp.c util.c version.c gnu/usr.sbin/sendmail/smrsh: README gnu/usr.sbin/sendmail/vacation: vacation.c Log message: Update to sendmail-8.14.3 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/04 13:56:25 Modified files: shells/bash : Makefile distinfo Log message: update through patch #39 CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/04 14:43:55 Modified files: editors/ht : Makefile distinfo editors/ht/patches: patch-configure editors/ht/pkg : DESCR PLIST Added files: editors/ht/pkg : MESSAGE Removed files: editors/ht/patches: patch-io_htio_h patch-io_posix_htsys_cc Log message: - update to 2.0.13 - install ht as hte to remove conflict with print/texlive/base (note in pkg/MESSAGE) - respect CFLAGS and X11BASE - add OpenBSD target based on patches from Paul Irofti and Genadijus Paleckis feedback and ok merdely@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/04 14:45:30 Modified files: print/texlive/base: Makefile print/texlive/base/pkg: PLIST Log message: ht conflict now only exists for older ht ports. feedback and ok merdely@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/04 14:54:22 Modified files: sys/arch/powerpc/include: cpu.h sys/arch/macppc/dev: openpic.c Log message: Manage interrupts based on priority better, still working on this... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/04 15:06:13 Modified files: share/man/man4/man4.macppc: macobio.4 openpic.4 Log message: macobio(4): add openpic(4) openpic(4): tweak previous CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/04 15:14:32 Modified files: regress/lib/libevent: Makefile eventtest.c Log message: Some additional tests. From the libevent SVN repo. ok millert@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/05/04 15:18:00 Modified files: sys/arch/sh/include: param.h sys/arch/sh/sh : sh_machdep.c Log message: convert to ptoa/atop tested by maja@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/04 15:23:29 Modified files: distrib/sgi/ramdisk: list Log message: Add ping6 and rtsol. ok miod@ CVSROOT: /cvs Module name: xenocara Changes by: maja@cvs.openbsd.org 2008/05/04 16:45:35 Modified files: driver/xf86-input-keyboard/src: bsd_kbd.c Log message: Convert some wscons keyboard layouts to correct X names. -moj ok @johan @oga and @matthieu CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/05/04 20:29:02 Modified files: libexec/ld.so : dlfcn.c library.c library_mquery.c loader.c resolve.c resolve.h Log message: Constantly fill in the program header pointer and count in elf_object_t for all objects which simplifies phdr usage in a few places. "go for it" drahn@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/05/04 20:51:20 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/patches: patch-hotspot_build_bsd_makefiles_gcc_make Log message: - Remove -Werror from CFLAGS in hotspot so the build works with user specified CFLAGS - noticed by steven@ - Fix comment typo in Makefile - reported by Joachim Schipper No change in packages so no package bump CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/05/04 20:53:15 Modified files: devel/jdk : java.port.mk Log message: Add support for 1.6 and 1.7 level ports. okay nikolay@ ian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/05 02:47:04 Modified files: x11/gnome/keyring: Makefile x11/gnome/keyring/pkg: PLIST Log message: - don't install the dbus service file this should fix authentication to network shares under Nautilus; it's a temporary workaround until the Nautilus issue is found and fixed "go for it!" jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/05 03:27:40 Log message: import vala 0.3.1 Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. It's also planned to generate GIDL files when gobject- introspection is ready. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080505 N ports/lang/vala/distinfo N ports/lang/vala/Makefile N ports/lang/vala/pkg/DESCR N ports/lang/vala/pkg/PLIST N ports/lang/vala/pkg/PFRAG.shared N ports/lang/vala/patches/patch-tests_testrunner_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/05 03:28:50 Modified files: lang : Makefile Log message: - add vala CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/05 03:31:17 Log message: import gtkaml 0.2.0.2 gtkaml is an XML parser that extends the Vala.Parser (literally) and transforms all your tags into a valid Gtk+ UI class described in the Vala language. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080505 N ports/textproc/gtkaml/Makefile N ports/textproc/gtkaml/distinfo N ports/textproc/gtkaml/pkg/DESCR N ports/textproc/gtkaml/pkg/PLIST N ports/textproc/gtkaml/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/05 03:31:30 Modified files: x11/gnustep/make: Makefile distinfo x11/gnustep/make/patches: patch-GNUmakefile_in patch-Instance_bundle_make patch-Instance_framework_make patch-Instance_library_make Log message: - update to version 2.0.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/05 03:32:02 Modified files: x11/gnustep/base: Makefile distinfo Log message: - update to version 1.14.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/05 03:32:59 Modified files: x11/gnustep : Makefile.inc Log message: - GNUstep core is now (L)GPLv3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/05 03:34:03 Modified files: textproc : Makefile Log message: - add gtkaml CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 05:38:10 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/05 06:15:21 Modified files: sys/dev/usb : usbdevs Log message: Another msm. Reported on misc@ by Denis Doroshenko CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/05 06:16:00 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/05 06:19:22 Modified files: sys/dev/usb : umsm.c Log message: Make umsm only claim a single interface so it doesn't match on umass interfaces, and add Huawei E220. From rivo nurges . And add another device while here. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/05 06:19:38 Modified files: sys/dev/ata : atascsi.c Log message: Don't set the adaptor template link's flags and quirks when trying to set the flags and quirks for a device. Should fix weird issues where the device after an ATAPI device gets marked as ATAPI. First reported on misc@ by Daniel Wade, who also provided some useful testing. ok dlg@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/05 06:33:55 Modified files: usr.sbin/relayd: relay.c Log message: Put relay sockets in non blocking mode too. This got forgotten along the way and didn't show since our read buffers are small. ``put it in'' reyk@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 06:55:37 Modified files: usr.sbin/ospfd : kroute.c Log message: Use rtm_hdrlen instead of the static header length. OK norby@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/05 07:00:43 Modified files: sys/net : pf.c pfvar.h Log message: remove a useless refcnt in pf_state_key. when it is in fact only used to delete the state key when the number of attached states (in a tailq) drops to zero, we can as well test for the queue beeing empty. this is a leftover from some early version that did things differently. ok ryan CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/05 07:06:37 Modified files: sys/net : route.c Log message: in rt_gettable, we unfortunately have to check for rt_tables[id] != NULL before returning rt_tables[id][af2rtafidx[af]. when you created tables and left a hole (0 and 2 exist, 1 does not) it is possible to hit that case. issue found & ok claudio CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/05 07:40:17 Modified files: sys/net : ethertypes.h Log message: add lldp type CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/05 07:53:48 Modified files: usr.sbin/ndp : ndp.c Log message: don't install a /128 bit net route for 'proxy' ndp entries and show them with ndp -a, too. from KAME rev 1.121; ok henning CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/05 09:07:12 Modified files: usr.sbin/relayd: snmp.c Log message: clean up after reyk (tab at EOL) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/05 09:18:29 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-solenv_inc_settings_mk editors/openoffice/pkg: PFRAG.shared-main PLIST-main Removed files: editors/openoffice/patches: patch-icu_icu-3_6_patch patch-icu_makefile_mk Log message: use textproc/icu4c instead of the bundled one; bump PKGNAMEs CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/05 09:37:41 Modified files: sys/sys : proc.h sys/uvm : uvm.h Log message: retire ltsleep(); The only refrence left too it is in an ifdef netbsd block in drm code, but oga@ says he'll remove it soon... OK art@, oga@; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/05 09:50:10 Modified files: gnu/usr.bin/perl/ext/util: make_ext Log message: enforce make -j1 in SDBM_File, there is a nasty race that's hard to fix. okay millert@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/05/05 11:54:25 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/05 13:19:16 Modified files: mail/roundcubemail: Makefile distinfo Log message: upstream rerolled the distfile to fix the setup script for mysql; bump package and recalculate checksums. CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/05/05 13:32:02 Modified files: net/freeradius : Makefile distinfo net/freeradius/patches: patch-configure patch-raddb_radiusd_conf_in net/freeradius/pkg: PLIST-main Log message: - maintenance update to freeradius 2.04. Check the Changelog for more information. ok mbalmer@, jolan@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/05/05 13:38:01 Modified files: games/freeciv : Makefile distinfo Log message: - maintenance update to freeciv 2.1.4. ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/05/05 13:41:16 Modified files: devel/libmagic : Makefile distinfo devel/libmagic/pkg: PLIST Log message: - maintenance update to libmagic 4.24. CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/05/05 13:50:17 Modified files: sysutils/sleuthkit: Makefile distinfo Removed files: sysutils/sleuthkit/patches: patch-tools_timeline_mactime_base Log message: - maintenance update to sleuthkit 2.52. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/05 13:57:01 Modified files: sys/kern : tty_nmea.c Log message: Make nmea(4) behave like the other timedelta sensors and provide a signal sensor that reflects the status of the receiver. tested by and ok ckuethe CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/05 14:04:11 Modified files: share/man/man4 : nmea.4 Log message: Document signal sensor. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/05 15:21:43 Modified files: www/ap2-mod_perl: Makefile distinfo Added files: www/ap2-mod_perl/patches: patch-src_modules_perl_modperl_apache_compat_h Log message: update to version 2.0.4 and enable tests help by Sergey Skvortsov confirmed by maintainer CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/05 15:50:45 Modified files: lib/libc/stdio : vfprintf.c Log message: add missing header for getpagesize ok espie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/05 16:25:04 Modified files: sys/dev/pci : pucdata.c Log message: dell drac 3 and 4 virtual uarts are pucs running very fast. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 16:58:58 Modified files: sys/arch/arm/include: bus.h Log message: We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the code behind it. OK miod@, drahn@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 17:56:21 Modified files: sys/dev/pci : if_nxe.c Log message: Correct defines for NXE_DB_PEGID_RX|TX. OK dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 18:09:53 Modified files: sys/dev/microcode/zydas: Makefile Added files: sys/dev/microcode/zydas: zd1211-license Removed files: sys/dev/microcode/zydas: zd1211-licence Log message: rename file; Paul de Weerd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 19:03:54 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish 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: krw@cvs.openbsd.org 2008/05/05 20:16:26 Modified files: sys/kern : uipc_mbuf.c Log message: Rather than clearing particularly dangerous flags when found, just zero all flags when we pool_put mbufs. ok claudio@ henning@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/05 20:47:20 Modified files: sys/netmpls : mpls_input.c Log message: fix debug output. ok claudio@ CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/05/05 21:24:25 Modified files: sys/net : pf_ioctl.c Log message: Prevent possible overflow of int variable on large memory machines. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:39:09 Modified files: sbin/route : show.c Log message: Minor cleanup. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:40:31 Modified files: sbin/route : keywords.sh Log message: Add pop, push and swap options used by MPLS. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:40:51 Modified files: sbin/route : keywords.h Log message: regen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:44:14 Modified files: sbin/route : route.c show.c Log message: Labels in the sockaddr are stored like on the wire so shift and byte swap them. This makes route lookups work again. OK norby@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/05 21:45:22 Modified files: sbin/pfctl : pfctl.c pfctl_optimize.c sys/net : if_pfsync.c pf.c pf_ioctl.c pfvar.h Log message: Add a counter to record how many states have been created by a rule. It shows up in pfctl verbose mode and in the 7th field of the labels output. Also remove the label printing for scrub rules, as they do not support labels. OK dhartmei@ (on an earlier version), henning@, mcbride@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:45:33 Modified files: sbin/route : route.c Log message: Add code to specify the mpls label switching operation. OK norby@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/05 21:50:03 Modified files: sbin/pfctl : pfctl.8 Log message: Document new state creation counter for pfctl -s labels CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/05 23:47:39 Modified files: usr.bin/nc : nc.1 netcat.c Log message: allow setting of TCP send/receive buffer sizes; ok markus@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 23:59:49 Modified files: sys/dev/usb : usb_quirks.c usbdevs Log message: another omron usb that must be ugen; vladas.urbonas@gmail CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 23:59:52 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 00:09:48 Modified files: usr.sbin/relayd: parse.y pfe_filter.c relayd.h Log message: Do not unconditionnaly load pf. If pf isn't required by the configuration the initialisation isn't done properly. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 00:34:10 Modified files: usr.sbin/ppp/ppp: arp.c Log message: More missing RTM_VERSION checks. OK henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/06 00:54:28 Modified files: bin/pax : ar_subs.c extern.h ftree.c ftree.h Log message: when pax is running in -u mode, and no files are beeing updated because not one changed, we should not exit with an error but zero to indicate success (matches solaris behaviour). need to track wether files were skipped because of the -u checks for that and take that into account later when taking the exit code decision. ok theo, comments from otto and miod CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 01:18:09 Modified files: sys/net : if_tun.c Log message: M_PREPEND can set its first parameter to NULL, and all other code using M_PREPEND checks for NULL after the invocation. So check here too and return ENOBUFS if NULL is detected. ok henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/06 01:25:14 Modified files: sys/dev/usb : usbdevs Log message: someone making usb keyboards.. for oems.. owned by vladas.urbonas CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/06 01:25:22 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/06 02:01:24 Modified files: sys/netmpls : mpls_input.c Log message: get rid of rtalloc, use rtalloc1 instead. ok claudio@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/06 02:04:04 Modified files: sys/netmpls : mpls_input.c Log message: Drop all broadcast and multicast packets. ok claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/06 02:47:36 Modified files: sys/netinet : in_proto.c tcp_input.c tcp_subr.c tcp_var.h sys/netinet6 : in6_proto.c Log message: remove tcp_drain code since it's not longer used; ok henning, feedback thib CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/06 02:51:44 Modified files: sys/kern : tty_msts.c Log message: Report the clock status in a signal sensor, like all other timedeltas. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/06 03:00:51 Modified files: share/man/man4 : msts.4 Log message: Document signal/clock status. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/06 03:01:08 Modified files: share/man/man4 : nmea.4 Log message: Better formatting. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/06 03:31:26 Log message: embedded common lisp, appears to work on at least i386 and macppc, which is a good reason to import it (since every other lisp we have works only on i386, and flakily to boot) Status: Vendor Tag: espie Release Tags: ecl N ports/lang/ecl/distinfo N ports/lang/ecl/Makefile N ports/lang/ecl/pkg/PLIST N ports/lang/ecl/pkg/PFRAG.shared N ports/lang/ecl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/06 03:33:19 Modified files: lang : Makefile Log message: +ecl CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/06 03:44:25 Modified files: sys/net : pf.c Log message: Kill state if we get SYN for a state that has been closed from both sides. ok henning@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 03:52:47 Modified files: usr.sbin/relayd: relayd.c Log message: do not attempt to reload a configuration if we come from a non pf requiring configuration to a pf requiring one. ok reyk@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/06 04:37:30 Modified files: usr.bin/cvs : server.c Log message: We have to check if server_argc is 1 instead of lesser than 0 to see if an Argumentx directive has been sent to server without prior Argument. ok joris, xsa CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/06 05:52:49 Modified files: usr.sbin/relayd: pfe_filter.c Log message: fix the table stats clr ioctl CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/06 06:13:57 Modified files: sbin/ifconfig : ifconfig.c Log message: print IN6_IFF_AUTOCONF flag, too; ok henning some time ago CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:20:45 Modified files: sys/dev/pci : aac_pci.c Log message: Remove bogus entries for PCI_PRODUCT_DELL_PERC_3DI_2, which apparently is an UART. Makes aac(4) compile again. OK dlg@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/06 06:24:12 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: the message digest http check does not work on binary content, add manpage clarification. From bsd at openbsd dot rutgers dot edu, closes pr5801 ok pyr@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/06 06:26:01 Modified files: x11/gnustep/base: Makefile Log message: - WANTLIB CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:33:15 Modified files: sys/dev/usb : usbdevs Log message: Add Apple USB Ethernet. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:37:53 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/06 06:39:03 Modified files: sys/dev/pci : amdpm.c Log message: AMD_8111_PMC has timecounter, too; ok grange@ some time ago CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:51:17 Modified files: sys/dev/usb : if_axe.c Log message: Add support for the Apple USB Ethernet adapter. Work around the "latch in at the first working PHY address hack", that fails for this adapter because it returns 0xffff when reading from lower PHY addresses. Also add more debugging printfs. Testing and OK jsg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 06:53:32 Modified files: sbin/route : route.c Log message: Yet another missing RTM_VERSION check. Found by norby@. OK henning@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:53:52 Modified files: share/man/man4 : axe.4 Log message: Apple USB Ethernet Adapter A1277. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/06 06:58:00 Modified files: usr.sbin/relayd: parse.y relayd.conf.5 Log message: the manpage mentioned "timeout" in relay sections, while the grammar expected the keywords "forward timeout". rename it to "session timeout" and sync the documentation with reality. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 07:33:50 Modified files: sys/conf : files sys/net : bpf.h sys/sys : sockio.h sys/netmpls : mpls.h mpls_input.c sbin/ifconfig : ifconfig.c Added files: sys/net : if_mpe.c Log message: bring in the mpe interface - for ``MPLS Provider Edge'' - this is a work in progress and some bits need to be cleaned up but will be in-tree for convenience. ok claudio@, norby@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/05/06 09:12:00 Modified files: share/man/man4 : carp.4 lib/libc/gen : sysctl.3 sys/netinet : ip_carp.c Log message: Use the standard syslog levels on CARP logging messages instead of simple on/off, allowing more control over how verbose the logging is. This also allows you to do a further level of filtering in syslog.conf if you need to. Also add logging of state changes, inspired by diff provided by Brian A. Seklecki in PR 5513. These messages are logged by default. ok henning mpf deraadt CVSROOT: /cvs Module name: xenocara Changes by: tobias@cvs.openbsd.org 2008/05/06 09:12:04 Modified files: app/cwm : calmwm.c Log message: Signal handler of SIGCHLD calls waitpid() which sets errno on error. To avoid clubbering of errno in normal context, save_errno got introduced. ok oga CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/06 10:13:15 Modified files: infrastructure/build: pkg_subst Log message: copy rights and owner, based on jasper's remarks CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/06 10:14:33 Modified files: devel/py-twisted/core: Makefile devel/py-twisted/core/files: twisted-regen-dropin.cache Log message: SUBST_CMD now preserves right, and so it can be used. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/06 10:21:03 Modified files: usr.bin/nc : nc.1 Log message: - put the description of -O in the right place - shorten the argument names to -IO CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/06 10:23:52 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/06 10:26:07 Modified files: share/man/man9 : uvm.9 Log message: typo fix; from tanner ok art CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 11:07:27 Modified files: www/p5-HTTP-Body: Makefile distinfo www/p5-HTTP-Body/pkg: PLIST Log message: maintenance update to version 1.03 CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/06 11:19:40 Modified files: sys/kern : init_main.c vfs_subr.c sys/sys : mount.h Log message: retire vfs_mountroot(); setroot() is now (and has been) responsible for setting the mountroot function pointer "to the right thing", or failing todo that, to ffs_mountroot; based on a discussion/diff from deraadt@. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 11:36:47 Modified files: devel/py-psyco : Makefile distinfo devel/py-psyco/pkg: PLIST Log message: update to py-psyco-1.6 from fgsch@ with tweaks from me, wcmaier@. ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 11:45:46 Modified files: www/p5-FCGI-ProcManager: Makefile distinfo Log message: maintenance update to version 0.18 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/06 12:53:01 Modified files: textproc/libxml: Makefile distinfo textproc/libxml/patches: patch-Makefile.in patch-configure patch-doc_Makefile_in patch-python_Makefile_in patch-python_tests_Makefile_in patch-xstc_Makefile_in textproc/libxml/pkg: PFRAG.shared-python Removed files: textproc/libxml/patches: patch-parserInternals_c Log message: update to 2.6.32 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/06 12:53:46 Modified files: textproc/libxslt: Makefile distinfo textproc/libxslt/patches: patch-doc_Makefile_in patch-libxslt_Makefile_in patch-tests_docs_Makefile_in Log message: update to 1.1.23 CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/05/06 13:19:02 Modified files: sys/dev/pci : agp_i810.c vga_pci.c vga_pcivar.h agp.c agpvar.h sys/dev/pci/drm: drmP.h drm_bufs.c drm_memory.c drm_drv.c i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c via_drv.c Log message: currently agp_i810 needs to map the same BAR as inteldrm, this obviously fails. In order to allow this, implement an API so that drm and agp can share mappings for the BARs. Now it works as it should. tested by many. ok kettenis, miod said he'd look at it when it's in tree. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/06 13:20:16 Modified files: infrastructure/mk: bsd.port.mk Log message: - add ^LOCALBASE to SUBST_VARS; now that SUBST_CMD is here, this will become handy ok espie@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/05/06 13:24:56 Modified files: sys/dev/pci/drm: drmP.h drm_bufs.c drm_scatter.c drm_vm.c Log message: Kill vtophys in drm. The code we inherited from FreeBSD used vtophys is a fair few places, nuke that and replace with bus_dma. technically _DRM_SHM should be managed with uao_create(), but until we move away from mmap and into an ioctl to map, this will do. This also paves the way for amd64 support (it lacks vtophys). ok kettenis, miod looked at it a while back too. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 14:35:48 Modified files: mail/mozilla-thunderbird: Makefile distinfo Log message: security update to mozilla-thunderbird-2.0.0.14. MFSA 2008-15; MFSA 2008-14. http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird2.0.0.14 ok kurt@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 14:36:32 Modified files: mail/thunderbird-i18n: Makefile distinfo Log message: update for mozilla-thunderbird-2.0.0.14; ok kurt@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 14:37:59 Modified files: mail/enigmail : Makefile distinfo Log message: - bugfix update to enigmail-0.95.6: http://enigmail.mozdev.org/download/changelog.php#enig0.95.6 - update for mozilla-thunderbird-2.0.0.14 - fix MASTER_SITES ok kurt@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 14:49:51 Modified files: net/yt : Makefile net/yt/files : yt.lua Log message: googlevideo returns 403 for some urls, so switch base_url back to youtube. this makes some videos fetch again. (e.g., video id uPTcnzgseaQ recently posted on mailing-lists) ok jolan@, pedro@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/06 14:57:19 Modified files: share/man/man9 : pool.9 sys/kern : kern_descrip.c kern_event.c subr_pool.c vfs_cache.c sys/sys : pool.h Log message: Add a PR_ZERO flag for pools, to compliment the M_ZERO malloc flag, does the same thing. use it in a few places. OK tedu@, "then go ahead. and don't forget the manpage (-:" miod@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 16:02:50 Modified files: textproc/p5-XML-LibXML: Makefile distinfo Log message: update to version 1.66 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 16:03:08 Modified files: textproc/p5-XML-LibXSLT: Makefile distinfo Log message: update to version 1.66 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 16:32:19 Log message: import xoris xoris is a simple util that dumps a rgb-color value of any part of the screen to stdout. The program can do this in three variants: 1. hex (#b0958e) 2. string of rgb numbers (229 229 229) 3. abstract name (gray90) To get such enumerated color specifications, click: Button1, Ctrl+Button1, Shift+Button1 correspondingly. thanks to responsive upstream, no patches required ok eric@ Status: Vendor Tag: simon Release Tags: simon_20080507 N ports/graphics/xoris/Makefile N ports/graphics/xoris/distinfo N ports/graphics/xoris/pkg/PLIST N ports/graphics/xoris/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 16:32:22 Modified files: graphics : Makefile Log message: add xoris CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/06 16:34:48 Modified files: www/wordpress : Makefile distinfo www/wordpress/pkg: PLIST Log message: Update to 2.5.1 ok kevlo (MAINTAINER), "if it works for you" sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/05/06 16:52:03 Modified files: etc : services Log message: - move some services from unofficial to the Assigned Numbers section, including some "cleverly" positioned in the dynamic range :( - add a couple of services relating to some ports/packages which otherwise need a manual change to this file looks good to ajacoutot, steven. suggestions/ok deraadt CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/06 19:49:29 Modified files: usr.sbin/relayd: parse.y pfe_filter.c relayd.8 relayd.conf.5 relayd.h Log message: add an alternative "route to" mode to relayd redirections which maps to pf route-to instead of the default rdr. it is a first steps towards support for "direct server return" (dsr), an asynchronous mode where the load balanced servers send the replies to a different gateway like a l3 switch/router to handle higher amounts of return traffic. because the state handling in pf isn't optimal for this case yet, it just sees half of the TCP connection, the sessions are forced to time out after fixed number of seconds. discussed with many, thought about in the onsen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 20:11:34 Modified files: sys/net : if_faith.c Log message: There is no reason to have a faithrtrequest() function that sets the MTU to route MTU to the interface MTU. By default if no route MTU is set it will fall back to the interface MTU anyway. OK henning@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 20:31:01 Modified files: sys/dev/pci : files.pci share/man/man4 : Makefile sys/arch/i386/conf: GENERIC Log message: Rather than fixing ises(4), nuke it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 20:43:45 Modified files: sbin/ifconfig : ifconfig.8 Added files: share/man/man4 : mpe.4 Log message: Document the new mpe interface and explain the appropriate commands in ifconfig(8). The man pages reference mpls(8) which doesn't exist, but claudio promises it will follow shortly. a thumb up and ok from claudio@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 20:45:04 Removed files: sys/dev/pci : ises.c isesreg.h Log message: Rather than fixing ises(4), nuke it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 20:45:24 Modified files: sys/net : radix_mpath.c route.c Log message: Redo rev 1.8 but this time with an additional fix to solve the dhclient crashes seen by krw. This is a prerequisite for upcomming routing priorities: Always compare the nexthop if one is specified even if it is a non-multipath route. This mostly affects "route delete" and it will not remove the last route if previous delete is redone. OK henning@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 20:46:39 Removed files: sys/dev/pci : isesvar.h Log message: Rather than fixing ises(4), nuke it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 20:47:49 Removed files: share/man/man4 : ises.4 Log message: Rather than fixing ises(4), nuke it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/06 20:54:40 Modified files: share/man/man4 : crypto.4 pci.4 Log message: no Xr ises CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/06 20:57:27 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.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 2008/05/06 23:10:30 Modified files: print/auctex : Makefile print/auctex/patches: patch-Makefile Log message: substitute the right directory into tex-site.el found by fulvio ciriaco (oivulf at gmail) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 23:14:21 Modified files: sys/kern : vfs_subr.c sys/net : pf_table.c radix.c radix.h radix_mpath.c radix_mpath.h route.c route.h rtsock.c sys/netinet : in_pcb.c ip_carp.c sys/netinet6 : in6.c Log message: Implement routing priorities. Every route inserted has a priority assigned and the one route with the lowest number wins. This will be used by the routing daemons to resolve the synchronisations issue in case of conflicts. The nasty bits of this are in the multipath code. If no priority is specified the kernel will choose an appropriate priority. Looked at by a few people at n2k8 code is much older CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 23:49:37 Modified files: usr.bin/ssh : servconf.c servconf.h session.c sshd_config.5 Log message: Enable the AllowAgentForwarding option in sshd_config (global and match context), to specify if agents should be permitted on the server. As the man page states: ``Note that disabling Agent forwarding does not improve security unless users are also denied shell access, as they can always install their own forwarders.'' ok djm@, ok and a mild frown markus@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 23:51:12 Modified files: sys/net : if.c if_ethersubr.c if_tun.c netisr.h netisr_dispatch.h Log message: Prevent virtual interfaces from adding to the random pool. Also move the sampling into ether_input() where it can happen at the interrupt and not within splnet() processing, which might be less random. Discussed with mickey. OK markus@, mcbride@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/06 23:51:35 Modified files: www/wordpress : Makefile Log message: Update license marker (GPLv2). Suggested by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 00:06:25 Modified files: sbin/route : keywords.h keywords.sh route.c show.c Log message: Add support to show and modify rtm_priority. CVSROOT: /cvs Module name: xenocara Changes by: ajacoutot@cvs.openbsd.org 2008/05/07 00:07:09 Modified files: xserver/include: xkbsrv.h Log message: - fix an infinite loop by ensuring that realInputProc is never overwritten with the enqueueInputProc (from upstream git) cf. https://bugs.freedesktop.org/show_bug.cgi?id=13511 This should fix hangs people were seeing with icewm, cwm and most probably other WM under some circumstances. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 00:15:26 Modified files: sys/net : pf.c Log message: backout last change, it's already there.... CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 00:23:30 Modified files: share/man/man5 : pf.conf.5 sbin/pfctl : parse.y pfctl_optimize.c pfctl_parser.c sys/net : pf_norm.c pfvar.h regress/sbin/pfctl: pf15.in pf15.ok Log message: allow setting TOS with scrub; ok mcbride, claudio CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 00:29:48 Modified files: sbin/route : route.8 Log message: Document -priority. looks good norby@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 00:43:35 Modified files: usr.bin/ssh : sshd_config Log message: push the sshd_config bits in, spotted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 00:53:42 Modified files: sys/net : if_mpe.c sys/netmpls : mpls.h Log message: Correctly initialize labels by byte-swapping and inserting BoS and TTL. While there bump MTU to 1500 and set the receiving interface before calling mpls_input. mpestart will eventually call mpls_output when it exists. ``yaaaaayyy'' and ok claudio@ and norby@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/07 00:56:47 Modified files: build : mirrors.dat Log message: Add openbsd.mirror.frontiernet.net, from maintainer jared r r spiegel CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/07 00:57:16 Modified files: . : ftp.html Log message: rebuild CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 01:07:29 Modified files: sbin/pfctl : parse.y sys/net : pf.c pf_norm.c pfvar.h regress/sbin/pfctl: pf15.in pf15.ok Log message: scrub packets based on tags; ok henning CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/07 01:11:52 Modified files: sbin/ifconfig : ifconfig.8 Log message: put the mpe bits in the right place; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/07 01:16:01 Modified files: share/man/man4 : mpe.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 01:16:49 Modified files: sys/netmpls : mpls.h sys/net : if_mpe.c Log message: Make mpe a point-to-point interface. Make the mtu user definable. ok claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 01:32:38 Modified files: share/man/man5 : pf.conf.5 Log message: scrub allows tagged, too CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/07 02:00:14 Modified files: usr.bin/ssh : sshd_config.5 Log message: sort; CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 02:00:50 Modified files: sys/net : if_mpe.c sys/netmpls : mpls.h Log message: add mpe_input() to be able to be fed packets that will reenter ip. no consumers yet, they should come soon. ok norby@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 02:08:39 Modified files: sbin/pfctl : parse.y Log message: do not assume PF_INOUT is 0 in the enum; ok mcbride CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 02:37:25 Modified files: sys/net : if_mpe.c Log message: Missing return and correctly indent a debug printf. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/07 02:50:15 Modified files: libexec/spamd : sync.c Log message: check if the received buffer of a sync element is even big enough to hold the header with length field. ok deraadt@ beck@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 03:22:33 Modified files: lib/libssl/man : Makefile Log message: remove duplicates; remove des_random_key; remove unused; sort MLINKS; ok jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 03:35:52 Modified files: sys/kern : tty_pty.c Log message: check TIOCSIG for 0 and do not send that to psignal() and pgsignal() ok fgsch CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/05/07 03:56:12 Modified files: . : hackathons.html Log message: add anchors to link directly to a specific hackathon, for example http://www.openbsd.org/hackathons.html#n2k8 CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/05/07 05:20:10 Modified files: build : support.dat Log message: Update bsdly.net. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/05/07 05:20:33 Modified files: . : support.html Log message: sync. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/07 05:43:20 Modified files: sbin : Makefile Log message: unlink routed. unbreaks the tree (it is obvious claudio has it removed in his tree already) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 05:55:21 Removed files: sbin/routed : Makefile defs.h if.c input.c main.c output.c parms.c pathnames.h radix.c rdisc.c routed.8 table.c trace.c sbin/routed/rtquery: Makefile rtquery.8 rtquery.c Log message: RIP routed. You were a nice thing in the 4.2BSD times but now it is time for you to go. Superseded by the shiny privseped ripd that does not have the evil habit to use kernel internals in userland. OK everybody in the onsen 'cause it unbreaks the tree CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 05:57:20 Modified files: sbin/ifconfig : ifconfig.8 sbin/ping : ping.8 Log message: Remove references to routed. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 05:58:14 Modified files: etc : rc rc.conf Log message: routed is no longer, use ripd instead. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 06:04:26 Modified files: share/man/man4 : netintro.4 route.4 Log message: More .Xr routed removes. Add the other routing daemons to netintro instead. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 06:05:35 Modified files: lib/libc/gen : syslog.3 share/man/man8 : rc.conf.8 Log message: routed is no more so use dhcpd in these examples instead. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 06:16:32 Modified files: usr.sbin/pppd : pppd.8 Log message: Remove .Xr to routed and reword the sentence a bit to make more sense. pppd can filter on network protocols not network daemons. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 06:17:19 Modified files: usr.sbin/route6d: route6d.8 Log message: Ref to ripd instead of routed. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/05/07 06:19:20 Modified files: etc : services usr.sbin/dhcpd : Makefile dhcp.c dhcpd.8 dhcpd.c dhcpd.h dispatch.c errwarn.c memory.c Added files: usr.sbin/dhcpd : sync.c sync.h Log message: Add synchronisation support for dhcpd - this allows for two dhcpd's with the same configuration to be run on the same net and they will keep their lease files/state in synch, and therefore allowing you to run redundant dhcpd's. Synchronization code stolen from spamd, uses an hmac key in /var/db/dhcpd.key if it exists. ok krw@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/07 06:58:37 Modified files: usr.sbin/ospfd : ospfd.conf.5 Log message: OSPF uses the highest IP address, not the lowest. hai norby@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/07 06:58:54 Modified files: sys/net : if_loop.c Log message: Add MPLS support to loopback. Makes it possible to do evil tricks locally. ok claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 07:01:29 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 07:05:30 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/07 07:45:35 Modified files: sys/net : bridgestp.c if_atmsubr.c if_bridge.c if_fddisubr.c if_gif.c if_trunk.c if_vlan.c Log message: enable tx mitigation when putting packets on the wire by switching from calls to ifp->if_start to if_start(). these are the obviously right cases where we can do that, the less obvious ones may follow as theyre figured out. deraadt@ said to go for it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 08:00:14 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/07 08:08:37 Modified files: sys/kern : vfs_conf.c vfs_subr.c sys/xfs : xfs_vfsops-openbsd.c Log message: remove the vfc_mountroot member from vfsconf and do appropriate cleanup; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/07 08:09:36 Modified files: sys/sys : mount.h Log message: oops, forgot to remove vfc_mountroot from vfsconf for real. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/07 08:29:39 Modified files: graphics/png : Makefile distinfo graphics/png/patches: patch-scripts_libpng_pc_in patch-scripts_makefile_openbsd Log message: Update to 1.2.28 which fixes a number of "security and crash bugs". Bump library version since struct png_struct has changed--this shouldn't be used externally, but you never know. ok bernd@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/07 09:28:00 Modified files: editors/zile : Makefile distinfo editors/zile/patches: patch-src_Makefile_in editors/zile/pkg: DESCR Log message: Maintenance update to 2.2.58. Zile is now part of the GNU project. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/07 11:34:33 Modified files: games/quake : Makefile Log message: make the flavor conditions easier to read from a diff by Antti Harri ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/07 11:40:21 Modified files: www/p5-CSS-Squish: Makefile distinfo Log message: update to version 0.07 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/07 14:02:47 Modified files: mail/maildrop : Makefile distinfo mail/maildrop/patches: patch-maildir_Makefile_in patch-maildrop_Makefile_in patch-maildrop_configure patch-maildrop_maildrop_1_in patch-maildrop_maildropfilter_7_in mail/maildrop/pkg: PLIST-main Log message: Maintenance update to maildrop 2.0.4. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/07 14:12:10 Modified files: devel/horde : Makefile distinfo Log message: Security update to horde 3.1.7. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/07 14:42:02 Modified files: sys/arch/i386/conf: files.i386 sys/arch/i386/i386: apicvec.s machdep.c sys/arch/i386/include: _types.h intr.h sys/arch/i386/isa: icu.s Added files: sys/arch/i386/i386: softintr.c Log message: Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS ok dlg@, tested by dlg@, oga@, jsg@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/07 17:08:24 Modified files: www/nginx : Makefile distinfo www/nginx/patches: patch-conf_nginx_conf Log message: Update nginx to 0.6.30 From Darrin Chandler (MAINTAINER) ok simon@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/07 17:27:50 Modified files: usr.bin/cdio : cdio.c Log message: correct duration by taking the pre-gap into account; ok by many. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/07 18:10:46 Modified files: usr.bin/sendbug: sendbug.c Log message: replace "/usr/sbin/sendmail" with _PATH_SENDMAIL no binary change found by Daniel Dickman ok ray@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 18:17:26 Modified files: sbin/pfctl : parse.y Log message: Bring back (in a more yacc friendly way) support for setting variables to a sequence of strings and numbers, which get folded together into one string (and later, when used, is re-lexed) ok mpf CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/07 18:44:57 Modified files: regress/sbin/pfctl: Makefile pfail53.in pfail53.ok Added files: regress/sbin/pfctl: pf96.in pf96.ok Log message: Add/Fix regression tests for sequences of numbers and stacked assignments of variables. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/07 19:17:54 Modified files: sys/sys : ttycom.h Log message: fix TIOCSIG definition; from Hannah Schroeter via tech. deraadt@ ok. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/07 19:35:43 Modified files: math/R : Makefile Log message: Use Tcl/Tk 8.4 even if 8.5 is available. Fixes packaging errors spotted by naddy@. Ok naddy@, mbalmer@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/07 19:40:57 Modified files: usr.bin/file : LEGAL.NOTICE MAINT README apprentice.c ascmagic.c compress.c config.h file.c file.h fsmagic.c funcs.c is_tar.c magic.c magic.h names.h patchlevel.h print.c readelf.c readelf.h softmagic.c tar.h usr.bin/file/magdir: Header Localstuff alpha amigaos animation apple archive audio bout c-lang c64 cad commands compress console ctags database diff digital dump editors elf filesystems flash fonts fsav gnu hp iff images java jpeg linux lisp mach macintosh magic mail.news maple mathematica mime misctools msdos ncr olf os2 os9 plan9 printer python revision sgi sgml sharc sinclair sniffer sql sun sysex tex troff tuxedo varied.out vmware vorbis xwindows Added files: usr.bin/file/magdir: adventure basis bflt btsnoop cafebabe claris communications cracklib esri geos matroska mips mup netbsd os400 palm perl riff scientific spec tgif unicode varied.script vicar virtutech wordprocessors xo65 Removed files: usr.bin/file/magdir: bFLT chi hdf modules sidfiles wordperfect Log message: Update file to 4.21. tested by ian@ sthen@ OK ian@, "move ahead with it" deraadt@ CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2008/05/07 19:54:38 Modified files: regress/usr.bin/file: t15.out t18.out t22.out Log message: Sync with source changes CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/07 19:55:49 Modified files: sys/net : if_mpe.c Log message: UP mpe interfaces. ok claudio@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/07 20:15:34 Modified files: usr.sbin/relayd: parse.y Log message: missed to set the default for tables to round-robin, so it was loadbalance after the grammar change. make it round-robin again. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/07 20:27:58 Modified files: usr.sbin/relayd: relay.c relay_udp.c relayd.h Log message: move the session keys used by dns in a protocol-specific private ptr. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/07 21:13:55 Modified files: usr.bin/netstat: inet.c Log message: Receiving carp packets for unknown vhid's is not really an error. Change the wording accordingly. OK markus@, dlg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 21:18:39 Modified files: sys/net : if_mpe.c sys/netmpls : mpls.h mpls_input.c Log message: Hook mpe(4) correctly into mpls so that it is possible to tunnel packets over MPLS. Still a bit hackish but getting closer. hai norby@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/07 21:30:18 Modified files: share/man/man4 : wb.4 Log message: Mention amphy(4). CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 21:41:29 Modified files: sys/net : if_mpe.c Log message: Start at making mpe tap to bpf. While there move if_start() call inside splnet. The DLT_MPLS will not go away and will be used for display in tcpdump -y mpls when the code is there, as suggested by reyk. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/07 22:05:37 Modified files: usr.sbin/bgpd : control.c Log message: make sure we always send back something on IMSG_CTL_SHOW_NEIGHBOR namely, the "no such neighbor" case was missing. problem spotted by martin,ok claudio CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/05/07 23:38:26 Modified files: usr.sbin/dhcpd : sync.c sync.h Log message: don't break dhcpd when not using synch mechanisms.. CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/07 23:41:59 Modified files: sbin/route : show.c Log message: Don't display the outlabel and interface for POP operations. ok claudio@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/08 00:13:09 Modified files: sbin/route : show.c Log message: Fix fallout from the route priority thing. Don't display out label interface in the second column. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/08 00:48:37 Modified files: games/glsfcave : Makefile Log message: Author pointed out that HOMEPAGE changed - thanks! CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 00:52:13 Modified files: usr.sbin/bgpd : session.c session.h timer.c Log message: change timer internals so that we use a timewheel (tailq, sorted by expiry so that the timer that will expire first is always the first element, and so on). will make the checking a bit faster and moreelegant and more conveniant. ok claudio CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 00:59:01 Modified files: usr.bin/ssh : bufaux.c buffer.h channels.c packet.c packet.h Log message: avoid extra malloc/copy/free when receiving data over the net; ~10% speedup for localhost-scp; ok djm@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/08 01:10:51 Modified files: sbin/route : show.c Log message: space CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/08 01:18:47 Modified files: usr.bin/netstat: main.c Log message: make -f mpls work. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/08 01:19:42 Modified files: usr.bin/netstat: show.c Log message: Sync netstat show.c with route show.c to gain mpls support and to show the routing priority. hai norby@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/05/08 01:28:08 Modified files: usr.sbin/dhcpd : dhcpd.c sync.c Log message: this should really only be in one file. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 01:29:31 Modified files: sbin/pfctl : parse.y Log message: Loosen grammer to permit any number of newlines within most kinds of { } blocks, as requested by reyk; ok reyk mpf henning CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 01:40:03 Modified files: usr.sbin/bgpd : kroute.c timer.c Log message: in timer_set, when figuring out the right position for the timer, wemust stop walking the list once werun into a stopped timer, or eventually all stopped timers will queue up at the very front (instead of at the tail) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 01:43:03 Modified files: usr.sbin/bgpd : session.c session.h timer.c Log message: take advantage of the timewheel: instead of checking each an every timer, just get the first off the queue and check wether it is due CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 01:45:21 Modified files: usr.sbin/bgpd : timer.c Log message: we can stopin timer_set if new timeout equals the oldone. matters for stuff like the HoldTimer that gets reset often CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 01:59:56 Modified files: usr.sbin/bgpd : timer.c Log message: take advanatge of the timewheelin timer_nextduein - we just need to look at the first one CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 02:05:17 Modified files: sys/net : pfvar.h Log message: reorder elements in pf_state_peer to avoid wasting memory. cvs blame shows that 3 developers screwed this up. look carefully at this diff and learn how to avoid wasting memory. on a 64 bit architecture, each of these was using 40 bytes instead of 32. ok henning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 02:08:36 Modified files: sbin/pfctl : parse.y Log message: make "to any" optional in binat, or well, the implied default. requested by reyk, ok reyk mpf CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 03:51:46 Modified files: usr.sbin/bgpd : rde_attr.c rde_decide.c timer.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/08 03:52:36 Modified files: sys/net : if_mpe.c Log message: Add license and OpenBSD RCS Tag to the file, spotted by Dries Schellekens. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 03:53:12 Modified files: usr.sbin/bgpd : session.h timer.c Log message: timer_due is not needed any more CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/08 03:55:09 ports/www/kronolith/patches Update of /cvs/ports/www/kronolith/patches In directory cvs.openbsd.org:/tmp/cvs-serv19932/patches Log Message: Directory /cvs/ports/www/kronolith/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/08 03:57:56 Modified files: www/kronolith : Makefile distinfo www/kronolith/pkg: PLIST Added files: www/kronolith/patches: patch-lib_Driver_sql_php Log message: Minor security update to Kronolith 2.1.8. Change the way the package is built by first unpacking the distfile so it can be patched. Sprinkle a few SQL typecasts where needed to make Kronolith happy again with PostgreSQL 8.3.x. Discussed with simon. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/08 04:56:24 Modified files: x11/gnome/keyring: Makefile x11/gnome/keyring/pkg: PLIST Added files: x11/gnome/keyring/patches: patch-daemon_gkr-daemon-io_c Log message: - fix socket credentials support; at last gnome-keyring-daemon works under OpenBSD - bring dbus service file back CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 06:02:23 Modified files: usr.bin/ssh : auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c ssh.c sshd.c Log message: Implement a channel success/failure status confirmation callback mechanism. Each channel maintains a queue of callbacks, which will be drained in order (RFC4253 guarantees confirm messages are not reordered within an channel). Also includes a abandonment callback to clean up if a channel is closed without sending confirmation messages. This probably shouldn't happen in compliant implementations, but it could be abused to leak memory. ok markus@ (as part of a larger diff) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 06:21:16 Modified files: usr.bin/ssh : Makefile.inc monitor.c monitor_wrap.c servconf.c servconf.h session.c session.h sshd_config sshd_config.5 Log message: Make the maximum number of sessions run-time controllable via a sshd_config MaxSessions knob. This is useful for disabling login/shell/subsystem access while leaving port-forwarding working (MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or simply increasing the number of allows multiplexed sessions. Because some bozos are sure to configure MaxSessions in excess of the number of available file descriptors in sshd (which, at peak, might be as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds on error paths, and make it fail gracefully on out-of-fd conditions - sending channel errors instead of than exiting with fatal(). bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 07:06:11 Modified files: usr.bin/ssh : clientloop.c clientloop.h ssh.c Log message: Use new channel status confirmation callback system to properly deal with "important" channel requests that fail, in particular command exec, shell and subsystem requests. Previously we would optimistically assume that the requests would always succeed, which could cause hangs if they did not (e.g. when the server runs out of fds) or were unimplemented by the server (bz #1384) Also, properly report failing multiplex channel requests via the mux client stderr (subject to LogLevel in the mux master) - better than silently failing. most bits ok markus@ (as part of a larger diff) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 07:07:22 Modified files: usr.sbin/bgpd : kroute.c Log message: backout shit committed on accident CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/08 07:45:43 Modified files: share/man/man4 : netintro.4 Log message: sort SEE ALSO; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/08 07:57:43 Modified files: sys/dev/usb : ums.c usb_quirks.c usb_quirks.h usbhid.h Log message: Add support for Microsoft Wireless Intellimouse, from FreeBSD. Not only does this device bends the uhid specs backwards, it is also completely unusable for left-handed people due to its shape. Tested on actual hardware thanks to a donation from Maxim Belooussov. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/08 08:03:09 Modified files: sys/lib/libsa : loadfile_elf.c Log message: Fix alignment - sizeof(long) does not always match the address size of the ELF image being loaded. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/08 08:09:18 Modified files: sys/lib/libsa : loadfile_elf.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 08:15:40 Modified files: usr.sbin/dhcpd : sync.c sync.h Log message: Insert pad blocks after sub-messages to keep the structures aligned to 16 byte boundaries for maximum portability (somewhat similar to CMSG's) ok beck CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/08 08:17:58 Modified files: share/man/man4/man4.macppc: onyx.4 tumbler.4 Log message: Sync supported machines list. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/08 08:20:16 Modified files: share/man/man4/man4.macppc: onyx.4 Log message: This one was not supposed to go in. Revert. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/08 08:59:49 Modified files: sysutils : Makefile sysutils/mergemaster: Makefile Log message: mergemaster has been superseded by sysmerge(8) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/08 09:02:01 Modified files: sys/dev/usb : ums.c usbdevs Log message: Add support for yet another exotic Microsoft Mouse, this time the ``Microsoft Notebook Optical Mouse 3000 Model 1049''. From FreeBSD. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/08 09:02:08 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/08 09:10:07 Modified files: devel/liboil : Makefile Log message: - for now, GCC4 is needed for liboil to compile under macppc CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/08 09:22:02 Modified files: sys/altq : altq_cbq.c altq_cdnr.c altq_hfsc.c altq_priq.c altq_red.c altq_rio.c altq_rmclass.c altq_subr.c Log message: do not check malloc return value against NULL, as M_WAITOK is used ok kjc@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/08 09:45:26 Log message: Import pycha. Pycha is a very simple Python package for drawing charts using the great Cairo library. Its goals are to be lightweight, simple to use, nice looking with default values, allow customization. It won't try to draw any possible chart on earth but draw the most common ones nicely. from niallo@; ok merdely@ Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080508 N ports/graphics/pycha/Makefile N ports/graphics/pycha/distinfo N ports/graphics/pycha/pkg/DESCR N ports/graphics/pycha/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/08 09:46:05 Modified files: graphics : Makefile Log message: Add pycha. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/08 10:51:30 Modified files: bin/ksh : BUG-REPORTS ChangeLog usr.sbin/faithd: README Log message: documentation tweaks. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/08 10:51:41 Modified files: share/man/man5 : Makefile Removed files: share/man/man5 : types.5 Log message: Retire types(5) man page. It was hopelessly out of date and never provided any information not present in the actual man pager. Now that types are also present in inttypes.h and stdint.h this file is even less relevant. OK deraadt@ miod@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/08 10:53:22 Log message: Import py-pygresql. PyGreSQL is a BSD licensed open-source Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script. From MAINTAINER Laurence Tratt . ok merdely@ Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080508 N ports/databases/py-pygresql/Makefile N ports/databases/py-pygresql/distinfo N ports/databases/py-pygresql/pkg/DESCR N ports/databases/py-pygresql/pkg/PLIST N ports/databases/py-pygresql/patches/patch-tutorial_advanced_py N ports/databases/py-pygresql/patches/patch-tutorial_basics_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/08 10:53:50 Modified files: databases : Makefile Log message: Add py-pygresql. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/08 10:54:29 Modified files: gnu/usr.bin/gcc/gcc/config/sh: sh.c Log message: Due to the recent changes, it is no longer necessary to disable -fregmove anymore. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/08 11:09:50 Modified files: comms/hylafax : Makefile comms/hylafax/pkg: PLIST Log message: replace @unexec with a more sane @extraunexec so that pkg_delete notifies the user, instead of just removing the symlink. ok merdely@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/08 11:45:45 Modified files: sys/isofs/cd9660: cd9660_vnops.c sys/isofs/udf : udf_vnops.c sys/kern : vfs_init.c vfs_sync.c sys/miscfs/deadfs: dead_vnops.c sys/miscfs/fifofs: fifo_vnops.c sys/miscfs/portal: portal_vnops.c sys/miscfs/procfs: procfs_vnops.c sys/miscfs/specfs: spec_vnops.c sys/msdosfs : msdosfs_vnops.c sys/nfs : nfs_vnops.c sys/sys : vnode.h sys/ufs/ext2fs : ext2fs_vnops.c sys/ufs/ffs : ffs_vnops.c sys/ufs/mfs : mfs_vnops.c Log message: retire vn_default_error() and replace all instances with eopnotsupp() instead; ok blambert@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/08 12:04:34 Modified files: sbin/wpa-psk : wpa-psk.c Log message: add missing header for exit ok damien@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/08 13:32:39 Modified files: faq : faq8.html Log message: fix href to emacs faq; harald.dunkel at aixigo.de CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/08 14:10:00 Modified files: . : alpha.html amd64.html armish.html hp300.html hppa.html i386.html landisk.html luna88k.html mac68k.html macppc.html mvme68k.html mvme88k.html sgi.html sparc.html sparc64.html vax.html zaurus.html Log message: 4.3 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/08 14:22:32 Modified files: sys/dev/pci : pcidevs Log message: Add the Freescale vendor ID and some devices from the MPC8349E family. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/08 14:23:22 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/08 16:35:51 Modified files: infrastructure/mk: bsd.port.mk Log message: sanity check: one CATEGORY should match the PKGPATH. Surprisingly, this catches about 20 ports with their pants down. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/08 16:44:14 Modified files: databases/p5-Catalyst-Model-DBI: Makefile databases/pear-DB: Makefile devel/beediff : Makefile devel/libicq2000: Makefile devel/libmagic : Makefile devel/p5-File-Find-Rule-Filesys-Virtual: Makefile devel/p5-Graph : Makefile devel/p5-Heap : Makefile devel/p5-Locale-Maketext-Fuzzy: Makefile devel/p5-Locale-Maketext-Gettext: Makefile devel/p5-Locale-gettext: Makefile devel/p5-Object-Declare: Makefile devel/p5-Test-WWW-Mechanize: Makefile devel/p5-capitalization: Makefile graphics/libdvbpsi: Makefile mail/mailgraph : Makefile net/meanwhile : Makefile net/p5-SNMP-BridgeQuery: Makefile net/py-adns : Makefile net/telepathy/telepathy-spec: Makefile security/p5-Crypt-GpgME: Makefile textproc/p5-Text-Aspell: Makefile www/wbox : Makefile Log message: CATEGORIES repairs CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/08 18:25:41 Modified files: sys/scsi : st.c Log message: Oops. When detaching tape drives look for devices using 'stopen' not devices using 'sdopen'. PR#5810 from Jozef Hatala. ok beck@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/08 18:37:43 Modified files: sys/net : if_ethersubr.c Log message: A little bit of magic to make arp lookups work in MPLS as they should. No need to preload the arp table anymore. hai norby@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 18:54:07 Log message: import tcpbench, a small TCP benchmarking tool that can also sample relevant kernel variables via kvm(3) ok dlg@ deraadt@ Status: Vendor Tag: djm Release Tags: djm_20080509 N src/usr.bin/tcpbench/tcpbench.c N src/usr.bin/tcpbench/Makefile N src/usr.bin/tcpbench/tcpbench.1 No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/08 19:03:15 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 19:37:36 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 20:44:55 Modified files: sys/net : pf.c pfvar.h sys/netinet : in_pcb.c in_pcb.h ip_input.c raw_ip.c tcp_input.c tcp_usrreq.c udp_usrreq.c sys/sys : mbuf.h sbin/pfctl : parse.y pfctl_parser.c regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pf97.in pf97.ok Log message: divert packets to local socket without modifying the ip header; makes transparent proxies much easier; ok beck@, feedback claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 20:52:15 Modified files: sys/netinet : in_pcb.c raw_ip.c sys/sys : socket.h sys/kern : uipc_socket.c Log message: Add SO_BINDANY socket option from BSD/OS. The option allows a socket to be bound to addresses which are not local to the machine. In order to receive packets for these addresses SO_BINDANY needs to be combined with matching outgoing pf(4) divert rules, see pf.conf(5). ok beck@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 20:56:37 Modified files: sys/netinet : in.h in_pcb.h ip_output.c udp_usrreq.c Log message: IP_RECVDSTPORT, allows you to get the destination port of UDP datagrams for pf(4) diverted packets; based on patch by Scot Loach; ok beck@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 21:14:08 Modified files: sys/netinet : in_pcb.c Log message: should check for null pointers; from henning@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 22:55:57 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c serverloop.c Log message: Try additional addresses when connecting to a port forward destination whose DNS name resolves to more than one address. The previous behaviour was to try the first address and give up. Reported by stig AT venaas.com in bz#343 great feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/08 23:19:14 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: - don't give up when the link is not available on startup: dhclient goes to background and listens on the routing socket for link to come up before it retries. - renew the lease whenever the link was lost and becomes active again. - listen for link state changes on non-ethernet devices like wireless, the link state becomes active when the wireless has been associated to the AP and becomes active. this helps to automatically renew the lease when the user is roaming. ok beck@, deraadt@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 23:41:02 Modified files: sbin/pfctl : parse.y pfctl_parser.c regress/sbin/pfctl: pf97.in pf97.ok Log message: convert port byte order in the production; add port keyword; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/09 00:04:08 Modified files: etc : pf.conf Log message: now we also need the anchor "relayd/*" in addition to the rdr-anchor. ok pyr@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/09 00:19:33 Modified files: sys/scsi : sd.c Log message: Lock in removable media while trying to determine the disk parameters. This should fix a number of 'drive offline' situations where the device claims it has no media loaded until the lock in occurs. Like a Blackberry Pearl Todd Fries found and probably other USB devices. Move the lock in during device open to before the test unit ready to eliminate similar spurious rejections of the device. Feedback from marco@, tests by todd@ and miod@. ok deraadt@ beck@ dlg@ miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/09 00:30:41 Modified files: sys/dev/pci : if_bge.c Log message: Attempt to fix link status change handling so that the proper RTM_IFINFO messages are generated when links go down or come up. Works on available devices, put in tree to encourage wide testing. Enables latest dhclient changes to work their magic on bge. Feedback from brad@ ok deraadt@ beck@ reyk@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/09 00:45:49 Modified files: usr.bin/tcpbench: tcpbench.c Log message: s/bench/tcpbench/ in usage(); spotted by schellekens.dries AT gmail.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/09 00:52:10 Modified files: usr.bin : Makefile Log message: add tcpbench to build CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 00:52:47 Modified files: sbin/route : route.c Log message: on route get, display the priority and a cleartext name (like, "bgp" for 48) claudio ok CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/09 01:09:17 Modified files: libexec/spamd : sync.c sync.h Log message: As was done in dhcpd, insert pad blocks after sub-messages to keep the structures aligned to 16 byte boundaries for maximum portability (somewhat similar to CMSG's). Old spamd's and new spamd's can still communicate with this change. It would be nice if someone tested spamd on 64-bit unaligned architectures (with and without this change) ok beck CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 01:14:56 Modified files: sbin/route : route.c Log message: using the rtm_priority to translate priority number into nice name is working much better than using rtm_version for that CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 01:32:39 Modified files: sys/netinet : if_ether.c Log message: arp entries in the routing table should have priority RTF_CONNECTED ok claudio theo CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 01:33:13 Modified files: sys/net : route.c Log message: when cloning, copy the priority from the parent to the cloned route, claudio ok CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 01:39:31 Modified files: sys/net : radix.c Log message: Fix a logic botch around prioinv that resulted in wrong ordering of more specific routes. OK henning@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:06:28 Modified files: usr.sbin/httpd : Makefile.bsd-wrapper httpd.8 usr.sbin/httpd/conf: httpd.conf-dist usr.sbin/httpd/htdocs/manual: index.html usr.sbin/httpd/htdocs/manual/misc: rewriteguide.html usr.sbin/httpd/htdocs/manual/mod: core.html usr.sbin/httpd/src: Configuration.tmpl Configure usr.sbin/httpd/src/include: ap.h ap_config.h ap_config_auto.h http_conf_globals.h http_vhost.h httpd.h usr.sbin/httpd/src/main: http_config.c http_core.c http_main.c http_vhost.c rfc1413.c util.c util_script.c util_uri.c usr.sbin/httpd/src/modules/proxy: mod_proxy.c mod_proxy.h proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c usr.sbin/httpd/src/modules/ssl: Makefile.tmpl ssl_engine_ext.c usr.sbin/httpd/src/modules/standard: mod_access.c mod_unique_id.c mod_usertrack.c usr.sbin/httpd/src/support: logresolve.c Added files: usr.sbin/httpd : README.v6 usr.sbin/httpd/htdocs/manual: ipv6.html Log message: Add support for IPv6 while keeping the default at IPv4 to not break existing installations. See the documentation for the IPv6 related configuration. This changes the module ABI since addresses are now struct addrinfo. This has been tested by many people and run on production machines for several months. feedback many, ok todd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/09 02:16:07 Modified files: sbin/pfctl : parse.y Log message: Replace a crockpot of semi-cloned productions for handling port numbers with one, and fix a few other bugs along the way ok mpf henning CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 02:16:35 Modified files: share/man/man4 : ip.4 Log message: add IP_RECVDSTPORT; ok jmc, beck CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 02:22:10 Modified files: usr.sbin/bgpd : Tag: OPENBSD_4_3 rde_decide.c Log message: MFC (claudio) Compare flags against the right flag field or else unexpected things may happen. The decision process failed to correctly mask looping pathes and in some szenarios even elected them as best route. *gulp* Found the hard way and fix tested by Christian, bsd (at) cleondra (dot) ch CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 02:24:06 Modified files: lib/libc/sys : getsockopt.2 Log message: add SO_BINDANY with pf example; help from jmc, ok beck@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:24:31 Modified files: www/mod_perl : Makefile Added files: www/mod_perl/patches: patch-src_modules_perl_Connection_xs Log message: Fix for new httpd module ABI. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:26:15 ports/www/mod_scgi/patches Update of /cvs/ports/www/mod_scgi/patches In directory cvs.openbsd.org:/tmp/cvs-serv29601/patches Log Message: Directory /cvs/ports/www/mod_scgi/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:26:53 Modified files: www/mod_scgi : Makefile Added files: www/mod_scgi/patches: patch-apache1_mod_scgi_c Log message: Fix for new httpd module ABI. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:27:43 ports/www/mod_security/patches Update of /cvs/ports/www/mod_security/patches In directory cvs.openbsd.org:/tmp/cvs-serv23929/patches Log Message: Directory /cvs/ports/www/mod_security/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:28:34 Modified files: www/mod_security: Makefile Added files: www/mod_security/patches: patch-apache1_mod_security_c Log message: Fix for new httpd module ABI. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 03:00:11 Modified files: usr.bin/nc : netcat.c Log message: try SO_BINDANY for -s, but do not insist; ok bob, reyk CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 03:01:23 Modified files: usr.bin/tcpbench: tcpbench.1 Log message: tweak previous; ok djm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 03:08:47 Modified files: usr.bin/netstat: netstat.1 usr.sbin/pstat : pstat.8 share/man/man4 : tcp.4 Log message: some Xr for tcpbench(1) and tcpdrop(8); CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/09 04:22:50 Modified files: sys/miscfs/procfs: procfs_vnops.c Log message: procfs can use vop_generic_bmap too; CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 04:51:45 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-configure Log message: Better configure patch to avoid problems if the xserver set isn't installed on the build machine. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/09 05:31:10 Modified files: x11/bwidget : Makefile Log message: fix category. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/09 05:57:52 Modified files: usr.sbin/tcpdump: pf_print_state.c Log message: Don't just ntohl() the hours, but everything of the state creation time. OK mcbride@, henning@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 05:58:16 Modified files: lib/libc/sys : getsockopt.2 Log message: kill trailing whitespace; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/09 06:04:10 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 2008/05/09 06:45:25 Modified files: usr.sbin/bgpd : kroute.c Log message: insert/delete routes with priority RTP_BGP this is mostly cosmetical for the moment, there are bigger changes required to make full use of the route priorities, but this is the first step to do. discussed with claudio CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 06:46:46 Modified files: usr.sbin/ospfd : kroute.c Log message: insert/delete routes w/ prio RTP_OSPF CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 06:47:42 Modified files: usr.sbin/ripd : kroute.c Log message: prio RTP_RIP for inserted routes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/09 06:54:52 Modified files: sys/net : netisr.h Log message: there was a race between the addition of mpls and tx mitigation. this gives mpls its own bit in netisr instead of accidentally sharing one with tx mit. "do it" claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 06:55:48 Modified files: usr.sbin/ospf6d: kroute.c Log message: Henning forgot ospf6d. Add priority to ospf6d as well. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 06:59:59 Modified files: usr.sbin/httpd : httpd.8 Log message: tweak previous; ok mbalmer CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 07:01:01 Modified files: share/man/man7 : hier.7 Log message: document netmpls; ok norby CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 07:02:48 Modified files: lib/libc/gen : Tag: OPENBSD_4_3 readdir.c telldir.c Log message: MFC (otto) Be carefull not to read away the target entry when encountering deleted files after a seekdir(); testcase produced by mbalmer@; fix with and ok mbalmer; ok millert@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 07:03:20 Modified files: lib/libc/gen : Tag: OPENBSD_4_2 readdir.c telldir.c Log message: MFC (otto) Be carefull not to read away the target entry when encountering deleted files after a seekdir(); testcase produced by mbalmer@; fix with and ok mbalmer; ok millert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/09 07:09:34 Modified files: sys/dev/usb : umsm.c Log message: Increase buffer size to 4k and make use of interrupt endpoint to increase responsiveness. From Yojiro UO CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/09 07:23:22 Modified files: sys/dev/usb : usbdevs Log message: NTT DoCoMo A2502. From Yojiro UO CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/09 07:24: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 2008/05/09 07:31:47 Modified files: sys/dev/usb : umsm.c share/man/man4 : umsm.4 Log message: Add support for NTT DoCoMo A2502. From/tested by Yojiro UO CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/09 07:59:31 Modified files: sbin/pfctl : pf_print_state.c pfctl.8 pfctl.c sys/net : pf_ioctl.c pfvar.h Log message: Add support to kill states by rule label or state id. Fix printing of the state id in pfctl -ss -vv. Remove the psnk_af hack to return the number of killed states. OK markus, beck. "I like it" henning, deraadt. Manpage help from jmc. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/09 08:10:05 Modified files: sys/altq : altq_cbq.c altq_subr.c Log message: switch altq from ifp->if_start to if_start() to take advantage of tx mit. ok kjc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/09 08:18:45 Modified files: usr.bin/ssh : clientloop.c clientloop.h ssh.c usr.bin/ssh/ssh: Makefile Added files: usr.bin/ssh : mux.c Log message: tidy up session multiplexing code, moving it into its own file and making the function names more consistent - making ssh.c and clientloop.c a fair bit more readable. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/09 08:26:08 Modified files: usr.bin/ssh : ssh.c Log message: dingo stole my diff hunk CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 09:08:36 Modified files: sys/netmpls : mpls.h Log message: Kill some useless makros. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 09:48:15 Modified files: sys/net : pfkeyv2.c route.c Log message: replace rtrequest() with corresponding rtrequest1() replacement. OK henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 09:49:00 Modified files: sys/netinet : if_atm.c if_ether.c ip_icmp.c ip_spd.c Log message: more rtrequest() to rtrequest1() replacement. OK henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 09:50:51 Modified files: sys/nfs : nfs_boot.c Log message: Another rtrequest() rtrequest1() replacement. OK henning@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 10:16:06 Modified files: usr.bin/ssh : session.c Log message: re-add the USE_PIPES code and enable it. without pipes shutdown-read from the sshd does not trigger a SIGPIPE when the forked program does a write. ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 10:17:51 Modified files: usr.bin/ssh : channels.c Log message: error-fd race: don't enable the error fd in the select bitmask for channels with both in- and output closed, since the channel will go away before we call select(); report, lots of debugging help and ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 10:21:13 Modified files: usr.bin/ssh : channels.h clientloop.c nchan.c serverloop.c Log message: unbreak ssh -2 localhost od /bin/ls | true ignoring SIGPIPE by adding a new channel message (EOW) that signals the peer that we're not interested in any data it might send. fixes bz #85; discussion, debugging and ok djm@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:20:46 Modified files: devel/ruby-daemons: Makefile distinfo devel/ruby-daemons/pkg: PLIST Log message: Update to ruby-daemons-1.0.10. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:22:44 Modified files: devel/ruby-uuidtools: Makefile distinfo devel/ruby-uuidtools/pkg: PLIST Log message: Update to ruby-uuidtools-1.0.3. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:23:26 Modified files: mail/ruby-mailfactory: Makefile distinfo mail/ruby-mailfactory/pkg: PLIST Log message: Update to ruby-mailfactory-1.3.1. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:24:39 Modified files: mail/ruby-rmail: Makefile distinfo mail/ruby-rmail/pkg: PLIST Log message: Update to ruby-rmail-1.0.0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:25:39 ports/devel/ruby-gettext/patches Update of /cvs/ports/devel/ruby-gettext/patches In directory cvs.openbsd.org:/tmp/cvs-serv9926/patches Log Message: Directory /cvs/ports/devel/ruby-gettext/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:26:59 Modified files: devel/ruby-gettext: Makefile distinfo devel/ruby-gettext/pkg: PLIST Added files: devel/ruby-gettext/patches: patch-test_test_locale_rb Log message: Update to ruby-gettext-1.90.0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:29:45 Log message: Initial import of ruby-merb-freezer-0.9.3. A Merb plugin that let's you freeze Merb. Status: Vendor Tag: bernd Release Tags: bernd_2008-may-09 N ports/www/ruby-merb/freezer/Makefile N ports/www/ruby-merb/freezer/distinfo N ports/www/ruby-merb/freezer/pkg/PLIST N ports/www/ruby-merb/freezer/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:30:19 Modified files: www/ruby-merb : Makefile Log message: Add freezer. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:33:17 Modified files: www/ruby-merb : Makefile.inc www/ruby-merb/action-args: distinfo www/ruby-merb/action-args/pkg: PLIST www/ruby-merb/activerecord: distinfo www/ruby-merb/assets: distinfo www/ruby-merb/assets/pkg: PLIST www/ruby-merb/builder: distinfo www/ruby-merb/builder/pkg: PLIST www/ruby-merb/cache: distinfo www/ruby-merb/cache/pkg: PLIST www/ruby-merb/core: distinfo www/ruby-merb/core/pkg: PLIST www/ruby-merb/gen: distinfo www/ruby-merb/gen/pkg: PLIST www/ruby-merb/haml: distinfo www/ruby-merb/haml/pkg: PLIST www/ruby-merb/helpers: distinfo www/ruby-merb/helpers/pkg: PLIST www/ruby-merb/mailer: distinfo www/ruby-merb/mailer/pkg: PLIST www/ruby-merb/merb: Makefile distinfo www/ruby-merb/more: Makefile distinfo www/ruby-merb/parts: distinfo www/ruby-merb/parts/pkg: PLIST Log message: Update to ruby-merb-0.9.3. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:36:32 Modified files: textproc/ruby-icalendar: Makefile distinfo textproc/ruby-icalendar/pkg: PLIST Log message: Update to ruby-icalendar-1.0.2. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:46:51 Modified files: mail/mutt : Makefile.inc mail/mutt/snapshot: Makefile mail/mutt/stable: Makefile Log message: Some cleanup of the mutt Makefile's. Moving the common WANTLIB stuff to Makefile.inc. Sorting the CONFIGURE_ARGS options. Having the stable release of mutt use the appropriate version of autoconf. from brad@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:51:12 Modified files: textproc/ruby-fastercsv: Makefile distinfo Log message: Update to ruby-fastercsv-1.2.3 and enable regress tests. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:59:46 Modified files: textproc/ruby-erubis: Makefile distinfo textproc/ruby-erubis/pkg: PLIST Log message: Update to ruby-erubis-2.6.0 and enable regress tests. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/09 12:43:28 Modified files: regress/lib/libevent: Makefile Log message: Fix the include path passed via CFLAGS so that this will compile.. one too many ../ in the path. Somehow managed to get a symlink in the right spot that made this work as it was. Pointed out by david@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:52:19 Log message: Initial import of ruby-net-scp-1.0.0. Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over SSH (and requires the Net::SSH library), and allows files and directory trees to copied to and from a remote server. Status: Vendor Tag: bernd Release Tags: bernd_2008-may-09 N ports/net/ruby-net-scp/Makefile N ports/net/ruby-net-scp/distinfo N ports/net/ruby-net-scp/pkg/PLIST N ports/net/ruby-net-scp/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:54:33 Log message: Initial import of ruby-net-ssh-gateway-1.0.0. Net::SSH::Gateway is a library for programmatically tunneling connections to servers via a single "gateway" host. It is useful for establishing Net::SSH connections to servers behind firewalls, but can also be used to forward ports and establish connections of other types, like HTTP, to servers with restricted access. Status: Vendor Tag: bernd Release Tags: bernd_2008-may-09 N ports/net/ruby-net-ssh-gateway/Makefile N ports/net/ruby-net-ssh-gateway/distinfo N ports/net/ruby-net-ssh-gateway/pkg/PLIST N ports/net/ruby-net-ssh-gateway/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:57:12 Modified files: net : Makefile Log message: Add ruby-net-scp and ruby-net-ssh-gateway. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:58:02 Modified files: net/ruby-net-ssh: Makefile distinfo net/ruby-net-ssh/pkg: PLIST Log message: Update to ruby-net-ssh-2.0.1. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:59:08 Modified files: net/ruby-net-sftp: Makefile distinfo net/ruby-net-sftp/pkg: PLIST Log message: Update to ruby-net-sftp-2.0.0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 13:04:07 Modified files: sysutils/ruby-capistrano: Makefile distinfo sysutils/ruby-capistrano/pkg: PLIST Log message: Update to ruby-capistrano-2.3.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/05/09 13:29:44 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/patches: patch-src_jasper_mak Log message: Fix the build of the gtk flavor on amd64. Tested by steven@, who also found the problem. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/09 13:45:18 Modified files: devel/tcllib : Makefile distinfo devel/tcllib/pkg: DESCR PLIST Added files: devel/tcllib/patches: patch-support_devel_all_tcl patch-support_devel_sak_test_run_tcl Removed files: devel/tcllib/patches: patch-modules_doctools_mpexpand patch-modules_mime_performance_tcl Log message: update tcllib and move to Tcl 8.5, from new maintainer Stuart Cassoff "It is pleasing to the eye" deanna@ CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/05/09 14:24:28 Modified files: . : i386-laptop.html Log message: EeePC update. With BIOS rev 910 only acpibat panics the kernel when running on batteries. Noticed by Pete Vickers. While there, note that the webcam should be supported by uvideo(4) some day in the future... CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/05/09 14:33:41 Modified files: . : i386-laptop.html Log message: msi 270 updates. Fix the dmesg url. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/09 15:22:44 Modified files: sys/dev/ic : gem.c Log message: - Count excess and late collisions as output errors. - Count receive errors as input errors. Based on similar change to the gem(4) driver from NetBSD. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/09 16:15:31 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Log message: SECURITY: update to 1.6.3. see http://hg.moinmo.in/moin/1.6/raw-file/1.6.3/docs/CHANGES for details. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/09 16:29:51 Log message: Import py-pgsql. pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is written in Python. From Pierre-Emmanuel Andre (MAINTAINER). ok merdely@ Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080509 N ports/databases/py-pgsql/Makefile N ports/databases/py-pgsql/distinfo N ports/databases/py-pgsql/pkg/DESCR N ports/databases/py-pgsql/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/09 16:30:27 Modified files: databases : Makefile Log message: Add py-pgsql. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 19:52:34 Modified files: sys/net : if_ethersubr.c Log message: convert sdltosa to a real cast because I removed the silly makro last night. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 19:56:32 Modified files: sys/netmpls : mpls_input.c Log message: Make MPLS code compile without pseudo device mpe. OK norby CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:22:50 Log message: import gnome-keyring-manager 2.20.0 The GNOME Keyring Manager is an application for managing keyrings, in which any kind of sensitive information can be kept, mainly passwords. The default window shows 'default' keyrings with their stored items, and allows addition, removal and edition. Secrets can be copied using drag and drop, and can also be moved between different keyrings. The manager also has creation, opening and lock/unlock features. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080510 N ports/x11/gnome/keyring-manager/distinfo N ports/x11/gnome/keyring-manager/Makefile N ports/x11/gnome/keyring-manager/pkg/DESCR N ports/x11/gnome/keyring-manager/pkg/PLIST N ports/x11/gnome/keyring-manager/patches/patch-src_gnome-keyring-manager-main-ui_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:23:52 Modified files: x11/gnome : Makefile Log message: - add keyring-manager CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:35:32 Log message: import gtk-vnc 0.3.6 gtk-vnc provides a core library written in C, using coroutines to allow it to be completely asynchronous while remaining single threaded. A wrapper library using PyGTK provides access to the widget functionality from Python. Two example programs illustrate use of the widget by re-implementing the traditional 'vncviewer' in a few 10's of lines of code. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080510 N ports/x11/gtk-vnc/Makefile N ports/x11/gtk-vnc/distinfo N ports/x11/gtk-vnc/pkg/DESCR N ports/x11/gtk-vnc/pkg/PLIST N ports/x11/gtk-vnc/pkg/PFRAG.shared N ports/x11/gtk-vnc/patches/patch-src_gvnc_c N ports/x11/gtk-vnc/patches/patch-src_coroutine_ucontext_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:36:18 Modified files: x11 : Makefile Log message: - add gtk-vnc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:37:40 Log message: import vinagre 0.5.1 Vinagre is a VNC Client for the GNOME Desktop. Its features include: * You can connect to several machines at the same time, we like tabs * You can keep track of your most used connections, we like favorites * You can keep track of your recently used connections, we like GtkRecent ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080510 N ports/x11/gnome/vinagre/Makefile N ports/x11/gnome/vinagre/distinfo N ports/x11/gnome/vinagre/pkg/PLIST N ports/x11/gnome/vinagre/pkg/DESCR N ports/x11/gnome/vinagre/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:38:40 Log message: import vino 2.20.1 VNC server for the GNOME desktop that allows one to control their desktop from remote using the RFB protocol. (ipv6 is disabled for the moment) feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080510 N ports/x11/gnome/vino/distinfo N ports/x11/gnome/vino/Makefile N ports/x11/gnome/vino/pkg/DESCR N ports/x11/gnome/vino/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:39:41 Modified files: x11/gnome : Makefile Log message: - add vinagre and vino CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:21:29 src/sys/arch/socppc Update of /cvs/src/sys/arch/socppc In directory cvs.openbsd.org:/tmp/cvs-serv20618/socppc Log Message: Directory /cvs/src/sys/arch/socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:06 src/sys/arch/socppc/include Update of /cvs/src/sys/arch/socppc/include In directory cvs.openbsd.org:/tmp/cvs-serv15973/include Log Message: Directory /cvs/src/sys/arch/socppc/include added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:07 src/sys/arch/socppc/dev Update of /cvs/src/sys/arch/socppc/dev In directory cvs.openbsd.org:/tmp/cvs-serv15973/dev Log Message: Directory /cvs/src/sys/arch/socppc/dev added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:08 src/sys/arch/socppc/socppc Update of /cvs/src/sys/arch/socppc/socppc In directory cvs.openbsd.org:/tmp/cvs-serv15973/socppc Log Message: Directory /cvs/src/sys/arch/socppc/socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:09 src/sys/arch/socppc/compile Update of /cvs/src/sys/arch/socppc/compile In directory cvs.openbsd.org:/tmp/cvs-serv15973/compile Log Message: Directory /cvs/src/sys/arch/socppc/compile added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:10 src/sys/arch/socppc/conf Update of /cvs/src/sys/arch/socppc/conf In directory cvs.openbsd.org:/tmp/cvs-serv15973/conf Log Message: Directory /cvs/src/sys/arch/socppc/conf added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 06:02:21 Added files: sys/arch/socppc/conf: GENERIC Makefile.socppc files.socppc sys/arch/socppc/dev: com_obio.c ehci_obio.c ipic.c obio.c pciide_machdep.c sociic.c socpcic.c sys/arch/socppc/include: _types.h asm.h atomic.h autoconf.h bat.h bus.h cdefs.h conf.h cpu.h db_machdep.h disklabel.h endian.h exec.h fpu.h frame.h internal_types.h intr.h limits.h lock.h mutex.h param.h pcb.h pio.h pmap.h powerpc.h proc.h psl.h pte.h ptrace.h reg.h signal.h spinlock.h trap.h vmparam.h sys/arch/socppc/socppc: autoconf.c clock.c conf.c cpu.c db_interface.c disksubr.c dma.c machdep.c mainbus.c mem.c Log message: OpenBSD/socppc, a port to the Thecus N1200, and potentially other Freescale PowerPC SoC platforms that use u-boot as a bootloader. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 06:11:34 Added files: sys/arch/socppc/compile: .cvsignore Log message: Add .cvsignore, such that we don't lose the compile directory with cvs update -dP. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/05/10 06:16:27 Modified files: . : smp.html Log message: - mention mvme88k, sparc64 and macppc as supported. - express hope for sgi :) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 06:18:30 Added files: sys/arch/socppc/socppc: genassym.cf locore.S Log message: Add two missing files. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/05/10 06:50:48 Modified files: sys/dev/pci : pcidevs Log message: Add some ATI entries. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/05/10 06:52:17 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 07:39:01 Modified files: sys/dev/pci : pci_map.c Log message: On socppc, we need to be able to map a zero base address too. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2008/05/10 09:11:08 Modified files: usr.sbin/cron : crontab.c Log message: from ray@ - move the ignoring of the top few (3) comments into a function of its own. - ignore these comments for crontab listings. based on a patch from Slava Semushin ok ray@ millert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 09:31:31 Modified files: sys/arch/socppc/conf: GENERIC Log message: Fix typo. Spotted by Pierre Riteau. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/10 11:10:24 Modified files: lang/python : Makefile.inc lang/python/2.5: Makefile lang/python/2.5/pkg: MESSAGE-main PLIST-main Log message: Let 2.5 install python-mode for emacs. ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/10 11:25:52 Modified files: astro/celestia : Makefile distinfo astro/celestia/patches: patch-configure patch-src_celengine_astro_cpp patch-src_celestia_celestiacore_cpp astro/celestia/pkg: PLIST Added files: astro/celestia/patches: patch-src_celengine_render_cpp Removed files: astro/celestia/patches: patch-Makefile_in Log message: - update to 1.5.1 - fix a stack corruption on startup (bits taken from celestia SVN) - use SUBST_CMD (gotta love that stuff!) CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/10 13:54:58 Modified files: usr.bin/rcs : rcsprog.c rcsprog.h Log message: OpenRCS only handled a max of 128 arguments on command line + RCSINIT, which was a bogus limit. Spotted by naddy. horribly prodded by and ok joris CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 14:02:31 src/sys/arch/socppc/stand Update of /cvs/src/sys/arch/socppc/stand In directory cvs.openbsd.org:/tmp/cvs-serv21078/stand Log Message: Directory /cvs/src/sys/arch/socppc/stand added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 14:02:59 src/sys/arch/socppc/stand/boot Update of /cvs/src/sys/arch/socppc/stand/boot In directory cvs.openbsd.org:/tmp/cvs-serv26290/boot Log Message: Directory /cvs/src/sys/arch/socppc/stand/boot added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 14:06:27 Added files: sys/arch/socppc/stand: Makefile sys/arch/socppc/stand/boot: Makefile clock.c conf.c dev_socppc.c devopen.c exec.c libsa.h machdep.c ns16550.c pciide.c start.S time.c wd.c wdc.c wdvar.h Log message: First stab at a bootloader for the Thecus N1200. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/05/10 14:23:24 Modified files: usr.bin/rcs : rcsutil.c Log message: properly free suffixes. OK tobias@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 14:35:39 Added files: sys/arch/socppc/include: loadfile_machdep.h Log message: Missing bootloader file. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 15:04:19 Added files: sys/arch/socppc: Makefile Log message: More OpenBSD/socppc parts. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 15:25:53 Added files: sys/arch/socppc/include: setjmp.h Log message: Needed by userland. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 16:07:00 Added files: sys/arch/socppc/include: float.h ieee.h ieeefp.h profile.h Log message: More headers needed by userland. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/10 17:09:18 Modified files: share/man/man4 : bnx.4 Log message: comment fix; from Pierre Riteau CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/10 17:49:56 Modified files: devel/commoncpp: Makefile distinfo Log message: minor update ("the only change was adding multiple inclusion guard to one of the headers and that's it") from Brad, and fix website URL. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/10 17:50:20 Modified files: devel/ccrtp : Makefile Log message: Update website URLs and bump. From Brad. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/10 19:08:05 Modified files: usr.sbin/bgpd : control.c Log message: allow IMSG_CONTROL_SHOW_TIMER on restricted sockets CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/05/10 20:28:16 Modified files: sys/net : if_spppsubr.c Log message: When passing opt[] array as an argument, use opt instead of &opt. While they point to the same address, this is more readable. ok claudio@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/10 20:55:45 Modified files: sys/net : if_spppsubr.c Log message: Check to make sure pp_tlf is not NULL in sppp_keepalive() before calling it. From NetBSD ok canacar@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/10 21:01:29 Modified files: sys/dev/ic : xl.c Log message: Fix a typo with the media duplex flag being used for AUI connections so that the status routine will properly display half duplex instead of full. ok henning@ krw@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/10 21:50:23 Modified files: sys/netinet : if_ether.c sys/netinet6 : nd6.c nd6_nbr.c Log message: Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain in ln_hold or la_hold into temporary storage and null ln_hold or la_hold before manually processing the mbuf chain. Discard the mbuf chain if it is put back in the hold area. ok claudio@ markus@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/10 23:03:03 Modified files: lib/libc/net : res_send.c Log message: garbage collect the portability bits for the removed select() support. ok djm@ deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/10 23:12:56 Modified files: sys/dev/pci : if_bge.c Log message: Revert the last commit as this is not the proper way of fixing the issue. ok krw@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 01:07:59 Modified files: sys/dev/pci : pcidevs Log message: More E1000 PCI ids for ICH9 and ICH10. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 01:08:50 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 01:09:03 Log message: import milkytracker-0.90.80 MilkyTracker is an open source, multi-platform music application for creating .MOD and .XM module files. It attempts to recreate the module replay and user experience of the popular DOS program Fasttracker II, with special playback modes available for improved Amiga ProTracker 2/3 compatibility. ok simon@ Status: Vendor Tag: jakemsr Release Tags: jakemsr-20080511 N ports/audio/milkytracker/Makefile N ports/audio/milkytracker/distinfo N ports/audio/milkytracker/pkg/PLIST N ports/audio/milkytracker/pkg/DESCR N ports/audio/milkytracker/patches/patch-src_milkyplay_drivers_jack_AudioDriver_JACK_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 01:11:18 Modified files: audio : Makefile Log message: add milkytracker CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 01:21:09 Modified files: sys/dev/usb : usbdevs Log message: Add the USB id for the Melco (Buffalo) LUA-U2-GT Ethernet adapter. From the Linux ASIX driver CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 01:21:38 Modified files: sys/dev/usb : usbdevs.h Log message: regen CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/11 02:02:09 Modified files: faq : faq5.html Log message: FAQ5.3.3 still recommended to checkout xenocara source tree into /usr/src/xenocara instead of /usr/xenocara. Spotted by Frank Ebert. ok nick CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/11 02:13:02 Modified files: sys/netinet6 : icmp6.c in6.c in6_ifattach.c nd6.c nd6_rtr.c Log message: rtrequest to rtrequest1 conversion in inet6. With that no rtrequest should be left over. OK henning@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/05/11 02:50:54 Modified files: usr.sbin/dhcpd : sync.c Log message: fix sync.c to not puke if sync_lease called without sync_init. from henric. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 03:20:31 Modified files: share/man/man4 : axe.4 sys/dev/usb : if_axe.c Log message: Add the Buffalo (MELCO) LUA-U2-GT id. ok jsg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 03:56:11 Modified files: sys/dev/pci : if_bge.c Log message: Remove special casing of the BCM5700 B2 chipset so that this revision also uses MII interrupts to detect link state transitions as is done for all of the other BCM5700 revisions, without this change link state transitions are not being detected at all. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 04:28:44 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document port-lib-depends-check and print-plist-with-depends, goes into some details of the tradeoffs involved. Also update my copyright. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 05:12:09 Modified files: infrastructure/mk: bsd.port.mk Log message: conform to other hook naming. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 05:19:19 Modified files: infrastructure/mk: bsd.port.mk Log message: put back a default definition of FAKE_FLAGS, for style, since this did not break anything. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/11 05:55:34 Log message: import ColorExplorer ColorExplorer is a tool for exploring the color space and finding out how colors, color names, and numerical color specifications are related. Status: Vendor Tag: simon Release Tags: simon_20080511 N ports/graphics/colorexplorer/distinfo N ports/graphics/colorexplorer/Makefile N ports/graphics/colorexplorer/pkg/DESCR N ports/graphics/colorexplorer/pkg/PLIST N ports/graphics/colorexplorer/patches/patch-Makefile N ports/graphics/colorexplorer/patches/patch-ColorExplorer_tcl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/11 05:55:38 Modified files: graphics : Makefile Log message: add colorexplorer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 06:05:51 Modified files: infrastructure/mk: imake.port.mk Log message: clean-up pre-install hook. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/11 06:13:41 Modified files: usr.bin/cvs : rcs.c usr.bin/rcs : rcs.c Log message: Memory leak in rcs_delta_stats plugged. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/11 06:16:00 Modified files: gnu/usr.bin/cvs/src: admin.c usr.bin/cvs : admin.c Log message: If "cvs admin" encountered an entry in CVS/Entries for a file which has no (longer an) RCS file in CVSROOT, both -- GNU cvs and OpenCVS -- segfaulted. ok joris CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/11 06:26:14 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/patches: patch-tests_Makefile_in devel/libsoup/pkg: PFRAG.shared PLIST Log message: - revert previous update for now, caused some fallout CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/11 06:29:54 Modified files: databases/evolution-data-server: Makefile mail/evolution : Makefile x11/gnome/seahorse: Makefile Log message: - fix WANTLIB after libsoup downgrade CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 12:12:41 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_audio_output_jack_c patch-modules_gui_wxwidgets_interface_cpp patch-modules_gui_wxwidgets_interface_hpp Log message: - use wxSlider instead of hacking wxGuage for the volume controller. from vlc subversion via Alexey Suslikov. - use jack_client_connect() instead of jack_client_new() so multiple instances of vlc can connect to jackd concurrently. problem reported by Alexey Suslikov. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 12:48:21 Modified files: share/man/man5 : bsd.port.mk.5 Log message: remove final ' ' to please jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 12:50:58 Modified files: share/man/man5 : Makefile Added files: share/man/man5 : port-modules.5 Log message: Document port modules, nroff input by jmc. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 13:24:00 Modified files: share/man/man5 : port-modules.5 Log message: fix module name, as noticed by steven@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/11 13:32:45 Modified files: build/mirrors : anoncvs.html.head Log message: better xenocara.tar.gz location CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/11 13:34:20 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:36:12 Modified files: infrastructure/mk: bsd.port.mk Log message: slightly simpler hook loops: use :U just once, since it applies to every word. Also use :T to select the final word of the PKGPATH, so that hooks work seamlessly for `non-core' modules, thus removing the need for most modules to be core. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:41:20 Modified files: editors/texmaker: Makefile print/lyx : Makefile misc/pymissile : Makefile Log message: fix ports that reference qt3 and python directly CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:44:12 Removed files: infrastructure/mk: ghc.port.mk kde.port.mk iconv.port.mk ocaml.port.mk pear.port.mk python.port.mk qt.port.mk qt2.port.mk qt3.port.mk ruby.port.mk zope.port.mk Log message: zap indirectors that are no longer needed CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 13:45:41 Modified files: share/man/man5 : port-modules.5 Log message: fix list of modules to be documented soon CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:50:42 Removed files: infrastructure/mk: gettext.port.mk Log message: forgot one CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:50:55 Modified files: infrastructure/mk: cpan.port.mk gcc3.port.mk gcc4.port.mk imake.port.mk perl.port.mk Log message: stylistic changes CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 13:58:24 Modified files: sys/arch/socppc/stand/boot: Makefile exec.c Log message: Pass arguments and symbol table more or less the same way as OpenBSD/macppc. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 13:59:38 Modified files: sys/arch/socppc/socppc: locore.S Log message: Re-enable code to initialize esym. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 14:35:10 Modified files: sys/arch/socppc/conf: GENERIC Log message: Remove the "option USB_DEBUG" that crept in by accident. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/11 14:36:28 Modified files: app/xlockmore : Makefile.bsd-wrapper Log message: Explicitly disable rplay. Found by mbalmer@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/11 14:39:36 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 14:57:56 Added files: sys/arch/socppc/conf: RAMDISK Log message: We'll need a RAMDISK kernel too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/11 14:58:10 Modified files: share/mk : bsd.xorg.mk Added files: etc : config.site Log message: provide a minimal config.site pre-built configure cache, to protect xenocara builds from picking stuff installed by ports. For now only paths to different programs are provided, avoiding the use of bison instead of yacc. feedback from espie@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 15:03:29 Modified files: sys/arch/socppc/socppc: locore.S Log message: Make sure we can still boot kernels directly from u-boot. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 15:52:28 src/distrib/socppc Update of /cvs/src/distrib/socppc In directory cvs.openbsd.org:/tmp/cvs-serv29272/socppc Log Message: Directory /cvs/src/distrib/socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 15:53:08 src/distrib/socppc/ramdisk Update of /cvs/src/distrib/socppc/ramdisk In directory cvs.openbsd.org:/tmp/cvs-serv18012/ramdisk Log Message: Directory /cvs/src/distrib/socppc/ramdisk added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/11 16:17:28 Modified files: audio/vorbis-tools: Makefile Added files: audio/vorbis-tools/patches: patch-ogg123_speex_format_c Log message: SECURITY FIX for SA29727 "Speex Header Processing Vulnerability" patch from upstream ok naddy@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 16:18:35 Log message: import k3b-1.0.4 K3b was created to be a feature-rich and easy to handle CD burning application. It can do many things, such as creating or copying audio, data, video or mixed-mode CDs, CD ripping, and DVD ripping, burning and blanking. ok ian@ Status: Vendor Tag: jakemsr Release Tags: jakemsr-20080511 N ports/multimedia/k3b/Makefile N ports/multimedia/k3b/distinfo N ports/multimedia/k3b/pkg/PLIST N ports/multimedia/k3b/pkg/DESCR N ports/multimedia/k3b/patches/patch-configure N ports/multimedia/k3b/patches/patch-libk3bdevice_k3bdevice_cpp N ports/multimedia/k3b/patches/patch-libk3bdevice_k3bdevice_h N ports/multimedia/k3b/patches/patch-libk3bdevice_k3bscsicommand_cpp N ports/multimedia/k3b/patches/patch-libk3bdevice_k3bdevicemanager_cpp N ports/multimedia/k3b/patches/patch-libk3b_tools_k3bfilesysteminfo_cpp N ports/multimedia/k3b/patches/patch-libk3b_core_k3bglobals_cpp N ports/multimedia/k3b/patches/patch-src_projects_k3bencodingconverter_cpp N ports/multimedia/k3b/patches/patch-src_option_base_k3bcddboptiontab_ui N ports/multimedia/k3b/patches/patch-src_rip_base_k3baudiorippingoptionwidget_ui N ports/multimedia/k3b/patches/patch-src_rip_base_k3bcddbpatternwidget_ui N ports/multimedia/k3b/patches/patch-plugins_encoder_lame_base_k3bmanualbitratesettingswidget_ui N ports/multimedia/k3b/patches/patch-plugins_decoder_flac_Makefile_in N ports/multimedia/k3b/patches/patch-src_k3bappdevicemanager_cpp No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/11 16:19:09 Modified files: sys/sys : tree.h share/man/man3 : Makefile tree.3 Log message: Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND, and RB_FOREACH_REVERSE from FreeBSD. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 16:20:08 Modified files: multimedia : Makefile Log message: add k3b CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/11 16:21:25 Modified files: lib/libc/db/hash: hash.c hash_page.c Log message: Fix a crash when iterating over a hash and removing its elements. From Patrick Keshishian. OK pvalchev@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 16:29:14 Added files: distrib/socppc : Makefile distrib/socppc/ramdisk: Makefile Makefile.inc install.md list Log message: Infrastructure to build ramdisks. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2008/05/11 17:50:32 Modified files: sys/kern : kern_fork.c Log message: share signal handlers for rthreads. from philip guenther CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2008/05/11 17:54:40 Modified files: sys/kern : kern_exit.c kern_fork.c Log message: set p_flag to 0 sooner, so we don't overwrite the thread flag. and correctly free things when exiting a threaded proc. from philip guenther CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 21:50:55 Modified files: sys/dev/pci : if_bge.c Log message: Call mii_pollstat() instead of bge_tick() in bge_link_upd() so that link state transitions are noticed and the appropriate routing socket messages are generated. ok kettenis@ krw@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/05/12 00:59:19 Modified files: sys/dev/pci : if_tht.c Log message: Pass correct argument to timeout_set so that the timeout can break the loop as intended. ok dlg@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/12 01:23:54 Modified files: de : alpha.html anoncvs.html armish.html art1.html donations.html ftp.html hackathons.html hp300.html hppa.html i386-laptop.html i386.html mac68k.html macppc.html mvme68k.html mvme88k.html press.html report.html sgi.html smp.html sparc.html sparc64.html support.html vax.html zaurus.html faq/de : faq13.html faq15.html faq4.html faq5.html faq6.html faq8.html upgrade43.html faq/fr : faq1.html faq15.html faq2.html faq3.html faq4.html faq5.html faq8.html faq9.html index.html upgrade43.html faq/nl : faq13.html faq14.html faq15.html faq4.html faq6.html faq8.html faq/pl : faq4.html faq8.html upgrade40.html upgrade41.html upgrade42.html upgrade43.html faq/zh : current.html faq15.html faq4.html faq6.html index.html fr : alpha.html amd64.html armish.html cvsup.html ftp.html hackathons.html hp300.html index.html macppc.html mvme68k.html mvme88k.html ports.html smp.html sparc.html stable.html vax.html lt : anoncvs.html art1.html ftp.html index.html stable.html nl : report.html papers/fr : index.html pl : i386-laptop.html i386.html report.html zh : 43.html anoncvs.html art1.html cvsup.html ftp.html index.html plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 01:47:22 Modified files: emulators/qemu : Makefile emulators/qemu/pkg: MESSAGE Log message: - s/LOCALBASE/PREFIX maintainer timeout ok landry@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/12 03:06:20 Added files: sys/arch/socppc/include: stdarg.h va-ppc.h varargs.h Log message: More headers needed by userland. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/12 03:23:04 Added files: sys/arch/socppc/include: reloc.h Log message: More headers needed by userland. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/12 04:02:42 Modified files: sys/dev/pci : if_tht.c Log message: Make this compile again. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/12 04:27:30 Modified files: share/man/man5 : port-modules.5 Log message: much more exhaustive list of variables usually affected CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/12 04:48:09 Modified files: share/man/man5 : port-modules.5 Log message: document some modules CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/12 06:24:43 Modified files: sys/dev/usb : umsm.c Log message: If we find an E220 device in umass mode send the magic command to enable the serial portions of the device. From Yojiro UO , tested by bernd@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/05/12 06:54:19 Modified files: share/man/man4 : umsm.4 Log message: list huawei E172 and E220 as supported CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/12 07:08:33 Modified files: share/man/man5 : port-modules.5 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 07:48:55 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/patches: patch-calendar_libical_src_libical_icaltz-util_c Log message: - fix a core dump at evolution startup with a new profile from bernd@ CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2008/05/12 07:56:21 Modified files: share/man/man5 : port-modules.5 Log message: typos CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 08:07:35 Log message: Import py-gdata-1.0.13 The Google data Python client library makes it easy to access data through the Google data APIs. This library provides data model and service modules for the the following Google data services: - Google Calendar data API - Google Contacts data API - Google Spreadsheets data API - Google Document List data APIs - Google Base data API - Google Apps Provisioning API - Picasa Web Albums Data API - Google Code Search Data API - core Google data API functionality The core Google data code provides sufficient functionality to use this library with any Google data API (even if a module hasn't been written for it yet). For example, this client can be used with the Blogger API, and the YouTube API. This library may also be used with any Atom Publishing Protocol service. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070512 N ports/devel/py-gdata/distinfo N ports/devel/py-gdata/Makefile N ports/devel/py-gdata/pkg/DESCR N ports/devel/py-gdata/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 08:08:31 Modified files: devel : Makefile Log message: +py-gdata CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 08:45:07 Log message: import galago-daemon 0.5.1 The Galago presence daemon, which is the center of all presence transactions for Galago. This service is automatically launched by D-BUS when needed. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080512 N ports/net/galago-daemon/Makefile N ports/net/galago-daemon/distinfo N ports/net/galago-daemon/pkg/DESCR N ports/net/galago-daemon/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/12 08:45:48 Modified files: infrastructure/mk: bsd.port.mk Log message: Add X11BASE to SUBST_VARS ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 08:47:43 Modified files: net : Makefile Log message: - add galago-daemon CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 09:08:19 Log message: Import totem-pl-parser-2.22.3 Totem-pl-parser is a simple GObject-based library for parsing the various playlist formats used for online audio and video streams. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070512 N ports/x11/gnome/totem-pl-parser/distinfo N ports/x11/gnome/totem-pl-parser/Makefile N ports/x11/gnome/totem-pl-parser/pkg/DESCR N ports/x11/gnome/totem-pl-parser/pkg/PLIST N ports/x11/gnome/totem-pl-parser/patches/patch-lib_memmem_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 09:09:33 Modified files: x11/gnome : Makefile Log message: +totem-pl-parser CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 09:11:40 Modified files: x11/gnome/baker: Makefile Log message: - no need for CONFIGURE_STYLE, it's inherited from Makefile.inc CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/05/12 09:53:45 Modified files: faq : faq14.html Log message: fsck_ffs is almost twice as memory hungry as my memory told me. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/12 09:57:17 Modified files: sys/arch/socppc/stand/boot: time.c Log message: Provide a real getsecs() implementation. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/12 10:14:42 Modified files: converters/wv : Makefile distinfo converters/wv/patches: patch-wvMime patch-wvText_in converters/wv/pkg: PLIST Added files: converters/wv/patches: patch-wvWare_c converters/wv/pkg: PFRAG.shared Removed files: converters/wv/patches: patch-Makefile_in patch-wvHtml_in converters/wv/pkg: SECURITY Log message: update to 1.2.4; jasper@ ok a similar update. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/12 10:43:57 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST-main Added files: devel/libgsf/patches: patch-configure_in Log message: update to 1.14.4; jasper@ ok. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/12 11:54:02 Modified files: share/man/man3 : tree.3 Log message: Remove clauses 3 and 4 from the license to match the license on tree.h. OK'd by Niels. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/12 13:15:02 Modified files: sbin/isakmpd : isakmpd.c usr.sbin/bgpd : bgpd.c usr.sbin/dvmrpd: dvmrpd.c usr.sbin/hostapd: hostapd.c usr.sbin/hotplugd: hotplugd.c usr.sbin/ifstated: ifstated.c usr.sbin/ospf6d: ospf6d.c usr.sbin/ospfd : ospfd.c usr.sbin/relayd: relayd.c usr.sbin/ripd : ripd.c usr.sbin/sensorsd: sensorsd.c usr.sbin/snmpd : snmpd.c usr.sbin/watchdogd: watchdogd.c Log message: Error out with usage line if additional arguments are given after the option parsing. Found out the hard way by jdixon on ifstated. ok sobrado@, jdixon@, millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 13:40:17 Modified files: x11/gnome/controlcenter2: Makefile x11/gnome/controlcenter2/pkg: PLIST Added files: x11/gnome/controlcenter2/patches: patch-capplets_about-me_gnome-about-me_glade Log message: - enable gnome-about-me, but disable changing passwords via this dialog ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2008/05/12 14:52:20 Modified files: usr.bin/ssh : umac.c Log message: Ensure nh_result lies on a 64-bit boundary (fixes warnings observed on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/05/12 15:49:54 Modified files: www/gtkhtml3/pkg: PFRAG.shared Log message: Unbreak -- pkg_tools don't support nested substitutions, and espie had some good arguments against changing this. "i trust you, so go ahead" jasper@ Note: this doesn't fix the questionable API_VERSION approach, it just fixes the build. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 15:56:32 Log message: import gnome-keyring-query gnome-keyring-query has the capability to store and retrieve simple name/passphrase pairs in the default keyring. Unlike applications like Nautilus and Evolution, no additional fields are stored, with the exception of a 'magic' field to distinguish keys created by gnome-keyring-query from those created by other applications. 'yeah!' ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080512 N ports/x11/gnome/keyring-query/Makefile N ports/x11/gnome/keyring-query/pkg/DESCR N ports/x11/gnome/keyring-query/pkg/PLIST N ports/x11/gnome/keyring-query/files/gnome-keyring-query.c N ports/x11/gnome/keyring-query/files/README.OpenBSD No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 15:58:15 Modified files: x11/gnome : Makefile Log message: - add keyring-query CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/12 16:01:39 Modified files: distrib/notes : m4.common Log message: List socppc as a MACHINE_ARCH=powerpc platform. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/12 16:14:46 Modified files: sys/scsi : st.c Log message: Fix device reference counting. Now that we try to support detachable tape drives it is nice not to crash if one is detached. Basically use a consistant mechanism modelled on sd to lookup devices and do the device reference increments and decrements. Problem reported (PR#5811) and fix tested by Jozef Hatala. Still some corner cases Jozef is looking for but we'll fix those as discovered. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/12 17:49:28 Modified files: usr.sbin/hostapd: hostapd.c Log message: Fix cut and pasto; Steven Roberts CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/12 18:52:12 Modified files: sys/dev/pci : if_tht.c Log message: Also report the duplex state of the connection when calling if_link_state_change() which is always full duplex for tht(4). ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/12 19:37:26 Modified files: sys/dev/pci : if_art.c Log message: Use the LINK_STATE_IS_UP macro when checking for the link being UP. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/12 19:40:39 Modified files: sys/dev/mii : mii_physubr.c sys/dev/pci : if_em.c if_vge.c Log message: Since Ethernet links can only be full duplex or half duplex the link state reporting code in the MII layer / em(4) and vge(4) will never fall back to the point of only reporting the link as being UP without the duplex setting being reported, so simplify the code a bit here. ok dlg@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/05/12 20:09:38 Modified files: usr.bin/ftp : cmds.c util.c Log message: Remove #if 0 code that has been unused for nearly a decade (and probably doesn't compile, since the types for some variables have changed from long to char *). OK millert@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/05/12 20:13:46 Modified files: usr.bin/rdistd : server.c Log message: Change a mktemp(3) to mkstemp(3), preventing a race condition. Improve error checking. OK okan@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/12 20:24:08 Modified files: sys/dev/eisa : dpt_eisa.c sys/dev/ic : aic7xxx_openbsd.c aic7xxx_seeprom.c atw.c dpt.c osiop.c smc83c170.c sys/dev/mii : gentbi.c sys/dev/pci : ahc_pci.c azalia.c azalia_codec.c cmpci.c dpt_pci.c if_epic_pci.c if_pcn.c sys/dev/sbus : if_gem_sbus.c sys/net : if_pppoe.c sys/ntfs : ntfs_compr.c ntfs_conv.c ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Log message: Remove commented out NetBSD __KERNEL_RCSID macro usage. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 02:09:58 Modified files: sys/dev/pci : pcidevs Log message: Remove some duplicate entries for Intel 10Gb and ICH10 E1000 adapters that were not in numerial order. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 02:10:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/13 03:05:07 Modified files: sys/dev/acpi : amltypes.h dsdt.h Log message: Adding changes for new parser ok marco@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 03:19:12 Modified files: sys/dev/pci : pcidevs Log message: Add the Altima AC1003 PCI id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 03:20:34 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 03:48:56 Modified files: x11/gtk-vnc : Makefile Added files: x11/gtk-vnc/patches: patch-plugin_Makefile_in x11/gtk-vnc/pkg: DESCR-main DESCR-plugin PLIST-main PLIST-plugin Removed files: x11/gtk-vnc/pkg: DESCR PFRAG.shared PLIST Log message: - new subpackage: add a very nice web browser plug-in for gtk-vnc ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 04:06:51 Modified files: lang/vala : Makefile distinfo lang/vala/patches: patch-tests_testrunner_sh lang/vala/pkg : PLIST Log message: - update to 0.3.2 (many bugfixes and improvents to bindings/docs) CVSROOT: /cvs Module name: x11 Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 04:56:38 Log message: Import totem-2.22.2 Totem is the official movie player of the GNOME desktop environment based on xine-lib or GStreamer. It features a playlist, a full-screen mode, seek and volume controls, as well as keyboard navigation. Available flavor: xine - Use xine backend instead of GStreamer loosely based on an older port from jasper@ ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080513 N x11/gnome/totem/distinfo cvs: ERROR: cannot write file /cvs/x11/gnome/totem/distinfo,v: No such file or directory N x11/gnome/totem/Makefile cvs: ERROR: cannot write file /cvs/x11/gnome/totem/Makefile,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/x11/gnome/totem/pkg -- not added: No such file or directory cvs: ERROR: cannot mkdir /cvs/x11/gnome/totem/patches -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 05:00:28 Log message: Import totem-2.22.2... under the correct dir this time Totem is the official movie player of the GNOME desktop environment based on xine-lib or GStreamer. It features a playlist, a full-screen mode, seek and volume controls, as well as keyboard navigation. Available flavor: xine - Use xine backend instead of GStreamer loosely based on an older port from jasper@ ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080513 N ports/x11/gnome/totem/distinfo N ports/x11/gnome/totem/Makefile N ports/x11/gnome/totem/pkg/DESCR N ports/x11/gnome/totem/pkg/PLIST N ports/x11/gnome/totem/pkg/MESSAGE N ports/x11/gnome/totem/patches/patch-src_backend_bacon-video-widget-gst-0_10_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 05:02:08 Modified files: x11/gnome : Makefile Log message: +totem CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 05:05:27 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention totem "okies" jasper@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/13 05:11:40 Modified files: share/man/man4 : umsm.4 Log message: Add Emobile rebadged E220 devices. From Yojiro UO CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 05:19:58 Modified files: textproc/gtkaml: Makefile distinfo Removed files: textproc/gtkaml/patches: patch-Makefile_in Log message: - update gtkaml to 0.2.1.0 CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2008/05/13 05:34:12 Modified files: net/samba : Makefile Added files: net/samba/patches: patch-libads_kerberos_keytab_c Log message: disable a workaround for the MIT kerberos implementation that we dont need because we use heimdal instead. this lets the ads flavor of samba manage the kerberos keytab on openbsd. no objections from mbalmer@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/13 05:46:57 Modified files: usr.sbin/ospf6d: ospf6d.c Log message: Unmangle previous commit. spotted by markus@ (wow !) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/13 06:02:54 Modified files: devel/mercurial: Makefile devel/mercurial/pkg: PLIST Log message: install hgweb.cgi and hgwebdir.cgi; wcmaier@ ok. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/13 06:07:14 Added files: lang/tcl : tcl.port.mk x11/tk : tk.port.mk Log message: Add lang/tcl and x11/tk modules feedback and ok steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 07:06:55 Modified files: x11/gnome/empathy: Makefile Added files: x11/gnome/empathy/patches: patch-libempathy-gtk_empathy-main-window_glade Log message: - don't display the "edit personal information button", it's not implemented. CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2008/05/13 07:17:20 Modified files: . : ports.html Log message: - Simplify pkg_add examples, no need to give the full name of a pkg - Mention the fact that now pkg_add supports updates, and give an example - 'make install clean' is... cleaner for an example ok espie@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/13 07:20:44 Modified files: sys/dev/pci : if_lii.c Log message: The driver is called lii, not atl2. Change function and variable names to match. go go go dlg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/13 07:28:15 Modified files: sbin/fdisk : fdisk.8 Log message: fix an error in the example partition table; from Adam Patterson ok nick CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 08:17:15 Log message: import evolution-rss 0.0.8 This plugin adds RSS Feeds support for evolution mail. Evolution RSS can display articles using summary view or HTML view. tweaks and ok bernd@ Status: Vendor Tag: jasper Release Tags: jasper_20080512 N ports/mail/evolution-plugin-rss/distinfo N ports/mail/evolution-plugin-rss/Makefile N ports/mail/evolution-plugin-rss/pkg/DESCR N ports/mail/evolution-plugin-rss/pkg/PLIST N ports/mail/evolution-plugin-rss/patches/patch-src_evolution-import-rss_c N ports/mail/evolution-plugin-rss/patches/patch-src_Makefile_in N ports/mail/evolution-plugin-rss/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/13 08:20:25 Modified files: audio/grip : Makefile audio/grip/patches: patch-configure patch-src_Makefile_in patch-src_discdb_c patch-src_grip_c patch-src_rip_c Added files: audio/grip/patches: patch-src_launch_c Log message: * LP64 fix from Markus Lude * regen some patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 08:22:33 Modified files: mail : Makefile Log message: - add evolution-plugin-rss CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/13 08:48:33 Modified files: news/tin : Makefile news/tin/patches: patch-src_Makefile_in Added files: news/tin/patches: patch-configure_in Log message: - add icu4c as a dependency - change e-mail address - change COMMENT - change spool to /var/spool/news - this matches leafnode - disable checking for libuu - do not try to write to /usr From maintainer Joachim Schipper CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/13 08:52:44 Modified files: infrastructure/mk: pkgpath.mk Log message: no reason not to allow install-all as a subdir target, so... allow it! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/13 09:11:51 Modified files: multimedia/gstreamer-0.10: Makefile.inc multimedia/gstreamer-0.10/core: Makefile distinfo multimedia/gstreamer-0.10/core/pkg: PLIST-main multimedia/gstreamer-0.10/plugins-bad: Makefile distinfo multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main PLIST-sdl multimedia/gstreamer-0.10/plugins-base: Makefile distinfo multimedia/gstreamer-0.10/plugins-base/pkg: PLIST-main multimedia/gstreamer-0.10/plugins-good: Makefile distinfo multimedia/gstreamer-0.10/plugins-good/patches: patch-common_m4_gst-default_m4 patch-configure_ac patch-sys_oss_Makefile_in patch-sys_oss_gstosshelper_c patch-sys_oss_gstosssink_c patch-sys_oss_gstosssrc_c 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 multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main multimedia/gstreamer-0.10/plugins-ugly: Makefile distinfo multimedia/gstreamer-0.10/plugins-ugly/patches: patch-ext_dvdread_dvdreadsrc_c patch-ext_sidplay_Makefile_in multimedia/gstreamer-0.10/plugins-ugly/pkg: PLIST-main multimedia/gstreamer-0.10/py-gstreamer: Makefile distinfo multimedia/gstreamer-0.10/py-gstreamer/pkg: PLIST Added files: multimedia/gstreamer-0.10/plugins-bad/pkg: DESCR-meta DESCR-sndfile PLIST-meta PLIST-neon PLIST-sndfile multimedia/gstreamer-0.10/plugins-ugly/patches: patch-ext_lame_gstlame_c Removed files: multimedia/gstreamer-0.10/plugins-bad/patches: patch-configure_ac multimedia/gstreamer-0.10/plugins-good/patches: patch-ext_flac_gstflacdec_c patch-ext_flac_gstflacdec_h patch-ext_flac_gstflacenc_c patch-ext_flac_gstflacenc_h Log message: update to recent gstreamer + plugins. Some breakage might occur, it will be dealt with afterwards. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2008/05/13 09:25:43 Modified files: . : want.html Log message: i need fc gear much less now that i have stuff to play with at work. i need more time instead. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2008/05/13 09:33:56 Modified files: . : want.html Log message: apparently the intel iop348 based boards are compatible with the emulex fc controllers, so id like one to work on when i get time to hax on sli(4) again. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/13 09:34:02 Log message: yeah, the gstreamer people finally made it possible to use the system ffmpeg. Note that their fuzzy warnings don't apply to us. This is so stupid. Between the ffmpeg people, who only care for performance to the exclusion of any sense (like, good luck making it work elsewhere), and the gstreamer people, who don't care that stuff won't work elsewhere. Status: Vendor Tag: espie Release Tags: yeah N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/distinfo N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/pkg/PLIST N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/pkg/DESCR N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/patches/patch-ext_ffmpeg_gstffmpegcodecmap_c N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/patches/patch-ext_ffmpeg_gstffmpegdemux_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 10:46:23 Modified files: multimedia/gstreamer-0.10: Makefile Log message: - add plugins-ffmpeg ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 11:31:02 Modified files: graphics/pngcrush: Makefile distinfo Log message: SECURITY UPDATE to pngcrush 1.6.5 (SA30157) CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/13 11:44:46 Modified files: usr.sbin/httpd/src/main: alloc.c buff.c gen_test_char.c gen_uri_delims.c rfc1413.c util.c util_date.c util_md5.c Log message: A first chunk of readability/knf changes. Since there is nothing more to merge from upstream, we can safely sanitize the code and hopefully the build system. Discussed with and feedback from sthen, todd, dlg and henning. no binary changes. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/13 11:47:42 Modified files: sys/nfs : nfs_socket.c Log message: don't grab the receive lock in nfs_rcvlock if the reply has already been received while we slept. prevents processes from monopolising the lock. From FreeBSD; ok blambert@ tested by johan@ and a few others CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/13 11:56:29 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Added files: net/curl/patches: patch-Makefile_in patch-docs_examples_anyauthput_c Log message: * Update to 7.18.1. * A CA cert bundle is no longer included, so point to /etc/ssl/cert.pem. * Compile examples during build rather than fake stage. ok sthen@, additional testing by merdely@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/13 12:46:07 Modified files: www/nginx : Makefile distinfo Log message: Bugfix update to 0.6.31. Fixes include: *) Bugfix: nginx did not process FastCGI response if header was at the end of FastCGI record; bug appeared in 0.6.2. Thanks to Sergey Serov. *) bugfix: a segmentation fault might occur in worker process if a file was deleted and the "open_file_cache_errors" directive was off. From Darrin Chandler (MAINTAINER) ok bernd@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/13 12:52:25 Modified files: lib/libc/stdio : vfprintf.c Log message: Don't forget to va_end() the va_list we get from va_copy(). From FreeBSD. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 13:15:01 src/etc/etc.socppc Update of /cvs/src/etc/etc.socppc In directory cvs.openbsd.org:/tmp/cvs-serv24858/etc.socppc Log Message: Directory /cvs/src/etc/etc.socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 13:39:58 Added files: etc/etc.socppc : MAKEDEV.md Makefile.inc disktab fbtab sysctl.conf ttys Log message: Add missing files. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 13:41:01 Added files: etc/etc.socppc : MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/13 14:06:45 Modified files: usr.sbin/httpd/src/main: util_uri.c Log message: knf. no binary changes. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/13 14:09:19 Added files: usr.sbin/httpd : README.IPv6 Removed files: usr.sbin/httpd : README.v6 Log message: Rename to README.IPv6, to be clear this is not version 6 of the README file. Suggested by henning. CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2008/05/13 14:10:50 Modified files: share/man/man5 : port-modules.5 Log message: attempt at documenting the python module CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 14:44:56 Modified files: etc : Makefile regress/etc/MAKEDEV: Makefile Log message: Plumb socppc in MAKEDEV machinery. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 14:46:41 src/distrib/notes/socppc Update of /cvs/src/distrib/notes/socppc In directory cvs.openbsd.org:/tmp/cvs-serv29529/socppc Log Message: Directory /cvs/src/distrib/notes/socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 14:47:32 Added files: distrib/notes/socppc: contents hardware install prep upgrade whatis xfer Log message: Initial stab at installation notes. CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/05/13 14:57:40 Modified files: sysutils/wmwlmon: Makefile distinfo Log message: Update to latest release 1.0. OK mbalmer@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:09:28 Modified files: etc/mtree : 4.4BSD.dist Log message: Add catman directories for socppc manual pages CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:12:44 Modified files: usr.sbin/hotplugd: Makefile usr.sbin/pcidump: Makefile Log message: Build on socppc too. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:14:15 Modified files: sbin/disklabel : Makefile Log message: Make socppc on par with macppc for now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:15:26 Modified files: distrib : Makefile Log message: Recurse in socppc for make obj CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:15:58 Modified files: . : Makefile.cross Log message: socppc is powerpc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:29:37 Modified files: distrib/special/kbd: Makefile etc : Makefile sbin/kbd : Makefile Log message: Disable more wscons bits on socppc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:30:41 Modified files: distrib/sets/lists/man: mi Added files: distrib/sets/lists/base: md.socppc distrib/sets/lists/comp: md.socppc distrib/sets/lists/etc: md.socppc distrib/sets/lists/game: md.socppc distrib/sets/lists/man: md.socppc distrib/sets/lists/misc: md.socppc Log message: Sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:31:56 src/share/man/man4/man4.socppc Update of /cvs/src/share/man/man4/man4.socppc In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/share/man/man4/man4.socppc Log Message: Directory /cvs/src/share/man/man4/man4.socppc added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:31:57 src/share/man/man8/man8.socppc Update of /cvs/src/share/man/man8/man8.socppc In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/share/man/man8/man8.socppc Log Message: Directory /cvs/src/share/man/man8/man8.socppc added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:53:32 Modified files: sys/arch/socppc/dev: ipic.c Log message: Meaningful panic messages; ok kettenis CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:54:15 Modified files: sys/arch/socppc/include: vmparam.h Log message: Memory is contiguous and non-expandable, so lower VM_PHYSSEG_MAX down to 1. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:55:17 Modified files: sys/arch/macppc/macppc: conf.c sys/arch/socppc/socppc: conf.c Log message: Fix chrtoblktbl[] entries. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 16:15:05 Log message: import gnome-python-desktop 2.20.0 py-gnome-desktop (also known as gnome-python-desktop) provides python interfacing modules for some GNOME libraries part of the GNOME Desktop. - gnomeapplet - gnomeprint - gnomeprint.ui - wnck - totem.plparser ..etc feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080514 N ports/x11/gnome/py-gnome-desktop/distinfo N ports/x11/gnome/py-gnome-desktop/Makefile N ports/x11/gnome/py-gnome-desktop/pkg/DESCR N ports/x11/gnome/py-gnome-desktop/pkg/PLIST N ports/x11/gnome/py-gnome-desktop/patches/patch-gtop_gtop_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 16:18:15 Log message: import gnome-python-extras 2.19.1 py-gnome-extras (also known as gnome-python-extras) is a set of bindings for the GNOME platform libraries. It extends py-gnome with bindings for several libraries. Currently covered parts are: - gtkhtml2 - gtkmozembed - gtkspell - gdl ..etc based on an older port by landry@ feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080514 N ports/x11/gnome/py-gnome-extras/Makefile N ports/x11/gnome/py-gnome-extras/distinfo N ports/x11/gnome/py-gnome-extras/pkg/PLIST N ports/x11/gnome/py-gnome-extras/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 16:19:52 Modified files: x11/gnome : Makefile Log message: - add py-gnome-desktop and py-gnome-extras CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/13 17:49:57 Modified files: telephony/asterisk: Makefile distinfo Log message: Update to 1.4.19.2, fixing an IAX performance problem introduced by the security fix in the previous update. No change to other code. Non-IAX users are unaffected. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:26:04 Modified files: sys/dev/usb : usbdevs Log message: Add the CONWISE Technology vendor id and the CW6622 product id. From Jason George CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:26:46 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:39:48 Modified files: sys/dev/usb : usbdevs Log message: Remove the duplicate Billionton product id named SnapPort which is the same as the USB2AR product id and was placed separately further down. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:40:22 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:41:10 Modified files: sys/dev/usb : if_axe.c Log message: Remove the duplicate Billionton id. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/05/13 20:02:05 Modified files: sys/dev/acpi : acpithinkpad.c Log message: recognize some more events hook up the volume keys to actually do stuff; from Stefan Kempf use aml_freevalue to properly free memory in all cases; prodded by deanna CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 21:45:18 Modified files: sys/dev/pci : pcidevs Log message: Add the vendor id for Solarflare Communications and some product ids for 10Gb chipsets. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 21:46:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 21:52:34 Modified files: sys/dev/pci : if_bge.c Log message: Add the Altima AC1003 PCI id. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 22:12:57 Modified files: sys/dev/pci : if_bce.c Log message: Add missing splnet around mii_tick(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/13 23:24:36 Modified files: sys/dev/acpi : acpi.c acpiac.c acpiasus.c acpibat.c acpibtn.c acpidebug.c acpidock.c acpiec.c acpiprt.c acpithinkpad.c acpitz.c dsdt.c amltypes.h dsdt.h Log message: Adding new ACPI Parser code Old guts of code still exists, needs to be torn out next ok marco@ ok brad@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/05/14 00:27:29 Removed files: sysutils/perfd : Makefile distinfo sysutils/perfd/patches: patch-Makefile sysutils/perfd/pkg: DESCR PLIST Log message: Bye-bye perfd. The apmd in base has done a pretty good job for quite a while. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/05/14 00:28:06 Modified files: sysutils : Makefile Log message: no more perfd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/14 01:38:42 Modified files: security/cyrus-sasl2: Makefile security/cyrus-sasl2/patches: patch-saslauthd_configure security/cyrus-sasl2/pkg: PFRAG.ldap Added files: security/cyrus-sasl2/pkg: PFRAG.shared-ldap Log message: - add sasldb and ldapdb auxprop plugins from Pedro Almeida CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/05/14 01:48:36 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: - add a non-interactive mode to sysmerge ('-b') - yesno is only used once man page consulting jmc@ ;) ok laurent@ pyr@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/14 01:52:52 Modified files: sys/dev/acpi : acpiprt.c Log message: Clean up a bit. ok jordan@ CVSROOT: /cvs Module name: ports Changes by: pyr@cvs.openbsd.org 2008/05/14 01:52:53 Modified files: mail/isync : Makefile distinfo mail/isync/pkg : PLIST Removed files: mail/isync/patches: patch-src_imap_c patch-src_maildir_c patch-src_main_c patch-src_sync_c Log message: Update to isync 1.0.4. Advice and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pyr@cvs.openbsd.org 2008/05/14 02:24:14 Modified files: mail/isync : Makefile Log message: typo. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/14 02:27:42 Modified files: x11/mrxvt : Makefile Added files: x11/mrxvt/patches: patch-src_init_c Log message: SECURITY FIX for SA30227 patch from upstream svn. ok ajacoutot@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/14 02:42:20 Modified files: usr.sbin/httpd/src/main: alloc.c http_log.c http_vhost.c Log message: Next chunk of KNF/readability changes. no binary change. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/14 03:25:38 Modified files: usr.sbin/httpd/src/main: http_log.c http_request.c Log message: More KNF/readability changes. no binary changes. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/14 03:32:18 Modified files: usr.sbin/ntpd : ntpd.c Log message: ntpd missed the argument check sweep. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/14 03:39:46 Modified files: www/p5-Catalyst-Plugin-Session-Store-File: Makefile distinfo Log message: update to version 0.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/14 03:41:56 Modified files: audio/rhythmbox: Makefile distinfo audio/rhythmbox/pkg: DESCR PLIST Added files: audio/rhythmbox/patches: patch-bindings_python_Makefile_in patch-configure_ac patch-metadata_rb-metadata-dbus-client_c patch-metadata_test-metadata_c patch-plugins_audioscrobbler_rb-audioscrobbler_c patch-plugins_audioscrobbler_rb-lastfm-gst-src_c patch-plugins_daap_rb-daap-src_c patch-plugins_daap_rb-daap-src_h patch-podcast_rb-podcast-parse_h patch-shell_main_c patch-shell_rb-shell-player_c Removed files: audio/rhythmbox/patches: patch-configure audio/rhythmbox/pkg: PFRAG.shared Log message: - update rhythmbox to 0.10.1 (makes it work again) - use the updated gstreamer framework - re-word DESCR - misc. tweaks to Makefile ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/14 03:55:03 Modified files: devel/p5-Test-WWW-Mechanize-Catalyst: Makefile distinfo devel/p5-Test-WWW-Mechanize-Catalyst/pkg: PLIST Log message: update to version 0.42 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/14 04:31:53 Modified files: www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile distinfo Log message: update to version 0.09 CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2008/05/14 07:28:57 Modified files: share/man/man5 : port-modules.5 Log message: Add tcl and tk to the list CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/14 07:47:05 Modified files: usr.sbin/httpd/src/main: fdcache.c http_config.c Log message: Next chunk of KNF/readability. no binary changes. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/14 09:12:09 ports/x11/gnome/media/patches Update of /cvs/ports/x11/gnome/media/patches In directory cvs.openbsd.org:/tmp/cvs-serv8241/patches Log Message: Directory /cvs/ports/x11/gnome/media/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/14 09:26:14 Modified files: x11/gnome/media: Makefile Added files: x11/gnome/media/patches: patch-grecord_src_gsr-window_c Log message: - don't mention an non-existent menu CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/05/14 09:31:41 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: - fix new directory creation by using the correct variable; spotted by merdely@ while trying to populate /var/www from scratch ok merdely@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/14 10:11:22 Modified files: usr.sbin/httpd/src/main: http_config.c Log message: fix comment. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/14 10:24:57 Modified files: www/p5-CGI-Simple: Makefile distinfo Log message: maintenance update to version 1.104 CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/14 10:26:44 Modified files: sys/dev/acpi : acpiprt.c Log message: Removed debugging printfs CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 11:51:05 Removed files: sys/lib/libkern/arch/i386: setjmp.S sys/lib/libkern/arch/sparc: setjmp.S sys/lib/libkern/arch/sparc64: setjmp.S Log message: These files are not used (and some of them would not compile anyway). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/14 12:47:10 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add cmpci(4) and uncomment the eap(4) MIDI attachment. ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/14 13:29:46 Modified files: sys/arch/socppc/socppc: machdep.c Log message: Make all 128MB of memory available (except for the first three pages used for the exception vectors). CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/14 14:03:47 Modified files: misc/remind : Makefile Log message: Add devel/tcllib as RUN_DEPENDS. ok kevlo (the maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/14 14:12:12 Modified files: share/man/man4 : termios.4 Log message: ttydefaults.h -> sys/ttydefaults.h; from Ed Schouten; freebsd -r1.32 CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/05/14 14:13:39 Modified files: . : plus.html Log message: Upto 05/13 CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/14 14:45:35 Modified files: usr.bin/file/magdir: alpha basis bflt btsnoop cafebabe claris communications cracklib esri geos matroska mips mup netbsd os400 palm perl riff scientific spec tgif unicode varied.script vicar virtutech wordprocessors xo65 xwindows Log message: add missing $OpenBSD$ tags ok ian@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 14:49:48 Modified files: sys/arch/amd64/amd64: conf.c sys/arch/arm/arm: conf.c sys/arch/aviion/aviion: conf.c sys/arch/hp300/hp300: conf.c sys/arch/hppa/hppa: conf.c sys/arch/hppa64/hppa64: conf.c sys/arch/i386/i386: conf.c sys/arch/landisk/landisk: conf.c sys/arch/luna88k/luna88k: conf.c sys/arch/mac68k/mac68k: conf.c sys/arch/macppc/macppc: conf.c sys/arch/mvme68k/mvme68k: conf.c sys/arch/mvme88k/mvme88k: conf.c sys/arch/mvmeppc/mvmeppc: conf.c sys/arch/sgi/sgi: conf.c sys/arch/socppc/socppc: conf.c sys/arch/vax/vax: conf.c Log message: Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc and sgi. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/14 14:54:36 Modified files: sys/arch/socppc/socppc: locore.S machdep.c mainbus.c Log message: Get memory size and base address of internal memory mapped registers from firmware instead of hardcoding them. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 14:55:11 Modified files: share/tmac/mdoc: doc-common Log message: Add socppc, reminded by jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 14:55:50 Modified files: share/man/man8 : Makefile Added files: share/man/man8/man8.socppc: MAKEDEV.8 Makefile Log message: Add the generated MAKEDEV.8 for socppc. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/14 15:06:15 Modified files: security/stunnel: Makefile distinfo security/stunnel/patches: patch-Makefile_in patch-src_client_c patch-src_stunnel_c patch-tools_Makefile_in Log message: upgrade to stunnel v4.23 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 15:08:09 Modified files: share/man/man4 : Makefile Added files: share/man/man4/man4.socppc: Makefile autoconf.4 intro.4 mem.4 Log message: A few basic man4 pages for socppc, heavily based on macppc. Also, plug man4.armish into the build, since it had been long forgotten. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 15:13:40 Modified files: sys/dev/acpi : dsdt.c Log message: Let this build and link if SMALL_KERNEL. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 15:47:00 Modified files: sys/dev/acpi : dsdt.c Log message: only compile aml_dump() if option ACPI_DEBUG. CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/05/14 15:53:08 Modified files: sys/arch/amd64/amd64: vector.S Log message: Add a '.text' to make sure we understand IDTVEC()'s are in the text segment. kettenis@ ok. miod@ pointed out that the define already does a '.text', this makes it explicit. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 15:57:40 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 2008/05/14 16:23:48 Modified files: sys/arch/socppc/socppc: locore.S machdep.c Log message: Parse arguments passed by the bootloader and take appropriate action. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 16:28:13 Modified files: sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC Log message: Comment out option PCIVERBOSE on the floppies for now, to let them fit after the code increase caused by the recent acpi changes, until a better compromise is found. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/14 16:34:14 Modified files: sys/arch/socppc/socppc: autoconf.c Log message: Determine boot device from arguments passed by the bootloader. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/05/14 18:07:15 Modified files: faq : current.html Log message: 4.1 -> 4.2. From Darrin Chandler (dwchandler at stilyagin dot com) Thanks! CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/14 22:37:59 Modified files: sys/dev/pci : if_lii.c Log message: - Use pci_matchbyid(). - Simplify the use of pci_mapreg_map(). ok jsing@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/15 00:05:44 Modified files: usr.sbin/httpd/src/main: buff.c gen_test_char.c gen_uri_delims.c http_core.c http_protocol.c rfc1413.c util.c util_date.c util_md5.c util_script.c util_uri.c Log message: Add OpenBSD markers. no binary change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/15 00:37:08 Modified files: share/man/man7 : mdoc.samples.7 Log message: socppc added to .Dt list; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/15 01:50:41 Modified files: sys/dev/usb : uvideo.c Log message: #ifdef UVIDEO_DEBUG wrap all debug routines. Shrinks the kernel. Noted by miod@. Fix some spacing while there. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 02:10:04 Modified files: sys/dev/usb : ehci.c Log message: Avoid clearing the port enable bit when bringing the port out of reset. Makes the on-board ehci(4) on the Freescale MPC8349E work. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/15 02:57:24 Modified files: devel/git : Makefile Log message: Add missing RUN_DEPENDS for the svn subpackage. From Brad Walker. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/15 03:20:47 Modified files: security/ruby-openid: Makefile distinfo Log message: Update to ruby-openid-2.0.4. ok Paul Irofti (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/15 03:51:17 Modified files: infrastructure/mk: bsd.port.mk Log message: clean-up fetch/fetch-all framework CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/15 03:57:03 Modified files: infrastructure/mk: bsd.port.mk Log message: hide ALLFILES and REALLY_ALLFILES, they have confusing names anyways CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/15 04:03:32 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document CHECKSUMFILES/MAKESUMFILES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/15 04:09:29 Modified files: infrastructure/mk: bsd.port.mk Log message: simplify computation of MAKESUMFILES: start with what's already been done, and just append to it. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/15 04:12:28 Modified files: infrastructure/fetch: clean-old Log message: improve on clean-old: basically use make show=MAKESUMFILES to figure out which files are needed. Also, do some tricky find in mystuff to try to figure out which files are actually needed for local work. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/15 06:01:41 Modified files: devel/horde : Makefile Log message: Add missing pear-Mail-Mime run depend. ok mbalmer CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 08:16:41 Modified files: mail/courier-authlib: Makefile Log message: bump subpackages because the description changed CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 09:20:17 Modified files: math/R : Makefile Log message: bump package because the description changed CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/05/15 10:42:52 Modified files: . : plus.html Log message: routed(8) has been removed, better including a reference to the last OpenBSD release that supports it on href; ok jj@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 11:45:22 Added files: net/xmlrpc-c/patches: patch-lib_curl_transport_xmlrpc_curl_transport_c Log message: Fix build after curl 7.18 update by adding a dummy argument. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/15 12:30:14 Modified files: net/nmap : Makefile distinfo net/nmap/patches: patch-configure net/nmap/pkg : PFRAG.shared-main PLIST-zenmap Log message: - update to 4.62 from MAINTAINER (Giovanni Bechis) - add @comment markers to keep make plist happy - remove the need for us to install the manpage. - alpha fix from merdely@ - workaround for Paths.pyc needing to be re-generated - from wcmaier@ (a discussion has been started with upstream to remedy this bit) feedback and ok merdely@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/15 12:45:32 Modified files: www/kronolith : Makefile Log message: Make sure installed files have a sane ownership. Noticed by naddy and sturm. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/05/15 12:47:48 Modified files: misc/tpwireless: Makefile misc/tpwireless/src: tpwireless.c Log message: tpwireless-0.2: several improvements from Tamas TEVESZ (ice AT extreme.hu), most notably the ability to clear the magic bit and check without modification. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/15 13:00:02 Modified files: usr.bin/tcpbench: Makefile tcpbench.c Log message: fix uninitialised variable; from ray@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 13:34:20 Modified files: x11/gaia : Makefile Added files: x11/gaia/patches: patch-lib_wwfetch_wwfetch_http_c Log message: curl_easy_setopt() takes exactly three arguments; ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/15 13:40:38 Modified files: sys/net : pf.c sys/netinet : in_pcb.c in_pcb.h tcp_input.c tcp_usrreq.c udp_usrreq.c sys/netinet6 : ip6_input.c Log message: divert for ipv6; ok henning, pyr CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/15 13:44:52 Modified files: www/kronolith : Makefile www/kronolith/pkg: PLIST Log message: Correctly handle @groups (vodoo...) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 14:17:20 Modified files: sys/arch/socppc: Makefile Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 14:18:00 Added files: sys/arch/socppc/stand: Makefile.inc Log message: Install bootloader in /usr/mdec. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 14:19:11 Modified files: sys : Makefile Log message: Add socppc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/15 15:01:14 Modified files: distrib/notes : Makefile Log message: Add socppc to allarchs target. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 15:16:30 Modified files: x11/kde : kde.port.mk Log message: fix name for post-patch hook; ok espie@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 15:17:21 src/sys/arch/socppc/stand/mkboot Update of /cvs/src/sys/arch/socppc/stand/mkboot In directory cvs.openbsd.org:/tmp/cvs-serv4110/mkboot Log Message: Directory /cvs/src/sys/arch/socppc/stand/mkboot added to the repository CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/15 15:20:00 Log message: import libssh2 libssh2 is a library implementing the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10). From Eric Sproul (MAINTAINER) Help and ok okan@ and jasper@ Status: Vendor Tag: merdely Release Tags: merdely_20080515 N ports/security/libssh2/Makefile N ports/security/libssh2/distinfo N ports/security/libssh2/pkg/DESCR N ports/security/libssh2/pkg/PLIST N ports/security/libssh2/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/15 15:21:03 Modified files: security : Makefile Log message: +libssh2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 15:32:20 Added files: sys/arch/socppc/stand/mkboot: Makefile mkboot.8 mkboot.c Log message: Add mkboot(8), a utility to make U-Boot images. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 15:34:15 Modified files: sys/arch/socppc/stand: Makefile Log message: Hook up mkboot(8). CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/15 15:48:26 Modified files: devel/p5-Event-Lib: Makefile devel/p5-Rcs : Makefile devel/p5-Slay-Makefile-Gress: Makefile devel/p5-Slay-Maker: Makefile net/p5-Net-Wake: Makefile textproc/p5-XML-Smart: Makefile textproc/p5-Object-MultiType: Makefile Log message: update email address ok merdely@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/15 15:56:21 Modified files: app/cwm : client.c Log message: tiny bit of knf ok oga@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 16:10:46 Modified files: distrib/socppc/ramdisk: Makefile Log message: We don't create cd.iso on socppc. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/15 16:15:54 Modified files: sys/dev/acpi : dsdt.c Log message: Handle Alias named objects, return original object Clear out result before evaluating CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/15 16:17:08 Modified files: sys/arch/arm/sa11x0: sa11x0_ost.c sys/arch/arm/xscale: pxa2x0.c pxa2x0_a4x_space.c pxa2x0_com.c pxa2x0_dma.c pxa2x0_gpio.c pxa2x0_intr.c pxa2x0_space.c sys/arch/powerpc/powerpc: in_cksum.c sys/arch/sparc64/sparc64: in4_cksum.c sys/arch/vax/bi: bi.c sys/arch/vax/vax: in4_cksum.c Log message: Remove commented out NetBSD __KERNEL_RCSID macro usage. ok dlg@ miod@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/15 16:18:00 Modified files: app/cwm : client.c conf.c font.c grab.c group.c search.c util.c xevents.c xutil.c Log message: KNF, no binary change. From Pierre Riteau. Thanks! CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/15 17:23:09 Modified files: sys/dev/acpi : dsdt.c Log message: Ripped out old parser guts ok loki@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/15 17:52:24 Modified files: usr.bin/ssh : nchan2.ms Log message: document eow message in ssh protocol 2 channel state machine; feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/15 19:22:00 Modified files: sbin/pfctl : pfctl.8 Log message: There is not really a network address translation device. Remove it from the name section. OK mcbride, henning CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/05/15 23:08:12 Added files: openssh/txt : draft-miller-secsh-compression-delayed-00.txt draft-miller-secsh-umac-01.txt Log message: add drafts that document some OpenSSH protocol extensions CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/15 23:45:26 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_auth_auth-request_c Log message: "allow_nets didn't work correctly with big endian machines." From upstream: http://hg.dovecot.org/dovecot-1.0/rev/71c02fdf1b59 via brad@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/15 23:54:09 Modified files: x11/vlc : Makefile x11/vlc/pkg : PLIST-main Log message: Fix nonexistent vlc menu icon. ok brad@, martynas@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/05/16 00:13:25 Modified files: usr.sbin/ntpd : ntpd.8 ntpd.c ntpd.h Log message: Allow ntpd to step the time at startup, now matter how large or small the offset. The 180s limit doesn't help very much these days. ok otto@ mbalmer@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/16 00:39:27 Modified files: sys/arch/socppc/stand/mkboot: mkboot.8 Log message: some macro fixage; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/16 00:41:43 Modified files: sbin/pfctl : pfctl.8 Log message: no need to quote the argument to .Nd, now that it's nice and short; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/16 00:50:55 Modified files: sys/dev/acpi : acpi.c acpiac.c acpiasus.c acpibat.c acpibtn.c acpidebug.c acpidock.c acpiec.c acpiprt.c acpithinkpad.c acpitz.c amltypes.h dsdt.c dsdt.h Log message: back out jordans new parser. it didnt have enough oks from the right people, it did break machines that were previously working, and it bloated the RAMDISKS and install media beyond the constraints of the media. requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/16 00:55:46 Modified files: sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC Log message: reenable PCIVERBOSE now that acpi isnt pushing the media over. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/16 01:55:42 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to postfix stable v2.5.2 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/16 01:56:09 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to latest postfix snapshot CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/16 01:57:53 Modified files: www/py-beautifulsoup: Makefile distinfo Log message: update to 3.0.6. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/16 02:01:40 Modified files: sys/dev/usb : uvideo.c Log message: Fix kernel crash when device gets detached. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/16 02:21:59 ports/x11/xchm/files Update of /cvs/ports/x11/xchm/files In directory cvs.openbsd.org:/tmp/cvs-serv22497/files Log Message: Directory /cvs/ports/x11/xchm/files added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/16 02:30:42 Added files: usr.bin/ssh : PROTOCOL Log message: document our protocol extensions and deviations; ok markus@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/16 02:32:03 Modified files: x11/xchm : Makefile distinfo x11/xchm/pkg : PLIST Added files: x11/xchm/files : xchm.desktop Log message: Update to xchm-1.14 and add a xchm.desktop file so it will show up in GNOME and KDE menus. Some tweaks by martynas@; ok jasper@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/16 05:40:47 ports/x11/xfce4/xfce4-dict/patches Update of /cvs/ports/x11/xfce4/xfce4-dict/patches In directory cvs.openbsd.org:/tmp/cvs-serv6359/patches Log Message: Directory /cvs/ports/x11/xfce4/xfce4-dict/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/16 05:55:29 Modified files: graphics/dia : Makefile graphics/dia/patches: patch-app_commands_c graphics/dia/pkg: DESCR PLIST Added files: graphics/dia/patches: patch-plug-ins_pixbuf_pixbuf_c graphics/dia/pkg: PFRAG.gnome PFRAG.shared-gnome Log message: - some cleanings: * precise license marker * indent * tweak DESCR - use SUBST_VAR - add gnomeprint support to the gnome FLAVOR - use textproc/intltool MODULE - fix a memleak that would lead to a crash when trying to export using pixbux(png, jpg...); from GNOME svn CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/16 06:01:52 Modified files: sys/dev/usb : uvideo.c Log message: Free sample buffer on detach. Noted by miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/16 07:51:41 Log message: Import gpicview-0.1.9 GPicView is a simple and fast GTK based image viewer. The minimalistic design makes it extremly lightweight and fast with low memory usage. from Robin Eklind with some tweaks Status: Vendor Tag: robin Release Tags: ajacoutot_20080516 N ports/graphics/gpicview/Makefile N ports/graphics/gpicview/distinfo N ports/graphics/gpicview/pkg/PLIST N ports/graphics/gpicview/pkg/DESCR N ports/graphics/gpicview/patches/patch-src_main-win_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/16 07:52:30 Modified files: graphics : Makefile Log message: +gpicview CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/16 08:24:01 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/patches: patch-configure_ac multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main Added files: multimedia/gstreamer-0.10/plugins-good/patches: patch-sys_v4l2_gstv4l2object_h Removed files: multimedia/gstreamer-0.10/plugins-good/patches: patch-common_m4_gst-default_m4 Log message: - add v4l2 plug-in - remove a patch; defaults sink and src can now be set using configure options CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/16 08:28:53 Modified files: lib/libc/stdio : vfprintf.c Log message: C99 says that for each va_copy() there must be a matching va_end(). Replace the non-portable hackery in __find_arguments() with a union. From FreeBSD. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/16 08:47:58 Modified files: usr.sbin/relayd: pfe_filter.c Log message: Clear source nodes on table changes in sticky mode. This has the disadvantage of removing valid src nodes, but the advantage of not sending out traffic to hosts that are not up anymore. From a diff by , ok reyk@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/16 09:21:23 Log message: mimetex is a CGI program to convert LaTeX math formulae into gif images without the need to install LaTeX in httpds chroot. From Mischa Diehm , maintainer (a new porter, so give him the drill he needs...) Thanks to merdely to host the distfile and rerolling it as a gzipped tarball. Status: Vendor Tag: mbalmer Release Tags: mimetex_20080516 N ports/www/mimetex/Makefile N ports/www/mimetex/distinfo N ports/www/mimetex/pkg/DESCR N ports/www/mimetex/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/16 09:23:52 Modified files: www : Makefile Log message: Add mimetex. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/16 10:32:14 Modified files: www/mimetex : Makefile Log message: Respect ${CC} and ${CFLAGS}, do the compiling in a do-build target and clarify the license (GPLv2 or later) After feedback from ajacoutot CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/16 10:38:36 Modified files: mail/mailscanner: Makefile distinfo mail/mailscanner/patches: patch-bin_MailScanner patch-etc_MailScanner_conf patch-etc_virus_scanners_conf patch-lib_MailScanner_ConfigDefs_pl patch-lib_MailScanner_CustomConfig_pm patch-lib_MailScanner_Message_pm mail/mailscanner/pkg: PLIST Log message: update to 4.69.9-1 and fix typo in @sample line (spam.assasin.prefs.conf -> spam.assassin.prefs.conf) from brad, ok todd (maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/16 11:06:54 Modified files: infrastructure/fetch: clean-old Log message: typo: -i -> -q CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/16 11:21:36 Modified files: sys/sys : pool.h sys/kern : subr_pool.c Log message: unsigned -> u_int and warnmess -> warnmsg for pool_sethardlimit. prodded by and ok tedu@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/16 11:35:39 Modified files: x11/gnustep/addresses: Makefile x11/gnustep/examples: Makefile x11/gnustep/gnumail: Makefile x11/gnustep/pantomime: Makefile Log message: bump packages after relative symlink changes from gnustep-make 2.0.5 update CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/16 11:37:52 Modified files: sys/kern : vfs_init.c Log message: remove some old debug cruft, make some comments nicer and shuffle declerations around. OK blambert@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/16 11:45:37 Modified files: sys/kern : vfs_init.c sys/sys : systm.h Log message: merge vfs_opv_init into vfs_op_init and remove the former, as they where called consecutively in vfs_init. CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/16 11:52:18 Modified files: graphics/cairo : Makefile distinfo graphics/cairo/pkg: PLIST Removed files: graphics/cairo/patches: patch-configure patch-src_cairo-xlib-surface-private_h patch-src_cairo-xlib-surface_c Log message: update to cairo 1.6.4 and zap all our patches. ok matthieu@, steven@. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/16 12:03:00 Modified files: sys/dev/pci : pcidevs Log message: add Intel GME965 device IDs CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/16 12:04:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 12:12:45 Added files: sys/arch/socppc/include: kcore.h Log message: Another missing header file; pointed out by checkflist (and miod@). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 12:19:00 Modified files: distrib/sets/lists/base: md.socppc Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 12:24:13 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/16 12:29:18 Modified files: usr.sbin/pkg_add: pkg_mklocatedb pkg_mklocatedb.1 Log message: add a -d repository option in order not to have to specify all pkgnames. as noticed by naddy and ajacoutot, we now have enough packages that this stresses shell limits if we specify everything on the command line. ;-) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/16 12:31:11 Modified files: . : Makefile Log message: use new pkg_locatedb -d to get all packages CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/16 12:31:47 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: tweak ftp call, remove extraneous -o option. okay sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 12:57:01 Modified files: sys/arch/socppc/stand: Makefile Makefile.inc sys/arch/socppc/stand/boot: Makefile Log message: There's no point in having an ELF bootloader; turn it into a U-Boot image. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/16 13:47:54 Modified files: sys/dev/pci : agp_i810.c Log message: add Intel GME965 ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/16 14:06:12 Modified files: x11/awesome : Makefile distinfo x11/awesome/pkg: PLIST Added files: x11/awesome/patches: patch-Makefile_in Log message: Update to 2.3. Tweaks from D. Adam Karim , who also takes maintainership. Thanks! ok merdely@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/16 14:19:12 Modified files: editors/vim : Makefile Added files: editors/vim/patches: patch-runtime_syntax_make_vim Log message: improve syntax for our make. okay ckuethe@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/16 14:42:52 Modified files: lib/libc/stdio : vfprintf.c Log message: Fix ssize_t vs. size_t mismatch CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/05/16 14:49:18 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Update my ICBM coords, fix some spacing, bump version. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/16 14:50:56 Modified files: net/nmap : Makefile net/nmap/patches: patch-zenmap_setup_py net/nmap/pkg : PLIST-zenmap Log message: Force rewrite of Paths.pyc before running distutils' install command. Fixes checksum complaints on pkg_delete after zenmap has been run by root (as recommended). Use MODPY_EGG_VERSION while here and bump PKGNAME. ok okan@, "looks ok" merdely@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/16 15:06:02 Modified files: net/epic4 : Makefile distinfo net/epic4/pkg : PLIST Log message: maintenance update to 0.3.8, from brad. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/16 16:01:27 Modified files: usr.sbin/pkg_add: pkg_mklocatedb pkg_mklocatedb.1 Log message: - sort usage() - use .Bk/.Ek to avoid ugly SYNOPSIS split CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 16:55:49 Modified files: distrib/socppc/ramdisk: Makefile Log message: Create bsd.bin, which can be loaded directly using the U-Boot firmware. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 16:56:42 Modified files: distrib/notes/socppc: contents prep Log message: Fix installation instructions. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/16 19:31:56 Modified files: usr.bin/ssh : PROTOCOL Log message: grammar and correctness fixes from stevesk@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/16 21:59:55 Modified files: app/cwm : calmwm.h client.c grab.c Log message: fix cwm's current XShape support from Edd Barrett -thanks. XShape events should be handled at some point. ok oga@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/05/16 22:50:54 Modified files: sys/net : if_spppsubr.c Log message: Initialize the timeouts only once instead of everytime they are started Prevents hangs as reported and tested by James Stark, PR:5795, ok henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/17 03:32:16 Modified files: graphics/jasper: Makefile graphics/jasper/patches: patch-src_libjasper_jp2_jp2_cod_c patch-src_libjasper_jp2_jp2_dec_c patch-src_libjasper_jpc_jpc_dec_c Added files: graphics/jasper/patches: patch-src_appl_jasper_c patch-src_libjasper_base_jas_cm_c patch-src_libjasper_base_jas_icc_c patch-src_libjasper_base_jas_image_c patch-src_libjasper_base_jas_malloc_c patch-src_libjasper_base_jas_seq_c patch-src_libjasper_base_jas_stream_c patch-src_libjasper_base_jas_string_c patch-src_libjasper_bmp_bmp_dec_c patch-src_libjasper_include_jasper_jas_malloc_h patch-src_libjasper_jp2_jp2_enc_c patch-src_libjasper_jpc_jpc_cs_c patch-src_libjasper_jpc_jpc_enc_c patch-src_libjasper_jpc_jpc_mqdec_c patch-src_libjasper_jpc_jpc_mqenc_c patch-src_libjasper_jpc_jpc_qmfb_c patch-src_libjasper_jpc_jpc_t1enc_c patch-src_libjasper_jpc_jpc_t2cod_c patch-src_libjasper_jpc_jpc_t2dec_c patch-src_libjasper_jpc_jpc_t2enc_c patch-src_libjasper_jpc_jpc_tagtree_c patch-src_libjasper_jpc_jpc_util_c patch-src_libjasper_mif_mif_cod_c patch-src_libjasper_pnm_pnm_enc_c Log message: tidy up a few warnings. with help from naddy@ CVSROOT: /cvs Module name: src Changes by: wcmaier@cvs.openbsd.org 2008/05/17 04:35:34 Modified files: share/man/man5 : port-modules.5 Log message: Describe MODPY_EGG_VERSION. ok/requested by steven@, "fine" espie@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/17 04:48:07 Modified files: usr.sbin/spamdb: spamdb.c Log message: If the -T or -t flag is given, the key must be an email address so check that it contains an @ sign. Prompted by jmc@, OK beck@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/17 05:02:22 Modified files: infrastructure/mk: pkgpath.mk Log message: no reason for fetch-all not to be a recursive target CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 07:18:32 Modified files: www/p5-Catalyst-Devel: Makefile distinfo Log message: update to version 1.06 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 07:22:11 Modified files: www/p5-Catalyst-Plugin-ConfigLoader: Makefile distinfo Log message: maintenance update to version 0.19 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/17 07:29:29 Log message: Import gtklp-1.2.6 GtkLP is a graphical frontend for CUPS, the Common UNIX Printing System. It is used to have an easy (and graphical) access to all of the many options of cups-managed printers. "this can go in" bernd@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080517 N ports/print/gtklp/distinfo N ports/print/gtklp/Makefile N ports/print/gtklp/pkg/DESCR N ports/print/gtklp/pkg/PLIST N ports/print/gtklp/patches/patch-Makefile_fallback N ports/print/gtklp/patches/patch-include_defaults_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/17 07:32:32 Modified files: print : Makefile Log message: +gtklp CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 07:44:45 Modified files: www/p5-Weather-Com: Makefile distinfo www/p5-Weather-Com/pkg: PLIST Log message: maintenance update to version 0.5.3 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 08:00:58 Modified files: www/p5-HTTP-Body: Makefile Log message: Add p5-libwww to RUN_DEPENDS and p5-YAML to REGRESS_DEPENDS. This hasn't been noticed by anyone since the only port that depends on p5-HTTP-Body covers the missing links. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/17 09:08:52 Modified files: productivity/calcurse: Makefile distinfo productivity/calcurse/pkg: PLIST Removed files: productivity/calcurse/patches: patch-configure Log message: - update to calcurse-2.1 from MAINTAINER and developer Frederic Culot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/17 09:16:59 Modified files: productivity/calcurse: Makefile Added files: productivity/calcurse/patches: patch-configure Log message: - I never intended to remove patch-configure in previous commit but to modify it CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/17 09:49:06 Modified files: sys/arch/socppc/dev: obio.c socpcic.c sys/arch/socppc/include: autoconf.h sys/arch/socppc/socppc: mainbus.c Log message: Give mainbus(4) a bus_dma tag and pass it down. Let socpcic(4) use this tag instead of having it create its own. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 11:05:17 Modified files: textproc/p5-Catalyst-View-XSLT: Makefile distinfo Log message: maintenance update to version 0.04 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:08:17 Log message: import mpgtx 1.3.1 mpgtx was designed with the good old Unix philosophy in mind: do few but do it well and provide end user an austary yet powerfull command line interface. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080517 N ports/multimedia/mpgtx/distinfo N ports/multimedia/mpgtx/Makefile N ports/multimedia/mpgtx/pkg/PLIST N ports/multimedia/mpgtx/pkg/DESCR N ports/multimedia/mpgtx/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:10:40 Log message: import wxSVG 1.0b10 wxSVG is C++ library to create, manipulate and render SVG files. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080517 N ports/x11/wxSVG/distinfo N ports/x11/wxSVG/Makefile N ports/x11/wxSVG/pkg/DESCR N ports/x11/wxSVG/pkg/PLIST N ports/x11/wxSVG/pkg/PFRAG.shared N ports/x11/wxSVG/patches/patch-configure_in N ports/x11/wxSVG/patches/patch-Makefile_am No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:12:51 Modified files: x11 : Makefile Log message: - add wxSVG CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:17:00 Modified files: multimedia/mpgtx/pkg: DESCR Log message: better DESCR, this one actually says what the application does :) (not bumping PKGNAME as it's not hooked to the builds yet, and it's only in for a couple of minutes). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:18:48 Log message: import dvdstyler 1.6.2 DVDStyler is a cross-platform DVD authoring application that makes possible for video enthusiasts to create professional-looking DVDs. The main DVDStyler features are: * you can drag and drop MPEG files directly * you can create NTSC/PAL menus * you can import image file for background * you can place text and images anywhere on the menu screen * you can change font/color * you can put buttons, change font and colors * you can copy and paste any menu object * you can set chapters for each movie * you can change post command for each movie ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080517 N ports/multimedia/dvdstyler/distinfo N ports/multimedia/dvdstyler/Makefile N ports/multimedia/dvdstyler/pkg/PLIST N ports/multimedia/dvdstyler/pkg/DESCR N ports/multimedia/dvdstyler/patches/patch-src_Utils_cpp N ports/multimedia/dvdstyler/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:19:58 Modified files: multimedia : Makefile Log message: - add dvdstyler and mpgtx CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/17 11:27:24 Modified files: sys/nfs : krpc.h Log message: KNF. No names for arguments in function prototypes, regroup functions and make some comments nicer... CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 11:43:50 Log message: import p5-Time-Duration-Parse Time::Duration::Parse is a module to parse human readable duration strings like "2 minutes and 3 seconds" to seconds. Status: Vendor Tag: simon Release Tags: simon_20080517 N ports/devel/p5-Time-Duration-Parse/distinfo N ports/devel/p5-Time-Duration-Parse/Makefile N ports/devel/p5-Time-Duration-Parse/pkg/DESCR N ports/devel/p5-Time-Duration-Parse/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 11:45:16 Modified files: devel : Makefile Log message: add p5-Time-Duration-Parse CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 11:49:05 Modified files: textproc/p5-XML-RSS-LibXML: Makefile distinfo Removed files: textproc/p5-XML-RSS-LibXML/patches: patch-lib_XML_RSS_LibXML_pm Log message: update to version 0.3002 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 12:21:53 Modified files: www/p5-Catalyst-Plugin-I18N: Makefile distinfo www/p5-Catalyst-Plugin-I18N/pkg: PLIST Log message: update to version 0.07 and set BUILD_DEPENDS=${RUN_DEPENDS} since upstream switched to Module::Install CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/05/17 12:31:38 Modified files: sys/dev/pci : pcidevs Log message: via chrome9 hc igp video, found on the hp 2133 mini-note CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/05/17 12:33:38 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/05/17 12:35:12 Modified files: sys/arch/i386/pci: pci_intr_fixup.c Log message: attach to the via vt8237s found on the hp 2133 mini-note CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 12:43:12 Log message: import deskbar-applet 2.20.3 The goal of DeskbarApplet is to provide an omnipresent versatile search interface. By typing search terms into the deskbar entry in your panel you are presented with the search results as you type. Seaches are handled by a series of plugins. DeskbarApplet provides a simple interface to manage these plugins to provide you with the search results that fit your needs. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080517 N ports/x11/gnome/deskbar-applet/distinfo N ports/x11/gnome/deskbar-applet/Makefile N ports/x11/gnome/deskbar-applet/pkg/DESCR N ports/x11/gnome/deskbar-applet/pkg/PLIST N ports/x11/gnome/deskbar-applet/patches/patch-deskbar_handlers_Makefile_in N ports/x11/gnome/deskbar-applet/patches/patch-deskbar_deskbar-applet_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 12:44:16 Modified files: x11/gnome : Makefile Log message: - add deskbar-applet CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 12:56:28 Modified files: www/p5-HTML-TreeBuilder-XPath: Makefile distinfo Log message: maintenance update to version 0.09 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 13:07:19 Modified files: databases/p5-Catalyst-Model-DBIDM: Makefile distinfo Log message: update to version 0.03 and enable pod tests CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/17 13:58:25 Modified files: audio/libvorbis: Makefile Added files: audio/libvorbis/patches: patch-lib_codebook_c patch-lib_res0_c Log message: SECURITY fixes from Xiph SVN: * add code to prevent heap attacks by exploiting dim=bignum and partition_codewords = partion_values * correctly handle the nonsensical codebook.dim==0 case * dd checks/rejection for absurdly huge codebooks CVE-2008-1419, CVE-2008-1420, CVE-2008-1423 CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/17 15:06:44 Modified files: usr.bin/cvs : commit.c rcs.c Log message: Full support of branches added. We lacked proper support of multiple branch entry points in one revision as well as branches which started from other branches. ok joris CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/05/17 16:33:32 Modified files: net/darkstat : Makefile Added files: net/darkstat/patches: patch-graph_db_c patch-hosts_db_c Log message: add the interface name to the title and report header. this is quite useful when you're running darkstat on a box with 3 network feeds... CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/17 16:55:59 Modified files: emulators/gns3 : Makefile distinfo emulators/gns3/pkg: PLIST Log message: update to 0.5 from maintainer Jonathan Armani, with feedback from wcmaier. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/17 17:10:51 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: update my coordinates CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/17 17:31:52 Modified files: bin/csh : csh.1 error.c bin/ksh : c_ksh.c ksh.1 bin/pax : options.c bin/stty : stty.c libexec/rpc.yppasswdd: rpc.yppasswdd.8 rpc.yppasswdd.c libexec/tcpd/tcpdchk: tcpdchk.8 tcpdchk.c usr.bin/yacc : main.c yacc.1 usr.sbin/faithd: faithd.8 faithd.c usr.sbin/httpd/src/support: logresolve.c rotatelogs.c usr.sbin/mtree : mtree.c usr.sbin/ndp : ndp.8 ndp.c usr.sbin/netgroup_mkdb: netgroup_mkdb.c usr.sbin/popa3d: startup.c usr.sbin/rarpd : rarpd.8 rarpd.c usr.sbin/rdconfig: rdconfig.c usr.sbin/relayd: relayd.c usr.sbin/rip6query: rip6query.c usr.sbin/rpc.lockd: lockd.c usr.sbin/snmpctl: snmpctl.8 snmpctl.c usr.sbin/wsconscfg: wsconscfg.c Log message: documentation tweaks. ok (some time ago) jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/17 20:24:14 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/18 00:00:21 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo graphics/p5-Image-ExifTool/pkg: PLIST Log message: update to 7.25 from maintainer patrick keshishian CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/18 00:51:25 Modified files: usr.sbin/rarpd : rarpd.8 Log message: some minor fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/18 00:53:56 Modified files: share/man/man4 : ddb.4 random.4 Log message: some missing articles; from Pierre Riteau CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/18 01:20:09 Modified files: sys/dev/usb : uvideo.c Log message: There is no need to pass uvideo_vs_open() usb_attach_arg. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/18 01:36:10 Modified files: sys/arch/sgi/sgi: machdep.c sys/arch/sgi/localbus: com_lbus.c Log message: Unbreak glass console on OpenBSD/sgi - if we're supposed to be using the glass console set comconsaddr to zero so we don't switch to serial when com* attach. spotted by jasper@, ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/18 03:17:34 Modified files: graphics/gpicview: Makefile graphics/gpicview/pkg: PLIST Log message: - add update-desktop-database goo (no excuse for that ;-)) - tweak WANTLIB after cairo update from steven@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/18 03:35:35 Modified files: sys/dev/usb : uvideo.c Log message: Move the code which starts the video stream to the right place; The video stream gets started/stopped when userland open/closes /dev/video*. The debug file gets written to /tmp/uvideo.mjpeg now. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/18 03:58:09 Modified files: infrastructure/mk: bsd.port.mk Log message: compute a set of missing files to show a better message for FETCH_MANUALLY (got annoyed at java each time I had to figure out WHICH file got updated and I had to fetch out of... the ten of them) CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/18 04:00:49 Modified files: usr.sbin/ndp : ndp.8 Log message: another ndp(8) tweak: its description still talks about "flags" rather than "flag", so kill the .Ar macro to have it read correctly. change suggested by jmc@. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/18 04:05:21 Modified files: infrastructure/mk: bsd.port.mk Log message: remove intermediate targets we're no longer needing CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/18 04:29:33 Modified files: mail/gmime : Makefile distinfo Log message: - minor bugfix update to 2.2.20 CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/05/18 04:31:18 Modified files: . : events.html papers : index.html Added files: papers : bsdcan08-xorg.pdf Log message: Move BSDCan, NLUUG and confidence to the past, add my BSDCan slides. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/18 05:22:14 Modified files: . : Makefile infrastructure/mk: bsd.port.mk Log message: add a bit of glue so that mirror-maker will be able to use the same locks as the rest of the tree CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/05/18 05:54:04 Modified files: sys/net : if_pfsync.c pf.c pf_if.c pf_ioctl.c pfvar.h Log message: KNF CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/18 07:37:22 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main Log message: - some files from older gstreamer-plugins-bad are now in gstreamer-plugins-good; add conflict marker accordingly and bump CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2008/05/18 07:45:18 Modified files: share/man/man5 : port-modules.5 Log message: typo, found by markus.lude@gmx.de CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/05/18 09:53:54 Modified files: sysutils/heartbeat: Makefile Log message: Upstream changed the distfile, so host the previous on my machine. asked bt ajacoutot@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/18 11:15:41 Modified files: sys/dev/usb : umass.c Log message: avoid leaking pipes by not zeroing the pipe after aborting it, so umass_disco() have a chance to free'em later. from nathanw@netbsd. miod@ ok. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/18 13:33:36 Modified files: app/cwm : cwmrc.5 Removed files: app/cwm : cwmrc Log message: - re-order and mostly re-write cwmrc(5) - merge example config file into cwmrc(5) and remove (little good in here) feedback from jmc@ - thanks! ok simon@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/18 13:34:09 Modified files: app/cwm : parse.y Log message: When we're cleaning out the lists in parse_config and conf_clear it's a lot simpler just to do while (entry = TAILQ_FIRST(head)) than to do a for () over the whole lot. Simpler, shorter and probably faster. ok okan@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/18 13:38:18 Modified files: app/cwm : calmwm.h group.c Log message: group_ctx->name is only used in this one function, and for now it corresponds directly to the static list of group names. Just use the static list and stop strdup()ing a new version for the context struct. Since that never got freed this also fixes a small memleak. Kill some unused variables while i'm here. ok okan@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/18 13:43:50 Modified files: app/cwm : calmwm.h conf.c parse.y Log message: Kill conf_get_int(), it was a silly function anyway. Since it's only used once just put the (simplified) logic into conf_client() instead. This means we can kill an enum and CONF_IGNORECASE, too. ok okan@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/18 13:47:19 Modified files: app/cwm : conf.c Log message: Fix two problems with conf_unbind(): 1) it used TAILQ_FOREACH() when it's removing entrys from the list, this is bad. 2) We didn't free key, so there was a small memleak too. also rework conf_bindname's logic slightly to be more simple. ok okan@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/18 13:57:43 Modified files: app/cwm : cwmrc.5 Log message: fix backwards logic in example; found by oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/18 14:00:16 Modified files: app/cwm : client.c group.c Log message: remove extra calls to client_draw_border() ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/18 14:06:36 Modified files: app/cwm : xevents.c Log message: send the correct x/y coordinates to XConfigureWindow() fixes some windows that seem as if they don't fit; noticed by Edd Barrett. ok oga@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/18 14:31:55 Modified files: devel/p5-Slay-Makefile: Makefile distinfo Log message: - update to 0.11 ok merdely@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/18 14:32:53 Modified files: sysutils/p5-Proc-Queue: Makefile distinfo Log message: - update to 1.23 - fix license marker ok merdely@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/18 14:47:31 Modified files: mail/p5-Mail-DKIM: Makefile distinfo mail/p5-Mail-DKIM/pkg: PLIST Log message: - update Mail::DKIM to 0.31 from bsd at openbsd.rutgers.edu (MAINTAINER), thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/18 15:06:19 Log message: import stan 0.4.1 Stan is a console application that analyzes binary streams and calculates several useful statistical information from the observed data. It features statistical, pattern and bit analysis. Stan has been designed as a "swiss-knife" for first steps in reverse engineering and cryptographic analysis. from zinovik at kspu.karelia.ru (MAINTAINER), with tweaks by me. Status: Vendor Tag: jasper Release Tags: jasper_20080518 N ports/sysutils/stan/distinfo N ports/sysutils/stan/Makefile N ports/sysutils/stan/pkg/PLIST N ports/sysutils/stan/pkg/DESCR N ports/sysutils/stan/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/18 15:09:13 Modified files: sysutils : Makefile Log message: - add stan CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/18 15:29:05 Modified files: usr.bin/ssh : sftp-server.c Log message: comment extension announcement CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/18 15:34:11 Modified files: net/sipsak : Makefile distinfo Log message: update to 0.9.6 and take maintainership, many fixes and improvements. "feel free to take over" previous maintainer; feedback fgsch. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/18 19:12:41 Modified files: sys/dev/pci : if_nfe.c Log message: correct format after %x -> %b convertion. deraadt jsg ok. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/18 21:01:00 Modified files: audio/audacious: Makefile Log message: update after cairo. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/18 21:20:13 Modified files: x11/xpad : Makefile Log message: sync with cairo update. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/19 00:14:03 Modified files: usr.bin/ssh : packet.c Log message: unbreak protocol keepalive timeouts bz#1465; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/19 01:43:43 Modified files: devel/cil : Makefile Log message: Build on powerpc and not just macppc now that we have socppc. from brad@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/19 01:44:37 Modified files: sysutils/conky : Makefile Log message: Adjust comment regarding ONLY_FOR_ARCHS. from brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/19 02:08:07 Modified files: sys/dev/pci : pcidevs Log message: Add the NVIDIA MCP77/79/7B SMBus controller ids. From Peer Chen @ NVIDIA CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/19 02:10:46 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/19 03:44:31 Modified files: sys/arch/alpha/conf: RAMDISKBIG Log message: we do not need en(4) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/19 03:57:44 Modified files: devel/libnotify: Makefile devel/libwnck : Makefile devel/pango : Makefile net/transmission: Makefile print/epdfview : Makefile x11/gtk+2 : Makefile Log message: sync with cairo update. jasper@ ok. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/19 04:27:49 Modified files: editors/openoffice: Makefile Log message: fix LIB_DEPENDS and WANTLIB; noticed by Alexey Suslikov CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/19 06:25:12 Modified files: sys/netinet : if_atm.c Log message: Unbreak builds for kernels that have atm interfaces. Found the hard way by Theo on an alpha ramdisk. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/19 06:31:42 Modified files: build : mirrors.dat Log message: following a survey of ftp mirrors: comment-out dead or out-of-date mirrors with broken or missing contact addresses. add comments re two mirrors with h/w problems, ftp.bsd.lv should be back this week, maintainer of mirror.inter.net.il asked to remove for now. add comments re: out-of-date mirrors whose maintainers have been emailed, pending removal if no replies. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/19 06:33:47 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/19 06:42:02 Modified files: databases/pgfouine: Makefile Log message: - fix RCS tag - add a second MASTER_SITES from MAINTAINER Pierre-Emmanuel Andre , thanks! CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/19 06:49:06 Modified files: share/man/man4 : Makefile Log message: Include mpe in the Makefile. I forgot to include it when I initially imported the man page. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/19 06:56:59 Modified files: app/cwm : calmwm.h client.c conf.c cwm.1 kbfunc.c xevents.c Log message: finally implement keyboard binding for group toggling idea for the "slightly-less-abhorrent-hack-but-a-hack-nonetheless-TM" from oga@ grab and ungrab the keyboard to get around some silly X apps that like stealing events ok oga@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/19 08:05:43 Modified files: sys/dev/usb : usb_subr.c Log message: try a few times before giving up while getting the device descriptor. if it fails, reset the port and try again. this seems to fix some devices that would punt with "device problem, disabling port" otherwise. from augustss@netbsd with some change as per discussion with theo. set the address before getting the descriptor. from peterbu at bemac dot com via netbsd kern/24716. tested by many. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/05/19 08:40:04 Modified files: x11/xfce4/xfce4-dict: Makefile distinfo x11/xfce4/xfce4-dict/pkg: DESCR PLIST Added files: x11/xfce4/xfce4-dict/patches: patch-lib_common_c Log message: Update to xfce4-dict 0.4.0, it's now a standalone application. Add desktop and icon-cache goos. Add a patch from fgsch@ to fix a crash, already commited in upstream svn. With help and ok fgsch@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/19 08:57:31 Modified files: share/man/man5 : pf.conf.5 Log message: add divert-to/divert-reply; ok henning, pyr CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/19 08:58:29 Modified files: sys/netinet6 : in6_pcb.c Log message: SO_BINDANY for ipv6; ok djm@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/19 09:17:50 Modified files: app/cwm : calmwm.h client.c conf.c kbfunc.c Log message: Use the XGrabKeyboard hack in for alt-tabbing as well. This stops the mru getting the order messed up when gvim/xpdf et all steal key events. While i'm here, change the logic in client_cyclenext() to use break instead of goto, it's nicer that way. Thirdly, instead of two different kbfuncs, just use the one and a flag. "put your cycle diff in so I can pkg_delete gvim" okan@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/19 09:21:04 Modified files: build : mirrors.dat Log message: - ftp.fmed.uc.pt has a hardware problem, disable for now - mirror.roothell.org is back online after reporting the problem - mirrors.24-7-solutions.net is out-of-date, maintainer's email bounces CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/19 09:22:49 Modified files: audio/audacious-plugins: Makefile audio/audacious-plugins/pkg: PLIST-main Log message: add cd audio support and fix dependencies. bump package. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/19 09:23:29 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/19 09:25:48 Modified files: audio/audacious-plugins: Makefile Log message: grr, bump arts package as well. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/19 09:45:07 Modified files: usr.bin/ssh : sshpty.h sshtty.c ttymodes.c Log message: Fix sending tty modes when stdin is not a tty (bz#1199). Previously we would send the modes corresponding to a zeroed struct termios, whereas we should have been sending an empty list of modes. Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/19 09:46:31 Modified files: usr.bin/ssh : ssh-keygen.c Log message: support -l (print fingerprint) in combination with -F (find host) to search for a host in ~/.ssh/known_hosts and display its fingerprint; ok markus@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/19 09:51:43 Modified files: sys/dev/usb : usb_subr.c Log message: do not leak memory if there is no power source. code is ifdef USB_DEBUG. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/19 11:11:19 Modified files: app/cwm : calmwm.h conf.c cwm.1 group.c kbfunc.c Log message: as done with cycle/rcycle, make prev/next group switching one kbfuncs and use a flag; adjusted to match and rename to {r,}cycle. "ok, since i came up with the same thing" oga@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/19 11:13:55 Modified files: app/cwm : calmwm.h cwmrc.5 group.c parse.y Log message: allow an autogroup value of 0 to mean no group. This means you can set automatically "sticky" (in the traditional sense of the word) windows in autogroup mode. Based on an initial diff from Andrew Fresh, thanks! ok okan@. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/19 11:24:19 Modified files: app/cwm : calmwm.h client.c kbfunc.c Log message: client_cyclenext() -> client_cycle() since we now pass an arg. removes a stray proto as well. discussed with and ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/19 11:32:22 Modified files: app/cwm : calmwm.h Log message: Function prototypes should not have parameter names in them. These must have been missed last time i knfed this. ok okan. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/19 12:07:53 Modified files: app/cwm : calmwm.h grab.c input.c search.c Log message: stop normalizing search input; searching and matching are still case-insensitive. since this was the only use of normalizing input, simplify as well. allows one to exec with mixed case unmatched commands. "works for me" oga@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/19 12:09:06 Modified files: sys/dev/usb : makemap.awk ukbd.c Log message: Add the Sun extended keys (L keys, volume keys) to the console mode layouts. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/19 12:09:57 Modified files: sys/dev/usb : ukbdmap.c Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/19 12:42:13 Modified files: sys/./arch/arm/arm: undefined.c sys/./arch/arm/xscale: pxa2x0_gpio.c pxa2x0_intr.c sys/./arch/hppa/hppa: intr.c sys/./arch/mac68k/dev: nubus.c sys/./arch/mac68k/mac68k: disksubr.c sys/./arch/mvme68k/dev: ssh.c vs.c sys/./arch/zaurus/dev: zaurus_flash.c sys/./dev/raidframe: rf_shutdown.c Log message: Change all remaining MD uses of MALLOC and FREE into proper malloc() and free() calls; prodded by chl@, ok krw@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/19 12:42:56 Modified files: x11/wmtheme : Makefile x11/wmtheme/pkg: PLIST Added files: x11/wmtheme/patches: patch-Makefile Log message: avoid compressed manpages and bump ok jasper@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/19 12:53:09 Modified files: app/cwm : calmwm.c conf.c kbfunc.c Log message: General cleanup. ok okan@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/19 12:56:41 Modified files: usr.sbin/httpd/src/modules/standard: mod_usertrack.c Log message: Permit compilation on 3 architectures which show that this diff was not tested on them. Older gcc's require decl before code, and this is supposed to be portable code in that sense. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 13:11:42 Modified files: sys/arch/socppc/dev: ipic.c Log message: Add support for TSEC interrupts. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/05/19 13:36:15 Modified files: lib/libc/stdlib: Makefile.inc malloc.3 malloc.c Log message: remove recalloc(3); it is buggy and impossible to repair without big costs; ok jmc@ for the man page bits; ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/05/19 13:36:45 Modified files: lib/libc : shlib_version Log message: bump (recalloc removal) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/19 13:50:48 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 13:56:44 Added files: sys/arch/socppc/dev: if_tsec.c Log message: A driver for the Three Speed Ethernet Controller (TSEC) found on the Freescale MPC8349E SoC platform. Still has some bugs, but it's getting there. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 13:57:23 Modified files: sys/arch/socppc/conf: files.socppc Log message: tsec(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 13:57:57 Modified files: sys/arch/socppc/conf: GENERIC Log message: Add tsec(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 14:15:19 Modified files: share/man/man4/man4.socppc: Makefile Added files: share/man/man4/man4.socppc: obio.4 Log message: obio(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 14:20:57 Modified files: share/man/man4/man4.socppc: Makefile Added files: share/man/man4/man4.socppc: sociic.4 Log message: sociic(4) CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/19 14:21:42 Log message: import p5-gnupod GNUpod is a collection of Perl scripts which allow you to manipulate and use your iPod. from James Turner - thanks. comments from simon@, sthen@ and probably others "ok by me" merdely@ Status: Vendor Tag: okan Release Tags: okan_20080519 N ports/audio/p5-gnupod/distinfo N ports/audio/p5-gnupod/Makefile N ports/audio/p5-gnupod/pkg/PLIST N ports/audio/p5-gnupod/pkg/DESCR N ports/audio/p5-gnupod/patches/patch-tools_gnupod_install_pl N ports/audio/p5-gnupod/patches/patch-tools_getINC_pl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/19 14:22:34 Modified files: audio : Makefile Log message: +p5-gnupod CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 14:25:50 Modified files: share/man/man4/man4.socppc: Makefile Added files: share/man/man4/man4.socppc: socpcic.4 Log message: socpcic(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 14:31:08 Modified files: share/man/man4/man4.socppc: sociic.4 socpcic.4 Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 14:35:12 Modified files: share/man/man4/man4.socppc: Makefile Added files: share/man/man4/man4.socppc: ipic.4 Log message: ipic(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 14:47:09 Modified files: share/man/man4/man4.socppc: Makefile Added files: share/man/man4/man4.socppc: tsec.4 Log message: tsec(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/19 14:48:07 Modified files: share/man/man4/man4.socppc: socpcic.4 Log message: Fix another typo. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/19 14:53:52 Modified files: usr.bin/ssh : clientloop.c Log message: unbreak tree by committing this bit that I missed from: Fix sending tty modes when stdin is not a tty (bz#1199). Previously we would send the modes corresponding to a zeroed struct termios, whereas we should have been sending an empty list of modes. Based on patch from daniel.ritz AT alcatel.ch; ok dtucker@ markus@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/05/19 15:46:52 Modified files: . : want.html Log message: Bought myself a PCIe em(4). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/19 16:22:24 Modified files: net/cadaver : Makefile Log message: - use expat instead of libxml and fix WANTLIB accordingly - update license marker - bump PKGNAME from brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/19 16:23:32 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/19 17:58:49 Modified files: databases/py-sqlalchemy: Makefile distinfo databases/py-sqlalchemy/pkg: PLIST Log message: Update to 0.4.6. Requested by and ok fgsch@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/19 18:30:30 Modified files: bin/ksh : history.c Log message: cast pointer arithmetic to unsigned so we can behave correctly on underflows. fixes fc -l 1 in my box where line is 1667511151. krw@ ok. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/19 22:24:33 Modified files: share/man/man4/man4.socppc: sociic.4 Log message: This is sociic, not alipm CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/19 22:28:59 Modified files: share/man/man4/man4.socppc: Makefile intro.4 socpcic.4 Log message: More references to obio CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/19 22:33:20 Modified files: share/man/man4/man4.landisk: Makefile share/man/man4/man4.mac68k: Makefile share/man/man4/man4.sgi: Makefile Removed files: share/man/man4/man4.landisk: mainbus.4 share/man/man4/man4.mac68k: mainbus.4 share/man/man4/man4.sgi: mainbus.4 Log message: Do not provide md mainbus(4) since there is an mi blurb. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/20 01:16:16 Modified files: mail/imap-uw : Makefile distinfo mail/imap-uw/patches: patch-src_mlock_mlock_c patch-src_osdep_unix_env_unix.c mail/imap-uw/pkg: PLIST-server Log message: - update to version 2007a1 from Daniel Dickman , thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/20 01:17:16 Modified files: mail/alpine : Makefile distinfo mail/alpine/patches: patch-Makefile_in patch-alpine_Makefile_in patch-configure patch-pico_Makefile_in patch-pith_pine_hlp Log message: - update to alpine-1.10, pico-5.01 from Daniel Dickman , thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/20 01:23:29 Modified files: graphics/libwmf: Makefile graphics/libwmf/patches: patch-src_player_c Log message: - use expat instead of libxml and adjust WANTLIB accordingly - add license marker - set CONFIGURE_STYLE to gnu - regen patch while here from brad@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/20 01:57:04 Modified files: build : mirrors.dat Log message: - add new mirror ftp.estpak.ee, thanks! - disable ftp.unina.it and osmirrors.cerias.purdue.edu which have neither 4.2 nor 4.3 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/20 01:58:48 Modified files: . : anoncvs.html ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/20 02:03:54 Modified files: sys/arch/alpha/conf: files.alpha Log message: Remove stray "attach com at isapnp with com_isapnp". ok miod@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/20 02:23:18 Modified files: sys/dev/pci : pcidevs Log message: Add the NVIDIA Quadro FX 3500 id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/20 02:23:52 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/20 02:40:25 Modified files: . : cvsup.html Log message: add CVSup mirror at anoncvs.estpak.ee, from maintainer Rivo Nurges CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/05/20 03:02:34 Modified files: faq : faq14.html Log message: typo; from Simon Kuhnle CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/20 05:08:14 Modified files: x11/gnome/panel: Makefile x11/gnome/panel/pkg: PLIST Added files: x11/gnome/panel/patches: patch-gnome-panel_panel-logout_c Log message: - don't display the "Switch User" button, this needs fast-user-switch-applet. this applet will only work if we run with securelevel -1 (and start another X server). as found out by ajacoutot@ and confirmed by matthieu@ ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/20 05:18:23 Modified files: share/man/man8 : intro.8 Log message: add a small section for routing daemons; ok henning norby CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/20 05:25:26 Modified files: lib/libc/stdlib: malloc.3 Log message: kill an Xr to a non-existent man page, ulimit(1); CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/20 05:36:51 Modified files: games/bs : bs.6 Log message: tweaks to bs(6): - the document title (.Dt macro) should be BS, not BATTLESHIPS; - fix spacing on DeGaul's name - use .An/.Aq for Raymond's name and email address feedback by jmc@ ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/20 05:39:12 Modified files: share/man/man4/man4.socppc: intro.4 ipic.4 obio.4 socpcic.4 tsec.4 Log message: various fixes to tidy these pages up; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/20 06:43:57 Modified files: sys/nfs : nfs_boot.c Log message: Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seems that the code is ifdef-ed out all the time. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/20 08:01:45 Modified files: www/php5 : Makefile.inc distinfo www/php5/core : Makefile www/php5/core/patches: patch-main_SAPI_c www/php5/extensions: Makefile Log message: update to php-5.2.6; from Brad Walker CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/20 08:27:16 Modified files: textproc/asciidoc: Makefile distinfo textproc/asciidoc/pkg: PLIST Log message: update to version 8.2.6; from Emilien Gaspar CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/20 08:42:09 Modified files: games/bs : bs.6 Log message: remove Xr to non-existent page, rogue(6); CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/20 08:50:51 Modified files: app/cwm : Makefile calmwm.c calmwm.h client.c grab.c kbfunc.c search.c Added files: app/cwm : menu.c Log message: Pull out the behaviour in grab_label and search_start into one utility function menu_filter(). The plan is to eventually merge in grab_menu too. Shrinks the code a fair bit. Also, change XMaskEvent for XWindowEvent to prevent getting exposes for other windows. This is particuarly noticable on slow machines with a LOT of xterms (todd, you're an odd man). ok okan@, todd@. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/20 12:12:19 Modified files: sys/arch/sgi/include: loadfile_machdep.h sys/arch/sgi/stand/boot: Makefile boot.c Log message: Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), rather than rolling our own load functions. tested jasper@, feedback and ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/20 12:21:56 Modified files: sys/dev/pci : if_lii.c Log message: Add multicast support to lii(4), with suggestions/changes from brad@. ok brad@ dlg@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/20 13:34:37 Modified files: infrastructure/db: user.list Log message: add _unbound user/group for net/unbound CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/20 13:46:01 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/20 14:25:36 Modified files: security/stunnel: Makefile distinfo Log message: Update to stunnel v4.24, which fixes a security issue in the OCSP functionality. The bug allows a revoked certificate to successfully authenticate. Any installations with OCSP enabled should be upgraded ASAP. Other users are not affected. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/05/20 15:10:18 Modified files: x11/gtk+2 : Makefile Log message: plist change for -cups package (due to pixman), so bump it, too. ok fgsch@ (and jasper@) CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/21 00:36:58 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/pkg: PLIST-main Log message: Install the menu icons into the right directory and adjust .desktop files so the icons are displayed correctly. ok robert@, jasper@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/21 02:44:19 Modified files: usr.sbin/httpd/src/main: http_vhost.c Log message: The default address family to be used is stored in a global variable. If no options are given on the commandline, it is set to PF_INET. The configuration file parser did not use this variable in all cases, but used PF_UNSPEC for getaddrinfo/getnameinfo, leading to bogus error messages in some cases (but httpd operated as expected). Use the global variable instead of the hardcode PF_UNSPEC in the cases. Add a new commandline flag, -U, to set the default address family to PF_UNSPEC for ambigous directives. Discussed with sthen. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/21 02:57:38 Modified files: usr.sbin/httpd : README.IPv6 httpd.8 usr.sbin/httpd/htdocs/manual: ipv6.html usr.sbin/httpd/src/main: http_main.c Log message: Document and implement -U option, fix usage information for '-?'. Documentation corrections and spelling by jmc. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/21 03:05:54 Modified files: x11/qinx : Makefile distinfo x11/qinx/pkg : PLIST Log message: - upgrade to qinx-1.4 - PERMIT_DISTFILES_* Yes from brad@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/21 03:46:18 Modified files: x11/kde/graphics3: Makefile Added files: x11/kde/graphics3/patches: patch-kpdf_xpdf_xpdf_XRef_cc Log message: - disable the DRM bits from KPDF like it was done for xpdf from brad@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/21 04:07:14 Modified files: infrastructure/install: make-plist Log message: fix bug introduced during rewrite: do not try to backsubst stuff inside the library version number. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/21 04:52:41 Modified files: mail/postgrey : Makefile Log message: - update HOMEPAGE and bump; the old one no longer has the distfile. - remove unnecessary VERSION variable while there. ok jakob CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/21 05:28:48 Modified files: usr.sbin/httpd/src/main: http_core.c http_main.c http_vhost.c rfc1413.c Log message: Remove #ifndef SIN6_LEN/#else/#endif constructs. Suggested by djm a while ago. No binary changes. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/21 05:52:49 Modified files: print/poppler : Makefile Added files: print/poppler/patches: patch-poppler_XRef_cc Log message: able the DRM bits here too, like it was done for xpdf from brad@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/21 05:54:52 Modified files: usr.sbin/httpd/src/main: util.c Log message: KNF and readability changes. No binary changes. CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/05/21 06:45:54 Modified files: build : mirrors.dat Log message: ftp.eu.openbsd.org now has the sets on http as well. Prodded by jj@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/05/21 06:47:40 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/21 06:51:45 Modified files: sys/dev/i2c : spdmem.c Log message: Print a specific message for non i2c attachments like macppc memc, in the situation where Apple cheaps out by having no SPD on integrated RAM. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/21 06:57:51 Log message: import p5-JSON-XS This module converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. Status: Vendor Tag: simon Release Tags: simon_20080521 N ports/converters/p5-JSON-XS/distinfo N ports/converters/p5-JSON-XS/Makefile N ports/converters/p5-JSON-XS/pkg/DESCR N ports/converters/p5-JSON-XS/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/21 06:57:55 Modified files: converters : Makefile Log message: add p5-JSON-XS CVSROOT: /cvs Module name: www Changes by: oga@cvs.openbsd.org 2008/05/21 07:45:18 Modified files: . : want.html Log message: Since I had the laptop stolen, then bought an 8-cell battery when I ordered a new one, I don't need this entry anymore. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/21 07:46:19 Modified files: mail/mutt : Makefile.inc mail/mutt/snapshot: Makefile distinfo mail/mutt/snapshot/patches: patch-configure_ac patch-doc_Makefile_in patch-imap_browse_c patch-smime_keys_pl Removed files: mail/mutt/snapshot/patches: patch-Makefile_in patch-lib_c Log message: update to 1.5.18, tested by many. ok merdely CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/21 08:11:19 Modified files: app/cwm : calmwm.c calmwm.h grab.c group.c menu.c xevents.c Log message: Make menu_filter handle mouse movement too. This enables the keyboard search dialogues to be manipulated with the mouse, too. It also allows me to shrink the codebase further by killing grab_menu(). One known issue with highlighting the first entry in a search dialogue, that'll be fixed soonish. ok okan@, tested by Edd Barrett and todd@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/21 08:15:29 Log message: Import ekiga-2.0.12 Ekiga (formely known as GnomeMeeting) is an open source VoIP and video conferencing application for GNOME. Ekiga uses both the H.323 and SIP protocols. It supports many audio and video codecs, and is interoperable with other SIP compliant software and also with Microsoft NetMeeting. It still needs some love but having it in-tree will ease people testing. Some things are known not to be working yet... Network part was intensively tested using the H.323 protocol through an OpenBSD gnugk proxy, with Ekiga running OpenBSD/amd64 and a Polycom v500 as endpoints. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080521 N ports/x11/gnome/ekiga/distinfo N ports/x11/gnome/ekiga/Makefile N ports/x11/gnome/ekiga/pkg/DESCR N ports/x11/gnome/ekiga/pkg/PLIST N ports/x11/gnome/ekiga/pkg/MESSAGE N ports/x11/gnome/ekiga/patches/patch-configure N ports/x11/gnome/ekiga/patches/patch-src_devices_audio_cpp N ports/x11/gnome/ekiga/patches/patch-src_devices_fakevideoinput_cpp N ports/x11/gnome/ekiga/patches/patch-src_gui_main_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/21 08:16:14 Modified files: x11/gnome : Makefile Log message: +ekiga CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/21 10:23:21 Modified files: x11/rox-filer : Makefile distinfo x11/rox-filer/patches: patch-ROX-Filer_src_config_h_in x11/rox-filer/pkg: PLIST Log message: - update rox-filer to 2.8 - fix license marker some testing by ckuethe@, thanks! CVSROOT: /cvs Module name: www Changes by: jsing@cvs.openbsd.org 2008/05/21 10:27:15 Modified files: . : want.html Log message: I'll have a shot at a driver for the Attansic L1 Ethernet controller, if someone wants to supply me with the appropriate hardware... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/21 11:51:33 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention ekiga - sort applications list while here requested by and ok jasper@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/21 12:49:48 Modified files: sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD files.i386 sys/arch/i386/i386: apicvec.s bios.c conf.c machdep.c sys/arch/i386/isa: icu.s sys/dev/cardbus: com_cardbus.c files.cardbus sys/dev/ic : com_subr.c sys/dev/isa : files.isapnp sys/dev/pcmcia : com_pcmcia.c files.pcmcia sys/dev/puc : com_puc.c files.puc Log message: Switch i386 from pccom to com. Welcomed by many. ok dlg@, jsing@, deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/21 12:52:45 Modified files: distrib/i386/common: install.md Log message: pccom is dead. long live com. Bring install script into the new world. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 13:01:36 Modified files: distrib/notes/amd64: hardware distrib/notes/i386: hardware Log message: Bye bye pccom CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/21 13:05:51 Modified files: share/man/man4 : Makefile addcom.4 ast.4 boca.4 cardbus.4 com.4 hsq.4 isa.4 isapnp.4 pcmcia.4 puc.4 rtfps.4 Log message: Bye, bye pccom(4). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 13:10:44 Modified files: usr.sbin/ppp/ppp: ppp.8.m4 Log message: Do not mention pccom any longer. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/21 13:11:32 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: chl@cvs.openbsd.org 2008/05/21 13:14:50 Modified files: misc/zzuf : Makefile distinfo Log message: update to zzuf-0.11 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: chl@cvs.openbsd.org 2008/05/21 13:17:24 Modified files: devel/autoconf/2.13: Makefile devel/autoconf/2.52: Makefile devel/autoconf/2.54: Makefile devel/autoconf/2.56: Makefile devel/autoconf/2.57: Makefile devel/autoconf/2.58: Makefile devel/autoconf/2.59: Makefile devel/autoconf/2.60: Makefile devel/autoconf/2.61: Makefile Log message: add metaauto to RUN_DEPENDS for all autoconf versions bump PKGNAME ok espie@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/21 13:19:47 Modified files: sys/dev/pci : pcidevs Log message: intel 5100 chipset; mitja CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/21 13:19:50 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 13:20:08 Modified files: sys/dev/isa : isapnp.c pnpdevs Log message: More pccom references CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 13:20:12 Modified files: sys/dev/isa : pnpdevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/21 13:23:15 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK sys/arch/sparc64/include: param.h sys/arch/sparc64/sparc64: autoconf.c cpu.c pmap.c Log message: First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 13:32:28 Modified files: share/man/man4 : com.4 Log message: Update sgi synopsis, add armish and socppc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 13:42:07 Modified files: sys/arch/hppa/hppa: locore.S sys/arch/hppa64/hppa64: locore.S sys/arch/powerpc/powerpc: setjmp.S sys/arch/solbourne/solbourne: locore.s sys/arch/sparc/sparc: locore.s sys/arch/sparc64/sparc64: locore.s sys/arch/vax/boot/boot: autoconf.c sys/arch/vax/boot/common: str.S sys/arch/vax/vax: subr.s Log message: ddb expects the kernel longjmp() to only take a single parameter and always return 1 since 12+ years, it's about time to fix the offending ports. Reported by Pierre Riteau (firstname.lastname at gmail) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 13:45:38 Modified files: sys/arch/sh/include: cpu.h sys/arch/sh/sh : cache_sh4.c Log message: Not all cache operations need to be run from P2, so don't do this unless necessary. Also, let the P2 functions return to P1 addresses, instead of jumping to their own P1 image before returning. This gives a ~15% speedup. From NetBSD, thanks uwe@netbsd for spotting this in the sh4 docs! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 13:48:52 Modified files: usr.bin : Makefile Removed files: usr.bin/elf2aout: Makefile elf2aout.1 elf2aout.c usr.bin/elf2ecoff: Makefile elf2ecoff.1 elf2ecoff.c Log message: Remove elf2aout and elf2ecoff. They are no longer built since they were only used by the long defunct OpenBSD/arc and OpenBSD/pmax ports, and nowadays using objcopy or a linker script will perform such conversions if necessary. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 13:50:31 Modified files: distrib/sets/lists/base: md.armish md.macppc md.mvmeppc md.socppc md.sparc64 md.zaurus distrib/sets/lists/comp: md.armish md.macppc md.mvmeppc md.socppc md.sparc64 md.zaurus Removed files: sys/arch/arm/include: elf_abi.h sys/arch/armish/include: elf_abi.h sys/arch/macppc/include: elf_abi.h sys/arch/mvmeppc/include: elf_abi.h sys/arch/powerpc/include: elf_abi.h sys/arch/sparc64/include: elf_abi.h sys/arch/zaurus/include: elf_abi.h Log message: Remove on platforms which have it. Nothing in the tree needs the few MD definitions they (sometimes) provide; only binutils is interested in them, but binutils provide their own include files for that purpose anyway. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/21 14:10:54 Modified files: usr.sbin/ppp/ppp: ppp.8.m4 Log message: punctuation fix; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/21 14:19:52 Modified files: driver/xf86-video-intel: Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-intel/man: Makefile.in intel.man driver/xf86-video-intel/src: Makefile.am Makefile.in brw_defines.h brw_structs.h common.h exa_sf.g4a exa_sf_mask.g4a exa_wm_nomask.g4a i810.h i810_cursor.c i810_driver.c i810_io.c i810_memory.c i810_reg.h i810_video.c i830.h i830_3d.c i830_accel.c i830_bios.c i830_bios.h i830_crt.c i830_cursor.c i830_debug.c i830_display.c i830_dri.c i830_driver.c i830_dvo.c i830_exa.c i830_i2c.c i830_lvds.c i830_memory.c i830_quirks.c i830_render.c i830_sdvo.c i830_sdvo_regs.h i830_tv.c i830_video.c i830_video.h i830_xaa.c i915_3d.c i915_3d.h i915_reg.h i915_render.c i915_video.c i965_render.c i965_video.c packed_yuv_wm.g4a driver/xf86-video-intel/src/bios_reader: Makefile.am Makefile.in bios_dumper.c bios_reader.c driver/xf86-video-intel/src/ch7017: Makefile.am Makefile.in ch7017.c driver/xf86-video-intel/src/ch7xxx: Makefile.am Makefile.in ch7xxx.c driver/xf86-video-intel/src/ivch: Makefile.am Makefile.in ivch.c driver/xf86-video-intel/src/reg_dumper: Makefile.am Makefile.in reg_dumper.h driver/xf86-video-intel/src/sil164: Makefile.am Makefile.in sil164.c sil164_reg.h driver/xf86-video-intel/src/tfp410: Makefile.am Makefile.in tfp410.c tfp410_reg.h driver/xf86-video-intel/src/xvmc: Makefile.am Makefile.in Added files: driver/xf86-video-intel: config.h.in~ driver/xf86-video-intel/man: Makefile.am.rej Makefile.am~ driver/xf86-video-intel/src: Makefile.am.rej Makefile.am~ exa_sf.g4b exa_sf_mask.g4b exa_wm.g4i exa_wm_affine.g4i exa_wm_ca.g4a exa_wm_ca.g4b exa_wm_ca_srcalpha.g4a exa_wm_ca_srcalpha.g4b exa_wm_mask_affine.g4a exa_wm_mask_affine.g4b exa_wm_mask_projective.g4a exa_wm_mask_projective.g4b exa_wm_mask_sample_a.g4a exa_wm_mask_sample_a.g4b exa_wm_mask_sample_argb.g4a exa_wm_mask_sample_argb.g4b exa_wm_noca.g4a exa_wm_noca.g4b exa_wm_projective.g4i exa_wm_src_affine.g4a exa_wm_src_affine.g4b exa_wm_src_projective.g4a exa_wm_src_projective.g4b exa_wm_src_sample_a.g4a exa_wm_src_sample_a.g4b exa_wm_src_sample_argb.g4a exa_wm_src_sample_argb.g4b exa_wm_write.g4a exa_wm_write.g4b exa_wm_xy.g4a exa_wm_xy.g4b i810_ring.h i830_hwmc.c i830_hwmc.h i830_ring.h i915_hwmc.c i915_hwmc.h packed_yuv_sf.g4b packed_yuv_wm.g4b driver/xf86-video-intel/src/reg_dumper: idle.c stepping.c driver/xf86-video-intel/src/xvmc: driDrawable.c driDrawable.h i915_program.h i915_structs.h i915_xvmc.c i915_xvmc.h intel_batchbuffer.c intel_batchbuffer.h intel_xvmc.c intel_xvmc.h xf86dri.c xf86dri.h xf86dristr.h Removed files: driver/xf86-video-intel/src: exa_sf_mask_prog.h exa_sf_prog.h exa_sf_rotation.g4a exa_sf_rotation_prog.h exa_wm_maskca.g4a exa_wm_maskca_prog.h exa_wm_maskca_srcalpha.g4a exa_wm_maskca_srcalpha_prog.h exa_wm_masknoca.g4a exa_wm_masknoca_prog.h exa_wm_nomask_prog.h exa_wm_rotation.g4a exa_wm_rotation_prog.h sf_prog.h wm_prog.h Log message: Update to xf86-video-intel 2.3.1. Tested by many. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/21 14:25:41 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/21 14:27:45 Removed files: driver/xf86-video-intel: config.h.in~ Log message: oops should not have committed this. Noticed by deraadt@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 14:33:40 Modified files: sys/arch/vax/include: asm.h Log message: Make _PROF_PROLOGUE visible if PROF is defined; will be needed by libc shortly. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 14:34:24 Modified files: usr.sbin/afs/src/lwp: process.vax.S Log message: Use a symbolic entry register save mask, and sprinkle _C_LABEL. No functional change. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 14:37:10 Modified files: lib/libm/arch/vax: n_argred.S n_atan2.S n_cabs.S n_cbrt.S n_infnan.S n_sincos.S n_sqrt.S n_support.S n_tan.S Log message: Use proper *ENTRY macros with symbolic register save masks, sprinkle _C_LABEL and _ASM_LABEL, and add $OpenBSD$ RCS Ids. Include and use its values directly, instead of using .set directives (which grow the individual .o files even) Also, replace `$' in internal (but non static) symbols with `_', and prefix those with `__'. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 14:38:10 Modified files: lib/libc/arch/vax/sys: sigreturn.S Log message: Use _PROF_PROLOGUE insteaf of rolling our own. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/21 14:39:32 Modified files: lib/libc/arch/vax: SYS.h lib/libc/arch/vax/gen: _setjmp.S ldexp.S sigsetjmp.S lib/libc/arch/vax/sys: Ovfork.S brk.S cerror.S exect.S sbrk.S sigprocmask.S sigsuspend.S syscall.S lib/librthread/arch/vax: rfork_thread.S Log message: Use _C_LABEL when appropriate. CVSROOT: /cvs Module name: www Changes by: kurt@cvs.openbsd.org 2008/05/21 14:54:27 Modified files: . : want.html Log message: Raymond Lillard kindly donated a SunFire V210 to me. Thanks! CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2008/05/21 15:10:50 Modified files: sys/net : bridgestp.c Log message: Just clear the timeout since timeout_del() can cope with unscheduled/already triggered timeouts. ok brad claudio CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2008/05/21 15:12:07 Modified files: sys/net : if_bridge.c Log message: Only cancel (timeout_del()) the timeout if we're not going to delay it (timeout_add()) anyway. ok brad claudio CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/05/21 15:56:14 Modified files: distrib/sets/lists/xbase: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/21 16:04:27 Log message: The Enhanced VNC viewer provides for remote access to VNC displays using the standard protocol and various extensions including those used by TightVNC, UltraVNC, RealVNC and x11vnc providing for features such as dynamic screen resizing, server-side scaling, blocking input devices on the server, and low colour modes. Many of these can now be set from the popup menu. (and it's much faster than tightvnc-viewer). ok merdely, okan Status: Vendor Tag: sthen Release Tags: sthen_20080521 N ports/net/ssvnc/distinfo N ports/net/ssvnc/Makefile N ports/net/ssvnc/patches/patch-src_vnc_unixsrc_vncviewer_Imakefile N ports/net/ssvnc/pkg/DESCR N ports/net/ssvnc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/21 16:05:48 Modified files: net : Makefile Log message: +ssvnc CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/21 16:13:35 Modified files: graphics/evince: Makefile distinfo Added files: graphics/evince/patches: patch-data_evince_desktop_in_in graphics/evince/pkg: DESCR-djvu DESCR-dvi DESCR-main PLIST-djvu PLIST-dvi PLIST-main Removed files: graphics/evince/pkg: DESCR PLIST Log message: Update to evince-2.22.1.1 and put djvu and dvi backends into subpackages. help & ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/21 16:24:25 Modified files: sys/dev/pci : pcidevs Log message: Add Fujitsu PRIMEPOWER250/450 secundary LAN. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/21 16:25:33 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/21 16:27:01 Modified files: sys/dev/pci : if_bge.c Log message: Fujitsu PRIMEPOWER250/450 secondary LAN is a BCM5703C in disguise. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/21 16:28:35 Log message: import nfdump and nfprofile (the latter as a subpackage since not everyone needs that, and it pulls in heavier dependencies) -- -- -- The nfdump tools collect and process netflow data (v5, v7 and v9) on the command line. They are part of the NfSen project. nfcapd - netflow capture daemon. Reads the netflow data from the network and stores the data into files. Automatically rotate files every n minutes (typically every 5 minutes). nfcapd reads netflow v5, v7 and v9 flows transparently. You need one nfcapd process for each netflow stream. nfdump - netflow dump. Reads the netflow data from the files stored by nfcapd. Its syntax is similar to tcpdump. If you like tcpdump you will like nfdump. Displays netflow data and can create lots of top N statistics of flows IP addresses, ports etc in whichever order you like. nfreplay - netflow replay. Reads the netflow data from the files stored by nfcapd and sends it over the network to another host. A web front-end, NfSen, is available at http://nfsen.sourceforge.net/ -- -- -- nfprofile is a netflow profiler, which works with the nfdump tools. It reads the netflow data from the files stored by nfcapd, filters the netflow data according to the specified filter sets (profiles) and stores the filtered data into files for later use. -- -- -- thanks to eric@ for testing/feedback on an earlier version, and to upstream for rolling a new release including the patches as a result. "that should be in ports for sure" henning@ Status: Vendor Tag: sthen Release Tags: sthen_20080521 N ports/net/nfdump/Makefile N ports/net/nfdump/distinfo N ports/net/nfdump/pkg/DESCR-nfprofile N ports/net/nfdump/pkg/DESCR-main N ports/net/nfdump/pkg/PLIST-nfprofile N ports/net/nfdump/pkg/PLIST-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/21 16:30:15 Modified files: net : Makefile Log message: +nfdump CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/21 18:13:21 Modified files: sys/dev/pci : pcidevs Log message: Add a bunch of devices from submitted dmesgs. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/21 18:14:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/21 20:30:55 Modified files: sys/dev/pci : if_txp.c Log message: Remove the "loaded firmware" message from dmesg. Only print something if there was an error. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/21 20:32:29 Modified files: sys/dev/pci : if_txp.c Log message: Read the MII_ANAR register and get the common denominator ability. From FreeBSD ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/21 23:27:02 Modified files: sys/dev/pci : nviic.c Log message: Add the MCP77, 79 and 7B SMBus controller ids. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/21 23:27:55 Modified files: share/man/man4 : nviic.4 Log message: Mention the MCP77, 79 and 7B SMBus controllers. CVSROOT: /cvs Module name: ports Changes by: canacar@cvs.openbsd.org 2008/05/22 00:46:44 Added files: sysutils/pftop/patches: patch-pftop_c Log message: Make pftop compile after the pf header changes in n2k8 CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/22 00:48:28 Modified files: usr.bin/cvs : import.c Log message: Error messages fixes; Stefan Sperling. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/22 00:48:56 Modified files: sys/dev/pci : if_txp.c Log message: Remove unnecessary receive filter call from the attach hook. This is already dealt with via txp_init(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/22 00:50:18 Modified files: usr.bin/cvs : file.c Log message: Spacing; Stefan Sperling. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/22 00:59:24 Removed files: driver/xf86-video-intel/man: Makefile.am.rej Makefile.am~ driver/xf86-video-intel/src: Makefile.am.rej Makefile.am~ Log message: More files that got added by mistake. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/05/22 01:03:02 Modified files: usr.bin/rcs : rcsnum.c usr.bin/cvs : rcsnum.c Log message: correctly deal with non-zero depths specified in rcsnum_cmp(); from Stefan Sperling CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/22 01:34:09 Modified files: net/nsd : Makefile distinfo Log message: upgrade to NSD v3.0.8; better logging for nsd-notify + minor bugfixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/22 01:55:08 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_imap-login_imap-proxy_c patch-src_imap_cmd-store_c patch-src_lib-storage_index_index-mail_c patch-src_lib_randgen_c patch-src_login-common_ssl-proxy-openssl_c patch-src_plugins_acl_acl-cache_c patch-src_pop3-login_pop3-proxy_c patch-src_pop3_client_c Log message: Add some bug-fix patches; at this point in the Dovecot release cycle most work is on 1.1, so it makes sense to add them locally for now. - If SSL function fails and there are no errors, return "Unknown error" instead of "Success" as the reason. - Fixed a memory leak in ACL plugin. - Send the success reply in one write. - If remote disconnects, log "Connection closed: reason" just like IMAP does. - STORE: Ignore flag changes for read-only (especially EXAMINEd) mailboxes. - random_fill(): If read(/dev/urandom) returned EINTR, it could have written random data before the given buffer. - BODY/BODYSTRUCTURE fetch: Don't crash if we already had message parts parsed. From Brad, tested on various arch production servers. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/05/22 01:57:58 Modified files: usr.bin/cvs : rcs.c Log message: fix updating to tags pointing at branch revisions; from Neels Janosch Hofmeyr and Stefan Sperling CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/05/22 02:06:57 Modified files: usr.sbin/lpr/lpd: lpd.c usr.sbin/lpr/lpq: lpq.c Log message: Comparing string literals does not work as the author expected. From Adam Majer (debian maintaner); looks correct fgs@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2008/05/22 02:35:08 Modified files: usr.sbin/relayd: buffer.c Log message: - fix a bug in msgbuf_write() that caused a descriptor to stay in the fd list even after being sent successfully. this has imsg_get_fd() keep returning the first fd. no impact in relayd. "go for it" pyr@, "yeah someone screwed up in the copy" henning@ CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2008/05/22 02:40:03 Modified files: usr.sbin/snmpd : buffer.c Log message: - fix a bug in msgbuf_write() that caused a descriptor to stay in the fd list even after being sent successfully. this has imsg_get_fd() keep returning the first fd. no impact in snmpd. "go for it" pyr@, "yeah someone screwed up in the copy" henning@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/22 04:58:50 ports/security/p5-Catalyst-Plugin-Authentication/patches Update of /cvs/ports/security/p5-Catalyst-Plugin-Authentication/patches In directory cvs.openbsd.org:/tmp/cvs-serv6699/patches Log Message: Directory /cvs/ports/security/p5-Catalyst-Plugin-Authentication/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/22 04:59:16 Modified files: security/p5-Catalyst-Plugin-Authentication: Makefile distinfo security/p5-Catalyst-Plugin-Authentication/pkg: PLIST Added files: security/p5-Catalyst-Plugin-Authentication/patches: patch-lib_Catalyst_Authentication_Realm_pm patch-lib_Catalyst_Plugin_Authentication_Internals_pod Log message: update to version 0.10006 prodded and tested by Jim Razmus, thanks! CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/05/22 05:41:59 Modified files: . : plus.html Log message: Upto 05/21 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/05/22 05:48:05 Modified files: productivity/taskjuggler: Makefile distinfo Added files: productivity/taskjuggler/patches: patch-TestSuite_runtests Log message: update to taskjuggler 2.4.1 fixes TaskJugglerUI (thanks to kurt@) as noticed by vsankar at foretell.ca remove myself as maintainer as I don't use it anymore CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/05/22 05:49:34 Modified files: net/nagios/nagios: Makefile distinfo Log message: update to nagios 3.0.2 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/05/22 06:29:11 Modified files: x11 : Makefile Log message: add mplayer,esd "please please please add it" ajacoutot CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/22 07:54:06 Modified files: usr.sbin/httpd/src/main: util.c Log message: More KNF and readability. no binary changes. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/22 08:07:14 Modified files: sys/kern : sched_bsd.c Log message: kill 2 bogus ARGUSED and use the LIST_FOREACH() macro instead of handrolling... ok miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/22 08:40:12 Modified files: mail/mutt : Makefile.inc mail/mutt/snapshot: Makefile mail/mutt/stable: distinfo Log message: Fix problem reported by naddy@: the sidebar patchset is only for snapshot, so move it out of Makefile.inc and fix stable/distinfo. Bump not necessary. ok naddy CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/22 08:49:24 Modified files: www/p5-Catalyst-Plugin-SubRequest: Makefile distinfo Log message: maintenance update to version 0.13 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/22 08:52:48 Modified files: textproc/p5-Catalyst-View-TT: Makefile distinfo Log message: maintenance update to version 0.27 CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/22 09:45:01 Modified files: usr.bin/cvs : add.c admin.c checkout.c diff.c import.c update.c Log message: expension -> expansion ok joris, xsa (quite some time ago) CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/22 09:46:30 Modified files: usr.bin/cvs : logmsg.c update.c Log message: Wrong function names in fatal messages fixed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/22 10:14:26 Modified files: textproc/libxslt: Makefile distinfo textproc/libxslt/patches: patch-tests_docs_Makefile_in textproc/libxslt/pkg: PLIST Log message: - update libxslt to 1.1.24, which includes a SECURITY FIX for SA30315 - bump the minors (suggested by kili@) ok kili@ simon@ steven@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/22 11:04:59 Modified files: sys/kern : kern_ktrace.c kern_resource.c kern_sig.c vfs_syscalls.c Log message: Use LIST_FOREACH() instead of handrolling. From: Pierre Riteau pierre.riteau_att_gmail.com OK miod@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/05/22 11:53:28 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: - ises(4) was removed some time ago, zap it here too. ok krw@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/22 12:13:05 Modified files: net/transmission: Makefile Log message: bump for previous change CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/22 13:12:25 Removed files: usr.sbin/httpd : Announcement.de Log message: Remove the german announcement text. "yes, let it rot in the attic" claudio CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2008/05/22 13:23:04 Modified files: sys/dev/ic : i82365.c sys/dev/isa : aps.c sys/dev/pci : if_txp.c if_vge.c if_vr.c nofn.c pccbb.c Log message: More timeout(9) usage cleaned up. ok claudio CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/22 13:23:33 Modified files: devel : Makefile Log message: - remove pwlib,ldap (deleted FLAVOR) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/22 13:25:32 Modified files: devel/pwlib : Makefile devel/pwlib/pkg: PLIST Log message: - merge and remove FLAVORs ; this is needed to make sure we don't end up in weird situations when pwlib (and some dependent pkgs) are rebuilt while already installed Found the hard way by sthen@ @pkgpath markers "look right" to sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/22 13:27:04 Modified files: net/openh323 : Makefile Log message: - fix WANTLIB after pwlib FLAVORs merge - bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/22 13:29:50 Modified files: telephony/ohphone: Makefile telephony/asterisk: Makefile Log message: - fix WANTLIB after pwlib FLAVORs merge - bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/22 13:30:19 Modified files: net/gnugk : Makefile Log message: - fix WANTLIB after pwlib FLAVORs merge - bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/22 13:30:41 Modified files: net/opal : Makefile net/opal/patches: patch-Makefile_in Log message: - fix WANTLIB after pwlib FLAVORs merge - cope with new speex version CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/22 13:31:09 Modified files: x11/gnome/ekiga: Makefile x11/gnome/ekiga/patches: patch-configure Log message: - fix LIB_DEPENDS after pwlib FLAVORs merge - s/lpthread/pthread CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/22 13:45:19 Modified files: sysutils/multitail: Makefile distinfo sysutils/multitail/patches: patch-multitail_conf Log message: - update to 5.2.2 - fix the inclusion of the version number in the program CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/22 13:54:11 Modified files: libexec/spamd : sync.c sync.h Log message: version 2 of spamd sync protocol for two reasons: 1) ip addresses were accidentally being sent in host-byte order, which caused compatibility problems (spotted by jbg) 2) the sub-headers in the frame were not natively aligned, thus timeout values were incorrectly sent by 64-bit machines ok beck CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/22 14:11:03 Modified files: sys/dev/atapiscsi: atapiscsi.c Log message: never schedule a timer for a negative time, if in the past schedule short delay. please commit deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/22 14:31:32 Modified files: sys/dev/pci : pcidevs Log message: simplify (less bytes in media) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/22 14:31:41 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/22 15:03:41 Modified files: sys/dev/pci : if_txp.c Log message: ANSI function definitions. ok dlg@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/22 15:27:40 Modified files: sys/kern : kern_prot.c Log message: use PR_ZERO instead of calling bzero directly after pool_get(); ok beck@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/22 15:39:04 Modified files: sys/arch/sparc64/sparc64: clock.c Log message: Restrict interrupt vectors to 11 bits. Needed to make sun4us work. CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/05/22 15:43:38 Modified files: . : events.html Log message: Move linuxdays to the past. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/05/22 15:53:12 Modified files: sys/scsi : ss.c Log message: zap useless comment block with no content. ok krw@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/22 16:29:14 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Quick hack to make non-MULTIPROCESSOR kernels work by restricting interrupt vectors to 11 bits. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/05/22 16:35:57 Modified files: . : sparc64.html Log message: Catch up with reality. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/05/22 16:37:51 Modified files: . : sparc64.html Log message: typo CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/05/22 17:15:13 Modified files: usr.bin/mg : theo.c Log message: I really hate commiting here, but this was far too good not to. ok "commit but don't you dare putting my name there" from an anonymous french developer. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/22 18:51:33 Modified files: sys/dev : ramdisk.c sys/kern : subr_disk.c Log message: Make rd act more like a 'normal' disk device, allowing the elimination of 'fakerootdev' hackery. This allows us to bring back miod@'s r1.70 subr_disk.c change to avoid the GENERIC dance when rootdev has been initialized. This in turn re-enables raidframe root devices. Add a nice panic if rootdev can't be initialized, displaying the name of the device that didn't work rather than just blowing up by de-referencing NULL. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/05/22 19:42:39 Modified files: faq : current.html Log message: mention the spamd sync protocol changes "Sounds good" deraadt CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2008/05/22 20:07:32 ports/sysutils/ruby-facter/patches Update of /cvs/ports/sysutils/ruby-facter/patches In directory cvs.openbsd.org:/tmp/cvs-serv3745/patches Log Message: Directory /cvs/ports/sysutils/ruby-facter/patches added to the repository CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/22 21:58:24 Modified files: sys/dev/ic : Tag: OPENBSD_4_2 re.c Log message: VLAN tag info must be inserted into all descriptors of a multi-descriptor packet transmission. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/22 21:59:23 Modified files: sys/dev/ic : Tag: OPENBSD_4_3 re.c Log message: VLAN tag info must be inserted into all descriptors of a multi-descriptor packet transmission. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/23 00:52:21 Log message: unbound port Status: Vendor Tag: jakob Release Tags: jakob_20080523 N ports/net/unbound/Makefile N ports/net/unbound/distinfo N ports/net/unbound/pkg/DESCR N ports/net/unbound/pkg/PLIST N ports/net/unbound/pkg/PFRAG.shared N ports/net/unbound/pkg/MESSAGE N ports/net/unbound/patches/patch-doc_example_conf N ports/net/unbound/patches/patch-daemon_unbound_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/23 00:54:53 Modified files: net : Makefile Log message: add unbound CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/05/23 01:15:46 Modified files: usr.bin/aucat : Makefile aucat.1 aucat.c Added files: usr.bin/aucat : abuf.c abuf.h aparams.c aparams.h aproc.c aproc.h conf.h dev.h dev_sun.c file.c file.h headers.c legacy.c Log message: add support for: - recording, full-duplex operation - format conversions and resampling on the fly - mixing on the fly of multiple inputs of different formats - up to 16 channels, simplistic "routing" of channel ranges - more linear encodings (in raw and wav files) the old behaviour is fully preserved if none of the new -i and -o options are used. code and fixes from jakemsr@ and eric@, suggestions by others. ok "go ahead" deraadt@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/23 02:38:51 Modified files: usr.sbin/httpd/src/main: util.c Log message: Last chunk of KNF and readability changes here. no binary changes. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/23 02:41:48 Modified files: usr.sbin/httpd/src/main: alloc.c http_protocol.c util.c Log message: de-register CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 02:49:27 Modified files: sys/dev/pci : ciss_pci.c if_bce.c if_bge.c if_bnx.c if_bwi_pci.c if_et.c if_lge.c if_msk.c if_myx.c if_nfe.c if_nge.c if_sk.c Log message: Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as suggested by dlg@ awhile ago. ok dlg@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/23 03:46:45 Modified files: usr.bin/cvs : update.c Log message: Properly pass the directory tag of parent directory into new subdirectories. Spotted by and ok joris. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/23 03:51:07 Modified files: devel : Makefile Removed files: devel/gstreamer: Makefile distinfo devel/gstreamer/patches: patch-gst_cothreads_c patch-gst_gstarch_h devel/gstreamer/pkg: DESCR-frontend DESCR-main PFRAG.shared-main PLIST-frontend PLIST-main devel/gstreamer-plugins: Makefile distinfo devel/gstreamer-plugins/patches: patch-common_m4_gst-feature_m4 patch-configure_ac patch-ext_dvdnav_dvdnavsrc_c patch-ext_dvdread_dvdreadsrc_c patch-ext_faad_gstfaad_c patch-ext_flac_gstflacdec_c patch-ext_flac_gstflacdec_h patch-ext_flac_gstflacenc_c patch-ext_flac_gstflacenc_h patch-gconf_Makefile_in patch-m4_gst-sid_m4 patch-sys_cdrom_gstcdplayer_ioctl_bsd_h patch-sys_oss_Makefile_in patch-sys_oss_gstosselement_c patch-sys_oss_oss_probe_c patch-sys_sunaudio_gstsunaudio_c patch-sys_sunaudio_gstsunaudiosrc_c patch-sys_sunaudio_gstsunmixer_c devel/gstreamer-plugins/pkg: DESCR-a52 DESCR-arts DESCR-audiofile DESCR-cdaudio DESCR-cdda DESCR-dvdnav DESCR-dvdread DESCR-esd DESCR-faad DESCR-flac DESCR-gnome DESCR-gsm DESCR-jpeg DESCR-lame DESCR-mad DESCR-main DESCR-mikmod DESCR-mpeg2 DESCR-musepack DESCR-ogg DESCR-sdl DESCR-sidplay DESCR-sndfile DESCR-speex DESCR-theora DESCR-tremor DESCR-vorbis 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-main PLIST-mikmod PLIST-mpeg2 PLIST-musepack PLIST-ogg PLIST-sdl PLIST-sidplay PLIST-sndfile PLIST-speex PLIST-theora PLIST-tremor PLIST-vorbis Log message: - remove old, unmaintained and unused gstreamer v0.8 from brad@ "die!" jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/23 04:58:32 Modified files: x11/gtk+2 : Makefile Log message: - add devhelp to RUN_DEPENDS-docs "go for it" jasper@ CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2008/05/23 05:18:19 Modified files: openntpd : index.html Log message: 4.3 CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2008/05/23 05:19:34 Modified files: openbgpd : index.html Log message: 4.3 CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2008/05/23 05:20:17 Modified files: build : Makefile Log message: ntpd + bgpd 4.3 CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2008/05/23 05:23:59 Modified files: build/mirrors : openbgpd-ftp.html.head openntpd-ftp.html.head Log message: more 4.3 (every time I have to do that, I have forgotten how the build system for the ftp pages work) CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2008/05/23 05:24:35 Modified files: openbgpd : ftp.html openntpd : ftp.html portable.html Log message: 4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/23 06:05:47 Modified files: databases/mysql: Makefile databases/mysql/files: README.OpenBSD Log message: Since kern.maxfiles default changed, this file has told people to lower it from the default. Remove the section, people running systems large enough to need a higher value should already know about the sysctl. Diff from Brad (MAINTAINER) after a suggestion from me. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/23 06:12:01 Modified files: usr.sbin/httpd/src/support: checkgid.c htdigest.c htpasswd.c logresolve.c rotatelogs.c suexec.c suexec.h Log message: KNF and readability changes. de-register, remove #ifndef SIN6_LEN defines. Add OpenBSD cvs markers. No binary changes. CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2008/05/23 06:55:58 Modified files: net/quagga : Makefile net/quagga/patches: patch-zebra_kernel_socket_c Log message: quagga does not handel multiple RTM_VERSIONs gracefully. Patch it to ignore messages with wrong RTM_VERSION instead of trying to parse them and crashing doing so. OK rui@, jasper@, looks good mbalmer@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/23 06:56:27 Modified files: usr.bin/aucat : aucat.1 aucat.c Log message: various fixes for aucat.1, and sync usage(); ok ratchov CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/23 07:19:44 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Make GENERIC.MP work on sun4us too. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 08:04:19 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD sys/dev/pcmcia : files.pcmcia Removed files: sys/dev/ic : am79c930.c am79c930reg.h am79c930var.h awi.c awi_wep.c awireg.h awivar.h sys/dev/pcmcia : if_awi_pcmcia.c Log message: Bye bye awi(4). No net80211 love, uses its own WEP code and has not worked properly in 8.5 years so just garbage collect the driver. ok damien@ deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 08:06:58 Modified files: share/man/man4 : Makefile pcmcia.4 Removed files: share/man/man4 : awi.4 Log message: Bye bye awi(4). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/23 08:32:08 Modified files: www/dansguardian: Makefile Log message: remove curl-related dependencies from WANTLIB for the clamav flavour and bump; clamav used to pull in curl but it was removed some time ago, resulting in broken dansguardian,-clamav packages. thanks to qgiovanni at gmail dot com for pointing these out. update license marker while there. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/23 08:38:08 Modified files: databases/mysql: Makefile Log message: - enable Archive and Federated storage engines, requested by jakob@. (no PLIST changes). - garbage-collect configure arg which no longer exists. From Brad. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/23 09:03:12 Modified files: devel/mercurial: Makefile distinfo Log message: Update to the newly released 1.0.1. Add 'v2' to license marker, update mail address and add unzip to REGRESS_DEPENDS while here. ok merdely@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/23 09:23:53 Modified files: usr.sbin/rarpd : rarpd.8 Log message: hexidecimal -> hexadecimal ok jmc@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/05/23 09:38:34 Modified files: share/man/man3 : intro.3 lib/libarch/amd64: Makefile Removed files: lib/libarch/amd64: amd64_get_ldt.2 amd64_get_ldt.c amd64_set_ldt.c Log message: - remove USER_LDT, it was never in a state where it would copile, nor will we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/05/23 09:39:43 Modified files: sys/arch/amd64/amd64: machdep.c pmap.c sys_machdep.c trap.c vector.S sys/arch/amd64/conf: GENERIC sys/arch/amd64/include: pcb.h pmap.h segments.h Log message: - remove USER_LDT, it was never in a state where it would copile, nor will we support i386-compat mode on amd64. agreed by beck@, dlg@, kettenis@ ok deraadt@, tom@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/23 09:51:12 Modified files: sys/kern : sys_socket.c uipc_socket.c uipc_socket2.c uipc_syscalls.c uipc_usrreq.c sys/net : if.c pfkey.c raw_cb.h raw_usrreq.c route.h rtsock.c sys/netinet : in_pcb.c in_pcb.h ip_var.h raw_ip.c tcp_usrreq.c tcp_var.h udp_usrreq.c udp_var.h sys/netinet6 : in6_pcb.c sys/nfs : krpc_subr.c nfs_socket.c sys/sys : protosw.h socketvar.h Log message: Deal with the situation when TCP nfs mounts timeout and processes get hung in nfs_reconnect() because they do not have the proper privilages to bind to a socket, by adding a struct proc * argument to sobind() (and the *_usrreq() routines, and finally in{6}_pcbbind) and do the sobind() with proc0 in nfs_connect. OK markus@, blambert@. "go ahead" deraadt@. Fixes an issue reported by bernd@ (Tested by bernd@). Fixes PR5135 too. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/23 10:03:03 Modified files: sys/netmpls : mpls.h mpls_raw.c sys/netatalk : at_extern.h ddp_usrreq.c Log message: Make this compile again, by adding a struct proc * argument to the usrreq's. (Both MPLS and NETATALK are disabled in GENERIC). CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/23 10:06:29 Modified files: sys/netmpls : mpls_input.c Log message: Forgot this one. Wrap a printf() into MPLS_DEBUG since MPLS_LABEL_GET() is only available #ifdef MPLS_DEBUG CVSROOT: /cvs Module name: www Changes by: ckuethe@cvs.openbsd.org 2008/05/23 10:18:42 Modified files: . : want.html Log message: Johan reminded me that I live in Sunnyvale now, rather than Edmonton CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/23 10:42:03 Modified files: sys/kern : tty.c Log message: tputchar() can put characters on the tty output queue if clocal is set, fixing (status) ^T support on some ttys without carrier ok pyr CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/23 10:53:28 Modified files: infrastructure/mk: pkgpath.mk Log message: allow port-lib-depends-check to be recursive; espie@ ok. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/23 11:00:52 Modified files: share/man/man4 : atw.4 Log message: remove reference to awi(4); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/23 11:09:05 Modified files: share/man/man3 : intro.3 Log message: remove reference to amd64_vm86(2): although there is code and a man page, it doesn;t get built; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/23 11:41:31 Removed files: lib/libarch/arm: shlib_version Log message: we only do static libarch; ok drahn CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/23 11:47:42 Modified files: sys/arch/alpha/conf: RAMDISK RAMDISKB RAMDISKBIG Log message: do not use swap generic; these should specifically choose rd0a spotted by merdely, realization by miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/23 12:18:04 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/23 12:48:57 Modified files: app/cwm : menu.c Log message: Grab the keyboard when we initialise the menu. This stops the keyboard shortcut code stealing our events in some cases. "put 'er in" okan@. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/23 12:57:35 Modified files: app/cwm : client.c Log message: make sure to take bwdith into account when placing a new window. ok oga@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/23 13:41:45 Modified files: net/mrtg : Makefile Log message: Add missing modules for ipv6 support as pointed out by Lars Hecking (lhecking at users dot sourceforge dot net). bump package. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/23 14:14:45 Modified files: sys/kern : sysv_sem.c Log message: update sem_otime on semop(); reported by mkbucc AT gmail.com ok deraadt@ millert@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/23 14:17:03 Modified files: archivers/lzma : Makefile distinfo Removed files: archivers/lzma/patches: patch-src_liblzmadec_main_c Log message: maintenance update to 4.32.6 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/23 14:36:29 Modified files: games/sudognu : Makefile distinfo games/sudognu/patches: patch-Makefile patch-getopt_c Log message: maintenance update to 1.06 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/23 14:57:32 Modified files: math/gnuplot : Makefile distinfo math/gnuplot/patches: patch-share_Makefile_in math/gnuplot/pkg: PFRAG.no-no_x11 Log message: update to 4.2.3 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/23 15:06:46 Modified files: math/gnuplot : Makefile Log message: enable regression tests CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/23 16:46:34 Modified files: sys/dev/pci : pcidevs Log message: Add Fujitsu PW008GE5. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/23 16:47:14 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/23 16:50:07 Modified files: sys/dev/pci : if_bge.c Log message: Another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/23 17:14:21 Modified files: sys/dev/mii : rgephy.c Log message: Fix detection of 10baseT on rev 2 and up. ok brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/23 18:11:31 Modified files: sys/arch/sparc64/dev: sab.c Log message: Match serial devices on PRIMEPOWER 650. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/23 18:42:35 Modified files: usr.bin/ftp : ftp.c Log message: Enclose an informational message in a verbose check. From Alexander Hall ok henning@, ``I suppose so'' deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 19:08:21 Modified files: sys/dev/mii : rgephy.c Log message: Store the model and revision information in the appropriate softc fields that already exist and reference those fields when necessary instead of reading the registers everytime. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/23 19:24:32 Modified files: x11/xfce4/exo : Makefile x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/libxfcegui4: Makefile x11/xfce4/mousepad: Makefile x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/orage: Makefile x11/xfce4/ristretto: Makefile x11/xfce4/thunar: Makefile x11/xfce4/thunar-media-tags: 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-mixer: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-places: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-time-out: Makefile x11/xfce4/xfce4-verve: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-wmdock: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xfprint: Makefile x11/xfce4/xfwm4: Makefile Log message: sync with cairo update and fam support in thunar. bump packages. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 19:30:45 Modified files: sys/dev/pci : pcidevs Log message: Add more specific PCI ids for Schneider & Koch (SysKonnect) SK-9821/SK-9843 OEM adapters from Fujitsu. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 19:31:31 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 19:32:54 Modified files: sys/dev/pci : if_sk.c Log message: Also recognize the Schneider & Koch SK-9821/SK-9843 adapters from Fujitsu. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 20:18:46 Modified files: sys/dev/pci : pcidevs Log message: Add Fujitsu PW008GE4 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 20:19:32 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 20:21:50 Modified files: sys/dev/pci : if_bge.c Log message: And another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 20:33:05 Modified files: libexec/identd : identd.8 identd.c Log message: IPv6 support for standalone mode with assistance from millert@ and deraadt@ Tested by brad@ and sobrado@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 20:39:23 Modified files: usr.sbin/popa3d: standalone.c Log message: Move the setting of the POLLIN flag to the bottom of the for loop to ensure that the flag is only set when there is a valid fd. Found by deraadt@ ok deraadt@ millert@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/05/23 21:28:14 Modified files: faq : faq5.html Log message: kernel building is now in config(8), not afterboot(8). MAKEDEV man page is platform specific, so include arch= parameter. Problems pointed out by Daniel Wade. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/23 22:17:11 Modified files: www/py-django : Makefile distinfo www/py-django/pkg: PLIST Log message: Update to 0.96.2, which includes a SECURITY FIX (XSS in admin interface). From MAINTAINER Darrin Chandler . Use MODPY_EGG_VERSION while here. ok merdely@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/05/23 22:54:10 Modified files: sys/dev/usb : usbdevs Log message: USB LCD+keyboard panel CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/05/23 22:54:39 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regenerate CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 23:44:35 Modified files: sys/dev/pci : pcidevs Log message: There should be spaces between "product" and the vendor name. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/23 23:45:12 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/24 00:00:56 Modified files: sys/dev/pci : pcidevs Log message: Tweak some of the existing ATI IXP entries for more consistent naming and add some missing IXP300 entries. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/24 00:01:32 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/24 00:23:41 Modified files: sys/dev/pci : piixpm.c Log message: Sync the ATI IXP200 PCI id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/24 00:25:45 Modified files: share/man/man4 : piixpm.4 Log message: Use the name IXP200. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/24 00:27:17 Modified files: share/man/man4 : auixp.4 Log message: IXP-200 -> IXP200 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 02:56:16 Modified files: sys/arch/socppc/dev: if_tsec.c Log message: Configure the media when brining up an interface. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/24 03:02:32 Modified files: devel/git : Makefile Log message: Better RUN_DEPENDS for the -x11 subpackage. Problem with multiple tk versions noticed by Tom Adams. Thanks! CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 03:02:49 Modified files: lib/libFS : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libFS/src : FSClServ.c FSCloseFt.c FSConnServ.c FSErrDis.c FSFlush.c FSFontInfo.c FSFtNames.c FSGetCats.c FSListCats.c FSListExt.c FSMisc.c FSNextEv.c FSOpenFont.c FSOpenServ.c FSQGlyphs.c FSQXExt.c FSQXInfo.c FSQuExt.c FSServName.c FSSetCats.c FSSync.c FSSynchro.c FSlibInt.c Makefile.am Makefile.in fs_transport.c Log message: update to libFS 1.0.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 03:17:11 Modified files: lib/libXScrnSaver: COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libXScrnSaver/man: Makefile.am Makefile.in lib/libXScrnSaver/src: Makefile.am Makefile.in XScrnSaver.c Log message: update to libXScrnSaver 1.1.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 03:29:33 Modified files: lib/libXext : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libXext/man: Makefile.in XShape.man XShm.man Xmbuf.man lib/libXext/src: Makefile.am Makefile.in XAppgroup.c XEVI.c XMultibuf.c XSecurity.c XShape.c XTestExt1.c Xcup.c extutil.c globals.c Log message: Update to libXext 1.0.4 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 03:49:55 Modified files: sys/arch/socppc/dev: if_tsec.c sys/arch/socppc/socppc: machdep.c Log message: Use MAC address passed by the firmware. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 04:51:46 Modified files: sys/arch/socppc/dev: if_tsec.c Log message: Increase the number of segments in a dma map to make sure a packet fits. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 05:50:09 Modified files: sys/arch/socppc/dev: if_tsec.c Log message: Strip off Ethernet CRC; makes dhclient shut up. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 07:29:07 Modified files: lib/libXfont : ChangeLog Makefile.bsd-wrapper Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libXfont/src: Makefile.in lib/libXfont/src/FreeType: Makefile.am 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 dir.c file.c lib/libXfont/src/fc: Makefile.in lib/libXfont/src/fontcache: Makefile.in lib/libXfont/src/fontfile: Makefile.in catalogue.c lib/libXfont/src/stubs: Makefile.in lib/libXfont/src/util: Makefile.in Removed files: lib/libXfont/src/FreeType: ftsystem.c Log message: merge libXfont 1.3.2. bump major since some symbols were removed. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 07:31:12 Modified files: lib/libXinerama: ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libXinerama/man: Makefile.in Xinerama.man lib/libXinerama/src: Makefile.in Xinerama.c Log message: update to libXinerama 1.0.3 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 07:46:47 Modified files: lib/libXv : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libXv/include: Makefile.in lib/libXv/include/X11: Makefile.in lib/libXv/include/X11/extensions: Makefile.in lib/libXv/man : Makefile.in Xv.man XvFreeAdaptorInfo.man XvFreeEncodingInfo.man XvGetPortAttribute.man XvGetStill.man XvGetVideo.man XvGrabPort.man XvPortNotify.man XvPutStill.man XvPutVideo.man XvQueryAdaptors.man XvQueryBestSize.man XvQueryEncodings.man XvQueryExtension.man XvSelectPortNotify.man XvSelectVideoNotify.man XvSetPortAttribute.man XvStopVideo.man XvUngrabPort.man XvVideoNotify.man lib/libXv/src : Makefile.in Log message: update to libXv 1.0.4 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/05/24 07:56:58 Added files: . : socppc.html Log message: Initial stab at an OpenBSD/socppc page. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/24 07:59:09 Modified files: lib/libc/yp : ypclnt.3 usr.bin/ypcat : ypcat.1 usr.bin/ypmatch: ypmatch.1 usr.bin/ypwhich: ypwhich.1 usr.sbin/yppoll: yppoll.8 Log message: typo. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 08:14:00 Modified files: lib/libpciaccess: ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh lib/libpciaccess/include: pciaccess.h lib/libpciaccess/src: Makefile.am Makefile.in common_capability.c common_device_name.c common_init.c common_interface.c common_iterator.c freebsd_pci.c linux_sysfs.c openbsd_pci.c pciaccess_private.h scanpci.c solx_devfs.c Added files: lib/libpciaccess/src: common_map.c linux_devmem.c linux_devmem.h Log message: Merge libpciaccess 0.10.2, including kettenis@ OpenBSD port. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 08:21:57 Modified files: lib/libxkbfile : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libxkbfile/src: Makefile.in Log message: Update to libxkbfile 1.0.5 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/05/24 08:48:32 Added files: images : n1200.jpg Log message: Thecus N1200 image. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/05/24 08:52:15 Modified files: . : plat.html Log message: Add OpenBSD/socppc to active porting efforts. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 08:54:03 Modified files: sys/arch/sparc64/dev: pyro.c Log message: iLet's see if this also works for Oberon (the PCIe bridge found on the SPARC Enterprise M4000/M5000/M8000/M9000). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 09:29:33 Modified files: sys/arch/sparc64/dev: com_ebus.c Log message: Attach to "FJSV,su", which is the name used for serial ports on the SPARC Enterprise M4000/M5000/M8000/M9000. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 09:44:21 Modified files: lib/libxtrans : ChangeLog Xtrans.c Xtrans.h Xtransdnet.c Xtransint.h Xtranslcl.c Xtranssock.c Xtranstli.c Xtransutil.c aclocal.m4 configure configure.ac transport.c xtrans.m4 Log message: Update to libxtrans 1.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 09:46:32 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 12:20:21 Modified files: proto/printproto: ChangeLog Makefile.am Printstr.h configure.ac Log message: Update to printproto 1.0.4 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/05/24 12:29:54 Modified files: . : socppc.html Log message: typo CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/24 12:53:46 Modified files: sys/scsi : sd.c Log message: SDEV_UMASS devices skip the mode page dance to set blksize. So initialize blksize to 0 to avoid confusing garbage values with useful info. Noticed by jolan@. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/24 13:37:34 Modified files: sys/sys : conf.h sys/dev : video.c video_if.h videovar.h sys/dev/usb : uvideo.c uvideo.h Log message: - Enable userland to read(2) video stream from /dev/video. - Prepare for mmap(2). CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/24 13:48:32 Modified files: sys/netinet : tcp_usrreq.c tcp_var.h udp_usrreq.c udp_var.h sys/netinet6 : in6_proto.c Log message: Remove {tcp/udp}6_usrreq(); Since the normal ones now take a proc argument, theres no need for these, since they are just wrappers. OK claudio@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 13:59:06 Modified files: sys/arch/sparc64/include: psl.h Log message: Add VER.impl values for Fujitsu CPUs. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 14:02:20 Modified files: sys/arch/sparc64/sparc64: autoconf.c cpu.c Log message: Treat SPARC64-VI and SPARC64-VII similar to SPARC64-V, and move the UltraSPARC-III fixup code into bootstrap() too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 14:36:04 Modified files: xserver : Makefile.bsd-wrapper configure.ac xserver/hw/xfree86/utils/ioport: Makefile.am Log message: implement the --disable-ioport configure option to disable the build of ioport and its symlinks and use that option. Requested by kettenis@ and others. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/24 14:39:07 Modified files: xserver : Makefile.in aclocal.m4 configure ltmain.sh xserver/GL : Makefile.in xserver/GL/apple: Makefile.in xserver/GL/glx : Makefile.in xserver/GL/mesa: Makefile.in xserver/GL/mesa/X: 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/GL/mesa/vbo: 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/config : Makefile.in xserver/damageext: Makefile.in xserver/dbe : Makefile.in xserver/dix : Makefile.in xserver/doc : Makefile.in xserver/exa : Makefile.in xserver/fb : Makefile.in xserver/hw : Makefile.in xserver/hw/darwin: Makefile.in xserver/hw/darwin/bundle: Makefile.in xserver/hw/darwin/bundle/Dutch.lproj: Makefile.in xserver/hw/darwin/bundle/English.lproj: Makefile.in xserver/hw/darwin/bundle/French.lproj: Makefile.in xserver/hw/darwin/bundle/German.lproj: Makefile.in xserver/hw/darwin/bundle/Japanese.lproj: Makefile.in xserver/hw/darwin/bundle/Portuguese.lproj: Makefile.in xserver/hw/darwin/bundle/Spanish.lproj: Makefile.in xserver/hw/darwin/bundle/Swedish.lproj: Makefile.in xserver/hw/darwin/bundle/ko.lproj: Makefile.in xserver/hw/darwin/iokit: Makefile.in xserver/hw/darwin/quartz: Makefile.in xserver/hw/darwin/utils: 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/openbsd: 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/kdrive/wscons: Makefile.in xserver/hw/vfb : Makefile.in xserver/hw/xfree86: Makefile.in xserver/hw/xfree86/common: Makefile.in xserver/hw/xfree86/ddc: Makefile.in xserver/hw/xfree86/dixmods: Makefile.in xserver/hw/xfree86/dixmods/extmod: Makefile.in xserver/hw/xfree86/doc: Makefile.in xserver/hw/xfree86/doc/devel: Makefile.in xserver/hw/xfree86/doc/man: Makefile.in xserver/hw/xfree86/doc/sgml: Makefile.in xserver/hw/xfree86/dri: Makefile.in xserver/hw/xfree86/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/modes: Makefile.in xserver/hw/xfree86/os-support: Makefile.in xserver/hw/xfree86/os-support/bsd: Makefile.in xserver/hw/xfree86/os-support/bus: Makefile.in xserver/hw/xfree86/os-support/hurd: Makefile.in xserver/hw/xfree86/os-support/linux: Makefile.in xserver/hw/xfree86/os-support/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/rootless/accel: Makefile.in xserver/miext/rootless/safeAlpha: 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: ckuethe@cvs.openbsd.org 2008/05/24 14:39:18 Modified files: sys/dev/usb : usb_quirks.c Log message: Add a quirk to prevent this LCD device from attaching as a HID. This is a not somewhere we want to go in the long term - adding a quirk for every device out there that does something a little funky. It would be better if devices that claimed they are HIDs actually acted like it. Failing that, passing usb commands though uhid would be nice. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 14:57:46 Modified files: sys/arch/sparc64/dev: psycho.c Log message: Add Psycho variants found on the SPARC Enterprise M4000/M5000/M8000/M9000. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/24 15:14:44 Modified files: build : mirrors.dat Log message: add new .tw mirror, reinstate some old disabled mirrors who are back in sync, add trailing slash missing from estpak URLs. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/24 15:16:35 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/24 17:31:37 Modified files: sys/arch/sparc64/dev: psycho.c psychovar.h Log message: Found some documentation that suggests that CMU-CH doesn't have an IOMMU and streaming cache, so don't try to initialize it. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/24 18:36:10 Modified files: sys/dev/pci/bktr: bktr_os.c Log message: Remove redundant enabling of memory space and bus master which pci_mapreg_map() deals with. ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/24 18:37:40 Modified files: sys/dev/pci : if_sf_pci.c Log message: Remove redundant enabling of bus master which pci_mapreg_map() deals with. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2008/05/24 20:54:58 Modified files: games/quake2 : Makefile games/quake2/pkg: PLIST Added files: games/quake2/patches: patch-src_gl_rmain_c patch-src_glw_h patch-src_qgl_c patch-src_vid_menu_c Log message: Enable building of GLX and SDLGL renderers. ok oga@, claudio@ (maintainer) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/24 21:21:24 Modified files: sys/arch/amd64/amd64: autoconf.c Log message: Nuke a couple of unused variables (booted_device, booted_partition). ok weingart@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2008/05/24 21:43:06 Modified files: games/quake2 : Makefile Log message: enable for amd64, tested by oga@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/25 01:47:47 Modified files: sys/dev : video.c video_if.h videovar.h sys/dev/usb : uvideo.c Log message: Spacing. Comments. strncpy() -> strlcpy(). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/25 01:48:46 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Enable emu(4). ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/25 01:54:04 Modified files: sys/arch/alpha/conf: GENERIC Log message: Move cmpci(4) and eso(4) out of the untested section. ok jakemsr@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/25 05:14:59 Modified files: proto/inputproto: ChangeLog Makefile.am XI.h configure.ac Log message: update to inputproto 1.4.3 CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/25 05:46:27 Modified files: usr.sbin/httpd/src/ap: ap_base64.c ap_snprintf.c usr.sbin/httpd/src/modules/experimental: mod_auth_digest.c usr.sbin/httpd/src/modules/proxy: proxy_ftp.c usr.sbin/httpd/src/modules/standard: mod_auth.c mod_auth_db.c mod_auth_dbm.c mod_autoindex.c mod_digest.c mod_mime_magic.c mod_unique_id.c Log message: de-register, remove #ifdefs and #ifndefs using SIN6_LEN, add OpenBSD cvs markers. no binary changes CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/25 08:17:51 Modified files: etc : Makefile Log message: improve indentation. ok jsing@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/25 08:29:20 Modified files: sys/arch/socppc/dev: ipic.c Log message: Fix typo; makes TSEC2 actually get Rx interrupts. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/05/25 09:08:50 Modified files: . : want.html Log message: unify CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/25 09:25:31 Modified files: sys/arch/socppc/dev: if_tsec.c Log message: Default to full-duplex MII mode such that a directly connected integrated switch has a chance to work. Don't call into the mii layer if no PHYs were attached. Makes the integrated switch on the Thecus N1200 visible to the CPU. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/25 10:23:58 Modified files: sys/arch/socppc/conf: GENERIC files.socppc sys/arch/socppc/dev: if_tsec.c obio.c sys/arch/socppc/include: autoconf.h Log message: Specify the PHY to be used in the kernel config instead of hardcoding it int tsec(4). CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/25 10:25:22 Modified files: etc/etc.sgi : sysctl.conf Log message: Fix whitespace and comment. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/05/25 10:49:04 Modified files: usr.sbin/hotplugd: hotplugd.c Log message: - chat to syslog if the script file can't be read or executed. ok otto@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/25 10:55:31 Modified files: sys/arch/macppc/stand: Locore.c alloc.c main.c netif_of.c ofdev.c Log message: Don't forget to actually return a value in ttyname(), and fix a bunch of warnings while there. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/25 11:57:13 Modified files: sys/sys : protosw.h Log message: need to declare struct proct before using a pointer to it; ok kettenis thib CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/25 11:57:42 Modified files: sbin/route : show.c Log message: do not need sys/protosw.h CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/25 13:16:22 Modified files: x11/gnome/deskbar-applet: Makefile Log message: - use MODGNOME_HELP_FILES CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/25 13:45:09 Modified files: distrib/socppc/ramdisk: install.md Log message: We don't have any bootblocks to install. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/25 15:00:17 Modified files: sys/dev/usb : ehci.c Log message: Don't define EHCI_DEBUG when USB_DEBUG is defined. This to be consistent with other USB host controller interfaces. From Karl Sjodahl ; ok jsg CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/05/25 15:16:38 Modified files: usr.bin/aucat : abuf.c abuf.h aproc.c Log message: give argument to LIST_END(), don't use variable lenght arrays as last field of structures. from deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/25 15:44:33 Modified files: devel/py-gobject: Makefile distinfo devel/py-gobject/pkg: PLIST Log message: - update py-gobject to 2.14.2 ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/05/25 16:29:17 Modified files: build : mirrors.dat Log message: Remove sunet because they fail to keep their repo in sync and they do not repond to our mails. ok sthen prodded by deraadt CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/25 16:33:56 Modified files: usr.bin/rdistd : server.c Log message: Fix breakage introduced in rev 1.8 wrt rdisting symlinks. Push the mkstemp() down into recvfile() and use mktemp() for recvlink(). OK okan@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/05/25 16:34:56 Modified files: . : ftp.html openntpd : portable.html ftp.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/25 16:36:17 Modified files: usr.sbin/dhcpd : dhcpd.c Log message: Don't error out if dhcpd-sync does not exist in /etc/services and no sync options were specified. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/25 17:45:53 Modified files: sys/dev/pci : mpi_pci.c sys/dev/ic : mpi.c Log message: tweak the SPI port configuration if we figure out that it is not quite right, in particular the adapters scsi id on the bus. requested by kettenis@ who is having trouble with the scsi controller on the primepower 250. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/05/25 17:52:30 Modified files: sys/dev/ic : ac97.c ac97.h Log message: add a function to get default parameters for ac97 codecs. all ac97 codecs support 16-bit stereo slinear_le @ 48kHz. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/05/25 17:59:33 Modified files: sys/dev/pci : auich.c auixp.c auvia.c Log message: use ac97 default parameters for auich(4), auixp(4) and auvia(4). they may have codecs which only handle 48kHz sampling rates. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/05/25 18:36:08 Modified files: share/man/man4 : audio.4 Log message: explain why, even though we support "sticky" block sizes, setting block sizes before other parameters can cause problems. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/25 21:11:49 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: If an interface has no link at startup, try to force it up, and then give it about 4 seconds of (silent) grace period before doing the verbose search for a link... tested by various developers who got burned a bit CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/25 21:56:38 Modified files: sys/dev/pci : if_et.c Log message: Count output packets. From DragonFly ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/25 22:14:31 Modified files: share/man/man9 : bus_dma.9 Log message: formatting nit in the pseudocode. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/05/26 00:30:36 Modified files: usr.sbin/lpr/lpd: lpd.c usr.sbin/lpr/lpq: lpq.c Log message: cgetstr(3) can also return 2 so handle that. Also restructre things a bit to get rid of the flag var. ok deraadt@ fgsch@ CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/05/26 00:56:16 Modified files: . : socppc.html Log message: typos CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 00:59:41 Modified files: x11/gnome/ekiga: Makefile Log message: - WANTLIB CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/26 01:20:45 Modified files: devel/p5-Config-Any: Makefile distinfo Log message: maintenance update to version 0.12 and fix spacing while there CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/26 01:27:32 Modified files: sys/arch/macppc/conf: GENERIC Log message: Enable cmpci(4) and eso(4). ok jakemsr@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/26 01:28:56 Modified files: devel/p5-Data-Structure-Util: Makefile distinfo devel/p5-Data-Structure-Util/pkg: PLIST Log message: update to version 0.15 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/05/26 01:47:19 Modified files: sys/arch/amd64/include: cpu.h Log message: - also zap userldt here from travers buda, via deraadt@ CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/05/26 01:47:57 Modified files: x11/wmii : Makefile Added files: x11/wmii/patches: patch-rc_rc_wmii_rc patch-rc_wmiirc_sh Log message: New dmenu deprecates the '-b' flag, use '-y -0' instead. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/05/26 01:56:18 Modified files: usr.bin/aucat : aucat.1 aucat.c Log message: add -q option which enables "quiet" operation. ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/26 02:00:24 Log message: import p5-Tie-ToObject While "tie" in Perl allows tying to an arbitrary object, the class in question must support this in it's implementation of TIEHASH, TIEARRAY or whatever. Tie::ToObject provides a very tie constructor that simply returns the object it was given as it's first argument. That way the side effects of calling $object->TIEHASH are avoided. Status: Vendor Tag: simon Release Tags: simon_20080526 N ports/devel/p5-Tie-ToObject/Makefile N ports/devel/p5-Tie-ToObject/distinfo N ports/devel/p5-Tie-ToObject/pkg/PLIST N ports/devel/p5-Tie-ToObject/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/26 02:00:28 Modified files: devel : Makefile Log message: add p5-Tie-ToObject CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/26 02:08:51 Modified files: share/man/man4 : audio.4 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/26 02:23:09 Modified files: audio/herrie : Makefile distinfo audio/herrie/patches: patch-configure audio/herrie/pkg: PLIST Log message: - update herrie to 2.0.2 from emilien gaspar, with a tweak by me. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/26 02:24:28 Modified files: devel/p5-Locale-US: Makefile distinfo Log message: maintenance update to version 1.2 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/26 02:32:12 Modified files: usr.bin/aucat : aucat.1 aucat.c Log message: put -q in the right place; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 02:32:57 Modified files: net/farsight : Makefile net/libgalago : Makefile net/loudmouth : Makefile net/telepathy/telepathy-glib: Makefile net/telepathy/telepathy-mission-control: Makefile net/telepathy/telepathy-spec: Makefile print/poppler : Makefile www/epiphany : Makefile x11/dbus-glib : Makefile x11/gnome/at-spi: Makefile x11/gnome/vfs2 : Makefile x11/gnome/scan : Makefile x11/gnome/panel: Makefile x11/gnome/desktop: Makefile x11/gnome/empathy: Makefile x11/gnome/gail : Makefile x11/gnome/gdl : Makefile x11/gnome/gedit: 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/librsvg: Makefile x11/gnome/libxklavier: Makefile x11/gnome/gok : Makefile x11/gnome/keyring: Makefile x11/gnome/utils: Makefile x11/gtksourceview: Makefile x11/py-gtksourceview: Makefile Log message: - since devhelp files are provided, make it run_depends on devhelp so that we can actually see them ok jasper@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/26 02:36:35 Modified files: usr.bin/aucat : aucat.1 Log message: signpost encodings and formats a little better; CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/26 03:22:03 Modified files: libexec/mail.local: mail.local.8 mail.local.c Log message: sort flags on both the synopsis and usage. ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/26 03:22:30 Modified files: usr.bin/mktemp : mktemp.c Log message: "usage:" is lowercase; synchronize synopsis and usage. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/26 03:33:54 Log message: import vim-taglist The "Tag List" plugin is a source code browser for the Vim editor. It provides an overview of the structure of source code files and allows you to efficiently browse through source code files in different programming languages. ok landry@ Status: Vendor Tag: simon Release Tags: simon_20080526 N ports/devel/vim-taglist/distinfo N ports/devel/vim-taglist/Makefile N ports/devel/vim-taglist/pkg/DESCR N ports/devel/vim-taglist/pkg/PLIST N ports/devel/vim-taglist/patches/patch-plugin_taglist_vim No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/26 03:33:59 Modified files: devel : Makefile Log message: add vim-taglist CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 03:53:22 Modified files: devel/libglademm: Makefile x11/gtk2mm : Makefile Log message: - make the -docs subpackage run_depends on devhelp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 04:28:47 Modified files: x11/gnome/gcalctool: Makefile x11/gnome/gedit: Makefile x11/gnome/gucharmap: Makefile x11/gnome/planner: Makefile x11/gnome/seahorse: Makefile Log message: - use MODGNOME_HELP_FILES instead of RUN_DEPENDS=::x11/gnome/yelp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 04:39:49 Modified files: games/pokerth : Makefile distinfo games/pokerth/patches: patch-pokerth_server_pro games/pokerth/pkg: PLIST Added files: games/pokerth/patches: patch-pokerth_game_pro patch-src_third_party_libircclient_include_config_h Removed files: games/pokerth/patches: patch-src_core_libircclient_include_config_h Log message: - update to version 0.6.2 from Mikko Tolmunen , with some tweaks CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/26 05:20:39 Modified files: sys/dev/usb : umsm.c Log message: Properly handle usbd_get_interface_descriptor() returning NULL. From Jacek Masiulaniec CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/26 05:29:50 Modified files: sys/dev/usb : umsm.c Log message: Limit to 80 char width and tweak comments for readability. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/05/26 05:51:20 Modified files: sbin/fsck_ffs : fsck.h Log message: reorg fields in structs inodesc and inoinfo to reduce size on some archs; from mickey; ok millert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/26 06:37:23 Modified files: sys/arch/socppc/conf: GENERIC RAMDISK Log message: Add tsec(4) on RAMDISK kernels (and make a comment in GENERIC a bit more consistent). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/26 06:48:28 Modified files: sys/dev/pci : mpi_pci.c Log message: On sparc64, fetch "scsi-initiator-id" property from the firmware, and use it to tweak to SPI port configuration. Makes the PRIMEPOWER 250 happy when netbooting. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 07:23:34 Modified files: x11/gnome : gnome.port.mk Log message: - clarify comment concerning GNOME help files CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/05/26 07:31:12 Modified files: . : plus.html Log message: Upto 05/23 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 07:49:59 Modified files: multimedia/devede: Makefile distinfo multimedia/devede/patches: patch-devede_executor_py patch-devede_glade patch-devede_py multimedia/devede/pkg: PLIST Log message: - update to devede-3.8 - use SUBST_CMD * video bitrate is automatically adjusted * subtitle's language may be specified * video can be rotated and flipped * more elegant menu system... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 10:13:39 Modified files: comms/gmfsk : Makefile Log message: - run_depends on yelp - uppercase GNOME in COMMENT - precise license marker "Go for it" jason@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 10:29:27 Modified files: databases/mdbtools/snapshot: Makefile devel/gconf-editor: Makefile games/gcompris : Makefile graphics/dia : Makefile mail/evolution : Makefile mail/mail-notification: Makefile textproc/gtk-doc: Makefile x11/gnome/applets2: Makefile x11/gnome/controlcenter2: Makefile x11/gnome/panel: Makefile x11/gnome/dasher: Makefile x11/gnome/desktop: Makefile x11/gnome/devel-docs: Makefile x11/gnome/doc-utils: Makefile x11/gnome/eog : Makefile x11/gnome/file-roller: Makefile x11/gnome/gdm : Makefile x11/gnome/ggv : Makefile x11/gnome/ghex : Makefile x11/gnome/media: Makefile x11/gnome/gok : Makefile x11/gnome/terminal: Makefile x11/gnome/users-guide: Makefile x11/gnome/utils: Makefile x11/gnome/zenity: Makefile Log message: - make help available by adding MODGNOME_HELP_FILES / ::x11/gnome/yelp to RUN_DEPENDS "mkay" jasper@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/05/26 10:48:27 Modified files: sbin/mount_vnd : mount_vnd.8 Log message: fix example in manpage, spotted by Jacek Masiulaniec While there, stress the idea that users should always have a disklabel inside their vnd images, so they can fsck their filesystems properly input from otto@, corrections by jmc@, "looks better" deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/26 10:56:13 Modified files: textproc/enchant: Makefile Added files: textproc/enchant/patches: patch-configure Log message: - fix ASPELL_CFLAGS CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/05/26 11:05:10 Modified files: . : socppc.html images : n1200.jpg Log message: picture was a bit too tall CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/26 11:08:35 Added files: devel/doxygen/patches: patch-src_portable_cpp x11/qt4/patches: patch-config_tests_unix_gnu-libiconv_gnu-libiconv_cpp patch-src_corelib_codecs_qiconvcodec_cpp Log message: Allow building with upcoming libiconv 1.12. No code changes with earlier libiconv versions. ok landry@ and qt4 ok espie@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/26 11:38:54 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: remove nlist bandwidth optimization, since ftp servers actually don't cope with *.tgz very well... Fix regexp for stripping out ftp responses (as noticed by bernd) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/26 11:51:18 Modified files: sys/dev : video.c video_if.h sys/dev/usb : uvideo.c Log message: Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT, VIDIOC_S_INPUT, VIDIOC_TRY_FMT. Allows me at least to use a small V4L2 compatible webcam application to capture some images. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/26 11:58:40 Modified files: sys/scsi : scsiconf.c Log message: Print SCSI initiator ID such that it is easier to spot configuration problems. ok krw@, marco@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/26 12:14:32 Modified files: distrib/sets/lists/base: md.socppc Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/26 12:19:46 Modified files: sys/arch/socppc: Makefile Log message: Make sure we build man pages on stand/ on all architectures. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/05/26 14:11:00 Modified files: x11/gtk-vnc : Makefile Log message: you cannot rework a port changing dependencies and stuff w/o bumping PKGNAME how the fuck could this commit ever get an ok??? CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/26 14:22:36 Modified files: sys/arch/socppc/dev: if_tsec.c Log message: Make bringing the interface down work properly (includes a line stolen from a diff by brad@). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/26 14:58:00 Modified files: sys/arch/socppc/dev: if_tsec.c Log message: Count outbound packets. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/26 15:01:49 Modified files: sbin/mount_vnd : mount_vnd.8 Log message: - put CAVEATS in the right place - filesystem -> file system, for consistency; from Pierre Riteau CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/26 15:08:47 Modified files: sys/arch/socppc/dev: if_tsec.c Log message: Fix typo, such that this actually compiles. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/26 15:12:48 Modified files: bin/mv : mv.1 Log message: get the argument name right; from Jacek Masiulaniec CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/26 15:14:46 Modified files: sbin/mount_vnd : mount_vnd.8 Log message: no need for such a wordy .Nd; ok grunk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/26 16:49:58 Modified files: sys/arch/i386/i386: autoconf.c sys/arch/amd64/amd64: autoconf.c Log message: do not muck with the mountroot variable, since setroot() uses the state of it and rootdev to determine whether it is booting 'generic', 'nfs', or from a specified disk partition ok krw CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/26 18:11:11 Modified files: sys/dev/usb : if_zyd.c share/man/man4 : zyd.4 Log message: Add ZyXEL G-202, which was already in usbdevs. From/tested by pedro@am-gen.org CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/26 18:52:01 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-boost_regex_v4_basic_regex_parser_hpp patch-libs_regex_test_regress_test_perl_ex_cpp Log message: Security - add fix from boost svn for CVE-2008-0171: "regex/v4/perl_matcher_non_recursive.hpp in the Boost regex library (aka Boost.Regex) in Boost 1.33 and 1.34 allows context-dependent attackers to cause a denial of service (failed assertion and crash) via an invalid regular expression." ok naddy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/26 19:10:09 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/26 21:15:08 Modified files: editors/openoffice: Makefile Log message: Fix my last commit which broke the build. Sorry! noticed by naddy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/26 22:30:51 Modified files: sys/nfs : nfs_boot.c Log message: be much more clear about revarp failures; ok miod CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/27 01:07:30 Removed files: www/php4 : Makefile Makefile.inc distinfo www/php4/core : Makefile www/php4/core/files: phpxs www/php4/core/patches: patch-ext_gettext_config_m4 patch-pear_PEAR_Config_php patch-pear_install-pear_php patch-scripts_Makefile_frag patch-scripts_php_config_in patch-scripts_phpize_in www/php4/core/pkg: DESCR-main DESCR-pear MESSAGE-main PLIST-main PLIST-pear SECURITY UNMESSAGE-main www/php4/extensions: Makefile www/php4/extensions/patches: patch-ext_curl_curl_c patch-ext_gd_config_m4 patch-ext_imap_php_imap_c patch-ext_pdf_config_m4 www/php4/extensions/pkg: DESCR-bz2 DESCR-curl DESCR-dba DESCR-dbase DESCR-dbx DESCR-domxml DESCR-filepro DESCR-gd DESCR-gmp DESCR-imap DESCR-ldap DESCR-main DESCR-mcrypt DESCR-mhash DESCR-mysql DESCR-ncurses DESCR-odbc DESCR-pdf DESCR-pgsql DESCR-shmop DESCR-snmp DESCR-sybase_ct DESCR-xmlrpc DESCR-xslt MESSAGE PLIST-bz2 PLIST-curl PLIST-dba PLIST-dbase PLIST-dbx PLIST-domxml PLIST-filepro PLIST-gd PLIST-gmp PLIST-imap PLIST-ldap PLIST-main PLIST-mcrypt PLIST-mhash PLIST-mysql PLIST-ncurses PLIST-odbc PLIST-pdf PLIST-pgsql PLIST-shmop PLIST-snmp PLIST-sybase_ct PLIST-xmlrpc PLIST-xslt www/php4/patches: patch-aclocal_m4 patch-configure_in patch-ext_bcmath_libbcmath_src_output_c patch-ext_bcmath_libbcmath_src_rt_c patch-ext_calendar_calendar_c patch-ext_standard_basic_functions_c patch-ext_standard_exec_c patch-ltmain_sh patch-main_php_h patch-main_php_open_temporary_file_c patch-php_ini-dist patch-php_ini-recommended www/php4/pear : Makefile.pear pear.port.mk Log message: it's a sunny day....and the right time to kill php4. it has been unlinked from the builds for some monthts now, and everybody should've upgraded to php5 a long time ago. from brad@, ok robert@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2008/05/27 01:08:02 Modified files: . : amd64.html i386.html Log message: +ZyXEL G-202 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/27 01:11:22 Modified files: distrib/notes/amd64: hardware distrib/notes/i386: hardware Log message: +ZyXEL G-202 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/27 02:02:52 Modified files: net/farsight : Makefile net/libgalago : Makefile net/loudmouth : Makefile print/poppler : Makefile x11/dbus-glib : Makefile x11/gtksourceview: Makefile x11/py-gtk2 : Makefile x11/py-gtksourceview: Makefile Log message: - remove dependency on devhelp for lighter non-gnome ports to avoid a too big dependency chain requested by steven@ discussed with steven@ espie@ fgsch@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/05/27 02:14:57 Modified files: sbin/pfctl : pfctl.c Log message: Fix count of states flushed, broken when the psnk_af hack was removed in pf_ioctl.c r1.196. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/27 02:30:29 Modified files: net/silc-server: Makefile distinfo Log message: update to silc-server-1.1.7; tested by sthen@, brad@, me; diff from brad@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/27 03:11:59 Modified files: graphics/gwenview-i18n: Makefile distinfo graphics/gwenview-i18n/pkg: PLIST Log message: - bring gwenview-i18n up-to-date with the main program version from Vadim Zhukov reminded by brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/27 03:43:26 Modified files: sys/dev/ic : ncr53c9x.c Log message: Don't print SCSI ID, it's redundant now that scsibus(4) prints the same information. CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/27 04:00:25 Modified files: de : anoncvs.html cvsup.html events.html ftp.html orders.html plat.html ports.html sparc64.html want.html faq/de : current.html faq14.html faq5.html faq/pf/it : filter.html faq/pl : current.html faq12.html faq14.html faq2.html faq4.html faq5.html faq8.html upgrade43.html faq/zh : faq4.html it : goals.html index.html openbgpd/de : ftp.html index.html opencvs/zh : goals.html index.html manual.html press.html openntpd/de : ftp.html index.html portable.html openntpd/ja : index.html papers/de : index.html pl : anoncvs.html cvsup.html i386-laptop.html i386.html plat.html ports.html smp.html spamd/zh : index.html zh : 40.html 41.html 42.html anoncvs.html books.html crypto.html cvsup.html cvsync.html disabled.html docum.html errata.html errata40.html errata41.html errata42.html errata43.html ftp.html getting.html plat.html query-pr.html smp.html translation.html why-cvs.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/27 04:17:24 Modified files: usr.sbin/httpd/src/modules/ssl: ssl_engine_config.c Log message: grammar fixes; from Jochem Kossen, system/5822; ok henning CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/27 05:39:22 Modified files: sys/scsi : cd.c Log message: nuke unused lba2msf and msf2lba functions. krw@ ok. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/27 05:49:17 Modified files: net/telepathy/telepathy-glib: Makefile net/telepathy/telepathy-mission-control: Makefile net/telepathy/telepathy-spec: Makefile Log message: - remove run dependency on devhelp no objection from jasper@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/27 05:53:43 Modified files: share/zoneinfo/datfiles: africa asia Log message: Update to tzdata2008c from elsie.nci.nih.gov This reflects time zone changes for Pakistan, Morocco, and Mongolia CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/27 05:54:20 Modified files: devel/py-gobject: Makefile Log message: - remove run depends on devhelp (it was added some time ago but let's be consistent with the latest changes) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/27 08:39:01 Modified files: audio/amarok : Makefile audio/amarok/pkg: PLIST Log message: - enable MTP support ; from brad@ - move license marker toward beginning of Makefile while here and add PORTHOME=${WRKDIR} to reduce spam output CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/27 09:30:42 Modified files: x11/gnome/keyring: Makefile distinfo x11/gnome/keyring/pkg: PLIST Added files: x11/gnome/keyring/patches: patch-common_gkr-unix-credentials_c Removed files: x11/gnome/keyring/patches: patch-common_gkr-async_c patch-daemon_gkr-daemon-io_c Log message: - update gnome-keyring to latest stable version 2.22.2 (our local patch has been imported upstream) - explicitly disable gtk-doc run ok jasper@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/27 11:47:28 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Instead alloacting a fix frame buffer we allocate the maximum frame size delivered by the device (dwMaxVideoFrameSize). Also check for too large frames (buffer overflow), they get skipped. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/27 12:19:37 Modified files: sys/dev/usb : uvideo.c Log message: Don't fail to compile when not in debug mode. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/27 12:46:02 Log message: Update libiberty to the version found in binutils 2.17.1 (which still identifies itself as the gcc 3 version...) Status: Vendor Tag: FSF Release Tags: BINUTILS_2_17_1 C src/gnu/lib/libiberty/move-if-change C src/gnu/lib/libiberty/install-sh C src/gnu/lib/libiberty/config.guess C src/gnu/lib/libiberty/config.sub U src/gnu/lib/libiberty/include/COPYING U src/gnu/lib/libiberty/include/xregex2.h U src/gnu/lib/libiberty/include/xregex.h U src/gnu/lib/libiberty/include/ternary.h C src/gnu/lib/libiberty/include/symcat.h C src/gnu/lib/libiberty/include/splay-tree.h U src/gnu/lib/libiberty/include/sort.h U src/gnu/lib/libiberty/include/safe-ctype.h C src/gnu/lib/libiberty/include/partition.h C src/gnu/lib/libiberty/include/obstack.h U src/gnu/lib/libiberty/include/objalloc.h C src/gnu/lib/libiberty/include/md5.h C src/gnu/lib/libiberty/include/libiberty.h C src/gnu/lib/libiberty/include/hashtab.h U src/gnu/lib/libiberty/include/getopt.h U src/gnu/lib/libiberty/include/fnmatch.h C src/gnu/lib/libiberty/include/floatformat.h N src/gnu/lib/libiberty/include/filenames.h U src/gnu/lib/libiberty/include/fibheap.h C src/gnu/lib/libiberty/include/dyn-string.h C src/gnu/lib/libiberty/include/demangle.h U src/gnu/lib/libiberty/include/ansidecl.h C src/gnu/lib/libiberty/include/ChangeLog U src/gnu/lib/libiberty/src/_doprnt.c U src/gnu/lib/libiberty/src/alloca.c C src/gnu/lib/libiberty/src/argv.c U src/gnu/lib/libiberty/src/asprintf.c U src/gnu/lib/libiberty/src/atexit.c C src/gnu/lib/libiberty/src/basename.c U src/gnu/lib/libiberty/src/bcmp.c U src/gnu/lib/libiberty/src/bcopy.c U src/gnu/lib/libiberty/src/bsearch.c U src/gnu/lib/libiberty/src/bzero.c C src/gnu/lib/libiberty/src/calloc.c C src/gnu/lib/libiberty/src/choose-temp.c U src/gnu/lib/libiberty/src/clock.c U src/gnu/lib/libiberty/src/concat.c C src/gnu/lib/libiberty/src/copysign.c C src/gnu/lib/libiberty/src/cp-demangle.c N src/gnu/lib/libiberty/src/cp-demint.c C src/gnu/lib/libiberty/src/cplus-dem.c C src/gnu/lib/libiberty/src/dyn-string.c U src/gnu/lib/libiberty/src/fdmatch.c U src/gnu/lib/libiberty/src/ffs.c U src/gnu/lib/libiberty/src/fibheap.c C src/gnu/lib/libiberty/src/floatformat.c C src/gnu/lib/libiberty/src/fnmatch.c N src/gnu/lib/libiberty/src/fopen_unlocked.c C src/gnu/lib/libiberty/src/getcwd.c U src/gnu/lib/libiberty/src/getopt.c U src/gnu/lib/libiberty/src/getopt1.c U src/gnu/lib/libiberty/src/getpagesize.c U src/gnu/lib/libiberty/src/getpwd.c C src/gnu/lib/libiberty/src/getruntime.c N src/gnu/lib/libiberty/src/gettimeofday.c C src/gnu/lib/libiberty/src/hashtab.c U src/gnu/lib/libiberty/src/hex.c U src/gnu/lib/libiberty/src/index.c U src/gnu/lib/libiberty/src/insque.c U src/gnu/lib/libiberty/src/lbasename.c U src/gnu/lib/libiberty/src/lrealpath.c U src/gnu/lib/libiberty/src/make-relative-prefix.c U src/gnu/lib/libiberty/src/make-temp-file.c U src/gnu/lib/libiberty/src/md5.c C src/gnu/lib/libiberty/src/memchr.c C src/gnu/lib/libiberty/src/memcmp.c C src/gnu/lib/libiberty/src/memcpy.c C src/gnu/lib/libiberty/src/memmove.c U src/gnu/lib/libiberty/src/mempcpy.c C src/gnu/lib/libiberty/src/memset.c C src/gnu/lib/libiberty/src/mkstemps.c U src/gnu/lib/libiberty/src/msdos.c C src/gnu/lib/libiberty/src/objalloc.c U src/gnu/lib/libiberty/src/obstack.c C src/gnu/lib/libiberty/src/partition.c N src/gnu/lib/libiberty/src/pex-common.c U src/gnu/lib/libiberty/src/pex-djgpp.c U src/gnu/lib/libiberty/src/pex-msdos.c N src/gnu/lib/libiberty/src/pex-one.c U src/gnu/lib/libiberty/src/pex-unix.c U src/gnu/lib/libiberty/src/pex-win32.c C src/gnu/lib/libiberty/src/pexecute.c C src/gnu/lib/libiberty/src/physmem.c U src/gnu/lib/libiberty/src/putenv.c U src/gnu/lib/libiberty/src/random.c U src/gnu/lib/libiberty/src/regex.c C src/gnu/lib/libiberty/src/rename.c U src/gnu/lib/libiberty/src/rindex.c U src/gnu/lib/libiberty/src/safe-ctype.c C src/gnu/lib/libiberty/src/setenv.c C src/gnu/lib/libiberty/src/sigsetmask.c U src/gnu/lib/libiberty/src/snprintf.c U src/gnu/lib/libiberty/src/sort.c U src/gnu/lib/libiberty/src/spaces.c C src/gnu/lib/libiberty/src/splay-tree.c U src/gnu/lib/libiberty/src/stpcpy.c U src/gnu/lib/libiberty/src/stpncpy.c C src/gnu/lib/libiberty/src/strcasecmp.c U src/gnu/lib/libiberty/src/strchr.c C src/gnu/lib/libiberty/src/strdup.c C src/gnu/lib/libiberty/src/strerror.c C src/gnu/lib/libiberty/src/strncasecmp.c C src/gnu/lib/libiberty/src/strncmp.c N src/gnu/lib/libiberty/src/strndup.c U src/gnu/lib/libiberty/src/strrchr.c C src/gnu/lib/libiberty/src/strsignal.c C src/gnu/lib/libiberty/src/strstr.c C src/gnu/lib/libiberty/src/strtod.c C src/gnu/lib/libiberty/src/strtol.c C src/gnu/lib/libiberty/src/strtoul.c N src/gnu/lib/libiberty/src/strverscmp.c U src/gnu/lib/libiberty/src/ternary.c U src/gnu/lib/libiberty/src/tmpnam.c N src/gnu/lib/libiberty/src/unlink-if-ordinary.c C src/gnu/lib/libiberty/src/vasprintf.c C src/gnu/lib/libiberty/src/vfork.c C src/gnu/lib/libiberty/src/vfprintf.c C src/gnu/lib/libiberty/src/vprintf.c U src/gnu/lib/libiberty/src/vsnprintf.c U src/gnu/lib/libiberty/src/vsprintf.c C src/gnu/lib/libiberty/src/waitpid.c C src/gnu/lib/libiberty/src/xatexit.c C src/gnu/lib/libiberty/src/xexit.c C src/gnu/lib/libiberty/src/xmalloc.c C src/gnu/lib/libiberty/src/xmemdup.c U src/gnu/lib/libiberty/src/xstrdup.c C src/gnu/lib/libiberty/src/xstrerror.c N src/gnu/lib/libiberty/src/xstrndup.c C src/gnu/lib/libiberty/src/Makefile.in U src/gnu/lib/libiberty/src/aclocal.m4 N src/gnu/lib/libiberty/src/at-file.texi U src/gnu/lib/libiberty/src/config.h-vms C src/gnu/lib/libiberty/src/config.in C src/gnu/lib/libiberty/src/configure N src/gnu/lib/libiberty/src/configure.ac U src/gnu/lib/libiberty/src/copying-lib.texi N src/gnu/lib/libiberty/src/cp-demangle.h U src/gnu/lib/libiberty/src/fnmatch.txh C src/gnu/lib/libiberty/src/functions.texi U src/gnu/lib/libiberty/src/gather-docs U src/gnu/lib/libiberty/src/libiberty.texi C src/gnu/lib/libiberty/src/maint-tool U src/gnu/lib/libiberty/src/makefile.vms U src/gnu/lib/libiberty/src/obstacks.texi U src/gnu/lib/libiberty/src/pex-common.h U src/gnu/lib/libiberty/src/pexecute.txh U src/gnu/lib/libiberty/src/vmsbuild.com U src/gnu/lib/libiberty/src/COPYING.LIB C src/gnu/lib/libiberty/src/ChangeLog U src/gnu/lib/libiberty/src/README U src/gnu/lib/libiberty/src/config/mh-windows U src/gnu/lib/libiberty/src/config/mh-openedition U src/gnu/lib/libiberty/src/config/mh-fbsd21 U src/gnu/lib/libiberty/src/config/mh-cxux7 U src/gnu/lib/libiberty/src/config/mh-aix N src/gnu/lib/libiberty/src/testsuite/test-pexecute.c N src/gnu/lib/libiberty/src/testsuite/test-expandargv.c C src/gnu/lib/libiberty/src/testsuite/test-demangle.c C src/gnu/lib/libiberty/src/testsuite/demangle-expected U src/gnu/lib/libiberty/src/testsuite/Makefile.in 70 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/gnu/lib/libiberty CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/27 12:52:45 Modified files: gnu/lib/libiberty: Makefile.bsd-wrapper config.guess config.sub install-sh move-if-change shlib_version gnu/lib/libiberty/include: ansidecl.h demangle.h dyn-string.h floatformat.h hashtab.h libiberty.h obstack.h partition.h splay-tree.h symcat.h gnu/lib/libiberty/src: ChangeLog Makefile.in argv.c basename.c calloc.c choose-temp.c config.in configure copysign.c cp-demangle.c cplus-dem.c dyn-string.c floatformat.c fnmatch.c functions.texi getcwd.c getruntime.c hashtab.c maint-tool memchr.c memcmp.c memcpy.c memmove.c memset.c mkstemps.c objalloc.c partition.c pexecute.txh physmem.c rename.c setenv.c sigsetmask.c splay-tree.c strcasecmp.c strdup.c strerror.c strncasecmp.c strncmp.c strsignal.c strstr.c strtod.c strtol.c strtoul.c vasprintf.c vfork.c vfprintf.c vprintf.c waitpid.c xatexit.c xexit.c xmalloc.c xmemdup.c xstrerror.c gnu/lib/libiberty/src/testsuite: Makefile.in Removed files: gnu/lib/libiberty/src: acconfig.h config.table configure.in mpw-config.in mpw-make.sed mpw.c pex-common.c pex-common.h pex-djgpp.c pex-mpw.c pex-msdos.c pex-one.c pex-os2.c pex-unix.c pex-win32.c Log message: Merge OpenBSD specific changes: - pexecute implementation replaced with the older gcc 2.95 implementation, as gcc 2.95's collect2 relies upon an implementation behaviour which has been lost in further libiberty updates. - keep the old hash table interfaces, which are used by gcc 2.95. - keep the OpenBSD replacement for the md5 interface. - keep the OpenBSD strl{cat,cpy} and snprinft usage. Bump libiberty minor version due to the addition of a few new symbols. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/27 12:53:41 Modified files: gnu/lib/libstdc++: shlib_version gnu/lib/libstdc++/libstdc++/libsupc++: Makefile.am Makefile.in Log message: Cope with the changes in the libiberty C++ demangler, and crank minor version as the demangler provides new interfaces. CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/05/27 13:06:28 Modified files: sys/nfs : nfs_serv.c nfsm_subs.h Log message: Remove bloated and nasty nfsm_clget macro; while here, replace some handrolled loops with nfsm_strtombuf and nfsm_buftombuf. ok deraadt@ via thib@; ok 'nfs buddy' thib@ testing johan@, merdely@; thanks CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/05/27 13:35:22 Modified files: sys/dev/pci/drm: drmP.h Log message: Fix jiffies. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/05/27 13:39:52 Modified files: sys/dev/pci/drm: drmP.h drm_irq.c i915_irq.c Log message: When i first ported the drm, i completely misunderstood the FreeBSD taskqueue api. So drm_locked_tasklet() is wrong. Fix this up to be at least mostly correct. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/27 13:41:14 Modified files: sys/netbt : hci.h hci_socket.c l2cap.h l2cap_socket.c rfcomm.h rfcomm_socket.c sco.h sco_socket.c Log message: bring netbt's usrreqs up to speed on the usrreq changes. allows it too compile again. pointed out by mk@ and deraadt@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/05/27 13:45:29 Modified files: sys/arch/amd64/amd64: conf.c sys/arch/amd64/conf: GENERIC sys/dev/pci/drm: drm_atomic.h drmP.h Log message: Since the vtophys stuff was nuked, drm now works on amd64 too. Add the relavent config goo. DRM_NO_MTRR is still needed on amd64 since the mtrr apis differ between it and i386. ok kettenis@. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/05/27 13:51:30 Modified files: sys/dev/pci/drm: drmP.h Log message: return 1 when an irq's been handled, not 0. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/27 13:57:45 Modified files: sys/netnatm : natm.c natm.h Log message: bring the netnatm usrreq's also up to speed on the addition of the struct proc argument to the usrreq's routines... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/27 14:32:58 Modified files: databases/evolution-data-server: Makefile Log message: - add MODGNOME_DEVHELP_FILES - precise license marker while here CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/27 14:46:54 Modified files: telephony/spandsp: Makefile distinfo telephony/spandsp/pkg: PLIST Removed files: telephony/spandsp/patches: patch-src_Makefile_in Log message: upgrade to new version and update license markers (LGPLv2/GPLv2). from Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/27 14:56:12 Modified files: telephony/asterisk: Makefile Log message: clean whitespace (spaces->tabs); "cvs di -w" shows no change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/27 14:56:43 Modified files: distrib/sets/lists/base: md.vax distrib/sets/lists/comp: md.vax Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/27 15:08:48 Modified files: sys/dev/ic : oosiop.c osiop.c Log message: Don't print SCSI ID, it's redundant now that scsibus(4) prints the same information. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/27 15:48:37 Modified files: devel/cxxtools : Makefile distinfo devel/cxxtools/pkg: PLIST Log message: - update cxxtools to 1.4.7 from vramesh2 at uiuc.edu (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/27 15:49:31 Modified files: www/tntnet : Makefile distinfo www/tntnet/pkg : PLIST Log message: - update tntnet to 1.6.2 from vramesh2 at uiuc.edu (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/27 15:52:28 Modified files: sys/dev/pci : mpi_pci.c Log message: only look up the initiator-id for SPI (aka "real scsi") controllers on sparc64. this prevents us from setting the initiator id on sas and fc hbas. the scsi midlayer doesnt probe for targets at the initiator id address, so if we set this on fc and sas hbas (which dont really have a real scsi address on the bus), then we're preventing them from finding potential targets at that address. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/27 16:14:34 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-Makefile patch-configure patch-contrib_scripts_safe_asterisk patch-main_asterisk_c Log message: update to 1.4.20.1; thanks to Pedro la Peu for additional testing. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/05/27 18:29:36 Modified files: geo/qlandkarte : Makefile distinfo geo/qlandkarte/patches: patch-src_src_pro geo/qlandkarte/pkg: PFRAG.shared PLIST Log message: Update to qlandkarte-0.7.2. A few new drivers for devices, plus various bugfixes. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/05/27 18:53:13 Modified files: . : INDEX Log message: sync: 5125 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/27 18:56:34 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/27 19:35:43 Modified files: astro/celestia : Makefile Log message: update WANTLIB and bump package. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/27 19:59:13 Modified files: databases/py-sqlalchemy: Makefile Log message: prettify post-install and do-regress. wcmaier@ ok. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/27 23:22:08 Modified files: devel/git : Makefile distinfo Log message: Update to git-1.5.5.2. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/05/28 01:36:23 Modified files: usr.bin/aucat : conf.h dev_sun.c Log message: if aucat is resumed (after suspend), kernel buffers are empty, thus write() syscall succedes and consumes aucat buffers until kernel buffers are full. If aucat buffers are smaller than kernel ones, they will underrun, and aucat will terminate, since underruns are not handled yet. This changes is an improvement until SIGCONT handler is implemented. The correct approach is to add a handler for SIGCONT to: call dev_stop(), reset all buffers, bring play and record in sync, fill play buffers and call dev_start(). ok jakemsr CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/28 01:42:36 Modified files: textproc/gtkspell: Makefile distinfo textproc/gtkspell/patches: patch-Makefile_in Removed files: textproc/gtkspell/patches: patch-configure Log message: - update to gtkspell-2.0.13 - use textproc/intltool MODULE - fix my email and precise license marker while here CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/28 06:44:18 Modified files: x11/gnome/doc-utils: Makefile Log message: - don't use MODGNOME_HELP_FILES here, it causes doc-utils to depend on yelp which depends on doc-utils, which .... spotted by markpeloquin AT gmail.com, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/28 07:25:53 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/patches: patch-configure Added files: databases/evolution-data-server/patches: patch-calendar_libical_configure Log message: - add gnome-keyring support - correctly link with -pthread "looks correct" jasper@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/28 07:33:44 Modified files: share/man/man4 : umsm.4 sys/dev/usb : usbdevs umsm.c Log message: Add support for Option GlobeTrotter 3G+ cards as distributed by Orange in umsm. ok jsg@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/28 07:34:32 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/05/28 09:36:30 Modified files: share/misc : usb_hid_usages Log message: more usb hid types, from netbsd. "go to it" deraadt CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/28 10:01:42 Modified files: bin/rmail : rmail.8 rmail.c Log message: add a description for -D and -T (taken from NetBSD's rmail(8)); use the right capitalization for "sendmail". tweaks by jmc@ and jsing@, thanks! ok jmc@, jsing@, millert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/28 10:09:06 Modified files: education/gtypist: Makefile distinfo education/gtypist/patches: patch-configure education/gtypist/pkg: PLIST Log message: * maintenance update to 2.8 * install emacs mode file CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/28 10:12:18 Modified files: x11/gnome/users-guide: Makefile Log message: - another cyclic dependency CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/28 11:12:00 Modified files: usr.bin/cvs : cvs.c cvs.h server.c Log message: Don't limit ourselfs when it comes to arguments on command line or arguments sent by client. ok joris CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/28 11:24:52 Modified files: share/man/man4 : umsm.4 Log message: Spotted by jmc, I tested the device and it works, so put it in the right section of the manpage. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/05/28 11:37:44 Modified files: . : sgi.html Log message: Fix manual page hyperlinks; sborrill@netbsd CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/28 12:40:21 Modified files: sys/dev/ic : isp.c Log message: Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSI controllers. The registers seems to return 0 on my 12160 and there are some indications that it doesn't really exist. This may fix panics seen with the 10160 on sparc64 machines. ok krw@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/05/28 12:44:33 Modified files: games/wormux : Makefile distinfo games/wormux/patches: patch-configure patch-src_map_ground_cpp patch-src_map_tileitem_cpp games/wormux/pkg: PLIST Added files: games/wormux/patches: patch-src_network_network_cpp patch-src_tool_isnan_h patch-src_tool_math_tools_h Removed files: games/wormux/files: openbsd.h games/wormux/patches: patch-src_object_physics_cpp Log message: Update to wormux 0.8, this release adds network play feature. Rework the way we deal with #define NAN, discussed with upstream. patch-src_tool_math_tools_h and patch-src_network_network_cpp are already integrated upstream, and a bug has been reported to integrate patch-src_map_tileitem_cpp. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/28 12:46:57 Modified files: sys/dev/pci : isp_pci.c Log message: Turns out I have an ISP 12160 myself, and it works fine on sparc64. Since a fix has been made that might make the 10160 work too, enable support again. ok miod@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/28 13:31:38 Modified files: bin/ln : ln.c Log message: In -f mode, don't print a warning if source and target already point to the same inode. This is consistent with other implementations. OK deraadt@ miod@ ray@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/28 13:53:04 Modified files: share/man/man4 : umsm.4 Log message: add missing tab; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/28 14:03:14 Modified files: converters/libiconv: Makefile distinfo converters/libiconv/patches: patch-lib_iconv_c patch-lib_loop_wchar_h patch-lib_relocatable_c patch-libcharset_lib_localcharset_c patch-src_Makefile_in converters/libiconv/pkg: PLIST Removed files: converters/libiconv/patches: patch-aclocal_m4 patch-lib_Makefile_in patch-libcharset_Makefile_in patch-libcharset_lib_Makefile_in Log message: overdue maintenance update to 1.12; ok brad@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/28 14:04:59 Modified files: bin/pax : options.c tar.1 Log message: write cpio_usage() in a way consistent with pax_usage() and tar_usage(); wrap options around to fill out the 80 columns; spacing. tweaked by jsing@, thank you very much! ok jsing@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/28 14:05:14 Modified files: editors/abiword: Makefile games/pokerth : Makefile multimedia/k3b : Makefile x11/icewm : Makefile Added files: editors/abiword/patches: patch-abi_src_af_util_xp_ut_iconv_cpp Removed files: games/pokerth/patches: patch-src_core_linux_convhelper_cpp multimedia/k3b/patches: patch-src_projects_k3bencodingconverter_cpp x11/icewm/patches: patch-src_ylocale_cc Log message: fix build after libiconv 1.12 update; ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/28 15:16:43 Modified files: sys/arch/landisk/stand: Makefile sys/arch/landisk/stand/boot: Makefile Added files: sys/arch/landisk/stand/boot: boot.8 Log message: Add a boot.8 manual page (adapted from other platforms which use the MI secondary boot loader). This will in turn act as a reminder to write boot_landisk.8 (soon). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/28 15:26:09 Modified files: sys/arch/landisk/stand/boot: boot.8 Log message: Don't document ``device foo'' yet either. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/28 15:36:11 Modified files: sys/arch/armish/stand/boot: Makefile Added files: sys/arch/armish/stand/boot: boot.8 Log message: Add a boot.8 manual page (adapted from other platforms which use the MI secondary boot loader). This will in turn act as a reminder to write boot_armish.8 (soon). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/28 15:40:55 Modified files: sys/arch/socppc/stand/boot: Makefile Added files: sys/arch/socppc/stand/boot: boot.8 Log message: Add a boot.8 manual page (copied straight from armish). This will in turn act as a reminder to write boot_socppc.8 (eventually). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/28 16:45:57 Modified files: sys/arch/hppa/conf: GENERIC RAMDISK files.hppa Log message: Enable hme(4). Reported to work by Stian Sletner. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/28 16:53:31 Modified files: faq : current.html Log message: The update to file(1) requires a new /etc/magic, or there will be problems, especially building ports (many configure scripts use file and are easily confused). Discussed with ian, chl, jmc, and/ok nick. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/28 17:08:03 Modified files: mail/dovecot : Makefile mail/dovecot/patches: patch-dovecot-example_conf Added files: mail/dovecot/patches: patch-src_lib-storage_index_mbox_mbox-storage_c Log message: Add fix from upstream repo, "mbox: If INBOX creation fails because of EACCES, try with privileged group enabled." http://hg.dovecot.org/dovecot-1.0/rev/932768a879c6 From Brad. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/28 18:28:08 Modified files: sys/net : if_pfsync.c pf.c pf_ioctl.c pfvar.h Log message: rewrite the state table logic. complete the split off of the layer 3/4 adressing information from the extra information in the actual state. a state key holds a list of states, and a state points to two state keys - they're only different in the NAT case. More specificially, it deprecates the (often difficult to understand) concept of lan, ext, and gwy addresses, replacing them with WIRE and STACK side address tuples. (af, proto, saddr, daddr, sport, dport). Concept first brought up some years ago on a ferry ride in bc by ryan and me, I spent some time over the last year getting closer, and finally got it completed in japan with ryan. dlg also took part, helped a lot, and saved us 8 bytes. This commit removes support for any kind of NAT as well as pfsync. It also paves the road for some code simplification and some very cool future stuff. ok ryan beck, tested by many CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/05/28 19:00:53 Modified files: sys/net : if_pfsync.c if_pfsync.h pf.c pf_ioctl.c pfvar.h sbin/pfctl : pf_print_state.c pfctl.h usr.sbin/tcpdump: pf_print_state.c Log message: Second half of PF state table rearrangement. - Mechanical change: Use arrays for state key pointers in pf_state, and addr/port in pf_state_key, to allow the use of indexes. - Fix NAT, pfsync, pfctl, and tcpdump to handle the new state structures. In struct pfsync_state, both state keys are included even when identical. - Also fix some bugs discovered in the existing code during testing. (in particular, "block return" for TCP packets was not returning an RST) ok henning beck deraadt tested by otto dlg beck laurent Special thanks to users Manuel Pata and Emilio Perea who did enough testing to actually find some bugs. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/05/28 20:10:01 Modified files: sys/dev/pci : cs4280.c eap.c emuxki.c esa.c fms.c maestro.c neo.c yds.c Log message: use ac97 default parameters for these ac97 based drivers. this makes the emulation expansion factor 1 by default since there's no emulation. previously the factor was 2 because these drivers emulate 8-bit ulaw playback with 16-bit linear encodings. having a factor other than 1 by default creates block size and hiwat/lowat issues with applications that set the block size and hiwat before other parameters. ok ratchov@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/28 23:36:49 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: - Add a debug message to mention when a 2.5Gb adapter is found. - Change invalid PHY address debug message in bnx_miibus_write_reg() from warn level to verbose. - Add two new softc fields and store the shared and port hw config data. From FreeBSD ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/29 00:20:02 Modified files: sys/dev/mii : ciphy.c Log message: Recognize the Cicada CS8204 quad port PHY. From FreeBSD ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/29 00:22:19 Modified files: share/man/man4 : ciphy.4 Log message: Mention the CS8204 model. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/05/29 01:20:15 Modified files: sys/dev/pci : azalia.c cmpci.c eso.c Log message: specify alternate default audio parameters to make the default expansion factor 1 also obsoletes a XXX workaround in azalia ok ratchov@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/29 01:30:12 Modified files: multimedia/kaffeine: Makefile Added files: multimedia/kaffeine/patches: patch-configure_in Log message: - make sure we'll always link with all required libraries from brad@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/29 01:39:09 Modified files: net/ktorrent : Makefile distinfo Log message: - update to ktorrent-2.2.7 this fixes a "rather nasty infinite loop in the queue manager" from brad@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/29 01:42:08 Modified files: usr.bin/ypcat : ypcat.c Log message: sync synopsis/usage; "usage:" is lowercase. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/29 01:53:04 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-Makefile_in patch-doc_hiawatha_1_in patch-etc_hiawatha_cgi-wrapper_conf patch-etc_hiawatha_httpd_conf_in Log message: - bugfix update to hiawatha-6.7 - use SUBST_CMD CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/05/29 03:08:09 Modified files: sys/dev/usb : usbdevs Log message: add a third MSI bluetooth device CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/05/29 03:09:13 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/29 03:41:21 Modified files: graphics/libcaca: Makefile Log message: fix MASTER_SITES because they have moved the distfile... noticed by deanna@ and Markus Bergkvist CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/05/29 05:18:00 Modified files: databases/p5-ldap: Makefile distinfo databases/p5-ldap/pkg: PLIST Log message: Update to Net::LDAP 0.36, from pea at raveland dot org, thanks! Changelog: http://search.cpan.org/src/GBARR/perl-ldap-0.36/Changes ok simon@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/29 05:58:52 Modified files: x11/kde/pim3 : Makefile Added files: x11/kde/pim3/patches: patch-kmail_kmfoldertree_cpp patch-kmail_kmmainwidget_cpp patch-kmail_newfolderdialog_cpp Log message: - integrate several patches: * from openSUSE RPM: kmail-avoid-crash-on-startup.diff * from KDE src repo: don't crash after changing the layout and replying; more guards against not yet set accounts; don't crash when trying to create a subfolder of a calendar folder in a new account from brad@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/29 07:53:47 Modified files: usr.bin/aucat : aucat.1 Log message: try to clearly describe interaction between -CcEeHhRr and -fiou options; written with help from ratchov and jakemsr; ok ratchov CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/29 09:45:19 Modified files: share/man/man4 : pcaled.4 iic.4 Log message: pcaled(4) also supports the PCA9552 LED dimmer. ok jmc CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/29 11:12:54 Modified files: mail/postfix/snapshot: Makefile mail/postfix/snapshot/pkg: PLIST mail/postfix/stable: Makefile mail/postfix/stable/pkg: PLIST Log message: fix upgrade problem; patch from brad, reported by laundry breuil CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/29 11:20:17 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/29 12:08:27 Modified files: gnu/usr.bin/gcc/gcc/config/sh: sh.c Log message: Revert 1.6 and reenable -fno-regmove for now -- it stroke back in sha1(1). CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/05/29 12:24:51 Modified files: sys/dev/acpi : acpithinkpad.c Log message: dlg backed out one too many revisions, bring back 1.2 only do aml_freevalue when necessary, noted by deanna CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/29 12:36:02 Log message: import p5-Catalyst-Authentication-Store-DBIx-Class The Catalyst::Authentication::Store::DBIx::Class class provides access to authentication information stored in a database via DBIx::Class. tested by Jim Razmus, thanks Status: Vendor Tag: simon Release Tags: simon_20080529 N ports/security/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile N ports/security/p5-Catalyst-Authentication-Store-DBIx-Class/distinfo N ports/security/p5-Catalyst-Authentication-Store-DBIx-Class/pkg/PLIST N ports/security/p5-Catalyst-Authentication-Store-DBIx-Class/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/29 12:36:06 Modified files: security : Makefile Log message: add p5-Catalyst-Authentication-Store-DBIx-Class CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/29 13:02:47 Modified files: usr.sbin/dhcpd : dhcpd.c Log message: appease stupid stupid gcc; ok millert CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/05/29 13:26:36 Modified files: distrib/notes/socppc: prep Log message: Thecus N1200 not N2100 (armish). -moj CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/29 13:58:15 Modified files: usr.bin/mg : main.c mg.1 Log message: add a detailed synopsis to mg(1); synchronize with usage. tweaks by jmc@ ok jmc@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/29 16:33:18 Modified files: japanese/kanatest: Makefile Log message: sync with cairo update. bump package. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/29 16:40:48 Log message: import py-elixir, a declarative mapper for SQLAlchemy. with help and ok from wcmaier@. Status: Vendor Tag: fgsch Release Tags: fgsch-20080529 N ports/databases/py-elixir/Makefile N ports/databases/py-elixir/distinfo N ports/databases/py-elixir/pkg/PLIST N ports/databases/py-elixir/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/29 16:43:08 Modified files: databases : Makefile Log message: enter py-elixir. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/29 20:41:12 Modified files: education/drgeo: Makefile Log message: sync with cairo update. bump package. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/29 22:59:34 Modified files: sys/dev/pci : uhci_pci.c Log message: Remove unused NetBSD code for dmesg printing. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/29 23:08:29 Modified files: sys/dev/mii : nsgphy.c Log message: some KNF. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/29 23:58:20 Modified files: usr.sbin/dhcpd : sync.c Log message: correct size of iov[]; ralf.horstmann@gmx.de CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/05/30 00:00:57 Modified files: . : index.html openssh : index.html Log message: Add my own CA mirror. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/30 00:37:38 Modified files: sys/dev : video.c video_if.h sys/dev/usb : uvideo.c Log message: Allocate static buffer for software frame buffer and make sure to not overflow it. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/30 02:23:49 Modified files: mail/evolution : Makefile mail/evolution/patches: patch-configure mail/evolution/pkg: PLIST Log message: - remove warning about building this port when a previous version is already installed - link with pthread, not lpthread - fix WANTLIB - regen PLIST "please commit it" jasper@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/30 03:41:21 Modified files: plan9/9libs : Makefile plan9/9wm : Makefile plan9/larswm : Makefile plan9/w9wm : Makefile Log message: sync WANTLIB. bump package. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/30 05:06:17 Modified files: usr.bin/cvs : diff.c diff_internals.c Log message: diff -D support, also a change in diff_internals to properly print file name or /dev/null, if file has been removed or added. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/05/30 05:40:24 Modified files: games/wormux : Makefile Added files: games/wormux/patches: patch-src_sound_jukebox_cpp Log message: Backport a patch from svn r4546 to fix a crash when sound device is busy, cf https://gna.org/bugs/index.php?11754 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/30 07:26:12 Modified files: sys/dev/pci : pcidevs Log message: add the intel turbo memory device id ok dlg@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/30 07:29:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/30 08:08:40 Modified files: cad/gerbv : Makefile cad/pcb : Makefile cad/xnecview : Makefile Log message: - WANTLIB += pixman-1 - set GPL version while here CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/30 08:22:48 Modified files: sys/net : pf.c pf_ioctl.c pfvar.h Log message: trivial KNF before we go further CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/30 09:49:29 Modified files: www/p5-pQuery : Makefile distinfo www/p5-pQuery/pkg: PLIST Removed files: www/p5-pQuery/patches: patch-lib_pQuery_pm Log message: update to version 0.07 and remove patches accepted upstream confirmed by maintainer CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/30 10:11:32 Modified files: usr.bin/cvs : cvs.c Log message: Set up cmdp before first possible call of fatal to avoid NULL pointer dereference in logging code. Spotted by Igor Zinovik. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/30 10:14:34 Modified files: usr.bin/cvs : update.c Log message: Keyword expansion must not be set if no RCS file is available, for example a newly added but not yet committed file. Fixes segfault. ok joris CVSROOT: /cvs Module name: src Changes by: av@cvs.openbsd.org 2008/05/30 11:41:30 Modified files: usr.bin/cdio : mmc.c Log message: cdio's blank command blanked CD twise. Fixed. ok jakemsr krw millert ratchov CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/30 13:06:50 Modified files: usr.sbin/openssl: openssl.1 Log message: -salt is default for "openssl enc"; from djm tweaked with some help from Matthew Dempsky and djm ok djm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/30 13:09:42 Modified files: lib/libc/gen : sysctl.3 Log message: fix a broken Xr; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/30 13:43:06 Modified files: games/pokerth : Makefile Log message: - this port has a maintainer now: Mikko Tolmunen , thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/30 14:53:14 Modified files: sys/arch/i386/conf: RAMDISKB Log message: skip ext2fs on this CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/30 16:05:32 Modified files: build : mirrors.dat Log message: - disable some out-of-sync mirrors, already warned by email - anoncvs.estpak.ee now also runs a cvsync mirror CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/30 16:07:37 Modified files: . : cvsync.html ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: regen CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/30 17:10:16 Modified files: sys/arch/i386/i386: machdep.c Log message: Remove the untracked mapping before calling uvm_km_free(), otherwise the code will treat it as a tracked one and panic down the road. fixes one of the crashes reported in PR/5828. miod@ ok. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/30 17:25:10 Modified files: mail/dovecot : Makefile distinfo Log message: update dovecot-sieve to new version, from Brad. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/30 20:08:14 Modified files: sys/dev/pci : if_txp.c Log message: Clear the IFF_RUNNING/IFF_OACTIVE flags and the watchdog timer in txp_stop(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/30 20:41:25 Modified files: sys/dev/ic : gem.c Log message: Properly set the IFF_OACTIVE flag if all the descriptrs are in use for the TX ring and clear the flag when some have been freed. ok dlg@ kettenis@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/30 20:44:11 Modified files: sys/dev/pci : if_cas.c Log message: Properly set the IFF_OACTIVE flag if all the descriptrs are in use for the TX ring and clear the flag when some have been freed. ok kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/05/30 22:13:28 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.macppc md.mvme68k md.sgi md.sparc md.sparc64 md.zaurus distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.i386 md.macppc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/05/30 23:12:30 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: add my icbm address ok merdeley@ "fuck yes, looks good" jdixon@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/31 02:53:16 Modified files: sys/dev/pci : pcidevs Log message: Add Emulex LP10000. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/31 02:58:31 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/31 03:03:20 Log message: import gdevilspie 0.3 A user friendly interface to the devilspie window matching daemon, to create rules easily. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080531 N ports/x11/gdevilspie/Makefile N ports/x11/gdevilspie/distinfo N ports/x11/gdevilspie/pkg/DESCR N ports/x11/gdevilspie/pkg/PLIST N ports/x11/gdevilspie/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/31 03:04:53 Modified files: sys/dev/pci : pcidevs Log message: Add PLX 6520 PCIX-PCIX bridge. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/31 03:06:28 Modified files: x11 : Makefile Log message: - add gdevilspie CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/31 03:09:44 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/31 03:45:02 Modified files: sbin/fdisk : part.c Log message: add hfs+ type. deraadt@ ok CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/31 03:50:34 Modified files: x11/qt3 : Makefile Added files: x11/qt3/patches: patch-src_tools_qglobal_h Log message: fix build issue with latest x11 muck-up. since we remove part of the exposed interface, bump library, to be sure. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/31 04:07:45 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-configure_in patch-src_cf_data_pre www/squid/pkg : DESCR PLIST Added files: www/squid/patches: patch-helpers_negotiate_auth_squid_kerb_auth_Makefile_in www/squid/pkg : PFRAG.ldap Log message: - update squid to 2.6STABLE20 - update license marker - remove transparent flavor - add ldap flavor from brad@ (MAINTAINER), testing by several users CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/31 04:08:18 Modified files: www : Makefile Log message: - sync with squid's flavors CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/31 05:39:30 Modified files: share/man/man4 : sk.4 Log message: List Fujitsu crds supported by sk(4). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/31 05:53:46 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: add a marker for true binary files to be used by prelinking CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/31 09:54:38 Modified files: x11/qt3 : Makefile Log message: when you bump the library version, the plugin path changes too CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/31 10:36:49 Modified files: dist/Mesa : Makefile dist/Mesa/bin : mklib dist/Mesa/configs: darwin default linux-static linux-x86-64-static linux-x86-static dist/Mesa/docs : faq.html fbdev-dri.html news.html relnotes-7.0.2.html relnotes.html shading.html dist/Mesa/include/GL: glext.h dist/Mesa/src/glx/x11: indirect_vertex_array.c dist/Mesa/src/mesa: Makefile dist/Mesa/src/mesa/drivers/common: driverfuncs.c dist/Mesa/src/mesa/drivers/dri: Makefile.template dist/Mesa/src/mesa/drivers/dri/common: dri_util.c dist/Mesa/src/mesa/drivers/dri/gamma: gamma_render.c dist/Mesa/src/mesa/drivers/dri/i810: i810render.c dist/Mesa/src/mesa/drivers/dri/i915: intel_render.c dist/Mesa/src/mesa/drivers/dri/i915tex: i830_vtbl.c i915_tex_layout.c i915_vtbl.c intel_batchbuffer.c intel_batchbuffer.h intel_blit.c intel_buffers.c intel_context.c intel_context.h intel_mipmap_tree.c intel_mipmap_tree.h intel_render.c intel_screen.h intel_tris.c dist/Mesa/src/mesa/drivers/dri/i965: brw_aub_playback.c brw_clip.c brw_clip_state.c brw_clip_tri.c brw_clip_util.c brw_defines.h brw_eu.c brw_eu.h brw_eu_emit.c brw_gs.c brw_misc_state.c brw_sf.c brw_sf.h brw_sf_emit.c brw_sf_state.c brw_state.h brw_state_batch.c brw_state_upload.c brw_structs.h brw_tex_layout.c brw_urb.c brw_vs.c brw_vs_emit.c brw_wm.c brw_wm_emit.c bufmgr_fake.c intel_context.c intel_context.h intel_mipmap_tree.c intel_mipmap_tree.h dist/Mesa/src/mesa/drivers/dri/intel: intel_tex_layout.c intel_tex_layout.h dist/Mesa/src/mesa/drivers/dri/mga: mgarender.c dist/Mesa/src/mesa/drivers/dri/r200: r200_tcl.c r200_texstate.c dist/Mesa/src/mesa/drivers/dri/r300: r300_cmdbuf.c r300_context.h r300_ioctl.c r300_reg.h r300_state.c dist/Mesa/src/mesa/drivers/dri/radeon: radeon_chipset.h radeon_screen.c radeon_tcl.c dist/Mesa/src/mesa/drivers/dri/s3v: s3v_render.c dist/Mesa/src/mesa/drivers/dri/savage: savagerender.c dist/Mesa/src/mesa/drivers/dri/unichrome: via_render.c dist/Mesa/src/mesa/drivers/fbdev: glfbdev.c dist/Mesa/src/mesa/drivers/windows/gdi: wgl.c wmesa.c dist/Mesa/src/mesa/drivers/x11: xm_dd.c dist/Mesa/src/mesa/main: buffers.c config.h context.c context.h dd.h drawpix.c enable.c fbobject.c get.c glheader.h imports.h mtypes.h points.c state.c texenvprogram.c teximage.c texobj.c texstore.c varray.c version.h dist/Mesa/src/mesa/shader: arbprogparse.c arbprogram.c arbprogram_syn.h prog_execute.c prog_execute.h prog_parameter.c prog_statevars.c prog_statevars.h program.c shader_api.c dist/Mesa/src/mesa/shader/slang: slang_builtin.c slang_codegen.c slang_emit.c dist/Mesa/src/mesa/shader/slang/library: slang_common_builtin.gc slang_common_builtin_gc.h dist/Mesa/src/mesa/swrast: s_aalinetemp.h s_aatritemp.h s_context.c s_context.h s_drawpix.c s_fragprog.c s_linetemp.h s_pointtemp.h s_readpix.c s_texfilter.c s_triangle.c s_tritemp.h swrast.h dist/Mesa/src/mesa/swrast_setup: ss_context.c ss_triangle.c ss_tritmp.h dist/Mesa/src/mesa/tnl: t_vb_program.c t_vertex_sse.c tnl.h dist/Mesa/src/mesa/tnl_dd: t_dd_tritmp.h dist/Mesa/src/mesa/vbo: vbo_context.c vbo_exec.h vbo_exec_api.c vbo_exec_array.c vbo_save.c dist/Mesa/src/mesa/x86/rtasm: x86sse.c x86sse.h dist/Mesa/windows/VC8/progs/glut: glut.vcproj lib/libGL : shlib_version lib/libGL/libmesa: Makefile Added files: dist/Mesa/configs: darwin-fat-32bit darwin-fat-all dist/Mesa/docs : memory.html relnotes-7.0.3.html dist/Mesa/src/glw: glw.pc.in dist/Mesa/src/glx/x11: indirect_dispatch.c indirect_dispatch.h indirect_dispatch_swap.c indirect_reqsize.c indirect_reqsize.h indirect_size_get.c indirect_size_get.h indirect_table.c Removed files: dist/Mesa/configs: darwin-x86ppc dist/Mesa/src/mesa/x86: matypes.h Log message: Update to Mesa 7.0.3. tested my oga@ and johan@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/31 11:03:52 Modified files: sys/dev/pci : if_cas.c Log message: Turn the rx descriptor ring into a real ring instead of letting things fall off the end. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/05/31 11:37:53 Modified files: textproc/gtkaml: Makefile Added files: textproc/gtkaml/patches: patch-src_GtkamlImplicitsStore_c Log message: fix a gint-gsize-confusion to get rid of a bus error on sparc64 tested by jasper CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/05/31 12:49:22 ports/devel/cxxtools/patches Update of /cvs/ports/devel/cxxtools/patches In directory cvs.openbsd.org:/tmp/cvs-serv23504/patches Log Message: Directory /cvs/ports/devel/cxxtools/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/05/31 12:50:07 Added files: devel/cxxtools/patches: patch-include_cxxtools_config_h_in Log message: fix build on sparc64, missing define no PKGNAME bump needed CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/31 14:51:29 Log message: import tmux 0.2 tmux is a "terminal multiplexer", it enables a number of terminals (or windows) to be accessed and controlled from a single terminal. tmux is intended to be a simple, modern, BSD-licensed alternative to programs such as GNU screen. port made by brynet at gmail, and Nicholas Marriott (maintainer) Status: Vendor Tag: nicm Release Tags: nicm-20080531 N ports/misc/tmux/Makefile N ports/misc/tmux/distinfo N ports/misc/tmux/pkg/DESCR N ports/misc/tmux/pkg/PLIST N ports/misc/tmux/patches/patch-tty_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/31 14:52:29 Modified files: misc : Makefile Log message: +tmux CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/31 15:06:32 Modified files: x11/numlockx : Makefile distinfo Log message: update to 1.1 from Thomas Delaet (maintainer) CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/31 15:10:36 Modified files: usr.bin/talk : get_names.c Log message: synchronize usage and synopsis. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/31 16:02:03 Modified files: share/man/man4 : acpi.4 acpithinkpad.4 Log message: Thinkpad -> ThinkPad CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/31 16:24:51 Modified files: print/system-config-printer: Makefile print/system-config-printer/patches: patch-system-config-printer_desktop_in Log message: - fix path CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/31 16:49:03 Modified files: sys/dev/pci : if_cas.c if_casreg.h Log message: Apparently the interrupt status register doesn't always replicate the TX completion register correctly, so read the completion register instead. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/31 17:04:39 Modified files: math/graphviz : Makefile Log message: - gettext already pulls in libiconv, so no need to do it twice from brad@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/31 17:11:54 Modified files: productivity/grisbi: Makefile productivity/osmo: Makefile productivity/workrave: Makefile Log message: sync WANTLIB, bump package version. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/31 17:42:48 Modified files: share/man/man4 : bge.4 Log message: Add Fujitsu adapters. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/31 17:50:33 Modified files: sys/dev/pci : ahci.c Log message: if a dma mapping contains oddly addressed or odd length segments, then we reject that mapping. this diff cleans up the mapping if it fails those diagnostics. found while looking into an issue for krw@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/31 17:50:57 Modified files: news/pan : Makefile Log message: sync WANTLIB, bump package version. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/31 20:45:59 Modified files: distrib/miniroot: install.sh Log message: Don't copy empty files into installed system's /etc. Tweak comment and mention boot.conf and ttys. No functional change. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/06/01 00:04:08 Modified files: faq : current.html Log message: Fix capitalization for IPv6. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/01 01:19:05 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-bad/pkg: DESCR-main PLIST-main Added files: multimedia/gstreamer-0.10/plugins-bad/pkg: DESCR-real PLIST-real Log message: factor real plugin into own subpackage, as it supports only i386/amd64 fixes build on other architectures CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/01 02:21:15 Modified files: multimedia/avidemux: Makefile multimedia/dvdauthor: Makefile multimedia/dvdstyler: Makefile multimedia/ffmpeg2theora: Makefile multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/libquicktime: Makefile multimedia/mjpegtools: Makefile multimedia/pspvc: Makefile multimedia/xine-lib: Makefile multimedia/xine-ui: Makefile Log message: sync WANTLIB, bump package version. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/01 04:08:35 Modified files: sys/dev/ic : acx.c acxreg.h Log message: Use 1Mbits/s as beacon sending rate; it seems to fix TX performance issue when using acx(4) as HostAP. From sephe@DraonFly ok mglocker@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/01 04:09:39 Modified files: usr.sbin/pkg_add/OpenBSD: PackingList.pm Log message: provision for reading only prelink related stuff from a package (maybe a bit more, we'll trim it as fitting). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/01 04:17:45 Modified files: sys/dev/ic : acx111.c Log message: ACX111 parts can't send using short slot time, but it seems to have no problem to receive packets sent using short slot time. Turn on short slot time support, so that we don't prevent other STA from using short slot time. From sephe@DragonFly ok mglocker@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/01 06:13:47 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Remove iobviously untrue comment. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/01 07:00:45 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/01 07:05:30 Modified files: . : 3RDPARTY Log message: new upstream releases CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/01 07:29:48 Modified files: games/gcompris : Makefile Log message: - fix PKGNAME spotted by Stephan F Andre , thanks! CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/01 07:53:05 Log message: import p5-Catalyst-Plugin-Cache-Memcached This module extends the Catalyst base class with a distributed cache to allow arbitrary data caching using memcached. from Jim Razmus Status: Vendor Tag: simon Release Tags: simon_20080601 N ports/www/p5-Catalyst-Plugin-Cache-Memcached/Makefile N ports/www/p5-Catalyst-Plugin-Cache-Memcached/distinfo N ports/www/p5-Catalyst-Plugin-Cache-Memcached/pkg/PLIST N ports/www/p5-Catalyst-Plugin-Cache-Memcached/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/01 07:53:08 Modified files: www : Makefile Log message: add p5-Catalyst-Plugin-Cache-Memcached CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/01 08:56:06 Modified files: textproc/libxml: Makefile textproc/libxml/pkg: PLIST-main Removed files: textproc/libxml/patches: patch-doc_Makefile_in Log message: - install html devhelp files "looks ok" steven@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/01 09:07:00 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: - make it possible to merge files from xetcXX only man page bits by jmc@ suggested by an ok jdixon@ merdely@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/01 09:27:46 Modified files: comms/jpilot : Makefile distinfo comms/jpilot/patches: patch-Expense_Makefile_in patch-KeyRing_Makefile_in patch-SyncTime_Makefile_in comms/jpilot/pkg: DESCR PLIST Removed files: comms/jpilot/patches: patch-configure patch-docs_Makefile_in patch-icons_Makefile_in patch-jpilot_c patch-print_c Log message: - update jpilot-1.6.0 * support for MemosDB-PMem and ContactsDB-PAdd * added sortable columns in KeyRing * many bug fixes and small changes - rework DESCR - use textproc/intltool MODULE CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/01 09:34:48 Modified files: comms/jpilot-syncmal: Makefile comms/jpilot-syncmal/pkg: PLIST Removed files: comms/jpilot-syncmal/pkg: PFRAG.shared Log message: - set SHARED_ONLY - fix WANTLIB CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/01 09:49:25 Modified files: sys/arch/sparc/dev: isp_sbus.c sys/dev/sbus : isp_sbus.c sys/dev/pci : isp_pci.c sys/dev/ic : isp_openbsd.h Log message: Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64. ok marco@, krw@, deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/01 10:18:49 Modified files: share/man/man4 : vlan.4 Log message: Remove further mentioning of HW VLAN stripping. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/01 10:32:31 Log message: import p5-Catalyst-Plugin-Markdown This module adds a method to Catalyst for accessing a persistent and ready to use Text::Markdown object. from Jim Razmus Status: Vendor Tag: simon Release Tags: simon_20080601 N ports/textproc/p5-Catalyst-Plugin-Markdown/Makefile N ports/textproc/p5-Catalyst-Plugin-Markdown/distinfo N ports/textproc/p5-Catalyst-Plugin-Markdown/pkg/DESCR N ports/textproc/p5-Catalyst-Plugin-Markdown/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/01 10:32:34 Modified files: textproc : Makefile Log message: add p5-Catalyst-Plugin-Markdown CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/01 11:17:25 Modified files: comms/gmfsk : Makefile comms/xdx : Makefile comms/gpsk31 : Makefile comms/xlog : Makefile comms/xastir : Makefile Log message: - fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/01 11:33:36 Modified files: comms/gnokii : Makefile comms/gnokii/pkg: PFRAG.no-no_x11 Log message: - libical gets picked up when installed, so add it to lib_depends - while here, regen PLIST and add GPL version number "go ahead" robert@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/01 11:59:55 Modified files: sys/arch/i386/i386: acpi_machdep.c sys/arch/amd64/amd64: acpi_machdep.c sys/dev/acpi : acpi.c acpiac.c acpiasus.c acpibat.c acpibtn.c acpicpu.c acpidebug.c acpidock.c acpiec.c acpiprt.c acpithinkpad.c acpitz.c amltypes.h dsdt.c dsdt.h Log message: Re-enable new parser. Lots of testing by various folks. Fits all media now too. ok kettenis deraadt CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/01 12:14:26 Modified files: sys/dev/acpi : acpi.c Log message: Fix \n nit in SMALL_KERNEL. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/01 12:38:29 Modified files: sbin/mount_portal: mount_portal.c usr.bin/pmdb : signal.c usr.bin/tip : tip.c usr.sbin/ypserv/ypinit: ypinit.8 Log message: synchronize synopsis and usage. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/01 14:25:50 Modified files: databases/p5-DBI: Makefile distinfo databases/p5-DBI/pkg: PLIST Log message: update to version 1.604 same diff and testing from Pierre-Emmanuel André CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/06/01 14:34:33 Modified files: . : sparc64.html Log message: Mention PRIMEPOWER 650/850 as supported. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/01 14:39:26 Modified files: www/fcgi : Makefile www/fcgi/patches: patch-libfcgi_Makefile_in patch-libfcgi_os_unix_c Added files: www/fcgi/patches: patch-perl_FCGI_PL Log message: make IPC::{Run,Run3,Open3} and friends happy under FastCGI, regen patches and bump CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/01 14:42:19 Modified files: www/p5-Catalyst-Runtime: Makefile distinfo Log message: maintenance update to version 5.7014 CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/06/01 14:50:40 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/01 15:13:54 Modified files: sys/dev/pci : pcidevs Log message: Add Emulex LP9000. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/01 15:15:24 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/01 15:29:49 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Unlink handled interrupts from the list of pending interrupts atomically. Fixes a problem where softclock would stop running under heavy load. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/01 15:42:30 Modified files: usr.bin/strings: strings.1 strings.c Log message: sort flags; synchronize synopsis and usage. ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/01 15:45:08 Modified files: share/man/man8 : yp.8 usr.bin/ypmatch: ypmatch.c usr.sbin/ypserv/yppush: yppush.8 yppush.c usr.sbin/ypserv/ypxfr: ypxfr.8 ypxfr.c Log message: sort flags; synchronize synopsis and usage; style(9). tweaked by jmc@, thanks! ok jmc@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/01 16:25:03 Modified files: . : vax-simh.html Log message: 4.2 -> 4.3 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/01 21:45:52 Modified files: sys/dev/pci : pcidevs Log message: - Sort the QLogic entries by PCI id. - Remove a duplicate QLogic ISP6312 entry. - Add QLogic ISP25xx, ISP54xx, and ISP8432 FC id's. - Add QLogic ISP4032 iSCSI id's. - Add all the other Emulex Light Pulse FC PCI id's. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/01 21:46:21 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/02 00:01:15 Modified files: usr.bin/tail : read.c Log message: fix double free which can happen if the last line has no newline; from Matthew Dempsky; ok ray@ millert@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/06/02 03:42:22 Modified files: sys/dev/usb : umsm.c Log message: fix kernel freeze when the device unpluged (and the device was still active) ok jsg@ pyr@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/06/02 03:58:15 Modified files: sys/dev/usb : ehci.c Log message: fix DEBUG flag. without EHCI_DEBUG, ehcidebug is not defined. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/06/02 04:33:34 Modified files: x11/qt4 : Makefile distinfo x11/qt4/patches: patch-config_tests_unix_cups_cups_pro patch-src_network_qsslsocket_openssl_symbols_cpp patch-src_network_qsslsocket_openssl_symbols_p_h x11/qt4/pkg : PLIST-html Log message: minor update to qt 4.3.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/02 04:46:04 Modified files: comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/files: setup Log message: - use tty00 by default for {in,out}coming voice+fax CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/02 05:16:26 Modified files: usr.sbin/ypserv/ypxfr: ypxfr.8 Log message: sort options in DESCRIPTION. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/02 05:38:22 Modified files: sys/net : pf.c Log message: Fix synproxy breakage introduced with the state table reorganization. Bug report and testing from Otto Bretz. ok henning@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/02 05:39:39 Modified files: net/axel : Makefile distinfo Log message: new version, moved to alioth.debian.org and fixes some bugs. ok Girish Venkatachalam (MAINTAINER). CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/02 05:46:19 Modified files: sys/arch/amd64/amd64: machdep.c Log message: Move interrupt setup to before ddb setup not after. Makes early ddb (boot -d/ddb from ukc) work on amd64. Similiar to the change made in NetBSD by Andrew Doran. ok kettenis@ fgsch@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/02 06:05:41 Modified files: sys/dev/usb : usbdevs Log message: Add a bunch of ELV Elektronik ftdi based devices found in the Linux driver. Prompted by a diff adding the "ELV EM 1010" from MERIGHI Marcus CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/02 06:06:26 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/02 06:08:01 Modified files: sys/dev/usb : uftdi.c Log message: Add a bunch of ELV Elektronik ftdi based devices found in the Linux driver. Prompted by a diff adding the "ELV EM 1010" from MERIGHI Marcus CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/02 07:38:48 Modified files: x11/gnome/keyring: Makefile x11/gnome/keyring/patches: patch-common_gkr-unix-credentials_c x11/gnome/keyring/pkg: PLIST Added files: x11/gnome/keyring/patches: patch-common_Makefile_in Log message: - better patch ; from gnome bugzilla - regen PLIST CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/02 08:10:07 Modified files: audio/rhythmbox: Makefile databases/evolution-data-server: Makefile lang/vala : Makefile x11/gnome/at-spi: Makefile x11/gnome/panel: Makefile x11/gnome/desktop: Makefile x11/gnome/empathy: Makefile x11/gnome/gail : Makefile x11/gnome/gdl : Makefile x11/gnome/gedit: 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/librsvg: Makefile x11/gnome/libxklavier: Makefile x11/gnome/gok : Makefile x11/gnome/py-gnome: Makefile x11/gnome/utils: Makefile x11/gnome/totem-pl-parser: Makefile x11/gnome/py-gnome-desktop: Makefile x11/gnome/py-gnome-extras: Makefile x11/gnome/deskbar-applet: Makefile devel/libglademm: Makefile graphics/evince: Makefile www/epiphany : Makefile x11/gtk+2 : Makefile x11/gnome/scan : Makefile x11/gnome/vfs2 : Makefile x11/gtk2mm : Makefile x11/gnome : gnome.port.mk x11/gnome/session: Makefile Log message: - remove support for MODGNOME_DEVHELP_FILES from the gnome MODULE ; it makes more sense to add devhelp as run_depends for gnome-session and leave it to the user to install it manually for other packages "if you're as happy as a pig in poop, commit it" jasper@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/02 08:10:54 Modified files: education/gtypist: Makefile distinfo Log message: sync with upstream bug fix release 2.8.1, no code changes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/02 08:34:41 Modified files: databases/gq : Makefile databases/keximdb: Makefile databases/mdbtools/snapshot: Makefile databases/mysql-administrator: Makefile databases/mysql-query-browser: Makefile Log message: sync WANTLIB, bump package version CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/06/02 09:30:35 Modified files: sys/dev/acpi : acpithinkpad.c Log message: ignore a brightness changed event from Stefan Sperling CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/02 09:37:10 Modified files: x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/xfce4-session: Makefile Log message: - remove p5-XML-Parser from BUILD_DEPENDS ; it get inherited from Makefile.inc via textproc/intltool CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/02 09:42:21 Modified files: sys/uvm : uvm_swap.c Log message: Round up the numbers of keys to allocate, so that the last 128 page area gets correctly encrypted if the swap isn't a multiple of 128 pages. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/02 09:43:59 Modified files: sys/scsi : scsi_all.h Log message: Shrink scsi_mode_sense_buf to 254 bytes so ahci doesn't get upset at trying to dma-map odd length data areas. No other alignment should be required according to miod@. Makes my new SATA tape drive work. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/06/02 10:33:39 Modified files: etc : rc Log message: - add a full stop for consistency ok deraadt@ dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/02 10:42:47 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/patches: patch-tests_Makefile_in devel/libsoup/pkg: PFRAG.shared PLIST Log message: - update libsoup to 2.4.1 (again) - fix license marker ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/02 10:43:58 Modified files: x11/gnome/seahorse: Makefile distinfo x11/gnome/seahorse/pkg: PLIST Removed files: x11/gnome/seahorse/patches: patch-plugins_applet_docs_C_seahorse-applet_xml patch-plugins_applet_docs_oc_seahorse-applet_xml Log message: - update seahorse to 2.22.2 - fix license marker ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/02 10:46:26 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-calendar_libical_configure patch-calendar_libical_src_libical_icaltz-util_c patch-configure patch-libedataserver_e-dbhash_c databases/evolution-data-server/pkg: PLIST Added files: databases/evolution-data-server/patches: patch-docs_reference_camel_Makefile_in Log message: - update evolution-data-server to 2.22.2 * support for google calendar * faster spam filtering * loads of bugs fixed ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/02 10:49:56 Modified files: mail/evolution : Makefile distinfo mail/evolution/patches: patch-widgets_e-timezone-dialog_e-timezone-dialog_c mail/evolution/pkg: PFRAG.shared PLIST Log message: - update evolution to 2.22.2 * some 300 bugs were fixed * better spam filtering * easier on system resources * lots of code cleanups/fixes - fix license marker ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/02 10:50:58 Modified files: mail/evolution-plugin-rss: Makefile mail/evolution-plugin-rss/pkg: PLIST Log message: - sync PLIST after evolution update ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/02 11:01:13 Modified files: sys/scsi : sd.c Log message: Don't spew sense errors (e.g. 'media not present') when probing a device. Fallout from doing better PREVENT ALLOW dance. Prodded by marco@ as a result of a report from Andreas Kahari on tech@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/02 11:02:44 Modified files: net/nbtscan : Makefile distinfo Added files: net/nbtscan/patches: patch-nbtscan_c Log message: - update to version which fixes a segfault reading hosts from a file - add a patch to use correct array length. problems reported by rlewandowski at kig dot pl looks sane to jasper CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/06/02 11:03:25 Modified files: usr.bin/aucat : abuf.h aproc.c Log message: Allows any input/output stream to underrun/overrun without disturbing other streams. Beside making aucat usable with slow apps (eg. cdio), this change will ease turning aucat into an audio server later if one of the input buffers underruns, then silence is generated in place of the missing samples. Later, as many samples are dropped in order to maintain the stream in sync with the rest if one of the output buffers overruns then newer samples are discarded. Later silence is generated in order to maintain the stream in sync with the rest. ok jakemsr CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/06/02 11:04:32 Modified files: usr.bin/aucat : aucat.c Log message: (remove -d, first part) replace -d flag by AUCAT_DEBUG environment variable. This eases turning debugging on/off when aucat is started by another program. "i like the idea" jakemsr CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/06/02 11:05:12 Modified files: usr.bin/aucat : aproc.c aucat.c file.h Log message: since underruns/overruns are handled outside devices, remove code that check for xruns in devices. ok jakemsr CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/06/02 11:05:45 Modified files: usr.bin/aucat : aucat.c Log message: (remove -d, second part) use strtonum() instead of sscanf() and inlined checks suggested and ok jakemsr CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/06/02 11:06:37 Modified files: usr.bin/aucat : abuf.h aproc.c aproc.h aucat.c Log message: allow the user to choose the aucat behaviour when underruns/overruns occur on a per-stream basis, using -Xx flags. There are 3 possible policies: - ignore : ignores underruns/overruns, for instance, this mode could be used for creating simple pipes with utilities; like in your last cdio diff. - sync : insert/discard samples in order to keep all streams in sync, useful for multi-tracker-like apps and/or to sync midi/video/whatever on audio streams (this was the previous behaviour) - error : if overruns/underruns occur, consider it as fatal error and kill the corresponding stream (without disturbing others). Useful, for reliable recordings (and/or debugging aucat itself:). ok jakemsr CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/06/02 11:08:11 Modified files: usr.bin/aucat : aucat.c dev_sun.c Log message: if aucat is suspended, then the kernel continues running the device (produces silence) and later, once aucat is resumed the kernel starts dropping samples, it will try to drop as many samples as silence was produced. So suspending breaks the aucat process permanently. workaround this by blocking the signals ie disabling suspending of aucat from the tty. The long term solution would be to catch SIGCONT and to stop the device, resync/refill buffers and restart the device. That's really a lot of work... ok jakemsr CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/06/02 11:08:51 Modified files: usr.bin/aucat : aucat.c Log message: currently, we start the device as soon as write() blocks; it's better to continue filling the play buffer until it's full. This way, the play buffer has fewer chances to underrun when the device is started. ok jakemsr CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/06/02 11:09:51 Modified files: usr.bin/aucat : aucat.1 aucat.c Log message: document latest changes: -d flag is replaced by AUCAT_DEBUG environment variable, new -xX options bits from eric, ok jakemsr CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/06/02 11:16:49 Modified files: databases/py-psycopg2: Makefile distinfo databases/py-psycopg2/pkg: PLIST Log message: Update to 2.0.7. Original diff from Valery Masiutsin , thanks! Tweaks and regress from martynas@ and me. ok merdely@, martynas@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/06/02 11:29:56 Modified files: net/yt : Makefile net/yt/files : yt.lua Log message: - remove origin - remove redundant substitution - better pattern for watch_fullscreen - bump package name "sounds good" jolan@; tested by Wiktor Izdebski CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/06/02 11:43:10 Modified files: net/yt : Makefile net/yt/files : yt.lua Log message: - add support for Google Video - bump package name "sounds good" jolan@; tested by Wiktor Izdebski CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/02 11:54:35 Modified files: x11/qt3 : qt3.port.mk Log message: sync plugin directory with qt library bump CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/02 11:58:24 Modified files: x11/gnome/applets2: Makefile x11/gnome/at-spi: Makefile x11/gnome/baker: Makefile x11/gnome/build: Makefile x11/gnome/controlcenter2: Makefile x11/gnome/dasher: Makefile x11/gnome/deskbar-applet: Makefile x11/gnome/devhelp: Makefile x11/gnome/eel : Makefile x11/gnome/ekiga: Makefile x11/gnome/empathy: Makefile x11/gnome/eog : Makefile x11/gnome/file-roller: Makefile x11/gnome/gail : Makefile x11/gnome/gcalctool: Makefile x11/gnome/gdl : Makefile x11/gnome/gdm : Makefile x11/gnome/gedit: Makefile x11/gnome/gedit-plugins: Makefile x11/gnome/ggv : Makefile x11/gnome/ghex : Makefile x11/gnome/gnopernicus: Makefile x11/gnome/gok : Makefile x11/gnome/gossip: Makefile x11/gnome/gucharmap: Makefile x11/gnome/keyring-manager: Makefile x11/gnome/libbonoboui: Makefile x11/gnome/libgail-gnome: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomecanvasmm: Makefile x11/gnome/libgnomekbd: Makefile x11/gnome/libgnomemm: Makefile x11/gnome/libgnomeprintui: Makefile x11/gnome/libgnomeui: Makefile x11/gnome/libgnomeuimm: Makefile x11/gnome/libgtkhtml: Makefile x11/gnome/librsvg: Makefile x11/gnome/scan : Makefile x11/gnome/session: Makefile x11/gnome/ssh-askpass: Makefile x11/gnome/terminal: Makefile x11/gnome/totem: Makefile x11/gnome/totem-pl-parser: Makefile x11/gnome/utils: Makefile x11/gnome/vinagre: Makefile x11/gnome/vino : Makefile x11/gnome/yelp : Makefile x11/gnome/zenity: Makefile Log message: sync WANTLIB, bump package version CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/06/02 12:13:15 Modified files: net/ejabberd : Makefile distinfo net/ejabberd/pkg: PLIST Added files: net/ejabberd/files: README.OpenBSD net/ejabberd/patches: patch-src_ejabberd_cfg_example patch-src_ejabberdctl_template net/ejabberd/pkg: MESSAGE Removed files: net/ejabberd/files: ejabberd ejabberd.inetrc ejabberdctl net/ejabberd/patches: patch-src_ejabberd_s2s_in_erl Log message: - update to ejabberd-2.0.1 - drop privilegies in ejabberdctl - add README.OpenBSD from maintainer Wiktor Izdebski; with tweaks from me tested by Wiktor Izdebski, Simon Kuhnle and sthen@ ok sthen@ CVSROOT: /cvs Module name: www Changes by: martynas@cvs.openbsd.org 2008/06/02 12:21:35 Modified files: . : i386-laptop.html Log message: acpi support; ok johan@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/02 13:06:17 Modified files: usr.sbin/spray : spray.8 spray.c Log message: spray takes no additional arguments; from ferdek.y.no-ip.pl CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/02 13:38:09 Modified files: editors/ht : Makefile distinfo editors/ht/patches: patch-configure Log message: - update to 2.0.14 - fixes endianess bug - upstream accepted partial configure patch ok merdely@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/02 13:39:08 Modified files: sys/arch/sparc64/dev: psycho.c Log message: No need to enable the interrupt in psycho_set_intr(); intr_establish() already does that for us. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/06/02 14:09:01 Modified files: www/igal : Makefile distinfo www/igal/pkg : PLIST Log message: Update to 1.4.7 (new upstream developer and homepage, and some funny new features). From Giovanni Bechis. While here, be explicit about the GPL version (v2). ok sthen@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/06/02 14:09:53 Modified files: x11/slock : Makefile distinfo x11/slock/patches: patch-Makefile patch-config_mk Removed files: x11/slock/patches: patch-slock_c Log message: Update to 0.8. Diff originally from Gleydson Soares , who also takes maintainership. Thanks! Tweaks from kili@ (the Makefile nazi) and myself. ok kili@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/02 15:22:28 Modified files: devel/p5-Catalyst-Plugin-StackTrace: Makefile distinfo Log message: update to version 0.08 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/02 15:26:21 Modified files: devel/p5-Data-Visitor: Makefile distinfo Log message: update to version 0.15, add p5-Tie-ToObject to RUN_DEPENDS CVSROOT: /cvs Module name: www Changes by: kili@cvs.openbsd.org 2008/06/02 15:29:17 Modified files: . : armish.html Log message: Fix thecus urls. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/02 15:40:47 Modified files: devel/p5-Module-Pluggable: Makefile distinfo Log message: maintenance update to version 3.8 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/02 15:43:30 Modified files: devel/p5-Module-ScanDeps: Makefile distinfo Log message: maintenance update to version 0.84 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/02 16:02:24 Log message: import p5-Perl6-Junction This is a lightweight module which provides 'Junction' operators, the most commonly used being any and all. Inspired by the Perl6 design docs. Provides a limited subset of the functionality of Quantum::Superpositions. Status: Vendor Tag: simon Release Tags: simon_20080603 N ports/devel/p5-Perl6-Junction/distinfo N ports/devel/p5-Perl6-Junction/Makefile N ports/devel/p5-Perl6-Junction/pkg/DESCR N ports/devel/p5-Perl6-Junction/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/02 16:02:29 Modified files: devel : Makefile Log message: add p5-Perl6-Junction CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/02 16:06:16 Modified files: devel/p5-File-Copy-Recursive: Makefile distinfo Log message: maintenance update to version 0.36 and spacing corrections ok okan@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/02 16:56:26 Modified files: textproc/p5-XML-XPathEngine: Makefile distinfo Log message: update to version 0.11 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/02 17:18:28 Modified files: usr.bin/aucat : aucat.1 Log message: - tweak previous - simplify -io descriptions CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/02 17:31:33 Modified files: usr.sbin/pkg_add/pod: OpenBSD::Intro.pod OpenBSD::Ustar.pod Log message: fix references to OpenBSD:Ustar; from Alan Bueno CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/02 17:33:51 Modified files: telephony/asterisk: Makefile Log message: - speex needs to be at least 1.2beta3 since the library was split in two: add pkgspec, bump -speex package version - adjust FULLPKGNAME handling so overrides can be shown clearly at the top of the Makefile - add space before assignment operator "FULLPKGNAME$i=" to avoid potential ambiguity with bad values of $i speex problem reported by jolan@, thanks! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/02 17:38:05 Modified files: usr.bin/aucat : aucat.1 Log message: fix up ENVIRONMENT a little; CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/02 18:07:29 Modified files: build : mirrors.dat Log message: ftp.fmed.uc.pt is back online, from Pedro Almeida. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/02 18:09:19 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/02 18:16:51 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-Makefile_in patch-dovecot-example_conf Removed files: mail/dovecot/patches: patch-src_auth_auth-request_c patch-src_imap-login_imap-proxy_c patch-src_imap_cmd-store_c patch-src_lib-storage_index_index-mail_c patch-src_lib-storage_index_mbox_mbox-storage_c patch-src_lib_randgen_c patch-src_login-common_ssl-proxy-openssl_c patch-src_plugins_acl_acl-cache_c patch-src_pop3-login_pop3-proxy_c patch-src_pop3_client_c Log message: Maintenance update, recent patches are now rolled into the distfile from upstream. From Brad. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/02 21:25:13 Modified files: sys/dev/pci : pcidevs Log message: - shorten the Emulex Light Pulse entries to use the names as mentioned on their web site/marketing material. We don't need to have the full name Light Pulse for each entry. ok deraadt@ - remove the duplicate Intel Turbo Memory entry. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/02 21:25: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 2008/06/02 21:51:13 Modified files: sys/dev/pci : pcidevs Log message: Add the PCI ids for the JMicron JMC250 and JMC260 Ethernet controllers. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/02 21:52:07 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/02 23:13:48 Modified files: proto/inputproto: ChangeLog Makefile.am XI.h configure.ac Log message: Revert to 1.4.2.1. The change that pulls Xmd.h in more headers is causing too much problems in ports. requested by espie@ and deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 00:59:25 Modified files: games/atomix : Makefile net/gajim : Makefile security/pidgin-otr: Makefile Log message: - use intltool MODULE instead of BUILD_DEPENDS on ::textproc/intltool no binary change - while here, add GPL license version where missing CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 01:41:58 Modified files: games/gcompris : Makefile games/gcompris/pkg: PLIST Log message: - fix building on an empty box spotted by sturm@ - regen PLIST while here CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/03 01:44:08 Log message: import gvfs 0.2.4 GVFS is a replacement for GnomeVFS, the GNOME Virtual File System GVFS consists of two parts: a shared library which is loaded by applications supporting GIO and GVFS itself, a collection of daemons which communicate with each other and the GIO module over D-Bus. This moves the virtual file systems out of client processes, contrary to GnomeVFS, but somewhat similar to KIO. GVFS will eventually replace gnome-vfs2, as more and more applications are ported to use GIO. In the meantime it remains unlinked from the builds. Earlier version of this port created while enjoying good beer at FOSDEM. Quite some patches are already accepted upstream in the meantime. Status: Vendor Tag: jasper Release Tags: jasper_20080603 N ports/x11/gnome/gvfs/distinfo N ports/x11/gnome/gvfs/Makefile N ports/x11/gnome/gvfs/pkg/DESCR N ports/x11/gnome/gvfs/pkg/PLIST N ports/x11/gnome/gvfs/pkg/PFRAG.shared N ports/x11/gnome/gvfs/patches/patch-programs_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 01:54:51 Modified files: misc/shared-mime-info: Makefile Log message: - remove p5-XML-Parser from BUILD_DEPENDS ; it is already triggered by the textproc/intltool MODULE CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 02:14:53 Modified files: x11/xfce4 : Makefile.inc Log message: - use textproc/intltool MODULE ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 03:08:23 Modified files: audio/p5-gnupod: Makefile Log message: - reverse logic: set BUILD_DEPENDS=${RUN_DEPENDS} and not the other way around CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 03:48:59 Modified files: x11/gtksourceview: Makefile Log message: - remove p5-XML-Parser from BUILD_DEPENDS, the gnome MODULE takes care of it already CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/03 04:32:19 Modified files: sys/dev/pci : aac_pci.c Log message: deal with a 64-bit BAR such as with PCIe chipsets. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 04:47:28 Modified files: textproc/sablotron: Makefile Log message: - add a small reminder comment so one does not have to wonder next time CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 04:54:04 Modified files: devel/gal2 : Makefile games/belooted : Makefile misc/gramps : Makefile Log message: - use textproc/intltool module instead of bundled intltool CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/03 06:11:43 Modified files: devel/libmtp : Makefile Log message: Use iconv module. From Brad. ok jasper@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/03 06:27:23 Modified files: sys/dev/pci : if_ixgb.c Log message: put code to print periodic debug statistics in #ifdef IXGB_DEBUG, shrinks the driver for about 990 bytes on i386. ok brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/03 06:45:28 Modified files: sys/dev/pci : if_em.c Log message: put code to print periodic debug statistics in #ifdef EM_DEBUG, shrinks the driver for about 292 bytes on i386. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/03 07:54:18 Modified files: lang/clisp : Makefile lang/clisp/pkg : PLIST Log message: - use gettext module noticed by Dasn -thanks! mkay jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 07:56:56 Modified files: textproc/scrollkeeper: Makefile Log message: - add comment about why we need to use bundled intltool for this port CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/03 08:15:04 Modified files: devel/glib2/patches: patch-glib_Makefile_in Log message: - add a note about why gtester-report is not installed CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/06/03 08:36:20 Modified files: usr.bin/aucat : dev_sun.c Log message: Allow aucat to play/record from input-only or output-only devices. ok jakemsr, ratchov CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/03 08:45:05 Modified files: lib/libpthread/uthread: uthread_getpeername.c uthread_getsockname.c uthread_getsockopt.c uthread_setsockopt.c Log message: Don't grab the fd read lock for getsockopt(2), setsockopt(2), getpeername(2) or getsockname(2). Its not needed and causes threads to block when another thread is blocked and holding the read lock. Instead just protect against fd state transitions. Blocking problem reported by David S H Rosenthal from lockss.org okay beck@ "looks sane" deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/03 08:56:09 Modified files: audio/tagtool : Makefile devel/geany : Makefile education/drgeo: Makefile graphics/gimp/stable: Makefile mail/mail-notification: Makefile productivity/workrave: Makefile sysutils/notification-daemon: Makefile www/galeon : Makefile Log message: - use the in-tree intltool utilities (textproc/intltool MODULE) instead of the ones bundled in sources PLIST_DB seems happy with the change so no bump CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/06/03 09:03:10 Modified files: net/ldns : Makefile.inc net/ldns/drill : Makefile distinfo net/ldns/libldns: Makefile distinfo net/ldns/libldns/patches: patch-Makefile_in net/ldns/libldns/pkg: PLIST net/ldns/utils : Makefile distinfo net/ldns/utils/pkg: PLIST Added files: net/ldns/libldns/patches: patch-configure Removed files: net/ldns/utils/patches: patch-examples_Makefile_in Log message: update to ldns v1.3.0 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/06/03 09:09:59 Modified files: net/unbound : Makefile net/unbound/pkg: PLIST Added files: net/unbound/patches: patch-configure Log message: make unbound use ldns from ports now that ldns 1.3.0 is released. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/03 10:34:43 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST-gnome PLIST-main Added files: devel/libgsf/patches: patch-thumbnailer_Makefile_in Removed files: devel/libgsf/patches: patch-configure_in Log message: - update libgsf to 1.14.8 - explicitly disable gvfs ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/03 10:35:42 Modified files: devel/goffice : Makefile distinfo devel/goffice/pkg: DESCR PLIST Removed files: devel/goffice/patches: patch-goffice_app_error-info_h patch-goffice_app_go-plugin-service_c patch-goffice_app_go-plugin_c patch-goffice_cut-n-paste_foocanvas_foo-canvas-rect-ellipse_c patch-goffice_cut-n-paste_foocanvas_foo-canvas_c patch-goffice_graph_gog-renderer-cairo_c patch-goffice_gtk_go-dock-item_c patch-goffice_gtk_go-locale-sel_c patch-goffice_utils_go-math_c patch-goffice_utils_go-regression_c patch-goffice_utils_regutf8_c Log message: - update goffice to 0.6.4 joint work with seth jackson, ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/03 10:36:54 Modified files: math/gnumeric : Makefile distinfo math/gnumeric/patches: patch-src_tools_solver_lp_solve_lp_solve_c math/gnumeric/pkg: DESCR PFRAG.shared PLIST Removed files: math/gnumeric/patches: patch-src_collect_c patch-src_file-autoft_c patch-src_format-template_c patch-src_parse-util_c patch-src_parser_c patch-src_print-info_c patch-src_ranges_c patch-src_regression_c patch-src_workbook-edit_c Log message: - update gnumeric to 1.8.3 joint work with seth jackson, ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/06/03 11:01:17 Modified files: . : books.html Log message: same as other files CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/03 11:14:21 Modified files: sys/dev/pci : vga_pci.c Log message: Simplify the use of pci_mapreg_map(). ok oga@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/03 11:21:22 Modified files: sys/sys : conf.h sys/dev/pci/drm: drmP.h drm_bufs.c drm_drv.c drm_fops.c drm_vm.c Log message: Make *drm(4) use D_CLONE so that the per-open data actually works. Since i'm modifying this code anyway, prepare for privsep by making it so that "master" openers must be root, and remove some spurious suser() checks. For example, every DRM_ROOT_ONLY ioctl is also DRM_MASTER. Without this change, privsep wouldn't work since the fd is no longer root owned. With this, X privsep should work as soon as the userland bits are done (currently unwritten). Looked over by kettenis@, ok thib@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/03 13:27:42 Modified files: usr.bin/aucat : aucat.1 Log message: group the descriptions for -CcHhEeRr in such a way as to avoid unneccessarily duplicating text; ok ratchov jakemsr CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/03 13:41:27 Modified files: net/ldns/drill : Makefile net/ldns/utils : Makefile Log message: fix-up WANTLIB ok jakob CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/03 13:51:02 Modified files: sbin/atactl : atactl.8 sbin/raidctl : raidctl.8 share/man/man4 : pfsync.4 share/man/man4/man4.socppc: tsec.4 usr.bin/shar : shar.1 Log message: fix some spacing issues; CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/03 15:27:47 Modified files: app/cwm : cwm.1 Log message: "Meta is a perfectly well defined concept in X (The keys bound to the Meta_L or Meta_R keysysm). no need to redefine it roughly there" - matthieu@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/06/03 17:30:28 Modified files: devel/ipython : Makefile distinfo devel/ipython/pkg: PLIST Log message: Upgrade to 0.8.4 (skipping the still-born 0.8.3). While here, use MODPY_EGG_VERSION and update my address. ok merdely@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/03 17:37:35 Modified files: mail/milter-greylist: Makefile Log message: - allow milter to use spf records. - add NO_REGRESS ok jakob CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/03 18:50:23 Modified files: lib/libc/crypt : arc4random.c sys/dev : rnd.c usr.sbin/bind/lib/isc: random.c Log message: fix math screwup that reintroduced a bias for upper_bounds in range (2^30,2^31). Nothing in the tree yet requests random numbers bounded by this range. report jakob!deraadt; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/03 19:27:54 Modified files: sbin/disklabel : disklabel.c Log message: setbootflag() must be done before checksum'ing the label. Bug introduced in 1.126, found by nick during a test install; ok krw CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/06/04 00:50:21 Log message: Maelstrom is a port of the original shareware game for the Macintosh. It is a fast-action, high resolution (640x480) asteroids-like game, with detailed graphics and original sounds. lots of feedback / ok merdely@ Status: Vendor Tag: phessler Release Tags: phessler_20080603 N ports/games/maelstrom/Makefile N ports/games/maelstrom/distinfo N ports/games/maelstrom/patches/patch-load_h N ports/games/maelstrom/patches/patch-Makefile_in N ports/games/maelstrom/patches/patch-configure N ports/games/maelstrom/patches/patch-screenlib_SDL_FrameBuf_cpp N ports/games/maelstrom/pkg/PLIST N ports/games/maelstrom/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/06/04 00:52:47 Modified files: games : Makefile Log message: + maelstrom CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/04 01:33:21 Log message: import mkplaylist: The script scans the given directories for media files with known file name extensions and writes the names into a playlist file in M3U, extended M3U or PLS format. Those very simple formats are used or at least understood by the vast majority of media players on different platforms. For huge collections which have to be rescanned after adding or modifying some files, the program can cache the meta data to speed up subsequent runs. from maintainer Girish Venkatachalam, reworked to use python.port.mk and setuptools by wcmaier@ Status: Vendor Tag: girish Release Tags: sthen_20080604 N ports/audio/mkplaylist/Makefile N ports/audio/mkplaylist/distinfo N ports/audio/mkplaylist/files/setup.py N ports/audio/mkplaylist/files/mkplaylist.1 N ports/audio/mkplaylist/pkg/DESCR N ports/audio/mkplaylist/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/04 01:35:48 Modified files: audio : Makefile Log message: +mkplaylist CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/04 03:02:59 Modified files: www/pecl-APC : Makefile distinfo Log message: SECURITY fixes (CVE-2008-1488) and bugfixes (including crash on cache-full) for pecl-APC to bring it up to 3.0.19. Diff from Brad Walker via maintainer on ports@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/04 03:26:46 Modified files: sys/conf : Tag: OPENBSD_4_3 newvers.sh Log message: -stable; noticed by otto CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/04 03:26:48 Modified files: build : groups.dat Log message: update Philippine OpenBSD Users Group entry, from Rodel Urani on www@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/04 03:27:19 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/04 03:37:38 Modified files: security/prelude/libprelude: Makefile security/prelude/libprelude/pkg: PLIST security/prelude/libpreludedb: Makefile security/prelude/libpreludedb/pkg: PLIST-main Log message: - install html devhelp files in correct location so that the devhelp tool can find them - use MODPY_EGG_VERSION ok aanriot@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/04 04:25:55 Modified files: databases/mysql-query-browser: Makefile Log message: - use textproc/intltool MODULE ok wilfried@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/04 04:56:15 Log message: import havp: HAVP (HTTP AntiVirus proxy) is an easily-configured non-caching HTTP proxy which interfaces to an anti-virus scanner (ClamAV and others) to prevent transfer of infected content (including HTML and image files). From maintainer Giovanni Bechis Status: Vendor Tag: giovanni Release Tags: sthen_20080604 N ports/www/havp/Makefile N ports/www/havp/distinfo N ports/www/havp/pkg/DESCR N ports/www/havp/pkg/PLIST N ports/www/havp/patches/patch-havp_Makefile_in N ports/www/havp/patches/patch-etc_havp_havp_config_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/04 04:57:41 Modified files: infrastructure/db: user.list Log message: add _havp user/group for www/havp CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/04 05:01:14 Modified files: www : Makefile Log message: +havp CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/04 05:56:00 Modified files: sys/dev/pci/drm: drm_drv.c Log message: Oops! Add the #endif that vanished here. Pointed out by landry@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/04 07:05:13 Modified files: telephony/ohphone: Makefile Log message: - fix PKGNAME "looks good" espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/04 07:47:38 Modified files: x11/gnome/eog : Makefile x11/gnome/gedit: Makefile x11/gnome/ggv : Makefile Log message: - remove MAINTAINER Thomas Delaet as per his request with this change, Jasper gets automatic maintainership ;) CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/06/04 08:04:42 Modified files: usr.bin/awk : awk.1 awk.h lex.c run.c Log message: Extend awk with bitwise operations. This is an extension to the awk spec and documented as such, but comes in handy from time to time. The prototypes make it compatible with a similar GNU awk extension. ok millert@, enthusiasm from deraadt@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/04 08:21:34 Modified files: sbin/newfs : newfs.c Log message: warnx already prepends string with a colon, no need to manually add one here. ok millert, otto CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/06/04 10:23:33 Modified files: games/maelstrom: Makefile games/maelstrom/patches: patch-Makefile_in games/maelstrom/pkg: PLIST Log message: - Consistantly use lowercase in paths - add '/' to make MASTER_SITES easier to read - simplify LIB_DEPENDS/WANTLIB pointed out and ok ajacoutot@ ok okan@ merdely@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/04 11:14:07 Modified files: usr.bin/awk : awk.1 Log message: tweak previous, and arrange the text to read a little better; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/04 11:23:24 Modified files: usr.sbin/acpidump: acpi.c acpidump.8 Log message: Don't disassemble the AML if the -o option is specified. That way at least we get the complete files if the disassembler crashes on a machine. ok marco@, krw@, deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/04 12:11:35 Modified files: sys/arch/sparc64/include: vmparam.h sys/netinet : in.c usr.sbin/faithd: README usr.sbin/inetd : inetd.c Log message: adderss -> address CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/04 12:15:42 Modified files: x11/gtksourceview: Makefile Log message: Giovanni Bechis takes maintainership, sync WANTLIB, bump CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/04 12:20:10 Modified files: sys/dev/acpi : dsdt.c Log message: Fix panic on my i386 box when local variable isnt handled properly. code from jordan CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/04 15:07:24 Modified files: infrastructure/db: systrace.filter Log message: Permit native-clock_gettime. ok sturm@, kurt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/04 15:12:50 Modified files: usr.bin : Makefile include : Makefile lib/libc/gen : nlist.c sys/arch/amd64/stand/installboot: nlist.c sys/kern : exec_elf.c sys/sys : exec_olf.h Removed files: include : olf_abi.h usr.bin/elf2olf: Makefile elf2olf.1 elf2olf.c Log message: olf support starts to die (easy stuff first); ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/04 16:12:54 Modified files: sys/sys : exec_olf.h Log message: olf death throes: OOSN_* names can go away; ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/04 16:17:51 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/04 18:07:05 Modified files: app/cwm : conf.c Log message: actually honor termpath and lockpath if specified in cwmrc. "now" oga@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/04 18:53:22 Modified files: misc/logjam : Makefile misc/xcdroast : Makefile Log message: sync WANTLIB, bump package versions CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/06/04 20:38:56 Modified files: multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile distinfo Removed files: multimedia/gstreamer-0.10/plugins-ffmpeg/patches: patch-ext_ffmpeg_gstffmpegcodecmap_c patch-ext_ffmpeg_gstffmpegdemux_c Log message: Update to 0.10.4. ok espie@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/04 22:01:38 Modified files: app/cwm : menu.c Log message: prevent trying to exec a null char; could potentially happen with a canceled or empty searchstr. ok oga@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/04 22:54:43 Modified files: sysutils/grub : Makefile Log message: drop maintainer, i don't use it anymore CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2008/06/05 00:09:37 Modified files: www/trac : Makefile Log message: switch dependency to newer sqlite, as a lot of third party plugins require this, it is also the recommendation from the trac developers. discussed on ports@ ok ben lovett (maintainer), martynas@ and bernd@ a while ago CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/05 01:19:14 Modified files: devel/git : Makefile distinfo devel/git/pkg : PLIST-main Log message: Update to git-1.5.5.3. From Daniel Dickman. Thanks! CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/05 01:22:59 Modified files: sysutils/ruby-puppet: Makefile sysutils/ruby-puppet/pkg: PLIST Log message: Fix depends and regen PLIST. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/05 01:37:47 Modified files: databases/ruby-sqlite3: Makefile distinfo databases/ruby-sqlite3/pkg: PLIST Log message: Update to ruby-sqlite3-1.2.2. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/06/05 02:14:00 Modified files: infrastructure/mk: bsd.port.mk Log message: ignore ports marked as such on port-lib-depends-check. rearrange targets while im here. espie@ ok. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/05 02:33:55 Modified files: productivity/thinkingrock: Makefile distinfo productivity/thinkingrock/patches: patch-bin_xdg-email patch-bin_xdg-open productivity/thinkingrock/pkg: PLIST Added files: productivity/thinkingrock/patches: patch-bin_tr patch-platform8_lib_nbexec Removed files: productivity/thinkingrock/patches: patch-bin_thinkingrock patch-platform6_lib_nbexec Log message: update to thinkingrock 2.0.1 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/05 03:45:14 Modified files: sys/arch/amd64/pci: pchb.c sys/arch/i386/pci: pchb.c Log message: Allow pchb(4) to find additional non-coherent HyperTransport links with 10h and 11h families of AMD CPU's. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 03:45:31 Modified files: databases/pgloader: Makefile distinfo databases/pgloader/pkg: PLIST Log message: - update to pgloader-2.3.1 from Pierre-Emmanuel Andre (MAINTAINER) with some tweaks CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 04:24:15 Modified files: net/pidgin : Makefile distinfo net/pidgin/files: purple.service net/pidgin/patches: patch-configure_ac patch-finch_libgnt_Makefile_am patch-finch_libgnt_Makefile_in patch-finch_plugins_Makefile_in patch-libpurple_plugins_ssl_Makefile_in patch-libpurple_protocols_gg_Makefile_in patch-libpurple_protocols_oscar_Makefile_in patch-libpurple_protocols_silc_silc_c patch-pidgin_gtkdialogs_c patch-pidgin_gtkmain_c patch-pidgin_gtknotify_c net/pidgin/pkg : PLIST Log message: - update to pidgin-2.4.2; from brad@ (MAINTAINER) - install schemas files in the right place and add gconftool-2 goo - use textproc/intltool MODULE - purple.service: s/LOCALBASE/PREFIX/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 04:47:48 Modified files: misc/shared-mime-info: Makefile distinfo misc/shared-mime-info/patches: patch-Makefile_in misc/shared-mime-info/pkg: PLIST Log message: - update to shared-mime-info-0.30 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 05:26:32 Modified files: databases/skytools: Makefile distinfo databases/skytools/pkg: PLIST Removed files: databases/skytools/patches: patch-Makefile Log message: - update to skytools-2.1.7 - use MODPY_EGG_VERSION - fix RCS tag from Pierre-Emmanuel Andre (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/05 05:41:44 Modified files: textproc/p5-Text-Markdown: Makefile distinfo textproc/p5-Text-Markdown/pkg: DESCR PLIST Log message: - update to 1.0.19. - new license (BSD). - merges in and deprecates textproc/p5-Text-MultMarkdown. - install {Multi,}Markdown scripts for command line use. ok merdely, "looks good" sanity check espie@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/05 05:45:19 Modified files: textproc : Makefile Removed files: textproc/p5-Text-MultiMarkdown: Makefile distinfo textproc/p5-Text-MultiMarkdown/pkg: DESCR PLIST Log message: now superseded by p5-Text-Markdown (1.0.19) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 06:28:48 Modified files: x11/xfe : Makefile distinfo x11/xfe/patches: patch-Makefile_in patch-configure x11/xfe/pkg : PLIST Removed files: x11/xfe/patches: patch-src_File_cc Log message: - update to xfe-1.18 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 06:35:14 Modified files: net/btpd : Makefile distinfo Log message: - update to btpd-0.13 from Nicholas Marriott via Martin Cronier (MAINTAINER), thanks guys! CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/06/05 06:55:56 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-boost_detail_atomic_count_hpp Log message: fix atomic_count.hpp: libstdc++ is not built with thread support yet so adjust atomic_count.hpp to only use libstdc++ when it has been built with thread support and fall back to using the pthreads implementation. diagnosed, tested and okay deanna@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/05 08:29:01 Modified files: app/cwm : cwm.1 Log message: Enter -> Return, to be consistant and correct. found the hard way by johan and discovered by oga. "do it" oga@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/05 09:52:21 Modified files: net/net-snmp : Makefile net/net-snmp/pkg: PLIST-main Log message: - fix-up PLIST - rui takes MAINTAINER ok rui@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 09:57:40 Modified files: mail/mail-notification: Makefile net/weex : Makefile Log message: - remove MAINTAINER as per his request - bump CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 12:39:29 Modified files: x11/gnome/totem: Makefile Log message: - add gst-ffmpeg to run_depends now that it works CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 13:10:43 Modified files: print/hplip : Makefile print/hplip/patches: patch-Makefile_in print/hplip/pkg: PLIST-main Log message: - link the hpaio module the same way as other sane backends loadable modules ; this should allow scanimage(1) to work issue reported by Stephan Andreas on ports@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/06/05 13:38:39 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h patch-src_dnsmasq_h patch-src_tftp_c Log message: - maintenance update to dnsmasq 2.42 feedback and ok okan@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/06/05 13:41:22 Modified files: net/tcpreplay : Makefile distinfo Log message: - maintenance update to tcpreplay 3.3.1 feedback and ok okan@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/06/05 13:43:57 Modified files: net/tcpslice : Makefile distinfo net/tcpslice/patches: patch-search_c Log message: - maintenance update to tcpslice ok okan@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/06/05 13:46:34 Modified files: net/socat : Makefile distinfo net/socat/patches: patch-doc_socat_1 Log message: - maintenance update to socat 1.6.0.1 feedback and ok okan@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/06/05 13:49:17 Modified files: net/freeradius : Makefile net/freeradius/pkg: MESSAGE-main Log message: - fix MESSAGE examples path. Pointed by Jonathan Armani. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/05 13:57:29 Modified files: audio/sonata : Makefile distinfo audio/sonata/pkg: PLIST Added files: audio/sonata/patches: patch-sonata_main_py Log message: - small bugfix update to sonata 1.5.2 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/05 14:50:28 Modified files: sys/dev : video.c video_if.h sys/dev/usb : uvideo.c uvideo.h Log message: Add some first mmap bits. Help by miod@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/05 15:06:11 Modified files: lib/librthread : Makefile rthread.c rthread.h Added files: lib/librthread : rthread_fork.c Log message: - Add fork/vfork wrapper functions to reset state in the child process. - Make an effort to protect important libc and ld.so critical areas during the fork(2)/vfork(2) sys call. - Add pthread_atfork(3) implementation based on Daniel Eischen's code. Original diff by Philip Guenther with some additions and refinements by me. Positive test report from brad@ with many kde apps. fork(2) and pthread_atfork(3) pthread regresses pass. okay tedu@, kettenis@, marc@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/06/05 19:17:13 Modified files: infrastructure/mk: bsd.port.mk Log message: fix fetching files from MASTER_SITE[0-9]. found earlier by me during a full port-lib-depends-check and later reported on ports by Tim Donahue (tdonahue at vonsystems dot com). espie@ ok. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/06 02:47:58 Modified files: net/silc-server: Makefile distinfo Log message: Bugfix update, fixes occasional crashes at disconnection. From Brad. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/06 03:13:02 Modified files: sys/dev/acpi : acpiprt.c Log message: Add _?RS methods evaluation to obtain additional heuristics and setting interrupt routing. Fixes several HP & IBM machines. ok deraadt ketennis CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/06 03:15:32 Modified files: sys/dev/acpi : acpi.c acpidebug.c dsdt.c dsdt.h Log message: Shrink acpi some more for floppies and while here re-enable acpi on the floppies. Fixes crazy sony vaio kettenis has. tested by deraadt ok deraadt jordan kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/06 03:59:05 Modified files: audio/libgpod : Makefile Log message: - use textproc/intltool MODULE ; MAINTAINER timeout CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/06 04:16:03 Modified files: usr.sbin/acpidump: acpi_user.c Log message: Fix alignment on some machines where crc cehck failed. code from jordan CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/06 04:16:47 Modified files: usr.sbin/acpidump: asl_dump.c Log message: Fix a bunch of goo by creating a more generic fucntion to handle it. code from jordan CVSROOT: /cvs Module name: src Changes by: av@cvs.openbsd.org 2008/06/06 04:16:52 Modified files: usr.bin/cdio : cdio.c mmc.c Log message: Make open_cd() remember open mode. "blank" doesn't have to check for EPERM anymore. idea by jakemsr ok jakemsr ratchov fgsch (with tweaks) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/06 04:27:56 Modified files: sysutils/bubblemon: Makefile sysutils/contool: Makefile sysutils/filelight: Makefile sysutils/gkrellm/gkrellm: Makefile sysutils/gkrellm/plugins: Makefile.inc sysutils/gkrellm/plugins/aclock: Makefile sysutils/gkrellm/plugins/bgchg: Makefile sysutils/gkrellm/plugins/flynn: Makefile sysutils/gkrellm/plugins/itime: Makefile sysutils/gkrellm/plugins/kam: 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 sysutils/knutclient: Makefile sysutils/libgksu: Makefile sysutils/libgksuui: Makefile sysutils/notification-daemon: Makefile sysutils/xbatt : Makefile Log message: sync WANTLIB following cairo update, bump package versions. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/06 06:06:45 Modified files: sys/dev/acpi : acpithinkpad.c Log message: make this more like other code (done while digging into a problem...) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/06 07:20:19 Modified files: graphics/dcraw : Makefile distinfo graphics/dcraw/patches: patch-dcraw_c Log message: update to 8.86: - don't crash on corrupt CR2 files - extract largest JPEG from X3F files - new DNG matrices - support new cameras from Canon, Fuji, Hasselblad, Nikon, Nokia, Olympus, Panasonic, Pentax, Sony from brad, "go for it" okan CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/06 07:29:43 Modified files: sys/netinet : if_ether.c Log message: we must not hardcode the route priority in arplookup, it does not just insert arp entries. the inserted routes will have the right priority no matter what, most times cloned. problem found by Joerg Goltermann , fix by his colleague Armin Wolgermann , ok claudio CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/06 08:49:21 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: @wantlib elements become checksummable CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/06 09:02:57 Modified files: usr.sbin/pkg_add/OpenBSD: PackingList.pm Log message: oops, @bin files are files too CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/06/06 09:03:30 Modified files: infrastructure/install: make-plist Log message: detect executables in a crude way and tag them. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/06 09:17:48 Modified files: share/man/man8 : compat_linux.8 Log message: remove the now irrelevant elf2olf BUGS entry; ok deraadt miod CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/06/06 10:23:47 Modified files: . : sparc64.html Log message: more unsupported (or untested) models CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/06 11:23:18 Modified files: databases/qt3-sqlite3-plugin: Makefile inputmethods/uim: Makefile security/qca-tls: Makefile Log message: Missing PKGNAME bumps because of changed MODQT_PLUGINS path. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/06 13:14:45 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Arrange our mmap buffer struct better. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/06 14:10:21 Modified files: sys/dev/acpi : acpidebug.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/06 14:18:32 Removed files: sys/arch/macppc/include: wsconsio.h sys/arch/mvmeppc/include: wsconsio.h sys/arch/powerpc/include: wsconsio.h Log message: Remove long dead meat. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/06 14:44:00 Modified files: usr.bin/patch : patch.1 Log message: update the description of -b and STANDARDS; suggested by grunk ok millert CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/06 17:31:42 Modified files: sys/dev/acpi : acpithinkpad.c Log message: lots of KNF Change many return x into goto fail idiom. CVSROOT: /cvs Module name: src Changes by: jdixon@cvs.openbsd.org 2008/06/06 19:59:36 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi distrib/sets/lists/misc: mi etc/mtree : 4.4BSD.dist share/doc : README share/man/man8 : intro.8 usr.sbin/httpd : Makefile.bsd-wrapper config.layout httpd.8 usr.sbin/httpd/conf: httpd.conf httpd.conf-dist usr.sbin/httpd/htdocs: index.html usr.sbin/httpd/src/support: apachectl.8 dbmmanage.1 htdigest.1 htpasswd.1 suexec.8 Log message: Move the Apache manual out of etcXX and to miscXX where it belongs. It has also been moved to /usr/share/doc/html/httpd/. This will ease sysmerge upgrades and help keep htdocs clean. Help from okan and phessler, doc tweaks by jmc ok deraadt@ millert@ beck@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/06 21:22:26 Modified files: sbin/dhclient : dhclient.c Log message: stop spurious "got link" which nooone noticed, but everyone should have; ok krw CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/06/06 23:31:41 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 Added files: graphics/ufraw/patches: patch-Makefile_in patch-configure_ac Removed files: graphics/ufraw/patches: patch-configure patch-ufraw_preview_c patch-ufraw_saver_c Log message: Update to ufraw-0.13 many changes and fixes, including extended EXIF support, and option to save as png 8 or 16 bits. originally from sthen@, with tweaks by me ok merdely@ "if it makes sense, commit it" mbalmer@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/07 03:19:25 Modified files: x11/gnome/py-gnome: Makefile Log message: Fix PKGNAME. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/07 03:58:40 Modified files: inputmethods/uim: Makefile inputmethods/uim/patches: patch-configure_ac Log message: Don't hardcode the qt3 plugins path in the configure.ac patch but use a variable from CONFIGURE_ENV. No bump needed, didn't build before. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/07 04:38:21 Modified files: graphics/libungif: Makefile Log message: Fix master site. Noticed by dhill@. libungif has been renamed to giflib: "Work on libungif has been halted due to the expiration of the patent on LZW. giflib continues to have bugfixes and patches merged. As part of this work, the sourceforge project has been renamed from libungif to giflib." (http://sourceforge.net/forum/forum.php?forum_id=753553) CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/06/07 09:29:22 Modified files: gnu/lib/libiberty/src: choose-temp.c Log message: Put back the diff made between rev. 1.1.1.3 and 1.3 ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/07 09:49:27 Modified files: gnu/lib/libiberty/src: strerror.c strsignal.c xstrerror.c Log message: Put back sprintf -> snprintf changes which have been lost accidentally in the last update. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/07 11:00:39 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/dev/acpi : acpi.c share/man/man4 : acpi.4 Log message: Kill ACPIVERBOSE. It was never used and is worthless to boot. comments jmc ok toby CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/07 11:19:28 Modified files: sys/kern : exec_elf.c Log message: Remove the OLF os bitmask field from the compat probe functions array; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/07 11:30:51 Modified files: sys/dev/acpi : dsdt.c Log message: Move #if 0 up to include currently unused fixup tables. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/07 12:14:42 Modified files: usr.sbin/bgpctl: bgpctl.8 bgpctl.c parser.c parser.h Log message: teach the command lineparser about getopt style options after commands use that for irrfilter mode. hints from theo a year ago, code by me a year ago, ok claudio a year ago CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/07 12:49:07 Modified files: sys/dev/pci : pcidevs Log message: add nVidia GeForce 8400M G CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/07 12:49:44 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/07 13:03:13 Modified files: sys/dev/pci : if_ti.c Log message: Add link state/baudrate handling. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/07 13:05:11 Modified files: sys/dev/pci : if_bge.c Log message: Add baudrate handling for fiber boards using the TBI interface. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/07 13:12:32 Modified files: sys/arch/hppa/conf: GENERIC RAMDISK Log message: Add acphy/mtdphy/luphy/sqphy which are used by dc(4), hme(4) and ne(4). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/07 13:26:25 Modified files: sys/dev : video_if.h Log message: double the static video buffer size, because the current one is not going to be enough for some cams CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/07 13:39:25 Modified files: sys/dev/mii : ipgphy.c Log message: Currently unused at the moment but at least allow it to compile. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/07 14:23:15 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: repair usage, jmc CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/06/07 14:25:36 Modified files: . : hackathons.html Added files: images/hackathons: c2k8-s.gif c2k8.gif Log message: c2k8 has started CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/07 14:32:16 Modified files: sys/dev/wscons : wsmux.c Log message: Do not stupidly dereference NULL in wsmux_set_display() is invoked with NULL as the second parameter. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/07 14:34:36 Modified files: sys/dev/wscons : wsdisplay.c Log message: Since wsmux is currently designed to act as a N inputs : 1 output device, be more coherent when handling the attachment of output devices (displays): - on attach, only claim the mux output if it has none already; - on detach, only force detachment from the input devices from this display if we are the mux output. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/07 14:42:28 Modified files: share/man/man4/man4.sparc: rfx.4 share/man/man4/man4.sparc64: rfx.4 Log message: Do not use spaces for holes in jumper layouts, as this causes the html rendering of the manual pages to be useless. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/07 14:58:48 Modified files: converters/p5-JSON-XS: Makefile distinfo converters/p5-JSON-XS/pkg: PLIST Log message: update to version 2.21 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/07 15:36:19 Modified files: share/man/man4 : tl.4 Log message: Mention lxtphy(4). CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/07 15:52:46 Modified files: usr.bin/ssh : PROTOCOL sftp-client.c sftp-server.c Log message: statvfs member fsid needs to be wider, increase it to 64 bits and crank extension revision number to 2; prodded and ok dtucker@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/07 15:58:22 Modified files: share/man/man5 : bsd.port.mk.5 Log message: dyslexia noticed by lanrdy@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/07 16:14:58 Modified files: sys/dev : video.c video_if.h sys/dev/usb : uvideo.c uvideo.h Log message: Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF, VIDIOC_STREAMON for that purpose, too. OK robert@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/07 16:50:12 Log message: import p5-Net-SSH2 Net::SSH2 is a Perl interface to the libssh2 library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2. Status: Vendor Tag: simon Release Tags: simon_20080608 N ports/net/p5-Net-SSH2/Makefile N ports/net/p5-Net-SSH2/distinfo N ports/net/p5-Net-SSH2/pkg/PLIST N ports/net/p5-Net-SSH2/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/07 16:50:18 Modified files: net : Makefile Log message: add p5-Net-SSH2 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/07 16:56:33 Modified files: net/p5-Net-SSH2: Makefile Log message: oops, forgot to check for lib_specs CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/07 17:05:37 Modified files: sys/arch/i386/conf: GENERIC Log message: add a disabled com4 device for a Fujitsu Stylistic Touchscreen ideas from deraadt@ and millert@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/07 17:27:17 Log message: The GPSTk suite library provides a number of models and algorithms found in GPS textbook and classic papers, such as solving for the user position or estimating atmospheric refraction. It supports common GPS data formats such as RINEX or SP3. Status: Vendor Tag: ckuethe Release Tags: ckuethe_20080607 N ports/geo/gpstk/distinfo N ports/geo/gpstk/Makefile N ports/geo/gpstk/pkg/DESCR-devel N ports/geo/gpstk/pkg/DESCR-main N ports/geo/gpstk/pkg/PLIST-main N ports/geo/gpstk/pkg/PLIST-devel N ports/geo/gpstk/pkg/PFRAG.shared-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/07 17:31:45 Modified files: geo : Makefile Log message: add gpstk CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/07 18:18:33 Modified files: sys/dev/usb : uvideo.c Log message: decrease the buffer count after dequeueing a buffer to prevent the mmap buffer filling up, and disable the debug code that dumps the stream to a file CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/07 20:21:34 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Make UltraSPARC-IV work. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/06/07 20:26:44 Modified files: . : sparc64.html Log message: Catch up with reality. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/06/07 20:36:50 Modified files: images/hackathons: c2k8.gif Log message: larger CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/06/07 20:40:49 Modified files: libexec/ld.so/ldconfig: prebind_delete.c Log message: When prebind_newfile() is called the input file is replaced with the new file, thus leaking the file descriptor, close the input file when it done. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/07 20:49:00 Modified files: devel/pwlib : Makefile devel/pwlib/patches: patch-plugins_sound_oss_sound_oss_cxx Added files: devel/pwlib/patches: patch-plugins_vidinput_v4l2_vidinput_names_cxx Log message: make the discovery of video(4) devices actually work by querying the device itself; bump PKGNAME CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/07 20:51:55 Modified files: sys/dev/acpi : amltypes.h Log message: unused defines CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/07 20:52:11 Modified files: sys/dev/acpi : acpithinkpad.c Log message: simplify match function; ok toby CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/07 20:52:24 Modified files: usr.bin/cvs : file.c Log message: There is no need to convert RCSNUMs to char just to see if they differ. We have rcsnum_differ for that. Also remove an unused var assignment if no CVS/Entries entry exists. ok joris CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/07 20:52:40 Modified files: sys/dev/acpi : dsdt.c Log message: unused globals and defines; ok toby CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/07 20:53:14 Modified files: sys/dev/acpi : acpi.c Log message: aaa_dev was being set from an uninitialized variable; ok toby CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/07 20:54:08 Modified files: usr.bin/cvs : add.c commit.c remove.c Log message: Properly build up path to description files (descr entry in RCS files if you add a file with -m message). ok joris CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/07 21:00:20 Modified files: sbin/dumpfs : dumpfs.c Log message: fix generated size for -m; bug report by Peter J. Philipp; ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/07 21:03:08 Modified files: usr.bin/cvs : checkout.c file.c Log message: Avoid memory leaks in directory tag handling by always allocating and always freeing dirtag. ok joris CVSROOT: /cvs Module name: src Changes by: jdixon@cvs.openbsd.org 2008/06/07 21:03:37 Modified files: distrib/sets/lists/etc: mi etc : Makefile changelist rc share/man/man8 : dhcp.8 intro.8 Removed files: etc : dhcpd.interfaces Log message: Deprecate /etc/dhcpd.interfaces. This is made unnecessary by dhcpd_flags. ok deraadt@ beck@ reyk@ phessler@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/07 21:07:40 Modified files: sys/arch/sparc64/dev: pcfiic_ebus.c Log message: put the PCF_FREQ codes into the clock CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/07 23:53:30 Modified files: sys/dev/pci : if_et.c Log message: Make et(4) detachable, help tracking down a problem that turned out to be not calling pci_intr_disestablish() from jsing@ ok jsing@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/08 00:18:07 Modified files: sys/dev/pci : if_et.c if_etreg.h Log message: Unmapping memory from pci_mapreg_map() on detach lets us do multiple inserts/detaches as well. ok jsing@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/06/08 01:05:15 Modified files: . : plus.html Log message: Upto 06/05, before the thunder CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/08 03:32:49 Modified files: x11/gnome : Makefile Log message: - unlink ggv CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/08 03:35:29 Removed files: x11/gnome/ggv : Makefile distinfo x11/gnome/ggv/pkg: DESCR PLIST Log message: - remove ggv, prodded by previoius maintainer agreed by ajacoutot@ over a frog-style dinner CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/08 03:37:00 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - ggv ist no more CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/08 04:28:48 Modified files: share/man/man5 : bsd.port.mk.5 Log message: explain about ^SYSCONFDIR CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/08 04:55:25 Modified files: mail/perdition : Makefile distinfo mail/perdition/pkg: PFRAG.shared-main PLIST-main Log message: security update to version 1.17.1 fixes CVE-2007-5740 prod and ok dlg@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/08 05:14:55 Log message: import p5-CDDB-File This module provides an interface for extracting data from CDDB-format data files, as used by freedb. It does not read data from your CD, or submit information to freedb. from Girish Venkatachalam Status: Vendor Tag: simon Release Tags: simon_20080608 N ports/audio/p5-CDDB-File/distinfo N ports/audio/p5-CDDB-File/Makefile N ports/audio/p5-CDDB-File/pkg/DESCR N ports/audio/p5-CDDB-File/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/08 05:14:59 Log message: import mp3cut This package provides a couple of tools to cut and cat MP3 audio files at the frame level. * mp3cut uses a so called 'cue sheet' to cut an MP3 audio file into individual pieces (usually tracks) * mp3cat concatenates the audio data from one or more MP3 files * cddb2cue generates a cue file from a CDDB file from Girish Venkatachalam Status: Vendor Tag: simon Release Tags: simon_20080608 N ports/audio/mp3cut/distinfo N ports/audio/mp3cut/Makefile N ports/audio/mp3cut/pkg/DESCR N ports/audio/mp3cut/pkg/PLIST N ports/audio/mp3cut/patches/patch-script_cddb2cue N ports/audio/mp3cut/patches/patch-script_mp3cut No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/08 05:15:03 Modified files: audio : Makefile Log message: add p5-CDDB-File and mp3cut CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/08 07:22:46 Modified files: usr.bin/cvs : import.c Log message: properly check the passed tags if they are valid before attempting the import. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/08 07:34:22 Modified files: usr.bin/cvs : file.c Log message: Removed unreachable code. Spotted by Igor Zinovik. ok joris CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/08 07:35:47 Modified files: usr.bin/cvs : import.c Log message: allow for multiple release tags, noticed by tobias@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/08 07:36:30 Modified files: usr.bin/cvs : rcs.c Log message: rcs_translate_tag mustn't fatal() if it cannot resolve a tag. Breaks '-f' in (r)annotate and (r)diff. ok joris CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/08 07:55:06 Modified files: sys/arch/i386/i386: bios.c sys/arch/amd64/amd64: machdep.c sys/dev/ic : com.c comreg.h comvar.h Log message: Make serial console on non-primary ports work to on i386. tested by jbg@, "it is right" deraadt@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/08 07:58:09 Modified files: sys/netinet : ip_input.c Log message: alloc ipq's for fragment reassembly from a pool instead of using malloc(); ok henning@ some time ago CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/08 07:58:10 Modified files: bin/ed : cbc.c Log message: Prevent a segmentation fault when ed receives a signal while being in getpass(). With input by and ok otto CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/08 08:08:37 Modified files: net/pidgin : Makefile Log message: - fix packaging by adding gconf2 to build+run_depends noticed by Andreas Kahari and Alexander Pavlyutin on ports@, thanks! ok brad@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/08 08:21:21 Modified files: chinese/arphicttf: Makefile chinese/kcfonts: Makefile chinese/taipeifonts: Makefile chinese/ttfm : Makefile Log message: - update MASTER_SITES from kevlo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/08 08:25:44 Modified files: archivers/cabextract: Makefile Log message: - update HOMEPAGE and MASTER_SITES - bump from kevlo@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/06/08 08:27:03 Modified files: chinese/bg5ps : Makefile chinese/crxvt : Makefile Log message: update MASTER_SITES inspired while checking the others from kevlo CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/08 09:06:26 Modified files: sys/net : if_spppsubr.c Log message: Don't spam dmesg with sppp messages, instead use log(9). OK canacar@ some time ago CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/08 09:36:57 Modified files: sys/dev/acpi : dsdt.c Log message: Implement aml_str2val() ok marco@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/08 10:04:18 Modified files: x11/gbdfed : Makefile distinfo x11/gbdfed/pkg : PLIST Removed files: x11/gbdfed/patches: patch-Makefile_in Log message: update to 1.4: various bug fixes CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/08 10:05:23 Modified files: www/kazehakase : Makefile distinfo www/kazehakase/patches: patch-configure patch-etc_kzrc www/kazehakase/pkg: PLIST Log message: Update to kazehakase 0.5.4, out since some weeks. While here, fix WANTLIB, add licence version, and update patches. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/08 10:10:40 Modified files: games/wormux : Makefile games/wormux/patches: patch-src_map_tileitem_cpp Log message: Update a cherry-picked patch from ustream svn to finally fix nicely https://gna.org/bugs/?11751 ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/08 10:17:04 Modified files: usr.bin/cvs : status.c Log message: do not segfault when running status -v on non existing files. original patch from Igor Zinovik but fixed in another way. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 10:20:27 Modified files: sys/dev/pci : if_bnx.c if_em.c if_ixgb.c Log message: don't declare foo_driver_version[] strings and turn them into defines, nothing uses them and it saves a few bytes in the kernel. ok claudio@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/08 10:20:49 Modified files: usr.bin/cvs : status.c Log message: there are more cases where we cannot show the tags when -v is specified. noticed by tobias@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/08 10:32:34 Modified files: usr.bin/cvs : update.c Log message: Don't check a file for conflict markers if it has no CVS/Entries entry. ok joris CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/08 10:53:23 Modified files: sys/dev/pci : if_ixgb.c Log message: dma sync the tx ring and post new packets to the chip once per call to the start routine instead of once per packet. ok reyk@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/08 10:54:34 Modified files: sys/dev/pci : if_ixgb.c Log message: Correct the watchdog timer by moving it out from under the condition check for the IFF_OACTIVE flag. ok reyk@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/08 11:04:41 Modified files: usr.bin/ssh : sftp-server.c Log message: Add case for ENOSYS in errno_to_portable; ok deraadt CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/08 11:10:05 Log message: Import raggle, a simple console RSS aggregator written in ruby. Main features: customizable keybindings, basic HTML rendering, HTTP proxy support, OPML import/export, themes, support for various versions of RSS, Screen support. browser auto-detection, and more. positive user feedback on ports@, ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20080608 N ports/www/raggle/Makefile N ports/www/raggle/distinfo N ports/www/raggle/pkg/PLIST N ports/www/raggle/pkg/DESCR N ports/www/raggle/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/08 11:15:05 Modified files: www : Makefile Log message: link raggle CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/08 11:16:06 Modified files: databases/p5-DBD-Pg: Makefile distinfo databases/p5-DBD-Pg/pkg: PLIST Log message: update to version 2.7.2 from Pierre-Emmanuel Andre ok msf@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/06/08 11:20:52 Modified files: sys/sys : malloc.h sys/dev/acpi : dsdt.c Log message: Add a malloc type for ACPI and use it for _acpi_os_malloc and free. kettenis@ ok CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 11:21:57 Modified files: sys/dev/pci : pcidevs Log message: add more 82598 10GbE device IDs, add "10GbE" in the existing entries. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/08 11:23:19 Modified files: sys/net : pf.c Log message: null pointer check before deref almost nobody ran into that because it is ipv6 only CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 11:23:56 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/08 11:25:46 Modified files: sys/net : if_trunk.c Log message: Use m_freem() instead of m_free() in trunk_start() to ensure that the full mbuf chain is being free'd. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/08 11:42:49 Modified files: mail/evolution-plugin-rss: Makefile Log message: - explicitly depend on gconf prodded by ajacoutot@ after a similar fix for pidgin CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/08 12:07:45 Modified files: usr.bin/cvs : status.c Log message: check for file_rcs being NULL CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/08 12:08:34 Modified files: usr.bin/cvs : remove.c Log message: properly handle FILE_UPTODATE and FILE_LOST CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/08 12:08:59 Modified files: usr.bin/cvs : remove.c Log message: kill debug printf CVSROOT: /cvs Module name: www Changes by: jdixon@cvs.openbsd.org 2008/06/08 12:18:03 Modified files: faq : current.html Log message: Entries for the Apache manual and dhcpd.interfaces changes. Also minor cleanups. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/08 12:23:03 Modified files: sys/nfs : nfs.h nfsmount.h rpcv2.h Log message: remove a bunch of kerberos definitions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/08 12:37:09 Modified files: lib/libc/crypt : arc4random.3 Log message: arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/08 12:56:13 Modified files: sys/netinet : ip_icmp.c Log message: When adding PMTU related routes to the table inherit the priority form the parent instead of using RTP_DEFAULT. OK henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/08 12:57:23 Modified files: distrib/sets/lists/base: md.macppc distrib/sets/lists/comp: md.macppc Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/08 13:10:33 Modified files: sys/netatalk : at_control.c Log message: One last rtrequest() was hiding here but it could not hide from grep. Change to rtrequest1() so that we can retire rtrequest(). OK henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/08 13:12:28 Modified files: sys/net : route.c route.h Log message: First minimal cleanup of routing code, kill rtrequest() it got replaced with rtrequest1() everywhere now. OK henning@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/06/08 13:14:41 Modified files: usr.sbin/ntpd : ntp.c Log message: Don't ignore a slightly unresponsive server for an hour, 5 minutes is enough. comments & ok henning@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/08 13:34:14 Modified files: sys/dev/ic : rt2860.c rt2860var.h Log message: Set up shutdown and powerhooks with code adapted from rt2661. Fixes resume from suspend/hibernate problems mentioned in PR 5845. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 14:01:02 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_phy.c ixgbe_type.h if_ix.c if_ix.h Log message: Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter, based on Intel's ixgbe driver. Done on borrowed hardware since Intel was too poor to give us a card. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/06/08 14:11:15 Modified files: faq : current.html Log message: proper target for 20080607 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/08 14:11:30 Modified files: sys/dev/usb : uvideo.c Log message: If we have reached the end of the mmap frame buffer, start over again (ring buffer). Add some more DPRINTFs to follow the queueing. OK robert@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/08 14:13:13 Modified files: sys/kern : kern_sched.c Log message: use sched_is_idle() and nuke the sched_chooseproc prototype since we already have on in sched.h CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/08 14:15:29 Modified files: usr.bin/ssh : PROTOCOL sftp-client.c sftp-client.h sftp.c Log message: Have the sftp client store the statvfs replies in wire format, which prevents problems when the server's native sizes exceed the client's. Also extends the sizes of the remaining 32bit wire format to 64bit, they're specified as unsigned long in the standard. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/08 14:27:23 Modified files: sys/net : if.c Log message: The default route is 0.0.0.0/0 so it is necessary to check the mask as well. OK henning@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 14:33:51 Modified files: sys/dev/pci : ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_phy.c ixgbe_type.h if_ix.c if_ix.h Log message: replace strange Linux-style u8/u16/u32/u64/s32 integer types with the standard C99 uint*_t/int*_t types (i don't get why these drivers always use their own types when there is a well-defined standard). CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/06/08 14:36:10 Modified files: faq : faq6.html Log message: apparently, rc.conf.local has been the prefered way to specify interfaces for dhcpd for some time and will become manditory for 4.4, so change this now. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 14:36:34 Modified files: sys/dev/pci : if_ix.c Log message: we don't support msi/msi-x, remove the code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/08 14:37:39 Modified files: sys/arch/amd64/conf: RAMDISK RAMDISK_CD sys/arch/armish/conf: RAMDISK sys/arch/hp300/conf: RAMDISK sys/arch/hppa/conf: RAMDISK sys/arch/hppa64/conf: RAMDISK sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC RAMDISK_CD sys/arch/landisk/conf: RAMDISK sys/arch/luna88k/conf: RAMDISK sys/arch/mac68k/conf: RAMDISK sys/arch/mvme68k/conf: RAMDISK sys/arch/mvme88k/conf: RAMDISK sys/arch/sgi/conf: RAMDISK sys/arch/sparc/conf: RAMDISK sys/arch/vax/conf: RAMDISK sys/arch/zaurus/conf: RAMDISK Log message: alpha/conf/RAMDISK CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/06/08 14:43:31 Modified files: sys/dev/usb : usbdevs if_uath.c Log message: add following devices - IODATA WN-G54/US (11bg) - MELCO WLI-U2-KAMG54 (11abg) CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/06/08 14:44:36 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/08 14:47:10 Modified files: graphics/py-cairo: Makefile Log message: - fix WANTLIB after cairo update. - fix HOMEPAGE while here. ok jasper@, ajacoutot@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 14:50:46 Modified files: share/man/man4 : Makefile pci.4 Added files: share/man/man4 : ix.4 Log message: add manpage for the ix(4) 10GbE driver CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/06/08 14:51:16 Modified files: share/man/man4 : uath.4 Log message: add new devices ok @jsg CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/08 14:56:33 Modified files: sys/arch/armish/armish: armish_machdep.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: Change boot() logic, to match what other platforms do and avoid duplicating code in the cold case. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/08 14:57:19 Modified files: sys/arch/hp300/hp300: machdep.c trap.c sys/arch/i386/i386: machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/mac68k/mac68k: machdep.c trap.c sys/arch/mvme68k/mvme68k: machdep.c sys/arch/mvme88k/mvme88k: machdep.c sys/arch/sparc/sparc: pmap.c Log message: Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 14:58:42 Modified files: sys/dev/pci : if_ix.c Log message: dma sync the tx ring and post new packets to the chip once per call to the start routine instead of once per packet. From ixgb(4), also works with ix(4) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/08 14:59:29 Modified files: sys/dev/usb : ukbd.c Log message: Now that all ports behave, remove the safety code doing cnpollc behind the scene around cngetc calls and whining loudly about it. This will save room on floppies (-: CVSROOT: /cvs Module name: src Changes by: av@cvs.openbsd.org 2008/06/08 15:01:25 Modified files: usr.bin/cdio : mmc.c extern.h Log message: add ability to determine media capabilities (what we can do with media). ok fgsch CVSROOT: /cvs Module name: src Changes by: rainer@cvs.openbsd.org 2008/06/08 15:08:57 Modified files: usr.sbin/rtadvd: dump.c dump.h rtadvd.8 rtadvd.c Log message: Send debug output to syslog instead of a file when receiving SIGUSR1. This is a preparation for dropping privileges. ok henning@, pyr@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/08 15:10:29 Modified files: sys/netbt : l2cap_misc.c Log message: timeout_del() removes the triggered flag so check if the timeout triggered before doing the timeout_del() -- which is actually not needed as triggered timeouts are already removed. While there fix a obvious use after free issue. with mk@ OK canacar@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 15:15:34 Modified files: sys/dev/pci : ixgbe.c ixgbe.h ixgbe_82598.c if_ix.c if_ix.h Log message: more cleanup, removed unused code. we don't do LRO/RSS yet, code can be added later if we ever support it. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/08 15:22:50 Modified files: share/man/man4 : ix.4 Log message: according to the driver, the 82598AT is 10GbaseT (100/1000/10000Mbit Ethernet over twisted pair cables). CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/08 15:24:48 Modified files: www/py-nevow : Makefile www/py-nevow/pkg: PLIST Log message: Nevow also has plugins in nevow.plugins. tweak and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/08 15:26:48 Modified files: graphics/gifsicle: Makefile distinfo graphics/gifsicle/pkg: PFRAG.no-no_x11 PLIST Log message: update to 1.52 tweak and ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/08 15:30:44 Modified files: sys/net : pf.c Log message: factor out the tcp sequence number tracking from pf_test_state_tcp ok mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/08 15:35:21 Modified files: usr.bin/mg : theo.c Log message: more CVSROOT: /cvs Module name: src Changes by: av@cvs.openbsd.org 2008/06/08 15:40:58 Modified files: usr.bin/cdio : cdio.c Log message: check whether media supports TAO or blanking. It makes error output nicer, e.g.: "The media can't be written in TAO mode" instead of "cdio: Only 0 of the required _N_ blocks available" ok fgsch CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/08 15:41:13 Modified files: comms/efax : Makefile comms/efax/patches: patch-efax_c patch-fax Added files: comms/efax/patches: patch-Makefile Log message: - fix build on mips64, no package bump needed, as mips64 didn't build before and other arches are unaffected. maintainer (ian@) timed-out for four months CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/08 15:48:56 Modified files: usr.bin/cvs : checkout.c Log message: simplification from igor CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/08 15:51:25 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: - enhance output for 80 columns wide terminals ok pyr@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/08 15:54:25 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: - remove sendmail cf files leftover after make in src issue reported by jmc@ ok pyr@ jdixon@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/08 15:59:57 Modified files: share/man/man4 : uvideo.4 Log message: add Logitech QuickCam Fusion CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/08 16:06:23 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: md.vax mi distrib/sets/lists/man: mi distrib/sets/lists/misc: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/08 22:47:59 Modified files: textproc/ocaml-xml-light/patches: patch-Makefile Log message: fix build with gmake 3.81; from upstream via brad@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/08 23:49:10 Modified files: sys/dev/usb : uvideo.c sys/dev : video.c video_if.h Log message: Allocate the video buffer based on the maximum frame size that's reported by the device instead of using the statically set VIDEO_BUF_SIZE. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/09 00:04:02 Modified files: lib/libc/crypt : arc4random.3 Log message: fix an Xr, and use a more appropriate macro; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/09 00:08:44 Modified files: share/man/man4 : pci.4 ix.4 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2008/06/09 00:15:23 Modified files: . : alpha.html amd64.html i386.html sparc64.html Log message: add IODATA WN-G54/US and MELCO WLI-U2-KAMG54 to the uath(4) list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/09 00:18:38 Modified files: distrib/notes/alpha: hardware distrib/notes/amd64: hardware distrib/notes/i386: hardware distrib/notes/sparc64: hardware Log message: add IODATA WN-G54/US and MELCO WLI-U2-KAMG54 entries to the uath(4) list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/09 00:23:10 Modified files: usr.sbin/rtadvd: rtadvd.8 Log message: some syslog Xr; CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/06/09 00:24:21 Modified files: . : donations.html want.html Log message: Thanks to Roger Walker for donating a PCI bus analyser and oga@ for bringing it to c2k8. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/09 00:26:49 Modified files: share/man/man4 : uvideo.4 Log message: - sort the hardware list - knock out the video Xr until we get a video(4) man page CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 01:07:17 Modified files: sys/arch/i386/i386: via.c sys/arch/i386/pci: glxsb.c sys/arch/sparc64/sparc64: machdep.c sys/crypto : cryptosoft.c sys/dev : rnd.c rndvar.h softraid.c sys/dev/pci : hifn7751.c if_ix.c noct.c safe.c ubsec.c sys/kern : init_main.c kern_sysctl.c sys/net : if_spppsubr.c pf.c sys/net80211 : ieee80211_input.c ieee80211_node.c ieee80211_proto.c sys/netinet : ip_carp.c ip_esp.c ip_id.c tcp_subr.c Log message: rename arc4random_bytes => arc4random_buf to match libc's nicer name; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 01:49:45 Modified files: sys/crypto : rijndael.c rijndael.h Log message: constify arguments in wrapper functions; the lower level functions were already done CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/06/09 02:18:01 Modified files: archivers/unrar: Makefile distinfo Log message: - maintenance update to unrar 3.81 ok jasper@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/09 06:00:48 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: allow direct copy of fh to another CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/06/09 06:01:39 Modified files: infrastructure/build: pkg_subst Log message: pkg_subst without file args acts as a filter CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/06/09 06:34:55 Modified files: lang/python/2.5: Makefile lang/python/2.5/patches: patch-Makefile_pre_in Log message: fix intermitent race condition, no reason for ./Lib/plat-openbsd4 to match $(srcdir)/Lib/plat-openbsd4 except by accident... CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/09 07:02:39 Modified files: usr.bin/ssh : sftp-server.c Log message: Extend 32bit -> 64bit values for statvfs extension missed in previous commit. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/09 07:38:46 Modified files: usr.bin/ssh : PROTOCOL Log message: Use a $OpenBSD tag so our scripts will sync changes. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/09 08:29:17 Modified files: net/darkstat : Makefile distinfo Removed files: net/darkstat/patches: patch-graph_db_c patch-hosts_db_c Log message: update to darkstat 3.0.708, mostly concerned with decreased memory usage. all local patches merged upstream. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/06/09 08:47:01 Modified files: gnu/usr.sbin/sendmail/cf/cf: openbsd-bulk.mc openbsd-lists.mc Log message: Disable ident queries Crank max queue children in bulk config Use the C flag in DAEMON_OPTIONS instead of nocanonify in bulk config CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 09:01:56 Modified files: sys/arch/armish/stand: Makefile.inc sys/arch/armish/stand/boot: Makefile sys/arch/socppc/stand: Makefile.inc sys/arch/socppc/stand/boot: Makefile boot.8 sys/arch/socppc/stand/mkboot: Makefile Log message: Place manuals in the MD directories; from pierre.riteau@gmail CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 09:02:07 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/06/09 09:40:21 Modified files: gnu/usr.sbin/sendmail/cf/cf: Makefile Log message: Don't be overzealous when cleaning up, once is enough. spotted by ajacoutot@, ok ajacoutot@, millert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/09 09:45:28 Modified files: misc/gramps : Makefile distinfo misc/gramps/pkg: PLIST Removed files: misc/gramps/patches: patch-Makefile_in patch-data_Makefile_in patch-data_man_Makefile_in Log message: - update to gramps-3.0.1 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/09 09:49:31 Modified files: usr.sbin/ndp : ndp.c Log message: Correctly round the sockaddrs so that ndp works on 64bit machines. Stupid sockaddr_in6 has the worst size possible. OK henning@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/09 09:59:17 Modified files: mail/xfaces : Makefile mail/xfaces/pkg: PLIST Log message: add some MASTER_SITES for xfaces-sounds ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 10:00:54 Modified files: share/man/man9 : Makefile random.9 Log message: man bits for arc4random_bytes => arc4random_buf rename; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 10:07:00 Modified files: sys/crypto : cryptodev.c cryptodev.h cryptosoft.c xform.c xform.h Log message: Implement the AES XTS mode of operation for the crypto(9) framework. XTS is a "tweaked" AES mode that has properties that are desirable for block device encryption and it is specified in the IEEE P1619-2007 standard for this purpose. prodded by & ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 10:11:36 Modified files: sys/crypto : xform.c Log message: add myself to copyright CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 10:14:00 Modified files: share/man/man9 : crypto.9 Log message: mention CRYPTO_AES_CTR, CRYPTO_AES_XTS describe special requirement for passing in IV/block number for CRYPTO_AES_XTS CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 10:14:14 src/regress/sys/crypto/aesxts Update of /cvs/src/regress/sys/crypto/aesxts In directory cvs.openbsd.org:/tmp/cvs-serv26048/aesxts Log Message: Directory /cvs/src/regress/sys/crypto/aesxts added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 10:15:05 Added files: regress/sys/crypto/aesxts: Makefile aes_xts.c Log message: regress tests for crypto(4) CRYPTO_AES_XTS using test vectors from IEEE P1619-2007 standards; ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 10:15:19 Modified files: regress/sys/crypto: Makefile Log message: +aesxts subdir CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 10:16:35 Modified files: share/man/man4 : crypto.4 Log message: mention CRYPTO_AES_CTR and CRYPTO_AES_XTS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/09 10:21:03 Modified files: textproc/intltool: Makefile distinfo textproc/intltool/pkg: DESCR PLIST Log message: - update intltool to version 0.40.0 - use x11/gnome MODULE - tweak DESCR tested on a bulk build by bernd@, thank you! CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/06/09 10:21:33 Modified files: sys/dev/i2c : adm1026.c Log message: * fix the order of precedence in the divisor bits calculation * correct the constant in the fanrpm formula ok deraadt CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/09 10:34:22 Modified files: usr.bin/cvs : annotate.c Log message: Check if RCS file exists before trying to retrieve revisions for annotate, fixes segmentation fault on added but not yet committed files for example. Based on diff by Igor Zinovik. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/06/09 10:37:35 Modified files: usr.sbin/ntpd : ntpd.conf.5 ntpd.h parse.y sensors.c Log message: Allow outgoing replies from sensor-driven servers to have a user-configurable reference ID, eg. "GPS" or "DCF"... ok mbalmer CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/09 10:44:09 Modified files: archivers/bzip2: Tag: OPENBSD_4_3 Makefile distinfo Log message: SECURITY: Update to 1.0.5, which includes integer overflow checks. Fixes CERT-FI 20469. from William Yodlowsky CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 10:52:04 Modified files: usr.sbin/ntpd : sensors.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/09 10:55:20 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Don't use u_int to store a 64-bit address. Found with help from miod@. Makes a Sun Fire V490 boot without spending ages in bus_dmamem_alloc(9). CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/09 11:05:49 Modified files: usr.bin/cvs : file.c Log message: Stop fooling ourselfs by freeing cvs_directory_tag at the wrong position: cvs_directory_tag is reinitalized every time we enter a new directory, so make it clear by freeing before going into a new directory. discussed with and ok joris CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/09 11:13:35 Modified files: sys/dev : video.c Log message: according to miod pmap_update() is not need after pmap_extract() at all, so remove it. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/09 12:06:32 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Don't generate putty keys if we're not going to use them. ok djm CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/09 12:20:36 Log message: import py-boto An integrated interface to current and future infrastructural services offered by Amazon Web Services. Currently, this includes: - Simple Storage Service (S3) - Simple Queue Service (SQS) - Elastic Compute Cloud (EC2) - Mechanical Turk - SimpleDB (SDB) based on the original submission by Bruno Bigras feedback and ok wcmaier@ merdely@ Status: Vendor Tag: okan Release Tags: okan_20080609 N ports/net/py-boto/Makefile N ports/net/py-boto/distinfo N ports/net/py-boto/pkg/DESCR N ports/net/py-boto/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/09 12:21:13 Modified files: net : Makefile Log message: +py-boto CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/09 12:24:21 Modified files: graphics/imlib2: Makefile Added files: graphics/imlib2/patches: patch-src_modules_loaders_loader_pnm_c patch-src_modules_loaders_loader_xpm_c Log message: SECURITY: Fix buffer overflows in the pnm and xpm loaders. http://secunia.com/secunia_research/2008-25/advisory/ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 12:26:35 Modified files: usr.sbin/ntpd : parse.y Log message: do not leak memory on failure in refid production; ok ckuethe henning CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/09 12:27:45 Log message: import duplicity Duplicity incrementally backs up files and directory by encrypting tar-format volumes with GnuPG and uploading them to a remote (or local) file server. Currently local, ftp, ssh/scp, rsync, WebDAV, WebDAVs, HSi and Amazon S3 backends are available. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Currently duplicity supports deleted files, full unix permissions, directories, symbolic links, fifos, etc., but not hard links. The duplicity package also includes the rdiffdir utility. Rdiffdir is an extension of librsync's rdiff to directories - it can be used to produce signatures and deltas of directories as well as regular files. These signatures and deltas are in GNU tar format. based on the original submission from Bruno Bigras feedback and ok wcmaier@ merdely@ Status: Vendor Tag: okan Release Tags: okan_20080609 N ports/sysutils/duplicity/Makefile N ports/sysutils/duplicity/distinfo N ports/sysutils/duplicity/pkg/DESCR N ports/sysutils/duplicity/pkg/PLIST N ports/sysutils/duplicity/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/09 12:28:15 Modified files: sysutils : Makefile Log message: +duplicity CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 12:30:03 Modified files: usr.sbin/ntpd : sensors.c Log message: do not copy up to two garbage characters from a 1 char string into a 4 char output buffer; ok henning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 12:30:48 Modified files: usr.sbin/ntpd : ntpd.h sensors.c Log message: rename refstr to refid since it is an int32; ok henning CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/09 12:31:26 Log message: import p5-DBD-Chart The DBD::Chart provides a DBI abstraction for rendering pie charts, bar charts, box&whisker charts (aka boxcharts), histograms, Gantt charts, and line, point, and area graphs. ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080609 N ports/databases/p5-DBD-Chart/Makefile N ports/databases/p5-DBD-Chart/distinfo N ports/databases/p5-DBD-Chart/pkg/DESCR N ports/databases/p5-DBD-Chart/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/09 12:31:52 Modified files: databases : Makefile Log message: +p5-DBD-Chart CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 12:35:09 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/09 12:42:09 Modified files: net/smokeping : Makefile Added files: net/smokeping/patches: patch-lib_Smokeping_pm Log message: Add a patch to fix static page generation and bump package. https://lists.oetiker.ch/pipermail/smokeping-users/2008-June/003068.html CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/09 12:55:58 Modified files: share/man/man9 : crypto.9 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/09 12:58:48 Modified files: converters/p5-JSON: Makefile distinfo converters/p5-JSON/pkg: PLIST Log message: major update to version 2.10 confirmed by maintainer CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/09 13:57:45 Modified files: sys/dev/usb : uvideo.h Log message: oops. this change was missing from the previous commit CVSROOT: /cvs Module name: ports Changes by: av@cvs.openbsd.org 2008/06/09 14:10:37 Modified files: geo/openbsd-developers/files: OpenBSD Log message: add myself (av@) here. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/09 14:30:25 Modified files: share/man/man9 : uvm.9 sys/uvm : uvm.h uvm_extern.h uvm_map.c usr.sbin/procmap: procmap.c Log message: Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of a new etype, UVM_ET_HOLE, meaning it has no backend. UVM_ET_HOLE entries (which should be created as UVM_PROT_NONE and with UVM_FLAG_NOMERGE and UVM_FLAG_HOLE) are skipped in uvm_unmap_remove(), so that pmap_{k,}remove() is not called on the entry. This is intended to save time, and behave better, on pmaps with MMU holes at process exit time. ok art@, kettenis@ provided feedback as well. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/09 14:31:49 Modified files: sys/arch/sparc/sparc: pmap.c sys/arch/vax/vax: pmap.c Log message: Create a real holp by using uvm_map() with UVM_FLAG_HOLE in pmap_remove_holes(). No functional change. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/09 14:32:13 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/patches: patch-calendar_libical_src_libical_icaltz-util_c databases/evolution-data-server/pkg: PLIST Log message: - fix build under powerpc - regen PLIST wile here CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/09 14:32:56 Modified files: sys/arch/sparc64/include: pmap.h sys/arch/sparc64/sparc64: pmap.c Log message: Sparc64 MMUs have an address hole, too, and the pmap implementation we are using has an even larger one, so implement pmap_remove_hole() to prevent mmap() from ever reaching the hole. feedback and ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/09 14:43:43 Modified files: sys/arch/amd64/amd64: copy.S sys/arch/amd64/include: cpu.h sys/arch/i386/i386: locore.s sys/arch/i386/include: cpu.h sys/arch/mips64/mips64: lcore_access.S Log message: Remove fillw(). Bonus points if you do not remember what it was used for. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/09 14:51:31 Modified files: sys/dev : video.c video_if.h videovar.h sys/dev/usb : uvideo.c uvideo.h Log message: Let the driver switch between read() and mmap() depending on what the userland application wants. OK robert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/09 15:00:57 Modified files: net/curl : Makefile Added files: net/curl/patches: patch-docs_examples_Makefile_in patch-src_Makefile_in patch-tests_libtest_Makefile_in patch-tests_server_Makefile_in Log message: Different workaround for link path ordering, keep build path out of pkgconfig entry. Problem reported by and ok landry@. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/09 15:06:10 Modified files: sbin/ldattach : Makefile ldattach.8 ldattach.c Added files: sbin/ldattach : atomicio.c atomicio.h Log message: Add the '-p' option to ldattach(8) to pass data received from the device to the master device of a pty(4) pair. The name of the slave device is written to standard output. This is useful for applications like e.g. gpsd from the misc/gpsd port that also use the serial data stream (e.g. nmea(4) as a time source and gpsd to get at positional data). help and ok deraadt, makes ckuethe happy. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/09 15:28:56 Modified files: net/net-snmp : Makefile Log message: missing PKGNAME-perl bump after MAINTAINER changed CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/09 15:53:57 Modified files: usr.sbin/rtsold: if.c Log message: also handle wireless interfaces (IFM_IEEE80211 in addition to IFM_ETHER) From kame ok rainer@ CVSROOT: /cvs Module name: www Changes by: cnst@cvs.openbsd.org 2008/06/09 15:54:35 Modified files: . : events.html papers : index.html Added files: papers : bsdcan08-sensors.pdf Log message: add my BSDCan 2008 slides CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/09 15:56:06 Modified files: sbin/fsck_ffs : setup.c Log message: The new newfs(8) code causes alternate superblocks to end up in different locations than before. Actually, the disklabel does not contain enough info to completely reconstruct the locations of all alternate sb's. So use a hardcoded list of all possible 1st alternate sb locations, but don't forget to verify against the label. ok millert@ thib@ CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2008/06/09 16:05:49 Modified files: www/trac : Makefile www/trac/pkg : MESSAGE Log message: mention the need for updating trac's database if updating from a previous version of the port. discussed on ports@, suggestion from sthen@ maintainer (ben lovett) ok CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/09 16:06:59 Modified files: sbin/slattach : slattach.8 Log message: slattach(8) is now deprecated. Use ldattach(8) instead. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/09 16:07:29 Modified files: sbin/nmeaattach: nmeaattach.8 Log message: nmeaattach(8) is now deprecated. Use ldattach(8) instead. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/09 16:21:49 Modified files: etc : rc rc.conf Log message: Replace nmeattach (which will be removed) with ldattach. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/09 16:23:07 Modified files: geo/openbsd-developers: Makefile Log message: Bump package version after av@ addition CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/09 16:23:19 Modified files: sbin : Makefile Removed files: sbin/nmeaattach: Makefile nmeaattach.8 nmeaattach.c Log message: Remove nmeaattch(8), which is superseeded by ldattach(8). ok deraadt CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/09 16:31:24 Modified files: usr.bin/cvs : commit.c entries.c file.c update.c Log message: Properly handle merged files and conflicts which may arrise while merge. Instead of ignoring all files which contain possible conflict markers, only watch out for files which have actually been merged. With input by and ok joris. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 16:46:43 Modified files: etc : netstart Log message: Ensure that hostname.* files are also re-chowned to root.wheel at each boot as discussed with claudio while eating tasty donairs. ok todd CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 16:47:42 Modified files: sys/conf : files sys/netinet6 : ip6_id.c ip6_input.c ip6_output.c ip6_var.h sys/nfs : krpc_subr.c nfs_subs.c nfs_var.h Added files: sys/crypto : idgen.c idgen.h Log message: Introduce a facility to generate unpredictable 32 bit numbers with near maximal (2^32) cycle times. These are useful for network IDs in cases where there are negative consequences to ID prediction and/or reuse. Use the idgen32() functions to generate IPv6 IDs and NFS client/server XIDs. Pseudorandom permutation code in crypto/idgen.c based on public domain skip32.c from Greg Rose. feedback & ok thib@ deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 16:49:15 Modified files: sys/nfs : nfs_subs.c nfs_var.h Log message: nfsm_get_xid() => nfs_get_xid() after thib@ informed me that the nfsm_* functions are for mbufs CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 16:50:12 Modified files: share/man/man9 : Makefile Added files: share/man/man9 : idgen.9 Log message: man page for crypto/idgen.h functions: idgen32() and idgen32_init() ok deraadt@ CVSROOT: /cvs Module name: src Changes by: rainer@cvs.openbsd.org 2008/06/09 16:53:25 Modified files: etc : master.passwd group usr.sbin/rtadvd: rtadvd.c rtadvd.h Log message: drop root privileges in rtadvd to _rtadvd ok deraadt@, reyk@, pyr@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/06/09 16:54:38 Modified files: www/snownews : Makefile Added files: www/snownews/patches: patch-interface_c patch-interface_h patch-main_c patch-netio_c Log message: - handle winch - dont interrupt connections on winch - bump package name requested by cathcart@ tested by kili@ and Simon Kuhnle ok kili@ CVSROOT: /cvs Module name: xenocara Changes by: phessler@cvs.openbsd.org 2008/06/09 16:55:10 Modified files: xserver/hw/xfree86/os-support/bsd: i386_video.c Log message: Remove the special case for amd64 using MTRR. Wasn't compiled in in the first place, and didn't work anyways. ok deraadt, oga, matthieu CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/09 16:55:43 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac patch-modules_audio_output_Makefile_in patch-modules_demux_Makefile_in patch-modules_gui_wxwidgets_Makefile_in patch-share_Makefile_in patch-src_misc_modules_c x11/vlc/pkg : PLIST-main Removed files: x11/vlc/patches: patch-include_vlc_threads_funcs_h Log message: SECURITY update vlc to 0.8.6h - fixes *many* null pointer deref, error handling failures, leaks, use-after-free and double-free found by Coverity - fixes some MPEG2 TS audio packet loss - numerous security fixes in 0.8.6g - fixes some memory leaks Also: mark altivec FLAVOR as broken; ajacoutot reports that the altivec-enabled binary fails to start. ok ajacoutot CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/09 16:56:42 Modified files: etc : netstart Log message: warn once not 3 times in case of a non existent file, discussed with deraadt originally pointed out by Johan Torin CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/09 16:57:49 Modified files: sbin/ldattach : ldattach.8 Log message: zap trailing whitespace; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/09 16:59:42 Modified files: audio/rhythmbox: Makefile distinfo audio/rhythmbox/patches: patch-bindings_python_Makefile_in patch-configure_ac patch-metadata_test-metadata_c patch-plugins_audioscrobbler_rb-audioscrobbler_c patch-plugins_daap_rb-daap-src_c patch-shell_main_c patch-shell_rb-shell-player_c audio/rhythmbox/pkg: PLIST Log message: - unbreak (after libsoup update) by upgrading to version 0.11.5 breakage reported by naddy@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/09 17:01:22 Modified files: sbin/slattach : slattach.8 Log message: - move the "this app is deprecated" blurb to the start, where it's more likely to be read - sort SEE ALSO CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/06/09 17:03:15 Modified files: www/snownews : Makefile Added files: www/snownews/patches: patch-xmlparse_c Log message: - fix UIMainInterface for international charsets - bump package name tested by kili@ and Simon Kuhnle ok kili@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 17:03:16 Modified files: sys/dev : rnd.c Log message: simplify math for arc4random_uniform() suggested by Jinmei_Tatuya AT isc.org via jakob@ empirically verified for entire domain of upper_bound CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 17:05:42 Modified files: usr.sbin/bind/lib/isc: random.c Log message: simplify math for arc4random_uniform() suggested by Jinmei_Tatuya AT isc.org via jakob@ empirically verified for entire domain of upper_bound CVSROOT: /cvs Module name: src Changes by: merdely@cvs.openbsd.org 2008/06/09 17:08:35 Modified files: gnu/usr.bin/gcc/gcc/config/alpha: openbsd.h Log message: Make gcc on alpha use -mieee by default. This fixes many FPE problems with several ports on alpha and does not produce a significant slowdown. Suggestion to patch gcc directly from millert@ Diff and ok from miod@ ok pvalchev@, martin@, deraadt@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/09 17:11:01 Modified files: usr.sbin/sysmerge: sysmerge.8 Log message: - encourage people to use the same source as was used to upgrade system binaries so that some etc files don't get forgotten in the process discussed with kurt@ tweaks and ok jmc@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2008/06/09 17:15:47 Modified files: lib/libarch/amd64: Makefile Removed files: lib/libarch/amd64: amd64_get_mtrr.2 amd64_get_mtrr.c amd64_set_mtrr.c Log message: Remove an arch-specific API that wasn't available in the first place, and will be converted to a more generic one soon. ok deraadt, oga CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/09 17:15:55 Modified files: sbin/ldattach : ldattach.c Log message: Don't reverence slattach(8) or nmeaattach(8) in a comment. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 17:21:46 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/09 17:21:48 Modified files: sys/dev/usb : ehci.c ehcivar.h Log message: Don't play games with the PCD interrupt. It delays the detection of connect/disconnect events. From NetBSD. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 17:33:15 Modified files: usr.bin/cvs : getlog.c Log message: log already gets it FILE_UNKNOWN warning spewed out from cvs_file_classify, so do not mention it again in cvs_log_local(); CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/06/09 17:38:37 Modified files: lib/libc/sys : access.2 sys/isofs/cd9660: cd9660_vnops.c sys/isofs/udf : udf_vnops.c sys/kern : sysv_ipc.c vfs_subr.c sys/miscfs/procfs: procfs_vnops.c sys/msdosfs : msdosfs_vnops.c sys/nfs : nfs_vnops.c sys/sys : vnode.h sys/ufs/ext2fs : ext2fs_vnops.c sys/ufs/ufs : ufs_vnops.c Log message: Update access(2) to have modern semantics with respect to X_OK and the superuser. access(2) will now only indicate success for X_OK on non-directories if there is at least one execute bit set on the file. OK deraadt@ thib@ otto@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/09 17:46:20 Modified files: audio/mt-daapd : Makefile distinfo audio/mt-daapd/patches: patch-configure patch-contrib_mt-daapd_conf patch-src_configfile_c patch-src_mDNSUNP_c audio/mt-daapd/pkg: PLIST Log message: - maintenance update to 0.2.4.2 from Arnaud Bergeron (MAINTAINER) - convert @perl goo to SUBST_CMD "looks good" pval@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 17:54:27 Modified files: usr.bin/cvs : update.c Log message: unused var CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/09 17:57:58 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: - add a sanity check on tarballs name to ensure we're not feeding sysmerge with unrelated sets ok sthen@ pyr@ jdixon@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/09 18:02:09 Modified files: sys/arch/sparc64/conf: GENERIC GENERIC.MP files.sparc64 sys/arch/sparc64/sparc64: autoconf.c Added files: sys/arch/sparc64/dev: cmp.c Log message: Add cmp(4), a dummy driver to make attaching CMT cpus easier. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/09 18:19:31 Modified files: usr.bin/mg : funmap.c funmap.h grep.c Log message: Remove copyright notices and put these files back into the public domain. ok art CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/09 18:25:03 Modified files: sbin/ldattach : ldattach.c Log message: correctly setup the tty line for NMEA devices, especially turn off echo to the device. found by ckuethe, fixed and tested with ckuethe CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/06/09 18:36:46 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Additionnal checks on the file names supplied for -s and -x. Based on a diff by ajacoutot@, ok jdixon@ and sthen@ on a previous diff, ok ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/09 18:42:40 Modified files: graphics/lcms : Makefile distinfo graphics/lcms/patches: patch-samples_Makefile_in patch-src_Makefile_in patch-src_cmsmtrx_c patch-testbed_Makefile_in graphics/lcms/pkg: PLIST Removed files: graphics/lcms/patches: patch-include_lcms_h Log message: update to 1.17 from brad@ ok merdely@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 19:00:35 Modified files: usr.bin/cvs : Makefile add.c buf.c buf.h checkout.c commit.c cvs.h import.c log.h logmsg.c tag.c util.c util.h Added files: usr.bin/cvs : trigger.c trigger.h Log message: New trigger framework that allows us to run the required scripts defined in CVSROOT/commitinfo and CVSROOT/loginfo and so on. This enables the use of log_accum2 and all that other nice stuff we like. This was mostly written by Jonathan Armani with help from tobias@ and myself. ok tobias@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 20:07:58 Modified files: usr.bin/cvs : commit.c trigger.c Log message: style CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 20:08:49 Modified files: usr.bin/cvs : trigger.c Log message: missing header CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/09 20:11:19 Modified files: usr.bin/cvs : import.c Log message: Don't spawn editor for log message on server-side if no log message has been supplied as argument by client. ok joris CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 20:36:32 Modified files: usr.bin/cvs : trigger.c Log message: loginfo allows 't' as well - unbreaks certain loginfo scripts. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/09 20:39:22 Modified files: usr.bin/mg : macro.c Log message: Fix obvious off-by-one in macro loop. From Marc Butler via debian CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/06/09 20:55:39 Modified files: sys/arch/amd64/amd64: machdep.c mem.c pmap.c sys/arch/amd64/include: bus.h cpu.h pmap.h vmparam.h Log message: All your memory belong to us. This has been in snaps for a while, and seems to work. If it breaks, people had plenty of chances to complain. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/09 21:04:33 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/09 21:09:39 Modified files: x11/dbus : Makefile x11/dbus/pkg : PLIST Log message: uninstall machine-id with pkg_delete -c CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 21:11:30 Modified files: sys/dev : rnd.c Log message: reorder functions and variables in rnd.c so they are more logically arranged. They are now layed out in four sections: 1. Master entropy pool maintenance (add_entropy_words & extract entropy) 2. Entropy crediting (add_*_randomness backend) 3. Exported kernel API: arc4random() and friends 4. /dev/*random char devices CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/09 21:16:19 Modified files: faq : current.html Log message: mention nmeaattach removal, ok mbalmer CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 21:18:59 Modified files: usr.bin/cvs : trigger.c Log message: newly added files should pass "NONE" for their initial revision, unbreaks more scripts that depend on this. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/09 21:19:12 Modified files: lib/libc/sys : access.2 Log message: add missing arg to .Fn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/09 21:24:38 Modified files: archivers/p7zip: Makefile distinfo archivers/p7zip/patches: patch-install_sh patch-makefile_openbsd Log message: update to 4.58 and fix homepage, from maintainer Josh Grosse with tweaks by me. Changelog notes speed optimizations, bug fixes, utf8 support for .zip filenames, .lzma unpack added. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 21:33:21 Modified files: usr.bin/cvs : trigger.c Log message: pass the basename(3) for file_path to the script, so we do not get weird double modules names in the logs; CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2008/06/09 21:46:09 Modified files: usr.sbin/ntpd : client.c ntp.c ntpd.h sensors.c server.c Log message: According to the latest SNTPv4 spec in RFC4330, secondary servers return the address of the synchronization source as reference identification. Remove the obsolete special casing specified in RFC2030. ok henning@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2008/06/09 21:51:54 Modified files: usr.sbin/ntpd : client.c Log message: For IPv6 addresses, return the first 32 bits of the MD5 hash of the address as ref ID (RFC4330). ok henning@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 21:55:50 Modified files: usr.bin/cvs : trigger.c Log message: newly added directories need "- New directory" to be passed to the loginfo script. ok tobias@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 21:57:27 Modified files: usr.bin/ssh : match.h servconf.c sshd_config.5 usr.bin/ssh/lib: Makefile Added files: usr.bin/ssh : addrmatch.c Log message: support CIDR address matching in sshd_config "Match address" blocks, with full support for negation and fall-back to classic wildcard matching. For example: Match address 192.0.2.0/24,3ffe:ffff::/32,!10.* PasswordAuthentication yes addrmatch.c code mostly lifted from flowd's addr.c feedback and ok dtucker@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/09 22:01:42 Modified files: usr.bin/cvs : trigger.c Log message: append "- Imported sources" for imports. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/09 22:14:11 Modified files: net/silc-server: Tag: OPENBSD_4_3 Makefile distinfo net/silc-server/patches: Tag: OPENBSD_4_3 operops-patch-apps_silcd_command_c patch-Makefile_defines_int_in patch-apps_silcd_Makefile_in patch-configure_ac patch-doc_example_silcd_conf_in patch-lib_silcmath_tma_h patch-lib_silcutil_silcconfig_c net/silc-server/pkg: Tag: OPENBSD_4_3 PLIST Added files: net/silc-server/patches: Tag: OPENBSD_4_3 patch-apps_silcd_server_c Removed files: net/silc-server/patches: Tag: OPENBSD_4_3 patch-lib_Makefile_in patch-lib_silcsim_Makefile_in Log message: update to 1.1.5; - fixes portability bugs including a remote user-triggerable DoS on strict alignment arch. - a crash fix from GIT from William Yodlowsky CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 22:17:46 Modified files: usr.bin/ssh : sshd_config.5 Log message: better reference for pattern-list CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/09 22:24:17 Modified files: sys/net : if_pfsync.c pf.c pf_ioctl.c pfvar.h Log message: implement a sloppy tcpstate tracker which does not look at sequence numbers at all. scary consequences; only tobe used in very specific situations where you don't see all packets of a connection, e. g. asymmetric routing. ok ryan reyk theo CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/09 22:26:31 Modified files: sys/net : pf.c Log message: in pf_test_state_icmp when trying tomatch icmp errors to tcp sessions do not verify the sequence number against the state if the state is sloppy and thus doesn't have that information. independently pointed out by frantzen and ryan, ok ryan CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/09 22:27:53 Modified files: net/silc-client: Tag: OPENBSD_4_3 Makefile distinfo Log message: update to 1.1.4; - fixes possible buffer overflow in PKCS#1 message decoding. from William Yodlowsky CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/09 22:28:54 Modified files: sbin/pfctl : parse.y pfctl_parser.c Log message: new state option "sloppy" to use the sloppy tcp state tracker instead of the good one. ok theo ryan reyk CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/09 22:29:21 Modified files: sbin/pfctl : pf_print_state.c Log message: in verbose mode indicate which states are sloppy, ryan reyk theo CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/09 22:30:17 Modified files: sys/dev/pci : if_lii.c Log message: Rename access macros so that they match the driver name. ok dlg@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/09 22:33:05 Modified files: share/man/man5 : pf.conf.5 Log message: theo and ryan and I like to scare people CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/09 22:38:46 Modified files: usr.bin/cvs : trigger.c Log message: If we encounter an error during expanding line of a trigger file, print an actually useful error message. ok joris CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/09 22:46:07 Modified files: sys/scsi : sd.c Log message: When copying stuff from code that runs with interrupts enabled to code that may run without interrupts, don't forget to add scsi_autoconf to the flags and POLL for the result rather than wait for an interrupt that will never come. Fixes Dale's Iomega Jazz drive on the ahc here, and no doubt many other device combinations. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/09 22:49:11 Modified files: usr.sbin/rtsold: dump.c rtsol.c rtsold.8 rtsold.c rtsold.h Log message: add the -O option to run an external script when the "other configuration" flag is found in the RA message. it basically means "here is your IPv6 address, but run something like DHCPv6 to get more information". so the main purpose is to run a dhcpv6 client to get DNS etc. Merged from KAME ok rainer@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/09 22:50:25 Modified files: usr.bin/ssh : channels.c channels.h log.c log.h servconf.c servconf.h sshd.8 sshd.c Log message: Add extended test mode (-T) and connection parameters for test mode (-C). -T causes sshd to write its effective configuration to stdout and exit. -C causes any relevant Match rules to be applied before output. The combination allows tesing of the parser and config files. ok deraadt djm CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/09 22:59:04 Modified files: textproc/xpdf : Tag: OPENBSD_4_3 Makefile Added files: textproc/xpdf/patches: Tag: OPENBSD_4_3 patch-xpdf_Object_h Log message: Security fix for CVE-2008-1693. From Debian. diff from William Yodlowsky CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/09 23:01:37 Modified files: usr.bin/cvs : client.c diff_internals.c rcs.c server.c trigger.c Log message: We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead of cvs_buf_append where appropiate. ok joris CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/06/09 23:11:27 Modified files: devel/liboil : Makefile lang/python/2.5: Makefile net/nmap : Makefile Log message: -mieee is now default on alpha CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/09 23:12:45 Modified files: security/stunnel: Tag: OPENBSD_4_3 Makefile distinfo security/stunnel/patches: Tag: OPENBSD_4_3 patch-Makefile_in patch-src_client_c patch-src_stunnel_c patch-tools_Makefile_in Log message: Update to stunnel v4.24, which fixes a security issue in the OCSP functionality. The bug allows a revoked certificate to successfully authenticate. Any installations with OCSP enabled should be upgraded ASAP. Other users are not affected. from William Yodlowsky CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/09 23:19:19 Modified files: www/mozilla-firefox: Tag: OPENBSD_4_3 Makefile Log message: security update to 2.0.0.14; MFSA 2008-20 from William Yodlowsky CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/09 23:22:45 Modified files: usr.bin/ssh : addrmatch.c Log message: fix fatal() when performing address matching and connection is not on socket; spotted by & ok dtucker@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/09 23:23:32 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: addrmatch.sh Log message: Regress test for Match CIDR rules. ok djm@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/06/09 23:29:14 Modified files: usr.bin/cvs : trigger.h Log message: spacing. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/06/09 23:39:38 Modified files: x11/fvwm2 : Makefile distinfo x11/fvwm2/patches: patch-fvwm_Makefile_in patch-utils_Makefile_in x11/fvwm2/pkg : PLIST-fvwm2 PLIST-main Log message: fvwm-2.4.20 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/06/09 23:48:55 Modified files: security/bunny : Makefile distinfo security/bunny/pkg: PLIST Log message: bunny-0.93 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/10 00:08:22 Modified files: sys/dev/usb : uvideo.c Log message: Sort functions. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/10 00:30:04 Modified files: x11/gnome/vinagre: Makefile x11/gnome/vinagre/pkg: PLIST Log message: add missing scrollkeeper goo in PLIST/@exec, noone saw me commiting in this area, i swear ! ok ajacoutot@ for a free cookie@breakfast CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/10 00:44:52 Modified files: mail : Makefile Log message: Build the ldap flavored package of claws-mail ok pyr@ ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/10 00:53:44 Modified files: share/man/man9 : idgen.9 Log message: fix previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/10 01:01:01 Modified files: share/man/man3 : intro.3 Log message: no more amd64_get_mtrr; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/10 01:12:00 Modified files: usr.bin/ssh : sshd_config.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/10 01:12:25 Modified files: sys/arch/amd64/amd64: conf.c etc : MAKEDEV.common etc/etc.amd64 : MAKEDEV.md Log message: Add /dev/video* for amd64. Help and OK todd@, OK robert@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/10 01:14:38 Modified files: share/man/man8/man8.amd64: MAKEDEV.8 etc/etc.amd64 : MAKEDEV Log message: regen CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/10 01:22:45 Modified files: usr.sbin/ospfd : ospfd.conf.5 Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/10 02:04:06 Modified files: share/man/man5 : pf.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/10 02:17:40 Modified files: usr.bin/ssh : sshd.8 sshd.c Log message: - update usage() - fix SYNOPSIS, and sort options - some minor additional fixes CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/10 02:20:03 Modified files: usr.sbin/ospf6d: ospf6d.conf.5 Log message: one more trafic -> traffic; CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/10 03:04:02 Modified files: net/silc-server: Makefile distinfo Log message: update to 1.1.9, fixes crashes and a nasty socket leak trying to reconnect to a failed master server. from brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/10 03:16:15 Modified files: share/man/man9 : Makefile Added files: share/man/man9 : idgen32.9 Removed files: share/man/man9 : idgen.9 Log message: rename man page to a function name that actually exists; requested by jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/10 03:30:02 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/10 03:57:51 Modified files: sys/netinet : ip_ipip.c Log message: encapsulating v4 in v6 IPSec should not be so fun, do not process v4 headers as v6, 255 TTL + icmp (0x01) = ff01:: suddenly, eww! debugged with bluhm@, verified by grunk@, ok markus@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/10 04:31:33 Modified files: share/man/man9 : Makefile Log message: oops CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/10 04:42:24 Modified files: usr.sbin/rtsold: rtsold.8 Log message: clean up the text; ok reyk CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/10 04:52:52 Modified files: usr.sbin/pkg_add/OpenBSD: Dependencies.pm Log message: typo in -as yet- unused code. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/10 05:07:01 Modified files: share/man/man5 : bsd.port.mk.5 Log message: typo; from Tim van der Molen CVSROOT: /cvs Module name: src Changes by: merdely@cvs.openbsd.org 2008/06/10 07:12:43 Modified files: share/man/man1 : gcc-local.1 Log message: Document that our gcc on alpha has -mieee enabled by default. Suggested by and ok jmc. ok miod. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/10 07:49:24 Modified files: sbin/fsck_ffs : setup.c Log message: print sizeofs using %zu; ok joris@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/10 08:40:54 Modified files: usr.bin/cvs : trigger.c Log message: files that have been removed should be passing "NONE" to scripts as their new revision, so they can be picked up as being removed. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/10 08:49:50 Modified files: usr.bin/cvs : commit.c Log message: switch back to a single log message in local mode so we are compliant with a remote setup. fixes a very annoying bug with loginfo as well. ok tobias@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/06/10 09:01:49 Modified files: lang/python : python.port.mk Log message: Prepend MODPY_* variables in SUBST_VARS. Previously, when eg MODPY_VERSION is a substring of a variable added to SUBST_VARS in a port's Makefile, pain on update-plist can ensue. Makes updates on www/py-django more fun. Tests and feedback from merdely@ and Darrin Chandler; thanks! ok steven@, "if it doesn't break anything..." fgsch@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/10 09:21:41 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Use a more portable construct for checking if we're running a putty test CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/10 09:28:49 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Add quotes CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2008/06/10 09:40:44 Modified files: lang/ruby : ruby.port.mk Log message: pass --verbose to gem to show full configure/build information to behave like everything else does ok bernd@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/10 09:50:31 Modified files: usr.bin/cvs : init.c Log message: style, also don't use cvs_buf_* if it is realy not worth the effort. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/10 09:55:54 Modified files: usr.bin/cvs : history.c Log message: If cvs_history_add has been called for a specific file, repo must be built up from working directory of that file instead of top directory. ok joris CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/10 10:05:04 Modified files: usr.bin/cvs : rcs.c Log message: more characters are allowed in the symbol lists, found by tobias@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/10 10:08:08 Modified files: sbin/fsdb : fsdb.c Log message: better take the size of the right table; found while tinkering with fsck_ffs by accident the buggy expression yields the same value. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/10 10:32:35 Modified files: usr.bin/cvs : history.c Log message: Added support for tag and date in cvs_history_add for checkout/export. ok joris CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/10 10:37:57 Modified files: lib/libc/sys : access.2 Log message: document access(2) can return EPERM; noted by Tim van der Molen; ok millert@ CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2008/06/10 10:40:49 Modified files: sys/compat/linux: linux_socket.c Log message: Allow linux binaries to call setsockopt(,TCPNODELAY,) on a AF_LOCAL socket, since some of them do that. ok deraadt@, henning@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/10 10:49:01 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Make get_npcus() walk the device tree to figure out the number of CPUs instead of treating "cmp" nodes specially. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/10 10:52:10 Modified files: share/man/man5 : pf.conf.5 Log message: another wee correction; ok henning CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/10 11:14:16 Modified files: bin/rm : rm.c Log message: do not ask the "override?" question if access fails for other resaons than EACCES. From Tim van der Molen; ok millert@ ray@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/06/10 11:25:57 Modified files: sbin/isakmpd : pf_key_v2.c Log message: Fix implementation of IN6_IS_ADDR_FULL so that IPV6_ADDR is used instead of IPV6_ADDR_SUBNET where appropriate. Then isakmpd has the same behaviour for IPv6 and IPv4. ok markus@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/10 11:34:36 Modified files: usr.bin/cvs : diff.c Log message: Omit "cannot find file" on server-side if client runs "diff" on an up-to-date file, because it won't be sent to server then. ok joris CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/10 12:00:35 Modified files: net/net-snmp : Makefile distinfo net/net-snmp/pkg: PLIST-main Added files: net/net-snmp/patches: patch-snmplib_snmp_version_c Log message: SECURITY update to fix CVE-2008-0960, http://secunia.com/advisories/30574/ A vulnerability has been reported in Net-SNMP, which can be exploited by malicious people to spoof authenticated SNMPv3 packets. The authentication code reads the length to be checked from sender input, this allows the sender to supply single byte HMAC code and have a 1 in 256 chance of matching the correct HMAC and authenticating, as only the first byte will be checked. The sender would need to know a valid username. ok rui (maintainer) CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/10 12:03:04 src/regress/sys/kern/signal/cansig Update of /cvs/src/regress/sys/kern/signal/cansig In directory cvs.openbsd.org:/tmp/cvs-serv32275/cansig Log Message: Directory /cvs/src/regress/sys/kern/signal/cansig added to the repository CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/10 12:04:31 Modified files: regress/sys/kern/signal: Makefile Added files: regress/sys/kern/signal/cansig: Makefile cansig.c Log message: Add a regression test for signaling permission checks. From mickey@. ok deraadt CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/10 12:21:24 Modified files: usr.bin/ssh : ssh_config.5 Log message: clarify that Host patterns are space-separated. ok deraadt CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/10 12:28:58 Modified files: sbin/ldattach : ldattach.c Log message: sleep if the slave device of the pty(4) is not connected. problem noticed by ckuethe, solution discussed with claudio CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/06/10 12:38:59 Modified files: sys/arch/macppc/macppc: locore.S Log message: use the defines, not magic constants. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/10 12:47:57 Modified files: www/mozilla-firefox: Tag: OPENBSD_4_3 distinfo Log message: oops missing distinfo change from previous commit CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/10 13:00:17 Modified files: usr.bin/cvs : commit.c Log message: set tag_new if its available so it can get passed to loginfo CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 13:32:14 Modified files: sys/net : if_pfsync.c pf.c pf_ioctl.c pfvar.h sbin/pfctl : pf_print_state.c Log message: save somespace in the state by collapsing two 8 bit ints used as booleans into one 8 bit flags field. shrinks the state structure by 4 bytes on 32bit archs ryan ok CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 14:05:13 Modified files: sys/net : pf.c Log message: remove a debug check& printf that should not have gone in in the first place CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 14:14:02 Modified files: sys/net : pf_ioctl.c Log message: when walking the entire state table it makes much more sense to walk the tailq instead of the rb tree. pt out by kjell some time ago, ok ryan CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/06/10 14:14:37 Modified files: sys/conf : files sys/isofs/udf : udf_subr.c sys/kern : kern_sched.c subr_disk.c vfs_bio.c vfs_subr.c sys/miscfs/specfs: spec_vnops.c sys/nfs : nfs_syscalls.c nfs_vnops.c sys/scsi : cd.c sys/sys : buf.h mount.h sys/ufs/ext2fs : ext2fs_bmap.c ext2fs_inode.c sys/ufs/ffs : ffs_inode.c ffs_softdep.c ffs_vnops.c sys/ufs/ufs : ufs_bmap.c ufs_dirhash.c Added files: sys/kern : vfs_biomem.c Log message: Buffer cache revamp 1) remove multiple size queues, introduced as a stopgap. 2) decouple pages containing data from their mappings 3) only keep buffers mapped when they actually have to be mapped (right now, this is when buffers are B_BUSY) 4) New functions to make a buffer busy, and release the busy flag (buf_acquire and buf_release) 5) Move high/low water marks and statistics counters into a structure 6) Add a sysctl to retrieve buffer cache statistics Tested in several variants and beat upon by bob and art for a year. run accidentally on henning's nfs server for a few months... ok deraadt@, krw@, art@ - who promises to be around to deal with any fallout CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/06/10 14:27:31 Modified files: sys/scsi : cd.c Log message: Accidental commit. Clean up. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/10 14:30:17 Modified files: usr.bin/cvs : checkout.c import.c rcs.c Log message: properly inherit file permissions. reported & tested by phessler@ input otto@ deraadt@ ok tobias@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/10 14:41:52 Modified files: sys/kern : kern_sig.c Log message: posix compliant permission checks for sending signals. Based on diffs provided by christian ehrhardt (Christian_Ehrhardt@genua.de) and micky, thanks! ok deraadt millert CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/10 14:48:10 Log message: import pg_top pg_top is 'top' for PostgreSQL. It is derived from Unix Top. Similar to top, pg_top allows you to monitor PostgreSQL processes. It also allows you to: * View currently running SQL statement of a process. * View query plan of a currently running SELECT statement. * View locks held by a process. * View user table statistics. * View user index statistics man page suggestion from sthen - thanks! feedback and ok merdely Status: Vendor Tag: okan Release Tags: okan_20080610 N ports/databases/pg_top/Makefile N ports/databases/pg_top/distinfo N ports/databases/pg_top/pkg/DESCR N ports/databases/pg_top/pkg/PLIST N ports/databases/pg_top/patches/patch-pg_top_1_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/10 14:49:19 Modified files: databases : Makefile Log message: +pg_top CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/10 14:50:19 Modified files: sys/dev/usb : usbf.c usbf_subr.c Log message: Fix a memory leak in usbf_realloc(), and make the speed configuration array dynamically allocated. "commit please" deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/06/10 14:50:23 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c dkcsum.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hp300/dev: ct.c mt.c sys/arch/hp300/hp300: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c dkcsum.c sys/arch/landisk/landisk: disksubr.c sys/arch/luna88k/luna88k: disksubr.c sys/arch/mac68k/mac68k: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mvme68k/mvme68k: disksubr.c sys/arch/mvme88k/mvme88k: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sgi/sgi: disksubr.c sys/arch/socppc/socppc: disksubr.c sys/arch/sparc/dev: fd.c sys/arch/sparc/sparc: disksubr.c sys/arch/sparc64/dev: fd.c sys/arch/sparc64/sparc64: disksubr.c sys/arch/vax/uba: ts.c sys/arch/vax/vax: disksubr.c sys/dev/isa : fd.c sys/isofs/udf : udf_subr.c sys/kern : subr_disk.c sys/uvm : uvm_swap.c Log message: Fix buffer cache pending read statistics by ensuring we can identify biowait() reads that do *not* come from the buffer cache - we use the B_RAW flag to identify these at art's suggestion - since it makes sense and the flag was not being used. this just flags all these buffers with B_RAW - biodone already ignores returned buffers marked B_RAW. ok art@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/10 14:55:02 Modified files: share/man/man5 : pf.conf.5 sys/net : pf_table.c pfvar.h sbin/pfctl : parse.y pfctl.8 pfctl_parser.c pfctl_table.c Log message: Make counters on table addresses optional and disabled by default. Use the 'counters' table option in pf.conf if you actually need them. If enabled, memory is not allocated until packets match an address. This saves about 40% memory if counters are not being used, and paves the way for some more significant cleanups coming soon. ok henning mpf deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/10 15:12:14 Modified files: sys/arch/m88k/m88k: pmap.c Log message: Rename pmap_remove_all() to pmap_remove_page(). CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/10 15:14:40 Modified files: sys/net : pf.c Log message: Handle a special sloppy case where we only see one half of the connection. If there is a ACK after the initial SYN without ever seeing a packet from the destination, set the connection to established. ok henning@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/10 15:15:14 Modified files: sys/dev/mii : brgphy.c ciphy.c dcphy.c ipgphy.c rgephy.c rlphy.c Log message: Some header cleanup. Remove some unused headers and shuffle some around for consistency between drivers. "looks good" reyk@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/10 15:18:41 Modified files: sys/dev/mii : brgphy.c ipgphy.c Log message: formatting knits. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/10 15:24:17 Modified files: lib/libX11/src : UIThrStubs.c Log message: Include stdlib.h so we have the prototype for realloc. This means that we don't assume realloc returns an int. This causes problems... This took me hours to find. Ok matthieu@. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/10 15:25:30 Modified files: sys/net : pf_table.c Log message: Free the counters struct when we free the table entry. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/10 15:45:41 Modified files: sys/dev/pci : if_skreg.h Log message: g/c unused defines. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/10 16:01:31 Modified files: lib/libX11/src : UIThrStubs.c Log message: - actually zero the memory returned by realloc(). - set the return value for the pthread_once() stub. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/10 16:02:28 Modified files: usr.sbin/relayd: pfe_filter.c relayd.conf.5 Log message: use sloppy pf state keeping for routed sessions (direct server return) where we only see the client side of the TCP session; this removes the timeout limitations that we had before. document "route to" in the manpage since it is fully working now. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/06/10 16:14:02 Modified files: sbin/isakmpd : ui.c Log message: Arguments to fifo commands were limited to 80 bytes. That is too short for IPv6. Increase the buffer size from 80 to 200 where appropriate. For the M command a buffer for 10 bytes is sufficient. ok hshoexer@ mpf@ grunk@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/10 16:15:24 Modified files: usr.bin/ssh : PROTOCOL serverloop.c ssh.c Log message: Add a no-more-sessions@openssh.com global request extension that the client sends when it knows that it will never request another session (i.e. when session multiplexing is disabled). This allows a server to disallow further session requests and terminate the session. Why would a non-multiplexing client ever issue additional session requests? It could have been attacked with something like SSH'jack: http://www.storm.net.nz/projects/7 feedback & ok markus CVSROOT: /cvs Module name: xenocara Changes by: mbalmer@cvs.openbsd.org 2008/06/10 16:31:30 Modified files: xserver/hw/xfree86/x86emu: ops2.c prim_ops.c xserver/hw/xfree86/x86emu/x86emu: prim_ops.h Added files: xserver/hw/xfree86/x86emu/x86emu: prim_x86_gcc.h Log message: Pull in a patch from X.Org-current to let X11 run on AMD Geode LX CPUs in basic VESA mode: X86EMU: handle CPUID instruction Starting X on an AMD Geode LX system such as an Alix board with VGA connector, the Xorg driver attempts to issue INT 10/0 to go to mode 3 (VGA). The emulator, running the BIOS code, would then spit out: c000:0282: A2 ILLEGAL EXTENDED X86 OPCODE! The opcode was 0F A2, or CPUID; it was not implemented in the emulator. With this patch it handles the CPUID instruction in one of two ways: 1) if ran on __i386__ or __x86_64__ then it calls the CPUID instruction directly. 2) if ran elsewhere it returns a canned 486dx4 set of values for function 1. Tested with & ok matthieu CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/10 16:39:31 Modified files: sys/net : if_pfsync.c pf.c pf_ioctl.c pf_table.c Log message: Simplify code slightly; use PR_ZERO with pool_get() rather than bzero(). ok mpf henning CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2008/06/10 16:52:11 Modified files: . : anoncvs.shar Log message: Modify anoncvssh.c to support opencvs server, and include instructions for adding an opencvs user to anoncvs sites to support the optional use of opencvs server for checkouts - hopefully this way we can eat a little more of our own dog food and find the bugs. ok joris@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/10 16:59:09 Modified files: sys/nfs : nfs_node.c nfs_subs.c nfs_var.h nfs_vnops.c nfsnode.h Log message: o Avoid putting duplicate entries into the name cache, add a function to handle cache_enter()'s for us since we need to update the appropriate timestamps so we don't miss on lookup; o Do not purge the dvp in nfs_rmdir(), since there's no need; o cache the new entry created in nfs_mkdir(); o Do caching of the access modes, this drastically reduces the amount of over the wire access RPCs we do in the NFSv3 case. This diff was written by Pedro Martelletto, sometime in 2004. A lot of people have been running with it at one time or another, this includes at least markus and matthieu. OK deraadt@, blambert@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/10 16:59:14 Modified files: sys/net : pf.c Log message: Handle the closing of half connections where we don't see the full bidirectional FIN/ACK+ACK handshake. ok henning@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/10 17:06:20 Modified files: usr.bin/ssh : addrmatch.c auth-options.c match.c servconf.c sshd.8 Log message: support CIDR address matching in .ssh/authorized_keys from="..." stanzas ok and extensive testing dtucker@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/10 17:10:30 Modified files: sbin/fsck_ffs : dir.c fsck.h inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c setup.c utilities.c Log message: reduce mem usage by about 20% by packing state and type of an inode in a single byte. Original diff by drahn@; twists by me; ok millert@ thib@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/10 17:12:36 Modified files: usr.sbin/relayd: pfe_filter.c relayd.conf.5 Log message: set the inactivity timeout of redirections to a shorter timeout of 600 seconds by default (pf's default is 86400s), they can be cranked with the "session timeout" directive and it is consistent to relay session timeouts. also remove the hack to modify the closing timeout because pf's sloppy state handling is taking care about half connection closing now. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/10 17:13:43 Modified files: regress/usr.bin/ssh: Makefile Added files: regress/usr.bin/ssh: key-options.sh Log message: Add regress test for key options. ok djm@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/10 17:15:32 Modified files: sys/nfs : krpc_subr.c Log message: Remove redundant code that only leaked an mbuf. ok krw@, deraadt@, thib@ earlier commit for some reason did not go through prodded by nfs buddy CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/10 17:21:34 Modified files: usr.bin/ssh : bufaux.c Log message: Use '\0' for a nul byte rather than unadorned 0. ok djm@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/10 17:23:53 Modified files: usr.bin/mg : basic.c def.h funmap.c region.c Log message: Add a clear-mark function. Use it to clear the region it is copied (M-w), or yanked (C-w). This matches xemacs behavior, is not horribly different from gnu emacs, and way less wrong than the current behavior. Noticed by Han Boetes. ok otto@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/10 17:39:01 Modified files: sys/dev : video.c video_if.h sys/dev/usb : uvideo.c Log message: add VIDIOC_QUERYCTRL to the supported ioctls CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/10 17:42:05 Modified files: usr.bin/cvs : cvs.c Log message: make opencvs behave exactly like GNU cvs does when it comes to verbosity, it's verbose by default and you can shut it up using -Q. ok tobias@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/10 17:44:59 Modified files: sys/dev : biovar.h Log message: Add opaque structure to create raid. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/10 17:56:21 Modified files: lib/libm/man : ieee.3 Log message: vax doesn't have inf/nan, finite always returns 1 "go for it!" millert@, ok jmc@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/10 18:00:37 Modified files: sys/dev/usb : uvideo.c Log message: If bDefaultFrameIndex is 0 we should use the first bFrameIndex. In any other case use the one reported by bDefaultFrameIndex. Fix indentation while here CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/10 18:03:49 Modified files: usr.bin/mg : tty.c Log message: Let curses handle the setup of terminal instead of doing it on our own and leaving terminal in an inusable state if setupterm failed. ok kjell CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/10 18:11:03 Modified files: sys/kern : vfs_biomem.c Log message: add $OpenBSD$ tag. I hate it, art@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/10 18:17:17 Modified files: sys/dev/ic : bwi.c Log message: Don't get the address of the txstats pointers when doing bzero, just use the actual pointers. Debugged into the early hours of the morning with todd, without being able to use a keyboard with ddb. Fixes a panic seen on his powerbook. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/10 18:25:27 Modified files: sys/dev/mii : miidevs Log message: BCM5780 also has a fiber model. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/10 18:25:40 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/10 18:26:18 Modified files: sys/dev : softraid.c softraidvar.h softraid_crypto.c Log message: Move first pieces of crypto softraid into the tree. Still totally disabled, of course, and still work in progress. help by djm@, ok marco@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/10 18:44:53 Modified files: sys/nfs : nfs_syscalls.c Log message: remove an unused variable CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/10 18:47:05 Modified files: usr.bin/cvs : history.c Log message: GNU cvs "compresses" CVSROOT/history by shrinking entry for working dir and repositry by replacing home directory with ~ and adding things like "*4" at the end of working directory if the last part of a path is the same for working directory and repository. ok joris CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2008/06/10 18:49:08 Modified files: bin/pax : ar_io.c cpio.1 options.c pax.1 tar.1 Log message: Add tar -j option that calls bzip2 for compress/decompress. Requires you to install the bzip2 pkg (or add bzip2 in another way). ok millert@ otto@ deraadt@ and 'many others'@ man page tweak from jmc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/10 18:52:43 Modified files: gnu/usr.bin/cvs/src: cvs.h main.c mkmodules.c parseinfo.c rcs.c Log message: Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn off the OpenBSD-specific Mdocdate expansion. This is useful to avoid conflicts that arise between the server's expansion of Mdocdate and the upstream code when maintaining forked OpenBSD derived code on an OpenBSD CVS server. "I must grudgingly agree that this is neccessary" deraadt@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/10 19:27:31 Modified files: sys/dev : video.c video_if.h sys/dev/usb : uvideo.c Log message: implement the VIDIOC_STREAMOFF ioctl and remove some unused code CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/10 19:43:35 Modified files: usr.bin/cvs : admin.c Log message: ofd is being closed in cvs_file_free(), no need to close it ourselfs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/10 19:45:11 Modified files: textproc/mgdiff: Makefile textproc/mgdiff/pkg: MESSAGE PLIST Log message: - fix path in MESSAGE - fix WANTLIB - regen PLIST while here CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/10 19:55:05 Modified files: usr.bin/cvs : log.c Log message: style ferry comes around CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/10 20:02:08 Modified files: usr.bin/cvs : trigger.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/10 20:19:13 Modified files: usr.bin/cvs : checkout.c client.c diff.c diff_internals.c edit.c entries.c status.c Log message: Avoid possible NULL pointer dereferences by using reentrant versions of time functions. ok joris CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 20:46:35 Modified files: sys/kern : uipc_mbuf.c sys/net : pf.c pfvar.h sys/sys : mbuf.h Log message: store a pointer to the stack side state key in the mbuf packet header inbound. on the outbound side, we take that and look for the key that is the exact opposite, and store that mapping in the state key. on subsequent packets we don't have to do the lookup on outbound any more. almost unable to get real benchmarks going here, we know for sure this gives a more than 5% increase in forwarding performance. many thanks to ckuethe for stress- and performance-testing. ok ryan theo CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 20:54:05 Modified files: sys/net : pf.c Log message: yuck, fix a last minute collision CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/06/10 20:59:32 Modified files: security/py-crypto: Makefile security/py-crypto/patches: patch-Cipher___init___py patch-Hash___init___py patch-Util_test_py patch-setup_py patch-test_test_hashes_py security/py-crypto/pkg: PLIST Log message: Take MAINTAINERSHIP from ish@ (timed out). Clean up port (MODPY_EGG_VERSION, SUBST_VARS, typo in license marker) and regen patches while here. ok merdely@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/06/10 21:02:51 Modified files: . : sparc64.html Log message: Add some more sparc64-based machines that Mark Kettenis has not yet gotten around to supporting (or, does not have access to). People are encouraged to mail him (or me) about access to machines on the ever-shrinking list of untested / unsupported machines CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/10 21:19:39 Modified files: usr.sbin/bgpctl: parser.c Log message: getcwd can return NULL on error, so handle that case properly. ok henning CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 21:26:03 Modified files: sys/net : pf.c Log message: extra paranoia: 1) only set the state key in the mbuf header in the inbound case 2) only use it in the outbound case discussed with and ok theo CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 21:28:10 Modified files: sys/net : pf.c Log message: after finding a state in the outbound path clear the statekey pointer in the header so it cannot get used again in case of somewhat weird reflection + mbuf-reuse-without-pkthdr-clearing cases. it looks like gif falls into the latter category. discussed with and ok theo CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 21:36:34 Modified files: sys/net : pf.c Log message: superfluous to check for m != NULL in pf_find_state, it is plain impossible that m is NULL here since all callers dereference it unconditionally beforehands, and find state without and mbuf doesn't make sense in the first place CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/10 21:38:28 Modified files: usr.bin/cvs : diff_internals.c Log message: Removed bogus var definition. ok joris CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 22:04:19 Modified files: sys/net : pf.c Log message: factor out state creation code for readability; make it static inline to not hurt performance while passing the 20 args (sigh) ok theo ryan, ok + feedback jsing CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/06/10 22:08:17 Modified files: . : sparc64.html Log message: ok, finally get the tadpole names (probably) mostly right CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/10 22:42:09 Modified files: sys/dev/acpi : acpi.c acpiasus.c acpihpet.c acpimadt.c acpiprt.c acpithinkpad.c acpitimer.c acpiutil.c dsdt.c Log message: Fix $OpenBSD$ for once and for all CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/10 22:44:19 Modified files: sys/arch/sparc64/sparc64: clock.c Log message: Use the prom address to map clock(4) at ebus(4) if available. CVSROOT: /cvs Module name: www Changes by: joris@cvs.openbsd.org 2008/06/10 22:51:44 Modified files: . : anoncvs.shar Log message: unbreak anoncvs.shar CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/10 22:52:27 Modified files: sys/nfs : nfs_bio.c nfs_boot.c nfs_kq.c nfs_node.c nfs_serv.c nfs_socket.c nfs_srvcache.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c Log message: Canonical for() -> queue.h FOREACH macro conversions. Also, it is historical practice to #include when using queue.h macros. ok thib@ krw@ special thanks to krw@ for reminders vice violence CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/10 22:54:41 Modified files: sys/dev/pci : pcidevs Log message: Add Altera vendor id, and EBus device id. This is questionable since the device id is probably a softcore on an FPGA, but this is how it shows up on a Tadpole SPARCLE. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/10 22:55:15 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/10 23:00:01 Added files: lang/lua : lua.port.mk Log message: Add a simple lua MODULE, can be used by potential new lua ports. ok wcmaier@ ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/10 23:04:37 Modified files: databases/luasqlite3: Makefile devel/lpeg : Makefile devel/luaalarm : Makefile devel/luabitlib: Makefile devel/luacopas : Makefile devel/luaevent : Makefile devel/luafs : Makefile devel/luapack : Makefile devel/luaposix : Makefile devel/luarexlib: Makefile devel/luarings : Makefile devel/luastdlib: Makefile graphics/luagd : Makefile mail/osbf-lua : Makefile net/luasocket : Makefile net/yt : Makefile security/luacrypto: Makefile Log message: Convert existing lua-related ports to use new lang/lua MODULE, and bump PKGNAMEs. ok wcmaier@ ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/10 23:15:43 Modified files: sys/arch/sparc64/dev: ebus.c Log message: Match the Altera EBus found on the Tadpole SPARCLE. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2008/06/10 23:22:34 Modified files: openssh : list.html Log message: Update info about mailing lists; ok djm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/10 23:28:33 Modified files: sys/dev/pci : pciide.c Log message: Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for Intel (except AHCI), CMD Technology, Silicon Image, VIA, SiS, Broadcom, and ATI IDE/SATA chipsets. ok jsg@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/10 23:30:35 Modified files: usr.sbin/bgpd : timer.c Log message: use monotime instead of wallclock. makes us independent from system time changes. diff from japan,was hiding... ok claudio some time ago CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/06/10 23:54:22 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: Support hotpluggable sensors (e.g. the post-4.2 ipmi0 created by the deferred thread, as well as some timedelta sensors). ok henning, ckuethe CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/11 00:30:36 Modified files: sys/netinet6 : icmp6.c in6.c in6.h in6_proto.c in6_var.h ip6_var.h nd6.c nd6.h nd6_rtr.c Log message: From KAME, allow adjustable limits on NDP entries and discovered routes. ok mpf naddy CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/11 01:21:00 Modified files: share/man/man5 : pf.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/11 01:23:37 Modified files: sbin/pfctl : pfctl.8 Log message: remove an ugly article; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/11 01:28:02 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: tweak the "route to" text; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/11 01:30:37 Modified files: usr.bin/ssh : sshd.8 Log message: kill trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/11 01:42:50 Modified files: bin/pax : cpio.1 pax.1 Log message: (sorry pval) some missing -j bits; CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/11 02:11:33 Modified files: sys/nfs : nfs_subs.c Log message: return an XDR'rd xid from nfs_get_xid() and kill the nfs_xid global variable; ok & feedback deraadt@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2008/06/11 03:22:39 Modified files: sys/arch/amd64/amd64: cpu.c mem.c sys_machdep.c sys/arch/amd64/conf: GENERIC files.amd64 Added files: sys/arch/amd64/amd64: amd64_mem.c mtrr.c Log message: Synchronize the MTRR API with i386, and enable "just commit it" deraadt@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2008/06/11 03:24:44 Modified files: usr.sbin/memconfig: Makefile Log message: enable memconfig on amd64 ok deraadt@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2008/06/11 03:27:58 Modified files: usr.sbin/memconfig: Makefile Log message: correctly enumerate MANSUBDIR pointed out by deraadt CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/11 03:33:01 Modified files: sys/dev/pci/drm: ati_pcigart.c drm.h drmP.h drm_bufs.c drm_drv.c drm_irq.c drm_pciids.h drm_vm.c i915_dma.c i915_drm.h i915_drv.c i915_drv.h i915_irq.c i915_mem.c mach64_dma.c mach64_drv.c mach64_drv.h mach64_irq.c mach64_state.c mga_dma.c mga_drv.c mga_drv.h mga_irq.c mga_state.c mga_warp.c r128_cce.c r128_drv.c r128_drv.h r128_irq.c r128_state.c r300_cmdbuf.c r300_reg.h radeon_cp.c radeon_drm.h radeon_drv.c radeon_drv.h radeon_irq.c radeon_mem.c radeon_state.c savage_bci.c savage_state.c sis_drv.h via_3d_reg.h via_dma.c via_drm.h via_drv.c via_drv.h via_irq.c via_map.c via_verifier.c via_verifier.h via_video.c Added files: sys/dev/pci/drm: drm_internal.h radeon_microcode.h Log message: Update to DRM git as of a few days ago. This mostly affects the card-specific files with a few minor changes elsewhere. The main change to the OpenBSD specific stuff is the change to the irq api due to the vblank rework. 4 more large bugs known, I have a fix for one. Tested by many. prompted by deraadt@. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/11 03:42:13 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm Log message: let elements be responsible for computing their own md5 (allows special behavior for @bin object). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/11 03:42:40 Modified files: usr.sbin/pkg_add/OpenBSD: md5.pm Log message: refactor md5 code to be able to work from a filehandle (like a pipe output) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/11 03:43:26 Modified files: usr.sbin/pkg_add: pkg_create usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm Replace.pm Log message: defer to the packing element for computing md5 CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2008/06/11 03:46:38 Modified files: sys/arch/amd64/amd64: mem.c Log message: unbreak RAMDISK no cookie for me CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2008/06/11 04:54:08 Modified files: sys/arch/amd64/amd64: mem.c Log message: actually unbreak RAMDISK. double plus minus cookie for me CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/11 06:21:03 Modified files: usr.sbin/pkg_add/OpenBSD: Dependencies.pm PackingElement.pm Log message: further step on the road to tags: make definitions migrate to the top of the packing-list, allow solver to find tag on the correct name (will look at full definition later). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/11 06:35:47 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c dkcsum.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hp300/dev: ct.c mt.c sys/arch/hp300/hp300: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c dkcsum.c sys/arch/landisk/landisk: disksubr.c sys/arch/luna88k/luna88k: disksubr.c sys/arch/mac68k/mac68k: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mvme68k/mvme68k: disksubr.c sys/arch/mvme88k/mvme88k: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sgi/sgi: disksubr.c sys/arch/socppc/socppc: disksubr.c sys/arch/sparc/dev: fd.c sys/arch/sparc/sparc: disksubr.c sys/arch/sparc64/dev: fd.c sys/arch/sparc64/sparc64: disksubr.c sys/arch/vax/uba: ts.c sys/arch/vax/vax: disksubr.c sys/conf : files sys/dev/isa : fd.c sys/isofs/udf : udf_subr.c sys/kern : kern_sched.c subr_disk.c vfs_bio.c vfs_subr.c sys/miscfs/specfs: spec_vnops.c sys/nfs : nfs_syscalls.c nfs_vnops.c sys/sys : buf.h mount.h sys/ufs/ext2fs : ext2fs_bmap.c ext2fs_inode.c sys/ufs/ffs : ffs_inode.c ffs_softdep.c ffs_vnops.c sys/ufs/ufs : ufs_bmap.c ufs_dirhash.c sys/uvm : uvm_swap.c Log message: back out biomem diff since it is not right yet. Doing very large file copies to nfsv2 causes the system to eventually peg the console. On the console ^T indicates that the load is increasing rapidly, ddb indicates many calls to getbuf, there is some very slow nfs traffic making none (or extremely slow) progress. Eventually some machines seize up entirely. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/11 06:43:13 Modified files: usr.sbin/pkg_add/OpenBSD: Dependencies.pm Log message: cut lookup tag code in smaller pieces CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/11 08:35:33 Modified files: lib/libm : Makefile Added files: lib/libm/noieee_src: n_round.c Log message: add C99 round(), based on ieee_src, for noieee_src. tested on VAX ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/11 08:37:47 Modified files: lib/libm/man : ieee.3 Log message: close brackets; ok jmc@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/11 08:50:06 Modified files: lib/libm : Makefile lib/libm/arch/vax: n_support.S lib/libm/man : ieee.3 lib/libm/noieee_src: n_support.c Log message: drem{,f} are aliases for remainder{,f}, so: - document and mlink drem{,f} - drem->remainder on noieee, and make drem an alias - finite returns integer, n_support.c - general n_support.c ansification and cleanup - drem is now an ALTENTRY for remainder, in n_support.S help with man page from jmc@ and millert@ ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/11 09:01:50 src/regress/lib/libm/tgamma Update of /cvs/src/regress/lib/libm/tgamma In directory cvs.openbsd.org:/tmp/cvs-serv15094/tgamma Log Message: Directory /cvs/src/regress/lib/libm/tgamma added to the repository CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/11 09:02:21 Modified files: lib/libpcap : ethertype.h gencode.c gencode.h grammar.y scanner.l shlib_version Log message: Import vlan support from upstream libpcap. This allows, eg, "tcpdump vla 3" to work on a vlan parent interface. ok mcbride@, "commit it" deraadt@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/11 09:07:34 Modified files: regress/lib/libm: Makefile Added files: regress/lib/libm/tgamma: Makefile tgamma.c Log message: regression tests for the upcomming tgamma bits CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/11 09:39:26 Modified files: xserver/render : glyph.c render.c xserver/Xext : security.c xserver/record : record.c Log message: Fixes for various integer overflow problems from X.Org: CVE-2008-2360 - RENDER Extension heap buffer overflow CVE-2008-2361 - RENDER Extension crash CVE-2008-2362 - RENDER Extension memory corruption CVE-2008-1379 - MIT-SHM arbitrary memory read CVE-2008-1377 - RECORD and Security extensions memory corruption CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/11 10:15:28 Modified files: xserver/dbe : dbe.c Log message: Fix from X.Org for a possible, non-exploitable crash in the DBE extension. Reported to iDefense by regenrecht. Patch from Dave Airlie. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/11 11:07:37 Modified files: usr.bin/mg : undo.c Log message: With Vincent's permission, the last remaining chunk of mg has been placed in the public domain. This means mg (minus theo.c) is once again a public domain piece of code. Please try to keep it that way. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/11 11:11:36 Modified files: sys/kern : tty_nmea.c tty_msts.c Log message: Don't use the reference count to create the sensor name; we can end up with sensors with the same name. The sensor name is now ever increasing unless the reference count drops to zero, in which case the naming restarts at zero as well. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2008/06/11 11:21:46 Modified files: sys/dev/pci : agp_i810.c Log message: Move a debug printf into #ifdef DEBUG. ok todd@, millert@. CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/11 11:39:51 Modified files: sys/netinet : ipsec_input.c Log message: fix an old typo that prevented outer ipv6 headers from being corrected, also fix the correction amount. This was only really visible on tcpdump, as a "truncated-ip6 - 48 bytes missing" warning. The inner packet made it into the stack just fine, minus a few sanity checks. reported by and debuged together with and ok todd@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/11 11:52:37 Modified files: sys/net : pf.c Log message: when we establish the mapping from a state key, do it both ways, aka key1->reverse = key2; and key2->reverse = key1; ok ryan CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/11 11:59:18 Modified files: net/wget : Makefile distinfo net/wget/pkg : PLIST Log message: update to 1.11.3 from Gleydson Soares ok merdely@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/11 12:17:02 Modified files: devel/p5-prefork: Makefile distinfo Log message: update to 1.02 from kevlo@ (MAINTAINER) ok merdely@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/11 12:20:54 Modified files: sys/netinet : ip_spd.c Log message: 0 -> PR_NOWAIT (which is defined as 0) in pool_get as an aid to readability ok and thinko-catching henning@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/11 12:20:55 Modified files: devel/p5-Class-Autouse: Makefile distinfo Log message: update to 1.29 from kevlo@ (MAINTAINER) ok merdely@ simon@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/11 12:21:20 Modified files: usr.sbin/relayd: parse.y pfe_filter.c relay.c relayd.c relayd.conf.5 relayd.h Log message: add support for "transparent" forwarding in relays: normally the l7 relay will connect to the target host with its own ip address, but this mode will let it use the address of the client that is connecting from the other side. for example, there is no need to add the X-Forwarded-For HTTP headers for internal webservers in this mode anymore since they magically see the remote client ip address in the connection. it also allows to build fully-transparent ssl encapsulation for tcp sessions and many other things... based on an initial idea from dlg@ and pascoe@ (dlg's talk at opencon) using the new BINDANY and divert-reply interfaces from markus@ (since n2k8) ok markus@ pyr@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/06/11 12:40:52 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: * Remove the exit condition on no sensors at start-up, since we now support hotplugging. * Factor out some code from main() into a new create() procedure, to save some memory and make the code tidier. ok henning CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/06/11 12:49:50 Modified files: sys/arch/amd64/amd64: machdep.c Log message: Fix GART enabling by using segment end address instead of total physmem. This should be more correct than earlier code. Thank you to Markus Hennecke for reminding me. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/11 13:00:50 Modified files: sys/netinet6 : dest6.c frag6.c icmp6.c in6.c in6_cksum.c in6_gif.c in6_ifattach.c in6_pcb.c ip6_forward.c ip6_input.c ip6_mroute.c ip6_output.c mld6.c nd6.c nd6_nbr.c nd6_rtr.c raw_ip6.c route6.c udp6_output.c Log message: ANSIfy to sync with KAME. From Karl Sjodahl . ok todd deraadt naddy bluhm CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/11 13:10:02 Modified files: usr.bin/cvs : update.c Log message: cleanup our junk when in server mode and running as checkout every time we descend into another directory, leaves even less crap in /tmp while running. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/11 13:35:37 Modified files: usr.bin/mg : display.c Log message: Use getcolpos to compute column. doto does not account for tabs CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/11 13:35:46 Modified files: devel/nasm : Makefile distinfo devel/nasm/patches: patch-doc_Makefile.in patch-rdf2bin.c devel/nasm/pkg : PLIST Log message: update to 2.03 from Gallon Sylvestre - thanks! ok merdely@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/11 13:38:00 Modified files: sys/dev : rnd.c Log message: correct long since bitrotted comments POOL_TAP5 is always 1 so unifdef it no binary change CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/11 13:43:51 Modified files: sys/dev/pci : pcidevs Log message: Some additional devices from submitted dmesgs. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/11 13:44:31 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/11 14:07:31 Modified files: sys/arch/i386/pci: glxpcib.c Log message: When reading a GPIO pin, first determine if it is programmed for input or output and then read the value from either the GPIO[x]_READ_BACK or GPIO[x]_OUT_VAL register. This allows to read back LED (output) states as well as input states (buttons). Problem noticed by Rolf Sommerhalder, fix by me. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/11 14:22:00 Modified files: sys/dev/pci : pcidevs Log message: Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/11 14:23:01 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/11 14:24:47 Modified files: share/man/man4 : ciss.4 sys/dev/pci : ciss_pci.c Log message: Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. ok dlg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/11 14:42:29 xenocara/lib/libX11/nls/am_ET.UTF-8 Update of /cvs/xenocara/lib/libX11/nls/am_ET.UTF-8 In directory cvs.openbsd.org:/tmp/cvs-serv5694/nls/am_ET.UTF-8 Log Message: Directory /cvs/xenocara/lib/libX11/nls/am_ET.UTF-8 added to the repository CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/11 14:51:34 Modified files: sys/net : pf_ioctl.c Log message: Split address setup operations into a separate function. More to come. ok henning CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/11 14:53:27 Modified files: lib/libm : Makefile shlib_version lib/libm/man : lgamma.3 lib/libm/noieee_src: n_exp.c n_lgamma.c n_log.c lib/libm/src : math_private.h Added files: lib/libm/noieee_src: n_tgamma.c lib/libm/src : b_exp__D.c b_log__D.c b_tgamma.c Removed files: lib/libm/noieee_src: n_gamma.c Log message: - on non-ieee, rename gamma to tgamma, the 'true' gamma - make gamma an alias of lgamma - on ieee, add tgamma, based on gamma from non-ieee - fixes for tgamma/lgamma/exp/log, esp. special cases (some from freebsd); properly raise invalid fp operations on vax - also some general cleanup, ansification, man page (which was ok jmc@) - bump minor this makes some ports using tgamma possible; also consistifies behavior across openbsd/ieee and openbsd/non-ieee, and other operating systems much thanks sthen@, johan@, steven@, Simon Kuhnle, Wiktor Izdebski for testing ok millert@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/11 14:55:34 Modified files: usr.bin/cvs : diff.c Log message: do not count on files that are uptodate to be on disk in a remote setup. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/11 14:55:44 Modified files: lib/libX11 : ChangeLog Makefile.in aclocal.m4 configure configure.ac ltmain.sh lib/libX11/include: Makefile.in lib/libX11/man : Makefile.in XAddHost.man XAllocSizeHints.man XAllocStandardColormap.man XAllocWMHints.man XAnyEvent.man XButtonEvent.man XChangeKeyboardControl.man XChangeKeyboardMapping.man XCirculateEvent.man XCirculateRequestEvent.man XClientMessageEvent.man XColormapEvent.man XConfigureEvent.man XConfigureRequestEvent.man XConfigureWindow.man XCreateColormap.man XCreateGC.man XCreateWindow.man XCreateWindowEvent.man XCrossingEvent.man XDestroyWindowEvent.man XDrawArc.man XDrawText.man XErrorEvent.man XExposeEvent.man XFocusChangeEvent.man XFontSetExtents.man XGetVisualInfo.man XGetWindowAttributes.man XGraphicsExposeEvent.man XGravityEvent.man XIfEvent.man XKeymapEvent.man XLoadFont.man XMapEvent.man XMapRequestEvent.man XOpenIM.man XPropertyEvent.man XQueryColor.man XQueryExtension.man XReparentEvent.man XResizeRequestEvent.man XSelectionClearEvent.man XSelectionEvent.man XSelectionRequestEvent.man XSetScreenSaver.man XStringListToTextProperty.man XUnmapEvent.man XVisibilityEvent.man XcmsCIELabQueryMaxC.man XcmsCIELuvQueryMaxC.man XcmsColor.man XmbDrawText.man XmbTextListToTextProperty.man XrmGetFileDatabase.man XrmInitialize.man XrmUniqueQuark.man lib/libX11/man/xkb: Makefile.in XkbGetKeyVirtualModMap.man lib/libX11/modules: Makefile.in lib/libX11/modules/im: Makefile.in lib/libX11/modules/im/ximcp: Makefile.in imDefIc.c imDefLkup.c imTrX.c 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.am Makefile.in compose.dir.pre locale.alias.pre locale.dir.pre lib/libX11/nls/C: Makefile.in lib/libX11/nls/armscii-8: Makefile.in lib/libX11/nls/el_GR.UTF-8: Compose.pre Makefile.in lib/libX11/nls/en_US.UTF-8: Compose.pre Makefile.in lib/libX11/nls/georgian-academy: Makefile.in lib/libX11/nls/georgian-ps: Makefile.in lib/libX11/nls/ibm-cp1133: Makefile.in lib/libX11/nls/iscii-dev: Makefile.in lib/libX11/nls/isiri-3342: Makefile.in lib/libX11/nls/iso8859-1: Makefile.in lib/libX11/nls/iso8859-10: Makefile.in lib/libX11/nls/iso8859-11: Makefile.in lib/libX11/nls/iso8859-13: Makefile.in lib/libX11/nls/iso8859-14: Makefile.in lib/libX11/nls/iso8859-15: Compose.pre Makefile.in lib/libX11/nls/iso8859-2: Makefile.in lib/libX11/nls/iso8859-3: Compose.pre 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: Compose.pre Makefile.in lib/libX11/nls/iso8859-9e: Compose.pre 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 : ConnDis.c CrCmap.c FreeCmap.c GetColor.c LookupCol.c Makefile.am Makefile.in ParseCol.c SetLocale.c SetStCmap.c StNColor.c WMProps.c XErrorDB XKeysymDB Xrm.c config.h.in xcb_disp.c xcb_io.c lib/libX11/src/util: Makefile.in lib/libX11/src/xcms: Makefile.in lib/libX11/src/xkb: Makefile.in XKBBind.c lib/libX11/src/xlibi18n: Makefile.in XimintP.h XlcPubI.h Added files: lib/libX11/nls/am_ET.UTF-8: Compose.pre Makefile.am Makefile.in XI18N_OBJS XLC_LOCALE.pre Log message: Update to libX11 1.1.4. I've carefully checked that there's no API/ABI change in this version. Only small bug fixes, manual page fixes and some more data in the i18n tables. CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/11 15:01:35 Modified files: usr.bin/ssh : key.c key.h readconf.c readconf.h ssh-keygen.1 ssh-keygen.c ssh_config.5 sshconnect.c Log message: Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the graphical hash visualization schemes known as "random art", and by Dan Kaminsky's musings on the subject during a BlackOp talk at the 23C3 in Berlin. Scientific publication (original paper): "Hash Visualization: a New Technique to improve Real-World Security", Perrig A. and Song D., 1999, International Workshop on Cryptographic Techniques and E-Commerce (CrypTEC '99) http://sparrow.ece.cmu.edu/~adrian/projects/validation/validation.pdf The algorithm used here is a worm crawling over a discrete plane, leaving a trace (augmenting the field) everywhere it goes. Movement is taken from dgst_raw 2bit-wise. Bumping into walls makes the respective movement vector be ignored for this turn, thus switching to the other color of the chessboard. Graphs are not unambiguous for now, because circles in graphs can be walked in either direction. discussions with several people, help, corrections and ok markus@ djm@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/06/11 15:09:07 Modified files: math/freemat : Makefile distinfo math/freemat/pkg: PLIST Added files: math/freemat/patches: patch-acinclude_m4 patch-libs_libXP_Editor_cpp Removed files: math/freemat/patches: patch-libs_libFreeMat_LAPACK_hpp Log message: - freemat-3.6 is now possible - make use of portaudio - remove what i got in upstream steven@ and Wiktor Izdebski say regression tests pass on amd64, i386 ok steven@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/11 15:16:43 Modified files: include : math.h Log message: tgamma and tgammaf CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/06/11 15:21:50 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: When a hotplugged sensordev appears, load its configuration individually, instead of reloading the configuration for all sensordevs. ok henning CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/11 15:24:50 Modified files: usr.bin/cvs : checkout.c Log message: always enter cvs_update_leavedir() CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/11 15:38:25 Modified files: usr.bin/ssh : ssh-keygen.c Log message: ssh-keygen -lv -f /etc/ssh/ssh_host_rsa_key.pub would not display you the random art as intended, spotted by canacar@ CVSROOT: /cvs Module name: ports Changes by: laurent@cvs.openbsd.org 2008/06/11 15:55:36 Log message: Password cracker for compressed archives (rar, 7z, zip). ok jasper@ Status: Vendor Tag: laurent Release Tags: laurent_2008-Jun-11 N ports/security/rarcrack/Makefile N ports/security/rarcrack/distinfo N ports/security/rarcrack/pkg/PLIST N ports/security/rarcrack/pkg/DESCR N ports/security/rarcrack/patches/patch-rarcrack_h N ports/security/rarcrack/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: av@cvs.openbsd.org 2008/06/11 15:59:25 Modified files: usr.bin/cdio : cdio.c Log message: move tao code from main() into its own function before adding features. requested and ok fgsch CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/06/11 16:11:20 Modified files: sbin/ipsecctl : parse.y Log message: trivial code simplification tested and ok hshoexer, grunk CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/11 16:20:46 Modified files: usr.bin/ssh : ssh-keygen.1 ssh-keygen.c Log message: ssh-keygen would write fingerprints to STDOUT, and random art to STDERR, that is not how it was envisioned. Also correct manpage saying that -v is needed along with -l for it to work. spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/11 16:30:12 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/11 16:38:40 Modified files: sys/dev/microcode/isp: asm_2200.h Log message: Update firmware for QLogic 2200 cards from v2.02.03 to v2.02.06 which has been used in NetBSD and FreeBSD for years. Blade2002 with a 2200 still boots. From mjacob via FreeBSD. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/06/11 16:40:25 Modified files: . : alpha.html Log message: new style arch page without stale device lists 'go for it' deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/11 16:43:20 Modified files: sys/dev/mii : brgphyreg.h Log message: some more BCM5708S registers. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/11 16:53:46 Modified files: sys/dev/ic : isp.c Log message: Zero mbreg_t (mailbox) structures allocated on the stack before filling them in and sending to the adapter. Reduces probe of empty controller from 15 minutes or so to 30 seconds or so. And probably fixes other things too. Also add a few more debug statements and tweak some comments. From mjacob via FreeBSD. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/11 17:02:22 Modified files: usr.bin/ssh : key.c Log message: simpler way of computing the augmentations; ok grunk@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/11 17:03:56 Modified files: usr.bin/ssh : ssh_config.5 Log message: CheckHostIP set to ``fingerprint'' will display both hex and random art spotted by naddy@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/06/11 17:08:18 Modified files: . : alpha.html Log message: Mention supported host bridges. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/11 17:11:40 Modified files: regress/usr.bin/ssh: Makefile Log message: Don't run cipher-speed test by default; mistakenly enabled by me CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/11 17:12:15 Modified files: sbin/ldattach : ldattach.c Log message: Explicit flush stdout after printing the pty name when -p is used. found by ckuethe, help from otto. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/11 17:18:33 Modified files: usr.bin/mg : def.h funmap.c keymap.c random.c Log message: Add delete-leading-space, delete-trailing-space, indent-current-line utility functions for stripping leading/trailing whitespace, and setting a fixed indent respectively. CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/06/11 17:22:07 Modified files: sys/dev : ipmi.c Log message: replace the last missing xname header before an error message in get_sdr(); ok deraadt CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/11 17:23:55 Modified files: usr.bin/mg : modes.c Log message: Expose changemode for use by "self-contained" modes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/06/11 17:25:26 Modified files: . : alpha.html Log message: tweak CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/11 17:51:57 Modified files: usr.bin/ssh : key.c Log message: #define statements that are not atoms need braces around them, else they will cause trouble in some cases. Also do a computation of -1 once, and not in a loop several times. spotted by otto@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/11 17:53:49 Modified files: sys/dev/mii : brgphy.c Log message: Add a few comments. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/06/11 17:54:08 Modified files: . : alpha.html Log message: keyboards and mice CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/11 18:03:50 Modified files: usr.bin/ssh : dns.c canohost.c sshconnect.c Log message: Do not pass "0" strings as ports to getaddrinfo because the lookups can slow things down and we never use the service info anyway. bz #859, patch from YOSHIFUJI Hideaki and John Devitofranceschi. ok deraadt@ djm@ djm belives that the reason for the "0" strings is to ensure that it's not possible to call getaddrinfo with both host and port being NULL. In the case of canohost.c host is a local array. In the case of sshconnect.c, it's checked for null immediately before use. In dns.c it ultimately comes from ssh.c:main() and is guaranteed to be non-null but it's not obvious, so I added a warning message in case it is ever passed a null. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/11 18:13:13 Modified files: usr.bin/ssh : key.c Log message: use an odd number of rows and columns and a separate start marker, looks better; ok grunk@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/11 18:13:56 Modified files: usr.bin/ssh : sshconnect.c Log message: Make ssh print the random art also when ssh'ing to a host using IP only. spotted by naddy@, ok and help djm@ dtucker@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/11 18:19:15 Modified files: sbin/bioctl : bioctl.c sys/dev : biovar.h softraid.c softraidvar.h Log message: Add delete volume functionality. discussed with krw, kettenis & drahn ok hshoexer CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/11 18:25:33 Modified files: sbin/bioctl : bioctl.8 Log message: Add blurb for delete volume CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/11 18:54:38 Modified files: sys/dev/pci : vga_pcivar.h Log message: Bump max BARs up to 6. Needed for nouveau. ok marco@. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/11 18:58:47 Modified files: sys/dev/pci : vga_pci.c Log message: Skip 64-bit BARs correctly when initing. ok marco@. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/06/11 19:14:06 Modified files: lang/gcc/4.2 : Makefile lang/gcc/4.2/patches: patch-gcc_config_gcc patch-gcc_config_host-openbsd_c lang/gcc/4.2/pkg: PLIST-c++ Log message: - enable _cxa_atexit support - implement pre-compiled header support using brk/sbrk. idea from drahn@ okay espie@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/11 19:26:16 Modified files: sys/dev : softraid.c Log message: Be more paranoid before disestablishing hook ok hshoexer CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/11 19:47:07 Modified files: sys/sys : mbuf.h Log message: undo r1.77 from 2004 - shrinking MINCLSIZE so that we always use a cluster for data storage instead of another mbuf if it would fit. we did that change whiledoing the release and we thought there was a problem with this, which later turned out not to be true. surprise and ok theo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/11 19:48:30 Modified files: distrib/sets/lists/base: md.amd64 Log message: sync CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/11 19:58:44 Modified files: usr.bin/mg : Makefile def.h main.c Added files: usr.bin/mg : cmode.c Log message: Introduce a basic c-mode to mg. The intent of this mode is NOT to copy emacs's monster cc-mode. It is intended to handle basic KNF-format C, assisting with indentation (to catch obvious typos), and strip trailing whitespace. It is NOT enabled unless you ask for it (c-mode). Basically, tab on start-of-line whitespace acts like tab. Otherwise, tab indents. Please try it out and let me know where it falls down. Feedback Reyk, phessler. "hack in tree" from henning, theo CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/11 21:40:52 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c clientloop.h mux.c Log message: Enable ~ escapes for multiplex slave sessions; give each channel its own escape state and hook the escape filters up to muxed channels. bz #1331 Mux slaves do not currently support the ~^Z and ~& escapes. NB. this change cranks the mux protocol version, so a new ssh mux client will not be able to connect to a running old ssh mux master. ok dtucker@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/11 21:52:48 Modified files: sbin/ldattach : ldattach.c Log message: Initialize the tty in the same way for nmea and slip. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/11 21:54:43 Modified files: usr.bin/cvs : fatal.c Log message: show any signal we might have received that killed our cvs process. ok tobias@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/11 22:06:00 Modified files: usr.bin/ssh : ssh.c clientloop.c clientloop.h Log message: maintain an ordered queue of outstanding global requests that we expect replies to, similar to the per-channel confirmation queue. Use this queue to verify success or failure for remote forward establishment in a race free way. ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/11 22:17:47 Modified files: usr.bin/ssh : clientloop.c Log message: thall shalt not code past the eightieth column CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/11 22:22:42 Modified files: . : MODULES 3RDPARTY Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/11 22:24:06 Modified files: usr.bin/ssh : ssh.c Log message: thal shalt not code past the eightieth column CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/11 22:32:59 Modified files: sys/compat/freebsd: freebsd_exec.c sys/compat/linux: linux_exec.c sys/compat/svr4: svr4_exec.c Log message: Do not attempt to recognize foreign ELF binaries if emulation is disabled; also recognize modern Linux binaries without branding, but with a ``GNU'' ABI note. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/11 22:33:38 Modified files: sys/kern : exec_elf.c Log message: Reorder foreign binaries probe list, so that more permissive ones are at the end. Makes static linux binaries run again. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/11 22:59:51 Modified files: app/cwm : client.c Log message: re-work client_placecalc() - make sure new clients sit inside the current screen - respect 'gap' placement on new clients ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/11 23:01:13 Modified files: app/cwm : xevents.c Log message: ignore if non-zero expose events, for we could be covered by multiple windows; merely an optimization. ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/11 23:10:24 Modified files: app/cwm : grab.c Log message: place the pointer in the middle of the window after resizing with grab, just like keyboard resize. from Edd Barrett ok oga@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/11 23:15:41 Modified files: usr.bin/ssh : PROTOCOL Log message: document tun@openssh.com forwarding method CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/11 23:32:30 Modified files: usr.bin/ssh : mux.c Log message: some more TODO for me CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/11 23:42:46 Modified files: usr.bin/ssh : key.c Log message: supply the key type (rsa1, rsa, dsa) as a caption in the frame of the random art. while there, stress the fact that the field base should at least be 8 characters for the pictures to make sense. comment and ok djm@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/12 00:32:59 Modified files: usr.bin/ssh : key.c Log message: We already mark the start of the worm, now also mark the end of the worm in our random art drawings. ok djm@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/12 00:44:16 Modified files: sys/nfs : nfs_bio.c Log message: Actually return an error in nfs_asyncio() if we fail to process the buf due too all of the nfs iod's being busy; this downgrades the write to a sync one and allows to handle this. ok art@, beck@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/12 00:46:40 Modified files: devel/py-twisted/conch: Makefile distinfo devel/py-twisted/core: Makefile distinfo devel/py-twisted/core/pkg: PLIST devel/py-twisted/lore: Makefile distinfo devel/py-twisted/mail: Makefile distinfo devel/py-twisted/names: Makefile distinfo devel/py-twisted/news: Makefile distinfo devel/py-twisted/web: Makefile distinfo devel/py-twisted/web2: Makefile distinfo devel/py-twisted/words: Makefile distinfo Log message: update to 8.1.0 tweaks and ok martynas@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/12 00:58:40 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c dkcsum.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hp300/dev: ct.c mt.c sys/arch/hp300/hp300: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c dkcsum.c sys/arch/landisk/landisk: disksubr.c sys/arch/luna88k/luna88k: disksubr.c sys/arch/mac68k/mac68k: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mvme68k/mvme68k: disksubr.c sys/arch/mvme88k/mvme88k: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sgi/sgi: disksubr.c sys/arch/socppc/socppc: disksubr.c sys/arch/sparc/dev: fd.c sys/arch/sparc/sparc: disksubr.c sys/arch/sparc64/dev: fd.c sys/arch/sparc64/sparc64: disksubr.c sys/arch/vax/uba: ts.c sys/arch/vax/vax: disksubr.c sys/conf : files sys/dev/isa : fd.c sys/isofs/udf : udf_subr.c sys/kern : kern_sched.c subr_disk.c vfs_bio.c vfs_subr.c sys/miscfs/specfs: spec_vnops.c sys/nfs : nfs_syscalls.c nfs_vnops.c sys/sys : buf.h mount.h sys/ufs/ext2fs : ext2fs_bmap.c ext2fs_inode.c sys/ufs/ffs : ffs_inode.c ffs_softdep.c ffs_vnops.c sys/ufs/ufs : ufs_bmap.c ufs_dirhash.c sys/uvm : uvm_swap.c Log message: Bring biomem diff back into the tree after the nfs_bio.c fix went in. ok thib beck art CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/12 01:16:14 Modified files: usr.bin/cvs : checkout.c file.c rcs.c remote.c remote.h server.c update.c util.c util.h Log message: completely kill the need for TMP_DIR when running checkout, which gives us better performance among other things. this is however disabled in a few cases: 1) whenever you run checkout over an existing tree (which acts as update) 2) whenever you specify -d or a module alias we're planning on enabling this behaviour for case 2 in the future. anoncvs sysadmins now love us even more. ok tobias@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/12 01:29:54 Modified files: usr.bin/cvs : file.c Log message: fix logic CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/12 03:06:52 Modified files: infrastructure/install: make-plist Log message: Only annotate OpenBSD binaries with @bin. ok espie@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/06/12 06:46:05 Modified files: net/scapy : Makefile net/scapy/patches: patch-scapy_py Log message: Sync scapy with route(8) output now that we support priorities. Initial report and testing from Tim Donahue (and subsequent poke from sthen); thanks! ok sthen@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/12 07:49:36 Modified files: font/xfree86-type1: COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac Log message: Update to xfree86-type1-1.0.1. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/12 08:50:20 Modified files: sys/netinet : tcp_input.c Log message: Fix type difference between function prototype and implementation. According to millert@ this would have been promoted from a short to an int anyway, since K&R C cannot pass variables that are smaller than an int. ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/12 09:08:47 Modified files: sys/netinet : tcp_input.c tcp_output.c Log message: ANSIfy function definitions. ok markus@ mcbride@ henning@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/12 09:13:47 Modified files: sys/netinet : tcp_input.c tcp_output.c Log message: Remove some crazy #if mess. ok markus@ henning@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 09:19:17 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c clientloop.h mux.c Log message: The multiplexing escape char handler commit last night introduced a small memory leak per session; plug it. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/12 09:31:40 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add dc(4) at cardbus(4). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/12 09:51:42 Modified files: lib/libm : Makefile lib/libm/man : lgamma.3 Log message: Makefile: fix MLINKS lgamma.3: fix STANDARDS and HISTORY CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/12 09:57:59 Modified files: lib/libm/noieee_src: n_acosh.c n_asincos.c n_asinh.c n_atan2.c n_cabs.c n_cosh.c n_exp.c n_expm1.c n_floor.c n_fmod.c n_log1p.c n_pow.c n_sinh.c n_tanh.c Log message: - no need for ifdef dance (21), we have isnan, finite for vax - TEST_FMOD doesn't belong here, remove - remove ifdef _ANSI_SOURCE and assume it's default ok millert@ CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2008/06/12 10:02:13 Modified files: share/man/man5 : port-modules.5 Log message: Document lang/lua MODULE. Reminded by pyr@ and ajacoutot@ while going to the hike, ok ajacoutot@ and looks fine to jmc@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/06/12 10:04:37 Modified files: sys/nfs : nfs_bio.c Log message: if (something_complicated) return (EIO); return (EIO); is kinda silly. Don't. Prettify a bit in the process. 'makes perfect sense' blambert@, ok thib@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/12 10:08:48 Modified files: sbin/bioctl : bioctl.8 bioctl.c Log message: -d tweaks; CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/12 10:11:36 Modified files: lib/libm/arch/vax: n_support.S Log message: use ALTENTRY; was ok millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/12 10:12:31 Modified files: usr.sbin/rtsold: rtsold.c Log message: let usage() match SYNOPSIS; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/12 10:15:05 Modified files: sys/net : if.c Log message: Fix the egress group matching for IPv4. There are to ways to define a /0 network mask. For some reasons some parts set sa->sa_len to 0 to specify a /0 netmask so check fot that too. tested by david@ OK henning@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/12 10:15:49 Modified files: sys/kern : kern_subr.c Log message: Remove silly panic when disestablish cookie doesnt exist ok art CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/12 10:17:55 Modified files: usr.bin/cvs : rcs.h Log message: You successfully cast 'remove dead cruft' CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/12 10:17:59 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Enable com(4) at pcmcia(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/12 10:19:18 Modified files: sys/arch/sparc64/conf: GENERIC Log message: wdc(4) at pcmcia(4) CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/12 10:23:38 Modified files: gnu/egcs/gcc : c-lex.c gnu/egcs/gcc/cp: lex.c Log message: accept f in mantissa of hex float constant. from gcc svn unbreaks libm on gcc2 ok miod@ (who created almost the same diff) CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2008/06/12 10:33:23 Modified files: emulators/fedora/base: Makefile emulators/fedora/base/patches: patch-ldd emulators/fedora/base/pkg: PLIST emulators/redhat/base: Makefile emulators/redhat/base/patches: patch-ldd emulators/redhat/base/pkg: PLIST Log message: No need to elf2olf static binaries anymore; ok sturm@ (maintainer) CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/12 10:35:31 Modified files: usr.bin/ssh : ssh.c ssh_config.5 Log message: keyword expansion for localcommand. ok djm@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/12 10:53:12 Modified files: usr.bin/cvs : log.c Log message: cmdp can be NULL while still in cvs_getopt(), so deal with this inside of cvs_vlog() since cvs_getopt() might be calling it. spotted by Jonathan Armani CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/12 10:53:35 Modified files: mail/xfaces : Makefile Log message: bump PKGNAME after plist change noticed by naddy@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/12 10:54:46 Modified files: usr.bin/cvs : file.c Log message: properly deal with CVS_USE_WDIR. ok tobias@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/12 10:55:48 Modified files: usr.bin/cvs : checkout.c Log message: Fixed a memory leak in export noticed by joris. ok joris CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/12 10:59:21 Modified files: x11/xfe : Makefile distinfo x11/xfe/patches: patch-Makefile_in patch-configure x11/xfe/pkg : PLIST Log message: - bugfix update to xfe-1.19 fix a copy/move bug amongst other things original patch from Bryan Linton , thanks CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/12 11:02:04 Modified files: sys/kern : exec_elf.c Log message: Oops, do not dereference a NULL function pointer used as an array end marker; found the hard way by sturm@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/12 11:06:18 Modified files: usr.bin/cvs : rcs.c Log message: we should be able to handle symbol names that are also RCS tokens, gnu cvs supports this and we should too really. allows opencvs to properly checkout netbsd trees. spotted & tested by rivo nurges ok tobias@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/12 11:06:45 Modified files: games/zangband : Makefile Log message: autotools pull in some macros shipped with gettext 0.17 that require at least autoconf 2.54 CVSROOT: /cvs Module name: ports Changes by: laurent@cvs.openbsd.org 2008/06/12 11:09:51 Modified files: security : Makefile Log message: Hook it to the build, pointed by merdely@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/12 11:28:15 Modified files: geo/gpstk : Makefile geo/gpstk/pkg : PLIST-main Log message: unbreak bulk build. partially from sturm@ "looks good" naddy@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/06/12 11:53:50 Modified files: usr.bin/systat : iostat.c Log message: make bcachestats visible in systat io - from mickey. ok thib@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/12 12:06:10 Modified files: lib/libm/arch/vax: n_support.S Log message: add isinff and isnanf. no objection millert@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/12 12:10:06 Modified files: sys/kern : kern_descrip.c Log message: use PR_ZERO instead of a bzero() right after the pool_get(); ok blambert@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/12 12:13:27 Modified files: sys/dev : softraidvar.h softraid.c softraid_crypto.c Log message: Get mask keying for on-disk keys from user space and keep a "hint" for key generation used by user space in the meta data. Actually use the masking key for encryption and decryption of on-disk key at run time. ok djm marco CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/12 12:17:01 Modified files: sys/net : pf_osfp.c Log message: #if 0 an annoygly chatty printf active whenever we're at loglevel loud, spilling out hundreds of lines on ruleset reloads is disturbing when you're hacking over cereal console, ryan ok CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/12 12:21:04 Modified files: sys/dev : softraidvar.h Log message: wrap definitions for softraid crypto "ifdef CRYPTO". Suggested by djm CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/12 12:23:29 Modified files: sys/dev : softraid_crypto.c Log message: Pass error code via the crypto descriptor (ie. crp_etype) from crypto callback. ok marco@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/12 12:32:07 Modified files: app/cwm : grab.c kbfunc.c Log message: instead of forcing the ptr in the middle everytime, be more 'calm'; keep the ptr still unless it moves out-of-bounds, then just follow the edge. brought up by todd@ ok oga@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/12 12:32:40 Modified files: share/man/man4 : ehci.4 ohci.4 uhci.4 Log message: point to usb man pages more clearly; ok jmc CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/12 12:41:41 Modified files: sys/net : pf.c Log message: fix synproxy. the factored out pf_create_state() could return PF_PASS, _DROP, and _SYNPROXY_DROP. We were treating the latter the same as _PASS and thus passing the original SYN which we of course don't want in the synproxy case. breakage reported by sakurai-san, headscratching with and ok ryan CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/06/12 12:45:20 Modified files: devel/jdk/1.7/patches: patch-jdk_make_java_nio_Makefile Added files: devel/jdk/1.7/patches: patch-jdk_make_java_nio_genCharsetProvider_sh patch-jdk_make_java_nio_genExceptions_sh Log message: Fix build with gmake-3.81. Corrections from OpenJDK repository: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/12b0d64c4953 No package bump since package didn't change. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/12 12:50:19 Modified files: xserver/os : privsep.c Log message: Deal with devices that need to be opened differently to what we do in privsep ( O_NONBLOCK | O_RDWR | O_EXCL) by turning the list of allowed devices into a struct, with the flags we're supposed to use, then using these values with open(). Add /dev/dri/card0 there too (more'll be needed to be added when it matters). This gives privsep with dri a chance to work. ok matthieu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/12 12:50:57 Modified files: sys/dev/usb : usbdevs Log message: dreamcheeky missile launcher (duck!) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/12 12:51:03 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/12 12:52:07 Modified files: lib/libdrm : Makefile.bsd-wrapper Log message: Enable privsep support. Finally! ok matthieu@. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/12 12:52:46 Modified files: etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : MAKEDEV.md etc/etc.hp300 : MAKEDEV.md etc/etc.hppa : MAKEDEV.md etc/etc.hppa64 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.sparc : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md etc/etc.vax : MAKEDEV.md etc/etc.zaurus : MAKEDEV.md Log message: no /dev/*random on ramdisks, libc uses the sysctl please commit from deraadt@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/12 12:55:05 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.hp300 : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.hppa64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.sparc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.vax : MAKEDEV etc/etc.zaurus : MAKEDEV share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.armish: MAKEDEV.8 share/man/man8/man8.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.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: xenocara Changes by: okan@cvs.openbsd.org 2008/06/12 12:55:35 Modified files: app/cwm : grab.c Log message: remove old (moved) code ok oga@ CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2008/06/12 12:59:25 Modified files: share/man/man5 : port-modules.5 Log message: add some description for the tcl and tk modules CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/12 13:04:11 Modified files: www/opera : Makefile distinfo www/opera/pkg : PLIST Removed files: www/opera/files: opera.sh www/opera/patches: patch-install_sh Log message: update to opera 9.50 CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/06/12 13:05:42 Modified files: sys/dev/acpi : dsdt.c Log message: Fixed memory leaks for AML parser added new stack handling interface removed delay during parsing ok @marco CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/12 13:06:49 Modified files: math : Makefile Removed files: math/wingz : Makefile distinfo math/wingz/pkg : DESCR MESSAGE PLIST Log message: get rid of this ancient critter in order to fully remove emulators/redhat use openoffice if you need a spreadsheet CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/12 13:10:09 Modified files: usr.bin/ssh : ssh-keygen.1 ssh_config.5 Log message: tweak the ascii art text; ok grunk CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/12 13:10:56 Modified files: app/cwm : calmwm.h Log message: kill another long gone proto CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/12 13:11:08 Modified files: emulators : Makefile Removed files: emulators/redhat: Makefile Makefile.inc emulators/redhat/base: Makefile distinfo emulators/redhat/base/files: fix-ldd.pl ld.so.conf ldconfig emulators/redhat/base/patches: patch-ldd emulators/redhat/base/pkg: DESCR PLIST emulators/redhat/libc5: Makefile distinfo emulators/redhat/libc5/pkg: DESCR PLIST emulators/redhat/motif: Makefile distinfo emulators/redhat/motif/pkg: DESCR PLIST Log message: we use fedora for a long time now, bye bye CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2008/06/12 13:13:23 Modified files: share/man/man5 : port-modules.5 Log message: a few minor rewordings and tweaks CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/12 13:14:15 Modified files: sys/nfs : nfs.h nfs_bio.c usr.bin/nfsstat: nfsstat.c Log message: add a statistic bit to count how often we change async to sync you need to upgrade nfsstat and the relevant header files ok beck@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/12 13:14:53 Modified files: sys/dev/pci/drm: drmP.h drm_bufs.c drm_drv.c drm_scatter.c drm_vm.c files.drm Added files: sys/dev/pci/drm: drm_memrange.c Log message: The mmap offsets for memory buffers currently are the kernel virtual address. This is just plain wrong. scatter/gather on amd64 didn't work here, since char device mmap doesn't take negative offsets so higher kvas fail. Instead, prematurely import drm_memrange which is needed for the memory managers (GEM or TTM), and is used to manage GART space. Then, horribly abuse it to allocate mmap offsets, fixes up the issues. "just commit it" art@. CVSROOT: /cvs Module name: ports Changes by: tobias@cvs.openbsd.org 2008/06/12 13:18:00 Modified files: x11/kde/arts3 : Makefile Added files: x11/kde/arts3/patches: patch-artsc_artsdsp_in Log message: On 64-bit systems, artsdsp tries to access lib64, which is not available. Also, ldpreload the proper shared objects. Input and ok martynas, ok bernd CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2008/06/12 13:18:51 Modified files: lib/libexpat/lib: xmltok_impl.c Log message: fix parser crash w/ invalid UTF-8 char sequences (all apps that use expat for XML parsing are affected) reported & fixed in upstream cvs CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 13:41:28 src/regress/sys/crypto/aes Update of /cvs/src/regress/sys/crypto/aes In directory cvs.openbsd.org:/tmp/cvs-serv18042/aes Log Message: Directory /cvs/src/regress/sys/crypto/aes added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 13:41:52 src/regress/sys/crypto/aes/vectors Update of /cvs/src/regress/sys/crypto/aes/vectors In directory cvs.openbsd.org:/tmp/cvs-serv23975/vectors Log Message: Directory /cvs/src/regress/sys/crypto/aes/vectors added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 13:42:48 Added files: regress/sys/crypto/aes: Makefile aestest.c Log message: Test crypto(4) AES against test vectors from Dr. Brian Gladman available at http://fp.gladman.plus.com/AES/ only keysize={128,256} and standard AES blocksize for now CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 13:44:01 Added files: regress/sys/crypto/aes/vectors: ecbnk44.txt ecbnk48.txt ecbnt44.txt ecbnt48.txt ecbvk44.txt ecbvk48.txt ecbvt44.txt ecbvt48.txt Log message: blocksize=128 keysize={128,256} AES test vectors from Dr. Brian Gladman http://fp.gladman.plus.com/AES/ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 13:44:39 Modified files: regress/sys/crypto: Makefile Log message: +aes tests CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/12 13:45:05 Modified files: sys/arch/amd64/conf: GENERIC Log message: theo says: enable, enable, enable uvideo(4) Some of the cams are fairly working now and we want to see more of them in dmesgs. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/12 13:50:04 Modified files: libexec/ld.so : loader.c Log message: - rename _dl_boot argument loff to dyn_loff to differentiate it from exe_loff - calculate minva, maxva, exe_loff for the executable for passing to _dl_finialize_object and completing the executable elf_object_t data. this fixes ldd output for the exe object and prepares for PIE support. - calculate the interpreter path pointer in a way that allows for the possibility that PT_INTERP comes before PT_PHDR - fix an off by one in the init of dl_data input and okay drahn@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/12 13:59:52 Modified files: share/man/man5 : port-modules.5 Log message: new sentence, new line; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/12 14:03:48 Modified files: sys/arch/alpha/alpha: conf.c sys/arch/arm/arm: conf.c sys/arch/hppa/hppa: conf.c sys/arch/hppa64/hppa64: conf.c sys/arch/i386/i386: conf.c sys/arch/landisk/landisk: conf.c sys/arch/macppc/macppc: conf.c sys/arch/sgi/sgi: conf.c sys/arch/socppc/socppc: conf.c sys/arch/sparc64/sparc64: conf.c Log message: Enable /dev/video* for all USB capable archs. MAKEDEV bits will follow shortly. OK todd@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/12 14:24:06 Modified files: sys/nfs : nfs_serv.c nfs_socket.c nfs_srvcache.c nfs_subs.c nfs_var.h nfs_vfsops.c nfs_vnops.c nfsm_subs.h Log message: Remove now-vestigial bpos pointer from NFS. For building outgoing NFS mbufs, mbufs now contain all their internal buffer state internally, the way god intended. ok thib@ testing johan@ (and possibly merdely@; this diff's been around for a bit...) CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/12 14:27:29 Modified files: share/man/man5 : port-modules.5 Log message: - add all missing MODULES "no issues" for jmc@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/06/12 14:30:10 Modified files: sys/dev/acpi : dsdt.c Log message: Fixed AMLOP_LOAD for _PSS on Thinkpad ok @gwk CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/12 14:34:47 Modified files: usr.bin/tcpbench: tcpbench.1 tcpbench.c Log message: allow the tcpbench client side to open more than one tcp connection to the server and use them simultaniously. ok djm ryan CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/12 14:36:35 Modified files: emulators/dosbox: Makefile emulators/frodo: Makefile emulators/generator: Makefile emulators/stella: Makefile emulators/uae : Makefile emulators/vba : Makefile emulators/zsnes: Makefile Log message: sync wantlib, bump packages. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/06/12 14:36:50 Modified files: sys/dev/acpi : dsdt.h dsdt.c acpidebug.c Log message: Removed old AML disassembler code ok @marco CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/12 14:38:28 Modified files: usr.bin/ssh : misc.c misc.h packet.c packet.h sshconnect.c sshd.c Log message: Make keepalive timeouts apply while waiting for a packet, particularly during key renegotiation (bz #1363). With djm and Matt Day, ok djm@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/12 14:39:29 Modified files: etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : MAKEDEV.md etc/etc.hppa : MAKEDEV.md etc/etc.hppa64 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.sgi : MAKEDEV.md etc/etc.socppc : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md etc/etc.zaurus : MAKEDEV.md Log message: video on all usb archs, ok mglocker@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/12 14:42:00 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.hppa64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.socppc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.zaurus : MAKEDEV share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.armish: MAKEDEV.8 share/man/man8/man8.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.macppc: MAKEDEV.8 share/man/man8/man8.sgi: MAKEDEV.8 share/man/man8/man8.socppc: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 share/man/man8/man8.zaurus: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/12 14:42:47 Modified files: sys/arch/i386/conf: GENERIC Log message: enable uvideo(4) video(4) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 14:47:04 Modified files: usr.bin/ssh : sftp-client.c Log message: print extension revisions for extensions that we understand CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/12 15:04:16 Modified files: devel/gmake : Makefile distinfo devel/gmake/patches: patch-configure patch-doc_make_texi patch-make.1 devel/gmake/pkg: PLIST Log message: upgrade to gmake 3.81 Bulk build tested by naddy@ ok okan@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 15:06:25 Modified files: usr.bin/ssh : clientloop.c Log message: I was coalescing expected global request confirmation replies at the wrong end of the queue - fix; prompted by markus@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/12 15:06:52 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add malo(4) at pcmcia(4). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/12 15:09:29 Modified files: infrastructure/plist: arm Log message: Update to the actual file I use for package snapshot builds for the arm machines (armish and zaurus). If you need something else that doesn't pull in a silly dependency, please mail me. ok pvalchev CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/12 15:13:20 Modified files: usr.bin/mg : keymap.c Log message: Whitespace CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/12 15:14:46 Modified files: usr.bin/ssh : ssh-keygen.c Log message: make ssh-keygen -lf show the key type just as ssh-add -l would do it ok djm@ markus@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/12 15:20:00 Modified files: sys/dev : video.c Log message: Wrap DPRINTF around #ifdef VIDEO_DEBUG, but leave debugging on by default for now. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/12 15:22:48 Modified files: usr.bin/vi/common: main.c Log message: remove superfluous "usage:" from v_estr(). ok millert@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/12 15:29:02 Modified files: sys/dev : softraid.c Log message: Clead discipline pointer after delete. Found by hshoexer CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/12 15:33:19 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add re(4) add cardbus(4). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/12 15:33:57 Log message: import spectrum-tools: Spectrum-Tools is a set of utilities for using the Wi-Spy USB spectrum analyzer tools from Metageek LLC (http://www.metageek.net). They include userspace drivers for the hardware (implemented via libusb), a graphing UI built on GTK/Cairo, network servers for remote devices, and simple utilities for developing additional tools. This package contains the GTK user interface, spectool_gtk. Non-GUI tools can be found in the spectrum-tools-utils package. thanks to matthieu@ for testing and ckuethe@ for pointing me at the svn code (better than the previous release). it's not perfect (some X resource leaks) but usable. Status: Vendor Tag: sthen Release Tags: sthen_20080612 N ports/net/spectrum-tools/distinfo N ports/net/spectrum-tools/Makefile N ports/net/spectrum-tools/pkg/DESCR-main N ports/net/spectrum-tools/pkg/DESCR-utils N ports/net/spectrum-tools/pkg/PLIST-utils N ports/net/spectrum-tools/pkg/PLIST-main N ports/net/spectrum-tools/patches/patch-spectool_net_client_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/12 15:35:22 Modified files: net : Makefile Log message: +spectrum-tools CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/12 15:36:47 Modified files: usr.bin/mg : paragraph.c Log message: Make set-fill-column interactive (and scriptable in a startup file) This replaces the ridiculous "move cursor to where you want to wrap things and invoke this comment" behavior of before. Note, this makes auto-fill-mode the moral equivalent of mail-mode. (and set-fill-column the moral equivalent of mail-set-margin) CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/12 15:46:48 Modified files: share/man/man8 : yp.8 usr.bin/ypmatch: ypmatch.1 Log message: sync synopsis and usage; spacing. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/12 15:47:20 Modified files: mail/alpine : Makefile mail/alpine/pkg: PLIST-main PLIST-pico PLIST-pilot Added files: mail/alpine/patches: patch-alpine_mailcmd_c patch-pico_attach_c patch-pico_file_c patch-pico_pico_h Log message: - fix a crash when using tab-completion for selecting a save filename (from alpine SVN) - regen PLIST while here reported to and fixed by upstream issue spotted by Jonathan Thornburg CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/12 15:48:24 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add xl(4) add cardbus(4). CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/12 15:51:18 Modified files: usr.bin/mg : cmode.c Log message: c-mode now understands the two most common type of comments (with appropriate indenting): /* * comment */ and foo(); /* comment */ Whew. A lot of code for a seemingly simple idea. ok phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/12 15:51:43 Modified files: print/system-config-printer: Makefile print/system-config-printer/patches: patch-Makefile_in patch-applet_py patch-cupshelpers_py patch-manage-print-jobs_desktop_in patch-my-default-printer patch-my-default-printer_desktop_in patch-print-applet_desktop_in patch-pysmb_py patch-system-config-printer patch-system-config-printer-applet patch-system-config-printer_desktop_in patch-system-config-printer_py Log message: - remove X-Red-Hat category for .desktop files (from jasper@) - make the manage printer job entry appear (from jasper@) - fix path to system-config-printer in applet.py - use SUBST_FILES ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/12 15:58:12 Modified files: net/bluetooth-tools: Makefile net/etherape : Makefile net/ettercap : Makefile net/gajim : Makefile net/gftp : Makefile net/gmudix : Makefile net/gtk-gnutella: Makefile net/kismet : Makefile net/pavuk : Makefile net/telepathy/telepathy-inspector: Makefile net/xchat : Makefile Log message: sync wantlib, bump packages. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/12 15:58:28 Modified files: . : Makefile Log message: Actually install xorg.conf for sgi when building a release, so that it ends up in the xetc set... CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/12 15:58:33 Modified files: usr.bin/mg : search.c Log message: incremental search isn't allowed in macros, so if your fingers automatically go there during a macro def, the macro recording is CANCELED. This sucks rocks. This fixes the incremental searches to automagically invoke the non-incremental varieties during macro recording and playback. ok art CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/12 16:03:19 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add ep(4) at pcmcia(4). CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/12 16:03:36 Modified files: usr.bin/ssh : key.c Log message: add my copyright, ok djm@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/12 16:04:55 Modified files: sys/compat/linux: linux_exec.c Log message: Be more permissive and try to run non-branded non-static binaries if we can find their interpreter, as the linux ld.so name is unique and not likely to be found in another /emul/foo hierarchy; allows Opera to run again. Noticed by sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/12 16:10:38 Modified files: games/freedroidrpg: Makefile Log message: - NOT_FOR_ARCHS -> BROKEN no change, but it makes more sense: when bored people grep for BROKEN they have a chance to find this ok robert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/12 16:15:36 Modified files: lib/libm/src : b_log__D.c b_tgamma.c Log message: shut up lint; pointed out by theo ok millert@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/12 16:16:16 Modified files: sys/dev : video.c sys/dev/usb : uvideo.c Log message: disable debug printfs and descriptor dumps CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/06/12 16:19:18 Modified files: sys/dev/acpi : acpiac.c Log message: Poll AC because there are some crappy machines out there that need it. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/12 16:20:24 Modified files: xserver/os : privsep.c lib/libdrm/libdrm: xf86drm.h Log message: change /dev/dri/card0 to /dev/drm0. Subdirs in /dev considered irritating. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/12 16:20:56 Modified files: lib/libm/noieee_src: mathimpl.h n_acosh.c n_asincos.c n_asinh.c n_atan.c n_atan2.c n_atanh.c n_cabs.c n_cosh.c n_erf.c n_exp.c n_exp__E.c n_expm1.c n_floor.c n_log10.c n_log1p.c n_log__L.c n_pow.c n_sincos.c n_sinh.c n_support.c n_tan.c n_tanh.c Log message: some cleanup for noieee_src, as asked by millert@: remove fictional includes, include math.h where needed and remove redundant declarations ok millert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/12 16:22:36 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add ral(4) at cardbus(4). CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/12 16:26:02 Modified files: usr.bin/systat : Makefile disks.c extern.h fetch.c if.c iostat.c keyboard.c main.c mbufs.c netcmds.c netstat.c pigs.c sensors.c swap.c systat.h vmstat.c Added files: usr.bin/systat : cache.c cache.h config.h engine.c engine.h pf.c pftop.c Log message: New display engine for systat, based on pftop. Adds new views for pf (status, state, rule, queue). While all displays work, some keyboard comands are not implemented yet. Other features include better handling of display resize and scrolling for long views. Committing now to fix the remaining issues in the tree. Testing and comments by otto@ and harding@, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/12 16:38:14 Modified files: etc : MAKEDEV.common etc/etc.amd64 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md Log message: make /dev/drm0 to go with oga@'s libdrm commit moments ago ok oga@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/12 16:40:02 Modified files: etc/etc.amd64 : MAKEDEV etc/etc.i386 : MAKEDEV share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/12 16:43:36 Modified files: lib/libm/noieee_src: mathimpl.h n_acosh.c n_asincos.c n_asinh.c n_atan.c n_atan2.c n_atanh.c n_cabs.c n_cbrt.c n_cosh.c n_erf.c n_exp__E.c n_expm1.c n_floor.c n_fmod.c n_j0.c n_j1.c n_jn.c n_log10.c n_log1p.c n_log__L.c n_pow.c n_sincos.c n_sinh.c n_support.c n_tan.c n_tanh.c Log message: spacing, add rcs ids, no binary change CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/12 17:00:51 Modified files: usr.bin/tcpbench: tcpbench.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2008/06/12 17:24:58 Modified files: usr.bin/ssh : sshconnect.c Log message: tweak wording in message, ok deraadt@ jmc@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/12 17:29:27 Modified files: sys/dev : softraid.c Log message: make sure to check that a crypto volume is not yet assembled when retrieving the kdf blobb. Pointed out by marco. while there, use %lld instead of %d when printing b_blkno, which daddr64_t. ok marco CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/12 18:00:45 Modified files: sys/arch/i386/include: specialreg.h sys/arch/i386/i386: machdep.c sys/arch/amd64/include: specialreg.h sys/arch/amd64/amd64: identcpu.c Log message: Detect if Intel's Safer Mode Extensions (SMX) are present, See http://download.intel.com/technology/security/downloads/31516804.pdf for more information. ok deraadt@ 'looks ok to me' djm@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/12 18:04:06 Modified files: app/fonttosfnt : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac fonttosfnt.c fonttosfnt.h read.c util.c write.c Log message: Update to fonttosfnt version 1.0.4. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/06/12 18:04:33 Modified files: sys/dev/acpi : dsdt.c dsdt.h Log message: Cleanup, remove old/unused functions ok @canacaR CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/12 18:07:36 Modified files: app/fslsfonts : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac fslsfonts.man Log message: Update to fslsfonts 1.0.2 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/12 18:10:59 Modified files: app/fstobdf : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 chars.c configure configure.ac fstobdf.h fstobdf.man Log message: Update to fstobdf 1.0.3 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/12 18:12:02 Modified files: usr.bin/ssh : log.h sftp.h Log message: replace __dead with __attribute__((noreturn)), makes things a little easier to port. Also, add it to sigdie(). ok djm@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 18:16:49 Modified files: usr.bin/ssh : mux.c Log message: fall back to creating a new TCP connection on most multiplexing errors (socket connect fail, invalid version, refused permittion, corrupted messages, etc.); bz #1329 ok dtucker@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/12 18:31:09 Modified files: sys/arch/macppc/dev: sysbutton.c sys/arch/macppc/include: z8530var.h sys/arch/macppc/stand: conf.c Log message: Add some missing $OpenBSD$ tags. ok drahn@ gwk@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/12 18:33:04 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: - always force full file check on fbtab, login.conf, sysctl.conf and ttys since they are created using helper scripts and comparing CVS Id would not be accurate original diff from sthen@ man page tweak from jmc@ ok sthen@ jdixon@ jmc@ naddy@ CVSROOT: /cvs Module name: ports Changes by: canacar@cvs.openbsd.org 2008/06/12 18:38:12 Modified files: sysutils/pftop : Makefile sysutils/pftop/patches: patch-pftop_c Added files: sysutils/pftop/patches: patch-cache_c patch-cache_h patch-config_h patch-engine_c patch-sf-gencode_c Log message: Make pftop build again after the lates pf changes. Filtering against 'gateway' addres/ports does not work (yet) due to the address handling changes in pf. Other functionality should work. Also fixes two minor bugs reported by many. Suggestions and ok naddy@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/12 18:46:57 Modified files: usr.sbin/sysmerge: sysmerge.sh sysmerge.8 etc : changelist Log message: - add support for ignoring files and directories from comparison through an optionnal /etc/sysmerge.ignore file requested by many man page tweak from jmc@ /etc/changelist addition suggested by sthen@ ok sthen@ jdixon@ jmc@ naddy@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/12 18:47:53 Modified files: usr.bin/ssh : mux.c Log message: upcast size_t to u_long to match format arg; ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/12 18:51:47 Modified files: usr.bin/ssh : mac.c Log message: upcast another size_t to u_long to match format CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/12 19:01:26 Modified files: app/mkfontscale: COPYING ChangeLog configure configure.ac hash.c ident.c mkfontscale.c Log message: update to mkfontscale 1.0.5 CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/12 19:06:06 Modified files: usr.bin/systat : engine.c Log message: Do not try to access ordering if it is not defined. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/06/12 19:10:41 Modified files: sys/dev/acpi : dsdt.c Log message: Cleanup for aml_xcreatefield, added flags argument ok @canacar CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/12 19:24:55 Modified files: usr.bin/systat : main.c Log message: Set 'naptime' which is used by the interface page in differential mode. Also remove a debugging message while there. reported by claudio@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/12 19:38:24 Modified files: usr.bin/ssh : misc.c Log message: upcast uid to long with matching %ld, prevents warnings in portable CVSROOT: /cvs Module name: src Changes by: rainer@cvs.openbsd.org 2008/06/12 19:59:45 Modified files: sys/kern : vfs_syscalls.c sys/sys : mount.h Log message: Delete vfs_bufstats() leftovers and unbreak compile with -DDEBUG Ok reyk@, "kill kill kill" thib@ CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/06/12 20:08:38 Modified files: sys/dev/adb : akbdmap.h Log message: Make kbd -l work for adb. -moj CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/12 21:33:06 Modified files: telephony/libosip2: Makefile distinfo telephony/libosip2/pkg: PLIST Log message: upgrade to libosip2 2.2.2 ok markus@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/12 21:41:58 Modified files: app/cwm : xevents.c Log message: Don't client_delete() on an Unmap event, only do that on a client delete event. found by (among others) todd@ when you have a lot of clients and do something that maps and umaps a lot of windows fast. Debugged with aid of gdb, todd, okan and NULL pointers in a pizza place in edmonton while waiting an inordinately long time for food. ok okan@, todd@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/06/12 21:45:39 Modified files: sys/kern : vfs_subr.c Log message: back out stupid vnode change that was unintentionally included with biomem and art has no idea how it got there. ok art@ thib@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/12 21:49:26 Modified files: sys/nfs : nfs_serv.c nfs_subs.c nfs_var.h nfsm_subs.h Log message: Replace one-line macro which only obfuscated the fact that the function it was named after took 4 arguments instead of 2. "get it in; get it in; get it in" thib@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/12 21:54:26 Modified files: sys/nfs : nfs_socket.c Log message: Remove dead-end and never-used kerberos code in nfs. Future work to support authentication other than AUTH_UNIX will replace this with a (hopefully) much better system. ok thib@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/12 22:13:36 Modified files: misc/gpsd : Makefile Added files: misc/gpsd/patches: patch-drivers_c patch-gpsd_xml Log message: remove openbsd-specific timestampin code since ldattach -p is the right way to do this. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/12 22:27:08 Modified files: sys/dev/usb : umass_scsi.c sys/scsi : scsi_base.c scsiconf.h Log message: Merge show_scsi_xs() and show_scsi_cmd() and move invocation so the debug output shows the xs/command before it's issued rather than displaying it on command completion. Some commands don't come back and it would be nice to see their details. While here nuke invocations of scsi_show* in umass. If you want SCSI debug output use SCSI debug options. Only affects SCSI debug output. ok marco@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/12 22:39:33 Modified files: distrib/sets/lists/base: mi Log message: Remove /var/www/conf/httpd.conf-dist ok deraadt, brad CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/12 22:40:22 Modified files: usr.bin/ssh : auth-rhosts.c auth2-pubkey.c Log message: refuse to read ~/.shosts or ~/.ssh/authorized_keys that are not regular files; report from Solar Designer via Colin Watson in bz#1471 ok dtucker@ deraadt@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/12 22:41:15 Modified files: usr.sbin/httpd : Makefile.bsd-wrapper Log message: Don't install httpd.conf-dist. from brad. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/12 22:41:45 Modified files: distrib/miniroot: install.sh install.sub Log message: ksh's arithmetic is 32 bit signed so we can no longer rely on block counts being small enough to do arithmetic on. Manually process partition block counts into 'human readable' byte sizes when asking for confirmation of disk configuration. Install script now properly displays the size of Yottabyte partitions. requested by & ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/12 22:55:03 Modified files: app/rgb : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac rgb.c rgb.txt showrgb.c showrgb.man Log message: Update to rgb 1.0.3 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/12 22:56:34 Modified files: devel/gettext : Makefile distinfo gettext.port.mk devel/gettext/patches: patch-gettext-runtime_configure patch-gettext-runtime_intl_Makefile_in patch-gettext-tools_configure patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_libgettextpo_Makefile_in patch-gettext-tools_src_Makefile_in patch-gettext-tools_tests_Makefile_in patch-gettext-tools_tests_xgettext-java-2 patch-gettext-tools_tests_xgettext-python-1 patch-gettext-tools_tests_xgettext-python-3 devel/gettext/pkg: PLIST Added files: devel/gettext/patches: patch-gettext-runtime_intl_dcigettext_c patch-gettext-tools_gnulib-tests_Makefile_in patch-gettext-tools_tests_lang-c patch-gettext-tools_tests_lang-c++ patch-gettext-tools_tests_lang-objc Removed files: devel/gettext/patches: patch-gettext-tools_libuniname_Makefile_in Log message: Update to 0.17. The major new functionality in this release is colorization support in the message catalog tools. ok brad@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/12 22:58:59 Modified files: sys/dev/usb : usbdevs Log message: D-Link DWA-111 from kevlo via FreeBSD. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/12 22:59:36 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/12 23:00:32 Modified files: sys/dev : video.c video_if.h videovar.h Log message: Add myself to the copyright since i fumbled around in those files, too. OK robert@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/12 23:01:00 Modified files: app/showfont : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac showfont.c showfont.man Log message: Update to showfont 1.0.2 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/12 23:01:04 Modified files: share/man/man4 : rum.4 sys/dev/usb : if_rum.c Log message: D-Link DWA-111, from kevlo via FreeBSD. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2008/06/12 23:11:35 Modified files: x11/xcolors : Makefile Log message: fix xcolors by not trying to redefine the location of the rgb file to some non-standard place. ok with a package bump (done) ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/12 23:33:52 Log message: Import xdotool, a nice little tool permitting to fake X mouse and keyboard events, manipulate windows and desktops, search through existing windows.. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20080612 N ports/x11/xdotool/Makefile N ports/x11/xdotool/distinfo N ports/x11/xdotool/patches/patch-Makefile N ports/x11/xdotool/patches/patch-t_no_crashes_please_sh N ports/x11/xdotool/pkg/PLIST N ports/x11/xdotool/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/12 23:34:54 Modified files: x11 : Makefile Log message: Add xdotool CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/06/12 23:50:21 Modified files: sys/dev/acpi : acpibat.c Log message: Properly handle battery insertion/removal ok @marco CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/12 23:53:56 Modified files: sys/dev/acpi : dsdt.c Log message: Remove duplicate function for string to integer conversion. ok jordan@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/12 23:57:50 Modified files: usr.bin/netstat: route.c Log message: Let the kvm output of netstat grok rt priorities like the "normal" show code. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/12 23:59:05 Modified files: usr.bin/netstat: route.c Log message: remove a rather silly comment. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/13 00:10:46 Modified files: sys/net : rtsock.c Log message: Cleanup a bit. Instead of doing dst = 0 in every error handling block init it once at start instead. CVSROOT: /cvs Module name: www Changes by: bernd@cvs.openbsd.org 2008/06/13 00:57:36 Modified files: faq : faq10.html Log message: Fix edquota(8) example. ok nick@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/13 00:58:20 Modified files: sbin/ifconfig : ifconfig.c Log message: INADDR_PFSYNC_GROUP is defined as network byte order in the kernel but as host byte order in userland. ifconfig didn't get this and always printed the pfsync syncpeer on little endian machines because the check to prevent printing the default address assumed the wrong byte order. ok claudio@ rainer@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/06/13 01:03:45 Modified files: sys/net : if_trunk.h Log message: Treat LINK_STATE_UNKNOWN as LINK_STATE_UP. This restores the old behaviour where we were checking for != LINK_STATE_DOWN. Fixes the ethernet to wireless failover feature and also allows trunk(4) to be used within qemu. Tested by sturm@. OK reyk@. "grumble, we should fix more drivers' link state handling" brad@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/13 01:05:26 Modified files: usr.sbin/ospfd : kroute.c Log message: Simplify ROUNDUP() macro, it does not need the additional size argument. That will be sizeof(long) no matter what. CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2008/06/13 01:16:17 Modified files: . : amd64.html i386.html macppc.html sparc64.html Log message: sync the wireless lists; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/13 01:20:17 Modified files: distrib/notes/amd64: hardware distrib/notes/i386: hardware distrib/notes/macppc: hardware distrib/notes/sparc64: hardware Log message: sync the wireless list; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/13 01:25:26 Modified files: usr.sbin/ftp-proxy: filter.c ftp-proxy.c Log message: Better error messages. Include the function causing the problem and do not include the program name in logmsg() plus exit_daemon() does not return so make it a void function. OK mpf@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/13 01:31:57 Modified files: sys/dev/ic : athvar.h sys/dev/cardbus: if_ath_cardbus.c Log message: If you have #if FOO > 0 parts of your softc be sure to #include "foo.h" in all code that uses the softc, otherwise some object files will have a different idea of how big the softc struct is. This will result in things like part of the softc, say the interrupt handler being overridden by other data. Putting printfs in the main object file will look fine as it has the right idea as to what the size is. It is only after several hours debugging that you start to figure out what the hell is going on. jsing started trying to figure out the problem and got hints from kettenis that it likely wasn't an interrupt problem, after quite a bit of head scratching with joel I eventually spotted the problem. ok reyk@ jsing@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/13 01:40:30 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Remove slack space for RX/TX chains since it only covers sloppy coding. From davidch @ FreeBSD CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/13 02:18:47 Modified files: usr.bin/systat : iostat.c Log message: Use refresh interval for rate calculation instead of the broken elapsed time computation. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/13 02:45:13 Modified files: sys/dev/pci : pci.c Log message: Initialize the return value in pci_probe_device() function, so that we do not randomly skip probing for devices after a missing device. ok kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/13 02:45:50 Modified files: sys/dev/pci : pci.c Log message: properly indent something horridly misleading CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/06/13 03:13:56 Modified files: sys/dev/acpi : acpiec.c Log message: Fixed acpiec driver, _REG method required sc_ec member set before being called ok @marco CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/13 03:44:36 Modified files: usr.bin/ssh : packet.c Log message: compile on older gcc; no decl after code CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/13 04:06:14 Modified files: usr.bin/systat : main.c vmstat.c Log message: compile on older gcc; no decl after code CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/06/13 07:27:42 ports/graphics/fswebcam Update of /cvs/ports/graphics/fswebcam In directory cvs.openbsd.org:/tmp/cvs-serv22456/fswebcam Log Message: Directory /cvs/ports/graphics/fswebcam added to the repository CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/06/13 07:27:59 ports/graphics/fswebcam/patches Update of /cvs/ports/graphics/fswebcam/patches In directory cvs.openbsd.org:/tmp/cvs-serv23645/patches Log Message: Directory /cvs/ports/graphics/fswebcam/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/06/13 07:28:00 ports/graphics/fswebcam/pkg Update of /cvs/ports/graphics/fswebcam/pkg In directory cvs.openbsd.org:/tmp/cvs-serv23645/pkg Log Message: Directory /cvs/ports/graphics/fswebcam/pkg added to the repository CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/13 07:56:59 Modified files: usr.bin/ssh : monitor.c Log message: Clear key options in the monitor on failed authentication, prevents applying additional restrictions to non-pubkey authentications in the case where pubkey fails but another method subsequently succeeds. bz #1472, found by Colin Watson, ok markus@ djm@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/13 08:14:58 Modified files: usr.sbin/snmpd : snmpd.conf.5 Log message: correction from Tamas TEVESZ; CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/13 08:18:51 Modified files: usr.bin/ssh : auth-rhosts.c auth2-pubkey.c Log message: Include unistd.h for close(), prevents warnings in -portable CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 08:20:07 Modified files: mail/p5-Email-Valid: Makefile distinfo Log message: Update to 0.179. ok kevlo@ (MAINTAINER), simon@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 08:21:13 Modified files: comms/p5-SendPage: Makefile distinfo comms/p5-SendPage/pkg: PLIST Log message: Update to 1.000003. rfc* file removed upstream for licensing reasons. ok todd@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 08:34:26 Log message: import File::Tempdir This module provide an object interface to tempdir() from File::Temp. This allows to destroy the temporary directory as soon you don't need it anymore using the magic DESTROY() function automatically call be perl when the object is no longer reference. If a value is passed to at object creation, it become only a container allowing to keep same code in your function. This is for an update to another port coming soon. ok simon@ who had a similar version in his tree. Status: Vendor Tag: merdely Release Tags: merdely_20070613 N ports/devel/p5-File-Tempdir/Makefile N ports/devel/p5-File-Tempdir/distinfo N ports/devel/p5-File-Tempdir/pkg/DESCR N ports/devel/p5-File-Tempdir/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 08:35:33 Modified files: devel : Makefile Log message: + p5-File-Tempdir CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/13 09:19:06 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: 550 is fatal, don't bother retrying. Problem found by Martynas Venckus, fix by me. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/13 09:36:15 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/13 09:43:03 Modified files: app/sessreg : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac sessreg.c Log message: update to sessreg 1.0.4 CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/06/13 10:39:44 Added files: graphics/fswebcam: Makefile distinfo graphics/fswebcam/patches: patch-videodev2_h patch-videodev_h graphics/fswebcam/pkg: DESCR PLIST Log message: fswebcam is a small and simple webcam app. It can capture images from a number of different sources and perform simple manipulation on the captured image. The image can be saved as one or more PNG or JPEG files. Works with uvideo(4). OK robert@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/13 10:45:01 Log message: initial import of luvcview-20070512, a V4L capable application Status: Vendor Tag: robert Release Tags: robert_20080613 N ports/graphics/luvcview/Makefile N ports/graphics/luvcview/distinfo N ports/graphics/luvcview/patches/patch-Makefile N ports/graphics/luvcview/patches/patch-luvcview_c N ports/graphics/luvcview/patches/patch-v4l2uvc_h N ports/graphics/luvcview/patches/patch-uvcvideo_h N ports/graphics/luvcview/patches/patch-uvc_compat_h N ports/graphics/luvcview/patches/patch-utils_c N ports/graphics/luvcview/pkg/PLIST N ports/graphics/luvcview/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/13 10:45:52 Modified files: graphics : Makefile Log message: +luvcview CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/06/13 10:46:16 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/06/13 10:56:59 Modified files: graphics : Makefile Log message: +fswebcam CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/06/13 11:03:26 Modified files: sys/dev/pci : pciide.c Log message: Restore IDE_PCI_CLASS_OVERRIDE on SiI3512 SATA. On socppc it has the subclass PCI_SUBCLASS_MASS_STORAGE_MISC so without the quirk socppc will not find its disk. -moj CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/13 11:04:57 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-config_office_configure_in patch-solenv_bin_modules_installer_globals_pm patch-vcl_unx_source_app_saldisp_cxx Log message: update to OpenOffice.Org 2.4.1; fixes: CVE-2008-2152: Different kinds of manipulated files may lead to heap overflows and arbitrary code execution CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/13 11:07:46 Modified files: graphics/luvcview: Makefile Log message: fix HOMEPAGE and MASTER_SITES, noticed by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/13 11:09:52 ports/x11/nx Update of /cvs/ports/x11/nx In directory cvs.openbsd.org:/tmp/cvs-serv23702/nx Log Message: Directory /cvs/ports/x11/nx added to the repository CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/13 11:10:30 Modified files: graphics/fswebcam: Makefile graphics/fswebcam/pkg: PLIST Log message: Do not hardcode LOCALBASE and X11BASE; regen PLIST CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/13 11:10:47 Added files: x11/nx : Makefile Makefile.inc Log message: - add common files CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/13 11:11:01 Modified files: graphics/luvcview/pkg: PLIST Log message: regen PLIST w/new infrastructure so it picks up @bin CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/13 11:12:42 Log message: import nxcomp 3.2.0-6 Library to compress the standard X protocol. based on work by bernd@, ok bernd@ Status: Vendor Tag: jasper Release Tags: jasper_20080613 N ports/x11/nx/nxcomp/distinfo N ports/x11/nx/nxcomp/Makefile N ports/x11/nx/nxcomp/pkg/DESCR N ports/x11/nx/nxcomp/pkg/PLIST N ports/x11/nx/nxcomp/patches/patch-Makefile_in N ports/x11/nx/nxcomp/patches/patch-Proxy_cpp N ports/x11/nx/nxcomp/patches/patch-configure_in N ports/x11/nx/nxcomp/patches/patch-Children_cpp N ports/x11/nx/nxcomp/patches/patch-Socket_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/13 11:13:42 Log message: import nxssh 3.2.0-1 Modified OpenSSH daemon and client for NX. based on work by bernd@, ok bernd@ Status: Vendor Tag: jasper Release Tags: jasper_20080613 N ports/x11/nx/nxssh/distinfo N ports/x11/nx/nxssh/Makefile N ports/x11/nx/nxssh/pkg/DESCR N ports/x11/nx/nxssh/pkg/PLIST N ports/x11/nx/nxssh/patches/patch-configure N ports/x11/nx/nxssh/patches/patch-readpass_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/13 11:14:42 Log message: import opennx 0.14 NX is an exciting new technology for remote display. It provides near local speed application responsiveness over high latency, low bandwidth links. The core libraries for NX are provided by NoMachine under the GPL. opennx is a LPGL implementation of the NX Client. tweaks and ok bernd@ Status: Vendor Tag: jasper Release Tags: jasper_20080613 N ports/x11/nx/opennx/distinfo N ports/x11/nx/opennx/Makefile N ports/x11/nx/opennx/pkg/DESCR N ports/x11/nx/opennx/pkg/PLIST N ports/x11/nx/opennx/patches/patch-Makefile_in N ports/x11/nx/opennx/patches/patch-share_applnk_network-gnome_opennx-wizard-gnome_desktop N ports/x11/nx/opennx/patches/patch-share_applnk_network-gnome_opennx-gnome_desktop N ports/x11/nx/opennx/patches/patch-share_applnk_network-gnome_opennx-admin-gnome_desktop No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/13 11:15:13 Modified files: usr.bin/cvs : admin.c file.c file.h Log message: pass the complete path to cvs_file_get_cf() instead of reconstructing it again in that function. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/13 11:16:36 Modified files: x11 : Makefile Log message: - enter nx CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/13 11:21:13 Modified files: sys/nfs : nfs_vnops.c Log message: nuke a bunch of bogus ARGSUSED; ok blambert@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/13 11:21:20 Modified files: usr.bin/ssh : mux.c Log message: Friendlier error messages for mux fallback. ok djm@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/13 11:24:13 Modified files: sys/nfs : nfs_subs.c Log message: remove rpc_auth_kerb variable, its now unused... CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/13 11:30:58 Modified files: lib/libXxf86vm/src: XF86VMode.c Log message: XF86VidModeGetMonitor: don't return static strings to the caller when the man page says it's dynamically allocated memory. Just leave the NULL there (after discusion with Adam Jackson from X.Org). also remove the RCS keyworks while there to ease future merge. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/13 11:38:39 Modified files: sysutils/gkrellm/gkrellm: Makefile sysutils/gkrellm/gkrellm/patches: patch-src_sysdeps_openbsd_c Log message: - add amd64, arm and sparc to APM capable archs thanks a lot to sthen@ for painful testing on zaurus ;-) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/13 11:43:24 Modified files: misc/shared-mime-info: Makefile distinfo misc/shared-mime-info/pkg: PLIST Log message: - update to version 0.40 "joah" jasper@ (I hope it means ok...) CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 11:43:52 ports/devel/p5-FormValidator-Simple/patches Update of /cvs/ports/devel/p5-FormValidator-Simple/patches In directory cvs.openbsd.org:/tmp/cvs-serv15048/patches Log Message: Directory /cvs/ports/devel/p5-FormValidator-Simple/patches added to the repository CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/13 11:45:02 Modified files: usr.bin/systat : engine.c Log message: Fix size and age field printing. The fields will now be printed with units instead of getting truncated. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 11:45:08 Modified files: devel/p5-FormValidator-Simple: Makefile distinfo Added files: devel/p5-FormValidator-Simple/patches: patch-Makefile_PL Log message: Update to 0.23. CPAN_AUTHOR is not necessary (anymore). Patch Makefile.PL to not try to use CPAN to load missing RUN_DEPENDS. ok simon@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/13 11:49:13 Modified files: app/xdpyinfo : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xdpyinfo.c xdpyinfo.man Log message: Update to xdpyinfo 1.0.3 + one local change: don't print (null) from XF86VidModeGetMonitor(). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/13 12:04:56 Modified files: sys/dev : video.c sys/dev/usb : uvideo.c Log message: Remove DEBUG #undef's we can turn it on/off in GENERIC like for all other drivers. CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/13 12:26:59 Modified files: sys/dev : softraid.c softraid_crypto.c Log message: When assembling an already initialized crytpo softraid, correctly copy in mask key from userland. Thus, modify sr_crypto_get_kdf() do correclty handle copying kdf hint and/or mask key. While there, remove superflous sr_read_meta(). ok marco djm CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/13 12:27:42 Modified files: sys/dev : softraidvar.h Log message: rearrange on-disk structures to the top of the file, wrap kernel-only parts in #ifdef _KERNEL; makes softraidvar.h usable from userland ok hshoexer@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 12:35:03 ports/databases/p5-DBIx-Class-Validation/patches Update of /cvs/ports/databases/p5-DBIx-Class-Validation/patches In directory cvs.openbsd.org:/tmp/cvs-serv16839/patches Log Message: Directory /cvs/ports/databases/p5-DBIx-Class-Validation/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 12:36:01 Modified files: databases/p5-DBIx-Class-Validation: Makefile distinfo Added files: databases/p5-DBIx-Class-Validation/patches: patch-Makefile_PL Log message: Update to 0.02003. No longer use modbuild. Tweak regress_depends (from simon) and run_depends Patch Makefile.PL to not run to CPAN for RUN_DEPENDS. ok and help from simon@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/13 12:41:57 Modified files: usr.bin/mg : main.c Log message: Fix autoexec file handling. Two issues: *scratch* did not inherit any modes set from ~/.mg, as it was created too early. Switch to using *init* buffer until after autoexec, then kill it and inherit correct *scratch*. Second, -f should force the mode. Not toggle it. ok phessler@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/13 12:45:41 Modified files: usr.bin/mg : file.c Log message: Fix debian bug #432656 'Prints root directory as "//" instead of "/" for root files.' Issue was with dirname, which strips the trailing slash, except when given "/". Wrap it in a cover function to fix. Also helps with portability to data-munging dirname glibc. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/13 12:51:02 Modified files: usr.bin/mg : Makefile main.c Removed files: usr.bin/mg : mail.c Log message: Remove mail-mode. It was a buggy reimplementation of auto-fill-mode. If you use this, change your habits (and .mg) to use the following commands instead: mail-mode => auto-fill-mode mail-set-margin => set-fill-column ok henning@. Will also "fix" debian bug #460189 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/13 12:55:22 Modified files: usr.bin/ssh : scp.c Log message: Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 13:00:22 Modified files: textproc/p5-Email-Find: Makefile distinfo Log message: Update to 0.10 ok simon@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/13 13:01:53 Modified files: usr.bin/mg : match.c Log message: Allow selfinsert to be called with FFRAND; i.e. from another function. While here, tighten whitespace. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/13 13:08:19 Modified files: sys/net : bridgestp.c Log message: we used to use the lowest (so it is deterministic) mac address in the system for the bridge ID for stp. That worksfine unless you have two bridges in the system that talkto the same neighboring systems (switches), because the two bridges on the openbsd system would have the same ID. fix by only looking at interfaces part of the bridge and using the lowest mac address of these. works fine because stpcan only be enabled on IFT_ETHER interfaces so there is always at least one and we re-evaluate every time an interface is added or deleted from the bridge. diff was rotting in my tree for at least a year, I have no idea what triggered it really. ok reyk mk djm CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/13 13:10:17 Modified files: usr.bin/mg : cmode.c def.h Log message: phessler noted that c-mode ignored blinking braces. Add "c-handle-special-brace" which does a blink and indent, rather than just a selfinsert and indent CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/13 13:12:44 Modified files: net/gtk-gnutella: Makefile distinfo net/gtk-gnutella/pkg: PLIST Added files: net/gtk-gnutella/patches: patch-src_if_gnet_property_c Log message: update to gtk-gnutella 0.96.5. also add a couple of tweaks to the network settings to improve your chances of finding things other than spam... ok sturm CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/13 13:28:55 Modified files: telephony/libosip2: Makefile Log message: remove MAINTAINER. ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/13 13:44:27 Modified files: mail/p5-Mail-Audit: Makefile distinfo mail/p5-Mail-Audit/pkg: PLIST Log message: Update to 2.223 Remove unecessary BUILD_DEPENDS Add REGRESS_DEPENDS & update RUN_DEPENDS help and ok simon@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/13 14:07:40 Modified files: usr.bin/mg : dir.c Log message: One more "//" instead of "/" case. Hidden in a getcwd. Noted, ok otto@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/13 14:13:26 Modified files: usr.bin/ssh : ssh.1 Log message: Explain the use of SSH fpr visualization using random art, and cite the original scientific paper inspiring that technique. Much help with English and nroff by jmc@, thanks. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/13 14:28:49 Modified files: sbin/mount_vnd : pkcs5_pbkdf2.c Log message: -Wall friendly (missing "static", signed vs. unsigned comparison) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/13 14:47:30 Modified files: usr.sbin/mtree : spec.c Log message: fix two smalls bugs wrt contination lines. - continuation line at file start would segfault: make it change ginfo as it should instead. - empty continuation lines should be valid. okay millert@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/13 14:54:24 xenocara/app/xfs/m4 Update of /cvs/xenocara/app/xfs/m4 In directory cvs.openbsd.org:/tmp/cvs-serv25185/m4 Log Message: Directory /cvs/xenocara/app/xfs/m4 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/13 15:00:36 Modified files: app/xfs : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xfs.man app/xfs/difs : fontinfo.c main.c app/xfs/include: os.h servermd.h app/xfs/os : config.c utils.c xfstrans.c Added files: app/xfs/m4 : ac_define_dir.m4 Log message: update to xfs 1.0.8. (The multiple defined symbol problem is not fixed yet) CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/13 15:03:40 Modified files: sys/dev : softraidvar.h softraid_crypto.c sbin/bioctl : Makefile bioctl.c Log message: Implement pbkdf2 in in bioctl to derive master key from a passphrase. ok marco djm CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2008/06/13 15:04:24 Modified files: include : stdlib.h lib/libc/stdlib: Makefile.inc strtod.3 Added files: lib/libc/stdlib: strtof.c Log message: Add strtof() to libc, some ports seem to like it. Currently it's a simple call to strtod() with bounding check. Discussed with pyr@ and otto@ ok otto@ deraadt@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/13 15:07:28 Modified files: etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : MAKEDEV.md etc/etc.aviion : MAKEDEV.md etc/etc.hp300 : MAKEDEV.md etc/etc.hppa : MAKEDEV.md etc/etc.hppa64 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.luna88k: MAKEDEV.md etc/etc.mac68k : MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.mvme68k: MAKEDEV.md etc/etc.mvme88k: MAKEDEV.md etc/etc.mvmeppc: MAKEDEV.md etc/etc.sgi : MAKEDEV.md etc/etc.sparc : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md etc/etc.vax : MAKEDEV.md etc/etc.zaurus : MAKEDEV.md Log message: /dev/bio on ramdisks, it is safe and small ok deraadt@, marco@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/13 15:09:11 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : 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.socppc : MAKEDEV etc/etc.sparc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.vax : MAKEDEV etc/etc.zaurus : MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/13 15:12:11 Modified files: include/rpc : xdr.h lib/libc/rpc : xdr.c Log message: implement xdr_int64_t, xdr_u_int64_t from NetBSD CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/13 15:18:43 Modified files: lib/libc : shlib_version lib/libc/include: thread_private.h lib/libc/stdlib: malloc.c lib/libc/thread: unithread_malloc_lock.c lib/libpthread : shlib_version lib/libpthread/thread: thread_malloc_lock.c lib/librthread : rthread_libc.c shlib_version Log message: remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/13 15:22:34 Modified files: app/cwm : cwmrc.5 Log message: finally document functions that can be bound, removing the need to have name_to_kbfunc[] around. feedback jmc@, ok oga@ CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/13 15:24:15 Modified files: lib/librpcsvc : nlm_prot.x shlib_version Log message: Add definitions for nlm version 4 (for use with NFSv3). from NetBSD minor bump, discussed w/ deraadt CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/13 15:32:00 src/regress/usr.sbin/mtree Update of /cvs/src/regress/usr.sbin/mtree In directory cvs.openbsd.org:/tmp/cvs-serv9454/mtree Log Message: Directory /cvs/src/regress/usr.sbin/mtree added to the repository CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/13 15:32:26 Modified files: usr.sbin/rpc.lockd: Makefile lockd.c lockd.h procs.c rpc.lockd.8 Added files: usr.sbin/rpc.lockd: lockd_lock.c lockd_lock.h Log message: from NetBSD: Implement file locking in lockd. All the stuff is done in userland, using fhopen() and flock(). This means that if you kill lockd, all locks will be relased. Shared locks are not handled efficiently, they're serialised in lockd when they could be granted. tested against debian etch (linux 2.6.18) not fully functional yet in mixed NFSv2/v3 environments further development in-tree as discussed w/ deraadt CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/13 15:33:00 Modified files: regress/usr.sbin: Makefile Added files: regress/usr.sbin/mtree: Makefile spec1 Log message: some mtree regress okay millert@ CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/13 15:34:24 Modified files: usr.sbin/rpc.lockd: lockd_lock.c lockd_lock.h Log message: $OpenBSD$ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/13 15:37:37 Modified files: x11/gnome/vfs2 : Makefile x11/gnome/vfs2/patches: patch-libgnomevfs_xdgmime_c x11/gnome/vfs2/pkg: PLIST-main Log message: - fix typo in substitution: unbreak mime-type detection - use SUBST_CMD and regen PLIST while here - bump CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/13 15:40:21 Modified files: sys/dev/pci : if_bnx.c Log message: fix compilation with BNX_DEBUG. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/13 15:44:32 Modified files: usr.bin/netstat: route.c Log message: Include some additional pointers, etc that I really need for debugging nasty routing table issues. Mainly the pointer to the previous node. OK henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/13 15:49:57 Modified files: sys/net : rtsock.c Log message: Change the logic when selecting routes on RTM_CHANGE & RTM_GET. RTM_CHANGE can not supply the correct nexthop if the nexthop is changed. So if the route we want to change is a non-multipath one allow the change to succeed. This unbreaks RTM_CHANGE in most situations. Found by jsing@ Ok henning@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/13 15:59:17 Log message: Import libstdc++-man, a set of manpages generated by doxygen from libstdc++ source, and in sync with our g++. Quite handy when you're hacking on big c++/stl code without net access. ok ajacoutot@ Status: Vendor Tag: landry Release Tags: landry_20080613 N ports/devel/libstdc++-man/Makefile N ports/devel/libstdc++-man/distinfo N ports/devel/libstdc++-man/pkg/PLIST N ports/devel/libstdc++-man/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/13 16:00:34 Modified files: devel : Makefile Log message: add libstdc++-man CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/13 16:02:05 Removed files: usr.bin/systat : cmds.c cmdtab.c disks.c extern.h fetch.c keyboard.c netcmds.c Log message: Remove unused files. Noticed by sthen@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/13 16:08:17 Modified files: sys/dev : softraid_crypto.c softraidvar.h Log message: make the disk key masking algorithm a parameter and add some extra reserved space in case we ever want to support a different scheme ok hshoexer@ marco@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/13 16:11:32 Modified files: sys/nfs : nfs_subs.c nfs_var.h nfs_vfsops.c nfs_vnops.c nfsm_subs.h Log message: Kill one-liner macro which obfuscated mbuf pointer assignment. Rescue nfsm_reqhead macro name and rename nfsm_reqh. End of one-liners from nfsm_subs.h. ok thib@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/13 16:19:35 Modified files: sys/nfs : nfs_syscalls.c Log message: NFSD_NEEDAUTH and NFSD_AUTHFAIL are never set, so cull code that depends on them being set. This should be the removal of the original return-to-userland-to-authenticate code that was apparently an unfinished experiment. ok thib@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/13 16:23:08 Modified files: sys/dev/mii : brgphy.c Log message: Add support for fiber PHY on bge(4) (BCM5714/BCM5780) and bnx(4) (BCM5706/BCM5708) adapters. Thanks to Balázs Nagy for providing remote access to a Inventec IB4220 blade with fiber BCM5780 interfaces and David Christensen at Broadcom for providing BCM5708 2.5Gbps adapters. Tested with various existing copper adapters and the above mentioned adapters. Some inspiration from similar changes to FreeBSD's brgphy(4) driver. CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/06/13 16:36:27 Modified files: faq : current.html Log message: mention removal of mail-mode in mg ok kjell CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/13 17:01:36 Modified files: www/opera : Makefile Added files: www/opera/patches: patch-install_sh Log message: restore ability to launch external applications get rid of a reference to opera's fake dir CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/13 17:14:48 Modified files: libexec/ld.so : dlfcn.c Log message: Completing the executable elf_object_t data exposed a bug in dl_iterate_phdr(3) which was returning the load base not the object base. Problem noted in the misc/exceptions regress by David Krause. okay drahn@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/06/13 17:24:21 Modified files: sys/net : if_ethersubr.c if_trunk.c Log message: Move the responsibility to free received packets on trunked interfaces from ether_input() into trunk_input() where it can be handled in a smarter way. OK claudio@ and reyk@ on an earlier version. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/06/13 17:29:31 Modified files: sys/netinet : ip_carp.c Log message: Do not log carp state transitions from or to INIT by default. Reduces the amount of dmesg noise. Tested and OK mcbride@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/13 17:33:32 Modified files: gnu/usr.bin/binutils/ld: genscripts.sh gnu/usr.bin/binutils/ld/emulparams: elf_i386_obsd.sh gnu/usr.bin/binutils/ld/emultempl: elf32.em gnu/usr.bin/binutils/ld/scripttempl: elf.sc Log message: Fixup ldscripts for i386 when linked with -pie (no change to non-pie ldscripts). Correct the xd and xdc ldscripts (pie and pie + combreloc) on i386 and add two new variants for pie + combreloc + Z and pie + Z on all arches. ok drahn@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/13 17:39:26 Modified files: lib/libc/rpc : Makefile.inc xdr.3 Log message: document xdr_{u_}int64_t() functions CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/13 17:43:34 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/13 17:47:17 Modified files: usr.bin/systat : pftop.c Log message: Do not print a warning if /dev/pf can not be opened. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/13 17:49:25 Modified files: lib/librpcsvc : nlm_prot.x Log message: Remove all comments so that this code is 100% 'portable interface', and thus attackable because Sun used a poor copyright notice CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/13 17:50:49 Modified files: lib/libc/stdlib: strtod.3 Log message: grammar fixes; CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/13 17:52:43 Modified files: libexec/ld.so : loader.c Log message: Pass relocated Elf_Dyn * to _dl_finalize_object(). Needed for pie executables. Debugged and okay drahn@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/13 17:56:28 Modified files: usr.sbin/rpc.lockd: rpc.lockd.8 lockd.c Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/13 17:56:48 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: - don't ask for yesno confirmation when running in automatic mode - allow comments in sysmerge.ignore suggested by, feedback from and ok naddy@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/13 18:05:47 Modified files: sbin/bioctl : bioctl.c Log message: friendly error message when key decryption fails; ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/13 18:12:21 Modified files: sys/dev : softraid_crypto.c softraidvar.h Log message: implement a check code to determine whether the disk keys have been correctly decrypted using the masking key. The check code is a HMAC-SHA1 over the disk keys using a hash of the masking key. It should be slow enough to provide no useful brute force success oracle and should not leak significant data about the masking key or disk keys. ok hshoexer@ marco@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/06/13 18:16:10 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: When there are no sensors, don't run the hotplugging consistency check, the logic of which assumes that there is at least one sdlim. ok henning CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/13 18:16:38 Modified files: share/man/man4 : softraid.4 sbin/bioctl : bioctl.8 sys/dev : softraid.c Log message: Update bioctl(8) and softraid(4) to recent changes and enable softraid crypto. It's still considered experimental! ok djm marco CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/13 18:23:26 Modified files: sys/nfs : nfs_var.h Log message: put the canonical ifdef dance for multiple inclusion, also put all the contents of this file inside #ifdef _KERNEL; there's nothing here that userland should ever need/touch. but then again, some userland programs define _KERNEL before they include kernel header files *shrugh*... survived a build, OK blambert@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/13 18:26:13 Modified files: sys/nfs : nfs_serv.c nfs_subs.c Log message: use nfsm_padlen() where appropriate; ok blambert@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/13 18:39:16 Modified files: sys/dev : softraidvar.h Log message: remove duplicate #defines; ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/13 18:47:49 Modified files: usr.bin/cvs : rcs.c Log message: Fixed wrong function name in fatal call. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/06/13 18:49:35 Modified files: sys/kern : vfs_bio.c Log message: Belt, suspenders, duct tape and glue. In brelse, if we end up in the B_INVAL case without mappings, check for B_WANTED and wake up the sleeper if there's one before freeing the buffer. This shouldn't happen, but it looks like there might actually be some dodgy corner cases in nfs where this could just happen if the phase of the moon is right and the wind is blowing from the right direction. thib@ ok CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/13 18:55:32 Modified files: usr.bin/cvs : add.c Log message: Don't trick user into believing that it's actually possible to add a file to repository which is even ready to be checked out. "probably right" joris CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/13 18:56:48 Modified files: distrib/sets/lists/comp: md.macppc md.socppc Log message: sync CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/06/13 18:57:30 Modified files: sbin/ipsecctl : parse.y Log message: Move ike and flow peer selection to common function. No functional change yet. ok hshoexer CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/13 19:05:04 Modified files: app/ssh-askpass: SshAskpass-default.ad x11-ssh-askpass.c x11-ssh-askpass.h Log message: When displaying a multi-lines label, switch to a fixed-width font for 2nd and following lines, to make ascii art look correct. ok deraadt@, grunk@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/13 19:07:29 Modified files: app/ssh-askpass: x11-ssh-askpass.man.in Log message: Man page update for fixed font label display change. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/13 19:10:43 Modified files: lib/librpcsvc : nlm_prot.x Log message: accidentally deleted a little bit too much, oops CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/06/13 19:18:53 Modified files: sys/net : if_trunk.c Log message: Move bpf_mtap_hdr() above the trunk_*_input() routines. This makes it easier to add trunk protocols that consume some packets. Add a special case for the failover protocol, to prevent shoving duplicates to bpf. (Not beautiful, but it has to do for the moment). OK reyk@, claudio@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/13 19:21:17 Modified files: sys/nfs : nfs_socket.c Log message: Clean up nfsrv_wakenfsd(); variable name change to be in line with the rest of NFS code, canonical for() -> LIST_FOREACH() change, minor readability changes. ANSIfy function while here. ok thib@ CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2008/06/13 19:22:20 Modified files: lib/libexpat/lib: xmltok_impl.c Log message: slightly more robust fix in not relying on utf-8 sequences being well formed after discussion w/ upstream CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/13 19:47:27 Modified files: sbin/mount_vnd : Makefile mount_vnd.c Log message: finish djm@'s job of making mount_vnd -Wall clean, and mark this in the Makefile. ok djm@, "get the M's out of my tree" deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/13 19:57:51 Modified files: sys/scsi : scsi_base.c scsiconf.c scsiconf.h Log message: Nuke ADEV_NOTUR, always issue TEST UNIT READY to clear out power-up errors before issuing INQUIRY. Fixes Sony YE-Data floppy drive and probably other devices at the cost of possibly breaking some 10 year old CD-ROM drives. Un-special cases mvme68k which was forcing these initial TURs. Now wait for the inevitable weird USB device that breaks to surface. ok marco@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/06/13 20:01:10 Modified files: net/epic4 : Makefile distinfo net/epic4/pkg : PLIST Log message: epic4-2.10; Gleydson Soares CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/13 20:07:07 Modified files: sys/arch/sparc64/conf: RAMDISK Log message: Add cmp(4) here too. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/13 20:17:27 Modified files: sys/netinet : raw_ip.c Log message: Include "pf.h" so we get NPF. ok reyk@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/06/13 20:19:26 Modified files: share/man/man4/man4.sparc64: Makefile Added files: share/man/man4/man4.sparc64: cmp.4 Log message: cmp(4) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/13 20:22:13 Modified files: sys/net : pf_if.c pf_ioctl.c pf_osfp.c pf_table.c Log message: pool_get()s not in interrupt context should not be PR_NOWAIT, but PR_WAITOK | PR_LIMITFAIL. from discussion with art. ok ryan claudio thib CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/13 20:28:14 Modified files: sys/dev/pci : if_ath_pci.c sys/dev/ic : athvar.h Log message: Allow ath(4) to detach cleanly when attaching via PCI. Also complete/cleanup the attachment cleanup code. ok reyk@ jsg@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/13 20:34:27 Modified files: usr.bin/cvs : add.c Log message: No need to add \n at the end of format string for a fatal call. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/13 20:40:24 Modified files: sys/dev/usb : ugen.c uhidev.c Log message: remove #ifdef __macppc__ due to a misunderstanding: - the wskbd/wsmouse is not phantom, but actually is pre-paired keyboard/mice talking wskbd/wsmouse to the os this permits the bluetooth device to attach as wskbd/wsmouse using bluetooth keyboards for ddb> and in general if you have paired them in an os that supports flipping the funny bluetooth device into full bluetooth mode ok drahn@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/13 20:43:47 Modified files: usr.bin/cvs : remove.c Log message: Run cvs_remove_force only if -f has been specified. ok joris CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/13 21:01:00 Modified files: sys/dev : softraid_crypto.c softraidvar.h Log message: Use multiple crypto keys per volume. Each key is used to encrypt at most 0.5TB of disk. This is well below P1619-2007's recommendation for AES-XTS of 1TB/key, but small enough so we can test that we actually use multiple keys with inexpensive hardware. We allocate 32 keys, so this will do for volumes up to 16TB. Fix a crypto session leak in sr_crypto_free_resources() much debugging help mshoexer@; ok hshoexer@ marco@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/13 21:16:06 Modified files: sys/nfs : nfs_socket.c Log message: Replace magic '2' and '3' with defines for nfs version numbers ok blambert@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/13 21:19:15 Modified files: usr.bin/cvs : add.c checkout.c client.c commit.c cvs.c edit.c entries.c file.c rcs.c remote.c remove.c server.c update.c util.c Log message: don't always re-open the same CVS/Entries file, instead keep the last opened CVS/Entries around to operate on and close it whenever we switch directory. gives us a small performance boost, obviously. while doing this, switch the way we write revisions to disk by using fwrite(3) so stuff can get written to disk in chunks instead of writing everything line by line, another win. with help from otto@ ok tobias@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/06/13 21:48:32 Modified files: sys/uvm : uvm_km.c Log message: If we have one syscall that consumes large amounts of memory (like for example an ioctl that loads bazillions of entries into a pf table) it would exhaust the pool of free pages and not let uvm_km_thread catch up until the pool was actually empty. This could be bad for non-sleeping allocators since they can't wait for the memory while the big hog can. Instead of letting the syscall exhaust the pool, detect when we fall below the low watermark, wake the thread, sleep once and let the thread catch up. This paces the huge consumer so that the more critical consumers never find an exhausted pool of pages. "seems reasonable" kettenis@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/06/13 21:50:14 Modified files: sys/net : pf_table.c Log message: There's no more reason to use oldnointr allocator here since we pace the allocations in uvm_km_thread, as long as they are PR_WAITOK and all the memory hogs should be WAITOK in pf now. "following your explaination, it's ok" henning@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/06/13 21:56:41 Modified files: sys/sys : pool.h sys/kern : subr_pool.c Log message: oldnointr pool allocator is no longer used or necessary. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/13 21:58:30 Modified files: usr.bin/cvs : annotate.c checkout.c cvs.h entries.c file.c rcs.c update.c Log message: Added support for sticky date set in CVS/Tag and CVS/Entries per directory. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/13 22:34:08 Modified files: usr.bin/cvs : add.c admin.c annotate.c checkout.c commit.c diff.c getlog.c import.c rcs.c status.c update.c Log message: Conforming to RCS specification, it is possible but unlikely to encounter an RCS file which has no head revision set. Some commands actually can work with them (log, status) so support these files. Fixes A LOT of possible segmentation faults. ok joris CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/14 00:14:13 ports/games/londonlaw/patches Update of /cvs/ports/games/londonlaw/patches In directory cvs.openbsd.org:/tmp/cvs-serv25441/patches Log Message: Directory /cvs/ports/games/londonlaw/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/14 00:17:14 Modified files: games/londonlaw: Makefile games/londonlaw/pkg: PLIST Added files: games/londonlaw/patches: patch-londonlaw_server_Game_py patch-setup_py Log message: - use zope.interface as required by new twisted (8.x) - fix gui images path tweaks and ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/14 00:28:27 Modified files: sbin/bioctl : Makefile bioctl.c Added files: sbin/bioctl : pbkdf2.c pbkdf2.h Log message: Replace PBKDF2 implementation pulled in from vnconfig with one derived from Damien Bergamini's wpa-psk. This implementation is smaller, cleaner and uses the libc SHA1 functions instead of pulling in OpenSSL. make bioctl.c -Wall clean too Verified with rfc3962 test vectors and against a assembled cryptoraid; ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/14 01:13:45 Modified files: share/man/man4/man4.sparc64: cmp.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/14 01:20:12 Modified files: sys/dev/cardbus: if_ath_cardbus.c Log message: Use the bus_size_t in the ath_softc. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/14 01:38:53 Modified files: usr.bin/mg : def.h kbd.c undo.c Log message: unf*ck undo. No seriously. Reposition the cursor to the start of the redo position, like emacs. This gets us halfway to being emacs-finger-friendly. For the rest, introduce a rptcount variable to count successive invocations of the same function. This means undo will abort properly on C-g, and other such interruptions. This is a lot of diff for a simple-seeming problem. Emacs undo is hard. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 01:48:23 Modified files: net/net-snmp : Makefile net/net-snmp/patches: patch-agent_mibgroup_hardware_memory_memory_netbsd_c Log message: Avoid a divide-by-zero which kills Net-SNMP's snmpd running on sparc64 when you snmpwalk against it. From http://marc.info/?l=openbsd-ports&m=119175114720453&w=2 ok rui CVSROOT: /cvs Module name: www Changes by: kjell@cvs.openbsd.org 2008/06/14 01:53:43 Modified files: . : want.html Log message: unf*ck mg. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/14 02:39:30 Modified files: usr.bin/mg : cmode.c def.h grep.c Log message: Add compile (c-C c-P) to the c-mode keymap (export from grep.c) Also, attempt to make indent an atomic undo operation. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/14 02:46:30 Modified files: usr.bin/mg : funmap.c keymap.c match.c modes.c Log message: We do not need a whole MODE for blinking one character. both emacsen automatically blink, so mg should too. This can be overridden in your ~/.mg by adding, e.g. global-set-key ")" self-insert-command So, I've eliminated blink mode, and renamed "blink-matching-paren-hack" to "blink-and-insert". It's not just for parens anyway. While I'm here, set up an empty (rescan) target for backtab, so I can bind something convenient to it; e.g. global-set-key "\e[Z" backward-char Finally, remove all references to Scribd. Theo doesn't hate this, though I would hesitate to call it an ok. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2008/06/14 04:55:21 Modified files: sys/arch/m68k/m68k: pmap_motorola.c sys/arch/m88k/m88k: pmap.c sys/arch/mips64/mips64: pmap.c sys/arch/powerpc/powerpc: pmap.c trap.c sys/arch/solbourne/solbourne: pmap.c sys/arch/sparc64/sparc64: pmap.c sys/arch/vax/vax: pmap.c sys/dev : ccd.c sys/isofs/udf : udf_vfsops.c udf_vnops.c sys/kern : uipc_socket.c vfs_subr.c sys/nfs : nfs_node.c sys/ufs/ffs : ffs_softdep.c Log message: A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) conversions that should shave a few bytes off the kernel. ok henning, krw, jsing, oga, miod, and thib (``even though i usually prefer FOO|BAR''; thanks for looking. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/14 06:49:41 Modified files: distrib/sets/lists/comp: md.i386 Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/14 07:07:28 Added files: app/xfs : xfs-config.h.in Removed files: app/xfs : config.h.in Log message: config.h.in was renamed xfs-config.h.in. missed in previous commit. noticed by claudio@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/14 07:18:48 Modified files: distrib/sets/lists/comp: md.amd64 distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/06/14 08:33:38 Modified files: sys/dev/usb : uticom.c Log message: id tag. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/14 08:42:55 Modified files: sys/arch/hppa/include: exec.h Log message: defininig NATIVE_EXEC_ELF is mandatory on ELF platforms. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/14 08:55:27 Modified files: mail/imapsync : Makefile distinfo Log message: - bugfix update of imapsync to version 1.252 from Pierre-Emmanuel Andre (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/14 09:23:00 Log message: Import pgworksheet-1.9 Simple GUI frontend to PostgreSQL for executing SQL queries and psql commands. from Pierre-Emmanuel Andre (MAINTAINER) Status: Vendor Tag: pea Release Tags: ajacoutot_20080614 N ports/databases/pgworksheet/Makefile N ports/databases/pgworksheet/distinfo N ports/databases/pgworksheet/pkg/PLIST N ports/databases/pgworksheet/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/14 09:24:19 Modified files: databases : Makefile Log message: +pgworksheet CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/06/14 09:40:16 Modified files: lib/libpthread/uthread: uthread_init.c Log message: zap last thread_malloc_init reference. otto@ ok CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/14 09:43:43 Modified files: lib/libc/include: thread_private.h Log message: remove _thread_malloc_init prototype CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 09:49:21 Modified files: misc/gnuwatch : Makefile Removed files: misc/gnuwatch/patches: patch-watch_c Log message: Now that we have strtof(), remove this hacky patch, the function was not even used, and this could lead to conflicts. 'joah' jasper@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/14 09:49:48 Modified files: usr.bin/ssh : sshd.c Log message: wrap long line at 80 chars CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 10:00:11 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-contrib_scripts_safe_asterisk patch-main_asterisk_c telephony/asterisk/pkg: PLIST-main Removed files: telephony/asterisk/patches: patch-channels_h323_ast_h323_cxx Log message: Update Asterisk to 1.4.21, lots of quality-control fixes ok ian CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 10:15:16 Added files: x11/xfce4 : xfce4.port.mk Log message: Add a x11/xfce4 module, ideas largely borrowed from x11/gnome module. This will greatly help when updating to the upcoming 4.6. Also shrinks a lot port Makefiles, which will be soon converted to use it. This will also deprecate Makefile.inc. feedback ajacoutot@ steven@, ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: landry@cvs.openbsd.org 2008/06/14 10:17:03 Modified files: share/man/man5 : port-modules.5 Log message: Document x11/xfce4 module, with help of jmc@, thanks ! ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 10:19:58 Modified files: x11/xfce4/xfce4-places: Makefile distinfo x11/xfce4/xfce4-places/pkg: PLIST Log message: update to xfce4-places 1.1.0, and convert to use x11/xfce4 module. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 10:24:00 Modified files: x11/xfce4/ristretto: Makefile distinfo x11/xfce4/ristretto/pkg: PLIST Log message: Update to ristretto 0.0.20, and convert to use x11/xfce4 module. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 10:35:37 Modified files: x11/xfce4/xfdesktop: Makefile Added files: x11/xfce4/xfdesktop/patches: patch-modules_menu_desktop-menu-dentry_c patch-modules_menu_desktop-menuspec_c Log message: Backport two patches from upstream 4_4 branch which fixes two memleaks. While here, convert to use x11/xfce4 module. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 10:40:39 Modified files: cad/xcircuit : Makefile Log message: Fix LIB_DEPENDS and bump: change tk84:tk->=8.4:x11/tk/8.4 to tk84:tk-8.4.*:x11/tk/8.4 to avoid a failure when Tk 8.5 is installed (tk-8.5 satisfies tk->=8.4 but has no libtk84). CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/14 10:48:22 Modified files: productivity/thinkingrock: Makefile productivity/thinkingrock/patches: patch-bin_tr Added files: productivity/thinkingrock/patches: patch-etc_tr_conf Log message: switch to SUBST_CMD make this somewhat useable w/ jre 1.7.0 although there are still some icon and font problems CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/14 10:49:29 Modified files: app/xfsinfo : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac xfsinfo.c xfsinfo.man Log message: Update to xfsinfo 1.0.2 CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2008/06/14 10:55:28 Modified files: sys/net : pf_if.c Log message: Also do the PR_ZERO dance here. This was held back on Henning's request because it conflicted with the change he did in pf_if.c earlier. He finally woke up to ok (well, ``yes'', really) this version now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/14 10:58:48 Modified files: databases/pgworksheet: Makefile Log message: - RCS tag CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/14 11:04:50 Modified files: sbin/bioctl : bioctl.8 bioctl.c Log message: add a -r option to specify the number of PKCS5 PBKDF2 iterations used to derive the password (minimum: 1000, maximum: more than you want) ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/14 11:07:11 Modified files: usr.bin/ssh : sshd.c Log message: ensure default umask disallows at least group and world write; ok djm@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/14 11:11:32 Modified files: app/xkbcomp : ChangeLog configure configure.ac xkbcomp.c xkbpath.c Log message: Update to xkbcomp 1.0.5 CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/06/14 11:17:26 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/patches: patch-sys_oss_gstosshelper_c Log message: Fix a counting error that was causing the oss audio sink to perform half a million audio ioctls on variable rate devices before it got around to playing any sound. Unbreaks gstreamer on auich. Upstream as gnome bug 538068. ok espie, ajacoutot CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/14 11:17:33 Modified files: sys/dev/acpi : acpiasus.c Log message: Teach acpiasus(4) about some more events. Whilst we're here bzero the cmd structs and sprinkle some aml_freevalue() (diff initially from deanna@). ok marco@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 11:21:35 Modified files: x11/xfce4 : xfce4.port.mk Log message: Oops, no cookie for me. Doesn't impact already converted ports though. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/14 11:22:39 Modified files: mail/cyrus-imapd: Makefile Log message: - drac FLAVOR should add to RUN_DEPENDS-main, not RUN_DEPENDS ok landry@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/14 12:09:47 Modified files: sys/arch/i386/i386: pmap.c Log message: Correctly calculate wired_count of pages on i386. Now, pmap->pm_stats is only updated when we actually can commit the pte. With mickey. ok art@ weingart@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 12:15:26 Modified files: x11/xfce4/exo : Makefile x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/libxfce4mcs: Makefile x11/xfce4/libxfce4util: Makefile x11/xfce4/libxfcegui4: Makefile Log message: Convert to use x11/xfce4 module, bump PKGNAMEs, fix licence markers. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/14 12:29:52 Modified files: sys/arch/sgi/dev: mkbc.c Log message: Mask the upper 56 bits of the rx ports when reading them, pckbd_input() will rely on this very soon. CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/14 12:31:16 Log message: GNU Emacs is a self-documenting, customizable, extensible real-time display editor. Users new to Emacs will be able to use basic features fairly rapidly by studying the tutorial and using the self-documentation features. Emacs also has an extensive interactive manual browser. It is easily extensible since its editing commands are written in Lisp. GNU Emacs's many special packages handle mail reading (RMail) and sending (Mail), outline editing (Outline), compiling (Compile), running subshells within Emacs windows (Shell), running a Lisp read-eval-print loop (Lisp-Interaction-Mode), automated psychotherapy (Doctor :-) and many more. Flavors: no_x11 - build without X11 support gtk - build with gtk2 toolkit instead of athena Based on submissions by Matthew Dempsky, Brad Walker and Andreas Voegele. "go head" naddy@ Status: Vendor Tag: eric Release Tags: eric_20080614 N ports/editors/emacs22/Makefile N ports/editors/emacs22/distinfo N ports/editors/emacs22/pkg/DESCR-el N ports/editors/emacs22/pkg/DESCR-main N ports/editors/emacs22/pkg/PLIST-el N ports/editors/emacs22/pkg/PLIST-main No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/14 12:32:29 Modified files: editors : Makefile Log message: add emacs22 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/14 12:33:43 Modified files: usr.bin/ssh : session.c Log message: suppress the warning message from chdir(homedir) failures when chrooted (bz#1461); ok dtucker CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/14 12:40:50 Modified files: sbin/bioctl : bioctl.c sys/dev : softraid_crypto.c softraid.c biovar.h Log message: Provide a status field for operations on the bc_opaque data. Now we're able to distinguish cleanly an failing ioctl (ie. return value -1) from trying to retrieve a KDF hint from a not yet initialized volume. ok marco djm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 13:02:58 Modified files: net : Makefile Removed files: net/sniffit : Makefile distinfo net/sniffit/patches: patch-Makefile.in patch-configure patch-sn_data.h patch-sn_resolv.c patch-sn_structs_h net/sniffit/pkg: DESCR PLIST Log message: Remove net/sniffit. The code isn't too pleasant, no privsep, hasn't been touched in 8 years, upstream has disappeared, has a hardcoded nic list missing almost everything modern, and doesn't build on some arch. "it won't make me cry" ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/14 13:09:52 Modified files: sys/net : pf_ioctl.c Log message: Include "pflog.h" so that we get NPFLOG. ok henning@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/14 13:13:42 Modified files: sys/net : bridgestp.c Log message: Remove NBPFILTER conditional since we do not include "bpfilter.h" and the header is not required here. ok henning@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/06/14 13:33:58 Modified files: sys/nfs : nfs_bio.c nfs_syscalls.c nfsnode.h Log message: Ensure each nfsiod can actually enqueue more than one asynchio - this mirrors the accidental situation that used to happen when it leaked buffers and allowed the syncer to do it, however this puts a limit on how much of the buffer cache it is allowed to consume to a sensible amount - improves nfs write performance since we don't have to do tons of them synch now. Modifies the existing code to use wakeup_one instead of cruft, and now all nfsiod's tsleep the same way. ok thib@ art@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/14 13:40:27 Modified files: distrib/sets/lists/comp: md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/14 13:42:10 Modified files: usr.bin/ssh : scp.1 Log message: Mention that scp follows symlinks during -r. bz #1466, from nectar at apple CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 13:50:16 Modified files: devel/p5-File-Next: Makefile distinfo Log message: update to 1.0.2, ok pyr (maintainer) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/14 13:54:09 Modified files: sys/netinet : udp_usrreq.c Log message: ANSIfy function definitions. ok markus@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/14 14:04:14 Modified files: usr.bin/cvs : entries.c Log message: unfuck CVS/Tag creation, karma sucks doesn't it. CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2008/06/14 14:45:45 Modified files: usr.bin/sendbug: sendbug.c Log message: - remove ports category after discussion w/ many - sync architectures list with reality and fix a few names ok theo CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/14 15:31:46 Modified files: sys/sys : conf.h sys/arch/i386/conf: GENERIC files.i386 sys/arch/i386/i386: conf.c share/man/man4/man4.i386: Makefile Added files: sys/sys : amdmsr.h sys/arch/i386/i386: amdmsr.c share/man/man4/man4.i386: amdmsr.4 Log message: Add amdmsr(4), a driver to access model specific registers on AMD CPUs. Needed for the upcoming AMD Geode LX graphics processor X11 driver. discussed with, feedback, and ok matthieu and deraadt. CVSROOT: /cvs Module name: xenocara Changes by: mbalmer@cvs.openbsd.org 2008/06/14 15:37:13 Modified files: xserver/os : privsep.c Log message: Add amdmsr(4) to the list of privsep devices. ok matthieu CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/06/14 15:40:16 Modified files: sys/dev/acpi : dsdt.c Log message: Fixed evil recursion depth for ASUS EEEPC, uses less memory too ok @marco CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/14 15:46:22 Modified files: sys/net : if_bridge.c sys/netinet : ip_carp.c ip_carp.h sbin/ifconfig : ifconfig.8 ifconfig.c Log message: add carppeer; an option to specify a different multicast address or even the unicast address of the remote carp peer. this especially helps when the multicast carp advertisements are causing problems in the network (some crappy switches don't do well with multicast), there are conflicts with VRRP, or the policy of the network does not allow multicast (most Internet eXchange points didn't allow carped OpenBGP routers because of the multicast advertisements). discussed with many ok mpf@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/14 15:48:54 Modified files: app/cwm : Makefile calmwm.h conf.c cwmrc.5 parse.y xevents.c Added files: app/cwm : mousefunc.c Log message: confable menu and window mouse bindings from rivo nurges (thanks!) with some minor fixups, man page bits and knf. ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/14 15:51:00 Modified files: app/cwm : conf.c parse.y Log message: slightly alter the semantics of config files: - if no config file, continue silently and apply defaults - if config file, parse and move on - if config file specified but not found, error out ok oga@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/14 15:54:12 Log message: Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in reStructuredText, Javadoc, and plaintext. from Jason Meltzer tweaks and ok ajacoutot@ Status: Vendor Tag: eric Release Tags: eric_20080614 N ports/textproc/py-epydoc/Makefile N ports/textproc/py-epydoc/distinfo N ports/textproc/py-epydoc/pkg/DESCR N ports/textproc/py-epydoc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/14 15:54:58 Modified files: textproc : Makefile Log message: add py-epydoc CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/14 15:59:10 Modified files: app/cwm : conf.c Log message: unbreak CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/14 16:04:11 Modified files: app/cwm : calmwm.h client.c grab.c xevents.c Log message: (mostly) proper xshape event support ok oga@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/14 16:06:48 Modified files: etc/etc.i386 : MAKEDEV.md Log message: add amdmsr. help (a lot...) and ok todd. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/14 16:07:54 Modified files: etc/etc.i386 : MAKEDEV share/man/man8/man8.i386: MAKEDEV.8 Log message: sync. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/14 16:15:30 Modified files: sys/netinet : tcp_input.c udp_usrreq.c Log message: Include "faith.h" in order to get NFAITH. Also clean up NFAITH conditionals whilst we're here. ok henning@ deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: mbalmer@cvs.openbsd.org 2008/06/14 16:15:59 Log message: Import the xf86-video-geode driver for the AMD Geode LX graphics processor. with and ok matthieu Status: Vendor Tag: xorg Release Tags: v2_10_0 N xenocara/driver/xf86-video-geode/README N xenocara/driver/xf86-video-geode/configure.ac N xenocara/driver/xf86-video-geode/aclocal.m4 N xenocara/driver/xf86-video-geode/Makefile.am N xenocara/driver/xf86-video-geode/Makefile.in N xenocara/driver/xf86-video-geode/config.h.in N xenocara/driver/xf86-video-geode/configure N xenocara/driver/xf86-video-geode/COPYING N xenocara/driver/xf86-video-geode/ChangeLog N xenocara/driver/xf86-video-geode/TODO N xenocara/driver/xf86-video-geode/config.guess N xenocara/driver/xf86-video-geode/config.sub N xenocara/driver/xf86-video-geode/depcomp N xenocara/driver/xf86-video-geode/install-sh N xenocara/driver/xf86-video-geode/ltmain.sh N xenocara/driver/xf86-video-geode/missing N xenocara/driver/xf86-video-geode/autogen.sh N xenocara/driver/xf86-video-geode/src/Makefile.am N xenocara/driver/xf86-video-geode/src/Makefile.in N xenocara/driver/xf86-video-geode/src/geode.h N xenocara/driver/xf86-video-geode/src/geode_blend.h N xenocara/driver/xf86-video-geode/src/geode_fourcc.h N xenocara/driver/xf86-video-geode/src/cim_dev.h N xenocara/driver/xf86-video-geode/src/geode_driver.c N xenocara/driver/xf86-video-geode/src/geode_common.c N xenocara/driver/xf86-video-geode/src/geode_dcon.c N xenocara/driver/xf86-video-geode/src/geode_ddc.c N xenocara/driver/xf86-video-geode/src/geode_msr.c N xenocara/driver/xf86-video-geode/src/gx_driver.c N xenocara/driver/xf86-video-geode/src/gx_accel.c N xenocara/driver/xf86-video-geode/src/gx_cursor.c N xenocara/driver/xf86-video-geode/src/gx_video.c N xenocara/driver/xf86-video-geode/src/gx_regacc.c N xenocara/driver/xf86-video-geode/src/gx_rotate.c N xenocara/driver/xf86-video-geode/src/gx_randr.c N xenocara/driver/xf86-video-geode/src/durango.c N xenocara/driver/xf86-video-geode/src/panel.c N xenocara/driver/xf86-video-geode/src/lx_driver.c N xenocara/driver/xf86-video-geode/src/z4l.c N xenocara/driver/xf86-video-geode/src/lx_cursor.c N xenocara/driver/xf86-video-geode/src/lx_video.c N xenocara/driver/xf86-video-geode/src/lx_regacc.c N xenocara/driver/xf86-video-geode/src/lx_rotate.c N xenocara/driver/xf86-video-geode/src/lx_randr.c N xenocara/driver/xf86-video-geode/src/lx_exa.c N xenocara/driver/xf86-video-geode/src/cimarron.c N xenocara/driver/xf86-video-geode/src/geode_pcirename.h N xenocara/driver/xf86-video-geode/src/gx_vga.c N xenocara/driver/xf86-video-geode/src/lx_vga.c N xenocara/driver/xf86-video-geode/src/cim/cim_defs.h N xenocara/driver/xf86-video-geode/src/cim/cim_df.c N xenocara/driver/xf86-video-geode/src/cim/cim_filter.c N xenocara/driver/xf86-video-geode/src/cim/cim_gp.c N xenocara/driver/xf86-video-geode/src/cim/cim_init.c N xenocara/driver/xf86-video-geode/src/cim/cim_modes.c N xenocara/driver/xf86-video-geode/src/cim/cim_msr.c N xenocara/driver/xf86-video-geode/src/cim/cim_parm.h N xenocara/driver/xf86-video-geode/src/cim/cim_regs.h N xenocara/driver/xf86-video-geode/src/cim/cim_rtns.h N xenocara/driver/xf86-video-geode/src/cim/cim_version.h N xenocara/driver/xf86-video-geode/src/cim/cim_vg.c N xenocara/driver/xf86-video-geode/src/cim/cim_vip.c N xenocara/driver/xf86-video-geode/src/cim/cim_vop.c N xenocara/driver/xf86-video-geode/src/cim/doc/release.txt N xenocara/driver/xf86-video-geode/src/gfx/disp_gu1.c N xenocara/driver/xf86-video-geode/src/gfx/disp_gu2.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_dcdr.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_defs.h N xenocara/driver/xf86-video-geode/src/gfx/gfx_disp.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_i2c.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_init.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_mode.h N xenocara/driver/xf86-video-geode/src/gfx/gfx_msr.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_priv.h N xenocara/driver/xf86-video-geode/src/gfx/gfx_regs.h N xenocara/driver/xf86-video-geode/src/gfx/gfx_rndr.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_rtns.h N xenocara/driver/xf86-video-geode/src/gfx/gfx_tv.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_type.h N xenocara/driver/xf86-video-geode/src/gfx/gfx_vga.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_vid.c N xenocara/driver/xf86-video-geode/src/gfx/gfx_vip.c N xenocara/driver/xf86-video-geode/src/gfx/history.h N xenocara/driver/xf86-video-geode/src/gfx/i2c_acc.c N xenocara/driver/xf86-video-geode/src/gfx/i2c_gpio.c N xenocara/driver/xf86-video-geode/src/gfx/init_gu1.c N xenocara/driver/xf86-video-geode/src/gfx/init_gu2.c N xenocara/driver/xf86-video-geode/src/gfx/msr_rdcl.c N xenocara/driver/xf86-video-geode/src/gfx/release.txt N xenocara/driver/xf86-video-geode/src/gfx/rndr_gu1.c N xenocara/driver/xf86-video-geode/src/gfx/rndr_gu2.c N xenocara/driver/xf86-video-geode/src/gfx/saa7114.c N xenocara/driver/xf86-video-geode/src/gfx/tv_1200.c N xenocara/driver/xf86-video-geode/src/gfx/tv_fs450.c N xenocara/driver/xf86-video-geode/src/gfx/tv_fs450.h N xenocara/driver/xf86-video-geode/src/gfx/vga_gu1.c N xenocara/driver/xf86-video-geode/src/gfx/vid_1200.c N xenocara/driver/xf86-video-geode/src/gfx/vid_5530.c N xenocara/driver/xf86-video-geode/src/gfx/vid_rdcl.c N xenocara/driver/xf86-video-geode/src/gfx/vip_1200.c N xenocara/driver/xf86-video-geode/src/panel/92xx.h N xenocara/driver/xf86-video-geode/src/panel/cen9211.c N xenocara/driver/xf86-video-geode/src/panel/cen9211.h N xenocara/driver/xf86-video-geode/src/panel/dora9211.c N xenocara/driver/xf86-video-geode/src/panel/dora9211.h N xenocara/driver/xf86-video-geode/src/panel/drac9210.c N xenocara/driver/xf86-video-geode/src/panel/drac9210.h N xenocara/driver/xf86-video-geode/src/panel/gx2_9211.c N xenocara/driver/xf86-video-geode/src/panel/gx2_9211.h N xenocara/driver/xf86-video-geode/src/panel/panel.c N xenocara/driver/xf86-video-geode/src/panel/panel.h N xenocara/driver/xf86-video-geode/src/panel/platform.c N xenocara/driver/xf86-video-geode/src/panel/pnl_bios.c N xenocara/driver/xf86-video-geode/src/panel/pnl_defs.h N xenocara/driver/xf86-video-geode/src/panel/pnl_init.c N xenocara/driver/xf86-video-geode/src/panel/readme.txt No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: mbalmer@cvs.openbsd.org 2008/06/14 16:26:13 Modified files: driver/xf86-video-geode/src: Makefile.am geode_msr.c Log message: Changes needed to run on OpenBSD using the new amdmsr(4) driver. CVSROOT: /cvs Module name: xenocara Changes by: mbalmer@cvs.openbsd.org 2008/06/14 16:27:07 Modified files: driver/xf86-video-geode: Makefile.in aclocal.m4 config.guess config.sub configure depcomp install-sh ltmain.sh missing driver/xf86-video-geode/src: Makefile.in Added files: driver/xf86-video-geode: Makefile.bsd-wrapper Log message: Add a Makefile wrapper for OpenBSD and regen the autoconf generated files. CVSROOT: /cvs Module name: xenocara Changes by: mbalmer@cvs.openbsd.org 2008/06/14 16:29:23 Modified files: driver : Makefile Log message: Add xf86-video-geode. ok matthieu CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/14 16:29:39 Modified files: etc/etc.aviion : MAKEDEV share/man/man8/man8.aviion: MAKEDEV.8 Log message: sync (missed last time round) CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/14 16:44:07 Modified files: sys/nfs : nfs_serv.c nfs_vfsops.c nfs_vnops.c nfsm_subs.h Log message: Replace nfsm_build/bcopy with nfsm_{buf,str}tombuf functions in filehandle -> mbuf write macros. Removes `magic' variable cp which was used only in these macros, and should lead to marginally better mbuf packing as well. `slap it in' thib@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/14 17:06:18 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/14 17:09:06 Modified files: etc : MAKEDEV.mi Makefile etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : MAKEDEV.md etc/etc.aviion : MAKEDEV.md etc/etc.hp300 : MAKEDEV.md etc/etc.hppa : MAKEDEV.md etc/etc.hppa64 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.luna88k: MAKEDEV.md etc/etc.mac68k : MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.mvme68k: MAKEDEV.md etc/etc.mvme88k: MAKEDEV.md etc/etc.mvmeppc: MAKEDEV.md etc/etc.sgi : MAKEDEV.md etc/etc.socppc : MAKEDEV.md etc/etc.sparc : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md etc/etc.vax : MAKEDEV.md etc/etc.zaurus : MAKEDEV.md Added files: etc : Makefile.inc etc/etc.alpha : Makefile etc/etc.amd64 : Makefile etc/etc.armish : Makefile etc/etc.aviion : Makefile etc/etc.hp300 : Makefile etc/etc.hppa : Makefile etc/etc.hppa64 : Makefile etc/etc.i386 : Makefile etc/etc.landisk: Makefile etc/etc.luna88k: Makefile etc/etc.mac68k : Makefile etc/etc.macppc : Makefile etc/etc.mvme68k: Makefile etc/etc.mvme88k: Makefile etc/etc.sgi : Makefile etc/etc.socppc : Makefile etc/etc.sparc : Makefile etc/etc.sparc64: Makefile etc/etc.vax : Makefile etc/etc.zaurus : Makefile Log message: redo the way MAKEDEV files are generated get it in, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/14 17:13:01 Modified files: etc : Makefile Log message: shorten SUBDIR list CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/14 17:18:20 Modified files: sys/netinet : ipsec_input.c Log message: make easier to read, found during a bug hunt earlier ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:40:35 Modified files: lang/ruby : ruby.port.mk Log message: Add lang/ruby to CATEGORIES. All ports using this module will be bumped. tested in a bulk build and ok bernd@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:41:32 Modified files: audio/ruby-id3lib: Makefile converters/ruby-json: Makefile Log message: bump PKGNAMEs after lang/ruby module change CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:43:05 Modified files: databases/ruby-activerecord: Makefile databases/ruby-bdb: Makefile databases/ruby-ldap: Makefile databases/ruby-mysql: Makefile databases/ruby-postgres: Makefile databases/ruby-sqlite3: Makefile Log message: bump PKGNAMEs after lang/ruby module change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:46:38 Modified files: devel/eclipse/plugins/rdt: Makefile devel/ruby-abstract: Makefile devel/ruby-actionpack: Makefile devel/ruby-activesupport: Makefile devel/ruby-color-tools: Makefile devel/ruby-daemons: Makefile devel/ruby-debug: Makefile devel/ruby-debug-base: Makefile devel/ruby-fastthread: Makefile devel/ruby-flexmock: Makefile devel/ruby-gem_plugin: Makefile devel/ruby-gems: Makefile devel/ruby-gettext: Makefile devel/ruby-highline: Makefile devel/ruby-hoe : Makefile devel/ruby-mocha: Makefile devel/ruby-ncurses: Makefile devel/ruby-needle: Makefile devel/ruby-open4: Makefile devel/ruby-parsetree: Makefile devel/ruby-rake: Makefile devel/ruby-rcov: Makefile devel/ruby-rspec: Makefile devel/ruby-ruby2ruby: Makefile devel/ruby-rubyforge: Makefile devel/ruby-rubyinline: Makefile devel/ruby-transaction-simple: Makefile devel/ruby-tzinfo: Makefile devel/ruby-uuidtools: Makefile devel/subversion: Makefile Log message: bump PKGNAMEs after lang/ruby module change. Fix CATEGORIES in rdt eclipse plugin. in subversion, only bump subpackages that use lang/ruby module. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:51:46 Modified files: graphics/ruby-gd2: Makefile graphics/ruby-gdk-imlib: Makefile graphics/ruby-gdk-pixbuf: Makefile graphics/ruby-gruff: Makefile graphics/ruby-rmagick: Makefile Log message: bump PKGNAMEs after lang/ruby module change, fix CATEGORIES. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:53:05 Modified files: mail/ruby-actionmailer: Makefile mail/ruby-mailfactory: Makefile mail/ruby-mime-types: Makefile mail/ruby-rmail: Makefile Log message: bump PKGNAMEs after lang/ruby module change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:54:16 Modified files: net/ruby-net-scp: Makefile net/ruby-net-sftp: Makefile net/ruby-net-ssh: Makefile net/ruby-net-ssh-gateway: Makefile net/ruby-pcap : Makefile net/ruby-rrdtool: Makefile net/ruby-xmpp4r: Makefile Log message: bump PKGNAMEs after lang/ruby module change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:55:02 Modified files: security/ruby-ezcrypto: Makefile security/ruby-openid: Makefile Log message: bump PKGNAMEs after lang/ruby module change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:55:46 Modified files: sysutils/ruby-capistrano: Makefile sysutils/ruby-facter: Makefile sysutils/ruby-mongrel_cluster: Makefile sysutils/ruby-puppet: Makefile sysutils/ruby-rails-app-installer: Makefile sysutils/ruby-vlad: Makefile Log message: bump PKGNAMEs after lang/ruby module change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:57:19 Modified files: textproc/ruby-builder: Makefile textproc/ruby-erubis: Makefile textproc/ruby-fastercsv: Makefile textproc/ruby-fastri: Makefile textproc/ruby-haml: Makefile textproc/ruby-hpricot: Makefile textproc/ruby-hyperestraier: Makefile textproc/ruby-icalendar: Makefile textproc/ruby-markaby: Makefile textproc/ruby-pdf-writer: Makefile textproc/ruby-redcloth: Makefile textproc/ruby-rubigen: Makefile textproc/eruby : Makefile textproc/gonzui: Makefile Log message: bump PKGNAMEs after lang/ruby module change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:58:32 Modified files: x11/ruby-dbus : Makefile x11/ruby-gtk : Makefile Log message: bump PKGNAMEs after lang/ruby module change. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 17:59:37 Modified files: www/ruby-merb : Makefile.inc www/ruby-merb/action-args: Makefile www/ruby-merb/activerecord: Makefile www/ruby-merb/assets: Makefile www/ruby-merb/builder: Makefile www/ruby-merb/cache: Makefile www/ruby-merb/core: Makefile www/ruby-merb/freezer: Makefile www/ruby-merb/gen: Makefile www/ruby-merb/haml: Makefile www/ruby-merb/helpers: Makefile www/ruby-merb/mailer: Makefile www/ruby-merb/merb: Makefile www/ruby-merb/more: Makefile www/ruby-merb/parts: Makefile Log message: bump PKGNAMEs after lang/ruby module change in www/ruby-merb subdir. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/14 18:01:25 Modified files: www/ruby-activemerchant: Makefile www/ruby-activeresource: Makefile www/ruby-fcgi : Makefile www/ruby-mongrel: Makefile www/ruby-rack : Makefile www/ruby-rails : Makefile www/ruby-typo : Makefile Log message: bump PKGNAMEs after lang/ruby module change. Janitor job finished, sorry for the spam. Thanks again bernd@ for bulk-testing and okaying. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 18:04:50 Modified files: audio/aqualung : Makefile audio/aumix : Makefile audio/bmp : Makefile audio/easytag : Makefile audio/gimmix : Makefile audio/gmpc : Makefile audio/gmpc-autoplaylist: Makefile audio/gmpc-lastfm: Makefile audio/gmpc-lyrics: Makefile audio/gmpc-magnatune: Makefile audio/gmpc-qosd: Makefile audio/gmpc-serverstats: Makefile audio/gmpc-shout: Makefile audio/gmpc-stopbutton: Makefile audio/gmpccaa : Makefile audio/gnomad2 : Makefile audio/gqmpeg : Makefile audio/grip : Makefile audio/gtkpod : Makefile audio/mp3info : Makefile audio/tagtool : Makefile audio/xhippo : Makefile Log message: sync wantlib and bump packages. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 18:06:25 Modified files: devel/eclipse/sdk: Makefile devel/gal2 : Makefile devel/gconf-editor: Makefile devel/gconf2 : Makefile devel/geany : Makefile devel/giggle : Makefile devel/libglade2: Makefile devel/libzvt : Makefile devel/py-notify: Makefile devel/rapidsvn : Makefile devel/vte : Makefile devel/xulrunner: Makefile Log message: sync wantlib and bump packages. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 18:06:52 Modified files: editors/abiword: Makefile editors/leafpad: Makefile editors/scite : Makefile editors/subtitleeditor: Makefile editors/tea : Makefile editors/vim : Makefile Log message: sync wantlib and bump packages. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 18:08:09 Modified files: games/atomix : Makefile games/belooted : Makefile games/crack-attack: Makefile games/crossfire-client: Makefile games/dopewars : Makefile games/eboard : Makefile games/freeciv : Makefile games/gtetrinet: Makefile games/gtkballs : Makefile games/pioneers : Makefile Log message: sync wantlib and bump packages. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/14 18:08:44 Modified files: mail/alpine : Makefile mail/alpine/patches: patch-alpine_Makefile_in patch-pico_Makefile_in Log message: - use SUBST_CMD - explicitely set configure options no pkg change CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2008/06/14 18:10:47 Modified files: sys/arch/amd64/amd64: powernow-k8.c sys/arch/i386/i386: powernow-k8.c Log message: Ensure that when using the ACPI tables the RVO field is initialized from the ctrl value. commit it marco@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/14 18:17:33 Modified files: xserver : aclocal.m4 configure configure.ac xserver/GL/glx : glxdri.c xserver/Xext : dpms.c shm.c xf86bigfont.c xserver/Xi : exevents.c xserver/composite: compwindow.c xserver/config : dbus-core.c hal.c xserver/dix : devices.c getevents.c xserver/exa : exa.c exa_accel.c exa_render.c xserver/hw/dmx : Makefile.am Makefile.in dmxinput.c xserver/hw/kdrive/ephyr: Makefile.am Makefile.in ephyr.c xserver/hw/kdrive/src: kdrive.c xserver/hw/xfree86/common: xf86AutoConfig.c xf86Priv.h xf86Xinput.c xserver/hw/xfree86/loader: os.c xserver/hw/xfree86/modes: xf86Cursors.c xf86EdidModes.c xf86Rotate.c xserver/hw/xfree86/os-support/bus: Pci.h freebsdPci.c xserver/hw/xfree86/xaa: xaaGC.c xserver/hw/xprint: Makefile.am Makefile.in ddxInit.c xserver/include: do-not-use-config.h.in xkbsrv.h xserver/os : connection.c io.c privsep.c utils.c xserver/xkb : ddxLoad.c xkbActions.c xkbUtils.c Log message: Update to xserver 1.4.2. Tested by landry@, ckuethe@, jsing@ mbalmer@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/14 18:36:41 Modified files: sys/arch/sparc/dev: presto.c sys/dev : ccd.c flash.c ramdisk.c sys/dev/ata : wd.c sys/dev/isa : mcd.c sys/dev/raidframe: rf_openbsdkintf.c sys/scsi : cd.c sd.c Log message: Don't bypass partition bounds check for RAW_PART. We now guarantee that RAW_PART will always be 0 -> disksize, so the bounds check will always pass for i/o's to valid addresses. Now the i/o will be properly truncated if it goes past the end of the device. This prevents various adverse impacts of issuing i/o's for data past the end of the device. Repeatedly requested by todd@. ok weingart@ deraadt@ CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/06/14 18:43:23 Modified files: sbin/bioctl : bioctl.c Log message: When generating a new volume, ask the user to re-type the passphrase for verification. ok djm CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/14 18:52:26 Modified files: sys/scsi : scsi_base.c sd.c Log message: Treat SENSE_NOT_READY_INIT_REQUIRED sense errors the same as SENSE_NOT_READY_BECOMING_READY sense errors. Some devices such as USB Zip250 drives return the former when they mean the latter. Give the first TEST UNIT READY command three times the usual retries so more devices have time to get ready. This allows more removable devices to detect media details and avoid issuing 'drive offline' messages. ok marco@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/06/14 19:11:12 Modified files: distrib/sets/lists/xbase: md.hp300 Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/14 19:18:22 Modified files: sys/arch/i386/i386: amdmsr.c Added files: sys/arch/i386/include: amdmsr.h Removed files: sys/sys : amdmsr.h Log message: this should be a MD include file; discussed with matthieu CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/14 19:38:26 Modified files: usr.bin/tcpbench: tcpbench.c Log message: turd polishing (useless chatter removed), ok djm CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/14 19:41:50 Modified files: distrib/sets/lists/base: md.i386 distrib/sets/lists/comp: md.i386 distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/14 19:44:16 Modified files: mail/mail-notification: Makefile Log message: tidy whitespace CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/14 19:47:33 Modified files: www/sarg : Tag: OPENBSD_4_3 Makefile distinfo Log message: SECURITY UPDATE to sarg 2.2.5 which includes fixes for http://secunia.com/advisories/28668/ from William Yodlowsky CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/14 19:51:11 Modified files: games/mirrormagic: Makefile games/rocksndiamonds: Makefile www/p5-Apache-Gallery: Makefile graphics/p5-Image-Imlib2: Makefile Log message: - remove MAINTAINER as per his request CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/14 19:51:56 Modified files: etc : Makefile.inc etc/etc.alpha : Makefile etc/etc.amd64 : Makefile etc/etc.armish : Makefile etc/etc.aviion : Makefile etc/etc.hp300 : Makefile etc/etc.hppa : Makefile etc/etc.hppa64 : Makefile etc/etc.i386 : Makefile etc/etc.landisk: Makefile etc/etc.luna88k: Makefile etc/etc.mac68k : Makefile etc/etc.macppc : Makefile etc/etc.mvme68k: Makefile etc/etc.mvme88k: Makefile etc/etc.sgi : Makefile etc/etc.socppc : Makefile etc/etc.sparc : Makefile etc/etc.sparc64: Makefile etc/etc.vax : Makefile etc/etc.zaurus : Makefile Log message: be smarter, only write a new MAKEDEV if more than just the rcsid changed CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/14 19:52:19 Modified files: etc : Makefile Log message: clean CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/14 19:56:59 Modified files: etc : Makefile.inc Log message: minor touch CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/14 20:09:16 Modified files: lang/ruby : Tag: OPENBSD_4_3 Makefile distinfo lang/ruby/pkg : Tag: OPENBSD_4_3 PLIST-main Log message: Security update to ruby-1.8.6.114. (CVE-2008-1145) More information: http://secunia.com/advisories/29232/ from William Yodlowsky CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/14 20:24:51 Modified files: driver/xf86-video-geode/src: geode_msr.c Log message: it's not now. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/14 20:47:47 Modified files: app/cwm : calmwm.c calmwm.h conf.c font.c grab.c menu.c parse.y Removed files: app/cwm : hash.h Log message: Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font. makes the code a lot simpler. While here rearrange the font handling functions to be less shit. ok and help okan@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/14 20:49:14 Modified files: lib/libpcap : gencode.c Log message: Swap the code for a calling function and what it calls, so that the called function is in scope and a pointer is not returned via an int ok dtucker CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/14 21:09:13 Modified files: usr.bin/ftp : cmds.c util.c Log message: make further prompts work after eof, don't spam with prompts in m*() cases; ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/14 21:11:28 Modified files: usr.bin/ftp : fetch.c Log message: in debug mode (-d), hide password in the same way as command() does; ok millert@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/06/14 21:44:31 Modified files: sys/dev/usb : uvideo.c Log message: if we are trying to attach to ehci(4) notify the user to disable it because it does not support isochronous transfers yet. we hope that we can remove this as soon as possible. discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/14 21:58:38 Modified files: usr.sbin/rpc.lockd: lockd_lock.c Log message: fix filehandle comparison between NFSv2 and NFSv3 filehandles permits locking in heterogenous environments ok thib CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/14 22:03:40 Modified files: sys/nfs : nfs_subs.c nfs_serv.c nfsm_subs.h Log message: unroll the NFSMADV() macro and nuke it ok blambert@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/14 22:21:26 Modified files: usr.bin/cvs : import.c Log message: open the RCS file descriptor with O_RDONLY, like all other code does. ok tobias@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/14 22:38:52 Modified files: usr.bin/cvs : add.c commit.c cvs.h file.c rcs.c rcs.h tag.c Log message: Support the addition of new files in branches. ok joris CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/14 22:41:39 Modified files: lib/librpcsvc : nlm_prot.x shlib_version Log message: add a procedure NLM_SM_NOTIFY (in version 0), used by statd to send notifications to lockd. from NetBSD bump minor "just get it in" deraadt CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/14 22:42:12 src/usr.sbin/rpc.statd Update of /cvs/src/usr.sbin/rpc.statd In directory cvs.openbsd.org:/tmp/cvs-serv17243/rpc.statd Log Message: Directory /cvs/src/usr.sbin/rpc.statd added to the repository CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/14 22:43:20 Modified files: usr.bin/ftp : fetch.c Log message: accept empty password, since that's exactly what rfc1738 tells us to do; theo agrees, millert oks CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/14 22:43:28 Added files: usr.sbin/rpc.statd: Makefile procs.c rpc.statd.8 statd.c statd.h test.c Log message: initial import of rpc.statd, basically from NetBSD "just get it in" deraadt CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/14 22:44:06 Modified files: usr.bin/cvs : rcs.c Log message: if we are using RCS_PARSE_FULLY we can close the RCS file descriptor as soon as we are done parsing, since we no longer need it for anything. CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/14 22:44:30 Modified files: usr.sbin : Makefile Log message: enter rpc.statd CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/14 22:48:03 Modified files: usr.sbin/rpc.lockd: lockd.c lockd_lock.c procs.c Log message: add glue for rpc.lockd to talk to rpc.statd "just get it in" deraadt CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/06/14 22:49:34 Modified files: etc : rc Log message: start rpc.statd together with rpc.lockd "just get it in" deraadt CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/14 22:50:02 Modified files: lib/libpciaccess: ChangeLog configure.ac Log message: update to libpciaccess 0.10.3. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/14 22:56:00 Modified files: lib/libpciaccess: Makefile.bsd-wrapper Log message: Bump OpenBSD's libpciacces revision to be at least the version generated by the unpatched one. (libpciaccess is not currently linked to xenocara builds) CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2008/06/14 23:24:07 Modified files: sys/arch/amd64/amd64: est.c sys/dev/acpi : acpicpu.c Log message: On AMD64 running on Intel processors with EST add support for retreiving operating points from ACPI. In support of this add evaluation of the _PDC object and give it the capability flags asserting OSPM management of CPU power states. ok marco@, canacar@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/15 00:39:34 Modified files: lang/erlang : Makefile distinfo lang/erlang/pkg: PLIST Removed files: lang/erlang/patches: patch-lib_dialyzer_src_Makefile Log message: Maintenance update to R12B-3, from maintainer Jon Olsson CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/06/15 00:56:09 Modified files: sys/net : if_trunk.c if_trunk.h sbin/ifconfig : ifconfig.c sys/conf : files Added files: sys/net : trunklacp.c trunklacp.h Log message: Add 802.3ad LACP support for trunk(4). Implementation from NetBSD. Ported via FreeBSD's version in trunk^Wlagg(4). This is still work in progress. Tested with a HP ProCurve 3500. OK reyk@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/06/15 01:01:36 Modified files: geo/geos : Makefile distinfo geo/geos/pkg : PLIST Added files: geo/geos/patches: patch-source_Makefile_in Removed files: geo/geos/patches: patch-source_geom_Makefile_in Log message: update to 3.0.0 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/15 01:22:57 Log message: import lbdb, Little Brother Database is a simple email address database, originally designed for Mutt, but working with other software. It can query multiple backends, including local files of many formats, and some network sources, including finger and YP/NIS. LDAP support is available in the lbdb-ldap package. requested by marco@ Status: Vendor Tag: sthen Release Tags: sthen_20080615 N ports/databases/lbdb/Makefile N ports/databases/lbdb/distinfo N ports/databases/lbdb/patches/patch-lbdb_lib_sh_in N ports/databases/lbdb/patches/patch-lbdb_rc_in N ports/databases/lbdb/patches/patch-m_muttalias_sh_in N ports/databases/lbdb/pkg/DESCR-main N ports/databases/lbdb/pkg/PLIST-main N ports/databases/lbdb/pkg/DESCR-ldap N ports/databases/lbdb/pkg/PLIST-ldap No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/15 01:23:42 Modified files: databases : Makefile Log message: +lbdb CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/15 01:31:41 Modified files: usr.bin/mg : mg.1 Log message: How about we actually document the 230-odd functions that make up mg now? Keymaps, too. I've guaranteed to have mucked up somewhere in here, but really - this man page can't really get less useful. Modes to come. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/15 01:37:05 Modified files: sys/arch/macppc/macppc: ofw_machdep.c Log message: with powerbooks and ibooks, default to adb keyboard for console (and ddb>) ok drahn@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/15 01:53:58 Modified files: usr.bin/mg : mg.1 Log message: Typos, forgotten word CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/15 02:23:50 Modified files: usr.sbin/pkg_add/OpenBSD: PackageInfo.pm Log message: make sure installed_stem is defined when needed, prevents some weird errors. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/15 02:24:29 Modified files: usr.sbin/pkg_add: pkg_info Log message: tweak the code that finds packages to find distant stems (todo: match pkg_add code better) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/15 03:58:44 Modified files: usr.sbin/bgpctl: parser.c Log message: Fix minor mem leak in case parse_addr() fails. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/15 04:03:46 Modified files: usr.sbin/bgpd : rde.c Log message: Paranoia check. Make sure that the 2 len bytes are actually available. Another easy M hiding in my bgp source forest. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/15 04:19:21 Modified files: usr.sbin/bgpd : parse.y rde_filter.c Log message: Allow bgpd to delete more then one community per filter rule. Fixes PR5807 tested by Raphael Ho long time ago. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/15 05:08:57 Modified files: sys/dev/usb : uvideo.c Log message: Move noisy frame queueing debug messages up to debug level 2. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2008/06/15 07:19:40 Modified files: share/man/man4/man4.i386: amdmsr.4 Log message: -> CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/06/15 07:59:36 Modified files: security/ruby-openid: Makefile Log message: Fix stupid recursive PKGNAME definition, spotted by and diff wcmaier@. No cookie for me :( CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/15 09:03:48 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2008/06/15 09:31:55 Modified files: sys/arch/i386/i386: amdmsr.c Log message: When APERTURE is not defined, always return ENXIO. Suggested by mk@, ok miod@ deraadt@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/15 09:35:00 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: ipmi is working a wee bit better, but still not perfectly. let us re-enable it so that more people run it by default again, and perhaps we will get insight again into what the problem is.. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/15 10:20:07 Modified files: xserver/hw/kdrive/ephyr: Makefile.am Added files: xserver/hw/kdrive/ephyr: Xephyr.man.pre Log message: Add a man page for Xephyr, with information from the README file. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/15 10:34:08 Modified files: sys/arch/i386/conf: GENERIC Log message: Disable amdmsr(4) until the match function _ONLY_ lets it work on Geode's, and then, only people who buy them will end up with this insecure hell. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/06/15 10:37:00 Modified files: sys/dev/pci : if_em.c Log message: Don't see rx_abs_int_delay if rx_int_delay is not set. Setting rx_abs_int_delay to be non-zero when rx_int_delay is zero appears to trigger a bug elsewhere in the kernel for certain em revisions. Based on a diff from beck@. OK beck@ marco@ henning@ brad@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/15 10:55:38 Modified files: usr.bin/ssh : sshd_config.5 Log message: MaxSessions is allowed in a Match block too CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/15 10:58:40 Modified files: usr.bin/ssh : servconf.c sshd_config.5 Log message: Allow MaxAuthTries within a Match block. ok djm@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/15 10:58:57 Modified files: sys/dev/usb : uvideo.c Log message: Make frame queueing reliable by setting tsleep() priorities to 0. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/15 11:07:18 Modified files: sys/dev/usb : uvideo.c Log message: One more printf -> DPRINTF in the USB xfer callback. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/15 11:08:01 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/patches: patch-configure_in patch-etc_Makefile_in graphics/gimp/stable/pkg: PLIST Log message: update to 2.4.6 from Giovanni Bechis ok merdely@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/06/15 12:10:03 Modified files: sys/dev/usb : usb_quirks.c Log message: expand the quirk framework to enable device class match ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/15 12:30:08 Modified files: sys/dev/usb : usb_quirks.c Log message: typo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/15 12:52:58 Modified files: sbin/bioctl : bioctl.c Log message: fix usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/15 12:55:58 Modified files: share/man/man4/man4.i386: amdmsr.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/06/15 13:00:57 Modified files: sys/net : trunklacp.c trunklacp.h Log message: A bit of cleanup: - we prefer u_int*_t over uint_*t. - static is bad for debugging. - header files should not contain functions. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/15 14:06:26 Modified files: usr.bin/ssh : channels.c channels.h session.c Log message: don't call isatty() on a pty master, instead pass a flag down to channel_set_fds() indicating that te fds refer to a tty. Fixes a hang on exit on Solaris (bz#1463) in portable but is actually a generic bug; ok dtucker deraadt markus CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/15 14:30:54 Modified files: sbin/ifconfig : ifconfig.8 Log message: put carppeer in the right place; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/15 14:42:42 Modified files: usr.sbin/rpc.statd: rpc.statd.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/15 14:46:06 Modified files: share/man/man4/man4.sparc64: cmp.4 Log message: comment out cpu(4) reference, until such a time as sparc64 has such a page; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/15 14:48:34 Modified files: share/man/man5 : mk.conf.5 Log message: XENOCARA_BUILD_DRI is on by default for amd64/i386; confirmed by oga CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/15 15:01:55 Modified files: usr.bin/mg : mg.1 Log message: first pass: it would be nice if mg users read over this page and sent us any fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/15 15:17:28 Modified files: gnu/usr.sbin/sendmail/sendmail: aliases.5 sendmail.8 share/man/man7 : mailaddr.7 Log message: RFC 2822 obsoletes RFC 822; from Igor Zinovik CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/06/15 19:16:05 Modified files: sys/net : pf.c Log message: when freeing a state key sk1, look wether it is linked to another state key sk2 and reset sk2's link back to sk1 CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2008/06/15 21:24:43 Modified files: regress/sbin/pfctl: pf15.loaded pf15.optimized Log message: fix regress after scrub TOS and tagging additions; "commit it" henning@ CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2008/06/15 21:40:34 Modified files: usr.sbin/tcpdump: pfctl_osfp.c Log message: use correct struct when checking DF or INET6, ok frantzen@ months ago forgotten in one of my trees CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2008/06/15 21:45:50 Modified files: etc : ftpusers etc/mail : aliases Log message: +_rtadvd here too; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/16 02:18:39 Modified files: etc : MAKEDEV.man Makefile.inc Log message: build MAKEDEV.8's conditionally upon more than just rcsid changes also CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/06/16 02:40:57 Modified files: distrib/sets/lists/xbase: md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/16 04:15:16 Modified files: lib/libm/man : math.3 Log message: - update list of functions. add functions that have been added in the past years, including round, trunc, fmod, tgamma, finite - add missing ulp values - better descriptions for isnan/isinf - sort - remove man page column. we have mlinks so just mention man pages directly "yeah, that's the way to go" jmc@; ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/16 06:03:51 Modified files: usr.bin/ftp : cmds.c extern.h util.c Log message: fix transfer interrupting when confirmrest mode is used. change confirm() to have a 'force' argument, so that ointer/oconf dance is not needed, and to prevent further bugs like this; ok millert@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/06/16 07:22:53 Modified files: usr.bin/ssh : channels.c session.c Log message: Rename the isatty argument to is_tty so we don't shadow isatty(3). ok markus@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2008/06/16 08:33:16 Modified files: share/man/man4/man4.amd64: Makefile Added files: share/man/man4/man4.amd64: mtrr.4 Log message: add the man page for mtrr on amd64. Reminded by jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/16 09:21:10 Modified files: share/man/man4/man4.amd64: mtrr.4 share/man/man4/man4.i386: mtrr.4 Log message: missing full stops; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/16 11:38:10 Modified files: usr.bin/mg : theo.c Log message: could not resist. OK ok buddy henning CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/06/16 12:32:04 Modified files: sys/net80211 : ieee80211_crypto.c Log message: remove now useless casts since the rijndael_* protos have been constified. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/06/16 12:43:06 Modified files: sys/dev/pci : if_iwn.c if_wpi.c Log message: replace min() and max() function calls by MIN() and MAX(). MIN() and MAX() are macros that can evaluate their arguments twice but it is safe in this context. following a post from miod@ about the harmfulness of min() and max() in the kernel. CVSROOT: /cvs Module name: xenocara Changes by: mk@cvs.openbsd.org 2008/06/16 13:09:48 Modified files: app/cwm : parse.y conf.c Log message: Make this not crash when compiled with -g. Found by myself, analysis by kurt@, fix by me with input from otto. ``Just get some fix in...'' deraadt CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/06/16 13:20:11 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/16 13:56:05 Modified files: usr.bin/ftp : cmds.c ftp.1 util.c Log message: - add 'q', which does the same as eof - add '?', which will help - make use of mflag, instead of special-case interactive - change mflag++ to mflag = 1, because theoretically it can go out of range "i like it" millert@. man page help and ok jmc@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/16 14:24:51 Modified files: devel/p5-Test-Spelling: Makefile Log message: this module requires aspell, so add it to RUN_DEPENDS and bump brought to my attention by merdely@ feedback & ok okan@, merdely@, msf@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/16 14:24:54 Modified files: databases/p5-DBIx-Class-Validation: Makefile Log message: remove aspell from REGRESS_DEPENDS as p5-Test-Spelling now pulls it in; no bump required ok okan@, merdely@, msf@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/16 14:24:56 Modified files: textproc/p5-Text-Markdown: Makefile Log message: remove aspell from REGRESS_DEPENDS as p5-Test-Spelling now pulls it in; no bump required ok okan@, merdely@, msf@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/16 15:10:30 Modified files: lib/libm/noieee_src: n_lgamma.c n_log.c n_support.c n_tgamma.c Log message: fix some errors found by lint, e.g. declaration w/o types, make zero const. also do the same fix as was found for ieee's trunc by lint; ok millert@. tested on VAX CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/16 19:32:49 Modified files: sys/scsi : cd.h cd.c Log message: Nuke unnecessary re-definition of READ_CAPACITY, scsi_read_capacity, and scsi_read_cap_data as READ_CD_CAPACITY, scsi_read_cd_capacity and scsi_read_cd_cap_data respectively. No functional change as all were identical to their counterparts. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/16 19:50:33 Modified files: distrib/sets/lists/comp: md.alpha Log message: sync CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/16 23:03:29 Modified files: sys/net : if_pfsync.h Log message: Crank PFSYNC_VERSION, lots has changed in struct pfsync_state due to the state table reorg. discussed with deraadt and henning, reminded by david CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/16 23:25:33 Modified files: distrib/sets/lists/comp: md.sparc distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2008/06/16 23:56:20 Modified files: faq : current.html Log message: Mention optional pf table counters and pfsync version crank. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/17 00:38:21 Modified files: usr.bin/cvs : diff.c Log message: unbreak diff for newly added files, tsk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/17 03:19:40 Modified files: www/phppgadmin : Makefile distinfo www/phppgadmin/pkg: PLIST Log message: - upgrade to phpPgAdmin-4.2 from (and tested by) Pierre-Emmanuel Andre via Denis Chatelain (MAINTAINER) on ports@ discussed with mbalmer@ at c2k8 who was fine with the update as long as someone tested it CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/06/17 04:23:44 Modified files: . : plus.html Log message: Upto 06/14 CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/17 05:05:39 Modified files: usr.bin/cvs : cvs.c cvs.h Log message: unused vars CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/17 07:54:09 Modified files: devel/pwlib/patches: patch-configure Log message: - fix configure output no binary change CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/06/17 08:04:17 Modified files: . : cvsync.html Log message: whitespace fix CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/17 08:45:40 Modified files: net/gnugk : Makefile distinfo net/gnugk/pkg : PLIST Log message: - bugfix update to gnugk-2.2.7-3 * 2 missing NULL pointer checks * fixes a cause code translation when no Q.931 code is set * fixes possible memory leak in virtual queues on unregistered calls * checks for the new config file on a reload CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/06/17 08:57:22 Modified files: www/phppgadmin : Makefile Log message: Take maintainership, old maintainer doesn't want to maintain this anymore. Prompted by ajacoutot, thanks. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/17 09:31:02 Modified files: net/ejabberd : Makefile net/ejabberd/files: README.OpenBSD Log message: Adjust README file and bump package version. ok with viq (maintainer). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/17 09:54:50 Modified files: bin/ps : ps.1 Log message: better description of what ps without arguments does; from Pierre Riteau ok otto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/17 10:01:42 Modified files: sys/arch/i386/conf: GENERIC Log message: totally skip amdmsr until it is fixed for real CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/06/17 10:46:36 Modified files: openssh : list.html Log message: Fixed sentence. ok dtucker CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/06/17 10:48:18 Modified files: faq : current.html Log message: spacing and typos ok nick CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/06/17 10:51:40 Modified files: sys/dev/usb : uaudio.c Log message: if reading (or writing) is not supported, but the device is opened for reading (or writing), return ENXIO (Device not configured) instead of EACCES (Permission denied). ok ratchov CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/17 11:09:21 Modified files: usr.bin/cvs : trigger.c Log message: Regular expressions to match repository are allowed to have % in front. Diff by Jonathan Armani. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/17 11:15:56 Modified files: usr.bin/cvs : trigger.c Log message: Plug memory and file descriptor leaks, diff by Jonathan Armani. ok joris CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/06/17 13:30:20 Modified files: devel/cln : Makefile distinfo devel/cln/patches: patch-doc_Makefile_in devel/cln/pkg : PLIST Log message: update to cln 1.2.2 from maintainer Paul Irofti tested by merdely and sthen CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/17 14:21:17 Modified files: app/cwm : xevents.c Log message: The mousebinding code missing a break once it had found the correct binding, this expose another issue that's still being debugged. Issue pointed out by Dan Harnett, thanks! While i'm here KNF and rework the logic to not be ass-backwards. ok okan. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/06/17 14:55:48 Modified files: . : plus.html Log message: typo; Alan R. S. Bueno CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/17 14:55:48 Modified files: app/cwm : xevents.c Log message: Just rework the mouse binding calculation on event to look like the kbfunc one. Makes the code a lot easier to read. Fixes a bug i introduced in the last commit here. ok okan. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/06/17 15:18:03 Modified files: net/nmap : Makefile distinfo net/nmap/patches: patch-configure patch-nsock_include_nsock_h patch-tcpip_cc patch-zenmap_setup_py net/nmap/pkg : PFRAG.shared-main PLIST-main PLIST-zenmap Log message: update to nmap 4.65 from maintainer Giovanni Bechis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/17 15:34:32 Modified files: app/xauth : xauth.man Log message: Replace rsh with ssh in the extrace/merge example. Rsh is no more. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/17 15:52:41 Log message: Initial import of ezpublish-4.0.0. eZ Publish is a professional PHP application framework with advanced CMS (content management system) functionality. As a CMS it's most notable feature is its revolutionary, fully customizable and extendable content model. This is also what makes it suitable as a platform for general PHP development, allowing you to develop professional Internet applications fast. Standard CMS functionality, like news publishing, e-commerce and forums is already implemented and ready for you to use. Its stand-alone libraries can be used for cross-platform, database independent PHP projects. eZ Publish is database, platform and browser independent. Status: Vendor Tag: bernd Release Tags: bernd_2008-jun-17 N ports/www/ezpublish/Makefile N ports/www/ezpublish/distinfo N ports/www/ezpublish/patches/patch-design_standard_templates_setup_init_registration_tpl N ports/www/ezpublish/pkg/DESCR N ports/www/ezpublish/pkg/PLIST N ports/www/ezpublish/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/17 15:53:45 Modified files: xserver/Xext : shm.c Log message: CVE-2008-1379 - MIT-SHM arbitrary memory read. (This patch was missing form the bunch of security patches committed on june 11. noticed by brad@). CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/17 15:55:01 Modified files: www : Makefile Log message: add ezpublish CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/17 16:27:56 Log message: Initial import of jruby-1.1.2. JRuby is an 100% pure-Java implementation of the Ruby programming language. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code. help & testing kurt@, ian@ and sturm@ ok kurt@ Status: Vendor Tag: bernd Release Tags: bernd_2008-jun-18 N ports/lang/jruby/Makefile N ports/lang/jruby/distinfo N ports/lang/jruby/pkg/PLIST N ports/lang/jruby/pkg/DESCR N ports/lang/jruby/patches/patch-bin_jruby N ports/lang/jruby/patches/patch-src_org_jruby_runtime_load_LoadService_java No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/17 16:32:07 Modified files: lang : Makefile Log message: Add jruby. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/17 16:42:59 Modified files: devel/ruby-gems: Makefile distinfo devel/ruby-gems/patches: patch-lib_rubygems_commands_install_command_rb patch-lib_rubygems_dependency_installer_rb patch-lib_rubygems_install_update_options_rb patch-lib_rubygems_installer_rb patch-setup_rb devel/ruby-gems/pkg: PLIST Log message: Update to ruby-gems-1.1.1. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/17 16:54:19 Modified files: databases/ruby-activerecord: Makefile distinfo databases/ruby-activerecord/pkg: PLIST devel/ruby-actionpack: Makefile distinfo devel/ruby-actionpack/pkg: PLIST devel/ruby-activesupport: Makefile distinfo devel/ruby-activesupport/pkg: PLIST mail/ruby-actionmailer: Makefile distinfo mail/ruby-actionmailer/pkg: PLIST www/ruby-activeresource: Makefile distinfo www/ruby-activeresource/pkg: PLIST www/ruby-rails : Makefile distinfo www/ruby-rails/pkg: PLIST Log message: Update to Ruby On Rails 2.1. Tested by jcs@, thanks! CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/17 17:40:34 Modified files: app/cwm : calmwm.h conf.c cwmrc.5 xevents.c xutil.c Log message: Ignore caps lock and numlock for keyboard bindings. The way Xlib makes you do this is ugly. Also remove mod2 (numlock) and mod3 (odd) from the list of keybinding modifiers. They don't make much sense here. based on a heavily modified diff from Martynas. ok okan. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/17 17:46:49 Modified files: app/cwm : cwmrc.5 Log message: missed one mouse function noticed by oga CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/17 18:29:39 Modified files: devel/ruby-flexmock: Makefile distinfo devel/ruby-flexmock/pkg: PLIST Log message: Update to ruby-flexmock-0.8.2. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/17 18:36:11 Modified files: devel/ruby-rspec: Makefile distinfo devel/ruby-rspec/pkg: PLIST Log message: Update to ruby-rspec-1.1.4. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/06/17 18:40:50 Modified files: emulators/kqemu: Makefile Log message: update homepage, from naddy@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/06/17 18:44:19 Modified files: emulators/qemu : Makefile Log message: update homepage, from naddy@; bump pkgname (also bumped kqemu) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/17 19:26:41 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure patch-src_audio_out_Makefile_in patch-src_demuxers_demux_mpeg_pes_c patch-src_demuxers_demux_qt_c patch-src_input_Makefile_in patch-src_input_input_cdda_c patch-src_input_input_dvb_c patch-src_input_input_dvd_c patch-src_input_input_http_c patch-src_input_mms_c patch-src_libfaad_Makefile_in patch-src_libw32dll_wine_Makefile_in patch-src_post_deinterlace_Makefile_in patch-src_post_deinterlace_plugins_Makefile_in patch-src_xine-engine_Makefile_in patch-src_xine-engine_input_rip_c patch-src_xine-engine_xine_c multimedia/xine-lib/pkg: PLIST-main Removed files: multimedia/xine-lib/patches: patch-src_input_libreal_real_c Log message: update to Xine-lib 1.1.13 This release contains a security fix (buffer overflow in the NSF demuxer, CVE-2008-1878). There are also a few bug fixes, and a new JACK output plugin. ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/17 23:42:29 Modified files: usr.sbin/httpd : httpd.8 usr.sbin/httpd/htdocs/manual/misc: perf-bsd44.html usr.sbin/httpd/htdocs/manual/mod/mod_ssl: ssl_faq.html Log message: Remove references to httpd.conf-dist. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: mbalmer@cvs.openbsd.org 2008/06/18 00:29:41 Modified files: driver/xf86-video-geode/src: geode_msr.c Log message: Call FatalError() instead of ErrorF() in case the amdmsr(4) is not available or an ioctl returns an error. This properly terminates and the X server and restores the text console instead of hanging in an undefined screen mode. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/18 00:49:31 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/pkg: PLIST Log message: Postfix 2.6 20080606 snapshot ok jakob@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/06/18 01:47:20 Modified files: www/phpldapadmin: Makefile distinfo Log message: Update to PHPLDAPAdmin 1.1.0.5. From Pierre-Emmanuel André CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/18 05:18:44 Modified files: devel/sdl-net : Makefile distinfo devel/sdl-net/patches: patch-Makefile_am patch-Makefile_in patch-SDLnetsys_h devel/sdl-net/pkg: PLIST Log message: - update to sdl-net-1.2.7 - remove jolan@ from maintainer as per his request CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/18 05:43:39 Modified files: graphics/libgphoto2: Makefile distinfo graphics/libgphoto2/patches: patch-Makefile_in patch-camlibs_canon_usb_c patch-configure patch-libgphoto2_port_Makefile_in patch-libgphoto2_port_configure patch-tests_Makefile_in graphics/libgphoto2/pkg: PLIST Removed files: graphics/libgphoto2/patches: patch-camlibs_ptp2_library_c Log message: - update to libgphoto2-2.4.1 tested by landry@ (i386) and myself (macppc) "go for it if it works" espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/18 05:44:04 Modified files: graphics/gphoto2: Makefile distinfo graphics/gphoto2/patches: patch-configure graphics/gphoto2/pkg: PLIST Log message: - update to gphoto2-2.4.1 tested by landry@ (i386) and myself (macppc) "go for it if it works" espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/18 05:44:29 Modified files: graphics/gtkam : Makefile distinfo graphics/gtkam/patches: patch-Makefile_in patch-configure graphics/gtkam/pkg: PLIST Removed files: graphics/gtkam/patches: patch-src_gtkam-save_c Log message: - update to gtkam-0.1.15 following the libgphoto2 update CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/18 06:04:41 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocator.pm Log message: special-case parser so that /var/db/pkg becomes inst: during path_parse. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/18 06:05:00 Modified files: usr.sbin/pkg_add: pkg_info Log message: use path_parse to retrieve pkg_info anywhere CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/06/18 06:11:01 Modified files: infrastructure/install: make-plist Log message: don't try to resolve links for binaries, it actually makes little sense. suggestion from mike erdely and others. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/18 06:12:14 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: forgot: changed PackageLocator so that the new parse method is responsible for breaking up the next part. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/18 06:24:58 Modified files: usr.sbin/pkg_add/OpenBSD: PackageLocator.pm Log message: better standards for inst: paths. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/18 06:26:35 Modified files: . : INDEX Log message: - sync: 5166 CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/06/18 09:07:11 Modified files: misc/tmux : Makefile distinfo misc/tmux/pkg : PLIST Removed files: misc/tmux/patches: patch-tty_c Log message: Update to 0.3. Diff from MAINTAINER Nicholas Marriott , tests by Brandon Mercer and a bunch of others. "reads fine/go ahead" ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/06/18 11:13:53 Modified files: usr.bin/mg : file.c Log message: Don't free the buffer name until after you call adjustname. Fixes a segfault that occurs when you write a file to an alternate name. Introduced by yours truly in 20060406. how did it last this long? CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2008/06/18 12:08:06 Modified files: audio/xmp : Makefile Log message: Makefile typo caused xmms to be a dependency even for the no_xmms flavor. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/18 13:09:12 Modified files: app/cwm : xevents.c Log message: Revert previous "fix" it introduces new issues of its own. The problem that's causing us to lose windows is that rapid hiding and unhiding causes a backlog of X events, so we lose track of client state, and delete cc->pwin when we should not. A proper fix will arrive when it's been worked out. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/18 13:33:53 Modified files: sys/dev/usb : usbdevs Log message: Add the Logitech QuickCam Pro 9000. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/18 13:35:00 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/18 13:44:55 Log message: import contacts 0.9 Contacts is a small, lightweight addressbook that uses libebook, part of EDS. This is the same library that GNOME Evolution uses, so all contact data that exists in your Evolution addressbook is accessible via Contacts. Contacts features advanced vCard field type handling. Status: Vendor Tag: jasper Release Tags: jasper_20080618 N ports/misc/contacts/Makefile N ports/misc/contacts/distinfo N ports/misc/contacts/pkg/DESCR N ports/misc/contacts/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/18 13:46:29 Modified files: misc : Makefile Log message: - add contacts CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/18 13:50:31 Modified files: converters/libiconv: Makefile Log message: make sure that configure does not pick up a wrong prototype from a previously installed iconv CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/18 14:10:48 Added files: emulators/redhat: Makefile Makefile.inc emulators/redhat/libc5: Makefile distinfo emulators/redhat/libc5/pkg: DESCR PLIST Log message: resurrect a zombie, still needed by some other rotten vegetable noticed by naddy and ajacoutot, prodded by espie CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/18 14:11:21 Modified files: emulators : Makefile Log message: enter redhat again CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/18 14:15:54 Modified files: sys/arch/i386/i386: amdmsr.c mainbus.c sys/arch/i386/include: amdmsr.h Log message: Attach amdmsr(4) at mainbus in a way that it can be disabled in UKC or the config file, only configure the driver when we have an AMD Geode LX CPU and the graphics processor is available. mainbus part by miod, ok miod, matthieu CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/18 14:19:53 Modified files: app : Makefile Log message: Disconnect lbxproxy, xphelloworld, xplsprinters and xprehashprinterlist from the build. Those clients are not useful anymore now that the server side is not there anymore. ok krw@ mbalmer@ and others. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/18 14:24:12 Modified files: devel/gconf2 : Makefile Log message: oops, I bumped DISTNAME not PKGNAME for this file with the cairo WANTLIB sync. The package still built because gnome.port.mk overrode DISTNAME, so the end result of this mistake was that the PKGNAME didn't get bumped - missed because my test machine wasn't using PLIST_DB. Pointed out by naddy, thanks! CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/18 14:30:23 xenocara/app/xinit/privileged_startx Update of /cvs/xenocara/app/xinit/privileged_startx In directory cvs.openbsd.org:/tmp/cvs-serv12874/privileged_startx Log Message: Directory /cvs/xenocara/app/xinit/privileged_startx added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/18 14:31:51 Modified files: app/xinit : ChangeLog Makefile.am Makefile.in configure configure.ac startx.cpp xinit.c xinitrc.cpp Added files: app/xinit : org.x.startx.plist.cpp app/xinit/privileged_startx: 10-tmpdirs.cpp 20-font_cache.cpp Makefile.am Makefile.in client.c org.x.privileged_startx.plist.cpp privileged_startx.c privileged_startx.defs privileged_startx_types.h server.c Log message: update to xinit 1.1.0. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/18 14:33:15 Removed files: app/xinit : org.x.X11.plist.cpp Log message: Tis file is no longer in xinit 1.1.0. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/18 14:42:29 Modified files: app/cwm : client.c Log message: No need to map/unmap the window on hide/show since we already do the same to its parent. "makes sense" okan@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/18 14:49:46 Modified files: driver/xf86-video-apm: Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-apm/man: Makefile.in apm.man driver/xf86-video-apm/src: Makefile.am Makefile.in apm.h apm_accel.c apm_cursor.c apm_dga.c apm_driver.c apm_funcs.c apm_i2c.c apm_regs.h apm_rush.c apm_video.c Added files: driver/xf86-video-apm/src: apm_pcirename.h Log message: update to xf86-video-apm 1.2.0 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/18 15:05:28 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/06/18 15:16:39 Modified files: telephony/pjsua/patches: patch-third_party_portaudio_src_hostapi_oss_pa_unix_oss_c Log message: initialize the semaphore prior to code that might terminate early considering pjsua destroys the semaphore unconditionally found through exercising new codepaths on macppc ok deanna@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/06/18 15:41:42 Modified files: telephony/pjsua: Makefile Log message: bump pkgname after the last commit, reminded by Pierre Riteau CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/18 18:51:27 Modified files: sys/dev/pci/drm: drm_irq.c Log message: Check the right refcount so that the vblank irq has a hope of being disabled when wished. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/18 19:43:25 Modified files: sys/dev/pci/drm: drm_irq.c Log message: Don't play with the vblank refcount if we didn't increase it first. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/18 20:21:30 Modified files: app/cwm : Makefile Log message: Don't link "-lX11 -lXau -lXdmcp" twice. From Martin Toft, thanks! CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/18 22:53:21 Modified files: sys/net : if_pfsync.c Log message: Fix handling check for NAT and creation of a second pf_state_key in pfsync. Problem report and testing by david@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/06/18 23:51:17 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-Makefile patch-configure patch-qemu-doc_texi patch-vl_c Added files: emulators/qemu/patches: patch-usb-bsd_c patch-usb-linux_c patch-usb-stub_c Log message: add usb host support, from jcs@ bump pkgname CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/19 02:05:05 Modified files: sys/dev/usb : usbdevs Log message: Add a bunch of UVC compliant Logitech webcams. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/19 02:05:42 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/19 02:12:25 Modified files: sys/dev/usb : usbdevs Log message: Fix the naming of the QuickCam Notebook Deluxe entry. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/19 02:12:44 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/19 02:16:50 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: add ix(4) to GENERIC, enable it on i386. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/19 02:18:57 Modified files: sys/dev/usb : usb_quirks.c Log message: Sync USB ids. Although the Pro 5000 should be removed as it is a UVC compliant webcam. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/19 02:39:33 Modified files: sys/net : if_media.h Log message: add 10GbaseT media type, 10 Gigabit Ethernet over CAT 6 unshielded or shielded twisted pair cables. this is an upcoming standard. ok brad@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/19 02:43:55 Modified files: sys/dev/pci : if_ix.c Log message: the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/06/19 03:09:42 Modified files: audio/ruby-id3lib: Makefile devel/cutils : Makefile devel/ruby-debug: Makefile devel/ruby-debug-base: Makefile mail/msmtp : Makefile math/ginac : Makefile security/ruby-openid: Makefile sysutils/ruby-rails-app-installer: Makefile www/ap2-mod_fcgid: Makefile www/ruby-typo : Makefile Log message: update Paul Irofti's e-mail address, diff from him. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/19 03:58:40 Modified files: sys/arch/i386/i386: amdmsr.c sys/arch/i386/include: amdmsr.h Log message: Add OpenBSD CVS marker, proper type for probe function. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/19 05:33:08 Modified files: share/man/man4/man4.i386: amdmsr.4 Log message: Sync with reality and fix some typos/wording. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/19 09:27:00 Modified files: etc/etc.i386 : MAKEDEV.md Log message: sort, prompted by jmc@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/19 09:29:54 Modified files: etc/etc.i386 : MAKEDEV share/man/man8/man8.i386: MAKEDEV.8 Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/19 09:37:28 Modified files: sys/arch/i386/conf: GENERIC Log message: comment out the com4 because -- even when disabled -- it shuffles all the other com port numbers and is really really hard to diagnose. spotted by sthen CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/06/19 10:24:00 Modified files: usr.bin/printf : printf.c Log message: printf(1) does not take any options but still needs to ignore the "--" (end of options) flag. OK deraadt@ espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/19 10:46:06 Modified files: misc/contacts : Makefile Log message: oops, forgot to fix EXTRACT_SUFX, spotted by naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/19 11:43:10 Modified files: archivers/star : Makefile distinfo archivers/star/patches: patch-RULES_rules_cnf patch-rmt_rmt_1 archivers/star/pkg: DESCR PLIST Added files: archivers/star/patches: patch-RULES_cc-gcc_rul patch-RULES_mk-gmake_id Removed files: archivers/star/patches: patch-RULES_i386-openbsd-cc_rul patch-RULES_rules1_top patch-include_schily_h patch-librmt_remote_c patch-mt_Makefile patch-rmt_Makefile patch-rmt_rmt_c patch-star_names_c patch-star_star_1 Log message: Update to 1.5: "Between star-1.4 and star-1.5, there have been more changes than in the whole life of star until star-1.4." For cross-platform consistency's sake, put configuration files under ${SYSCONFDIR}/default/. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/19 12:29:06 Modified files: usr.bin/wc : wc.c Log message: do not print spurious whitespace when reading from stdin; from Bernd Ahlers with a twist from me; ok millert@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/19 13:03:25 Modified files: usr.bin/cvs : history.c Log message: Add entries to history file only if it already exists. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/19 13:04:59 Modified files: usr.bin/cvs : update.c Log message: If checkout/update -p is requested with a specific tag for a file which doesn't contain this tag, don't print head. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/19 13:16:04 Modified files: usr.bin/chpass : chpass.c util.c Log message: Moved the unset of TZ environment variable out of atot into main, removing an unused static var and test out of atot. With input by jsing and millert, ok millert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/19 14:07:04 Modified files: usr.bin/uname : uname.c Log message: knf; Mark Lumsden CVSROOT: /cvs Module name: ports Changes by: mk@cvs.openbsd.org 2008/06/19 14:40:04 Modified files: games/openttd : Makefile distinfo games/openttd/pkg: PLIST Added files: games/openttd/patches: patch-Makefile_in patch-config_lib patch-src_settings_cpp Removed files: games/openttd/patches: patch-Makefile patch-endian_check_c patch-settings_c Log message: Update to 0.6.1. ok landry CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/19 14:40:58 ports/mail/mlmmj/patches Update of /cvs/ports/mail/mlmmj/patches In directory cvs.openbsd.org:/tmp/cvs-serv29948/patches Log Message: Directory /cvs/ports/mail/mlmmj/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/06/19 14:41:12 Modified files: mail/mlmmj : Makefile Added files: mail/mlmmj/patches: patch-README_sendmail Log message: explain what needs to be done for sendmail pointed out by Darrin Chandler ok merdely@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/19 15:58:14 Modified files: app/proxymngr : Makefile.am configure.ac Log message: - Don't depend on installed lbxproxy. - Comment out the lbxproxy config in sample configuration file. problem noticed by naddy@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/19 15:58:47 Modified files: app/proxymngr : Makefile.in aclocal.m4 configure pmconfig.cpp xconfig.h.in Log message: regen CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/19 16:27:33 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_lib-imap_imap-base-subject_c patch-src_lib-storage_index_maildir_maildir-uidlist_c Log message: Two fixes for Dovecot 1.0.. - Recreate dovecot-uidlist if updating it would shrink the file more than 25%. - imap_get_base_subject_cased(): Subject trailers weren't removed correctly. From the Dovecot Mercurial repo. ok sthen@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/19 20:58:01 Modified files: lib/libpthread/uthread: uthread_sem.c Log message: Adjust the _SEM_CHECK_VALIDITY macro to detect NULL sem_t instead of segfaulting. okay marc@ todd@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/19 23:13:01 Modified files: sys/arch/i386/conf: GENERIC Log message: Re-enable amdmsr(4) now that it properly checks for AMD Geode LX CPU and the presence of the graphics processor. ok deraadt CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/19 23:24:39 Modified files: editors/vim : Makefile distinfo Log message: update to vim 7.1.315. includes some format string fixes. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/20 00:03:43 Log message: fdupes is a utility to find duplicate files in a directory hierarchy. submitted by Antti Harri "sounds like you should import it" pvalchev@ Status: Vendor Tag: ckuethe Release Tags: ckuethe_20080619 N ports/sysutils/fdupes/Makefile N ports/sysutils/fdupes/distinfo N ports/sysutils/fdupes/patches/patch-Makefile N ports/sysutils/fdupes/patches/patch-fdupes_c N ports/sysutils/fdupes/patches/patch-md5_md5_c N ports/sysutils/fdupes/pkg/DESCR N ports/sysutils/fdupes/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/20 00:04:25 Modified files: sysutils : Makefile Log message: add fdupes CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/06/20 00:23:15 Modified files: sysutils/fdupes: Makefile sysutils/fdupes/pkg: PLIST Log message: ajacoutot reminded me about the license marker and the @bin plist notation. thanks. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/20 00:33:31 Modified files: share/man/man4 : rtw.4 Log message: add missing .Re; from Alan R. S. Bueno CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/20 04:31:35 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-config_main_inc_php_dist patch-program_include_main_inc patch-program_include_session_inc mail/roundcubemail/pkg: PLIST Log message: SECURITY update to 0.2-alpha, "Replace our crappy html sanitization with the dom-based washtml script" from their commit log gives you some idea ... http://secunia.com/advisories/30734/ (advisory pointed out by viq, thanks!). Lots of other bugs fixed too. Based on a diff from Bruno Bigras. N.B. Upgrading users need to read /var/www/roundcubemail/UPGRADING CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/20 04:32:47 Added files: mail/roundcubemail/patches: patch-UPGRADING Log message: missed this file with previous commit. SECURITY update to 0.2-alpha, "Replace our crappy html sanitization with the dom-based washtml script" from their commit log gives you some idea ... http://secunia.com/advisories/30734/ (advisory pointed out by viq, thanks!). Lots of other bugs fixed too. Based on a diff from Bruno Bigras. N.B. Upgrading users need to read /var/www/roundcubemail/UPGRADING CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/06/20 04:49:42 Modified files: astro/wmspaceweather: Makefile astro/wmspaceweather/patches: patch-GetKp graphics/wmgrabimage: Makefile graphics/wmgrabimage/patches: patch-Makefile patch-wmGrabImage_c patch-wmGrabImage_wmGrabImage_1 sysutils/gkrellm/plugins/kam: Makefile textproc/libxml: Makefile Added files: graphics/wmgrabimage/patches: patch-wmGrabImage_GrabImage sysutils/gkrellm/plugins/kam/patches: patch-gkrellkam-list_5 patch-gkrellkam2_c Log message: There's a fine utility in base, called ftp. There's no reason at all that some of the ports RUN_DEPEND on wget. "Nice!" naddy@, who also went even further and made libxml not BUILD_DEPEND on wget. CVSROOT: /cvs Module name: src Changes by: ragge@cvs.openbsd.org 2008/06/20 07:08:44 Modified files: games/hunt/huntd: terminal.c Log message: Fix erroneous variadics. Ok millert@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/20 07:59:14 Modified files: usr.bin/cvs : diff.c Log message: Properly send -D arguments to server when run as a client. Issue spotted by sthen. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/20 08:04:29 Modified files: usr.bin/cvs : diff.c tag.c Log message: Properly send -D arguments to server when run as a client. Issue spotted by sthen. ok joris CVSROOT: /cvs Module name: src Changes by: ragge@cvs.openbsd.org 2008/06/20 08:17:20 Modified files: usr.sbin/wsmoused: wsmoused.h Log message: Change gcc named variadics to c99 ones. Ok otto@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/20 08:31:38 Modified files: usr.sbin/pkg_add/OpenBSD: Mtree.pm Log message: prepare to handle future extensions CVSROOT: /cvs Module name: src Changes by: ragge@cvs.openbsd.org 2008/06/20 09:21:06 Modified files: include : stdlib.h Log message: Remove obsolete (and erroneous) #if statement that caused all compilers except for gcc to get the wrong prototype. Ok millert@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/20 10:32:06 Modified files: usr.bin/cvs : admin.c Log message: admin is only allowed on files which have an entry in CVS/Entries. ok joris CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/20 12:33:45 Modified files: astro/xephem : Makefile Log message: remove duplicate call to install.man without DESTDIR CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/20 15:03:39 Modified files: sys/dev/usb : usbdevs Log message: Another uchcom product found in the Linux driver. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/20 15:05:25 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/20 15:06:58 Modified files: sys/dev/usb : uchcom.c Log message: Another uchcom product found in the Linux driver. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/20 17:00:13 Modified files: usr.bin/cvs : root.c Log message: Don't parse CVS/Root during import. ok joris CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/20 20:05:46 Modified files: sys/net : pf.c Log message: Only do state key linking on the outbound path. Fixes stateful filtering on enc0. Problem report, testing, and ok david@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/06/20 20:40:39 Modified files: sys/dev/usb : uhci.c Log message: fix probable cut and paste error when for the virtual QH link. from netbsd via dragonfly. pointed by theo. ok by many. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/21 01:15:33 Modified files: share/man/man4 : icmp.4 Log message: unreac -> unreach; from Markus Lude CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/21 01:46:46 Modified files: usr.bin/ssh : sftp.c Log message: use optopt to get invalid flag, instead of return value of getopt, which is always '?'; ok djm@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/21 02:26:19 Modified files: lib/libm/arch/vax: n_sincos.S n_sqrt.S n_support.S n_tan.S lib/libm/noieee_src: mathimpl.h n_acosh.c n_asincos.c n_asinh.c n_atan.c n_atan2.c n_atanh.c n_cabs.c n_cbrt.c n_cosh.c n_erf.c n_exp.c n_exp__E.c n_expm1.c n_floor.c n_fmod.c n_j0.c n_j1.c n_jn.c n_lgamma.c n_log.c n_log10.c n_log1p.c n_log__L.c n_pow.c n_sincos.c n_sinh.c n_support.c n_tan.c n_tanh.c n_tgamma.c lib/libm/src : b_exp__D.c e_j0.c w_scalbf.c Log message: cleaning up, no functional changes - no support for National 32000, removing ns32000/national ifdefs maze - remove tahoe defs - ansify looks fine to millert@; who also noticed rint removal CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/06/21 02:27:38 Modified files: faq : faq14.html Log message: new sentence, new line CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/21 04:34:08 Modified files: sbin/pfctl : pfctl_table.c Log message: Fix "-T expire"; clear pfra_fback on addresses before sending them back to the kernel to be deleted. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/21 05:29:25 Modified files: comms/conserver: Makefile distinfo comms/conserver/files: README.OpenBSD comms/conserver/patches: patch-conserver_Makefile_in patch-conserver_consent_c patch-conserver_cutil_c patch-conserver_group_c patch-console_console_c comms/conserver/pkg: PLIST Removed files: comms/conserver/patches: patch-configure_in patch-conserver_convert_c comms/conserver/pkg: MESSAGE Log message: Update conserver to 8.1.16, which fixes some bugs, rolls in pvalchev's strcpy->strlcpy diffs, and adds some new functionality (see http://www.conserver.com/CHANGES for more details). Our /etc/services now includes a definition for conserver, so no need to mention it in the package installation message. ok pvalchev (maintainer). CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/21 06:41:55 Modified files: usr.sbin/pkg_add/OpenBSD: CollisionReport.pm Log message: use autovivification CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/21 07:23:09 Modified files: usr.sbin/pkg_add/OpenBSD: Error.pm Log message: introduce unlink operation with nice properties CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/21 08:01:10 Modified files: usr.sbin/pkg_add: pkg_add usr.sbin/pkg_add/OpenBSD: CollisionReport.pm Dependencies.pm Log message: rework collisionreport to allow some limited repair capabilities: assuming none of the files is registered, we can assume that the package registration fails, and then we remove the files, and install the package. Then we also walk installed packages to restore dependencies that would have been erased (this is fairly simple-minded and may fail in weird cases). CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/06/21 08:05:33 Modified files: faq : current.html Log message: back on 6/9, the new user _rtadvd was added, but not included here. Diff from Xavier Venient (xavier at toutafon dot org). Thanks! CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/06/21 08:29:53 Modified files: faq : current.html Log message: reformatting. Reasonable line lengths, new sentence, new line, other misc. formatting improvements. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/21 09:39:15 Modified files: usr.bin/cvs : Makefile cvs.c util.c Added files: usr.bin/cvs : hash.c hash.h hash_func.c Log message: add a hash table mechanism based upon hcreate(3) but one that allows us to maintain multiple hash tables concurrently. immediatly start using it to keep track of what directories we have already created and what CVS dirs we already created so we do not recreate them when we do not need to. we will be switching more internals to use this soon. rejoice for cheaper lookups. ok tobias@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/21 11:49:12 Modified files: lib/libXp/src : XpJob.c Log message: Fix build on systems with getpwuid_r(). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/21 12:50:24 Modified files: sys/scsi : cd.c cd.h Log message: Eliminate cd_size() and use scsi_size() + tweaked cd_get_params() instead. We do not make use of the PMI and RELADDR bits in the READ CAPACITY command, and thus there is no difference between cd and sd capacity handling. Brings cd and sd more into line, shrinks code and makes things easier to understand. Make types for blocksize and disksize consistant and MI. Make cdopen() as silent as sdopen(). ok marco@ CVSROOT: /cvs Module name: ports Changes by: millert@cvs.openbsd.org 2008/06/21 13:39:04 Modified files: misc/py-imdb : Makefile distinfo misc/py-imdb/pkg: PFRAG.shared PLIST Log message: Update py-imdb to version 3.6 which works much better than the old version. Change maintainer to myself at Xavier's request. OK xsa@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/06/21 15:03:56 Modified files: multimedia/gstreamer-0.10/core: Makefile multimedia/gstreamer-0.10/plugins-bad: Makefile multimedia/gstreamer-0.10/plugins-base: Makefile multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/patches: patch-sys_sunaudio_gstsunaudiosink_c patch-sys_sunaudio_gstsunaudiosrc_c multimedia/gstreamer-0.10/plugins-ugly: Makefile multimedia/gstreamer-0.10/py-gstreamer: Makefile Log message: Enable the debugging subsystem. Discussed with ajacoutot@ who did not object. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/21 15:11:34 Modified files: sys/scsi : sd.c sdvar.h cd.c cd.h scsiconf.h Log message: fgsch@ points out my last commit changed the retry limit for CD capacity commands. Bump limit back to the standard 4, and at the same time eliminate SDRETRIES and CDRETRIES (both defined to 4) in favour of a new define, SCSI_RETRIES, also defined to 4. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/21 15:15:20 Modified files: sys/dev/pci : pcidevs if_msk.c Log message: add Marvell Yukon PCI id for the 88E8040T chipset. From Linux sky2/Marvell sk98lin drivers. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/21 15:16:02 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/21 15:35:27 Modified files: sys/scsi : scsi_base.c Log message: Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/06/21 15:37:01 Modified files: distrib/sets/lists/xbase: mi distrib/sets/lists/xetc: mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/06/21 16:24:45 Modified files: sys/dev/usb : usbdi.c Log message: print the correct function name. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/06/21 16:28:21 Modified files: sys/dev/usb : usb_subr.c Log message: print vendor and product in hexa on debug. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/22 07:01:33 Modified files: sys/net : pf_ioctl.c Log message: Revert 1.203; it's not safe to blindly walk the tailq instead of the rbtree for picking states to unlink as the tailq may contain unlinked states. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/22 09:18:23 Modified files: sys/arch/mvme68k/dev: vs.c Log message: One last forgotten FREE(). CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/06/22 09:52:55 Modified files: sys/sys : malloc.h Log message: remove MALLOC and FREE macros, as they are no more used in the tree. tested on non i386/amd64 archs by miod. ok miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/22 10:32:06 Modified files: sys/scsi : cd.c ch.c scsi_base.c ss.c ss_mustek.c ss_scanjet.c st.c Log message: Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, all defined to 4. Replace some magic number 4's with SCSI_RETRIES. Fix a few lines that were now too long. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/22 11:37:37 Modified files: lib/freetype : ChangeLog ChangeLog.22 Jamfile Makefile README README.CVS modules.cfg shlib_version lib/freetype/builds: detect.mk freetype.mk modules.mk toplevel.mk lib/freetype/builds/compiler: visualc.mk lib/freetype/builds/mac: ftmac.c lib/freetype/builds/unix: detect.mk freetype-config.in lib/freetype/builds/win32: ftdebug.c lib/freetype/builds/win32/visualc: freetype.dsp freetype.vcproj index.html lib/freetype/builds/win32/visualce: freetype.dsp freetype.vcproj index.html lib/freetype/devel: ftoption.h lib/freetype/docs: CHANGES INSTALL.MAC PROBLEMS VERSION.DLL release lib/freetype/docs/reference: ft2-base_interface.html ft2-basic_types.html ft2-bdf_fonts.html ft2-bitmap_handling.html ft2-cache_subsystem.html ft2-computations.html ft2-font_formats.html ft2-gasp_table.html ft2-glyph_management.html ft2-glyph_stroker.html ft2-gx_validation.html ft2-gzip.html ft2-header_file_macros.html ft2-incremental.html ft2-index.html ft2-lcd_filtering.html ft2-list_processing.html ft2-lzw.html ft2-mac_specific.html ft2-module_management.html ft2-multiple_masters.html ft2-ot_validation.html ft2-outline_processing.html ft2-pfr_fonts.html ft2-raster.html ft2-sfnt_names.html ft2-sizes_management.html ft2-system_interface.html ft2-toc.html ft2-truetype_engine.html ft2-truetype_tables.html ft2-type1_tables.html ft2-user_allocation.html ft2-version.html ft2-winfnt_fonts.html lib/freetype/include/freetype: Makefile freetype.h ftbbox.h ftcache.h ftchapters.h ftgasp.h ftglyph.h ftimage.h ftincrem.h ftlcdfil.h ftmac.h ftmodapi.h ftotval.h ftoutln.h ftrender.h ftstroke.h fttypes.h ftwinfnt.h t1tables.h ttnameid.h tttables.h tttags.h lib/freetype/include/freetype/config: ftconfig.h ftheader.h ftoption.h lib/freetype/include/freetype/internal: ftcalc.h ftdebug.h ftdriver.h ftmemory.h ftobjs.h ftrfork.h ftserv.h fttrace.h psaux.h tttypes.h lib/freetype/include/freetype/internal/services: Makefile lib/freetype/src/autofit: afcjk.c afcjk.h afglobal.c afhints.h afindic.c aflatin.c afloader.c aftypes.h lib/freetype/src/base: ftbase.c ftcalc.c ftdebug.c ftglyph.c ftlcdfil.c ftmac.c ftobjs.c ftoutln.c ftrfork.c ftstream.c ftstroke.c lib/freetype/src/bdf: bdfdrivr.c lib/freetype/src/cff: cffcmap.c cffdrivr.c cffgload.c cffgload.h cffload.c cffobjs.c cffobjs.h cffparse.c cfftypes.h lib/freetype/src/cid: cidgload.c cidriver.c lib/freetype/src/gxvalid: gxvfeat.c gxvmort1.c lib/freetype/src/lzw: ftzopen.h lib/freetype/src/otvalid: otvalid.c otvalid.h otvbase.c otvcommn.c otvcommn.h otvgdef.c otvgpos.c otvgsub.c otvjstf.c otvmod.c rules.mk lib/freetype/src/pcf: pcfdrivr.c lib/freetype/src/pfr: pfrcmap.c pfrgload.c lib/freetype/src/psaux: psconv.c psobjs.c t1cmap.c t1decode.c lib/freetype/src/pshinter: pshalgo.c pshalgo.h pshrec.h lib/freetype/src/psnames: psmodule.c lib/freetype/src/raster: ftraster.c lib/freetype/src/sfnt: sfobjs.c ttcmap.c ttload.c ttmtx.c ttsbit.c ttsbit0.c lib/freetype/src/smooth: ftgrays.c lib/freetype/src/tools: apinames.c lib/freetype/src/tools/docmaker: content.py docbeauty.py docmaker.py formatter.py sources.py tohtml.py utils.py lib/freetype/src/truetype: ttgload.c ttgxvar.c ttinterp.c ttobjs.c lib/freetype/src/type1: t1load.c t1objs.c t1parse.c t1parse.h lib/freetype/src/type42: t42parse.c lib/freetype/src/winfonts: winfnt.c Added files: lib/freetype/docs/reference: ft2-cid_fonts.html ft2-glyph_variants.html lib/freetype/include/freetype: ftcid.h lib/freetype/include/freetype/internal/services: svcid.h lib/freetype/src/base: ftcid.c lib/freetype/src/otvalid: otvmath.c Log message: Update to freetype 2.3.6. Contains security fixes for CVE-2008-1806, CVE-2008-1807 and CVE-2008-1808. Tested by many. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/22 11:47:04 Modified files: . : 3RDPARTY Log message: freetype updated CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/22 12:27:05 Modified files: net/silc-server: Makefile distinfo net/silc-server/pkg: PLIST Log message: Update to 1.1.11, fixes crashes. - Make sure client entry is not expired more than once - Fixed silc_parse_userfqdn argument check - Remove client from expired client list before deleting it "Commit that" brad@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/22 12:36:46 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-Makefile_in mail/dovecot/pkg: PLIST-server Removed files: mail/dovecot/patches: patch-src_lib-imap_imap-base-subject_c patch-src_lib-storage_index_maildir_maildir-uidlist_c Log message: upgrade to Dovecot 1.0.15. bug fix update. ok sthen@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/06/22 13:00:52 Modified files: sys/dev/usb : uhci.c Log message: correct function names on some debug and panics. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/22 14:18:18 Modified files: gnu/lib/libiberty/include: ansidecl.h Log message: Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD, as has been done for the __sentinel__ attribute, since all toolchains support it. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/06/22 14:54:51 Modified files: share/man/man8 : release.8 Log message: As discussed on ICB, do not invoke make with several targets to make sure nothing blows up ok krw@ espie@ jmc@ johan@ (who came up with the same diff) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/22 14:58:17 Modified files: sys/dev/usb : uvideo.c Log message: If no frame gets queue for a certain time, return EINVAL to the userland application which will cause it to exit instead let it stuck forever. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/22 15:02:11 Modified files: sys/arch/mips64/mips64: db_machdep.c sys/arch/sh/sh : db_trace.c Log message: Like alpha, db_stack_dump() on mips and sh needs complete frame information and can not work from a stack address only. Mention this and abort instead of printing a wrong trace. (prefer kern.splassert=3 to =2 on these platforms) CVSROOT: /cvs Module name: src Changes by: av@cvs.openbsd.org 2008/06/22 15:04:01 Modified files: usr.bin/cdio : cdio.1 cdio.c extern.h mmc.c Log message: Automatically distinguish between CD-DA track and WAVE audio file writing them in TAO mode. For WAVE files we should skip header. ok and comments by fgsch CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/06/22 15:06:14 Modified files: de : armish.html books.html cvsync.html donations.html events.html ftp.html hackathons.html i386-laptop.html i386.html index.html macppc.html sgi.html sparc64.html want.html faq/de : faq10.html faq6.html faq/fr : faq8.html faq/nl : faq10.html faq14.html faq4.html faq5.html faq6.html faq8.html faq/pf/pt : example1.html index.html faq/zh : current.html fr : alpha.html amd64.html anoncvs.html armish.html art1.html index.html it : index.html ja : index.html nl : books.html donations.html index.html plat.html smp.html openbgpd/de : ftp.html openbgpd/nl : index.html openntpd/de : ftp.html portable.html openntpd/ja : index.html openntpd/nl : index.html openssh/de : index.html list.html openssh/ja : index.html openssh/nl : index.html papers/de : index.html pt : art1.html docum.html goals.html index.html plat.html translation.html zh : 42.html anoncvs.html cvsup.html cvsync.html ftp.html index.html plat.html Added files: openssh/it : index.html Removed files: zh : plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/22 15:28:14 Modified files: games/pioneers : Makefile games/pioneers/pkg: PLIST Added files: games/pioneers/patches: patch-client_help_C_Makefile_in Log message: - don't run scrollkeeper-update on fake stage, let @exec handle this spotted by naddy@ - regen PLIST while here CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/22 15:40:36 Modified files: sys/dev/ic : acx.c Log message: Update watchdog timer code from DragonFly. From sephe@DragonFly ok mglocker@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/06/22 16:48:41 Modified files: distrib/sets/lists/xetc: md.sgi Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/22 17:03:47 Modified files: sys/dev/usb : usbdevs Log message: Add a few more QuickCam cams and touch up some of the existing entries. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/22 17:04:06 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/22 17:15:24 Modified files: sys/dev/usb : usb_quirks.c Log message: Remove the QuickCam Pro 5000 from the quirks list now that there is a UVC driver. ok robert@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/06/22 18:27:11 Modified files: sys/arch/amd64/amd64: bus_dma.c Log message: amd64s bus_dma internals use a pointer to a lastaddr variable to keep track of where it was up to when building dmamaps. that lastaddr variable is not initialised every time you start to load a dmamap, so it was using random stack garbage as state when first writing the sg list. fortunately the way it was used meant it was extremely unlikely to cause a problem, but why allow even that possibility? this inits lastaddr to 0 in all the callers of load_buffer. ok miod@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/06/22 21:46:56 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.macppc md.mvme68k md.sgi md.sparc md.sparc64 md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/22 22:58:01 Modified files: sys/dev/usb : uvideo.c Log message: Don't bzero() the USB buffer before every xfer. This was just for debug purposes. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/23 01:04:50 Modified files: usr.bin/cdio : cdio.1 Log message: new sentence, new line; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/23 01:25:54 Modified files: share/man/man4 : wsdisplay.4 Log message: trim SEE ALSO; CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2008/06/23 02:30:48 Modified files: . : events.html Log message: OpenKyiv 2008, from Sergey Prysiazhnyi via wvdputte@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/23 04:59:17 Modified files: x11/gnustep/make: Makefile distinfo x11/gnustep/make/patches: patch-Instance_framework_make Log message: - update to gnustep-make-2.0.6 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/23 04:59:37 Modified files: x11/gnustep/base: Makefile distinfo x11/gnustep/base/patches: patch-Source_NSObject_m patch-Tools_Makefile_postamble x11/gnustep/base/pkg: PLIST Added files: x11/gnustep/base/patches: patch-configure Log message: - update to gnustep-base-1.16.1 - use devel/gettext MODULE CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/23 05:00:01 Modified files: x11/gnustep/gui: Makefile distinfo x11/gnustep/gui/patches: patch-Source_NSFont_m x11/gnustep/gui/pkg: PLIST Log message: - update to gnustep-gui-0.14.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/23 05:00:18 Modified files: x11/gnustep/back: Makefile distinfo x11/gnustep/back/patches: patch-Tools_GNUmakefile_postamble x11/gnustep/back/pkg: PLIST Log message: - update to gnustep-back-0.14.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/23 05:00:46 Modified files: x11/gnustep/addresses: Makefile x11/gnustep/addresses/pkg: PLIST x11/gnustep/examples: Makefile x11/gnustep/examples/pkg: PLIST x11/gnustep/gnumail: Makefile x11/gnustep/gnumail/pkg: PLIST Log message: - regen PLIST - bump CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/06/23 06:20:16 Modified files: x11/gnome/vfs2 : Makefile x11/gnome/vfs2/patches: patch-modules_http-neon-method_c Log message: Don't use ranged GETs for broken servers, such as youtube. From gnome-vfs svn. ok ajacoutot CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/23 11:41:21 Modified files: sbin/kbd : kbd_wscons.c Log message: Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shave a few bytes off the installation media filesystems. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/06/23 11:47:46 Modified files: devel/libconfig: Makefile distinfo devel/libconfig/pkg: DESCR Log message: Update to 1.3. Diff from Markus Bergkvist , who also takes MAINTAINERship. Thanks! ok merdely@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/23 14:33:19 Modified files: lang/jruby : Makefile Log message: Replace a stupid PATH setting with the correct JAVA_HOME in MAKE_ENV. This should solve build problems noticed by naddy. help & ok kurt@ CVSROOT: /cvs Module name: src Changes by: ragge@cvs.openbsd.org 2008/06/23 14:51:08 Modified files: usr.bin/cvs : edit.c init.c remove.c watch.c Log message: Some conformance fixes: - Empty brackets forbidden in C99. - ? : and skipping middle argument is both disallowed and considered bad programming habit. OK ray@, xsa@. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/23 16:45:39 Modified files: build : support.dat Log message: add osbti.com.au, from www@ submission. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/23 16:46:09 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/23 17:16:57 Modified files: build : mirrors.dat Log message: Add openbsd.or.id ftp mirror from www@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/23 17:17:21 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/06/23 20:38:31 Modified files: devel/jdk : Makefile java.port.mk Log message: Deprecate 1.3 and 1.4 due to lack of security updates, end-of-life status or near eol, and bulk build time. This removes the limited Java support we had on arm, powerpc and sparc until such time OpenJDK/IcedTea can replace it. 1.3 and 1.4 ports directories will be removed next release to avoid bit rot. Requested by espie@ and okay by many with no objections. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/06/23 20:46:21 Modified files: databases/db/v4: Makefile devel/apache-ant: Makefile devel/ivy : Makefile devel/jakarta-servletapi: Makefile devel/maven : Makefile editors/openoffice: Makefile java/junit : Makefile textproc/xerces: Makefile www/tomcat/v4 : Makefile Log message: Bump PKGNAME due to RUN_DEPENDS change caused by 1.3 and 1.4 jdk depreciations. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/24 00:01:33 Modified files: include : stdlib.h Log message: remove recalloc; sloppy me; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/24 01:04:01 Modified files: sys/dev/usb : usbdevs Log message: - Rename the QuickCam Sphere AF to Orbit since the other Orbit MP entries also share the same id between Orbit MP and Sphere MP models. - Fix the naming of the second QuickCam Orbit MP entry. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/24 01:04:26 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/24 02:21:46 Modified files: usr.sbin/pppoe : pppoe.c Log message: missing "usage:" CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/24 02:24:57 Modified files: sys/dev/acpi : acpireg.h files.acpi Log message: Thinkpad -> ThinkPad CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/24 02:28:18 Modified files: usr.sbin/edquota: edquota.8 Log message: sort flags in synopsis to match "usage:" and style(9) CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/24 02:33:05 Modified files: sbin/growfs : growfs.c Log message: Index: src/sbin/growfs/growfs.c =================================================================== RCS file: /cvs/src/sbin/growfs/growfs.c,v retrieving revision 1.23 diff -u -p -r1.23 growfs.c --- src/sbin/growfs/growfs.c 5 Oct 2007 13:56:14 -0000 1.23 +++ src/sbin/growfs/growfs.c 4 Jun 2008 10:10:32 -0000 @@ -2227,7 +2227,7 @@ usage(void) DBG_ENTER; - fprintf(stderr, "usage: growfs [-Ny] [-s size] special\n"); + fprintf(stderr, "usage: growfs [-Nqy] [-s size] special\n"); DBG_LEAVE; exit(1); CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/24 04:43:21 Modified files: multimedia/devede: Makefile distinfo multimedia/devede/patches: patch-devede_glade patch-devede_py Log message: - small bugfix update to devede-3.9 CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/06/24 05:59:48 Modified files: distrib/miniroot: install.sub Log message: Remove leading zeros of subpart of partition's blocksize so ksh does not interpret it as octal, leading to error messages like "048" is not a number. ok krw CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/06/24 06:08:04 Modified files: mail/dkim-milter: Makefile distinfo Log message: DKIM milter v2.6.0 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/06/24 07:18:02 Modified files: mail/mailman : Makefile Log message: give MAINTAINER to mbalmer@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/24 07:52:35 Modified files: sbin/bioctl : bioctl.8 Log message: - document the raidlevels - tweak CAVEATS, as requested by marco ok hshoexer marco CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/24 08:00:01 Modified files: usr.bin/cdio : cdio.1 Log message: clarify tao's -a option; ok av fgsch CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/24 08:27:26 Modified files: lib/libc/gen : getpwent.3 getpwent.c Makefile.inc usr.bin/chpass : Makefile usr.bin/passwd : Makefile Log message: implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the entire file. much help from kurt, and tested by many CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/24 08:29:45 Modified files: lib/libc/gen : getgrent.c getgrouplist.c Log message: create a private getpwent()-like interface which does not walk the YP groups map but instead tells us that it is there. then use this interface in getgrouplist(), and do a single lookup against netid.byname instead to get all the groups associated with that user ok kurt, testing by many others CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/24 08:30:03 Modified files: lib/libc : shlib_version Log message: crank major because of two new interfaces CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/24 08:30:13 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/24 08:31:59 Modified files: include : pwd.h Log message: prototypes for getpwnam_r() and getpwuid_r() CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/24 09:07:02 Modified files: sbin/newfs : newfs.8 newfs.c Log message: - move -S and -t into the main option descriptions: they were the only options left of the old tuning list, and it makes sense to have one list now - document -T. this was requested by todd (fries), and comes largely from the description in netbsd's page of the same name ok millert otto CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/06/24 10:00:23 Modified files: mail/mailman : Makefile Log message: bump pkgname when changing maintainer CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/24 10:04:23 Removed files: devel/nasm/patches: patch-rdf2bin.c Log message: zap empty patch, spotted by Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/24 10:08:34 Modified files: comms/conserver: Makefile Removed files: comms/conserver/pkg: UNMESSAGE Log message: since I removed MESSAGE, UNMESSAGE should go too. package bumped. ok pvalchev CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/24 12:37:25 Modified files: net/curl : Makefile distinfo net/curl/patches: patch-docs_examples_Makefile_in patch-src_Makefile_in patch-tests_libtest_Makefile_in patch-tests_server_Makefile_in net/curl/pkg : PLIST Removed files: net/curl/patches: patch-Makefile_in patch-docs_examples_anyauthput_c Log message: update to 7.18.2 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/24 12:44:42 Modified files: x11/py-qt4 : Makefile x11/py-qt4/pkg : PLIST-main Log message: Define INSTALL_ROOT so we don't write outside of $DESTDIR during the fake stage, and update plist. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/24 14:28:01 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile patch-git-gui_git-gui_sh patch-gitweb_gitweb_perl devel/git/pkg : PLIST-main PLIST-x11 Added files: devel/git/patches: patch-t_t9117-git-svn-init-clone_sh Log message: Update to git-1.5.6. Tested by Daniel Dickman, Brad Walker and sturm@. Thank you! CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/24 14:34:07 Modified files: x11/gnome/gedit: Makefile distinfo x11/gnome/gedit/patches: patch-plugins_externaltools_data_Makefile_in x11/gnome/gedit/pkg: PLIST Log message: Update to gedit-2.22.3. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/06/24 14:34:46 Modified files: x11/gnome/gedit-plugins: Makefile distinfo x11/gnome/gedit-plugins/pkg: PLIST Log message: Update to gedit-plugins-2.22.2. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/24 15:24:03 Modified files: sys/arch/alpha/include: vmparam.h sys/arch/amd64/include: vmparam.h sys/arch/arm/include: vmparam.h sys/arch/i386/include: vmparam.h sys/arch/sh/include: vmparam.h sys/arch/sparc/include: vmparam.h sys/arch/vax/include: vmparam.h sys/arch/sh/sh : trap.c Log message: On user/kernel shared page table machines, do not let processes map their own page 0, as discussed with miod (and many others previously, including art and toby). On sparc, make this __LDPGSZ because PAGE_SIZE is non-constant ok miod tedu CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/24 17:02:42 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Fixed a problem that would cause errors (especially when in low memory systems) because the RX chain was corrupted when an mbuf was mapped to an unexpected number of buffers. From davidch@FreeBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/24 17:09:42 Removed files: usr.sbin/httpd/conf: access.conf-dist highperformance.conf-dist srm.conf-dist Log message: Garbage collect some unused nor relevant config files. They're either empty stubs (access.conf-dist/srm.conf-dist) or poor example configs for "high performance" which users are much better served by actually reading the documentation and understanding what they're doing. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/24 18:52:47 Modified files: app/cwm : kbfunc.c Log message: Stop keyboard move moving the window utterly off the screen. If that happens there's no way to get it back. Also, stop resize making a windows size negative or zero. X does not like that one bit. Diff from Martynas. Ok okan@. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/24 18:55:53 Modified files: sys/crypto : idgen.c idgen.h Log message: implement automatic time-based rekeying (every 10 minutes); ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/24 19:09:09 Modified files: app/cwm : calmwm.c cwm.1 Log message: Sort flags. From Pierre Riteau, thanks! ok okan@. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/24 20:45:23 Modified files: lib/csu/sparc64: crt0.c Log message: Make pic compatiable. From and okay drahn@ no objection miod@ "Slackers!" deraadt@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/24 20:47:59 Modified files: lib/csu/amd64 : Makefile lib/csu/i386 : Makefile lib/csu/powerpc: Makefile lib/csu/sparc64: Makefile Log message: Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc, sparc64. The rest will come later. okay drahn@ no objection miod@ "Get it in" deraadt@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/06/24 20:51:08 Modified files: libexec/ld.so/ldd: ldd.c Log message: Make ldd grok pie binaries. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/24 22:46:36 Modified files: share/man/man4 : uvideo.4 Log message: Add various Logitech QuickCam's which are known to be UVC class devices. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/25 01:35:49 Modified files: distrib/sets/lists/comp: md.amd64 md.i386 md.macppc Log message: sync CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/06/25 03:37:03 Modified files: www/liferea : Makefile distinfo www/liferea/pkg: PLIST Log message: update to liferea-1.4.16b; from maintainer Wiktor Izdebski ok sthen@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/25 05:13:43 Modified files: usr.bin/ssh : key.c Log message: add key length to visual fingerprint; zap magical constants; ok grunk@ djm@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/06/25 05:35:22 Modified files: . : plus.html Log message: upto 06/23 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/25 06:42:59 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: much better url parser. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/06/25 07:05:56 Modified files: multimedia/gstreamer-0.10/plugins-base: Makefile Log message: Adjust LIB_DEPENDS-gnome for recent gnomevfs fix; bump PKGNAME-gnome. ok kurt@, ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/25 07:39:47 Modified files: etc/etc.amd64 : MAKEDEV.md Log message: sort; ok todd CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/25 07:41:09 Modified files: etc/etc.amd64 : MAKEDEV share/man/man8/man8.amd64: MAKEDEV.8 Log message: regen; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/25 08:10:38 Modified files: distrib/sets/lists/comp: md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/06/25 08:51:27 Modified files: include : pwd.h lib/libc/gen : getpwent.c usr.sbin/pwd_mkdb: pwd_mkdb.c Log message: Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for the buffer size. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/06/25 08:54:44 Modified files: lib/libc/gen : sysconf.c sysconf.3 sys/sys : unistd.h Log message: Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX, and _SC_THREAD_SAFE_FUNCTIONS for sysconf(3). OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/06/25 08:58:54 Modified files: include : unistd.h lib/libpthread/include: pthread.h Log message: Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112 now that we support all the _r functions required by POSIX 1003.1-2001. Also define _POSIX_REENTRANT_FUNCTIONS. OK kurt@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/25 09:09:32 Modified files: usr.bin/gprof : gprof.c Log message: split test for __sparc__ into __sparc__ and __sparc64__ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/25 09:15:16 Modified files: usr.sbin/eeprom: eehandlers.c Log message: no need for sparc/sparc64 ifdefs, since this file is sparc only CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/25 09:26:33 Modified files: gnu/usr.bin/cvs/src: import.c Log message: handle sparc64 seperately; ok miod CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/25 09:26:44 Modified files: sys/kern : subr_disk.c sbin/disklabel : disklabel.c sys/arch/i386/stand/installboot: installboot.c sys/arch/i386/stand/libsa: biosdev.c sys/arch/amd64/stand/installboot: installboot.c sys/arch/amd64/stand/libsa: biosdev.c Log message: allow to install and boot the OpenBSD A6 partition and disklabel in an extended DOS partition. the concept of extended partitions is very simple, it is just another mbr at the partition offset (well, the standard "EBR" is a linked list with a few limitations, but this diff works with both variants). this diff has been in the snapshots for a while. with input from weingart@ and krw@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/25 09:27:34 Modified files: sys/arch/i386/conf: GENERIC files.i386 share/man/man4 : pci.4 share/man/man4/man4.i386: Makefile Added files: sys/arch/i386/pci: auglx.c share/man/man4/man4.i386: auglx.4 Log message: auglx(4) is an audio(4) driver for the AC'97 audio codec found on some AMD Geode LX systems with CS5536 companion chip. It works similar to auich(4) and auixp(4), but the hardware dependent parts are quite different. Tested with various PC-Engines ALIX boards (1B, 3C3) and a WebDT 186 board. feedback many, ok deraadt & jmc (documentation) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/06/25 09:32:18 Modified files: sys/arch/i386/stand/libsa: biosdev.c sys/arch/amd64/stand/libsa: biosdev.c Log message: this diff changes the bootloader to skip the CHS sanity check if LBA (EDD) is found and OK. it will also fix chainloading into OpenBSD from grub in a few scenarios where grub doesn't report the CHS correctly but the LBA. and we don't need CHS if there is LBA. this has been in the snapshots for a while. with input from weingart@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/25 09:48:24 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/25 09:54:12 Modified files: lib/libc/rpc : xdr_float.c Log message: Change a very long selective list of all architectures which do IEEE into just handling the vax different (just vax for now, 'cause tahoe might even be too legacy for Miod) ok miod CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/25 10:55:14 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/06/25 11:43:09 Modified files: sys/dev : softraid.c softraid_crypto.c softraidvar.h Log message: use pools for the uio and iovec allocations in sr_crypto_getcryptop() instead of malloc; OK hshoexer@ and macro@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/25 11:45:07 Modified files: lib/libc/gen : sysconf.3 Log message: `Li' needs an argument; CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/25 11:49:31 Modified files: lib/libm/noieee_src: n_cabs.c n_floor.c n_j1.c n_jn.c n_pow.c n_sincos.c n_support.c n_tan.c lib/libm/src : b_exp__D.c Log message: - expressions such as x != x and x == x are prone to errors and ugly, when we have isnan and isinf - no need to check for _IEEE, when checking for not-a-number - remove some impossible checks - while here, drem->remainder, as drem is just an obsolete alias now ok millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/25 11:52:18 Modified files: share/man/man4 : pci.4 Log message: sync Nd for auglx; CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/25 12:07:00 Modified files: usr.bin/ftp : cmds.c cmdtab.c extern.h ftp.1 ftp.c Log message: - fix -Wall (no behavior change, a || b && c = a || (b && c) anyway) - use argv[0] for "Confirm with", as other confirm()s do - fix confirm cases, pass force=1 for mdelete and mabort too, fixes a bug when you end up deleting all files when you ^C, instead of getting a confirmation - add reput command, that will allow to continue transfer uploads - add -c for mget and mput, that will allow to continue multiple transfers - fix a bug when you use restart command together with put. the progressmeter would start from zero, and eta would show fictional time. this actually allows reput/put -c to have correct progressmeter too - document everything discussed with, suggestions, reminded to ifdef SMALL the code so we're able to fit in floppies, and ok millert@, and jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/25 12:21:48 Modified files: sys/dev/ic : aic79xx.c aic7xxx.c Log message: do not print scsi id, since scsibus does that now; ok krw CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/25 12:31:07 Modified files: sbin/disklabel : disklabel.8 disklabel.c editor.c extern.h Log message: In interactive mode, always suggest offsets and sizes inside the OpenBSD area and change the 'p' command to only print the boundaries and size of the OpenBSD area and the free space within that area. Introduce a 'l' command to print the header only. With krw@; ok krw@ deraadt@; jmc@ for the man page bits CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/25 12:54:06 Modified files: sys/arch/i386/pci: pchb.c sys/arch/amd64/pci: pchb.c sys/dev/pci : agp.c agp_i810.c Log message: Support the Intel G35 which apparently works similarly to the 965. Initial information, half the diff, and testing from Andrew Lutomirski, thanks! CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/06/25 15:15:19 Modified files: usr.bin/ftp : cmdtab.c cookie.c extern.h fetch.c ftp.c ftp_var.h main.c ruserpass.c util.c Log message: in resume mode, pass -c to mget when {dir,file}hasglob, so that i'm able to continue multiple transfers with -C; ok millert@ while here fix some comments (!SMALL vs. SMALL stuff), and add missing CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/25 16:05:21 Modified files: sys/arch/hppa/conf: ld.script Log message: Move .rodata 512KB further, since kernels will soon reach the address .rodata is currently linked at. This should eventually be replaced with a proper alignment construct in the ld script, but it's too hot and too late to do this correctly and I need a kernel that links (containing stuff to reach a cvs tree near you reasonably soon). CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/25 16:37:30 Modified files: app/cwm : calmwm.h client.c conf.c Log message: Actually grab the correct mouse buttons for a window, instead of doing the old hardcoded ones (which now can be wrong). tested by todd@ and johan@. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/25 16:38:36 Modified files: app/cwm : conf.c cwmrc.5 Log message: Support shift in mouse bindings. There's really no reason not to. tested by johan@ and todd@. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/25 16:40:27 Modified files: app/cwm : conf.c cwmrc.5 Log message: Support mod4 (windows key) in mouse bindings too. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/06/25 16:44:42 Modified files: app/cwm : calmwm.h conf.c cwm.1 cwmrc.5 mousefunc.c Log message: Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3, so it's hard to press by accident, but there if you need it. requested (in a way) and tested by johan and todd. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/06/25 18:01:51 Modified files: usr.sbin/bgpd : session.c Log message: fatalx instead of fatal because errno is not set of pipe is closed. OK henning CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/06/25 18:42:16 Modified files: x11/qt4 : Makefile Log message: Fix type for FULLPKGPATH-html ok espie CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/06/25 19:25:33 Modified files: devel/nasm : Makefile distinfo devel/nasm/patches: patch-doc_Makefile.in devel/nasm/pkg : PLIST Log message: update to 2.03.01 from Gallon Sylvestre - thanks! ok merdely@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/25 19:28:48 Modified files: sys/arch/i386/conf: GENERIC Log message: Typo, CMD -> AMD CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/25 21:56:20 Modified files: sys/net : pf.c Log message: Fix sticky-address on rdr; With the current nat code, we always use the same address in the NATed state key for translation regardless of direction. Report and testing by david@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/06/25 23:42:21 Modified files: distrib/alpha/common: install.md distrib/amd64/common: install.md distrib/armish/ramdisk: install.md distrib/hp300/ramdisk: install.md distrib/i386/common: install.md distrib/landisk/ramdisk: install.md distrib/luna88k/ramdisk: install.md distrib/mac68k/ramdisk: install.md distrib/macppc/ramdisk: install.md distrib/miniroot: install.sh install.sub distrib/mvme68k/ramdisk: install.md distrib/mvme88k/ramdisk: install.md distrib/mvmeppc/ramdisk: install.md distrib/sgi/ramdisk: install.md distrib/socppc/ramdisk: install.md distrib/sparc : install.md distrib/sparc64/common: install.md distrib/vax : install.md distrib/zaurus/ramdisk: install.md games/backgammon/backgammon: backlocal.h include : cpio.h getopt.h nl_types.h re_comp.h tar.h wchar.h lib/libarch/amd64: amd64_get_ioperm.2 amd64_get_ioperm.c amd64_iopl.2 amd64_iopl.c amd64_set_ioperm.c amd64_vm86.2 amd64_vm86.c lib/libarch/i386: i386_get_ioperm.2 i386_get_ioperm.c i386_iopl.2 i386_iopl.c i386_set_ioperm.c i386_vm86.2 i386_vm86.c lib/libc/arch/arm/gen: byte_swap_2.S byte_swap_4.S ldexp.c lib/libc/arch/arm/softfloat: fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c lib/libc/arch/arm/string: _memcpy.S bcopy.S bzero.S memcpy.S memmove.S lib/libc/arch/powerpc/gen: fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c lib/libc/arch/sh/string: ffs.S lib/libc/arch/sparc64/fpu: fpu_extern.h lib/libc/arch/sparc64/gen: ldexp.c lib/libc/gen : fpgetmask.3 lockf.3 lockf.c lib/libc/locale: setrunelocale.c lib/libc/net : inet_net.3 lib/libc/nls : catclose.c catgets.c catopen.c lib/libc/softfloat: fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c lib/libc/stdlib: hcreate.3 lib/libc/sys : mlockall.2 lib/libc/time : strptime.3 strptime.c lib/libc/yp : ypclnt.3 lib/libedit : editline.3 editrc.5 read.h readline.c lib/libedit/readline: readline.h lib/libkvm : kvm_proc.c lib/libm/arch/alpha: s_copysign.S s_copysignf.S lib/libossaudio: ossaudio.3 ossaudio.c soundcard.h lib/libpthread/arch/sh: _atomic_lock.c lib/librthread/arch/sh: _atomic_lock.c lib/libutil : getmaxpartitions.3 getmaxpartitions.c getrawpartition.3 getrawpartition.c opendisk.3 opendisk.c pidfile.3 pidfile.c libexec/makewhatis: makewhatis.8 regress/lib/libc/popen: popen.c regress/lib/libc/time/strptime: main.c regress/lib/libskey: skeytest.c regress/sys/kern/sysvmsg: msgtest.c regress/sys/kern/sysvsem: semtest.c regress/sys/kern/sysvshm: shmtest.c regress/sys/kern/unfdpass: unfdpass.c regress/sys/uvm/misc: misc.c sbin/atactl : atactl.8 atactl.c sbin/ccdconfig : ccdconfig.8 ccdconfig.c pathnames.h sbin/fsdb : fsdb.8 fsdb.c fsdb.h fsdbutil.c sbin/ifconfig : ifconfig.c sbin/iopctl : iopctl.8 iopctl.c sbin/mount_vnd : pkcs5_pbkdf2.c pkcs5_pbkdf2.h sbin/raidctl : raidctl.8 raidctl.c sbin/wsconsctl : display.c keyboard.c keysym.c map_parse.y map_scan.l mouse.c util.c wsconsctl.8 wsconsctl.c wsconsctl.h share/man/man4 : audio.4 auixp.4 auvia.4 azalia.4 bce.4 cardbus.4 clcs.4 clct.4 eap.4 ec.4 eg.4 ehci.4 el.4 emu.4 ess.4 exphy.4 fpa.4 gentbi.4 gre.4 icsphy.4 ifmedia.4 inphy.4 iop.4 iophy.4 iopsp.4 lc.4 lm.4 lxtphy.4 mii.4 mpu.4 ne.4 nsphy.4 ohci.4 opl.4 pcmcia.4 pcscp.4 pppoe.4 qsphy.4 raid.4 sbus.4 sequencer.4 sm.4 sqphy.4 stge.4 stp.4 tcic.4 tlphy.4 tqphy.4 uaudio.4 ubsa.4 ucom.4 ucycom.4 udsbr.4 uftdi.4 ugen.4 uhci.4 uhid.4 uhidev.4 uipaq.4 ukbd.4 ukphy.4 ulpt.4 umass.4 umct.4 umidi.4 umodem.4 ums.4 upl.4 uplcom.4 urio.4 url.4 usb.4 uscanner.4 usscanner.4 uvisor.4 uvscom.4 uyap.4 vlan.4 we.4 wscons.4 wsmux.4 share/man/man4/man4.alpha: apecs.4 cia.4 intro.4 irongate.4 lca.4 mcbus.4 mcpcia.4 tcasic.4 tsc.4 share/man/man4/man4.hp300: dio.4 nhpib.4 share/man/man4/man4.i386: elansc.4 gus.4 sb.4 share/man/man4/man4.mac68k: zsc.4 share/man/man4/man4.macppc: awacs.4 tpms.4 share/man/man4/man4.sgi: intro.4 macebus.4 share/man/man4/man4.sparc: cgeight.4 cgfour.4 cgtwo.4 tcx.4 share/man/man7 : script.7 share/man/man8 : compat_osf1.8 share/man/man9 : audio.9 autoconf.9 bus_dma.9 bus_space.9 disklabel.9 extent.9 fork1.9 knote.9 lock.9 log.9 malloc.9 mi_switch.9 microtime.9 namei.9 physio.9 pool.9 ppsratecheck.9 printf.9 psignal.9 rasops.9 ratecheck.9 tsleep.9 uiomove.9 vfs.9 vnsubr.9 sys/arch/alpha/alpha: cpu.c cpuconf.c debug.s dec_1000a.c interrupt.c ipifuncs.c locore.s machdep.c multiproc.s pmap.c sys_machdep.c trap.c sys/arch/alpha/dev: bus_dma.c sgmap_common.c sgmap_typedep.c sgmap_typedep.h sgmapvar.h sys/arch/alpha/include: atomic.h bwx.h cpu.h intr.h lock.h pmap.h pte.h sysarch.h sys/arch/alpha/isa: isadma_bounce.c isapnp_machdep.c isapnp_machdep.h sys/arch/alpha/pci: apecs.c apecs_dma.c cia.c cia_dma.c irongate.c irongate_bus_io.c irongate_bus_mem.c irongate_dma.c irongate_pci.c irongatereg.h irongatevar.h lca.c lca_dma.c mcpcia.c mcpcia_dma.c pci_1000.c pci_1000.h pci_1000a.c pci_1000a.h pci_550.c pci_eb164.c pci_eb64plus.c pci_sgmap_pte64.c pci_sgmap_pte64.h pci_up1000.c pci_up1000.h sio_pic.c sys/arch/alpha/tc: ioasic.c tc_dma.c tc_dma_3000_300.c tc_dma_3000_300.h tc_dma_3000_500.c tc_dma_3000_500.h tc_sgmap.c tc_sgmap.h sys/arch/amd64/amd64: amd64errata.c apic.c bus_dma.c bus_space.c cacheinfo.c cpu.c db_memrw.c gdt.c ioapic.c ipi.c ipifuncs.c lapic.c machdep.c mpbios.c mptramp.S process_machdep.c softintr.c sys_machdep.c syscall.c trap.c sys/arch/amd64/include: apicvar.h bus.h cpufunc.h cpuvar.h frame.h gdt.h i82093reg.h i82093var.h i82489reg.h i82489var.h intr.h isa_machdep.h loadfile_machdep.h lock.h mcontext.h mpbiosreg.h mpbiosvar.h mtrr.h pcb.h pio.h userret.h sys/arch/amd64/isa: isa_machdep.c sys/arch/amd64/pci: pchb.c pci_machdep.c pcib.c sys/arch/amd64/stand/libsa: pxe_net.c pxe_net.h pxe_netif.h sys/arch/arm/arm: bus_dma.c syscall.c sys/arch/arm/include: bus.h isa_machdep.h lock.h sys/arch/arm/sa11x0: sa1111_reg.h sa11x0_ostreg.h sa11x0_reg.h sa11x0_var.h sys/arch/armish/dev: com_obio.c sys/arch/armish/include: loadfile_machdep.h sys/arch/armish/stand/boot: clock.c devopen.c pciide.c wd.c wdc.c sys/arch/aviion/dev: if_le_syscon.c sys/arch/hp300/dev: apci.c apci_subr.c apcivar.h dio.c diodevs diodevs.h diodevs_data.h dioreg.h diovar.h frodo.c intio.c intiovar.h sys/arch/hp300/hp300: bus_space.c db_memrw.c intr.c sys/arch/hp300/include: autoconf.h bus.h hp300spu.h hpux_machdep.h intr.h sys/arch/hp300/stand/common: apci.c dnkbd.c kbd.c kbdconf.c sys/arch/hp300/stand/include: kbdvar.h sys/arch/hppa/gsc: gsckbd.c gsckbdmap.c sys/arch/hppa/include: loadfile_machdep.h sys/arch/hppa64/include: loadfile_machdep.h sys/arch/i386/eisa: eisa_machdep.c sys/arch/i386/i386: amd64errata.c apic.c apicvec.s cpu.c gdt.c in_cksum.s ioapic.c ipifuncs.c kgdb_machdep.c lapic.c lock_machdep.c machdep.c mpbios.c mptramp.s softintr.c vm86.c sys/arch/i386/include: apicvar.h atomic.h bus.h cpuvar.h gdt.h i82093reg.h i82093var.h i82489reg.h i82489var.h loadfile_machdep.h lock.h mpbiosreg.h mpbiosvar.h vm86.h sys/arch/i386/isa: isa_machdep.c isa_machdep.h isapnp_machdep.c isapnp_machdep.h sys/arch/i386/pci: amd756.c elan520.c elan520reg.h opti82c558.c opti82c700.c pchb.c pci_intr_fixup.c pci_machdep.c pcib.c pcibios.c pcic_pci_machdep.c piix.c piixpcib.c piixvar.h sis85c503.c via8231.c via82c586.c sys/arch/i386/stand/libsa: pxe_net.c pxe_net.h pxe_netif.h sys/arch/landisk/dev: obio.c obiovar.h wdc_obio.c sys/arch/landisk/include: autoconf.h bus.h intr.h loadfile_machdep.h sys/arch/landisk/landisk: autoconf.c locore.S machdep.c mainbus.c sys/arch/landisk/stand/xxboot: boot1.c sys/arch/luna88k/dev: if_le.c lcd.c lunafb.c lunaws.c omrasops.c sio.c siotty.c siovar.h spc.c timekeeper.c timekeeper.h sys/arch/luna88k/include: bus.h sys/arch/luna88k/luna88k: clockvar.h isr.c isr.h mainbus.c sys/arch/m68k/m68k: copypage.s m68k_machdep.c pmap_motorola.c sys/arch/mac68k/dev: obio.c obiovar.h sys/arch/mac68k/include: bus.h sys/arch/mac68k/mac68k: bus_space.c intr.c mainbus.c sys/arch/macppc/dev: esp.c wdc_obio.c sys/arch/macppc/include: loadfile_machdep.h sys/arch/macppc/macppc: dma.c sys/arch/macppc/pci: pchb.c sys/arch/macppc/stand: ofwmagic.S sys/arch/mvme68k/include: hpux_machdep.h sys/arch/mvme88k/include: loadfile_machdep.h sys/arch/mvme88k/mvme88k: bus_dma.c sys/arch/mvmeppc/include: bus.h bus_mi.h loadfile_machdep.h sys/arch/mvmeppc/isa: isa_machdep.c sys/arch/mvmeppc/mvmeppc: bus_dma.c bus_space.c sys/arch/mvmeppc/pci: pchb.c pcib.c sys/arch/powerpc/include: lock.h sys/arch/sgi/include: loadfile_machdep.h sys/arch/sgi/stand/sgivol: sgivol.c sys/arch/sh/dev: shb.c sys/arch/sh/include: cache.h cache_sh3.h cache_sh4.h clock.h cputypes.h devreg.h intr.h lock.h locore.h mmu.h mmu_sh3.h mmu_sh4.h pcb.h pmap.h pte.h spinlock.h trap.h vmparam.h sys/arch/sh/sh : cache.c cache_sh3.c cache_sh4.c clock.c cpu.c devreg.c genassym.cf interrupt.c locore_c.c locore_subr.S mmu.c mmu_sh3.c mmu_sh4.c pmap.c sh_machdep.c vectors.S sys/arch/socppc/include: loadfile_machdep.h sys/arch/socppc/socppc: dma.c sys/arch/socppc/stand/boot: clock.c devopen.c pciide.c wd.c wdc.c sys/arch/sparc/dev: fd.c si.c stp_sbus.c tctrl.c tctrlvar.h tcx.c tcxreg.h ts102reg.h zs.c zs_kgdb.c zx.c sys/arch/sparc/include: kcore.h sys/arch/sparc/sparc: cpuvar.h kgdb_machdep.c sys/arch/sparc64/dev: fd.c fdvar.h sbus.c sbusvar.h stp_sbus.c zs.c sys/arch/sparc64/fpu: fpu_extern.h sys/arch/sparc64/include: autoconf.h boot_flag.h bus.h conf.h intr.h kcore.h loadfile_machdep.h sys/arch/sparc64/sparc64: emul.c genassym.cf ipifuncs.c machdep.c sys/arch/sparc64/stand/bootblk: genfth.cf sys/arch/sparc64/stand/installboot: installboot.c sys/arch/vax/boot/boot: netio.c sys/arch/vax/if: if_le.c sys/arch/vax/include: bus.h loadfile_machdep.h sgmap.h sys/arch/vax/qbus: dl.c sys/arch/vax/uba: uba_dma.c sys/arch/vax/vax: bus_dma.c led.c sgmap.c sys/arch/vax/vsa: asc_vsbus.c if_le_vsbus.c lcgreg.h ncr.c vsbus_dma.c sys/arch/zaurus/include: loadfile_machdep.h sys/arch/zaurus/stand/zboot: loadfile.c sys/compat/linux: linux_emuldata.h linux_exec.c linux_file64.c linux_misc.c linux_misc.h linux_sched.c linux_sched.h sys/compat/m68k4k: m68k4k_exec.h sys/compat/ossaudio: ossaudio.c ossaudio.h ossaudiovar.h sys/compat/svr4: svr4_statvfs.h svr4_types.h sys/compat/vax1k: vax1k_exec.h sys/ddb : db_elf.c sys/dev : auconv.h ccdvar.h clock_subr.h midi_if.h midisyn.c midisynvar.h mulaw.h sequencer.c sequencervar.h sys/dev/adb : akbdmap.h sys/dev/ata : satareg.h sys/dev/cardbus: ehci_cardbus.c if_atw_cardbus.c if_fxp_cardbus.c if_rtw_cardbus.c ohci_cardbus.c uhci_cardbus.c sys/dev/eisa : bha_eisa.c cac_eisa.c sys/dev/i2o : i2o.h iop.c iopio.h ioprbs.c iopreg.h iopsp.c iopspvar.h iopvar.h sys/dev/ic : adv.c adv.h advlib.c advlib.h adw.c adw.h adwlib.c adwlib.h aic6915.c aic6915.h am79900reg.h atw.c ax88190.c ax88190reg.h ax88190var.h bha.c bhareg.h bhavar.h bt463.c bt463reg.h bt463var.h bt485var.h cac.c cacreg.h cacvar.h cs4231reg.h decmonitors.c dl10019.c dl10019reg.h dl10019var.h dpt.c hme.c hmereg.h hmevar.h i82596.c i82596reg.h i82596var.h ibm561.c ibm561reg.h ibm561var.h ics2101reg.h intersil7170.h lancereg.h lsi64854.c lsi64854reg.h lsi64854var.h mk48txx.c mk48txxreg.h monitors.h mpuvar.h ncr53c9xvar.h ne2000.c ne2000var.h opl.c opl3sa3reg.h oplreg.h oplvar.h ramdac.h rtl80x9.c rtl80x9reg.h rtl80x9var.h smc83c170.c smc83c170reg.h smc83c170var.h smc91cxx.c smc91cxxvar.h tcic2reg.h wdcvar.h sys/dev/isa : bha_isa.c cs4231var.h ess_isapnp.c gus.c gus_isa.c gus_isapnp.c gusreg.h gusvar.h ics2101.c ics2101var.h if_ec.c if_ne_isa.c if_ne_isapnp.c if_sm_isa.c if_we.c isadma.c isadmavar.h isavar.h midi_pcppi.c mpu401.c opl_ess.c opl_isa.c opl_sb.c wdc_isa.c wdc_isapnp.c wss_isapnp.c sys/dev/microcode/adw: advmcode.c advmcode.h adwmcode.c adwmcode.h sys/dev/microcode/uyap: uyap_firmware.h sys/dev/mii : devlist2h.awk exphy.c gentbi.c icsphy.c icsphyreg.h inphy.c inphyreg.h iophy.c lxtphy.c lxtphyreg.h mii.c mii_bitbang.c mii_bitbang.h mii_physubr.c miidevs miidevs.h miivar.h nsphy.c nsphyreg.h nsphyter.c nsphyterreg.h qsphy.c qsphyreg.h sqphy.c sqphyreg.h tlphy.c tlphyvar.h tqphy.c ukphy.c ukphy_subr.c sys/dev/ofw : ofw_pci.h sys/dev/pci : adv_pci.c adw_pci.c amdpm.c auvia.c auviavar.h azalia.c azalia.h azalia_codec.c bha_pci.c cac_pci.c cy82c693.c cy82c693reg.h cy82c693var.h eap.c eapreg.h ehci_pci.c emuxki.c emuxkireg.h emuxkivar.h fms.c fmsreg.h fmsvar.h i82365_pcivar.h if_atw_pci.c if_epic_pci.c if_mskvar.h if_ne_pci.c if_rtw_pci.c if_sf_pci.c if_skvar.h if_stge.c if_stgereg.h iop_pci.c ohci_pci.c opl_cmpci.c opl_eso.c opl_yds.c pci_map.c pciide_ixp_reg.h pciide_opti_reg.h pcscp.c pcscpreg.h uhci_pci.c sys/dev/pckbc : pckbd.c wskbdmap_mfii.c wskbdmap_mfii.h sys/dev/pcmcia : com_pcmcia.c esp_pcmcia.c if_cnw.c if_cnwreg.h if_ep_pcmcia.c if_sm_pcmcia.c wdc_pcmcia.c sys/dev/raidframe: rf_disks.c rf_driver.c rf_openbsd.h rf_openbsdkintf.c sys/dev/rasops : rasops.c rasops.h rasops1.c rasops15.c rasops2.c rasops24.c rasops32.c rasops4.c rasops8.c rasops_bitops.h rasops_masks.c rasops_masks.h sys/dev/sbus : be.c bereg.h bpp.c bppreg.h dma_sbus.c esp_sbus.c if_gem_sbus.c if_hme_sbus.c if_le.c if_le_lebuffer.c if_le_ledma.c lebuffer.c lebuffervar.h qe.c qec.c qecreg.h qecvar.h qereg.h sbusvar.h stp4020.c stp4020reg.h stp4020var.h zx.c zxreg.h sys/dev/tc : asc.c asc_tc.c asc_tcds.c tcds.c sys/dev/usb : ehci.c ehcireg.h ehcivar.h ezload.c ezload.h hid.c hid.h if_upl.c ohci.c ohcireg.h ohcivar.h uaudio.c uaudioreg.h ubsa.c ubt.c uchcom.c ucom.c ucomvar.h ucycom.c udsbr.c uftdi.c ugen.c uhci.c uhcireg.h uhcivar.h uhid.c uhidev.c uhidev.h uhub.c uipaq.c ukbd.c ukbdmap.c ukbdvar.h ulpt.c umass.c umass_quirks.c umass_quirks.h umass_scsi.c umass_scsi.h umct.c umct.h umidi.c umidi_quirks.c umidi_quirks.h umidireg.h umidivar.h umodem.c ums.c uplcom.c urio.c urio.h usb.c usb.h usb_mem.c usb_mem.h usb_port.h usb_quirks.c usb_quirks.h usb_subr.c usbcdc.h usbdevs usbdevs.h usbdevs_data.h usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.h usbhid.h uscanner.c usscanner.c uvisor.c uyap.c sys/dev/wscons : wskbdutil.c wsksymdef.h wsksymvar.h wsmux.c wsmuxvar.h sys/dev/wsfont : bold8x16-iso1.h bold8x16.h wsfont.c wsfont.h sys/kern : kern_kthread.c subr_extent.c subr_pool.c vfs_getcwd.c sys/lib/libkern: milieu.h softfloat-specialize.h softfloat.h sys/lib/libkern/arch/amd64: scanc.S skpc.S sys/lib/libkern/arch/arm: bcopy.S bzero.S htonl.S htons.S memcpy.S sys/lib/libkern/arch/sh: ffs.S sys/lib/libsa : loadfile.c loadfile.h loadfile_elf.c sys/net : if_gre.c if_gre.h if_media.c if_media.h if_pppoe.c if_pppoe.h sys/netinet : ip_gre.c ip_gre.h sys/nfs : nfs_kq.c sys/ntfs : ntfs_conv.c sys/scsi : sd.c sdvar.h sys/sys : extent.h kthread.h midiio.h pool.h sched.h sys/uvm : uvm_pglist.c uvm_pglist.h usr.bin/audioctl: audioctl.1 audioctl.c usr.bin/ftp : complete.c fetch.c util.c usr.bin/gencat : gencat.c usr.bin/getent : getent.1 getent.c usr.bin/hexdump: od.1 usr.bin/ipcs : ipcs.c usr.bin/midiplay: midiplay.1 midiplay.c usr.bin/mixerctl: mixerctl.1 mixerctl.c usr.bin/pkill : pkill.1 pkill.c usr.bin/stat : stat.1 stat.c usr.bin/usbhidaction: usbhidaction.1 usbhidaction.c usr.bin/usbhidctl: usbhid.c usbhidctl.1 usr.sbin/eeprom: defs.h eehandlers.c eeprom.8 main.c ophandlers.c usr.sbin/procmap: procmap.1 procmap.c usr.sbin/trpt : trpt.c usr.sbin/usbdevs: usbdevs.8 usbdevs.c usr.sbin/ypbind: ypbind.8 usr.sbin/yppoll: yppoll.8 usr.sbin/ypset : ypset.8 Log message: First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/25 23:57:54 Modified files: share/man/man5 : moduli.5 Log message: rewrite moduli(5). The old one contained quite a bit of historical and irrelevant information. It also included an advertising clause in its license which dtucker tried unsuccessfully to have rescinded, and we want OpenSSH and its related documentation to be as free as possible. feedback & ok deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/26 00:10:09 Modified files: usr.bin/ssh : sftp-server.c sftp-client.c Log message: allow the sftp chmod(2)-equivalent operation to set set[ug]id/sticky bits. Note that this only affects explicit setting of modes (e.g. via sftp(1)'s chmod command) and not file transfers. (bz#1310) ok deraadt@ at c2k8 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/26 00:59:39 Modified files: share/man/man5 : moduli.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/26 01:05:57 Modified files: usr.bin/tcpbench: Makefile tcpbench.1 tcpbench.c Log message: some minor improvements from Pierre Riteau; ok djm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/26 02:49:37 Modified files: net/telepathy : Makefile.inc net/telepathy/telepathy-spec: Makefile Log message: - fix the way CATEGORIES is propagated ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/26 02:49:37 Log message: Wireless Networking in the Developing World is a free book about designing, implementing, and maintaining low-cost wireless networks. Editions in English, Spanish, French, Arabic. * A Practical Introduction to Radio Physics * Network Design * Antennas & Transmission Lines * Networking Hardware * Security & Monitoring * Solar Power * Building an Outdoor Node * Troubleshooting * Economic Sustainability * Case Studies * Appendices * Glossary Licensed under Creative Commons Attribution-ShareAlike 3.0 Rob Flickenger et al. ok jasper Status: Vendor Tag: sthen Release Tags: sthen_20080626 N ports/books/wndw/Makefile N ports/books/wndw/distinfo N ports/books/wndw/pkg/PLIST-es N ports/books/wndw/pkg/PLIST-main N ports/books/wndw/pkg/DESCR-main N ports/books/wndw/pkg/DESCR-es N ports/books/wndw/pkg/DESCR-fr N ports/books/wndw/pkg/DESCR-ar N ports/books/wndw/pkg/PLIST-fr N ports/books/wndw/pkg/PLIST-ar No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/26 02:50:22 Modified files: books : Makefile Log message: +wndw CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/06/26 02:57:13 Modified files: distrib/notes/i386: hardware Log message: Mention Geode LX audio CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/26 03:19:40 Modified files: usr.bin/ssh : dh.c dh.h moduli.c Log message: when loading moduli from /etc/moduli in sshd(8), check that they are of the expected "safe prime" structure and have had appropriate primality tests performed; feedback and ok dtucker@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/06/26 03:31:53 Modified files: . : i386.html Log message: Mention auglx(4) here, too. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/26 04:21:03 Modified files: sysutils/flyback: Makefile sysutils/flyback/patches: patch-flyback_py sysutils/flyback/pkg: PLIST Added files: sysutils/flyback/files: flyback.desktop Log message: - add .desktop file ; from jasper@ - ignore broken symlink errors so we don't crash at startup ok jasper@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/06/26 05:46:32 Modified files: usr.bin/ssh : readconf.c readconf.h ssh.1 ssh_config.5 sshconnect.c Log message: Move SSH Fingerprint Visualization away from sharing the config option CheckHostIP to an own config option named VisualHostKey. While there, fix the behaviour that ssh would draw a random art picture on every newly seen host even when the option was not enabled. prodded by deraadt@, discussions, help and ok markus@ djm@ dtucker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/26 07:14:06 Modified files: sysutils/flyback: Makefile sysutils/flyback/patches: patch-backup_backend_py Log message: - make it use the GNU version of cp(1) because flyback needs the "--link" option for its incremental backups handling ok jasper@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/26 08:46:04 Modified files: devel/xulrunner: Makefile Log message: bump -devel package too, since it depends on PKGNAME-main CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/06/26 09:06:26 src/usr.sbin/ypldap Update of /cvs/src/usr.sbin/ypldap In directory cvs.openbsd.org:/tmp/cvs-serv887/ypldap Log Message: Directory /cvs/src/usr.sbin/ypldap added to the repository CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/06/26 09:10:01 Added files: usr.sbin/ypldap: Makefile buffer.c entries.c imsg.c ldapclient.c log.c parse.y yp.c ypldap.8 ypldap.c ypldap.conf.5 ypldap.h Log message: ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a LDAP directory and thus providing support for users and groups stored in LDAP for the get{pw,gr}ent family of functions. As of now it relies on external LDAP libraries, choose the one of your liking though openldap would do fine. Not linked to the builds until some things are sorted out, having our own LDAP client code for instance, better support for group membership lookup as well. Remember to sync with the latest master.passwd and group files as well to have the _ypldap user available, which is needed. ``just get it in'' deraadt@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/06/26 09:11:08 Modified files: etc : group master.passwd Log message: add user and group needed for ypldap. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/06/26 09:13:17 Modified files: usr.sbin/ypldap: ypldap.c ypldap.h Log message: cleanup include file. remove unneeded socket cleanup. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/26 09:18:53 Modified files: usr.sbin/ypldap: Makefile Log message: must be able to get at include file CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/26 09:30:37 Modified files: usr.sbin/ypldap: Makefile Log message: seperate out the openldap stuff that will be replaced CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/26 10:08:49 Modified files: sys/dev/pci/drm: drm_vm.c Log message: Kill the ifdef maze. I've been considering doing this for months, it doesn't make getting changes to and from upstream much easier, and just makes the code hard to read. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/26 10:17:22 Modified files: etc : ftpusers Log message: add _ypldap; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/26 10:31:01 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 bio & bioctl to a couple cd based ramdisks ok deraadt@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/26 10:42:48 Modified files: sys/dev/pci/drm: drm_agpsupport.c drm_bufs.c drm_context.c drm_drawable.c drm_drv.c drm_fops.c drm_irq.c drm_memory.c drm_pci.c drm_scatter.c Log message: Kill the rest of the ifdef maze in drm_*.c I was going to do this per file, but decided all it would achieve was artificially increasing my commit count. >Kill the ifdef maze. I've been considering doing this for months, it >doesn't make getting changes to and from upstream much easier, and just >makes the code hard to read. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/26 10:57:16 Modified files: etc/mail : aliases Log message: add _ypldap; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/26 11:01:03 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c files.drm Removed files: sys/dev/pci/drm: drm_sysctl.c Log message: Kill drm_sysctl.c and all references to it. All the code was ifdefed out anyway and it wasn't really useful. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/26 11:03:58 Modified files: x11/gnome/libxklavier: Makefile Log message: - make changing the keyboard layout work. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/26 12:07:03 Modified files: sys/dev/pci/drm: drmP.h Log message: Kill the ifdefs in drmP.h too, it's meant to be os specific. While i'm here cleanup some duplicated #includes and reorder slightly. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/26 12:17:22 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c drm_fops.c drm_vm.c Log message: Since we're not ifdefed anymore, change drm_{open,close,poll,read,mmap,ioctl} into the form that cdev_decl() likes, and nuke the #defines. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/26 12:35:24 Modified files: sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_bufs.c Log message: Kill the device_t and vm_offset_t typedefs. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/06/26 13:04:42 Modified files: . : hppa.html Log message: Remove 53C720 from the unsupported list. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/26 13:33:20 Modified files: sys/dev/pci/drm: ati_pcigart.c drmP.h drm_agpsupport.c drm_auth.c drm_bufs.c drm_context.c drm_dma.c drm_drawable.c drm_drv.c drm_fops.c drm_ioctl.c drm_irq.c drm_lock.c drm_memory.c drm_pci.c drm_scatter.c drm_vm.c i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c via_drv.c Log message: Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use ``struct drm_device'' and ``struct drm_file'' respectively. Since i'm changing a lot of prototypes anyway, remove all parameter names from prototypes, in accordance with style(9) (and sanity). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/26 15:00:27 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Make video stream work properly on uhci and ohci by adding an ohci isoc xfer workaround. Improved and OK deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/26 15:11:46 Modified files: usr.bin/ssh : ssh.1 Log message: add VisualHostKey to the list of options listed in -o; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/26 15:24:34 Modified files: usr.sbin/ypldap: ypldap.8 ypldap.conf.5 Log message: tweak; CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/26 15:31:40 Modified files: usr.bin/cvs : rcs.c Log message: plug a memleak in rcs_rev_getlines() - initially noticed & diff by Igor Zinovik - but fixed in a better way by myself. ok tobias@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/26 15:49:39 Modified files: sys/arch/alpha/conf: RAMDISKBIG distrib/alpha/bsd.rd: list Log message: add bio & bioctl ok deraadt@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/06/26 17:56:26 Modified files: sys/nfs : nfs_syscalls.c Log message: Label switch statement with /* FALLTHROUGH */; inspired by two wasted hours tracking down a phantom mbuf leak. ok thib@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/26 21:17:29 Modified files: etc/etc.sgi : MAKEDEV.md Log message: fix bio major, only took a year to test CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/26 21:17:57 Modified files: etc/etc.sgi : MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/06/26 23:29:54 Modified files: sys/arch/zaurus/conf: RAMDISK sys/arch/sgi/conf: RAMDISK distrib/zaurus/ramdisk: list distrib/sgi/ramdisk: list distrib/armish/ramdisk: list Log message: add bio & bioctl ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/26 23:40:21 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/sparc64/conf: GENERIC Log message: Add uvideo(4). ok mglocker@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/06/27 00:03:08 Modified files: share/man/man4 : sf.4 sys/arch/amd64/amd64: locore.S spl.S vector.S sys/arch/arm/arm: pmap.c sys/arch/i386/pci: ali1543.c sys/arch/landisk/dev: rs5c313.c rs5c313reg.h sys/arch/landisk/landisk: clock_machdep.c sys/arch/landisk/stand/boot: scifcons.c sys/arch/sh/dev: scif.c sys/dev/ata : ata_wdc.c wd.c sys/dev/ic : atwreg.h atwvar.h wdc.c sys/dev/microcode/uyap: uyap-license sys/dev/raidframe: rf_openbsd.h usr.sbin/tcpdump: print-mobile.c Log message: More removal of clauses 3 and 4 from NetBSD licenses. OK deraadt@ and millert@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/06/27 00:06:13 Modified files: distrib/miniroot: upgrade.sh Log message: Remove clauses 3 and 4 from license copyrighted by millert, deraadt, krw, and NetBSD. OK millert, krw, and deraadt CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/06/27 00:08:43 Modified files: sys/dev/isa : aps.c Log message: Access the embedded controller according to the documentation referenced from the hdaps linux driver, and update model detection. Now works on newer thinkpad models. Suggestions from jsg@, tested by many. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/27 02:02:13 Modified files: usr.bin/cut : cut.1 cut.c Log message: sort flags; align usage output. ok jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/06/27 04:57:27 Modified files: usr.sbin/pkg_add/OpenBSD/PackageRepository: SCP.pm Log message: synch with rest of work CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/27 06:04:29 Modified files: sys/dev/pci : arc.c Log message: Hook up the blinkenleds. Lets cards like the 1261ML with SGPIO sideband on Mini SAS, control locator LEDs through bioctl. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/27 07:03:44 Modified files: x11/nx/opennx : Makefile x11/nx/opennx/pkg: DESCR Log message: > s/LPGL/LGPL/ and change "a" to "an" (this depends on the sound, > not spelling, of the following word; LGPL is pronounced Ell Gee > Pee Ell so it's a vowel sound so it's "an"). > ;-) > > ok? JAWOHL! jasper@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/06/27 07:11:11 Modified files: editors/openoffice: Makefile editors/openoffice/pkg: PLIST-java PLIST-main Removed files: editors/openoffice/patches: patch-sal_osl_unx_system_c Log message: - fix build failure caused by the addition of getpwnam_r(3) - add @bin markers to pkg lists okay robert@ CVSROOT: /cvs Module name: ports Changes by: jdixon@cvs.openbsd.org 2008/06/27 09:16:01 Log message: Hatchet is a log parsing/presentation program written for PF firewall logs, such as those found in OpenBSD. It offers a browser-based interface for quickly reviewing log events and performing deeper analysis. help from okan@ and merdely@ ok ajacoutot@ Status: Vendor Tag: jdixon Release Tags: jdixon_20080627 N ports/security/hatchet/distinfo N ports/security/hatchet/Makefile N ports/security/hatchet/pkg/DESCR N ports/security/hatchet/pkg/MESSAGE N ports/security/hatchet/pkg/PLIST N ports/security/hatchet/patches/patch-docs_INSTALL N ports/security/hatchet/patches/patch-docs_README_OpenBSD N ports/security/hatchet/patches/patch-conf_hatchet_conf N ports/security/hatchet/patches/patch-sbin_hatchart N ports/security/hatchet/patches/patch-sbin_hatchet N ports/security/hatchet/patches/patch-sbin_hatchet_mkdb No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jdixon@cvs.openbsd.org 2008/06/27 09:19:40 Modified files: security : Makefile Log message: +hatchet CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/27 11:22:15 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/arm/arm: stubs.c sys/arch/aviion/aviion: machdep.c sys/arch/hp300/hp300: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/mac68k/mac68k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mvme68k/mvme68k: machdep.c sys/arch/mvme88k/mvme88k: machdep.c sys/arch/sh/sh : sh_machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c Log message: Clear swap encryption keys before dumping a kernel image. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/27 11:23:24 Modified files: sys/kern : subr_prf.c Log message: Do not disallow kernel crash dumps on panic if swap encryption is enabled, as dumpsys() will now clear the sensitive information. ok djm@ (and dumpsys changes too) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/27 11:25:47 Modified files: sys/uvm : uvm_pglist.c Log message: uvm_pglistalloc() works by walking the physical address range it gets invoked with, trying to find free pages matching the callers requirement. However, on systems with noncontiguous memory and large gaps between segments, this is a disaster as soon as one of these gaps is hit. Rewrite the logic by iterating on the physsegs, and the on the intersection of the physseg range and the callers range. This also frees us from having to check whether a given page range crosses a physseg. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/27 11:27:58 Modified files: libexec/ld.so/sh: rtld_machine.c Log message: Remove again the old _dl_md_reloc() calls-through-plt workaround: it is no longer necessary now that libgcc is built correctly, and it caused the elfbug regress test to fail. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/27 12:50:43 Modified files: sbin/newfs : newfs.8 newfs.c Log message: documentation tweak. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/06/27 15:05:46 Modified files: usr.bin/cvs : cvs.h Log message: Bump version; we're not going to stay with 1.0 forever. ok joris CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/06/27 15:14:15 Modified files: usr.bin/cvs : cvs.h Log message: Simply the version string and nuke unecessary variables used to build it. ok joris CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/06/27 16:10:14 Modified files: net/kismet : Makefile distinfo net/kismet/patches: patch-Makefile_in patch-configure patch-gpsmap_cc patch-man_gpsmap_1 net/kismet/pkg : PLIST-gpsmap PLIST-main Removed files: net/kismet/pkg : MESSAGE-gpsmap Log message: Update to 2008-05-R1. Tests, feedback and corrections from Jim Razmus and sthen@ ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/06/27 20:50:59 Modified files: games/quake2 : Makefile games/quake2/patches: patch-src_snd_oss_c games/quake2/pkg: PLIST Removed files: games/quake2/patches: patch-src_snd_solaris_c Log message: - fix oss audio output by making sure block_size is a power of two. - drop the snd_solaris module, it's brojen and seemingly unmaintained by upstream. if the default oss output doesn't work, sdl should work ok. - regenerated PLIST brings in @bin marker ok, reminder jdixon@, claudio@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/06/27 20:54:30 Added files: games/quake2/patches: patch-configure Log message: oops, forgot to add this one CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/06/27 23:49:31 Modified files: audio/jack : Makefile distinfo audio/jack/patches: patch-config_sysdeps_atomicity_h patch-configure_ac patch-jack_pc_in patch-jackd_engine_c patch-libjack_client_c patch-tools_netsource_c audio/jack/pkg : PLIST Added files: audio/jack/patches: patch-config_sysdeps_cycles_h patch-drivers_dummy_dummy_driver_c patch-jackd_Makefile_am patch-libjack_Makefile_am Log message: maintainence update, plus - fix build on alpha by not comparing a va_list to NULL. problem noticed and fix tested by merdely@. - fix possible 100% cpu usage in full-duplex mode - fix net client/server - add @bin markers to PLIST CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/28 01:25:07 Modified files: usr.bin/ssh : PROTOCOL Log message: spelling fixes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/28 02:23:19 Modified files: x11/mxconns : Makefile distinfo x11/mxconns/pkg: PLIST Removed files: x11/mxconns/patches: patch-configure Log message: Update to latest version and fix URLs, requested by original author. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/28 02:30:00 Modified files: net/pfflowd : Makefile Log message: - mark BROKEN until djm@ fixes it suggested by and ok djm@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/28 04:54:45 Modified files: usr.sbin/inetd : inetd.8 inetd.c Log message: add an underscore to argument name. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/28 05:42:27 Modified files: x11/gnome/vfs2 : Makefile Added files: x11/gnome/vfs2/patches: patch-modules_file-method_c Log message: - fix change of file permissions, instead of error'ing, just works now :-) CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/06/28 06:34:58 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 devel/jdk/1.6 : Makefile devel/jdk/1.6/pkg: PFRAG.no-no_web-jre PFRAG.no-no_web-main PLIST-jre PLIST-main devel/jdk/1.7 : Makefile devel/jdk/1.7/pkg: PLIST-jre PLIST-main Added files: devel/jdk/1.5/patches: patch-hotspot_src_os_bsd_vm_perfMemory_bsd_cpp patch-j2se_src_solaris_native_com_sun_security_auth_module_Unix_c devel/jdk/1.6/patches: patch-hotspot_src_os_bsd_vm_perfMemory_bsd_cpp patch-j2se_src_solaris_native_com_sun_security_auth_module_Unix_c Removed files: devel/jdk/1.7/patches: patch-hotspot_src_os_bsd_vm_perfMemory_bsd_cpp patch-jdk_src_solaris_native_com_sun_security_auth_module_Unix_c Log message: - remove work-arounds for missing getpwuid_r now that we have it - regen pkg files with @bin markers CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/28 07:05:39 Modified files: emulators/gxemul: Makefile distinfo emulators/gxemul/pkg: PLIST Log message: update to 0.4.6.5. ok grange@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/06/28 07:10:02 Modified files: usr.bin/cvs : update.c Log message: if the user supplied -A only checkout files again if a sticky tag was in fact set, instead of ALWAYS checking them out no matter what. spotted & diff tested by naddy@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/06/28 07:26:38 Modified files: sys/netinet : tcp_output.c Log message: no EOL between tcpsig and sack headers; ok jsing, frantzen CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/28 07:57:25 Modified files: regress/usr.bin/ssh: Makefile test-exec.sh Added files: regress/usr.bin/ssh: conch-ciphers.sh Log message: very basic regress test against Twisted Conch in "make interop" target (conch is available in ports/devel/py-twisted/conch); ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/28 07:58:23 Modified files: usr.bin/ssh : ssh-agent.c Log message: refuse to add a key that has unknown constraints specified; ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/28 08:04:30 Modified files: usr.bin/ssh : Makefile.inc Log message: revert accidental commit (nearly 2 months ago!) that unconditionally enabled -Werror and -g CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/28 08:05:15 Modified files: usr.bin/ssh : ssh-agent.c Log message: reset global compat flag after processing a protocol 2 signature request with the legacy DSA encoding flag set; ok markus CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/28 08:08:30 Modified files: usr.bin/ssh : PROTOCOL Added files: usr.bin/ssh : PROTOCOL.agent Log message: document the protocol used by ssh-agent; "looks ok" markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/28 08:50:20 Modified files: x11/gnome/nautilus: Makefile Log message: - fix license marker spotted by Thilo Pfennig CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/06/28 09:45:35 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/06/28 09:46:33 Modified files: www/gnash : Makefile distinfo www/gnash/patches: patch-configure www/gnash/pkg : PLIST Added files: www/gnash/patches: patch-gui_gtk_cpp patch-libbase_Makefile_in patch-libbase_rc_cpp patch-plugin_plugin_cpp patch-server_asobj_NetStreamGst_cpp patch-server_asobj_SoundGst_cpp Removed files: www/gnash/patches: patch-backend_sound_handler_sdl_h patch-libbase_embedVideoDecoderFfmpeg_cpp patch-libbase_embedVideoDecoderFfmpeg_h patch-po_Makefile_in patch-server_asobj_NetStreamFfmpeg_h patch-server_asobj_SoundFfmpeg_h Log message: Update to 0.8.3 patch-server_asobj_SoundGst_cpp from guilherme m. schroeder on ports@ patch-server_asobj_NetStreamGst_cpp from Deomid Ryabkov on gnash-dev With help from kurt@ and brad@, thanks! CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/28 10:03:08 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : video.4 Log message: First shot for the video(4) man page. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/28 10:04:44 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/28 10:05:38 Modified files: share/man/man4 : video.4 Log message: Typos. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/28 10:14:32 Modified files: share/man/man4 : uvideo.4 Log message: Link to video(4). Spotted by deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/28 10:36:21 Modified files: sysutils/xbatt : Makefile sysutils/xbatt/patches: patch-xbatt_c Log message: Include proper prototype for malloc() and all functions. Fixes a segfault on LP64 archs, noticed by Aaron Stellman. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/28 11:53:51 Modified files: share/man/man4 : uvideo.4 Log message: Comment in another video(4) reference. Noted by jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/28 11:59:11 Modified files: share/man/man4 : uvideo.4 video.4 Log message: tweak; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/06/28 12:10:09 Modified files: productivity/thinkingrock: Makefile distinfo Log message: rerolled distfile, bump just to be sure noticed by jolan CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/28 13:35:42 Modified files: share/man/man4 : video.4 Log message: Mention mmap(2) step. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2008/06/28 15:04:21 Modified files: build : mirrors.dat Log message: playboy.wu-wien.ac.at is now known as ftp.wu-wien.ac.at info from Arsen Stasic CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2008/06/28 15:05:13 Modified files: . : ftp.html Log message: regen CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/28 15:46:05 Modified files: etc/etc.alpha : MAKEDEV.md etc/etc.amd64 : MAKEDEV.md etc/etc.armish : MAKEDEV.md etc/etc.hppa : MAKEDEV.md etc/etc.hppa64 : MAKEDEV.md etc/etc.i386 : MAKEDEV.md etc/etc.landisk: MAKEDEV.md etc/etc.macppc : MAKEDEV.md etc/etc.sgi : MAKEDEV.md etc/etc.socppc : MAKEDEV.md etc/etc.sparc64: MAKEDEV.md etc/etc.zaurus : MAKEDEV.md Log message: Move video(4) entry in MAKEDEV(8) from the "USB devices" section to the "Special purpose devices" section, since a hardware driver which uses video(4) also could be none-USB as long it uses the V4L2 API. OK todd@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/28 15:48:30 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.hppa64 : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.landisk: MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.sgi : MAKEDEV etc/etc.socppc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.zaurus : MAKEDEV share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.armish: MAKEDEV.8 share/man/man8/man8.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.macppc: MAKEDEV.8 share/man/man8/man8.sgi: MAKEDEV.8 share/man/man8/man8.socppc: MAKEDEV.8 share/man/man8/man8.sparc64: MAKEDEV.8 share/man/man8/man8.zaurus: MAKEDEV.8 Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/28 18:42:19 Modified files: sys/dev/usb : usbdevs Log message: another new belkin rum. says on it "designed in california, made in china". inside, it has a board designed by ralink in taiwan. i guess that people in california now have sunk so far in their skills they just "design" the plastic shrouds for the devices now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/28 18:42:32 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/28 18:43:11 Modified files: sys/dev/usb : if_rum.c share/man/man4 : rum.4 Log message: new belkin rum with california designed plastic CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/28 19:27:42 Modified files: sys/arch/sparc/sparc: cpu.c Log message: Revert 1.8, and reenable branch prediction on swift cpus. Ten years of trap.c and locore.s changes have fixed the condition incorrectly blamed on branch prediction, and these processors run fine with it enabled. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2008/06/28 21:50:49 Modified files: sys/arch/amd64/amd64: powernow-k8.c sys/arch/i386/i386: powernow-k8.c Log message: Split k8_powernow_setperf into two functions, the new function called k8pnow_transition handles the actual transition, this change is necessitated by some of the ACPI work which can involve dynamic changes in the available states in response to endogenous events such as removing the AC power. This new code is designed to cope with the current operating point not being among the newly available states in which case we recalculate what the current desired performance level coresponds to among the new states. Also fix a screw up with the acpi_states function (fix originally by Markus Hennecke in a diff to tech@ thanks) which resolves PR 5854. Diff tested by numerous people thanks! ok marco@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2008/06/29 01:27:25 Modified files: . : amd64.html i386.html macppc.html sparc64.html Log message: +Belkin F5D9050C CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/29 01:31:53 Modified files: distrib/notes/amd64: hardware distrib/notes/i386: hardware distrib/notes/macppc: hardware distrib/notes/sparc64: hardware share/man/man4 : rum.4 Log message: +Belkin F5D9050C and sort the list; CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/06/29 02:28:01 Modified files: usr.bin/mg : mg.1 Log message: documentation tweaks. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/29 02:30:29 Modified files: usr.bin/ssh : PROTOCOL.agent Log message: protocol 2 key blobs are strings, not byte arrays CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/06/29 02:42:15 Modified files: sys/net : if_pfsync.c if_pfsync.h pf.c pf_ioctl.c pfvar.h sbin/pfctl : pf_print_state.c usr.bin/systat : config.h pftop.c Log message: Simplify state creation code; merge state import/export code between pfsync and the state-related pf(4) ioctls, and make functions in state creation and destruction paths more robust in error conditions. All values in struct pfsync_state now in network byte order, as with pfsync. testing by david ok henning, systat parts ok canacar CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/29 02:51:34 Modified files: x11/gnome/ekiga: Makefile x11/gnome/ekiga/pkg: MESSAGE Log message: s/deamon/daemon/ in the install message. ok ajacoutot CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/06/29 04:04:15 Modified files: sys/dev/usb : ehci.c ohci.c uhci.c usb.h usb_quirks.c usb_quirks.h usb_subr.c usbdivar.h Log message: add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem. add new quirk entry for uvideo which is required isoc transfer. Some usb2.0 devices use isochronous transfer but current usb subsystem does not support isoc transfer in ehci(usb2.0) bus. This patch introduce new psuedo usb hub request UHF_PORT_DISOWN_TO_1_1 to handover the device to ehci to usb1.1 bus(ohci or uhci). ok mglocker@ deraadt@ fgsch@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/06/29 04:44:47 Modified files: usr.sbin/ypldap: ypldap.conf.5 Log message: document the configuration directives for directories. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/06/29 05:00:44 Modified files: usr.sbin/ypldap: ypldap.8 Log message: typo CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/29 05:28:38 Modified files: build/mirrors : ftp.html.mid2 Log message: remove inaccessible mrow.org AFS mirror CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/29 05:29:13 Modified files: build : mirrors.dat Log message: disable down bsd.lv mirror CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/29 05:31:23 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/06/29 07:20:20 Modified files: audio/vorbis-tools: Tag: OPENBSD_4_3 Makefile Added files: audio/vorbis-tools/patches: Tag: OPENBSD_4_3 patch-ogg123_speex_format_c Log message: SECURITY FIX for SA29727 "Speex Header Processing Vulnerability" from William Yodlowsky CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/06/29 08:08:00 Modified files: usr.sbin/ypldap: ypldap.conf.5 Log message: various macro/spelling/grammar fixes; CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2008/06/29 08:28:00 Modified files: build/mirrors : ftp.html.mid2 Log message: wu-wien.ac.at also does AFS now info from Arsen Stasic CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2008/06/29 08:29:43 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: src Changes by: ragge@cvs.openbsd.org 2008/06/29 09:18:28 Modified files: sys/arch/i386/i386: amdmsr.c Log message: Don't fail compilation if APERTURE is not defined. Also, fail probe if APERTURE is not defined. Ok Marc Balmer. CVSROOT: /cvs Module name: src Changes by: ragge@cvs.openbsd.org 2008/06/29 10:00:22 Modified files: usr.sbin/snmpd : ber.c snmpd.h Log message: Use C99, not gcc-specific variadics. Ok miod@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/29 13:31:16 Modified files: sys/net : bpf.h Log message: this stupid per-arch SIZEOF_BPF_HDR define is really really stupid, but for now add __sparc64__ to the list (ridiculous as it seems, but that is the best we know to do so far) ok miod CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/06/29 14:05:22 Modified files: sys/dev : vnd.c sys/arch/luna88k/luna88k: disksubr.c sys/arch/sparc64/sparc64: disksubr.c sys/arch/sparc/sparc: disksubr.c Log message: Use DEV_BSIZE (defined as 512) instead of 512 when initializing the disklabel's d_secsize. ok millert@ marco@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/29 14:13:42 Modified files: driver/xf86-video-intel: configure configure.ac driver/xf86-video-intel/src: i810_reg.h i830.h i830_accel.c i830_debug.c i830_display.c i830_driver.c i830_lvds.c i830_memory.c i830_quirks.c i830_ring.h i830_sdvo.c i830_tv.c i830_video.c i915_hwmc.c i915_hwmc.h driver/xf86-video-intel/src/bios_reader: bios_dumper.c driver/xf86-video-intel/src/modes: xf86Cursors.c driver/xf86-video-intel/src/xvmc: Makefile.am Makefile.in i915_xvmc.c intel_xvmc.c intel_xvmc.h Removed files: driver/xf86-video-intel/src/xvmc: driDrawable.c driDrawable.h Log message: update to xf86-video-intel 2.3.2. Tested among others by okan@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/06/29 14:15:47 Modified files: . : MODULES Log message: update CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/29 14:29:53 Modified files: graphics/inkscape: Makefile Log message: WANTLIB+=pixman-1, and add LIB_DEPENDS on gtkspell which gets pulled in by configure if it's installed. ok landry CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/29 14:31:14 Modified files: mail/mail-notification: Makefile Log message: WANTLIB+=pixman-1 and add LIB_DEPENDS pulled in by configure if present. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/29 14:44:52 Modified files: graphics/cairomm: Makefile graphics/dia : Makefile graphics/evince: Makefile graphics/fyre : Makefile graphics/gegl : Makefile graphics/gfract: Makefile graphics/gimp/stable: Makefile graphics/gqview: Makefile graphics/gthumb: Makefile graphics/libexif-gtk: Makefile graphics/libkexif: Makefile graphics/libkipi: Makefile graphics/p5-Cairo: Makefile graphics/py-matplotlib: Makefile graphics/sane-frontends: Makefile graphics/swfdec: Makefile graphics/xsane : Makefile inputmethods/libtomoe-gtk: Makefile inputmethods/uim: Makefile inputmethods/uim-tomoe-gtk: Makefile lang/classpath : Makefile lang/icon/interp: Makefile lang/kaffe : Makefile lang/vala : Makefile mail/claws-mail: Makefile mail/claws-mail-htmlviewer: Makefile mail/claws-mail-notification: Makefile mail/claws-mail-pdfviewer: Makefile mail/claws-mail-rssyl: Makefile mail/claws-mail-vcalendar: Makefile mail/sylpheed : Makefile math/calcoo : Makefile math/galculator: Makefile math/graphviz : Makefile Log message: sync WANTLIB following cairo update. ok naddy CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/06/29 16:04:19 Modified files: usr.sbin/ypldap: ypldap.conf.5 Log message: repetition, spotted by CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/29 16:04:56 Modified files: lang/vala : Makefile distinfo lang/vala/patches: patch-tests_testrunner_sh lang/vala/pkg : PLIST Log message: - update vala to 0.3.4, many new bindings CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/06/29 16:05:24 Modified files: textproc/gtkaml: Makefile distinfo textproc/gtkaml/patches: patch-src_GtkamlImplicitsStore_c textproc/gtkaml/pkg: PLIST Log message: - update gtkaml to 0.2.1.1 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/06/29 17:57:58 Modified files: sys/dev/microcode/rum: Makefile build.c microcode.h rum-license Log message: Add RT2870 firmware with the same license as the rest of the Ralink firmware files. Discussed with Paul Lin at Ralink. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/06/29 18:02:39 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus mi Log message: sync CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2008/06/29 18:03:15 Modified files: sys/arch/amd64/conf: GENERIC Log message: re* at cardbus? 'Put it in' brad@ 'Go for it' deraadt@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/06/29 18:13:30 Modified files: sys/dev/ic : wdc.c wdcevent.h Log message: wrap logging code around WDC_DEBUG. shrinks kernel by ~4k. jsg@ krw@ miod@ ok. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/06/29 18:29:32 Modified files: lang/python/2.5: Makefile lang/python/2.5/patches: patch-configure_in Log message: Fix crash in readline module when using completion caused by bad implicit prototype of legacy completion_matches function. Report and fix from henry AT precheur.org CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/06/29 23:19:33 Log message: import argus 3.0.0 Argus is a fixed-model real time flow monitor designed to track and report on the status and performance of all network transactions seen in a data network traffic stream. Argus provides a common data format for reporting flow metrics such as connectivity, capacity, demand, loss, delay, and jitter on a per transaction basis. The record format that Argus uses is flexible and extensible, supporting generic flow identifiers and metrics, as well as application/protocol specific information. ok naddy@ sthen@ Status: Vendor Tag: steven Release Tags: steven-20080630 N ports/net/argus/distinfo N ports/net/argus/Makefile N ports/net/argus/pkg/DESCR N ports/net/argus/pkg/PLIST N ports/net/argus/patches/patch-Makefile_in N ports/net/argus/patches/patch-common_argus_util_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/06/29 23:20:42 Log message: import argus-clients 3.0.0 Argus data clients support a range of operations on binary flow data from Argus, such as sorting, aggregation, archival and reporting. ok naddy@ sthen@ Status: Vendor Tag: steven Release Tags: steven-20080630 N ports/net/argus-clients/distinfo N ports/net/argus-clients/Makefile N ports/net/argus-clients/pkg/DESCR N ports/net/argus-clients/pkg/PLIST N ports/net/argus-clients/patches/patch-clients_Makefile_in N ports/net/argus-clients/patches/patch-common_argus_util_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/06/29 23:21:56 Modified files: net : Makefile Log message: +argus +argus-clients CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/29 23:46:46 Modified files: lib/libc/sys : mmap.2 Log message: xref mquery CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/06/29 23:59:20 Modified files: lib/libc/sys : mquery.2 Log message: document that mquery(2) is non-standard; hint and ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/30 01:39:10 Modified files: mail/postfix/snapshot: Makefile distinfo mail/postfix/snapshot/pkg: PLIST Log message: Postfix 2.6 20080629 ok jakob@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/30 02:06:00 Modified files: usr.bin/ssh : PROTOCOL.agent Log message: typo: s/constraint_date/constraint_data/ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/30 02:07:34 Modified files: regress/usr.bin/ssh: key-options.sh Log message: shell portability: use "=" instead of "==" in test(1) expressions, double-quote string with backslash escaped / CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/06/30 03:22:46 Modified files: devel/gmake : Makefile Log message: It is not necessary to not split the info file. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/30 04:11:33 Modified files: audio/midish : Makefile distinfo audio/midish/pkg: PLIST Log message: update midish to 0.3.2 (bugfix) and regen PLIST for @bin. From ratchov@ (maintainer) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/30 04:31:11 Modified files: regress/usr.bin/ssh: putty-ciphers.sh putty-kex.sh putty-transfer.sh Log message: remove "set -e" left over from debugging CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/30 04:43:03 Modified files: regress/usr.bin/ssh: conch-ciphers.sh Log message: explicitly disable conch options that could interfere with the test CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/06/30 05:20:28 Modified files: sys/dev/pci : if_lii.c Log message: Teach lii(4) how to clean up after itself. ok dlg@ CVSROOT: /cvs Module name: src Changes by: ragge@cvs.openbsd.org 2008/06/30 06:03:51 Modified files: libexec/ftpd : ftpcmd.y ftpd.c logutmp.c logwtmp.c monitor.c popen.c Log message: Include file order must be "monitor.h" before "extern.h" otherwise enum auth_ret is referenced before it is declared, which is not allowed by C99. Ok krw@, millert@, gilles@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/30 06:15:39 Modified files: usr.bin/ssh : serverloop.c Log message: only pass channel requests on session channels through to the session channel handler, avoiding spurious log messages; ok! markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/30 06:16:02 Modified files: usr.bin/ssh : nchan.c Log message: only send eow@openssh.com notifications for session channels; ok! markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/06/30 06:18:35 Modified files: usr.bin/ssh : PROTOCOL Log message: clarify that eow@openssh.com is only sent on session channels CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/30 06:28:46 Modified files: www/jesred : Makefile www/jesred/pkg : PLIST Log message: correct master site, home page, kill trailing whitespace: from Jim Razmus. bump package & regen plist (@bin). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/30 06:58:04 Modified files: misc/dialog : Makefile distinfo misc/dialog/pkg: DESCR PLIST Removed files: misc/dialog/patches: patch-Makefile patch-dialog_c patch-dialog_man patch-guage_c misc/dialog/pkg: SECURITY Log message: update to Thomas Dickey's fixed version. add license marker. ok robert@ CVSROOT: /cvs Module name: src Changes by: ragge@cvs.openbsd.org 2008/06/30 09:00:17 Modified files: gnu/usr.sbin/sendmail/sendmail: sendmail.h Log message: Use int instead if bool in the arguments to upd_qs(). Sendmail itself uses -1, 0 and 1 which is one value too much for boolean. Ok krw@, millert@ CVSROOT: /cvs Module name: xenocara Changes by: naddy@cvs.openbsd.org 2008/06/30 09:25:57 Modified files: etc/mtree : BSD.x11.dist Log message: sync locale directories with latest libX11; ok matthieu@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/30 09:32:29 Modified files: build : mirrors.dat Log message: add {ftp,rsync}://mirror.corbina.net/, a well-connected site in Moscow from Dmitry Rybin on www@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/06/30 09:33:40 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/30 10:48:49 Modified files: sys/dev/usb : uvideo.c Log message: - Free mmap buffer on close/detach. - Fix DPRINTF while here. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/06/30 11:04:18 Modified files: sys/dev/usb : uvideo.h Log message: Limit maximal number of mmap buffers to 32 (instead 256). CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/30 11:37:00 Added files: devel/gettext/patches: patch-gettext-tools_gnulib-lib_glibconfig_in_h Log message: Sync included glib with external glib: GPOINTER_TO_INT() etc should not cause a warning. The singular use of this, in libcroco, is safe. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/06/30 11:52:37 Modified files: app/cwm : client.c Log message: only cycle through visible *and* non-ignored windows. ok oga@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/30 14:03:49 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/pkg: PLIST-main Log message: - bugfix update to 1.4.21.1, fixing a fairly major problem introduced in 1.4.21 by correcting the order of lock and unlock in a deadlock avoidance macro... No other changes. Not security, but if you're running 1.4.21, you definitely want this. - regen PLIST to remove @bin from a symlink. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/06/30 14:16:38 Modified files: devel/jdk/1.4 : Makefile devel/jdk/1.5 : Makefile devel/jdk/1.6 : Makefile devel/jdk/1.7 : Makefile Log message: spawn only ${MAKE_JOBS} build jobs in parallel; ok kurt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/06/30 15:38:28 Modified files: print/texlive/base: Makefile Log message: - include dir is LOCALBASE, not TRUEPREFIX Edd Barrett (MAINTAINER) agrees "yep, change that" steven@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/06/30 16:36:22 Modified files: sys/dev/pci/drm: drm_scatter.c Log message: Don't try to free a non-malloced address. Somehow this bit of code escaped deletion when i killed the ifdefs around it. Problem noticed by Jason Meltzer and ckuethe@, thanks! CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/06/30 16:43:16 Modified files: multimedia/gstreamer-0.10/plugins-bad: Makefile Log message: autoconf picks up mpeg2enc from mjpegtools if installed, causing the build to fail. Fix this by adding --disable-* arguments for every optional component listed that we don't package. Bump all packages just in case something else was pulled in that affected them; probably unnecessary, but safer. ok deanna@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/06/30 16:46:20 Modified files: sys/dev/pci : pcidevs Log message: rename OZ7110 to OZ711Mx Misc as it's not really a cardbus controller. deraadt@ ok. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/06/30 16:47:29 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen. CVSROOT: /cvs Module name: src Changes by: av@cvs.openbsd.org 2008/06/30 17:35:39 Modified files: usr.bin/cdio : cdio.1 cdio.c extern.h mmc.c rip.c Log message: set speed for writing tracks in TAO. ok and tweaks by fgsch manual page by jmc CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/06/30 22:08:54 Modified files: sbin/disklabel : disklabel.c Log message: Initialize variable before checking against NULL. OK deraadt, otto, krw. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/06/30 22:14:57 Modified files: share/man/man4/man4.i386: pcibios.4 Log message: Remove clauses 3 and 4 from BSD license owned by mickey and NetBSD. OK mickey, deraadt. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/06/30 22:15:59 Modified files: sys/dev : ccd.c Log message: Remove clauses 3 and 4 from BSD license owned by mickey, niklas, and NetBSD. OK niklas, mickey, deraadt. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/06/30 22:50:59 Modified files: sys/arch/alpha/conf: RAMDISKBIG sys/arch/armish/conf: RAMDISK sys/arch/amd64/conf: RAMDISK_CD sys/arch/i386/conf: RAMDISK_CD sys/arch/macppc/conf: RAMDISK sys/arch/sgi/conf: RAMDISK sys/arch/socppc/conf: RAMDISK sys/arch/sparc64/conf: RAMDISK Log message: Enable FFS2 on most of the larger RAMDISK media. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/07/01 00:03:58 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: patch-base_utils_c net/nagios/nagios/pkg: PLIST-main PLIST-web Log message: update to nagios 3.0.3 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/07/01 01:20:52 Modified files: usr.bin/ssh : sshconnect.c Log message: Check ExitOnForwardFailure if forwardings are disabled due to a failed host key check. ok djm@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/07/01 01:24:22 Modified files: usr.bin/ssh : sshconnect.c sshd.c Log message: Send CR LF during protocol banner exchanges, but only for Protocol 2 only, in order to comply with RFC 4253. bz #1443, ok djm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/01 02:22:12 Modified files: devel/pwlib : Makefile Added files: devel/pwlib/patches: patch-src_ptlib_unix_config_cxx Log message: - bring in a patch from upstream to fix applications config reload CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2008/07/01 02:25:57 Modified files: audio/wmmp3 : Makefile Added files: audio/wmmp3/patches: patch-song_hash_c Log message: include prototypes for malloc and strdup - fix 64-bit warnings CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2008/07/01 02:27:18 Modified files: devel/mysql-gui-common: Makefile Added files: devel/mysql-gui-common/patches: patch-source_linux_MDispatcher_cc Log message: fix 64-bit warning CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2008/07/01 02:27:52 Modified files: x11/asfiles : Makefile Added files: x11/asfiles/patches: patch-src_Comms_c Log message: include prototypes for malloc and realloc - fix 64-bit warnings CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/07/01 02:48:31 Modified files: build/mirrors : ftp.html.mid2 Log message: Readd MROW (rit.edu AFS mirror) - working and back in-sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/07/01 02:49:33 Modified files: build : mirrors.dat Log message: re-enable mirror.rit.edu, back in-sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/07/01 02:49:59 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/01 03:43:19 Modified files: devel/boehm-gc : Makefile Added files: devel/boehm-gc/pkg: DESCR-atomic DESCR-main PFRAG.shared-main PLIST-atomic PLIST-main Removed files: devel/boehm-gc/pkg: DESCR PFRAG.shared PLIST Log message: Split boehm-gc into -main and -atomic subpackages. The latter contains libatomic_ops-1.2, which is developed inside boehm-gc, as stated on libatomic_ops homepage. No change on -main subpackage. libatomic_ops may be used by a future eventual pulseaudio port, which is being worked on. Feedback, tweaks and ok kurt@ CVSROOT: /cvs Module name: ports Changes by: chl@cvs.openbsd.org 2008/07/01 04:10:24 Modified files: misc/zzuf : Makefile distinfo Log message: update to zzuf-0.12 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/01 04:17:35 Modified files: sysutils/gkrellm/gkrellm: Makefile sysutils/gkrellm/gkrellm/patches: patch-server_gkrellmd_h patch-src_sysdeps_openbsd_c Log message: - fix compilation under sparc64 noticed by sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/01 04:29:46 Modified files: x11/gnome/ekiga: Makefile x11/gnome/ekiga/pkg: MESSAGE Log message: - use gconftool-2 to properly shutdown the gconfd-2 daemon CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/07/01 05:01:40 Modified files: faq : faq4.html Log message: missing word, from Marshall Brannan (jmbrannan at gmail dot com), kick from jmc@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/01 05:02:44 Modified files: sys/dev/usb : uvideo.c Log message: Spacing. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/07/01 05:44:12 Modified files: sys/dev/ic : pgt.c Log message: Do not use MINCLSIZE to figure out if a single mbuf or a mcluster should be used. Instead use MHLEN and MLEN acordingly because MINCLSIZE is bigger than a single mbuf now. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/01 05:58:50 Modified files: sys/arch/i386/i386: amdmsr.c Log message: Stricter probing: Not only check for an AMD cpu with MSRs, but make sure it is an AMD Geode LX before reading the GLD_MSR_CAP register. Problem reported by Paul Irofti, thanks. Tested by me and sthen. ok sthen. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/01 06:03:48 Modified files: sys/arch/i386/i386: amdmsr.c Log message: Remove a now unused variable. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2008/07/01 06:51:15 Modified files: build/mirrors : ftp.html.mid2 Log message: fix the mrow.org AFS entry, it was pointing to su.se CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2008/07/01 06:52:23 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/07/01 06:56:19 Modified files: sys/net : pf.c Log message: PF_DT_SKIP_STATETREE is no longer used. ok henning CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/07/01 07:07:02 Modified files: sys/net : pf.c Log message: Don't return immediately if we're actually passing the traffic, we want to ensure that the packet gets rewritten correctly first. As usual, problem pointed out by david ok henning CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/07/01 08:08:39 Modified files: sbin/ipsecctl : parse.y regress/sbin/ipsecctl: Makefile ipsec23.ok ipsec24.ok Added files: regress/sbin/ipsecctl: ipsec54.in ipsec54.ok ipsec55.in ipsec55.ok ipsec56.in ipsec56.ok ipsec57.in ipsec57.ok ipsecfail3.in ipsecfail3.ok Removed files: regress/sbin/ipsecctl: ikefail7.in ikefail7.ok Log message: If multiple to addresses but no peer are given in an ike or flow rule, the current to address is taken as peer during expansion. This makes the broken regress test ikefail7 obsolete as address family mismatch cannot happen anymore. ok hshoexer CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/07/01 08:27:04 Modified files: sys/arch/macppc/conf: RAMDISK distrib/macppc/ramdisk: list Log message: add bio & bioctl ok deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/07/01 08:31:37 Modified files: sbin/ipsecctl : parse.y Log message: If a rules contains a hostname instead of an address, use the list of all possible addresses from DNS and not only the first one. So during expansion, the right address family can be chosen and regression test ike56 passes again. There localhost resolves to 127.0.0.1 and ::1. ok hshoexer CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/07/01 09:00:54 Modified files: sbin/isakmpd : pf_key_v2.c sbin/ipsecctl : ike.c ipsecctl.c ipsecctl.h regress/sbin/ipsecctl: ike1.ok ike10.ok ike11.ok ike12.ok ike13.ok ike14.ok ike15.ok ike16.ok ike17.ok ike18.ok ike19.ok ike2.ok ike20.ok ike21.ok ike22.ok ike23.ok ike29.ok ike3.ok ike30.ok ike31.ok ike32.ok ike33.ok ike34.ok ike35.ok ike36.ok ike37.ok ike38.ok ike39.ok ike4.ok ike40.ok ike41.ok ike42.ok ike43.ok ike46.ok ike47.ok ike48.ok ike49.ok ike5.ok ike50.ok ike51.ok ike52.ok ike53.ok ike54.ok ike55.ok ike56.ok ike57.ok ike58.ok ike59.ok ike6.ok ike7.ok ike8.ok ike9.ok 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 ikefail6.ok Log message: Isakmpd acquire mode did not work with a config generated from ipsec.conf. The config created by isakmpd dynamically was different from the config that ipsecctl generated out of ipsec.conf. Both config formats are changed so that they match. One needs a passive ike line and a require flow line with the same parameters in the ipsec.conf. Then the acquire message generated by the kernel will trigger isakmpd to generate a config that matches the one that ipsecctl generated from the ike line. ok hshoexer, 'sounds good' todd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/01 10:41:19 Modified files: archivers/fastjar: Makefile archivers/lzop : Makefile archivers/p5-Compress-LZO: Makefile mail/isync : Makefile mail/p5-SMTP-Server: Makefile mail/solid-pop3d: Makefile math/gnuplot : Makefile net/ntp : Makefile net/p5-SNMP_Session: Makefile net/radiusd-cistron: Makefile net/sing : Makefile security/p5-Crypt-CBC: Makefile security/p5-Crypt-DES: Makefile sysutils/radiusreport: Makefile sysutils/safecat: Makefile www/cronolog : Makefile www/mod_frontpage: Makefile x11/qvwm : Makefile Log message: - remove Dan Harnett from MAINTAINER per his request - bump CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/01 12:10:15 Modified files: devel/git : Makefile distinfo devel/git/pkg : PLIST-main Log message: Update to git-1.5.6.1. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/07/01 12:58:21 Modified files: sys/arch/hppa/conf: RAMDISK distrib/hppa/ramdisk: list Log message: add bio & bioctl ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/07/01 13:23:59 Modified files: misc/tmux : Makefile distinfo Log message: Upgrade to 0.4a. Original diff from Nicholas Marriot (MAINTAINER); thanks! Debugging on macpcc a la merdely@ and MAINTAINER. ok merdely@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/07/01 16:48:15 Modified files: sys/dev/pci : pcidevs Log message: add ID for Globespan Pulsar G7370 ADSL modem ok brad@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/07/01 16:49:03 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2008/07/01 17:12:47 Modified files: usr.bin/ssh : PROTOCOL.agent Log message: fix some typos; ok djm@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/07/01 17:39:07 Modified files: geo/gpstk : Makefile Log message: Do not add -O1 to C*FLAGS for alpha. Fixes build on alpha. 'that makes sense' ckuethe@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/07/01 18:01:20 Modified files: faq : faq12.html Log message: probably more to say about Soekris machines than this, but it is a start. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/01 18:13:32 Modified files: sys/sys : param.h share/tmac/mdoc: doc-common share/mk : sys.mk distrib/miniroot: install.sub etc/root : root.mail sys/arch/macppc/stand/tbxidata: bsd.tbxi sys/conf : newvers.sh Log message: move to 4.4-beta CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/01 19:02:42 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure patch-src_audio_out_Makefile_in patch-src_demuxers_demux_asf_c patch-src_input_Makefile_in patch-src_input_input_dvb_c patch-src_input_input_http_c patch-src_libfaad_Makefile_in patch-src_libw32dll_wine_Makefile_in patch-src_post_deinterlace_Makefile_in patch-src_post_deinterlace_plugins_Makefile_in patch-src_xine-engine_Makefile_in patch-src_xine-engine_xine_c Log message: update to Xine-lib 1.1.14 ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/01 19:11:11 Modified files: sys/dev/microcode/rum: Makefile Log message: also install the license as run-license... discussed with jsg CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/01 20:24:18 Modified files: usr.bin/ssh : sshd_config.5 sshd_config sshd.8 servconf.c Log message: increase default size of ssh protocol 1 ephemeral key from 768 to 1024 bits; prodded by & ok dtucker@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/01 20:26:26 Modified files: sys/dev/microcode/rum: Makefile Log message: better mechanism that works in DESTDIR CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/07/01 20:29:59 Modified files: app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm Log message: puffy 4.4 CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/07/01 21:00:00 Modified files: sys/arch/amd64/amd64: rbus_machdep.c sys/arch/amd64/include: rbus_machdep.h sys/arch/i386/i386: rbus_machdep.c sys/arch/i386/include: rbus_machdep.h Log message: * Dynamically set the rbus start address. from netbsd. * For amd64, remove pcibios traces. * make RBUS_IO_START, RBUS_IO_SIZE, RBUS_MIN_START and RBUS_MEM_SIZE (on i386) configurable via kernel options. * Remove unneeded headers. * Some cleanups. originally reported in pr/5829 and tested by viq . fixes ian@ laptop too. kettenis@ and miod@ agrees that although not perfect, this is the right direction. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/01 21:00:03 Modified files: sys/arch/hppa/conf: RAMDISK Log message: Enable FFS2. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/07/01 21:00:55 Modified files: sys/dev/ic : wdc.c wdcevent.h Log message: unify using WDCDEBUG. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/07/01 21:14:54 Modified files: sys/dev/acpi : acpi.c files.acpi Added files: sys/dev/acpi : acpivideo.c Log message: add acpivideo. for now almost an empty skel so others can work on suspend/resume. eventually it will also manage output switching and brightness where supported. prodded by marco@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/01 21:29:57 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.aviion 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.socppc md.sparc md.sparc64 md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/07/01 22:23:23 Modified files: sys/dev/acpi : acpivideo.c Log message: defines for output devices' events. CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/07/02 01:30:13 Modified files: sys/dev/usb : umsm.c Log message: fix interrupt pipe processing. many high speed modem devices use CDC-like notify message protocol in there intr pipe rather than ubsa(4) compatible protocol. now umsm(4) interrupt message will be treated as CDC notify. And, this patch contains "verbose message patch" to find incompatible device in umsm(4). CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/07/02 02:52:30 Modified files: usr.sbin/dvmrpd: parse.y Log message: Prevent dvmrpd from using illegal ifindex's. Report and fix from Matthew Dempsky. CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/07/02 02:55:24 Modified files: faq : faq14.html Log message: typo; Daniele Pilenga CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/02 03:28:09 Modified files: mail/claws-mail: Makefile distinfo mail/claws-mail/patches: patch-configure_ac patch-src_inc_c mail/claws-mail/pkg: PLIST-main Removed files: mail/claws-mail/patches: patch-src_common_ssl_certificate_c Log message: Update to claws-mail 3.5.0, diff from Ulrich Kahl (MAINTAINER) Removes an integrated patch and some unmaintained/outdated translations. Update patches and PLIST while here. Tested by myself, pyr@ and pea at raveland dot org, thanks! ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/02 03:30:14 Modified files: mail/claws-mail-htmlviewer: Makefile distinfo mail/claws-mail-notification: Makefile distinfo mail/claws-mail-rssyl: Makefile distinfo mail/claws-mail-vcalendar: Makefile distinfo Log message: Update plugins after claws-mail update to 3.5.0. Htmlviewer 0.19, Notification 0.17, Rssyl 0.20 and Vcalendar 2.0. ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/07/02 04:35:40 Modified files: faq : faq12.html Log message: Marc Balmer pointed out that "low" would be worthy addition. Thanks. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/07/02 06:03:51 Modified files: usr.bin/ssh : auth-rsa.c auth.c auth.h auth2-pubkey.c Log message: Merge duplicate host key file checks, based in part on a patch from Rob Holland via bz #1348 . Also checks for non-regular files during protocol 1 RSA auth. ok djm@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/02 06:36:39 Modified files: usr.bin/ssh : auth2.c auth2-none.c Log message: Make protocol 2 MaxAuthTries behaviour a little more sensible: Check whether client has exceeded MaxAuthTries before running an authentication method and skip it if they have, previously it would always allow one try (for "none" auth). Preincrement failure count before post-auth test - previously this checked and postincremented, also to allow one "none" try. Together, these two changes always count the "none" auth method which could be skipped by a malicious client (e.g. an SSH worm) to get an extra attempt at a real auth method. They also make MaxAuthTries=0 a useful way to block users entirely (esp. in a sshd_config Match block). Also, move sending of any preauth banner from "none" auth method to the first call to input_userauth_request(), so worms that skip the "none" method get to see it too. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/02 07:30:35 Modified files: usr.bin/ssh : auth2.c Log message: really really remove the freebie "none" auth try for protocol 2 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/07/02 07:34:46 Modified files: mail/smtp-vilter: Makefile mail/smtp-vilter/patches: patch-bin_smtp-vilter_engine_c Added files: mail/smtp-vilter/patches: patch-backend_vilter-attachment_vilter-attachment_c Log message: Fix possible crash in attachment filter. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/02 07:47:39 Modified files: usr.bin/ssh : ssh.1 ssh.c Log message: When forking after authentication ("ssh -f") with ExitOnForwardFailure enabled, delay the fork until after replies for any -R forwards have been seen. Allows for robust detection of -R forward failure when using -f (similar to bz#92); ok dtucker@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/07/02 08:01:35 Modified files: sys/arch/sparc/conf: RAMDISK distrib/sparc/ramdisk: list Log message: add bio & bioctl ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/07/02 08:02:39 ports/graphics/gegl/patches Update of /cvs/ports/graphics/gegl/patches In directory cvs.openbsd.org:/tmp/cvs-serv5439/patches Log Message: Directory /cvs/ports/graphics/gegl/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/07/02 08:03:40 Modified files: graphics/gegl : Makefile Added files: graphics/gegl/patches: patch-gegl_graph_gegl-node_c Log message: Implement the same fix jakemsr@ used to make audio/jack work with alpha. (va_list cannot be NULL) Bump -main subpackage. input from jakemsr@ ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/02 08:26:22 Modified files: graphics/mapivi: Makefile distinfo graphics/mapivi/patches: patch-mapivi graphics/mapivi/pkg: PLIST Log message: Long due update to mapivi 0.97, from MAINTAINER Giovanni Bechis, thanks ! ok okan@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/02 08:32:30 Modified files: mail/solid-pop3d: Makefile Log message: bump the pkgname of all flavors CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/02 09:02:54 Modified files: shells/zsh : Makefile shells/zsh/pkg : PFRAG.shared PLIST Log message: - enable pcre support, from Pierre-Emmanuel Andre (MAINTAINER) - add bin marker ok merdely@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/07/02 09:12:18 Modified files: sys/dev/usb : ubsa.c Log message: As some modem devices in ubsa(4) are possible to be incompatible with the native ubsa device, the patch notifies when it finds such a kind of device. ok jsg@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/02 09:21:33 Modified files: sys/sys : mount.h sys/uvm : uvm_page.c uvm_pdaemon.c Log message: Make the pagedaemon a bit happier. 1. When checking if the pagedaemon should be awakened and to see how much work it should do, consider the buffer cache deficit (how much pages the buffer cache can eat max vs. how much it has now) as pages that are not free. They are actually still usable by the allocator, but the presure on the pagedaemon is increased when we starting to chew into the memory that the buffer cache wants to use. 2. Remove the stupid 512kB limit of how much memory should be our free target. That maybe made sense on 68k, but on modern systems 512k is just a joke. Keep it at 3% of physical memory just like it was meant to be. 3. When doing allocations for the pagedaemon, always let it use the reserve. the whole UVM_OBJ_IS_KERN_OBJECT is silly and doesn't work in most cases anyway. We still don't have a reserve for the pagedaemon in the km_page allocator, but this seems to help enough. (yes, there are still bad cases in that code and the comment is only half-true, the whole section needs a massage, but that will happen later, this diff only touches pagedaemon parts) Testing by many, prodded by theo. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/02 10:48:46 Modified files: www/p5-CGI-Application: Makefile distinfo Log message: update to 4.10 ok merdely@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/07/02 11:36:15 Modified files: usr.sbin/ypldap: ldapclient.c ypldap.c ypldap.h Log message: kill a bunch of dead code. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/02 11:42:55 Modified files: x11/gnome/metacity: Makefile x11/gnome/metacity/pkg: PLIST Added files: x11/gnome/metacity/patches: patch-src_constraints_c Log message: - patch from GNOME bugzilla #468075: fix vertical maximisation from Edd Barrett, thank you! - regen PLIST and add GPL version while here CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/02 11:49:30 Modified files: mail/imapsync : Makefile distinfo Log message: - minor update to imapsync-1.255 from Pierre-Emmanuel Andre (MAINTAINER), thank you! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/02 11:53:11 Modified files: math/gnuplot : Makefile Log message: - little orphan found a new parent: Weldon Goree... thank you. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/02 11:58:47 Modified files: sysutils/safecat: Makefile distinfo sysutils/safecat/pkg: PLIST Log message: - Armin Wolfermann will maintain this baby, thanks! - update to version 1.13 from new MAINTAINER - regen PLIST while here CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/02 12:07:41 Modified files: net/radiusd-lucent: Makefile net/radiusd-lucent/patches: patch-radius_src_radiusd_c net/radiusd-lucent/pkg: PLIST Added files: net/radiusd-lucent/patches: patch-radius_src_acct_c patch-radius_src_proxy_c Log message: - from Dan Harnett: * remove himself from MAINTAINER as per his request * fix data types to correct compile time warnings * fix an off by one - regen PLIST while here note: this port should be marked as EOL and removed or is anyone still using this? CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/02 12:16:19 Modified files: x11/fvwm95 : Makefile x11/fvwm95/pkg : PLIST Added files: x11/fvwm95/patches: patch-modules_FvwmConsole_FvwmConsole_c patch-modules_FvwmForm_FvwmForm_c Log message: - from Dan Harnett * remove himself from MAINTAINER as per his request * fixes data types to correct some compile time warnings - regen PLIST while here As a side note: thank you Dan for having maintained all those ports CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/02 12:16:40 Modified files: databases/gnats: Makefile databases/gnats/patches: patch-gnats_misc_c Log message: Fix a format string issue. Fix back ported from 4.0.1. Not exploitable. ok sturm@ millert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/02 13:01:41 Added files: net/unbound/patches: patch-Makefile_in Removed files: net/unbound/patches: patch-configure Log message: do not add a build directory to the configured directories for ld.so ok jakob@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/02 13:02:20 Modified files: sysutils/lsof : Makefile sysutils/lsof/patches: patch-Configure Log message: Allow lsof to recognize 4.4. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/07/02 14:44:46 Modified files: x11/dmenu : Makefile distinfo x11/dmenu/patches: patch-config_mk x11/dmenu/pkg : PLIST Log message: Update to 3.7 Jim Razmus takes maintainership (suggested by old MAINTAINER, Tobias Ulmer) ok sthen@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/07/02 14:46:47 Modified files: x11/dwm : Makefile distinfo x11/dwm/patches: patch-config_def_h patch-config_mk x11/dwm/pkg : PLIST Log message: Update to 5.0.1. From Jim Razmus (MAINTAINER) (as was the previous dmenu update). input and ok sthen@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/02 15:28:50 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Add first bits to support uncompressed format. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/07/02 15:56:28 Modified files: sys/arch/i386/conf: RAMDISK_CD sys/arch/amd64/conf: RAMDISK_CD Log message: add softraid ok deraadt@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/07/02 16:08:03 Modified files: sbin/bioctl : bioctl.c Log message: string munging: say 'CRYPTO' not 'RAID67' ok marco@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/07/02 16:14:07 Modified files: sys/arch/i386/conf: RAMDISK_CD sys/arch/amd64/conf: RAMDISK_CD Log message: add CRYPTO ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/02 17:00:10 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_lib-storage_index_maildir_maildir-sync_c Log message: Maildir: If there are multiple :2, in filename, use the last one both getting and setting the flags. From the Dovecot Mercurial repo. ok sthen@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/07/02 20:59:38 Modified files: sys/arch/mvmeppc/isa: isa_machdep.c Log message: Remove NetBSD license which, after removing clauses 3 and 4, is identical to the one above it. OK deraadt CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/07/02 21:00:37 Modified files: sys/arch/arm/xscale: pxa2x0.c Log message: Remove clauses 3 and 4 from NetBSD license. OK deraadt CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/03 00:45:29 Modified files: devel/pcre : Makefile distinfo devel/pcre/pkg : PLIST Log message: upgrade to PCRE 7.7 fix a heap-based buffer overflow (CVE-2008-2371) ok jakob@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/03 02:07:56 Modified files: net/net-snmp : Makefile Log message: - disable kmem-related code, it is not 64-bit clean and causes problems on i386. - bump package ok rui@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/03 02:30:01 Modified files: audio/libsamplerate: Makefile distinfo audio/libsamplerate/pkg: PLIST Log message: - update to libsamplerate-0.1.4 to fix a "segfault when downsampling by an extremely small ratio" CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/03 03:50:04 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Add struct for VC_EXTENSION_UNIT and dump it in debug mode. CVSROOT: /cvs Module name: ports Changes by: jdixon@cvs.openbsd.org 2008/07/03 06:32:30 Modified files: security/hatchet: Makefile distinfo security/hatchet/patches: patch-docs_INSTALL security/hatchet/pkg: PLIST Added files: security/hatchet/pkg: UNMESSAGE Log message: Update to 0.9.1, bugfix release. Add UNMESSAGE. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/03 09:43:22 Modified files: infrastructure/mk: bsd.port.mk Log message: make full-*-depends targets invocable at the subdir level, as requested by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/03 09:46:24 Modified files: sys/net : pf.c pfvar.h sys/netinet : in_pcb.c in_pcb.h tcp_input.c tcp_output.c Log message: link pf state keys to tcp pcbs and vice versa. when we first do a pcb lookup and we have a pointer to a pf state key in the mbuf header, store the state key pointer in the pcb and a pointer to the pcb we just found in the state key. when either the state key or the pcb is removed, clear the pointers. on subsequent packets inbound we can skip the pcb lookup and just use the pointer from the state key. on subsequent packets outbound we can skip the state key lookup and use the pointer from the pcb. about 8% speedup with 100 concurrent tcp sessions, should help much more with more tcp sessions. ok markus ryan CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/03 10:09:34 Modified files: sbin/pfctl : parse.y Log message: do not forget to initialize other member of $$ in qname; noted by mark shroyer ok henning CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/07/03 10:46:23 Modified files: sys/arch/macppc/conf: RAMDISK distrib/macppc/ramdisk: list Log message: add rum(4) ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/03 11:00:38 Modified files: infrastructure/mk: pkgpath.mk Log message: ... works much better if I commit pkgpath.mk as well... CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/07/03 11:36:47 Modified files: infrastructure/mk: bsd.port.mk Log message: honour ftp_ and http_proxy for FETCH_PACKAGES ok espie CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/03 12:25:14 Modified files: sys/dev/pci/drm: radeon_cp.c radeon_drv.h radeon_irq.c Log message: Update the radeondrm driver to be level with drm git. adds: - support for RS400 chips - some cleanup of a few things - fixes a hard lockup for r3-500 cards. Tested by a few CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/03 12:27:51 Modified files: sys/dev/pci/drm: i915_dma.c i915_drv.h i915_irq.c Log message: Update the inteldrm driver to drm git. changes: - Support for intel 4 series chipsets (i'll do any relavent agp bits for these as soon as i grab the datasheet and find a testcase) - fix scheduled buffer swaps on non 965 chipsets - major reorder, dedup and general cleanup of register definition and the header file Tested by a few, no regressions CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/03 12:30:48 Modified files: sys/dev/pci/drm: r300_cmdbuf.c r300_reg.h Log message: Oops.. missed these files out of the radeon git update. >Update the radeondrm driver to be level with drm git. > >adds: > >- support for RS400 chips >- some cleanup of a few things >- fixes a hard lockup for r3-500 cards. > >Tested by a few CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/03 12:32:06 Modified files: sys/dev/pci/drm: drm_pciids.h Log message: Add the pci id and driver flags flags parts for the previous two updates (radeon and intel) tested by a few (as part of the updates) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/03 12:39:17 Modified files: x11/xfe : Makefile distinfo x11/xfe/patches: patch-Makefile_in Log message: - small update to version 1.19.1 This release fixes some minor bugs and annoyances. CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2008/07/03 12:45:51 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: deal with hrefs containing '/' instead of just the package file name this permits fetching packages from thttpd ok espie CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/07/03 15:46:58 Modified files: usr.bin/ssh : auth2-pubkey.c Log message: avoid nasty double free; ok dtucker@ djm@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/03 18:09:31 Modified files: sys/net : pf.c Log message: remove prototype for nonexistant function CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/03 18:56:49 Modified files: sys/net : pf.c Log message: in pf_state_key_attach(), when we find that there already is a state key that we can attach the state to, make sure to not overwrite the state key pointer in the state that was just set to the existing state key with the state key that was supplied with the state and just free'd (well, pool_put'd). by the time we clean up the state and try to follow it to RB_REMOVE etc we'd follow that garbage pointer to either an unrelated state key or the old state key still sitting unused in the pool. should fix the RB_REMOVE panics some people have been seeing. "clearly ok, please commit" ryan CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/03 21:44:59 Modified files: usr.bin/ssh : groupaccess.c groupaccess.h servconf.c Log message: support negation of groups in "Match group" block (bz#1315); ok dtucker@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2008/07/03 21:47:02 Modified files: usr.bin/ssh : monitor.c Log message: Make debug a little clearer. ok djm@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/07/04 00:32:27 Modified files: www/opera : Makefile distinfo Log message: update to 9.51, prodded by jason dixon and charles smith CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/04 01:35:40 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-finch_libgnt_Makefile_in patch-finch_plugins_Makefile_in patch-libpurple_plugins_ssl_Makefile_in patch-libpurple_protocols_gg_Makefile_in patch-libpurple_protocols_oscar_Makefile_in net/pidgin/pkg : PLIST Log message: Update to pidgin-2.4.3. (ICQ works again) ok brad@ CVSROOT: /cvs Module name: ports Changes by: pyr@cvs.openbsd.org 2008/07/04 04:22:37 Log message: Import dates # cat pkg/DESCR Dates is a small, lightweight calendar, featuring an innovative, unified, zooming view and is designed primarily for use on hand-held devices. ok ajacoutot@ Status: Vendor Tag: pyr Release Tags: pyr_20080704 N ports/misc/dates/Makefile N ports/misc/dates/distinfo N ports/misc/dates/pkg/DESCR N ports/misc/dates/pkg/PLIST N ports/misc/dates/patches/patch-data_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pyr@cvs.openbsd.org 2008/07/04 04:23:25 Modified files: misc : Makefile Log message: +dates CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/04 04:23:56 Modified files: usr.sbin/sysmerge: sysmerge.8 Log message: some small text improvements; ok ajacoutot CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/07/04 04:47:13 Modified files: usr.sbin/pkg_add: pkg_add.1 usr.sbin/pkg_add/OpenBSD: PackageRepository.pm usr.sbin/pkg_add/OpenBSD/PackageRepository: Source.pm Log message: clean up parser a bit, separating local/distant parts in a more reusable way, and simplify file: parsing scheme (trying it with file:, then without is a bit stupid once we have the pieces to put it back together directly). Drop the restriction on urls from the man page, no need to finish stuff with /. CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/07/04 04:49:45 Modified files: . : amd64.html Log message: vr(4) is not on amd64 floppy, so mark it with (A) CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2008/07/04 04:54:24 Modified files: faq : faq15.html Log message: the PKG_PATH parser got smarter CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/07/04 04:55:55 Modified files: share/man/man5 : bsd.port.mk.5 Log message: no reason not to document that one can use ${WRKDIR}/bin to override nasty commands dependencies. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/04 05:09:45 Modified files: misc/dates : Makefile Log message: - fix *_DEPENDS and CONFIGURE_ARGS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/04 05:12:53 Modified files: misc/dates : Makefile Log message: - forgot to add intltool module in last commit no binary change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/04 05:18:28 Modified files: misc/contacts : Makefile Log message: - there's no point in using the x11/gnome MODULE here feedback and ok jasper@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/04 06:50:23 Modified files: usr.bin/chpass : Makefile usr.bin/passwd : Makefile Log message: fix compilation for !YP case; ok millert@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/04 07:47:26 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-security_coreconf_OpenBSD_mk patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_nsNSSComponent_cpp www/mozilla-firefox/pkg: PLIST Added files: www/mozilla-firefox/patches: patch-js_src_xpconnect_shell_Makefile_in Log message: security update to mozilla-firefox-2.0.0.15, fixes MFSA 2008-33, MFSA 2008-32, MFSA 2008-31, MFSA 2008-30, MFSA 2008-29, MFSA 2008-28, MFSA 2008-27, MFSA 2008-25, MFSA 2008-24, MFSA 2008-23, MFSA 2008-22, MFSA 2008-21 http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox2.0.0.15 ok kurt@, naddy@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/04 08:39:37 Modified files: usr.sbin/httpd/src/modules/proxy: proxy_http.c usr.sbin/httpd/src/modules/ssl: ssl_engine_ext.c Log message: Make the proxy module work with https again by allowing the destination port to be set in the config file instead of using HTTP_DEFAULT_PORT in all cases. Prevent a segfault that would happen when the SSL connection from the proxy fails. Problem found and analyzed by Mischa Diehm; fix by me. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/04 08:55:59 Modified files: usr.sbin/pkg_add: pkg_add.1 Log message: remove trailing whitespace; CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/07/04 09:03:45 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: Teach sysmerge to retrieve {etc,xetc}*.tgz files from FTP/HTTP paths using ftp(1). Thanks ajacoutot and jmc for suggestions. ok ajacoutot jmc, no objection deraadt CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/07/04 09:06:54 Modified files: sys/dev/usb : usbdevs Log message: add new entries for 3G/3.5G modems CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/07/04 09:07:44 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen ok jsg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/04 09:37:23 Modified files: . : Makefile Log message: let EXEC and SIMPLE_LOCK have sensible definitions, as noticed by sturm@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/04 09:39:17 Modified files: editors/emacs21: Makefile editors/emacs22: Makefile Log message: * bump PKGNAME for PLIST changes 4.3 -> 4.4 * fix RUN_DEPENDS for the subpackages: do not depend on a flavor CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/07/04 09:43:39 Modified files: . : Makefile Log message: need full path to lock for unlocking ok espie CVSROOT: /cvs Module name: ports Changes by: pyr@cvs.openbsd.org 2008/07/04 10:20:41 Log message: Import Tasks: Tasks is a simple To Do list application that eschews complicated features for a lean interface and functionality that just does the right thing. It has a simple interface with little cruft around the list of tasks. feedback, fixes and ok ajacoutot@ Status: Vendor Tag: pyr Release Tags: pyr_20080704 N ports/productivity/tasks/Makefile N ports/productivity/tasks/distinfo N ports/productivity/tasks/pkg/DESCR N ports/productivity/tasks/pkg/PLIST N ports/productivity/tasks/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pyr@cvs.openbsd.org 2008/07/04 10:23:01 Modified files: productivity : Makefile Log message: +tasks CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/04 10:25:45 Modified files: lang/librep : Makefile x11/rep-gtk : Makefile x11/sawfish : Makefile Log message: bump PKGNAME for PLIST changes 4.3 -> 4.4 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/04 10:35:26 Modified files: math/octave : Makefile math/plplot : Makefile Log message: bump PKGNAME for PLIST changes 4.3 -> 4.4 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/04 10:46:10 Modified files: editors/xemacs21/stable: Makefile lang/STk : Makefile lang/swi-prolog: Makefile Log message: bump PKGNAME for PLIST changes 4.3 -> 4.4 CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/07/04 10:49:28 Modified files: sys/nfs : rpcv2.h Log message: Remove unused NQNFS #define ok thib@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/07/04 11:19:08 Modified files: infrastructure/db: user.list Log message: add _argus user/group CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/04 11:20:27 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Add support for ssm nodes as found on the v1280 and bigger machines. For now, we pretend that ssm is mainbus. Perhaps I'l turn it into a real bus driver later. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/07/04 11:23:39 Modified files: net/argus : Makefile net/argus/pkg : PLIST Log message: add _argus user/group and adapt directory ownership/permissions feedback/ok sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/04 11:40:25 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Make debug code compile. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/04 12:48:46 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Add a little hack to recognize the boot device on the v1280. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/04 12:58:50 Modified files: x11/gnome/gvfs : Makefile distinfo x11/gnome/gvfs/patches: patch-programs_Makefile_in x11/gnome/gvfs/pkg: PLIST Log message: - update gvfs to 0.2.5 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/04 13:41:21 Modified files: lang/gcc/3.3 : Makefile lang/gcc/4.2 : Makefile Log message: bump PKGNAME for PLIST changes 4.3 -> 4.4 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/04 13:57:06 Modified files: databases/ruby-bdb: Makefile databases/ruby-ldap: Makefile databases/ruby-mysql: Makefile devel/ruby-ncurses: Makefile devel/subversion: Makefile graphics/ruby-gdk-imlib: Makefile graphics/ruby-gdk-pixbuf: Makefile lang/ruby : Makefile net/ruby-pcap : Makefile textproc/eruby : Makefile textproc/gonzui: Makefile textproc/ruby-hyperestraier: Makefile x11/ruby-gtk : Makefile x11/kde/bindings3: Makefile Log message: bump PKGNAME for PLIST changes 4.3 -> 4.4 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/04 15:15:24 Log message: import Record My Desktop (and gtk-frontend) Recordmydesktop produces a file(default out.ogg) that contains a video and audio recording of a desktop session. The default behavior of recording is to mark areas that have changed(through libxdamage) and update the frame. with patch from bernd@ to make sound recording work. Status: Vendor Tag: jasper Release Tags: jasper_20080704 N ports/multimedia/recordmydesktop/Makefile N ports/multimedia/recordmydesktop/Makefile.inc N ports/multimedia/recordmydesktop/gtk/Makefile N ports/multimedia/recordmydesktop/gtk/distinfo N ports/multimedia/recordmydesktop/gtk/patches/patch-src_gtk-recordMyDesktop_in N ports/multimedia/recordmydesktop/gtk/pkg/DESCR N ports/multimedia/recordmydesktop/gtk/pkg/PLIST N ports/multimedia/recordmydesktop/base/Makefile N ports/multimedia/recordmydesktop/base/distinfo N ports/multimedia/recordmydesktop/base/patches/patch-configure N ports/multimedia/recordmydesktop/base/patches/patch-include_rmdtypes_h N ports/multimedia/recordmydesktop/base/patches/patch-src_opendev_c N ports/multimedia/recordmydesktop/base/patches/patch-include_rmdmacro_h N ports/multimedia/recordmydesktop/base/pkg/DESCR N ports/multimedia/recordmydesktop/base/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/04 15:16:36 Modified files: multimedia : Makefile Log message: - add recordmydesktop CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/04 15:28:50 Modified files: databases/evolution-data-server: Makefile distinfo databases/evolution-data-server/patches: patch-configure databases/evolution-data-server/pkg: PLIST Log message: - update evolution-data-server to 2.22.3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/04 15:42:06 Modified files: multimedia/recordmydesktop: Makefile.inc Log message: - add rcs id spotted by frogger^WWajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/04 16:03:30 Modified files: sys/arch/sparc64/include: cpu.h Log message: Change trapbase from a pointer to a variable-length array such that it can actually be used to access trap vectors. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/04 16:04:37 Modified files: sys/arch/sparc64/include: trap.h Log message: Add T_MON_BREAKPOINT, the trap vector used by OBP for breakpoints. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/04 17:08:25 Modified files: usr.bin/ssh : packet.c Log message: handle EINTR in packet_write_poll()l ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/04 17:10:09 Modified files: www/firefox-i18n: Makefile distinfo Log message: update for 2.0.0.15 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/04 17:30:16 Modified files: usr.bin/ssh : auth1.c auth2.c Log message: Make protocol 1 MaxAuthTries logic match protocol 2's. Do not treat the first protocol 2 authentication attempt as a failure IFF it is for method "none". Makes MaxAuthTries' user-visible behaviour identical for protocol 1 vs 2. ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/04 18:42:31 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-security_coreconf_OpenBSD_mk patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_nsNSSComponent_cpp www/seamonkey/pkg: PLIST Added files: www/seamonkey/patches: patch-js_src_xpconnect_shell_Makefile_in patch-rdf_chrome_tools_chromereg_Makefile_in Log message: - security update to seamonkey-1.1.10: http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.10 - remove bogus hindi langpack, spotted by naddy@ - security coreconf integrated upstream, remove - fix linking, sync wantlib, add bin markers ok kurt@, naddy@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/04 22:35:46 Modified files: openssh : security.html Log message: major whacking: reverse order of entries, so the most revent (& relevant) are first. Backfill security issues that we neglected to add for recent version. Add recommended contact address for reporting security vulnerabilities. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/04 22:44:31 Modified files: openssh : faq.html Log message: split bug reporting into separate section, reinforce security contact here too update reason for including implementation version in protocol banner CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/04 23:02:33 Modified files: openssh : manual.html Log message: mention zlib@openssh.com, umac-64@openssh.com and our other protcol extensions CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/04 23:06:13 Modified files: openssh : manual.html Log message: explicit man page sections CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/04 23:16:02 Modified files: usr.bin/ssh : PROTOCOL Log message: grammar CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/07/04 23:38:37 Modified files: . : want.html Log message: I could really use two i386 systems with at least one PCIe 4x or 8x slot each to test some network gear. They do not have to be anything special and preferably desktops systems. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/05 01:25:19 Modified files: bin/ksh : main.c Log message: ksh starting as root will refuse to import a PS1 prompt unless it contains a '#' character. Make it also accept the \$ PS1 sequence (which is supposed to automagically be $ or # depending on the user running the shell) unless ksh has been started in sh-compatibility mode. pointed out by millert@ when I asked why my SUDO_PS1 was not being honoured; ok millert@ CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2008/07/05 02:03:57 Modified files: lib/libpthread/man: Makefile.inc pthread_attr_init.3 pthread_attr_setdetachstate.3 pthread_attr_setstackaddr.3 pthread_attr_setstacksize.3 pthread_create.3 pthreads.3 Added files: lib/libpthread/man: pthread_attr_setstack.3 Log message: Add manpage for pthread_attr_[sg]etstack(3) Correct misnaming in STANDARDS section ok brad@ otto@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/05 02:35:39 Modified files: sysutils/gkrellm/plugins: Makefile.inc Log message: - set SHARED_ONLY instead of !NO_SHARED_ARCHS - set GPL version CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/05 02:36:47 Modified files: sysutils/gkrellm/plugins/weather: Makefile distinfo sysutils/gkrellm/plugins/weather/patches: patch-GrabWeather patch-Makefile patch-gkrellweather_c Log message: - update to gkrellweather-2.0.7 from David Hill, thanks! - remove unused pre-configure target - respect CFLAGS CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/05 04:42:36 Modified files: openssh : manual.html Log message: html typo; fix from mikolaj AT kucharski.name CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/05 04:43:07 Modified files: lib/libpthread/man: pthread_attr_init.3 pthread_attr_setstack.3 pthread_create.3 Log message: - correct .Dt for pthread_attr_setstack.3 - new sentence, new line CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/05 06:11:52 Modified files: sys/dev/usb : udcf.c Log message: Add support for the new Expert mouseCLOCK USB II that uses an FTDI FT232R chip to interface the receiver (instead of the NetCologne chip used on older models). Only the DCF77 and HBG receivers are supported. A sidenote: Gude ADS not only provides me with receivers and documentation, but as a result of my feedback on their older receivers the new ones now have proper USB product IDs to distinguish between DCF77, HBG, and MSF. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/05 06:18:27 Modified files: share/man/man4 : udcf.4 Log message: Mention support for the Expert mouseCLOCK USB II and the lack of MSF support. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/07/05 06:23:14 Modified files: . : i386.html macppc.html Log message: Mention support for the GUDE ADS Expert mouseCLOCK USB II CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/05 06:45:06 Modified files: sys/nfs : nfs_srvcache.c Log message: use m_freem() instead of MFREE() since we ignore the mbuf that points to the rest of the chain (if it is a chain). ok blambert@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/05 06:48:03 Modified files: sys/kern : vfs_subr.c Log message: re-introduce vdrop() to signal a lost intrest in a vnode; ok art@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/05 06:51:04 Modified files: sys/nfs : nfs.h nfs_syscalls.c nfs_vfsops.c nfsmount.h Log message: Clean up some old dead code, mostly nqnfs and kerberos leftovers for uid goo, mostly zapping unused members from various structures. ok blambert@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/05 06:56:52 Modified files: sys/sys : mount.h namei.h Log message: bumb the bcachestats and the nchstats counters from long to u_int64_t's; add two new counters to nchstats that will be used in the future. ok art@, beck@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/05 08:41:28 Modified files: sys/dev/usb : uftdireg.h Log message: Fix a comment: Code defines FTDI_SIO_GET_STATUS, use that in comments, not FTDI_SIO_GET_MODEM_STATUS which is not defined anywhere. Also note that on newer devices like the FT232R the request is two bytes, not one. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/05 10:00:29 Modified files: devel/xulrunner: Makefile distinfo devel/xulrunner/patches: patch-security_coreconf_OpenBSD_mk patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_nsNSSComponent_cpp devel/xulrunner/pkg: PLIST-devel PLIST-main Log message: security update to xulrunner-1.8.1.15; ok kurt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/05 10:07:01 Modified files: sys/scsi : scsi_base.c Log message: When SCSIDEBUG'ing, print data about to be written (for commands flagged SCSI_DATA_OUT) and data that has been returned (for commands flagged SCSI_DATA_IN). This is better than just printing the data buffer before the command is issued since that does not include any data that has been read. e.g. INQUIRY data, as thib@ and I discovered. ok marco@ CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2008/07/05 10:57:50 Modified files: sys/net : pf.c Log message: in pf_state_key_attach(), when there is already an existing state key that can be used and we return the state key back to the pool, don't insert state items into the tailq using that garbage state key. this makes things much happier for me. ok henning@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/05 11:34:26 Modified files: sys/nfs : nfs.h nfs_socket.c Log message: Remove R_GETONEREP and the code that checks if its set (its never set). "please kill it" blambert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 12:21:47 Modified files: sys/dev/pci : pcidevs Log message: Add Sun SBBC. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 12:22:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/07/05 12:28:08 Modified files: sys/nfs : nfs_socket.c Log message: When waking an nfs daemon, use wakeup_one vice wakeup, as a) we're attempting to wake a specific process which b) sleeps on a unique address which means that there's no need to continue traversing the sleep queue once the process has been found and awakened. "looks good too me" thib@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 13:30:44 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Don't play games with %cleanwin when spinning up secondary CPUs. The firmware on the v1280 doesn't like it if we change it behind its back. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/05 14:38:09 Modified files: archivers/libarchive: Makefile distinfo archivers/libarchive/patches: patch-tar_bsdtar_1 archivers/libarchive/pkg: PLIST Removed files: archivers/libarchive/patches: patch-cpio_test_main_c patch-cpio_test_test_option_L_c patch-libarchive_test_main_c patch-libarchive_test_test_entry_c patch-libarchive_test_test_pax_filename_encoding_c patch-tar_test_main_c Log message: update to 2.5.5 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 14:53:33 Modified files: sys/arch/sparc64/include: psl.h sys/arch/sparc64/sparc64: locore.s Log message: The firmware on the v1280 changes %wstate behind our back. Work around this problem by adopting the same encoding used by Solaris for the kernel windows. Note that this involves rearranging the trap vector tables, both fur sun4u and for sun4v. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/05 14:59:42 Modified files: usr.bin/uudecode: uudecode.c usr.bin/uuencode: uuencode.1 uuencode.c Log message: each utility must have its own usage and its own set of options; b64encode and b64decode are equivalent to running uuencode and uudecode respectively with the -m flag specified, so this flag should not be available in these utilities; while here, fix synopsis. based on millert's diff for compress/gzip. ok millert@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/05 15:00:38 Modified files: usr.bin/compress: compress.h main.c Log message: each utility must have its own usage and an unique set of options. diff written by millert based on a previous one by me; millert's diff has a much better style and adds support for different sets of options for each utility. ok millert@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/05 15:13:47 Modified files: sbin/atactl : atactl.c Log message: synchronize usage of atactl commands with manual page. ok millert@, (for the change) jmc@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 15:17:28 Modified files: sys/arch/sparc64/stand/ofwboot: Makefile Log message: Link bootloader at 1MB (same a the Solaris bootloader) instead of 8MB (which the firmware on the v1280 doesn't like). tested by many CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 15:20:48 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Calculate the size of kernel text correctly if it spans multiple prom mapping entries. This is necessary on the v1280 where the firmware mixes 4MB and 8KB mappings to map kernel text. tested by miod@ and nick@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 16:17:22 Modified files: sys/arch/sparc64/sparc64: ofw_machdep.c Log message: Specify the correct number of arguments in prom call that sets the trap table (1 for sun4u, 2 for sun4v). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 16:59:14 Modified files: sys/arch/sparc64/stand/ofwboot: elfXX_exec.c Log message: Round up memory allocations to page size. Apparently sane firmware versions do this automatically, but the braindead firmware on the v1280 doesn't do this and makes the allocation fail. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 17:03:04 Modified files: sys/arch/sparc64/stand/ofwboot: Locore.c Log message: Apparantly the "chain" OpenFirmware interface always fails so don't bother with it. Makes the bootloader work on the v1280 where the firmware breaks into the firmware debugger instead of returning failure. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 17:06:06 Modified files: sys/arch/sparc64/include: ctlreg.h Log message: Add function to read %tba. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/05 17:08:08 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Copy OBP breakpoint vector from the PROM trap table into our own trap table. This makes the kernel properly enter the prom upon halt on the v1280. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/07/05 17:38:51 Modified files: . : sparc64.html Log message: The v1280 works now. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/05 22:57:57 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/06 01:25:05 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Add missing include such that RAMDISK kernels compile again. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/06 01:27:43 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK files.sparc64 Added files: sys/arch/sparc64/dev: sbbc.c Log message: Add sbbc(4), a driver for the BootBus controller on Serengeti and StarCat systems that provides time of day services and (in the future) console services. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/06 01:28:33 Modified files: share/man/man4/man4.sparc64: Makefile Added files: share/man/man4/man4.sparc64: sbbc.4 Log message: sbbc(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/06 02:47:02 Modified files: sys/arch/sparc64/stand/ofwboot: vers.c Log message: Bump verson number now that the bootloader works on the v1280. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/06 02:51:44 Added files: sys/arch/sparc64/dev: ssm.c Log message: Add ssm(4), a driver for the scalable shared memory device found on Serengeti and Starcat systems. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/06 02:52:26 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add ssm(4), a driver for the scalable shared memory device found on Serengeti and Starcat systems. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/06 02:53:38 Modified files: sys/arch/sparc64/conf: GENERIC GENERIC.MP RAMDISK sys/arch/sparc64/sparc64: autoconf.c Log message: Enable ssm(4) and remove hacks that worked around the fact that we didn't have it. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/06 03:05:04 Modified files: share/man/man4/man4.sparc64: Makefile Added files: share/man/man4/man4.sparc64: ssm.4 Log message: ssm(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/06 03:08:21 Modified files: share/man/man4/man4.sparc64: cmp.4 schizo.4 Log message: Adjust SYNOPSIS. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/06 04:00:47 Modified files: sys/dev/usb : udcf.c Log message: Use UT_{READ|WRITE}_VENDOR_DEVICE instead of self defined values. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/07/06 04:38:52 Modified files: sys/dev/pci : pciide.c Log message: pciide_match() is a bit convoluted, we match anything claiming to be MASS_STORAGE subclass IDE regardless of id, and other ids depending on the subclass and a known id or a known id and the override flag. We really want to check the subclass so we don't attach pciide to the wrong function of a chip, which happened last time around before the additional subclasses were checked in the non override case and the overrides were pulled. A bunch of the override flags were pulled after some common subclasses (SATA/RAID) were added. So if we have a known id and a SATA/RAID subclass we would match. Turns out some Silicon Image SATA devices claim to be of subclass MISC so add that as well. Unbreaks one of hennings machines with 3114 SATA and likely quite a few other machines. 'seems safe enough to me' miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/06 05:25:42 Log message: import p5-Crypt-SaltedHash Object oriented interface to create salted (or seeded) hashes of clear text data. The original formalization of this concept comes from RFC-3112 and is extended by the use of different digital agorithms. from Jim Razmus Status: Vendor Tag: jim Release Tags: sthen_20080706 N ports/security/p5-Crypt-SaltedHash/Makefile N ports/security/p5-Crypt-SaltedHash/distinfo N ports/security/p5-Crypt-SaltedHash/pkg/PLIST N ports/security/p5-Crypt-SaltedHash/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/06 05:27:07 Modified files: security : Makefile Log message: +p5-Crypt-SaltedHash CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/06 07:33:54 Modified files: sys/nfs : nfs_syscalls.c Log message: Zap redundant prototype for nfsrv_zapsock(); CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/06 07:36:09 Modified files: usr.bin/colcrt : colcrt.c Log message: spacing. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/06 07:42:35 Modified files: usr.bin/write : write.c Log message: sync synopsis and usage. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/06 07:49:35 Modified files: usr.bin/unvis : unvis.c Log message: spacing. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/06 07:50:36 Modified files: sys/dev/usb : uvideo.c Log message: When the device gets close switch back from alternate interface to default interface. Nice side effect; Turns off the cams LED again. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/06 08:31:19 Modified files: distrib/miniroot: install.sub Log message: Make 'dhcp' the initial default when configuring the network. This makes one more answer 'able during install without changing any existing behaviour. Change 'NTP server?' default answer from 'none' to 'default'. Suggested by thib@, supported by marco@, jsing@, millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/06 08:34:14 Modified files: share/man/man4/man4.sparc64: sbbc.4 ssm.4 Log message: - no need for .Pp before or after .Sh - no comma for last SEE ALSO item CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/06 09:03:37 Modified files: sbin/newfs : newfs.c Log message: Don't change the size of the partition being newfs'd when sectorsize, either from the disklabel or via -S, is not 512 bytes. Disklabel partition sizes are sectors and not 512 byte blocks. One less 'block is 512 bytes' assumption. 2^32 or so to go. ok otto@ millert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/06 09:26:14 Modified files: net/openafs : Makefile net/openafs/patches: patch-acinclude_m4 patch-src_config_afs_sysnames_h Log message: recognize 4.4 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/07/06 10:46:31 Modified files: . : sparc64.html Log message: balance CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/06 10:48:48 Log message: The ACPI Component Architecture (ACPICA) project provides an operating system (OS)-independent reference implementation of the Advanced Configuration and Power Interface Specification (ACPI). ok naddy Status: Vendor Tag: phessler Release Tags: phessler_20080706 N ports/devel/acpica/Makefile N ports/devel/acpica/distinfo N ports/devel/acpica/pkg/DESCR N ports/devel/acpica/pkg/PLIST N ports/devel/acpica/patches/patch-compiler_Makefile N ports/devel/acpica/files/LICENSE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/06 10:51:02 Modified files: devel : Makefile Log message: add acpica CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/06 10:54:48 Modified files: sys/nfs : nfs_serv.c nfs_syscalls.c nfs_vnops.c Log message: remove #ifndef nolint goo ok blambert@ CVSROOT: /cvs Module name: ports Changes by: jdixon@cvs.openbsd.org 2008/07/06 14:43:20 Log message: Cannon Smash is a 3D table tennis game. The goal of the project is to provide a computer game rendition of table tennis that allows the use of various strategies available in the real game. Adapted from the FreeBSD port. Input from okan, martynas, landry, ajacoutot Tested by many ok landry@ ajacoutot@ Status: Vendor Tag: jdixon Release Tags: jdixon_20080706 N ports/games/csmash/Makefile N ports/games/csmash/distinfo N ports/games/csmash/pkg/DESCR N ports/games/csmash/pkg/PLIST N ports/games/csmash/patches/patch-Network_cpp N ports/games/csmash/patches/patch-configure N ports/games/csmash/patches/patch-loadparts_cpp N ports/games/csmash/patches/patch-ttinc_h N ports/games/csmash/patches/patch-BallView_h N ports/games/csmash/patches/patch-matrix No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jdixon@cvs.openbsd.org 2008/07/06 14:46:19 Modified files: games : Makefile Log message: +csmash CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/06 15:03:13 Modified files: sys/kern : tty_nmea.c Log message: Add the position to the sensor description. discussed with otto, sthen, ckuethe. ok otto CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/06 15:25:25 Modified files: devel/pcre : Makefile Added files: devel/pcre/patches: patch-pcre_compile_c Log message: - previous commit updated pcre to 7.7, which was confirmed vulnerable to the CVE-number, mentioned in the commit. brad got confused and thought the update fixed that issue, because of a confusing changelog entry. roll in a fix from gentoo that fixes the actuall issue. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/06 16:05:09 Modified files: mail/imapfilter: Makefile distinfo Log message: maintenance update to version 2.0.10 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/06 16:19:39 Modified files: lib/libc/gen : getpwent.c Log message: oops, fix getpwent() use of wrong buffers found by alexander.schrijver CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/06 18:30:31 Modified files: x11/pidgin-guifications: Makefile distinfo x11/pidgin-guifications/patches: patch-configure Log message: update to pidgin-guifications 2.16. ok sthen@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2008/07/06 18:31:41 Modified files: usr.bin/ssh : ttymodes.c Log message: we don't need arg after the debug3() was removed. from lint. ok djm@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/06 18:34:04 Modified files: net/pidgin-tlen: Makefile distinfo Log message: update to pidgin-tlen 20080602. from alek@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/06 18:42:34 Modified files: sys/dev/pci : if_vic.c Log message: tweak the alignment of the rx buffers so the headers in the frame are better aligned for fast access. i didnt bench, so maybe this does nothing. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/06 22:08:00 Modified files: devel/acpica : Makefile Log message: this is known to blow up on non-reference platforms, so mark as ONLY_FOR_ARCHS until we fix it requested and "doesn't need a package bump" sthen CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2008/07/06 22:59:22 Modified files: lib/libpthread/uthread: uthread_create.c Log message: Application-specified thread stacks didn't work with libpthread because it treated the supplied memory as holding an internal data structure instead of as the stack space itself ok kurt@, "looks ok" otto@, tested on hppa by kettenis@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/07 01:32:48 Modified files: sysutils/dwdiff: Makefile distinfo sysutils/dwdiff/pkg: PLIST Log message: - update dwdiff to 1.4 (includes unicode support via icu4c) CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2008/07/07 01:38:40 Modified files: sys/dev/pci : pcidevs Log message: Add Intel 82945GME Hostbridge and Video. ok jsg@ CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2008/07/07 01:40:55 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2008/07/07 01:54:48 Modified files: sys/arch/amd64/pci: pchb.c sys/arch/i386/pci: pchb.c sys/dev/pci : agp.c agp_i810.c Log message: Add AGP and hostbridge support for the Intel 82945GME chipset. ok jsg@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/07 02:01:47 Modified files: sys/kern : tty_nmea.c Log message: Shorten the sensor description and reserve room for optional characters only when they are needed. Makes locations like -123d45m,-123d45m fit. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/07 06:06:04 Modified files: x11/xfce4 : xfce4.port.mk Log message: Some fixes to x11/xfce4 module : DIST_SUBDIR, CONFIGURE_STYLE and USE_X11 are already defined in Makefile.inc, and putting them in the module was a bad idea. While here, remove temporarly myself as MAINTAINER, this info will also end up in Makefile.inc when all ports are converted to use the module, like it's done for gnome. Also, conditionally define DISTNAME for XFCE_PLUGIN case, it's needed by verve-plugin. Requested by, discussed with and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/07 06:08:15 Modified files: x11/xfce4/xfdesktop: Makefile x11/xfce4/exo : Makefile x11/xfce4/libxfce4mcs: Makefile x11/xfce4/libxfcegui4: Makefile x11/xfce4/libxfce4util: Makefile x11/xfce4/xfce4-places: Makefile x11/xfce4/ristretto: Makefile Log message: Bump PKGNAME in ports that were already using x11/xfce4 module. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/07 06:19:33 Modified files: x11/xfce4 : Makefile Removed files: x11/xfce4/xfce4-lua-graph: Makefile distinfo x11/xfce4/xfce4-lua-graph/patches: patch-README patch-configure_ac patch-panel-plugin_Makefile_in patch-panel-plugin_luagraph_c x11/xfce4/xfce4-lua-graph/pkg: DESCR PFRAG.shared PLIST x11/xfce4/xfce4-bglist-editor: Makefile distinfo x11/xfce4/xfce4-bglist-editor/pkg: DESCR PLIST Log message: Remove xfce4-bglist-editor, it is superseded by xfdesktop since xfce 4.4. Also remove xfce4-lua-graph, it is abandoned upstream since 2005 and no release is planned to make it work with newer xfce. Both were marked broken since some months, the only remaining broken one is xfce4-wavelan, but a pending update will fix it. No objection from ajacoutot@ and brad@ CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2008/07/07 06:29:07 Modified files: . : amd64.html Log message: Remove some obsolete comments. Found by Giovanni Bechis CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/07 06:53:43 Modified files: sys/dev/pci : if_sis.c Log message: Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() when we want too load an mbuf; remove a printf that fires in case we can't load the mbuf (We do error handling and recovery). ok brad@, dlg@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/07/07 07:42:00 Modified files: sys/arch/i386/i386: machdep.c Log message: Add an entry to report the bus clock on bernd's atom laptop. Intel don't publish the EST voltage tables, and they don't even publish the MSRs for a shipping processor so we can figure out how to do this in the backwards highest/lowest way cleanly. The mapping might look like the Core * one, but who really knows for sure outside of a few guys at Intel. Other machines with Atom processors and a different bus clock will have to be added one by one until this stupidity changes. Tested by bernd, ok gwk CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/07/07 08:24:14 Modified files: share/zoneinfo/datfiles: africa asia australasia europe northamerica southamerica zone.tab Log message: Update to tzdata2008d from elsie.nci.nih.gov. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/07 08:38:42 Modified files: sys/arch/sparc64/dev: vcons.c Log message: Fix typo in comment. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/07 08:46:18 Modified files: sys/arch/sparc64/conf: files.sparc64 sys/arch/sparc64/dev: sbbc.c sys/arch/sparc64/include: conf.h sparc64.h sys/arch/sparc64/sparc64: conf.c ofw_machdep.c Log message: Extend sbbc(4) to provide a console driver for the v1280. CVSROOT: /cvs Module name: src Changes by: jdixon@cvs.openbsd.org 2008/07/07 09:53:15 Modified files: distrib/miniroot: install.sub Log message: Rework the ntpd question to default to no, and ask for the NTP server only if user chooses yes. Easier than the 3-part question and requires far fewer keystrokes to enable the 'default'. ok krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/07 10:24:16 Modified files: sysutils/flyback: Makefile sysutils/flyback/patches: patch-flyback_py Log message: - make the crontabs work CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/07 10:29:57 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c drm_irq.c drm_lock.c Log message: The current drm_locked_task*() code sometimes tries to sleep in an interrupt handler. This is bad and wrong. So change it so that if we can't immediately grab the hardware lock, to just leave the task flagged so that we can run it when we release the lock. The linux implementation uses a similar scheme. Tested by guenther@, landry@ and bernd@. Also tested by many a while ago as part of a larger diff. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/07 10:55:48 Modified files: www/gtkhtml3 : Makefile distinfo www/gtkhtml3/pkg: PLIST Log message: - update gtkhtml3 to 3.18.3 (includes a fix to make evolution not crap out on specially formatted html) CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/07 11:16:27 Modified files: usr.bin/systat : iostat.c Log message: bcachestats got bumbed too u_int64_t's and I forgot about munging systat to handle the field with; pointed out by mickey ok canacar@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/07 11:21:20 Modified files: editors/xemacs21-sumo: Makefile Log message: gunzip -d is redundant and invalid syntax now CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/07/07 11:31:20 Modified files: security/tcltls: Makefile Added files: security/tcltls/patches: patch-tlsBIO_c patch-tlsIO_c Log message: fix some 'cast from pointer to integer of different size' warnings on 64-bit archs ok naddy@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/07/07 11:39:24 Modified files: geo/qlandkarte : Makefile distinfo geo/qlandkarte/patches: patch-src_CToolViewLog_cpp Log message: qlandkarte-0.7.3, highlights: - added ascent/descent delta on tracks - fixed antialiasing bug (much better performance) - fixed coordinates miscalculation bug CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/07 12:07:51 Modified files: sys/dev/usb : uvideo.c Log message: - Improve negotation and fix some more DPRINTFs. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/07 15:26:50 Modified files: x11/tango-icon-theme: Makefile x11/tango-icon-theme-extras: Makefile Log message: - homepage changed CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/07 15:29:03 Modified files: x11/icon-naming-utils: Makefile distinfo Log message: - update icon-naming-utils to 0.8.7 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/07 16:05:38 Modified files: devel/ORBit2 : Makefile distinfo devel/ORBit2/pkg: PLIST Log message: - update ORBit2 to 2.14.13 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/07 16:08:12 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/07 17:22:27 Modified files: sys/arch/sparc64/dev: schizo.c Log message: Match on XMITS (which is a PCI-X Schizo variant found on Sun Fire E2900/E4900/E6900/E20K/E25K systems). There's a fairly good chance it'll just work. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2008/07/07 17:32:51 Modified files: usr.bin/ssh : key.c Log message: /*NOTREACHED*/ for lint warning: warning: function key_equal falls off bottom without returning value ok djm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/07 17:41:58 Modified files: sys/arch/amd64/amd64: rbus_machdep.c sys/arch/i386/i386: rbus_machdep.c Log message: Comment correction, actually -> actual ok henning@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/07/07 18:01:00 Modified files: faq : faq11.html Log message: mac68k has no working X servers. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/07 18:24:17 Modified files: devel/bison : Makefile distinfo devel/bison/patches: patch-configure patch-data_m4sugar_m4sugar_m4 patch-src_output_c devel/bison/pkg: PLIST Log message: Update to bison 2.3. ok jdixon@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/07 19:46:25 Modified files: sys/dev/microcode/isp: asm_2300.h Log message: Update 2300 firmware from 3.01.20 (Dec 19, 2002) to 3.03.19 (Nov 30, 2005). From mjacob via FreeBSD. No known code dependency, and prepares ground for major isp update. Tested on a 2312 by dlg@. ok dlg@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/07/07 22:32:06 Modified files: lang/tcl : tcl.port.mk x11/tk : tk.port.mk Log message: reorganize/extend these modules a bit "go ahead" deanna@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/07 23:22:00 Modified files: sys/arch/i386/conf: GENERIC files.i386 sys/arch/i386/i386: mainbus.c sys/conf : files Added files: sys/dev : vmt.c vmtvar.h Log message: vmt(4) is a kernel level implementation of the vmware tools. it only provides the hosts machines clock as a timedelta sensor so far. getting it into the tree so people can work on it as suggested by fgsch@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/07 23:59:39 Modified files: sys/dev/pci : pciide.c Log message: Remove the IDE_PCI_CLASS_OVERRIDE quirk flag for the Intel AHCI controllers as they're of the subclass SATA and the SiI3512 SATA controller as it is of the subclass MISC. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/08 01:04:39 Modified files: mail/p5-Mail-DKIM: Makefile distinfo Log message: - update p5-Mail-DKIM to 0.32 from david hill, ok maintainer CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/08 02:38:26 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-configure patch-glib_Makefile_in patch-tests_Makefile_in patch-tests_refcount_Makefile_in devel/glib2/pkg: PLIST-main Removed files: devel/glib2/patches: patch-gio_glocalfile_c Log message: Update glib2 to 2.16.4. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/08 02:40:11 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/patches: patch-demos_Makefile_in patch-gdk-pixbuf_Makefile_in patch-modules_input_Makefile_in x11/gtk+2/pkg : PLIST-main Log message: Update to GTK+ 2.12.11. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/08 03:32:49 Modified files: print/py-cups : Makefile distinfo print/py-cups/patches: patch-cupsconnection_c patch-setup_py Log message: - update to py-cups-1.9.40 - use SUBST_CMD in the process looks fine to jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/08 03:33:22 Modified files: print/system-config-printer: Makefile distinfo print/system-config-printer/patches: patch-Makefile_in patch-applet_py patch-manage-print-jobs_desktop_in patch-my-default-printer patch-my-default-printer_desktop_in patch-print-applet_desktop_in patch-pysmb_py patch-system-config-printer patch-system-config-printer-applet patch-system-config-printer_desktop_in patch-system-config-printer_py print/system-config-printer/pkg: PLIST Added files: print/system-config-printer/patches: patch-cupshelpers_cupshelpers_py patch-troubleshoot_CheckPPDSanity_py Removed files: print/system-config-printer/patches: patch-cupshelpers_py Log message: - update to system-config-printer-1.0.3 looks fine to jasper@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/08 03:33:30 Modified files: x11/xfce4/mousepad: Makefile x11/xfce4/mousepad/pkg: PLIST x11/xfce4/orage: Makefile x11/xfce4/orage/pkg: PLIST x11/xfce4/terminal: Makefile x11/xfce4/terminal/pkg: PLIST x11/xfce4/thunar: Makefile x11/xfce4/thunar/pkg: PLIST Log message: First pass at converting Xfce core apps to use xfce4.port.mk. Bump PKGNAMEs, and while here regen PLISTs with @bin markers. Add licence version markers. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/08 03:41:35 Modified files: x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-mcs-manager: Makefile x11/xfce4/xfce-mcs-manager/pkg: PLIST x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce-utils/pkg: PLIST x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-appfinder/pkg: PLIST x11/xfce4/xfce4-icon-theme: Makefile Log message: Second pass at converting core Xfce apps to use xfce4.port.mk. Bump PKGNAMEs, regen PLISTs with @bin markers, and fix licence markers. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/08 03:45:36 Modified files: x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfce4-mixer/pkg: PLIST x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-panel/pkg: PLIST x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-session/pkg: PLIST x11/xfce4/xfprint: Makefile x11/xfce4/xfprint/pkg: PLIST x11/xfce4/xfwm4: Makefile x11/xfce4/xfwm4/pkg: PLIST x11/xfce4/xfwm4-themes: Makefile Log message: Third and last pass to convert Xfce core apps to use xfce4.port.mk. Bump PKGNAMEs, regen PLISTs with @bin marker, fix licence markers. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/07/08 05:04:29 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Typo in summarize output. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/08 05:16:44 Modified files: mail/evolution : Makefile distinfo mail/evolution/patches: patch-configure patch-mail_message-list_c patch-shell_main_c mail/evolution/pkg: PLIST Added files: mail/evolution/patches: patch-help_C_evolution_xml Log message: - update evolution to 2.22.3, which includes fixes for CVE-2008-1108 and CVE-2008-1109 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/08 05:32:57 Modified files: x11/xfce4/thunar-thumbnailers: Makefile distinfo x11/xfce4/thunar-thumbnailers/pkg: PLIST Log message: Update to thunar-thumbnailers 0.3.2. While here convert it to use xfce4.port.mk, and fix licence marker. Also, rename the package (remove the -plugin) for consistency with other Xfce plugins, and add @conflict marker to ease the update. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/08 05:45:38 Modified files: x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/notification-daemon-xfce/pkg: PLIST x11/xfce4/thunar-media-tags: Makefile x11/xfce4/thunar-media-tags/pkg: PLIST x11/xfce4/xfce4-dict: Makefile x11/xfce4/xfce4-dict/pkg: PLIST Log message: Convert Xfce remaining goodies to use xfce4.port.mk, bump PKGNAMEs. Regen PLISTs with @bin markers, fix licence markers version. While here, pretty up a bit xfce4-dict LIB_DEPENDS/WANTLIB. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/08 05:49:11 Modified files: x11/gnome/media: Makefile Added files: x11/gnome/media/patches: patch-gstreamer-properties_gstreamer-properties_desktop_in_in Log message: - make Multimedia System Selector appear CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/08 06:02:19 Modified files: devel/vte : Makefile distinfo devel/vte/patches: patch-src_Makefile_in patch-src_pty_c devel/vte/pkg : PLIST-main PLIST-python Log message: - update vte to 0.16.14 - update license marker feedback and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/08 06:07:41 Modified files: devel/vte : Makefile Log message: - oops, forgot this bit. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/08 06:17:48 Modified files: sys/scsi : sd.c Log message: this makes the code in sdattach less dense by collapsing the flags we pass to all the scsi midlayer code into a local variable. ok krw@ marco@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/07/08 06:25:47 Modified files: usr.bin/rcs : rcsprog.c Log message: bump version to 4.4 CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/07/08 06:29:58 Modified files: usr.bin/cvs : checkout.c Log message: use cf->fd in cvs_remote_sendfile() instead of using a local variable that is only used once, which is in this case. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/08 06:34:58 Modified files: x11/xfce4/xfce4-wmdock: Makefile distinfo x11/xfce4/xfce4-wmdock/pkg: PLIST Log message: Update wmdock to 0.2.0, convert to use xfce4.port.mk. While here fix licence marker, tidy up LIB_DEPENDS/WANTLIB and regenerate PLIST with @bin marker. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/08 06:50:06 Modified files: x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-battery/pkg: PLIST x11/xfce4/xfce4-clipman: Makefile x11/xfce4/xfce4-clipman/pkg: PLIST x11/xfce4/xfce4-diskperf: Makefile x11/xfce4/xfce4-diskperf/pkg: PLIST x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-fsguard/pkg: PLIST x11/xfce4/xfce4-genmon: Makefile x11/xfce4/xfce4-genmon/pkg: PLIST x11/xfce4/xfce4-mailwatch: Makefile x11/xfce4/xfce4-mailwatch/pkg: PLIST x11/xfce4/xfce4-mpc: Makefile x11/xfce4/xfce4-mpc/pkg: PLIST x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-netload/pkg: PLIST Log message: First pass at updating Xfce panel plugins to use xfce4.port.mk. Bump PKGNAMEs, regen PLISTs with @bin, tidy up some LIB_DEPENDS/WANTLIB. Fix licence markers. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/07/08 06:54:13 Modified files: usr.bin/cvs : commit.c server.c Log message: make these compile cleanly CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/08 06:54:43 Modified files: x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-notes/pkg: PLIST x11/xfce4/xfce4-systemload: Makefile x11/xfce4/xfce4-systemload/pkg: PLIST x11/xfce4/xfce4-time-out: Makefile x11/xfce4/xfce4-time-out/pkg: PLIST x11/xfce4/xfce4-verve: Makefile x11/xfce4/xfce4-verve/pkg: PLIST x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-weather/pkg: PLIST x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfce4-xkb/pkg: PLIST Removed files: x11/xfce4/xfce4-xkb/patches: patch-panel-plugin_xkb_c Log message: Second and final pass at converting Xfce panel plugins to xfce4.port.mk. Bump PKGNAMEs, regen PLISTs with @bin, fix licence markers, tidy up LIB_DEPENDS/WANTLIB around, and while here remove an unneeded patch in xfce4-xkb. The only remaining plugin to fix/update is xfce4-wavelan. ok ajacoutot@. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/07/08 06:54:50 Modified files: usr.bin/cvs : remote.h Log message: missed in last commit, to make things compile cleaner CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/07/08 07:14:59 Modified files: usr.sbin/bgpd : parse.y Log message: Use correct format string specifier for int argument. Don't try to print it as string. Fixes crash seen by Peter Bristow. "obviously ok" henning@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/08 07:41:20 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : vmt.4 Log message: basic manpage for vmt(4) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/08 09:03:37 Modified files: audio/sox : Makefile Added files: audio/sox/patches: patch-src_mp3_c Log message: Section rewrite to fix an assumption that long int is always 32 bits. From upstream CVS; bug reported by Don Jackson. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/07/08 09:06:50 Modified files: usr.bin/yacc : skeleton.c Log message: Fix an venerable bug: if we're reducing a rule that has an empty right hand side and the yacc stackpointer is pointing at the very end of the allocated stack, we end up accessing the stack out of bounds by the implicit $$ = $1 action. Detected by my new malloc, experienced by sturm@ on sparc64; ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/08 09:46:02 Modified files: net/ssvnc : Makefile distinfo Log message: distfile re-rolled; bump package and recalculate distinfo. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/08 14:37:30 Modified files: www/minimo : Makefile distinfo www/minimo/patches: patch-security_coreconf_OpenBSD_mk www/minimo/pkg : PLIST Log message: - start normal versioning; stick with branches of firefox 2 releases, so that we don't end up with non-stable versions - security update to minimo-1.8.1.15v0 tested by kili@ and sthen@ on arm, i386 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/08 14:42:24 Modified files: x11/kde4/edu : Makefile x11/kde4/edu/patches: patch-kmplot_kmplot_parser_cpp Log message: this patch was never right, because '#define tgamma gamma' would define tgamma that'd compute natural logarithm of gamma function, and not gamma function itself, therefore completely different values e.g. parser 4! yields 3.178054 which is obviously wrong though on vax this patch used to be right. :-) tested by, and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/08 14:44:40 Modified files: x11/kde4 : Makefile.inc x11/kde4/extragear-plasma: Makefile Log message: provide backup master sites, so that one is able to build kde 4.0.1 tested by sthen@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/08 15:07:57 Modified files: usr.bin/ftp : Makefile cmds.c cmdtab.c complete.c extern.h fetch.c ftp.1 ftp.c ftp_var.h main.c util.c Added files: usr.bin/ftp : list.c Log message: - add support for recursive transfers (but not for floppies), e.g. 'mget -cr 4.*' would recursively fetch (-r), and resume the previous transfers (-c) of 4.X release directories uses local matching (fnmatch), but only for recursive transfers. current behavior is not changed in any way. - while here, ifndef SMALL debugging stuff, this saves some space, for floppies - some debugging code was enabled for non-debugging mode, checks assume debug is set to zero, but it's not initially set - all "Confirm with" prompts are forced, remove redundant argument - fix usage: -C and -c are not available for SMALL discussed a year ago w/ pyr@ looks good to millert@ previous version looked good to pyr@ man page tweaks & ok jmc@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/08 15:29:20 Modified files: devel/py-silc : Makefile distinfo devel/py-silc/pkg: PLIST Removed files: devel/py-silc/patches: patch-README patch-examples_demo_py patch-examples_echo_py patch-setup_py patch-src_pysilc_c patch-src_pysilc_callbacks_c patch-src_pysilc_channel_c patch-src_pysilc_h patch-src_pysilc_user_c Log message: i am upstream now. so release 0.5. much thanks to fgsch@, for testing, bug-hunting, and diffs. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/08 15:30:15 Modified files: usr.bin/chpass : chpass.c Log message: fix double "usage:" CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/08 15:39:52 Modified files: usr.bin/pctr : pctr.1 pctr.c Log message: sort options in manual page; display a better usage. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/08 16:38:12 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-clamav_milter-clamav_milter_c patch-configure patch-libclamav_Makefile_am patch-libclamav_Makefile_in patch-libclamav_ole2_extract_c patch-libclamav_vba_extract_c security/clamav/pkg: PLIST Removed files: security/clamav/patches: patch-libclamav_scanner_c Log message: update clamav to 0.93.3. possible SECURITY. since 0.93: - fixes DoS with MailFollowURLs (CVE-2008-2713) - improves handling of PDF, CAB, RTF, OLE2 and HTML files and includes various bugfixes for 0.93 issues. "if it works" mbalmer@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/08 16:38:53 Modified files: mail/evolution-plugin-rss: Makefile distinfo mail/evolution-plugin-rss/patches: patch-src_evolution-import-rss_c mail/evolution-plugin-rss/pkg: PLIST Added files: mail/evolution-plugin-rss/patches: patch-configure_ac patch-src_Makefile_am patch-src_rss_c Removed files: mail/evolution-plugin-rss/patches: patch-configure patch-src_Makefile_in Log message: - update evolution-rss to 0.1.0 (includes loads of fixes and features) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/08 17:00:21 Modified files: archivers/p5-IO-Compress-Base: Makefile distinfo Log message: update to 2.011 - support mixed compression methods in zip - improve interoperability with other modules from kevlo and Giovanni Bechis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/08 17:02:31 Modified files: archivers/p5-IO-Compress-Zlib: Makefile distinfo Log message: update to 2.0.11 - fix mixed compression zip files - add exUnix2 option to allow storing of UID & GID from Giovanni Bechis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/08 17:03:16 Modified files: archivers/p5-Compress-Zlib: Makefile distinfo Log message: update to 2.0.11 - fix minor documentation issue from Giovanni Bechis CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/08 17:04:43 Modified files: archivers/p5-Compress-Raw-Zlib: Makefile distinfo Log message: update to 2.0.11 - fix comment(!) from Giovanni Bechis CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 19:57:44 Modified files: graphics/ffmpeg: Makefile distinfo graphics/ffmpeg/patches: patch-configure patch-libavcodec_dsputil_c patch-libavcodec_libfaad_c patch-tests_regression_sh graphics/ffmpeg/pkg: PFRAG.shared PLIST Added files: graphics/ffmpeg/patches: patch-libavcodec_libx264_c patch-subdir_mak Removed files: graphics/ffmpeg/patches: patch-common_mak patch-libavcodec_Makefile patch-libavdevice_Makefile patch-libavformat_Makefile patch-libavformat_os_support_h patch-libavutil_Makefile patch-libpostproc_Makefile patch-libpostproc_postprocess_template_c patch-libswscale_Makefile Log message: update to subversion snapshot from 2008-06-20. added since last update: - AVM2 (Flash 9) SWF muxer - QT variant of IMA ADPCM encoder - VFW grabber - Ipod/Iphone compatible mp4 muxer - Mimic decoder - MSN TCP Webcam stream demuxer - RL2 demuxer / decoder - IFF demuxer - 8SVX audio decoder - BFI demuxer - MAXIS EA XA (.xa) demuxer / decoder - BFI video decoder - OMA demuxer also: * headers have been moved to library specific subdirectories instead of all under ffmpeg. * libswscale is now enabled in the build. feedback/ok brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:06:28 ports/audio/aqualung/patches Update of /cvs/ports/audio/aqualung/patches In directory cvs.openbsd.org:/tmp/cvs-serv10768/patches Log Message: Directory /cvs/ports/audio/aqualung/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:07:36 Modified files: audio/akode : Makefile audio/akode/patches: patch-akode_plugins_ffmpeg_decoder_ffmpeg_decoder_cpp audio/akode/pkg: PLIST audio/aqualung : Makefile audio/aqualung/pkg: PLIST Added files: audio/aqualung/patches: patch-src_decoder_dec_lavc_h Log message: * FFmpeg headers moved * FFmpeg LIB_DEPENDS/WANTLIB changes * add @bin markers in PLISTs * bump PKGNAMEs feedback/ok brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:09:21 ports/graphics/ffmpegthumbnailer/patches Update of /cvs/ports/graphics/ffmpegthumbnailer/patches In directory cvs.openbsd.org:/tmp/cvs-serv32355/patches Log Message: Directory /cvs/ports/graphics/ffmpegthumbnailer/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:09:59 Modified files: graphics/ffmpegthumbnailer: Makefile graphics/ffmpegthumbnailer/pkg: PLIST graphics/gegl : Makefile graphics/gegl/pkg: PLIST-main Added files: graphics/ffmpegthumbnailer/patches: patch-src_moviedecoder_cpp patch-src_moviedecoder_h graphics/gegl/patches: patch-operations_external_ff-load_c Log message: * FFmpeg headers moved * FFmpeg LIB_DEPENDS/WANTLIB changes * add @bin markers in PLISTs * bump PKGNAMEs feedback/ok brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:12:01 ports/multimedia/ffmpeg2theora/patches Update of /cvs/ports/multimedia/ffmpeg2theora/patches In directory cvs.openbsd.org:/tmp/cvs-serv8040/patches Log Message: Directory /cvs/ports/multimedia/ffmpeg2theora/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:13:01 Modified files: multimedia/ffmpeg2theora: Makefile multimedia/ffmpeg2theora/pkg: PLIST multimedia/k3b : Makefile multimedia/k3b/patches: patch-configure multimedia/k3b/pkg: PLIST multimedia/libquicktime: Makefile multimedia/libquicktime/patches: patch-configure multimedia/libquicktime/pkg: PLIST multimedia/transcode: Makefile multimedia/transcode/patches: patch-configure patch-export_export_ffmpeg_c multimedia/transcode/pkg: PLIST Added files: multimedia/ffmpeg2theora/patches: patch-ffmpeg2theora_c multimedia/k3b/patches: patch-plugins_decoder_ffmpeg_k3bffmpegdecoder_cpp patch-plugins_decoder_ffmpeg_k3bffmpegwrapper_cpp multimedia/libquicktime/patches: patch-plugins_ffmpeg_ffmpeg_h patch-plugins_ffmpeg_params_c patch-plugins_ffmpeg_video_c multimedia/transcode/patches: patch-export_aud_aux_c patch-export_ffmpeg_cfg_h patch-filter_filter_resample_c patch-import_decode_lavc_c patch-import_import_ffmpeg_c Removed files: multimedia/libquicktime/patches: patch-configure_ac Log message: * FFmpeg headers moved * FFmpeg LIB_DEPENDS/WANTLIB changes * add @bin markers in PLISTs * bump PKGNAMEs feedback/ok brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:13:59 Modified files: net/openh323 : Makefile net/openh323/patches: patch-src_ffh263codec_cxx x11/wxSVG : Makefile x11/wxSVG/patches: patch-configure_in x11/wxSVG/pkg : PLIST Added files: x11/wxSVG/patches: patch-src_mediadec_ffmpeg_cpp Log message: * FFmpeg headers moved * FFmpeg LIB_DEPENDS/WANTLIB changes * add @bin markers in PLISTs * bump PKGNAMEs feedback/ok brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:17:12 Modified files: x11/vlc : Makefile x11/vlc/patches: patch-configure_ac x11/vlc/pkg : PLIST-main Added files: x11/vlc/patches: patch-modules_codec_ffmpeg_Makefile_in patch-modules_codec_ffmpeg_ffmpeg_c patch-modules_codec_ffmpeg_video_c patch-modules_codec_ffmpeg_video_filter_c Log message: * FFmpeg headers moved * FFmpeg LIB_DEPENDS/WANTLIB changes * remove bogus @bin marker in PLIST (wxvlc is a symlink) * bump PKGNAME-main * img_convert()/img_resample() based filters disabled due to FFmpeg changes feedback/ok brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:19:36 Modified files: x11/mplayer : Makefile x11/mplayer/patches: patch-Makefile patch-common_mak x11/mplayer/pkg: PLIST Log message: * stop mplayer from picking up installed FFmpeg headers * update WANTLIB * add @bin markers * bump PKGNAME feedback/ok brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:22:59 Modified files: multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile multimedia/gstreamer-0.10/plugins-ffmpeg/pkg: PLIST Added files: multimedia/gstreamer-0.10/plugins-ffmpeg/patches: patch-ext_ffmpeg_gstffmpeg_c patch-ext_ffmpeg_gstffmpeg_h patch-ext_ffmpeg_gstffmpegaudioresample_c patch-ext_ffmpeg_gstffmpegcodecmap_c patch-ext_ffmpeg_gstffmpegcodecmap_h patch-ext_ffmpeg_gstffmpegdec_c patch-ext_ffmpeg_gstffmpegdeinterlace_c patch-ext_ffmpeg_gstffmpegdemux_c patch-ext_ffmpeg_gstffmpegenc_c patch-ext_ffmpeg_gstffmpegmux_c patch-ext_ffmpeg_gstffmpegprotocol_c patch-ext_libpostproc_gstpostproc_c Log message: * FFmpeg headers moved * FFmpeg LIB_DEPENDS/WANTLIB changes * make PKGNAME consistent with other gstreamer packages * bump patch level and add @conflict marker to ease updates feedback ajacoutot@ and brad@, ok brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/08 20:25:44 Modified files: www/gnash : Makefile x11/gnome/totem: Makefile Log message: gst-ffmpeg is now gstreamer-ffmpeg feedback/ok brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/08 20:47:03 Modified files: sys/arch/i386/pci: auglx.c Log message: Simplify the match function a bit by just returning the result from pci_matchbyid(). This is the only driver that will match against this hardware so it is not necessary to return a higher priority than what pci_matchbyid() returns. ok mbalmer@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/07/08 23:49:53 Modified files: faq : current.html Log message: add advise te rebuild yacc before make build CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2008/07/09 03:10:04 Modified files: devel/p5-Data-Hierarchy: Makefile distinfo Log message: Update to 0.34 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2008/07/09 03:13:42 Modified files: devel/p5-Data-UUID: Makefile distinfo Log message: Update to 0.148 CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/09 03:30:51 Modified files: sys/ufs/ffs : ffs_vfsops.c Log message: Remove an XXX comment about using the same pool for mfs and ffs, since mfs is using the ffs code and its the same object it would make no sense having two seperate pools... ok art@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/09 03:36:19 Modified files: net/jabberd : Makefile Log message: fix spec (openldap-server WON'T have the required libraries) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/09 04:50:34 Modified files: usr.sbin/relayd: relay_udp.c relayd.h Log message: update the relay dns code to open a new udp socket to send the forwarded dns request to the server instead of sending from the server socket. this will fix the limitation the the dns relay had to listen to the "0.0.0.0" address, and will also enable relayd to use the udp source port randomization. relayd will know randomize the source port (on OpenBSD) and DNS request identifier for the clients behind it. ok pyr@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/07/09 04:53:21 Modified files: faq : current.html Log message: add TOC entry CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/09 05:20:44 Log message: Import dvtm, a dynamic virtual terminal manager for the console. From a submission on irc/ports@ by Emilien Gaspar, Thanks! ok wcmaier@ pyr@ Status: Vendor Tag: gapz Release Tags: landry_20080709 N ports/misc/dvtm/Makefile N ports/misc/dvtm/distinfo N ports/misc/dvtm/pkg/DESCR N ports/misc/dvtm/pkg/PLIST N ports/misc/dvtm/patches/patch-config_mk No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/09 05:22:02 Modified files: misc : Makefile Log message: add dvtm CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/09 06:13:45 Modified files: devel/py-protocols: Makefile Log message: fix homepage, bump pkgname CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/07/09 07:56:10 Modified files: gnu/usr.bin/perl: perly.c gnu/usr.bin/perl/x2p: a2p.c Log message: Incorporate Otto's yacc skeleton fix. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/09 08:06:44 Modified files: usr.sbin/relayd: relayd.c Log message: only use SOCK_STREAM for TCP in bindany(), otherwise SOCK_DGRAM for UDP. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/09 08:45:11 Modified files: print/poppler : Makefile Added files: print/poppler/patches: patch-poppler_Page_cc Log message: SECURITY: Fix memory management bug (CVE-2008-295). CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/07/09 08:46:19 Modified files: net/nmap : Makefile distinfo net/nmap/patches: patch-configure patch-tcpip_cc patch-zenmap_setup_py net/nmap/pkg : PFRAG.shared-main PLIST-zenmap Added files: net/nmap/patches: patch-Makefile_in Log message: Update to 4.68. Original diff from giovanni (MAINTAINER); thanks! Regen patches and fix the newly broken generation of the egg-info file while here. ok okan@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/09 08:57:01 Modified files: usr.sbin/relayd: pfe_filter.c relay.c relay_udp.c relayd.h Log message: also set the protocol, either TCP or UDP, in the NAT lookup. this unbreaks NAT lookups with UDP; tested as a transparent DNS relay. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/09 10:56:43 Log message: Aleph One is a game engine currently in development by the Open Source community. It is based on the source code of Marathon 2: Durandal, a game created by Bungie Software in 1995. Since Bungie released the source code, Aleph One has matured to include a variety of new features and improvements. ok merdely Status: Vendor Tag: phessler Release Tags: phessler_20080709 N ports/games/alephone/Makefile N ports/games/alephone/alephone/Makefile N ports/games/alephone/alephone/distinfo N ports/games/alephone/alephone/patches/patch-Source_Files_Misc_preferences_cpp N ports/games/alephone/alephone/patches/patch-Makefile_in N ports/games/alephone/alephone/patches/patch-Source_Files_Network_network_messages_cpp N ports/games/alephone/alephone/pkg/DESCR N ports/games/alephone/alephone/pkg/PLIST N ports/games/alephone/scenarios/Makefile.inc N ports/games/alephone/scenarios/Makefile N ports/games/alephone/scenarios/marathon2/Makefile N ports/games/alephone/scenarios/marathon2/distinfo N ports/games/alephone/scenarios/marathon2/pkg/PLIST-hires N ports/games/alephone/scenarios/marathon2/pkg/DESCR-hires N ports/games/alephone/scenarios/marathon2/pkg/DESCR-main N ports/games/alephone/scenarios/marathon2/pkg/PLIST-main N ports/games/alephone/scenarios/marathon2/pkg/DESCR N ports/games/alephone/scenarios/marathon2/files/marathon2.sh N ports/games/alephone/scenarios/marathon/Makefile N ports/games/alephone/scenarios/marathon/distinfo N ports/games/alephone/scenarios/marathon/pkg/PLIST N ports/games/alephone/scenarios/marathon/pkg/DESCR N ports/games/alephone/scenarios/marathon/files/marathon.sh N ports/games/alephone/scenarios/marathoninfinity/Makefile N ports/games/alephone/scenarios/marathoninfinity/distinfo N ports/games/alephone/scenarios/marathoninfinity/pkg/PLIST-hires N ports/games/alephone/scenarios/marathoninfinity/pkg/DESCR-hires N ports/games/alephone/scenarios/marathoninfinity/pkg/DESCR-main N ports/games/alephone/scenarios/marathoninfinity/pkg/PLIST-main N ports/games/alephone/scenarios/marathoninfinity/pkg/DESCR N ports/games/alephone/scenarios/marathoninfinity/files/marathoninfinity.sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/09 10:58:57 Modified files: games : Makefile Log message: alephone CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/09 11:07:32 Modified files: usr.sbin/bind/lib/isc: shuffle.c Log message: remove an unused variable that is a leftover from the old alg. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/09 11:16:51 Modified files: usr.sbin/relayd: Makefile relay.c relay_udp.c relayd.h Added files: usr.sbin/relayd: shuffle.c Log message: Use OpenBSD's knuth shuffle algorithm of random values from bind to produce the DNS request ids instead of a simple per-request arc4random(). This ensure randomness but also satisfies the non-repeating property we need. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/09 11:24:14 Modified files: usr.sbin/relayd: relay_udp.c Log message: always verify that the received dns response id matches our request. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/09 11:28:42 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_demux_wav_c Log message: SECURITY: patch to fix integer overflow in wav handling (CVE-2008-2430) Pulled from upstream GIT repository. ok brad CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/09 11:42:23 Modified files: devel/py-configobj: Makefile distinfo Log message: update to py-configobj-4.5.3; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/09 11:46:51 Modified files: devel/py-nose : Makefile distinfo devel/py-nose/pkg: PLIST Added files: devel/py-nose/patches: patch-functional_tests_test_success_py Log message: - bugfix update to py-nose-0.10.3 - fix regression tests, prodded by wcmaier@ ok wcmaier@ CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2008/07/09 12:47:04 Log message: ISC BIND release 9.4.2-P1 Status: Vendor Tag: ISC Release Tags: BIND_9_4_2_P1 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 C src/usr.sbin/bind/version U src/usr.sbin/bind/FAQ.xml U src/usr.sbin/bind/Makefile.in U src/usr.sbin/bind/FAQ U src/usr.sbin/bind/COPYRIGHT U src/usr.sbin/bind/README U src/usr.sbin/bind/lib/Makefile.in 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/hmacsha.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/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/print.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/refcount.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/netaddr.c U src/usr.sbin/bind/lib/isc/sha2.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.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/sha1.c U src/usr.sbin/bind/lib/isc/Makefile.in U src/usr.sbin/bind/lib/isc/api U src/usr.sbin/bind/lib/isc/base64.c U src/usr.sbin/bind/lib/isc/assertions.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 U src/usr.sbin/bind/lib/isc/hash.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/powerpc/Makefile.in U src/usr.sbin/bind/lib/isc/powerpc/include/Makefile.in U src/usr.sbin/bind/lib/isc/powerpc/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/powerpc/include/isc/atomic.h U src/usr.sbin/bind/lib/isc/ia64/Makefile.in U src/usr.sbin/bind/lib/isc/ia64/include/Makefile.in U src/usr.sbin/bind/lib/isc/ia64/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/ia64/include/isc/atomic.h 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/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/hmacsha.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/magic.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/msgcat.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/netaddr.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/sha1.h U src/usr.sbin/bind/lib/isc/include/isc/resultclass.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/sha2.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/Makefile.in U src/usr.sbin/bind/lib/isc/mips/Makefile.in U src/usr.sbin/bind/lib/isc/mips/include/Makefile.in U src/usr.sbin/bind/lib/isc/mips/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/mips/include/isc/atomic.h U src/usr.sbin/bind/lib/isc/noatomic/Makefile.in U src/usr.sbin/bind/lib/isc/noatomic/include/Makefile.in U src/usr.sbin/bind/lib/isc/noatomic/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/noatomic/include/isc/atomic.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/alpha/Makefile.in U src/usr.sbin/bind/lib/isc/alpha/include/Makefile.in U src/usr.sbin/bind/lib/isc/alpha/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/alpha/include/isc/atomic.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/isc/sparc64/Makefile.in U src/usr.sbin/bind/lib/isc/sparc64/include/Makefile.in U src/usr.sbin/bind/lib/isc/sparc64/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/sparc64/include/isc/atomic.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/x86_32/Makefile.in U src/usr.sbin/bind/lib/isc/x86_32/include/Makefile.in U src/usr.sbin/bind/lib/isc/x86_32/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/x86_32/include/isc/atomic.h U src/usr.sbin/bind/lib/isc/x86_64/Makefile.in U src/usr.sbin/bind/lib/isc/x86_64/include/Makefile.in U src/usr.sbin/bind/lib/isc/x86_64/include/isc/Makefile.in U src/usr.sbin/bind/lib/isc/x86_64/include/isc/atomic.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/acl.c 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 C src/usr.sbin/bind/lib/dns/dispatch.c U src/usr.sbin/bind/lib/dns/dlz.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.c U src/usr.sbin/bind/lib/dns/gen-unix.h 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/sdlz.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 U 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/zt.c U src/usr.sbin/bind/lib/dns/zonekey.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/acache.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/acache.h 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 C src/usr.sbin/bind/lib/dns/include/dns/dispatch.h U src/usr.sbin/bind/lib/dns/include/dns/dlz.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/lib.h U src/usr.sbin/bind/lib/dns/include/dns/keytable.h U src/usr.sbin/bind/lib/dns/include/dns/log.h U src/usr.sbin/bind/lib/dns/include/dns/keyvalues.h U src/usr.sbin/bind/lib/dns/include/dns/lookup.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/sdlz.h U src/usr.sbin/bind/lib/dns/include/dns/secalg.h U src/usr.sbin/bind/lib/dns/include/dns/secproto.h U src/usr.sbin/bind/lib/dns/include/dns/soa.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/Makefile.in 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/rdatastructsuf.h U src/usr.sbin/bind/lib/dns/rdata/rdatastructpre.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/ipseckey_45.c U src/usr.sbin/bind/lib/dns/rdata/generic/ipseckey_45.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/mb_7.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.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/spf_99.c U src/usr.sbin/bind/lib/dns/rdata/generic/spf_99.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/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/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/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/ch_3/a_1.c U src/usr.sbin/bind/lib/dns/rdata/ch_3/a_1.h 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/namedconf.c U src/usr.sbin/bind/lib/isccfg/api U src/usr.sbin/bind/lib/isccfg/log.c U src/usr.sbin/bind/lib/isccfg/aclconf.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/grammar.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/aclconf.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/cfg.h U src/usr.sbin/bind/lib/isccfg/include/isccfg/Makefile.in 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/man.rndc.html 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 C 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.ch10.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/isc-logo.eps U src/usr.sbin/bind/doc/arm/isc-logo.pdf U src/usr.sbin/bind/doc/arm/latex-fixup.pl U src/usr.sbin/bind/doc/arm/man.dig.html U src/usr.sbin/bind/doc/arm/man.host.html U src/usr.sbin/bind/doc/arm/man.dnssec-keygen.html U src/usr.sbin/bind/doc/arm/man.dnssec-signzone.html U src/usr.sbin/bind/doc/arm/man.named-checkconf.html U src/usr.sbin/bind/doc/arm/man.named-checkzone.html U src/usr.sbin/bind/doc/arm/man.named.html U src/usr.sbin/bind/doc/arm/man.rndc-confgen.html U src/usr.sbin/bind/doc/arm/man.rndc.conf.html C 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/pre-latex.xsl 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-mappings.xml U src/usr.sbin/bind/doc/xsl/isc-docbook-latex.xsl.in U src/usr.sbin/bind/doc/xsl/isc-docbook-text.xsl U src/usr.sbin/bind/doc/xsl/isc-manpage.xsl.in U src/usr.sbin/bind/doc/xsl/Makefile.in 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_test8.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_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/Makefile.in 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/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/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/zonechecks/tests.sh U src/usr.sbin/bind/bin/tests/system/zonechecks/a.db U src/usr.sbin/bind/bin/tests/system/zonechecks/clean.sh U src/usr.sbin/bind/bin/tests/system/zonechecks/cname.db U src/usr.sbin/bind/bin/tests/system/zonechecks/dname.db U src/usr.sbin/bind/bin/tests/system/zonechecks/noaddress.db U src/usr.sbin/bind/bin/tests/system/zonechecks/nxdomain.db U src/usr.sbin/bind/bin/tests/system/zonechecks/aaaa.db 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/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/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/system/tsig/clean.sh U src/usr.sbin/bind/bin/tests/system/tsig/tests.sh U src/usr.sbin/bind/bin/tests/system/tsig/ns1/example.db U src/usr.sbin/bind/bin/tests/system/tsig/ns1/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/rrsetorder/clean.sh U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.cyclic.good2 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.cyclic.good3 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.cyclic.good4 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.fixed.good U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good1 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good10 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good11 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good12 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good13 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good14 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good15 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good16 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good17 U src/usr.sbin/bind/bin/tests/system/rrsetorder/tests.sh U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good18 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good19 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good2 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good20 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good21 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good22 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good23 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good24 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good3 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good4 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good5 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good6 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good7 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good8 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.random.good9 U src/usr.sbin/bind/bin/tests/system/rrsetorder/dig.out.cyclic.good1 U src/usr.sbin/bind/bin/tests/system/rrsetorder/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/rrsetorder/ns1/root.db U src/usr.sbin/bind/bin/tests/system/rrsetorder/ns2/named.conf U src/usr.sbin/bind/bin/tests/system/rrsetorder/ns3/named.conf U src/usr.sbin/bind/bin/tests/system/masterformat/clean.sh U src/usr.sbin/bind/bin/tests/system/masterformat/setup.sh U src/usr.sbin/bind/bin/tests/system/masterformat/tests.sh U src/usr.sbin/bind/bin/tests/system/masterformat/ns1/compile.sh U src/usr.sbin/bind/bin/tests/system/masterformat/ns1/example.db U src/usr.sbin/bind/bin/tests/system/masterformat/ns1/named.conf U src/usr.sbin/bind/bin/tests/system/masterformat/ns2/named.conf 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/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/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/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/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/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/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/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 C 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 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/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/builtin.c U src/usr.sbin/bind/bin/named/include/named/zoneconf.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/builtin.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 10 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: okan@cvs.openbsd.org 2008/07/09 12:59:42 Modified files: x11/roxterm : Makefile distinfo x11/roxterm/patches: patch-Makefile_in patch-configure x11/roxterm/pkg: PLIST Log message: - update to 1.12.2 - add @bin markers based on an update from Jona Joachim (MAINTAINER) ok merdely@ CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2008/07/09 13:02:52 Modified files: usr.sbin/bind : CHANGES version usr.sbin/bind/bin/named: client.c server.c usr.sbin/bind/doc/arm: Bv9ARM-book.xml Bv9ARM.ch06.html usr.sbin/bind/lib/dns: api dispatch.c resolver.c usr.sbin/bind/lib/dns/include/dns: dispatch.h Log message: merge and resolve conflicts introduced by 9.4.2-P1 CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2008/07/09 13:04:55 Modified files: usr.sbin/bind/lib/dns: dispatch.c Log message: reintroduce our own shuffle ID generator. ok djm@ millert@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/07/09 13:30:24 Modified files: mail/mailman : Makefile mail/mailman/patches: patch-Mailman_Defaults_py_in patch-Mailman_htmlformat_py patch-Makefile_in patch-misc_Makefile_in Added files: mail/mailman/patches: patch-Mailman_Archiver_pipermail_py patch-Mailman_Post_py patch-admin_bin_faq2ht_py patch-admin_bin_mm2do patch-admin_bin_release patch-admin_www_reset_pw_py patch-bin_msgfmt_py patch-messages_Makefile_in patch-templates_ru_s2s_py patch-tests_onebounce_py Log message: Replace 'python' invocations with ${MODPY_BIN} via ${SUBST_CMD}. While here, regen patches. "looks reasonable" and requested by mbalmer@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/09 13:41:56 Modified files: usr.bin/rup : rup.c usr.bin/rwall : rwall.c usr.bin/tr : tr.c usr.sbin/dhcrelay: dhcrelay.c usr.sbin/rdate : rdate.c Log message: documentation tweaks. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/09 13:43:42 Modified files: net/transmission: Makefile distinfo net/transmission/patches: patch-configure patch-gtk_details_c patch-gtk_makemeta-ui_c patch-gtk_stats_c patch-gtk_torrent-cell-renderer_c patch-gtk_tr-icon_c patch-gtk_tr-torrent_c patch-gtk_tr-window_c patch-gtk_util_c net/transmission/pkg: PLIST-gui Added files: net/transmission/patches: patch-gtk_tr-prefs_c patch-third-party_libevent_test_bench_c Log message: Overdue update to 1.22. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/09 13:58:28 Modified files: usr.sbin/tokeninit: tokeninit.8 tokeninit.c Log message: an ellipsis is not an optional argument. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/09 14:08:13 Modified files: usr.sbin/dhcrelay: dhcrelay.c Log message: missing new-line character. CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2008/07/09 14:10:30 Modified files: usr.sbin/bind/lib/dns: dispatch.c Log message: let the kernel choose the random port. code from djm@. ok markus@. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/09 14:20:46 Modified files: sys/netinet : in_pcb.c in_pcb.h sbin/sysctl : sysctl.c Log message: expand the net.inet.(tcp|udp).baddynamic dynamic source port skipping bitmasks to cover the entire 65536 port space - previously they covered 512-1024 only. sysctl needs to be updated to cope with this change; please "make includes" before rebuilding it. feedback millert@ ok millert@ deraadt@ markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/09 14:23:48 Modified files: etc : rc Log message: automatically populate net.inet.(tcp|udp).baddynamic with the contents of /etc/services so as to avoid randomly allocating source ports that correspond to well-known services. Auto-filling of the baddynamic tables is performed before reading sysctl.conf, so it is still possible to add or subtract ports, or override the autofilling entirely there. Note that this requires a new kernel and /sbin/sysctl. feedback markus@ ok markus@ deraadt@ millert@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/09 14:40:23 Modified files: misc/dvtm : Makefile misc/dvtm/patches: patch-config_mk Log message: don't hard code /usr/local, optimizations and CC notified MAINTAINER ok landry@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/09 14:47:16 Modified files: misc/dvtm : Makefile Log message: madtty.c is LGLP, noticed by MAINTAINER (Emilien Gaspar) - thanks! 'yep' landry@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/09 15:27:50 Modified files: www/py-CherryPy: Makefile distinfo www/py-CherryPy/pkg: PLIST Removed files: www/py-CherryPy/patches: patch-cherrypy_test_test_conn_py Log message: update to latest stable, 3.1.0. with a SUBST_VARS->MODPY_EGG_VERSION trick from wcmaier@ ok maintainer Joerg Zinke, wcmaier@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/09 16:37:10 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/09 17:33:07 Modified files: sys/sys : agpio.h Log message: Fixup AGP_MODE{GET,SET}_RATE() macros. the agp 2.0 spec defines that the lowest three bits are for the current agp rate. not the lowest two. Otherwise we preclude agp 4x mode. It's a bit different for agp 3.0, but we don't have the bits for that yet. Tested by several as part of a larger diff. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/09 17:40:29 Modified files: www/drupal5/core: Makefile distinfo Log message: DRUPAL-SA-2008-044 prevents some risks that can occur if you install some third party modules, or have very malicious users with high privileges. - deletion of translated terms under cross site requests. - session fixation attacks after installing 3rd party modules like workgroup NG. (other vulnerabilities are Drupal6 only). CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/09 17:48:46 Modified files: games/alephone/alephone: Makefile Log message: clarify license, and fix WANTLIB/LIB_DEPENDS requested and ok ajacoutot ok merdely CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/09 17:50:23 Modified files: games/alephone/scenarios/marathon: Makefile Log message: remove commented out section of an old do-install requested and ok merdeley CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/09 17:59:44 Modified files: sbin/disklabel : disklabel.c Log message: Read 'vendor' flag from ASCII disklabel since we print it. Fixes PR #5872. ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/09 18:10:22 Modified files: sys/dev/pci/drm: drmP.h drm_memory.c Log message: the DRM_{READ,WRITE}$NUMBER() macros currently use bus_space_{read,write}(). A bug in the code this was based on means that this is also used for scatter gather maps, which are bus_dma memory, not pci memory. This obviously fails. Pull them out into a function and Special case scatter gather to use the mapped virtual address to write instead. Makes writeback test pass on pci and pci express radeon cards. Tested by, among others ckuethe@ and sthen@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/09 18:21:39 Modified files: sbin/disklabel : disklabel.c Log message: Die -r, die! Eliminate stray -r in usage text. Spotted by James Hartley. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/09 20:19:28 Modified files: sys/netinet : in_pcb.h Log message: add X11 ports to default TCP baddynamic list CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/09 22:49:12 Modified files: sys/dev/usb : uvideo.c Log message: Make cams with Sonix chipset work by avoiding excessive alternate interface switching, which kind of crashed the device. CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2008/07/09 23:44:54 Modified files: sys/net : pf.c Log message: In pf_state_insert(), if the first pf_state_key_attach() fails, the state key is freed by pf_state_key_attach(). But in the case of NAT, there are two state keys allocated, so we must free the second key manually. Fixes a pf_state_key_pl leak seen in certain cases with pfsync or with pf state-insert errors. ok mcbride@ henning@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/10 01:41:21 Modified files: sys/net : pf.c Log message: check pf NAT source port allocation against net.inet.(tcp|udp).baddynamic lists; prevents use of ports corresponding to well-known services. replace a couple of arc4random()%N with arc4random_uniform(N) that missed the first round. ok mcbride@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/10 01:42:14 Modified files: usr.sbin/bind/lib/dns: dispatch.c Log message: retry port allocation on all errors, not just EADDRINUSE; ok jakob@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/10 02:57:05 Modified files: sys/arch/sparc64/sparc64: ofw_machdep.c sys/arch/sparc64/include: sparc64.h Log message: Add a function to get the time of day from the prom on the m4k. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/10 02:58:00 Modified files: sys/arch/sparc64/dev: prtc.c Log message: Add support for getting the time of day on the m4k. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/10 03:29:33 Modified files: sys/arch/sparc64/sparc64: locore.s sys/arch/sparc64/include: pte.h Log message: Add support for Fujitsu SPARC64-VI CPUs. UltraSPARC I/II has a 41-bit physical address space, UltraSPARC III/IV has a 43-bit physical address space. The Fujitsu SPARC64-VI extends this to 46 bits. Adjust the TTE masks to take this into account and adjust some locore code that truncated physical addresses to 41 bits (fixing a potential bug for UltraSPARC III/IV too). While there, fix the locore code for UltraSPARC Architecture 2007 CPUs, which may support up to 56 bits of physical address space. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/10 03:45:42 Modified files: x11/xfce4/xfce4-wavelan: Makefile distinfo x11/xfce4/xfce4-wavelan/patches: patch-panel-plugin_wi_bsd_c x11/xfce4/xfce4-wavelan/pkg: PLIST Added files: x11/xfce4/xfce4-wavelan/patches: patch-panel-plugin_wavelan_c Removed files: x11/xfce4/xfce4-wavelan/pkg: PFRAG.shared Log message: Update to xfce4-wavelan 0.5.4, not BROKEN anymore. Convert it to use x11/xfce4 module. Add a patch to make it use our net80211 API instead of the deprecated wi API. Patches will be integrated in next upstream release. Thanks pea at raveland dot org for testing on i386/amd64 with various devices. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/10 05:11:26 Modified files: share/man/man4 : uvideo.4 Log message: Add Sonix cam to the supported list. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/10 05:38:03 Modified files: x11/xfce4 : Makefile.inc x11/xfce4/exo : Makefile x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/libxfce4mcs: Makefile x11/xfce4/libxfce4util: Makefile x11/xfce4/libxfcegui4: Makefile x11/xfce4/mousepad: Makefile x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/orage: Makefile x11/xfce4/ristretto: Makefile x11/xfce4/terminal: Makefile x11/xfce4/thunar: Makefile x11/xfce4/thunar-media-tags: Makefile x11/xfce4/thunar-thumbnailers: 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-dict: Makefile x11/xfce4/xfce4-diskperf: Makefile x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-genmon: Makefile x11/xfce4/xfce4-icon-theme: Makefile x11/xfce4/xfce4-mailwatch: Makefile x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfce4-mpc: Makefile x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-places: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-systemload: Makefile x11/xfce4/xfce4-time-out: Makefile x11/xfce4/xfce4-verve: Makefile x11/xfce4/xfce4-wavelan: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-wmdock: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xfprint: Makefile x11/xfce4/xfwm4: Makefile x11/xfce4/xfwm4-themes: Makefile Log message: And finally readd myself as MAINTAINER in Makefile.inc and remove CATEGORIES CONFIGURE_ENV/MODULES/USE_LIBTOOL already defined in xfce4.port.mk, now that all ports in this directory use x11/xfce4 module. Bump all PKGNAMEs. ok ajacoutot@ on a previous diff CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/10 06:26:18 Modified files: faq : current.html Log message: mention net.inet.(tcp|udp).baddynamic lists, named(8), sysctl(8) and /etc/rc changes; prodded by jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/10 06:33:41 Modified files: sys/arch/sparc64/dev: com_ebus.c Log message: Detect whether com(4) is the console on the m4k. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/07/10 07:22:41 Log message: Import emesene (not linked to build). The emesene Windows Live Messenger client supports tabbed chat, custom emoticons, file transfers, offline messaging, personal messages, nudges and MSN Plus!. The multilingual GUI can be extended through customization including themes, smilies, sounds and tweaks to the conversation format. requested by and 'please commit' robert@ Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080710 N ports/net/emesene/Makefile N ports/net/emesene/distinfo N ports/net/emesene/files/setup.py N ports/net/emesene/pkg/PLIST N ports/net/emesene/pkg/DESCR N ports/net/emesene/patches/patch-emesenecommon_py N ports/net/emesene/patches/patch-plugins_base___init___py N ports/net/emesene/patches/patch-PluginManager_py No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/10 07:48:54 Modified files: sys/dev/usb : ubt.c udcf.c uftdi.c Log message: Don't terminate the array of matching product/vendor IDs with { 0, 0 } when usb_lookup is used. If a device indeed has 0 as vendor and product ID, like the HP DL165 BMC Server Engines SE USB Device, a wrong driver will attach and the machine will most pbly crash. Problem reported Rivo Nurges cvs: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/10 08:21:38 Modified files: www/drupal5/admin-menu: Makefile distinfo www/drupal5/admin-menu/pkg: PLIST www/drupal5/content_access: Makefile distinfo www/drupal5/content_access/pkg: PLIST www/drupal5/dhtml_menu: Makefile distinfo www/drupal5/dhtml_menu/pkg: PLIST www/drupal5/image: Makefile distinfo www/drupal5/meta-tags: Makefile distinfo www/drupal5/meta-tags/pkg: PLIST www/drupal5/pathauto: Makefile distinfo www/drupal5/pathauto/patches: patch-pathauto_install www/drupal5/pathauto/pkg: PLIST www/drupal5/printer-friendly: Makefile distinfo www/drupal5/printer-friendly/pkg: PLIST www/drupal5/sitedoc: Makefile distinfo www/drupal5/usernode: Makefile distinfo www/drupal5/views-bonus: Makefile distinfo www/drupal5/views-bonus/pkg: PLIST www/drupal5/webform: Makefile distinfo www/drupal5/webform/pkg: PLIST Removed files: www/drupal5/sitedoc/patches: patch-sitedoc_install www/drupal5/usernode/patches: patch-usernode_install Log message: update various modules to more recent versions. Mostly minor updates, except for webform. Rerun update-db after the update ! but the admin page will tell you so... CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/07/10 08:37:31 Modified files: mail/p5-GetLive: Makefile distinfo mail/p5-GetLive/patches: patch-GetLive_pl patch-Manual Log message: Update to 0.57. This allows GetLive to work again. Use ${SUBST_CMD}. "go ahead" @jasper CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/10 10:33:58 Removed files: security/advchk: Makefile distinfo security/advchk/patches: patch-advchk_1 security/advchk/pkg: DESCR PLIST Log message: - remove advchk it does not work, it is not maintained no objection espie@ ok naddy@ fkr@ sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/10 10:35:18 Modified files: security : Makefile Log message: - bye bye advchk CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/07/10 10:49:26 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Fix "etc source" output when not using a tarball ok "bien sur!" sthen@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/07/10 12:05:58 Modified files: usr.bin/ssh : channels.c Log message: missing bzero; from mickey; ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/07/10 12:08:11 Modified files: usr.bin/ssh : clientloop.c monitor.c monitor_wrap.c packet.c packet.h sshd.c Log message: sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/10 12:14:59 Modified files: sys/dev/pci : if_sis.c Log message: move a common statement out of if/else; adjust the mbuf before loading it, with bus_dmamap_load_mbuf(), that way we dont have to fiddle with ds_addr; ok dlg@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/10 12:17:56 Modified files: sys/nfs : nfs_socket.c nfs_vfsops.c Log message: nuke two bogus ARGSUSED CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/10 12:18:55 Modified files: lib/libc/stdio : vfprintf.c Log message: - handle sign of negative zero. use sign dtoa sets - remove 'value < 0' cruft, dtoa already clears sign bit for us discussed with, and tested by phessler@ ok millert@, who noticed to remove now-unused variable, and phessler@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/10 12:52:28 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/patches: patch-setup_py games/mnemosyne/pkg: PLIST Log message: - update to version 1.0.2 some minor feature enhancements and new translations CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/10 14:27:36 Modified files: sys/arch/sparc64/dev: sbbc.c Log message: Handle breaks. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/10 14:29:50 Modified files: share/man/man4/man4.sparc64: sbbc.4 Log message: Console functionality is there now. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/10 15:25:55 Modified files: net/ssvnc : Makefile distinfo net/ssvnc/pkg : PLIST Log message: upstream distfile not yet stable; mirror and bump PKGNAME for now. regen PLIST while there (@bin markers). Pointed out by naddy. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/10 17:31:40 Modified files: lang/jruby : Makefile Log message: Fix substitution of JRUBY_LIBDIR so jruby works again. Reported by Jeremy Evans and Yannick Francois. Thank you! CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/10 17:37:21 Log message: import py-genshi, a toolkit for generation of output for the web. input and ok wcmaier@ Status: Vendor Tag: fgsch Release Tags: fgsch_20080711 N ports/www/py-genshi/Makefile N ports/www/py-genshi/distinfo N ports/www/py-genshi/pkg/PLIST N ports/www/py-genshi/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/10 17:38:48 Modified files: www : Makefile Log message: enter py-genshi. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/10 18:12:35 Modified files: distrib/sets/lists/etc: mi usr.sbin/httpd : Makefile.bsd-wrapper usr.sbin/httpd/htdocs: index.html Added files: usr.sbin/httpd/htdocs: mod_ssl_sb.gif openssl_ics.gif Log message: add missing ssl art after manual has been moved, instead of using src of non-existent place; ok pval@, okan@, "looks good" jdixon@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/10 18:15:33 Modified files: usr.sbin/httpd/htdocs/manual/programs: htpasswd.html Log message: httpd deamon -> httpd daemon CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/10 18:18:24 Modified files: www/py-beautifulsoup: Makefile distinfo Log message: update to 3.0.7a. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/10 18:23:15 Modified files: www/py-paste : Makefile distinfo www/py-paste/pkg: PLIST Log message: - update to py-paste-1.7.1 - SUBST_VARS->MODPY_EGG_VERSION trick from wcmaier@ ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/10 18:25:12 Modified files: www/py-paste-deploy: Makefile distinfo www/py-paste-deploy/pkg: PLIST Log message: - update to py-paste-deploy-1.3.2 - SUBST_VARS->MODPY_EGG_VERSION trick from wcmaier@ ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/10 18:27:26 Modified files: www/py-paste-script: Makefile distinfo www/py-paste-script/pkg: PLIST Log message: - update to py-paste-script-1.6.3 - BUILD_DEPENDS=${RUN_DEPENDS}, so that it doesn't try to fetch sources of dependencies while building ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/10 19:13:05 Modified files: net/bitlbee : Makefile distinfo net/bitlbee/pkg: PLIST Log message: bugfix update to bitlbee-1.2.1 ok maintainer Andrew Dalgleish, merdely@, wcmaier@ CVSROOT: /cvs Module name: src Changes by: phessler@cvs.openbsd.org 2008/07/10 19:40:50 Modified files: libexec/spamd : grey.c Log message: greyreader() shouldn't return, so tell us if it does ok beck@, reyk@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/10 19:47:12 Modified files: net/silc-client: Makefile Added files: net/silc-client/patches: patch-lib_silcmath_tma_h Removed files: net/silc-client/patches: patch-lib_silcmath_tma_c Log message: - do not enable DIV_SMALL by default, on all archs - for now, don't use 128-bit arithmetics on amd64, as a work-around for the gcc bug. gcc3.3 mangles arguments for __divti3, and amd64 hangs on non-DIV_SMALL, when passing correct arguments. this is what silc-toolkit and silc-server use, too unbreaks amd64 tested by brad@ initial diff tested by sthen@ "definitely fine with me" brad@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/10 19:51:23 Modified files: net/irssi-silc : Makefile Added files: net/irssi-silc/patches: patch-lib_silcmath_tma_h Removed files: net/irssi-silc/patches: patch-lib_silcmath_tma_c Log message: sync with silc-client-1.1.4p0 patchset: - do not enable DIV_SMALL by default, on all archs - for now, don't use 128-bit arithmetics on amd64, as a work-around for the gcc bug. gcc3.3 mangles arguments for __divti3, and amd64 hangs on non-DIV_SMALL, when passing correct arguments. this is what silc-toolkit and silc-server use, too unbreaks amd64 CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/10 19:54:15 Log message: xcalib is a tiny monitor calibration loader for XFree86 (or X.org) and MS-Windows. It allows you to load the 'vcgt'-tag of ICC profiles to X-server (like MS-Windows or MacOS do) to calibrate your display. from Mitja Muzenic (MAINTAINER) some cleanup and ok merdely@ Status: Vendor Tag: phessler Release Tags: phessler_20080710 N ports/x11/xcalib/Makefile N ports/x11/xcalib/distinfo N ports/x11/xcalib/pkg/DESCR N ports/x11/xcalib/pkg/PLIST N ports/x11/xcalib/patches/patch-Makefile N ports/x11/xcalib/patches/patch-xcalib_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/10 19:55:13 Modified files: x11 : Makefile Log message: add xcalib CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/10 21:03:07 Modified files: sys/arch/i386/i386: machdep.c Log message: initialise the state kept between calls to dmamap_load_buffer to 0. there was an extremely small chance that random stack garbage coudl be used which could corrupt a dmamap. this is the same as the change made to amd64 in src/sys/arch/amd64/amd64/bus_dma.c r1.10. ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/10 23:20:19 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Handle CPUs with a clock speed >= 2 GHz correctly. CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/11 00:47:56 Modified files: x11/xcalib : Makefile Log message: using PKGNAME in WRKDIST will break if you have to bump the package pointed out by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/11 02:05:36 Modified files: x11/gnome/icon-theme: Makefile distinfo x11/gnome/icon-theme/pkg: PLIST Log message: - update gnome-icon-theme to 2.22.0 (unbreak after recent icon-naming-utils update, spotted by sturm@, thanks!) CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/07/11 02:37:56 Modified files: x11/wmii : Makefile Removed files: x11/wmii/patches: patch-rc_rc_wmii_rc patch-rc_wmiirc_sh Log message: New dmenu deprecates the new '-y 0' flag, go back to using '-b'. Apparantly the suckless.org guys don't know that repeatedly changing commandline options for no apparant reason sucks. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/11 02:51:41 Modified files: multimedia/avidemux: Makefile distinfo multimedia/avidemux/pkg: PLIST Log message: - bugfix update to avidemux-2.4.2 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/11 03:16:19 Log message: dependency of `rich' user profiles Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/subform_element/Makefile N ports/www/drupal5/subform_element/distinfo N ports/www/drupal5/subform_element/pkg/PLIST N ports/www/drupal5/subform_element/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/11 03:16:55 Log message: rich user profile, together with nodefamily Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/nodeprofile/Makefile N ports/www/drupal5/nodeprofile/distinfo N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.extract_started N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/systrace.policy N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.buildwantlibs N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.extract_done N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.distpatch_done N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.patch_done N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.configure_done N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.build_done N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.dep-www-drupal5-subform_element N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.dep-www-drupal5-nodefamily N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/.runwantlibs- N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/nodeprofile/LICENSE.txt N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/nodeprofile/README.txt N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/nodeprofile/nodeprofile.css N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/nodeprofile/nodeprofile.info N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/nodeprofile/nodeprofile.install N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/nodeprofile/nodeprofile.module N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/nodeprofile/nodeprofile_workflow_ng.inc N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/fake-i386/.install_started N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/fake-i386/.fake_done N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/fake-i386/var/www/htdocs/drupal/sites/all/modules/nodeprofile/nodeprofile.info N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/fake-i386/var/www/htdocs/drupal/sites/all/modules/nodeprofile/README.txt N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/fake-i386/var/www/htdocs/drupal/sites/all/modules/nodeprofile/nodeprofile.css N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/fake-i386/var/www/htdocs/drupal/sites/all/modules/nodeprofile/LICENSE.txt N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/fake-i386/var/www/htdocs/drupal/sites/all/modules/nodeprofile/nodeprofile.install N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/fake-i386/var/www/htdocs/drupal/sites/all/modules/nodeprofile/nodeprofile.module N ports/www/drupal5/nodeprofile/w-drupal5-node-profile-1.3/fake-i386/var/www/htdocs/drupal/sites/all/modules/nodeprofile/nodeprofile_workflow_ng.inc N ports/www/drupal5/nodeprofile/pkg/PLIST N ports/www/drupal5/nodeprofile/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/11 03:17:34 Log message: rich user profiles Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/nodefamily/Makefile N ports/www/drupal5/nodefamily/distinfo N ports/www/drupal5/nodefamily/pkg/PLIST N ports/www/drupal5/nodefamily/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2008/07/11 03:29:02 Modified files: sys/dev/pci : if_et.c Log message: remove an unused function. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/11 04:01:16 Modified files: net/nsd : Makefile distinfo net/nsd/pkg : PLIST Log message: Update to NSD 3.1.0; bug fix release. ok jakob@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2008/07/11 04:39:10 Modified files: sysutils/ruby-facter: Makefile distinfo sysutils/ruby-facter/pkg: PLIST Added files: sysutils/ruby-facter/patches: patch-spec_spec_helper_rb Log message: update to facter 1.5.0 and enable regression tests ok mcbride@ sturm@ CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2008/07/11 05:14:07 Modified files: sysutils/ruby-facter: Makefile Log message: use the full path to rake in do-regress:, suggested by bernd@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/11 05:40:33 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-Makefile_in patch-WHATSNEW_txt patch-docs_htmldocs_Samba3_Developers_Guide_pwencrypt_html patch-docs_manpages_swat_8 patch-lib_iconv.c patch-smbd_chgpasswd_c net/samba/pkg : PLIST-docs PLIST-main Log message: Update to Samba 3.0.30; bug fixes and a security issue fixed, CVE-2008-1105. Specifically crafted SMB responses can result in a heap overflow in the Samba client code. Because the server process, smbd, can itself act as a client during operations such as printer notification and domain authentication, this issue affects both Samba client and server installations. Feedback from sthen@ ok mbalmer@ sthen@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/07/11 07:07:54 Log message: DRIconf is a configuration applet for the Direct Rendering Infrastructure. It allows customizing performance and visual quality settings of OpenGL drivers on a per-driver, per-screen and/or per-application level. The settings are stored in system wide and per-user XML configuration files, which are parsed by the OpenGL drivers on startup. Originally by oga@; tested by oga@ and guenther@. Python jiggery and other cleanups by moi. double ok fgsch@, ribbit landry@ Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080711 N ports/x11/driconf/Makefile N ports/x11/driconf/distinfo N ports/x11/driconf/patches/patch-setup_cfg N ports/x11/driconf/patches/patch-driconf N ports/x11/driconf/patches/patch-driconf_complexui_py N ports/x11/driconf/patches/patch-driconf_py N ports/x11/driconf/patches/patch-driconf_simpleui_py N ports/x11/driconf/patches/patch-setup_py N ports/x11/driconf/pkg/DESCR N ports/x11/driconf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/07/11 07:11:21 Modified files: x11 : Makefile Log message: Add driconf. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/11 07:47:20 Modified files: sys/arch/sparc64/dev: cmp.c Log message: Don't try to read the "regs" propety; it's pointless. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/11 07:55:53 Modified files: www/p5-URI : Makefile distinfo Log message: upgrade to 1.37 OK kevlo@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/11 07:59:22 Modified files: mail/p5-Email-Address: Makefile distinfo Log message: upgrade to 1.889 OK maintainer CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/07/11 08:12:57 Modified files: sys/kern : sys_pipe.c Log message: de-__inline a trio of functions to shave some space. ok art@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/07/11 08:18:39 Modified files: sys/sys : timeout.h sys/kern : kern_timeout.c Log message: Add timeout_add_{tv,ts,bt,sec,usec,nsec} so that we can add timeouts in something other than clock ticks. From art@'s punchlist and (for the time being) not yet used. "you're doing it wrong" art@,ray@,otto@,tedu@ ok art@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/11 08:20:55 Modified files: net/pidgin : Makefile net/pidgin/pkg : DESCR PLIST Log message: - Sync PLIST. - Add a msnp14 FLAVOR to enable the experimental MSNP14 support. ok sthen@ bernd@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/11 08:21:28 Modified files: app/cwm : calmwm.c calmwm.h client.c conf.c font.c grab.c group.c input.c kbfunc.c menu.c mousefunc.c screen.c search.c util.c xevents.c xmalloc.c xutil.c Log message: spacing, declaration lineup to be consistent throughout cwm, readability, and a bit of knf. ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/11 08:23:30 Modified files: app/cwm : client.c Log message: we already have ymax, so use it instead of asking X for it again. ok oga@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/11 08:23:53 Modified files: sys/arch/sparc64/conf: GENERIC files.sparc64 sys/arch/sparc64/sparc64: cpu.c Added files: sys/arch/sparc64/dev: core.c Log message: Fujitsu SPARC64-VI CPU's have two cores that have two threads each. Provide a core(4) device, representing these cores and attach cpu(4) devices to it for each thread. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/11 08:24:34 Modified files: app/cwm : conf.c Log message: replace snprintf with strlcpy ok oga@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/11 08:46:25 Modified files: sys/dev/microcode/isp: asm_1040.h asm_1080.h asm_12160.h asm_2100.h asm_2200.h asm_2300.h asm_sbus.h Log message: Qlogic -> QLogic CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/11 08:53:32 Modified files: libexec/spamd : grey.c Log message: write a syslog debug message when a new GREY or TRAPPED entry is added to the database. ok beck@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/11 09:00:17 Modified files: sys/dev/mii : dcphy.c Log message: Check the correct BMSR bit in the capabilities field when checking for 100baseT4. The dcphy(4) driver could inadvertently display 100baseT4 for the media type for PHY not actually capable of 100baseT4. From FreeBSD ok dlg@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/11 09:05:59 Modified files: libexec/spamd : spamd.c Log message: shut off an annoying gcc warning. ok beck@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/11 09:11:58 Modified files: sys/dev/mii : iophy.c Log message: If there is a 100baseT4 connection then fall through so as to explicitly set the duplex flag instead of returning right away. ok dlg@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/11 09:18:29 Modified files: app/cwm : calmwm.h conf.c cwm.1 cwmrc.5 kbfunc.c mousefunc.c Log message: no more hidden (and mysterious) config reloads and allow binding a key to a config reload; CMS-r by default. ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/11 09:20:04 Modified files: app/cwm : cwm.1 Log message: add Xr for cwm(1) CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/11 09:42:29 Modified files: app/cwm : cwm.1 cwmrc.5 Log message: Change "a window" to "current window" in documentation. it's more correct. While i'm here: Capital letter and full stop in descriptions in cwmrc.5 "looks good - do it" okan@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/11 11:46:56 Modified files: x11/gnome/applets2: Makefile x11/gnome/applets2/pkg: PLIST-battstat PLIST-main x11/icewm : Makefile x11/icewm/pkg : PLIST x11/matchbox/matchbox-panel: Makefile x11/matchbox/matchbox-panel/pkg: PLIST PFRAG.APM Log message: - use ARCH instead of MACHINE_ARCH for macppc test - regen PLIST while here - bump ok sthen@ (on a previous diff) CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/11 16:29:23 Modified files: databases/p5-BerkeleyDB: Makefile distinfo Log message: upgrade to 0.34 OK jakob@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/11 16:30:59 Modified files: devel/p5-IO-Multiplex: Makefile distinfo Log message: upgrade to 1.09 OK jakob@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/11 16:40:06 Modified files: devel/py-simplejson: Makefile distinfo devel/py-simplejson/pkg: PLIST Log message: - update to py-simplejson-1.9.2 - add a do-regress target, prodded by wcmaier@ ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/11 16:41:28 Modified files: databases/py-sqlobject: Makefile distinfo Log message: update to py-sqlobject-0.10.2; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/11 16:43:19 Modified files: devel/py-turbojson: Makefile distinfo devel/py-turbojson/pkg: PLIST Log message: - switch master site to pypi, which has newer source, required by tg - update to py-turbojson-1.1.3 - MODPY_EGG_VERSION trick ok wcmaier@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/11 16:43:44 Modified files: app/cwm : cwm.1 Log message: Nm makes more sense than Xr, from Pierre Riteau - thanks! CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/11 16:48:04 Modified files: www/py-turbogears: Makefile distinfo www/py-turbogears/pkg: PLIST Removed files: www/py-turbogears/patches: patch-setup_py Log message: - bugfix update to py-turbogears-1.0.5 - patch-setup_py trick not needed anymore, now that python-2.5 is default, and all dependencies got plists updated to include eggs - switch to eggs.tg.org, to get this stable release ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/11 17:04:48 Modified files: net/p5-Socket6 : Makefile distinfo Log message: upgrade to 0.20 OK djm@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/11 22:52:50 Modified files: usr.bin/ssh : channels.c Log message: unbreak; move clearing of cctx struct to before first use reported by dkrause@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/11 23:26:04 Modified files: telephony/spandsp: Makefile distinfo Log message: Update to SpanDSP 0.0.5pre4. "it looks ok" jdixon@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/11 23:29:17 Modified files: multimedia/kaffeine: Makefile distinfo multimedia/kaffeine/patches: patch-configure_in multimedia/kaffeine/pkg: PLIST Removed files: multimedia/kaffeine/patches: patch-kaffeine_src_kaffeine_desktop Log message: Update to Kaffeine 0.8.7. ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/11 23:31:14 Modified files: sys/dev/mii : eephy.c Log message: Add support for the Marvell 88E8016 PHY. ok dlg@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/11 23:33:41 Modified files: usr.bin/ssh : scp.1 Log message: better description for -i flag: s/RSA authentication/public key authentication/ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/11 23:45:31 Modified files: sys/dev/mii : miidevs Log message: Add the OUI id for JMicron and the ids for the JMP202 FastE PHY and JMP211 GigE PHY. From FreeBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/11 23:45:49 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/07/12 00:20:47 Modified files: usr.bin/systat : main.c Log message: Add ':q' as an alias to ':quit', to match old behaviour. Initial patch from dlg@, this is a simpler version. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/12 00:26:06 Modified files: sys/dev/usb : uvideo.h Log message: Remove obsolete TODO comment. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 01:37:25 Modified files: sys/arch/sparc64/include: ctlreg.h sys/arch/sparc64/sparc64: cpu.c Log message: Add macros to get the appropriate interrupt target ID for non-UPA CPUs and use them in cpu_myid(). CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2008/07/12 02:07:23 Modified files: sysutils/ruby-facter: Makefile Log message: that should have been ${LOCALBASE}/bin/rake, adjust. again from bernd@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 02:08:54 Modified files: sys/arch/sparc64/sparc64: trap.c Log message: On Fujitsu's SPARC64 CPUs, the data_access_error trap is synchronous, and AFSR will be 0. Check SFSR too, before deciding there's no fault. CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/07/12 02:38:04 Modified files: faq : current.html Log message: This sentence doesn't take a comma. CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/07/12 03:18:04 Modified files: openssh : manual.html Log message: Zapped superfluos . CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/07/12 03:18:22 Modified files: faq : current.html Log message: Added missing . CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/07/12 03:50:17 Modified files: openssh : security.html Log message: typo CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 04:07:25 Modified files: sys/arch/sparc64/dev: psycho.c Log message: Don't install interrupt handlers for non-exitsing interrupts on CMU-CH. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 05:09:02 Modified files: sys/arch/sparc64/include: pte.h Log message: Adjust SUN4U_TLB_RESERVED_MASK for updated SUN4U_TLB_PA_MASK. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/12 06:04:10 Modified files: sbin/sysctl : sysctl.c Log message: fix printing of nchstats ok art@,dlg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 06:21:05 Modified files: sys/arch/sparc64/dev: pyro.c Log message: Use the proper interrupt target ID on Oberon. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/12 06:22:33 Modified files: textproc/p5-Pod-Simple: Makefile distinfo textproc/p5-Pod-Simple/pkg: PLIST Log message: upgrade to 3.07 ok msf@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/12 06:33:21 Modified files: net/samba : Makefile Log message: Correct the permissions of the examples files. Issue and an initial patch provided by RD Thrush ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/12 06:33:42 Modified files: bin/ksh : misc.c Log message: Fix a strlcpy() bound. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/12 06:48:48 Log message: Import the openchrome video driver, version 0.2.902. Discussed with bernd@ and oga@. Tested by many in snaphots. Status: Vendor Tag: openchrome Release Tags: v0_2_902 N xenocara/driver/xf86-video-openchrome/config.h.in N xenocara/driver/xf86-video-openchrome/config.guess N xenocara/driver/xf86-video-openchrome/Makefile.am N xenocara/driver/xf86-video-openchrome/configure N xenocara/driver/xf86-video-openchrome/README N xenocara/driver/xf86-video-openchrome/COPYING N xenocara/driver/xf86-video-openchrome/install-sh N xenocara/driver/xf86-video-openchrome/ChangeLog N xenocara/driver/xf86-video-openchrome/ltmain.sh N xenocara/driver/xf86-video-openchrome/NEWS N xenocara/driver/xf86-video-openchrome/config.sub N xenocara/driver/xf86-video-openchrome/acinclude.m4 N xenocara/driver/xf86-video-openchrome/missing N xenocara/driver/xf86-video-openchrome/aclocal.m4 N xenocara/driver/xf86-video-openchrome/depcomp N xenocara/driver/xf86-video-openchrome/Makefile.in N xenocara/driver/xf86-video-openchrome/configure.ac N xenocara/driver/xf86-video-openchrome/src/via_driver.c N xenocara/driver/xf86-video-openchrome/src/svnversion.h N xenocara/driver/xf86-video-openchrome/src/via_bandwidth.c N xenocara/driver/xf86-video-openchrome/src/via_ch7xxx.h N xenocara/driver/xf86-video-openchrome/src/via_3d_reg.h N xenocara/driver/xf86-video-openchrome/src/via_memory.c N xenocara/driver/xf86-video-openchrome/src/via_dmabuffer.h N xenocara/driver/xf86-video-openchrome/src/via_drmclient.h N xenocara/driver/xf86-video-openchrome/src/Makefile.am N xenocara/driver/xf86-video-openchrome/src/via_vgahw.h N xenocara/driver/xf86-video-openchrome/src/via_swov.c N xenocara/driver/xf86-video-openchrome/src/via_dri.h N xenocara/driver/xf86-video-openchrome/src/via_vt162x.h N xenocara/driver/xf86-video-openchrome/src/via.h N xenocara/driver/xf86-video-openchrome/src/via_xvmc.c N xenocara/driver/xf86-video-openchrome/src/via_memcpy.c N xenocara/driver/xf86-video-openchrome/src/via_vbe.c N xenocara/driver/xf86-video-openchrome/src/via_xvmc.h N xenocara/driver/xf86-video-openchrome/src/via_3d.c N xenocara/driver/xf86-video-openchrome/src/via_swov.h N xenocara/driver/xf86-video-openchrome/src/via_xvpriv.h N xenocara/driver/xf86-video-openchrome/src/via_mode.c N xenocara/driver/xf86-video-openchrome/src/via_dri.c N xenocara/driver/xf86-video-openchrome/src/via_bios.h N xenocara/driver/xf86-video-openchrome/src/via_shadow.c N xenocara/driver/xf86-video-openchrome/src/via_vt162x.c N xenocara/driver/xf86-video-openchrome/src/via_vgahw.c N xenocara/driver/xf86-video-openchrome/src/via_priv.h N xenocara/driver/xf86-video-openchrome/src/via_regs.h N xenocara/driver/xf86-video-openchrome/src/via_memcpy.h N xenocara/driver/xf86-video-openchrome/src/via_i2c.c N xenocara/driver/xf86-video-openchrome/src/via_cursor.c N xenocara/driver/xf86-video-openchrome/src/via_id.c N xenocara/driver/xf86-video-openchrome/src/via_driver.h N xenocara/driver/xf86-video-openchrome/src/via_dga.c N xenocara/driver/xf86-video-openchrome/src/via_mode.h N xenocara/driver/xf86-video-openchrome/src/via_ch7xxx.c N xenocara/driver/xf86-video-openchrome/src/via_id.h N xenocara/driver/xf86-video-openchrome/src/via_video.c N xenocara/driver/xf86-video-openchrome/src/via_3d.h N xenocara/driver/xf86-video-openchrome/src/via_video.h N xenocara/driver/xf86-video-openchrome/src/Makefile.in N xenocara/driver/xf86-video-openchrome/src/via_accel.c N xenocara/driver/xf86-video-openchrome/man/openchrome.man N xenocara/driver/xf86-video-openchrome/man/Makefile.am N xenocara/driver/xf86-video-openchrome/man/Makefile.in N xenocara/driver/xf86-video-openchrome/libxvmc/xf86dri.c N xenocara/driver/xf86-video-openchrome/libxvmc/driDrawable.h N xenocara/driver/xf86-video-openchrome/libxvmc/viaLowLevel.h N xenocara/driver/xf86-video-openchrome/libxvmc/Makefile.am N xenocara/driver/xf86-video-openchrome/libxvmc/viaLowLevelPro.c N xenocara/driver/xf86-video-openchrome/libxvmc/xf86dristr.h N xenocara/driver/xf86-video-openchrome/libxvmc/viaXvMC.c N xenocara/driver/xf86-video-openchrome/libxvmc/xf86dri.h N xenocara/driver/xf86-video-openchrome/libxvmc/viaLowLevel.c N xenocara/driver/xf86-video-openchrome/libxvmc/viaXvMCPriv.h N xenocara/driver/xf86-video-openchrome/libxvmc/vldXvMC.h N xenocara/driver/xf86-video-openchrome/libxvmc/driDrawable.c N xenocara/driver/xf86-video-openchrome/libxvmc/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/12 06:53:22 Modified files: driver/xf86-video-openchrome/libxvmc: viaXvMCPriv.h Log message: Let it compile. From bernd@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/12 06:54:02 Added files: driver/xf86-video-openchrome: Makefile.bsd-wrapper Log message: Add a Makefile.bsd-wrapper. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/12 06:59:16 Modified files: driver/xf86-video-openchrome/man: Makefile.am Log message: Unbreak man page build. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/12 06:59:52 Modified files: driver/xf86-video-openchrome: Makefile.in aclocal.m4 config.guess config.sub configure depcomp install-sh ltmain.sh missing driver/xf86-video-openchrome/libxvmc: Makefile.in driver/xf86-video-openchrome/man: Makefile.in driver/xf86-video-openchrome/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/12 07:01:20 Modified files: driver : Makefile Log message: Disconnect the old 'via' driver and connect the 'openchrome driver. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/12 07:02:55 Modified files: xserver/hw/xfree86/common: xf86AutoConfig.c Log message: use the openchrome driver for via chipsets. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/12 07:03:55 Modified files: . : MODULES Log message: add openchrome and mark via obsolete CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 07:08:04 Modified files: sys/arch/sparc64/dev: iommu.c iommureg.h iommuvar.h psychoreg.h pyro.c schizoreg.h Log message: Perform IOMMU cache flushes on Oberon. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 07:20:42 Modified files: sys/arch/sparc64/conf: RAMDISK Log message: Add core(4). CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/07/12 07:23:34 Modified files: faq : current.html Log message: Mention xf86-video-openchrome. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/12 07:28:04 Modified files: graphics/gimp/stable: Makefile Log message: enable D-Bus support and bump package. ok brad@ remove duplicate pixman-1 in WANTLIB. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/12 07:32:06 Modified files: www/p5-HTML-Tagset: Makefile distinfo Log message: upgrade to 3.20 ok kevlo@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2008/07/12 07:38:22 ports/devel/p5-File-chdir/patches Update of /cvs/ports/devel/p5-File-chdir/patches In directory cvs.openbsd.org:/tmp/cvs-serv24907/patches Log Message: Directory /cvs/ports/devel/p5-File-chdir/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2008/07/12 07:39:14 Modified files: devel/p5-File-chdir: Makefile distinfo devel/p5-File-chdir/pkg: PLIST Added files: devel/p5-File-chdir/patches: patch-Makefile_PL Log message: Update to 0.1002 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2008/07/12 07:40:31 Modified files: devel/p5-PerlIO-eol: Makefile distinfo Log message: Update to version 0.14 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2008/07/12 07:42:07 Modified files: devel/p5-PerlIO-via-dynamic: Makefile distinfo Log message: Update to 0.13 CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/12 08:12:10 Modified files: misc/p5-Finance-Quote: Makefile distinfo misc/p5-Finance-Quote/pkg: PLIST Log message: upgrade to 1.13 ok kevlo@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 08:26:07 Modified files: sys/arch/sparc64/conf: GENERIC.MP sys/arch/sparc64/sparc64: cpu.c Log message: Add a temporary hack to attach only the first thread of every core for MULTIPROCESSOR kernels. We map 'struct cpuinfo' at the same virtual address on every processor, but since threads on the same core share an MMU this doesn't quite work. With the hack we are at least able to use the other core (and any additional processors). CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/07/12 08:33:14 Modified files: . : sparc64.html Log message: List the Fujitsu SPARC64-VI and the Fujitsu SPARC Enterprise M4000/M5000/M8000/M9000 as supported. List USB type 7 keyboards as supported while there. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/12 09:03:29 Modified files: net/rsync : Makefile distinfo Log message: update to bug-fix release 3.0.3; ok espie@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:05:27 xenocara/driver/xf86-video-ati/src/modes Update of /cvs/xenocara/driver/xf86-video-ati/src/modes In directory cvs.openbsd.org:/tmp/cvs-serv16408/modes Log Message: Directory /cvs/xenocara/driver/xf86-video-ati/src/modes added to the repository CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:05:28 xenocara/driver/xf86-video-ati/src/AtomBios Update of /cvs/xenocara/driver/xf86-video-ati/src/AtomBios In directory cvs.openbsd.org:/tmp/cvs-serv16408/AtomBios Log Message: Directory /cvs/xenocara/driver/xf86-video-ati/src/AtomBios added to the repository CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:05:29 xenocara/driver/xf86-video-ati/src/parser Update of /cvs/xenocara/driver/xf86-video-ati/src/parser In directory cvs.openbsd.org:/tmp/cvs-serv16408/parser Log Message: Directory /cvs/xenocara/driver/xf86-video-ati/src/parser added to the repository CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:05:30 xenocara/driver/xf86-video-ati/src/pcidb Update of /cvs/xenocara/driver/xf86-video-ati/src/pcidb In directory cvs.openbsd.org:/tmp/cvs-serv16408/pcidb Log Message: Directory /cvs/xenocara/driver/xf86-video-ati/src/pcidb added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 09:05:51 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Shave off a few instructions from cpu_switchto(). CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:08:57 xenocara/driver/xf86-video-ati/src/AtomBios/includes Update of /cvs/xenocara/driver/xf86-video-ati/src/AtomBios/includes In directory cvs.openbsd.org:/tmp/cvs-serv20165/xf86-video-ati/src/AtomBios/includes Log Message: Directory /cvs/xenocara/driver/xf86-video-ati/src/AtomBios/includes added to the repository CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:18:35 Modified files: driver/xf86-video-ati: Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-ati/man: Makefile.am Makefile.in ati.man radeon.man driver/xf86-video-ati/src: Makefile.am Makefile.in ati.c ati.h atimodule.c atipciids.h ativersion.h generic_bus.h radeon.h radeon_accel.c radeon_accelfuncs.c radeon_bios.c radeon_common.h radeon_commonfuncs.c radeon_cursor.c radeon_dga.c radeon_dri.c radeon_dri.h radeon_dripriv.h radeon_driver.c radeon_exa.c radeon_exa_funcs.c radeon_exa_render.c radeon_macros.h radeon_misc.c radeon_mm_i2c.c radeon_probe.c radeon_probe.h radeon_reg.h radeon_render.c radeon_sarea.h radeon_version.h radeon_video.c radeon_video.h radeon_vip.c theatre.c theatre.h theatre200.c theatre200.h theatre_detect.c theatre_detect.h theatre_reg.h Added files: driver/xf86-video-ati/src: ati_pciids_gen.h atipcirename.h atombios_crtc.c atombios_output.c legacy_crtc.c legacy_output.c local_xf86Rename.h radeon_atombios.c radeon_atombios.h radeon_atomwrapper.c radeon_atomwrapper.h radeon_chipinfo_gen.h radeon_chipset_gen.h radeon_crtc.c radeon_modes.c radeon_output.c radeon_pci_chipset_gen.h radeon_pci_device_match_gen.h radeon_textured_video.c radeon_textured_videofuncs.c radeon_tv.c radeon_tv.h driver/xf86-video-ati/src/AtomBios: CD_Operations.c Decoder.c hwserv_drv.c driver/xf86-video-ati/src/AtomBios/includes: CD_Common_Types.h CD_Definitions.h CD_Opcodes.h CD_Structs.h CD_binding.h CD_hw_services.h Decoder.h ObjectID.h atombios.h regsdef.h driver/xf86-video-ati/src/modes: xf86Crtc.c xf86Crtc.h xf86Cursors.c xf86DiDGA.c xf86EdidModes.c xf86Modes.c xf86Modes.h xf86RandR12.c xf86RandR12.h xf86Rename.h xf86Rotate.c xf86cvt.c driver/xf86-video-ati/src/parser: xf86Optrec.h xf86Parser.h driver/xf86-video-ati/src/pcidb: ati_pciids.csv parse_pci_ids.pl Removed files: driver/xf86-video-ati: ChangeLog README.ati README.ati.sgml README.r128 README.r128.sgml compile driver/xf86-video-ati/man: r128.man driver/xf86-video-ati/src: atiaccel.c atiaccel.h atiadapter.c atiadapter.h atiadjust.c atiadjust.h atiaudio.c atiaudio.h atibank.c atibank.h atibus.c atibus.h atichip.c atichip.h aticlock.c aticlock.h aticonfig.c aticonfig.h aticonsole.c aticonsole.h aticrtc.h aticursor.c aticursor.h atidac.c atidac.h atidecoder.c atidecoder.h atidga.c atidga.h atidri.c atidri.h atidripriv.h atidsp.c atidsp.h atifillin.c atifillin.h atii2c.c atii2c.h atiident.c atiident.h atiio.h atiload.c atiload.h atilock.c atilock.h atimach64.c atimach64.h atimach64accel.c atimach64accel.h atimach64cursor.c atimach64cursor.h atimach64exa.c atimach64i2c.c atimach64i2c.h atimach64io.c atimach64io.h atimach64render.c atimach64xv.c atimach64xv.h atimisc.c atimode.c atimode.h atimodule.h atimono.h atioption.c atioption.h atipreinit.c atipreinit.h atiprint.c atiprint.h atipriv.h atiprobe.c atiprobe.h atiregs.h atirgb514.c atirgb514.h atiscreen.c atiscreen.h atistruct.h atituner.c atituner.h atiutil.c atiutil.h ativalid.c ativalid.h ativga.c ativga.h ativgaio.c ativgaio.h atividmem.c atividmem.h atiwonder.c atiwonder.h atiwonderio.c atiwonderio.h atixv.c atixv.h mach64_common.h mach64_dri.h mach64_sarea.h r128.h r128_accel.c r128_chipset.h r128_common.h r128_cursor.c r128_dga.c r128_dri.c r128_dri.h r128_dripriv.h r128_driver.c r128_misc.c r128_probe.c r128_probe.h r128_reg.h r128_sarea.h r128_version.h r128_video.c radeon_chipset.h radeon_mergedfb.c radeon_mergedfb.h Log message: Long awaited update of xf86-video-ati to 6.9.0. the rage128 and mach64 drivers were split out of this driver just after the 6.8.0 release, these drivers will be commited separately. MergedFb mode is gone, so please use xrandr if you used to use it. ok matthieu@. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:20:00 Added files: driver/xf86-video-ati: ChangeLog Log message: Add back Changelog. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:26:17 Log message: Import the r128 driver. Version 6.8.0 ok matthieu@ Status: Vendor Tag: r128 Release Tags: v6_8_0 N xenocara/xf86-video-r128/install-sh N xenocara/xf86-video-r128/config.h.in N xenocara/xf86-video-r128/README.r128 N xenocara/xf86-video-r128/README.r128.sgml N xenocara/xf86-video-r128/config.sub N xenocara/xf86-video-r128/Makefile.am N xenocara/xf86-video-r128/COPYING N xenocara/xf86-video-r128/ChangeLog N xenocara/xf86-video-r128/ltmain.sh N xenocara/xf86-video-r128/Makefile.in N xenocara/xf86-video-r128/missing N xenocara/xf86-video-r128/aclocal.m4 N xenocara/xf86-video-r128/configure.ac N xenocara/xf86-video-r128/depcomp N xenocara/xf86-video-r128/configure N xenocara/xf86-video-r128/config.guess N xenocara/xf86-video-r128/src/r128_probe.c N xenocara/xf86-video-r128/src/r128_dga.c N xenocara/xf86-video-r128/src/r128_cursor.c N xenocara/xf86-video-r128/src/r128_accel.c N xenocara/xf86-video-r128/src/Makefile.am N xenocara/xf86-video-r128/src/r128_driver.c N xenocara/xf86-video-r128/src/r128_misc.c N xenocara/xf86-video-r128/src/r128_reg.h N xenocara/xf86-video-r128/src/r128_sarea.h N xenocara/xf86-video-r128/src/r128.h N xenocara/xf86-video-r128/src/Makefile.in N xenocara/xf86-video-r128/src/r128_dri.h N xenocara/xf86-video-r128/src/atipcirename.h N xenocara/xf86-video-r128/src/r128_dri.c N xenocara/xf86-video-r128/src/r128_dripriv.h N xenocara/xf86-video-r128/src/r128_version.h N xenocara/xf86-video-r128/src/r128_video.c N xenocara/xf86-video-r128/src/r128_probe.h N xenocara/xf86-video-r128/src/r128_common.h N xenocara/xf86-video-r128/man/r128.man N xenocara/xf86-video-r128/man/Makefile.am N xenocara/xf86-video-r128/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:35:56 Log message: Import xf86-video-r128, version 6.8.0. In the right place this time. ok matthieu. Status: Vendor Tag: r128 Release Tags: v6_8_0 N xenocara/driver/xf86-video-r128/install-sh N xenocara/driver/xf86-video-r128/config.h.in N xenocara/driver/xf86-video-r128/README.r128 N xenocara/driver/xf86-video-r128/README.r128.sgml N xenocara/driver/xf86-video-r128/config.sub N xenocara/driver/xf86-video-r128/Makefile.am N xenocara/driver/xf86-video-r128/COPYING N xenocara/driver/xf86-video-r128/ChangeLog N xenocara/driver/xf86-video-r128/ltmain.sh N xenocara/driver/xf86-video-r128/Makefile.in N xenocara/driver/xf86-video-r128/missing N xenocara/driver/xf86-video-r128/aclocal.m4 N xenocara/driver/xf86-video-r128/configure.ac N xenocara/driver/xf86-video-r128/depcomp N xenocara/driver/xf86-video-r128/configure N xenocara/driver/xf86-video-r128/config.guess N xenocara/driver/xf86-video-r128/src/r128_probe.c N xenocara/driver/xf86-video-r128/src/r128_dga.c N xenocara/driver/xf86-video-r128/src/r128_cursor.c N xenocara/driver/xf86-video-r128/src/r128_accel.c N xenocara/driver/xf86-video-r128/src/Makefile.am N xenocara/driver/xf86-video-r128/src/r128_driver.c N xenocara/driver/xf86-video-r128/src/r128_misc.c N xenocara/driver/xf86-video-r128/src/r128_reg.h N xenocara/driver/xf86-video-r128/src/r128_sarea.h N xenocara/driver/xf86-video-r128/src/r128.h N xenocara/driver/xf86-video-r128/src/Makefile.in N xenocara/driver/xf86-video-r128/src/r128_dri.h N xenocara/driver/xf86-video-r128/src/atipcirename.h N xenocara/driver/xf86-video-r128/src/r128_dri.c N xenocara/driver/xf86-video-r128/src/r128_dripriv.h N xenocara/driver/xf86-video-r128/src/r128_version.h N xenocara/driver/xf86-video-r128/src/r128_video.c N xenocara/driver/xf86-video-r128/src/r128_probe.h N xenocara/driver/xf86-video-r128/src/r128_common.h N xenocara/driver/xf86-video-r128/man/r128.man N xenocara/driver/xf86-video-r128/man/Makefile.am N xenocara/driver/xf86-video-r128/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:37:58 Added files: driver/xf86-video-r128: Makefile.bsd-wrapper Log message: Add a Makefile.bsd-wrapper CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:40:46 Modified files: driver/xf86-video-r128: Makefile.in aclocal.m4 config.guess config.sub configure depcomp install-sh ltmain.sh missing driver/xf86-video-r128/man: Makefile.in driver/xf86-video-r128/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:42:23 Log message: Import xf86-video-mach64, version 6.8.0 ok matthieu@. Status: Vendor Tag: mach64 Release Tags: v6_8_0 N xenocara/xf86-video-mach64/README.ati N xenocara/xf86-video-mach64/install-sh N xenocara/xf86-video-mach64/config.h.in N xenocara/xf86-video-mach64/config.sub N xenocara/xf86-video-mach64/Makefile.am N xenocara/xf86-video-mach64/README.ati.sgml N xenocara/xf86-video-mach64/COPYING N xenocara/xf86-video-mach64/ChangeLog N xenocara/xf86-video-mach64/ltmain.sh N xenocara/xf86-video-mach64/Makefile.in N xenocara/xf86-video-mach64/missing N xenocara/xf86-video-mach64/aclocal.m4 N xenocara/xf86-video-mach64/configure.ac N xenocara/xf86-video-mach64/depcomp N xenocara/xf86-video-mach64/configure N xenocara/xf86-video-mach64/config.guess N xenocara/xf86-video-mach64/src/atidsp.c N xenocara/xf86-video-mach64/src/atipreinit.c N xenocara/xf86-video-mach64/src/atiload.h N xenocara/xf86-video-mach64/src/aticonfig.c N xenocara/xf86-video-mach64/src/atiscreen.c N xenocara/xf86-video-mach64/src/atistruct.h N xenocara/xf86-video-mach64/src/atiutil.c N xenocara/xf86-video-mach64/src/atimach64accel.h N xenocara/xf86-video-mach64/src/atiutil.h N xenocara/xf86-video-mach64/src/atichip.h N xenocara/xf86-video-mach64/src/atipriv.h N xenocara/xf86-video-mach64/src/atimach64version.h N xenocara/xf86-video-mach64/src/atimach64i2c.h N xenocara/xf86-video-mach64/src/atiload.c N xenocara/xf86-video-mach64/src/atiaudio.c N xenocara/xf86-video-mach64/src/atimach64.c N xenocara/xf86-video-mach64/src/atidecoder.h N xenocara/xf86-video-mach64/src/atidecoder.c N xenocara/xf86-video-mach64/src/atimach64probe.c N xenocara/xf86-video-mach64/src/atividmem.h N xenocara/xf86-video-mach64/src/atiaudio.h N xenocara/xf86-video-mach64/src/atixv.h N xenocara/xf86-video-mach64/src/atipreinit.h N xenocara/xf86-video-mach64/src/atidac.h N xenocara/xf86-video-mach64/src/atimisc.c N xenocara/xf86-video-mach64/src/atituner.h N xenocara/xf86-video-mach64/src/ativga.c N xenocara/xf86-video-mach64/src/atiwonder.c N xenocara/xf86-video-mach64/src/ativgaio.c N xenocara/xf86-video-mach64/src/atilock.h N xenocara/xf86-video-mach64/src/ati.h N xenocara/xf86-video-mach64/src/aticonsole.c N xenocara/xf86-video-mach64/src/atidri.c N xenocara/xf86-video-mach64/src/atiadjust.c N xenocara/xf86-video-mach64/src/Makefile.am N xenocara/xf86-video-mach64/src/atidga.c N xenocara/xf86-video-mach64/src/mach64_common.h N xenocara/xf86-video-mach64/src/ativga.h N xenocara/xf86-video-mach64/src/atiwonder.h N xenocara/xf86-video-mach64/src/atiprint.c N xenocara/xf86-video-mach64/src/ativgaio.h N xenocara/xf86-video-mach64/src/aticlock.c N xenocara/xf86-video-mach64/src/atiscreen.h N xenocara/xf86-video-mach64/src/atividmem.c N xenocara/xf86-video-mach64/src/atiwonderio.h N xenocara/xf86-video-mach64/src/atimach64probe.h N xenocara/xf86-video-mach64/src/atimach64.h N xenocara/xf86-video-mach64/src/atibank.c N xenocara/xf86-video-mach64/src/atimach64i2c.c N xenocara/xf86-video-mach64/src/atimach64io.c N xenocara/xf86-video-mach64/src/atibus.h N xenocara/xf86-video-mach64/src/atimach64io.h N xenocara/xf86-video-mach64/src/atibank.h N xenocara/xf86-video-mach64/src/atii2c.h N xenocara/xf86-video-mach64/src/atioption.h N xenocara/xf86-video-mach64/src/atimach64accel.c N xenocara/xf86-video-mach64/src/atidac.c N xenocara/xf86-video-mach64/src/aticursor.h N xenocara/xf86-video-mach64/src/Makefile.in N xenocara/xf86-video-mach64/src/atiregs.h N xenocara/xf86-video-mach64/src/atimode.h N xenocara/xf86-video-mach64/src/atidsp.h N xenocara/xf86-video-mach64/src/atirgb514.c N xenocara/xf86-video-mach64/src/atimode.c N xenocara/xf86-video-mach64/src/atipcirename.h N xenocara/xf86-video-mach64/src/atidri.h N xenocara/xf86-video-mach64/src/ativalid.h N xenocara/xf86-video-mach64/src/atiwonderio.c N xenocara/xf86-video-mach64/src/mach64_dri.h N xenocara/xf86-video-mach64/src/aticrtc.h N xenocara/xf86-video-mach64/src/atimach64exa.c N xenocara/xf86-video-mach64/src/atilock.c N xenocara/xf86-video-mach64/src/atiprobe.c N xenocara/xf86-video-mach64/src/atirgb514.h N xenocara/xf86-video-mach64/src/ativalid.c N xenocara/xf86-video-mach64/src/atimach64render.c N xenocara/xf86-video-mach64/src/atiprobe.h N xenocara/xf86-video-mach64/src/atiadjust.h N xenocara/xf86-video-mach64/src/mach64_sarea.h N xenocara/xf86-video-mach64/src/atimach64xv.c N xenocara/xf86-video-mach64/src/atidga.h N xenocara/xf86-video-mach64/src/atiprint.h N xenocara/xf86-video-mach64/src/atibus.c N xenocara/xf86-video-mach64/src/atii2c.c N xenocara/xf86-video-mach64/src/aticlock.h N xenocara/xf86-video-mach64/src/aticonsole.h N xenocara/xf86-video-mach64/src/atichip.c N xenocara/xf86-video-mach64/src/atimach64cursor.c N xenocara/xf86-video-mach64/src/atidripriv.h N xenocara/xf86-video-mach64/src/atituner.c N xenocara/xf86-video-mach64/man/Makefile.am N xenocara/xf86-video-mach64/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:43:42 Log message: Import xf86-video-mach64, version 6.8.0. In the correct directory. ok matthieu@. Status: Vendor Tag: mach64 Release Tags: v6_8_0 N xenocara/driver/xf86-video-mach64/README.ati N xenocara/driver/xf86-video-mach64/install-sh N xenocara/driver/xf86-video-mach64/config.h.in N xenocara/driver/xf86-video-mach64/config.sub N xenocara/driver/xf86-video-mach64/Makefile.am N xenocara/driver/xf86-video-mach64/README.ati.sgml N xenocara/driver/xf86-video-mach64/COPYING N xenocara/driver/xf86-video-mach64/ChangeLog N xenocara/driver/xf86-video-mach64/ltmain.sh N xenocara/driver/xf86-video-mach64/Makefile.in N xenocara/driver/xf86-video-mach64/missing N xenocara/driver/xf86-video-mach64/aclocal.m4 N xenocara/driver/xf86-video-mach64/configure.ac N xenocara/driver/xf86-video-mach64/depcomp N xenocara/driver/xf86-video-mach64/configure N xenocara/driver/xf86-video-mach64/config.guess N xenocara/driver/xf86-video-mach64/src/atidsp.c N xenocara/driver/xf86-video-mach64/src/atipreinit.c N xenocara/driver/xf86-video-mach64/src/atiload.h N xenocara/driver/xf86-video-mach64/src/aticonfig.c N xenocara/driver/xf86-video-mach64/src/atiscreen.c N xenocara/driver/xf86-video-mach64/src/atistruct.h N xenocara/driver/xf86-video-mach64/src/atiutil.c N xenocara/driver/xf86-video-mach64/src/atimach64accel.h N xenocara/driver/xf86-video-mach64/src/atiutil.h N xenocara/driver/xf86-video-mach64/src/atichip.h N xenocara/driver/xf86-video-mach64/src/atipriv.h N xenocara/driver/xf86-video-mach64/src/atimach64version.h N xenocara/driver/xf86-video-mach64/src/atimach64i2c.h N xenocara/driver/xf86-video-mach64/src/atiload.c N xenocara/driver/xf86-video-mach64/src/atiaudio.c N xenocara/driver/xf86-video-mach64/src/atimach64.c N xenocara/driver/xf86-video-mach64/src/atidecoder.h N xenocara/driver/xf86-video-mach64/src/atidecoder.c N xenocara/driver/xf86-video-mach64/src/atimach64probe.c N xenocara/driver/xf86-video-mach64/src/atividmem.h N xenocara/driver/xf86-video-mach64/src/atiaudio.h N xenocara/driver/xf86-video-mach64/src/atixv.h N xenocara/driver/xf86-video-mach64/src/atipreinit.h N xenocara/driver/xf86-video-mach64/src/atidac.h N xenocara/driver/xf86-video-mach64/src/atimisc.c N xenocara/driver/xf86-video-mach64/src/atituner.h N xenocara/driver/xf86-video-mach64/src/ativga.c N xenocara/driver/xf86-video-mach64/src/atiwonder.c N xenocara/driver/xf86-video-mach64/src/ativgaio.c N xenocara/driver/xf86-video-mach64/src/atilock.h N xenocara/driver/xf86-video-mach64/src/ati.h N xenocara/driver/xf86-video-mach64/src/aticonsole.c N xenocara/driver/xf86-video-mach64/src/atidri.c N xenocara/driver/xf86-video-mach64/src/atiadjust.c N xenocara/driver/xf86-video-mach64/src/Makefile.am N xenocara/driver/xf86-video-mach64/src/atidga.c N xenocara/driver/xf86-video-mach64/src/mach64_common.h N xenocara/driver/xf86-video-mach64/src/ativga.h N xenocara/driver/xf86-video-mach64/src/atiwonder.h N xenocara/driver/xf86-video-mach64/src/atiprint.c N xenocara/driver/xf86-video-mach64/src/ativgaio.h N xenocara/driver/xf86-video-mach64/src/aticlock.c N xenocara/driver/xf86-video-mach64/src/atiscreen.h N xenocara/driver/xf86-video-mach64/src/atividmem.c N xenocara/driver/xf86-video-mach64/src/atiwonderio.h N xenocara/driver/xf86-video-mach64/src/atimach64probe.h N xenocara/driver/xf86-video-mach64/src/atimach64.h N xenocara/driver/xf86-video-mach64/src/atibank.c N xenocara/driver/xf86-video-mach64/src/atimach64i2c.c N xenocara/driver/xf86-video-mach64/src/atimach64io.c N xenocara/driver/xf86-video-mach64/src/atibus.h N xenocara/driver/xf86-video-mach64/src/atimach64io.h N xenocara/driver/xf86-video-mach64/src/atibank.h N xenocara/driver/xf86-video-mach64/src/atii2c.h N xenocara/driver/xf86-video-mach64/src/atioption.h N xenocara/driver/xf86-video-mach64/src/atimach64accel.c N xenocara/driver/xf86-video-mach64/src/atidac.c N xenocara/driver/xf86-video-mach64/src/aticursor.h N xenocara/driver/xf86-video-mach64/src/Makefile.in N xenocara/driver/xf86-video-mach64/src/atiregs.h N xenocara/driver/xf86-video-mach64/src/atimode.h N xenocara/driver/xf86-video-mach64/src/atidsp.h N xenocara/driver/xf86-video-mach64/src/atirgb514.c N xenocara/driver/xf86-video-mach64/src/atimode.c N xenocara/driver/xf86-video-mach64/src/atipcirename.h N xenocara/driver/xf86-video-mach64/src/atidri.h N xenocara/driver/xf86-video-mach64/src/ativalid.h N xenocara/driver/xf86-video-mach64/src/atiwonderio.c N xenocara/driver/xf86-video-mach64/src/mach64_dri.h N xenocara/driver/xf86-video-mach64/src/aticrtc.h N xenocara/driver/xf86-video-mach64/src/atimach64exa.c N xenocara/driver/xf86-video-mach64/src/atilock.c N xenocara/driver/xf86-video-mach64/src/atiprobe.c N xenocara/driver/xf86-video-mach64/src/atirgb514.h N xenocara/driver/xf86-video-mach64/src/ativalid.c N xenocara/driver/xf86-video-mach64/src/atimach64render.c N xenocara/driver/xf86-video-mach64/src/atiprobe.h N xenocara/driver/xf86-video-mach64/src/atiadjust.h N xenocara/driver/xf86-video-mach64/src/mach64_sarea.h N xenocara/driver/xf86-video-mach64/src/atimach64xv.c N xenocara/driver/xf86-video-mach64/src/atidga.h N xenocara/driver/xf86-video-mach64/src/atiprint.h N xenocara/driver/xf86-video-mach64/src/atibus.c N xenocara/driver/xf86-video-mach64/src/atii2c.c N xenocara/driver/xf86-video-mach64/src/aticlock.h N xenocara/driver/xf86-video-mach64/src/aticonsole.h N xenocara/driver/xf86-video-mach64/src/atichip.c N xenocara/driver/xf86-video-mach64/src/atimach64cursor.c N xenocara/driver/xf86-video-mach64/src/atidripriv.h N xenocara/driver/xf86-video-mach64/src/atituner.c N xenocara/driver/xf86-video-mach64/man/Makefile.am N xenocara/driver/xf86-video-mach64/man/Makefile.in No conflicts created by this import CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:46:47 Added files: driver/xf86-video-mach64: Makefile.bsd-wrapper Log message: Add a Makefile.bsd-wrapper CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:49:41 Modified files: driver/xf86-video-mach64: Makefile.in aclocal.m4 config.guess config.sub configure depcomp install-sh ltmain.sh missing driver/xf86-video-mach64/man: Makefile.in driver/xf86-video-mach64/src: Makefile.in Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/12 09:50:48 Modified files: driver : Makefile Log message: build xf86-video-mach64 and xf86-video-r128 on the same platforms that build the ati driver. ok matthieu@. CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2008/07/12 10:22:55 Modified files: sys/dev/usb : usbdevs Log message: Add another Acer id. help & ok jsg@ CVSROOT: /cvs Module name: src Changes by: bernd@cvs.openbsd.org 2008/07/12 10:23:40 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/12 11:31:06 Modified files: sys/dev/pci : agp.c agp_i810.c agpvar.h vga_pci.c Log message: Right now agp_generic_enable() is wrong. It has been since 2006. It assumes that the display device and the agp bridge are the same device. In almost all cases this is incorrect. In order to correctly enable the agp device with the correct mode, we need to set the AGP_COMMAND register on both the display and the bridge with the right bits. Since agp is currently attaching at vga(4), due to the problems with the intel integrated graphics (a problem that I still need to solve, to be honest), for now just provide both pci_attach_args to the agp init, and get what we need from there to do the enable. This fixes the "agp bug" which i have been known to rant about, a lot. So agp radeons now work with dri without needing to be forced to pci mode. This wasn't detected before, since the only non-drm consumer of agp is the intel X driver, the i810 agp driver has its own enable function. tested by many. ok kettenis@. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/07/12 13:11:56 Modified files: print/ghostscript/gnu: Makefile Added files: print/ghostscript/gnu/patches: patch-src_gdevwts_c Log message: Instead of copying the address, just copy the color data. Initially found by naddy grepping for suspicious casts. Bug and patch approved upstream. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/12 13:58:48 Modified files: sys/dev : ramdisk.c Log message: Make sure the label is read in rdopen(), this isn't the case if you boot bsd.rd -a and want to mount the ramdisk later on. ok otto@ krw@ millert@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/12 15:03:52 Modified files: mail/p5-MIME-Types: Makefile distinfo Log message: upgrade to 1.24 tested and "looks ok to me" merdely@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/07/12 16:57:52 Modified files: . : sparc64.html Log message: Fix typo in previous commit. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/12 17:12:53 Modified files: sys/arch/sparc64/dev: sbbc.c Log message: Make the console interrupt driven. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/07/12 17:17:33 Modified files: sys/dev : vmt.c Log message: reference vmt (openbsd) rather than vmware (xorg) ok dlg CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/07/12 18:37:56 Modified files: faq : current.html Log message: mention the ati(4) update ok oga@ CVSROOT: /cvs Module name: ports Changes by: phessler@cvs.openbsd.org 2008/07/12 19:08:35 Modified files: games/alephone/scenarios/marathon: Makefile distinfo games/alephone/scenarios/marathon/pkg: PLIST games/alephone/scenarios/marathon2: Makefile distinfo games/alephone/scenarios/marathon2/pkg: PLIST-main games/alephone/scenarios/marathoninfinity: Makefile distinfo games/alephone/scenarios/marathoninfinity/pkg: PLIST-main Log message: updated themes (thats good), but sadly the same upstream name as the old one (thats bad) pointed out by James Turner (thanks!) "if it works, commit" merdely@ CVSROOT: /cvs Module name: xenocara Changes by: brad@cvs.openbsd.org 2008/07/12 21:08:30 Modified files: xserver/Xext : Tag: OPENBSD_4_3 security.c shm.c xserver/record : Tag: OPENBSD_4_3 record.c xserver/render : Tag: OPENBSD_4_3 glyph.c render.c Log message: Fixes for various integer overflow problems from X.Org: CVE-2008-2360 - RENDER Extension heap buffer overflow CVE-2008-2361 - RENDER Extension crash CVE-2008-2362 - RENDER Extension memory corruption CVE-2008-1379 - MIT-SHM arbitrary memory read CVE-2008-1377 - RECORD and Security extensions memory corruption CVSROOT: /cvs Module name: xenocara Changes by: brad@cvs.openbsd.org 2008/07/12 21:11:28 Modified files: xserver/Xext : Tag: OPENBSD_4_2 security.c shm.c xserver/record : Tag: OPENBSD_4_2 record.c xserver/render : Tag: OPENBSD_4_2 glyph.c render.c Log message: Fixes for various integer overflow problems from X.Org: CVE-2008-2360 - RENDER Extension heap buffer overflow CVE-2008-2361 - RENDER Extension crash CVE-2008-2362 - RENDER Extension memory corruption CVE-2008-1379 - MIT-SHM arbitrary memory read CVE-2008-1377 - RECORD and Security extensions memory corruption CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/07/12 23:24:05 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Add some additional hardware revisions from FreeBSD needed for upcoming changes and sort list. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/13 02:41:16 Log message: import rawstudio: Rawstudio is an open-source program to read and manipulate RAW images from most digital cameras. Rawstudio will convert your RAW files into JPEG, PNG or TIF images which you can then print or send to friends and clients. It has a graphical user interface, so you can simply open a RAW file and experiment with the controls to see how they effect the image. Rawstudio has a very simple architecture which is optimized for ease of use and therefore should be intuitive to most photographers. The normal workflow would be that you first convert your RAW files and then use an image editing application to further work on your images. Rawstudio itself is a highly specialized application for processing RAW images, not a fully featured image editing application. ok phessler@ Status: Vendor Tag: sthen Release Tags: sthen_20080713 N ports/graphics/rawstudio/Makefile N ports/graphics/rawstudio/distinfo N ports/graphics/rawstudio/patches/patch-src_md5_c N ports/graphics/rawstudio/patches/patch-src_Makefile_in N ports/graphics/rawstudio/pkg/DESCR N ports/graphics/rawstudio/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/13 02:42:08 Modified files: graphics : Makefile Log message: +rawstudio CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/13 05:49:31 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Save format and frame descriptors to a format group structure so we can use them later for stuff like VIDIOC_S_FMT (e.g. set custom resolution). CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/07/13 06:09:14 Modified files: graphics/gegl : Makefile Log message: missing PKGNAME bump after adding @bin to PLIST-main CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/13 06:48:40 Modified files: sys/dev/usb : uvideo.c Log message: Spacing. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/13 09:27:40 Modified files: share/man/man4/man4.sparc64: Makefile Log message: core(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/13 09:27:57 Added files: share/man/man4/man4.sparc64: core.4 Log message: core(4) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/07/13 09:36:41 Modified files: faq : upgrade43.html Log message: pppoe doesn't work without updated ifconfig, with really unfortunate results. From (mitja at kerberos dot si) with a prompting and an ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/13 11:02:24 Modified files: x11/tango-icon-theme: Makefile x11/tango-icon-theme/pkg: PLIST Log message: - update plist after recent icon-naming-utils update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/13 11:03:07 Modified files: x11/gnome/themes: Makefile distinfo x11/gnome/themes/pkg: PLIST Log message: - update gnome-themes to 2.22.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/13 11:03:24 Modified files: x11/gnome/themes-extras: Makefile distinfo x11/gnome/themes-extras/pkg: PLIST Log message: - update gnome-themes-extras to 2.22.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/13 11:16:25 Modified files: x11/gtk-vnc : Makefile x11/gtk-vnc/patches: patch-plugin_Makefile_in x11/gtk-vnc/pkg: PLIST-main PLIST-plugin Log message: - don't pickup gmkdir if present - fix systrace issue - regen PLIST - add pixman-1 from rd at thrush.com (pixman-1 by me) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/13 11:20:03 Modified files: x11/gtk2-murrine-engine: Makefile distinfo x11/gtk2-murrine-engine/pkg: PLIST Log message: - add four new murrina themes - update homepage - update maintainer's address - sync WANTLIB from me at bradwalker.com (maintainer) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/13 11:22:13 Added files: x11/gtk-vnc/patches: patch-configure Log message: - oops, missed this one. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/13 11:32:10 Modified files: devel/p5-Class-Default: Makefile distinfo Log message: upgrade to 1.51 input and OK simon@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/13 11:50:50 ports/databases/p5-ldap/patches Update of /cvs/ports/databases/p5-ldap/patches In directory cvs.openbsd.org:/tmp/cvs-serv1263/patches Log Message: Directory /cvs/ports/databases/p5-ldap/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/13 11:52:09 Modified files: databases/p5-ldap: Makefile Added files: databases/p5-ldap/patches: patch-test_cfg Log message: put openldap-server in REGRESS_DEPENDS and tweak test config to enable more regression tests feedback, testing and ok merdely@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/07/13 12:21:57 Modified files: de : armish.html donations.html events.html ftp.html hppa.html i386-laptop.html macppc.html sgi.html smp.html stable.html support.html faq/de : current.html faq11.html faq12.html faq14.html faq15.html faq4.html faq/fr : faq1.html faq10.html faq11.html faq4.html faq5.html faq8.html index.html upgrade43.html faq/pf/zh : config.html index.html macros.html tables.html faq/zh : current.html faq6.html index.html fr : alpha.html amd64.html anoncvs.html armish.html bank-donation.html books.html cvsup.html cvsync.html ftp.html hackathons.html index.html luna88k.html mac68k.html macppc.html plat.html ports.html report.html openbgpd/de : ftp.html openbgpd/fr : index.html openntpd/de : ftp.html portable.html openntpd/fr : index.html portable.html openssh/de : faq.html list.html manual.html security.html openssh/fr : faq.html index.html list.html openbsd.html openssh/ja : index.html list.html zh : books.html cvsync.html ftp.html Added files: faq/pf/zh : authpf.html perf.html scrub.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/13 12:37:38 Log message: import p5-Catalyst-Plugin-Cache-FileCache This module extends the Catalyst base class with a file cache. triggered and tested by Jim Razmus Status: Vendor Tag: simon Release Tags: simon_20080713 N ports/www/p5-Catalyst-Plugin-Cache-FileCache/Makefile N ports/www/p5-Catalyst-Plugin-Cache-FileCache/distinfo N ports/www/p5-Catalyst-Plugin-Cache-FileCache/pkg/PLIST N ports/www/p5-Catalyst-Plugin-Cache-FileCache/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/13 12:37:44 Modified files: www : Makefile Log message: add p5-Catalyst-Plugin-Cache-FileCache CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/07/13 14:41:39 Modified files: sys/netinet6 : in6.c Log message: Do not specify the gateway on RTM_DELETE -- similar fix was done in the arp code. This fixes in6_ifloop_request warnings seen on carp interfaces. OK henning@, found and tested by david@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2008/07/13 14:50:19 Modified files: databases/ruby-postgres: Makefile distinfo databases/ruby-postgres/pkg: PLIST Log message: Update to 0.7.9.2008.01.28. This fixes issues with ruby on rails because of a missing HAVE_PQSERVERVERSION definition. OK markus@ (maintainer), looks good & ok jasper@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/07/13 15:22:52 Modified files: usr.bin/ssh : ssh-keygen.c Log message: Change "ssh-keygen -F [host] -l" to not display random art unless -v is also specified, making it consistent with the manual and other uses of -l. ok grunk@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/13 16:13:07 Modified files: usr.bin/ssh : channels.c Log message: use struct sockaddr_storage instead of struct sockaddr for accept(2) address argument. from visibilis AT yahoo.com in bz#1485; ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/13 16:16:03 Modified files: usr.bin/ssh : sftp.c Log message: increase number of piplelined requests so they properly fill the (recently increased) channel window. prompted by rapier AT psc.edu; ok markus@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/13 18:44:48 Modified files: share/man/man4/man4.sparc64: core.4 Log message: code(4) doesnt exist. cmp(4) is probably a bit more relevant. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/13 19:55:56 Modified files: usr.bin/ssh : sftp-server.8 Log message: mention requirement for /dev/log inside chroot when using sftp-server with ChrootDirectory CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/13 20:05:27 Modified files: math/p5-Set-IntSpan: Makefile distinfo Log message: upgrade to 1.13 OK kevlo@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/13 22:45:50 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED). CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/14 00:02:31 Modified files: multimedia/xvidcore: Makefile distinfo multimedia/xvidcore/patches: patch-build_generic_Makefile patch-build_generic_configure multimedia/xvidcore/pkg: PLIST Log message: - Update to XVidcore 1.1.3. - Enable MMX/SSE2 support on amd64/i386. - Remove the previous MAINTAINER. ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/14 01:39:34 Modified files: kerberosV/src/lib/krb5: krb5_address.3 Log message: mange -> manage from Markus Bergkvist CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/07/14 01:50:05 Modified files: kerberosV/src/lib/krb5: krb5_ccache.3 Log message: another mange->manage CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/14 05:15:27 Modified files: mail/p5-Email-Simple-Creator: Makefile distinfo mail/p5-Email-Simple-Creator/pkg: PLIST Log message: update to version 1.424 which fixes a bug where \n\r was used instead of \r\n CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/14 06:24:47 Modified files: x11/gnome/controlcenter2: Makefile x11/gnome/controlcenter2/pkg: PLIST Log message: - fix CONFIGURE_ENV so gnome-display-properties gets built noticed by amfpg at yahoo.com CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/14 07:13:18 Modified files: sys/arch/sparc/sparc: locore.s sys/arch/solbourne/solbourne: locore.s Log message: Zap some dead commons that are no longer used. "Commitski!" miod@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/14 07:29:45 Modified files: sys/net : pf.c Log message: m_copy can return NULL, so check for it problem found by "Adrian M. Whatley" and "Stephan A. Rickauer" , both @ni.phys.ethz.ch fix by me, ok mpf CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/14 07:39:06 Modified files: sys/arch/hppa/hppa: machdep.c vm_machdep.c sys/arch/hppa/include: cpu.h Log message: Be sure to propagate PSL_O in psw on PCXU* processors to userland processes and signal handlers. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/14 07:55:59 Modified files: devel/p5-File-BaseDir: Makefile distinfo Log message: upgrade to 0.03 OK simon@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/14 07:57:04 Modified files: devel/p5-Time-Duration-Parse: Makefile distinfo Log message: upgrade to 0.06 ok simon@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/14 07:58:09 Modified files: devel/p5-Test-Expect: Makefile distinfo Log message: upgrade to 0.31 ok simon@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/14 08:00:01 Modified files: sys/arch/sh/sh : vm_machdep.c sys/arch/sparc64/sparc64: vm_machdep.c Log message: Use uvm_km_valloc_prefer_wait() instead of uvm_km_valloc_wait() in vmapbuf(). ok art@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/07/14 08:13:30 Modified files: . : sparc64.html Log message: Today Fujitsu unveiled their SPARC64-VII machines. I'm confident that OpenBSD will run just fine on them. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/14 09:17:08 Modified files: sys/kern : kern_timeout.c Log message: Don't lock timeouts in db_show_callout. All cpus are stopped and this cpu blocks all interrupts. It doesn't make sense to grab locks that ddb can then jump past with longjmp. Noticed by Pierre Riteau. I just forgot about the bug until reminded today. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/14 10:21:52 Modified files: etc/etc.amd64 : MAKEDEV.md Log message: Do not create /dev/joy* and /dev/{r,}mcd* nodes, these devices are not available on amd64. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/14 10:22:23 Modified files: etc : MAKEDEV.common Log message: /dev/tuner description should point out to bktr(4), spotted by jmc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/14 10:23:07 Modified files: etc/etc.amd64 : MAKEDEV share/man/man8/man8.alpha: MAKEDEV.8 share/man/man8/man8.amd64: MAKEDEV.8 share/man/man8/man8.armish: MAKEDEV.8 share/man/man8/man8.i386: MAKEDEV.8 share/man/man8/man8.macppc: MAKEDEV.8 share/man/man8/man8.zaurus: MAKEDEV.8 Log message: Regen CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/14 10:24:34 Modified files: net/p5-Net-Amazon: Makefile distinfo net/p5-Net-Amazon/pkg: PLIST Log message: upgrade to 0.49 OK MAINTAINER CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/07/14 13:53:25 Modified files: . : plus.html Log message: Upto 06/26 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/14 13:57:36 Modified files: sys/dev/usb : uvideo.c Log message: Make VIDIOC_ENUM_FMT list all available formats for the attached device. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/14 14:01:37 Modified files: sys/arch/sparc64/dev: sbusreg.h Log message: Fix struct sysioreg layout after the struct iommureg layout change; ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/14 14:42:41 Modified files: textproc/libxml1: Makefile Added files: textproc/libxml1/patches: patch-debugXML_c patch-xmlmemory_h Log message: Patch to #include more headers to fix missing prototypes, which resulted in pointer truncation on LP64 arch. patch-debugXML_c - string.h is wrapped in #ifdef, but the macro is never set by autoconf. Most other source here unconditionally includes string.h, so follow suit - fgsch@ would prefer mending configure.in. Explanatory notes added to patch. ok martynas@. patch-xmlmemory_h - stdlib.h missing. ok fgsch@ martynas@. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/14 20:23:14 Modified files: usr.bin/ssh : sftp.1 Log message: number of pipelined requests is not 64; prodded by Iain.Morgan AT nasa.gov CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2008/07/14 21:07:40 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/07/15 02:33:49 Modified files: security/stunnel: Makefile distinfo security/stunnel/patches: patch-src_stunnel_c Log message: upgrade stunnel to v4.25 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/15 02:39:50 Modified files: productivity/workrave: Makefile productivity/workrave/pkg: PLIST Log message: Disable debug output and regen PLIST. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/15 02:40:49 Modified files: audio/mpd : Makefile distinfo audio/mpd/patches: patch-configure patch-doc_Makefile_in patch-doc_mpdconf_example audio/mpd/pkg : PLIST Log message: Update to mpd-0.13.2. ok MAINTAINER, jasper@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/15 02:41:40 Modified files: devel/git : Makefile distinfo devel/git/pkg : PLIST-main Log message: Update to git-1.5.6.3. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/15 02:43:08 Modified files: net/ruby-rrdtool: Makefile Log message: Skip hoe dependency because it's not needed to run ruby-rrdtool. Noticed and tested by claudio@. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/07/15 02:57:17 Modified files: net : Makefile Log message: add emesene to the build CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/07/15 04:48:14 Modified files: regress/usr.sbin/pkg_add: check-name Log message: deprecate package names without version numbers. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/07/15 05:10:51 Modified files: share/man/man7 : packages-specs.7 Log message: make the version number stuff mandatory. Restrict specifications to the parts that actually make sense (in particular, remove most wildcard support, it's no longer a good idea in true version number handling), explain about v*, and be more specific about default package specs (since the fuzzyness in the original description predates several changes to bsd.port.mk). Also add version numbers and wildcards where they make sense so the examples are more complete. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/15 05:15:30 Modified files: multimedia/dvdstyler: Makefile multimedia/dvdstyler/pkg: PLIST Added files: multimedia/dvdstyler/patches: patch-configure patch-src_mediaenc_ffmpeg_cpp Log message: - fix build, update LIB_DEPENDS/WANTLIB after recent ffmpeg changes - add @bin marker while here - bump PKGNAME breakage pointed out by naddy@ "diff looks sane to me" jasper@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/15 05:51:41 Modified files: net/nsd : Makefile Log message: We built with -O0 on sparc64 to avoid unaligned access. Various alignment problems have been fixed upstream and no problems have been seen with this version with default compiler flags, so remove the hack and bump package. ok brad@ jakob@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/15 06:10:48 Modified files: sys/dev/pci : if_sis.c Log message: theres no need too m_adj() the mbuf by 8bytes (u_int64_t) in sis_newbuf(), so remove the call. ok and lots of prodding dlg@, brad@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/07/15 07:21:17 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Adapt some code from the FreeBSD driver required to make newer PCI Express adapters (ie 8168C*/8102*) work. V2 Checksum offload format in RTL8102 devices not yet supported. No objections from brad@. Thanks to everyone who tested. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/15 07:52:02 Modified files: app/cwm : client.c Log message: don't compensate for bwidth twice. ok oga@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/15 08:22:16 Modified files: editors/tea : Makefile distinfo editors/tea/patches: patch-Makefile_in patch-src_tea_config_c editors/tea/pkg: PLIST Log message: Bugfix update to tea 17.6.5 From maintainer Giovanni Bechis, thanks ! CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/15 10:11:02 Modified files: net/libnids : Makefile distinfo net/libnids/patches: patch-configure patch-src_libnids_c Log message: upgrade to libnids 1.23. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/15 10:14:24 Modified files: net/livemedia : Makefile distinfo net/livemedia/pkg: PLIST Log message: upgrade to livemedia 20080706; bug fixes. ok jakemsr@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/15 10:19:15 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac patch-modules_audio_output_Makefile_in patch-modules_codec_ffmpeg_Makefile_in patch-share_Makefile_in Removed files: x11/vlc/patches: patch-modules_demux_wav_c Log message: upgrade to VLC 0.8.6i; bug fixes and integrates the previous security fix. ok jakemsr@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/15 10:34:12 Log message: import p5-Catalyst-Plugin-PageCache Using the PageCache plugin, you can cache the full output of different pages so they are served to your visitors as fast as possible. This method of caching is very useful for withstanding huge amounts of request in a short time. This plugin requires that you also load a Cache plugin. Please reference the documentation for this module when choosing a cache backend. submitted by Jim Razmus feedback from merdely@ and okan@ ok okan@ Status: Vendor Tag: simon Release Tags: simon_20080715 N ports/www/p5-Catalyst-Plugin-PageCache/Makefile N ports/www/p5-Catalyst-Plugin-PageCache/distinfo N ports/www/p5-Catalyst-Plugin-PageCache/pkg/PLIST N ports/www/p5-Catalyst-Plugin-PageCache/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/15 10:34:15 Modified files: www : Makefile Log message: add p5-Catalyst-Plugin-PageCache CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/15 10:57:48 Modified files: sys/dev/pci/drm: radeon_cp.c Log message: Remove some debug code that i forgot to remove in a previous commit. Pointed out by Chris Cappuccio, thanks! CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/07/15 11:29:25 Modified files: . : errata42.html errata43.html security.html Log message: Add the xorg errata. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/15 11:34:01 Modified files: sys/dev/pci : Tag: OPENBSD_4_3 if_bge.c Log message: Call mii_pollstat() instead of bge_tick() in bge_link_upd() so that link state transitions are noticed and the appropriate routing socket messages are generated. ok henning@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/15 11:50:21 Modified files: sys/dev/pci : if_em.c if_em_hw.h Log message: Backout rev 1.162. This change made us muck with with pci config space at address 0x1a and 0x1e, and that's not where the PCIe capability stuff lives. Potentially it was mucking with an IO BAR (super dangerous). But probably it was achieving nothing at all. ok dlg@, marco@, brad@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/15 12:13:05 Modified files: sysutils/p5-Unix-Syslog: Makefile distinfo Log message: upgrade to 1.1 OK maintainer CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/15 12:14:35 Modified files: net/p5-Net-BGP : Makefile distinfo Log message: upgrade to 0.10 and remove maintainer ok msf@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/15 12:15:49 Modified files: net/p5-Net-Domain-TLD: Makefile distinfo Log message: upgrade to 1.67 ok kevlo@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/15 12:18:22 Modified files: devel/p5-Getopt-Simple: Makefile distinfo Log message: upgrade to 1.49 ok claudio@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/15 12:23:14 Modified files: devel/p5-File-DesktopEntry: Makefile distinfo Log message: upgrade to 0.04 help and ok simon@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/15 12:25:53 Modified files: databases/openldap: Makefile distinfo databases/openldap/pkg: PLIST-main PLIST-server Log message: Update to OpenLDAP 2.3.42. bug fix release. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/15 13:13:25 Modified files: usr.bin/mail : cmd1.c Log message: set cp to the value of PAGER, so that type1 doesn't try to use it uninitialized (page=1), or use wrong previously-set value of crt (page=0). ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/15 13:23:26 Modified files: usr.bin/mail : aux.c extern.h list.c Log message: - chraise can be replaced with toupper; no need to check for islower - remove quite some code, use strcasestr instead of reimplementing it each time - use strncasecmp, instead of comparing through each character "looks fine" millert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/15 14:08:39 Modified files: lang/ghc : Makefile Log message: mirror-maker should not look for arch-specific distfiles on unsupported archs; ok kili@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/15 16:06:48 Modified files: app/cwm : client.c Log message: save an X call and use what we already have stored. ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/15 16:12:09 Modified files: app/cwm : client.c Log message: move client_vertmaximize to a more sensible location, purely for readability. "don't mind at all" oga@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/15 16:46:58 Modified files: sys/arch/sparc64/conf: Makefile.sparc64 Log message: Use -Wa,-Av9b instead of -Wa,-Av9a such that I can use %sys_tick in an upcoming change. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/15 16:49:01 Modified files: sys/arch/sparc64/sparc64: clock.c Log message: Add a timecounter based on the $sys_tick register, and use it on machines that have it. Initial diff from art@. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/07/15 20:10:09 Modified files: distrib/sets/lists/xbase: md.i386 distrib/sets/lists/xserv: md.alpha md.amd64 md.i386 md.macppc md.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/15 20:42:07 Modified files: security/dsniff: Makefile security/scanlogd: Makefile Log message: Forgot commiting these PKGNAME bumps when updating libnids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/15 21:56:25 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: Enable the read DMA engine's PCI read request burst length long burst mode (4KB) for PCIe chips. This resolves the poor TX performance for the PCIe chips. The result being a bit under double the TX performance on a Gig connection (roughly 495 Mb/s -> 940 Mb/s). Tested by reyk@, sthen@, brad@ and a few end users. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/16 03:00:45 Modified files: sys/netinet : udp_usrreq.c Log message: link udp pcbs to pf states, same as done for tcp already ok markus, also tested david sthen CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/07/16 04:23:39 Modified files: usr.bin/systat : cache.c cache.h pftop.c Removed files: usr.bin/systat : config.h Log message: Cleanup #define maze leftover from pftop compatibility. Pointed out by mcbride@, makes sense henning@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/07/16 04:33:44 Modified files: usr.sbin/bind/lib/isc/unix: app.c socket.c socket_p.h Log message: Dynamically allocate fd_sets so we are not limited to FD_SETSIZE connections. With help from djm@. OK djm@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/16 05:51:14 Modified files: usr.bin/ssh : clientloop.c Log message: rename variable first_gc -> last_gc (since it is actually the last in the list). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/16 05:51:46 Modified files: net/smokeping : Makefile net/smokeping/pkg: PLIST Log message: - add missing p5-libwww dependency pointed out by henning@ and other dependencies needed for various probes. - @mode 600 in PLIST for smokeping_secrets config file - bump package CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/16 05:52:19 Modified files: usr.bin/ssh : channels.c Log message: this loop index should be automatic, not static CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/16 06:38:42 Modified files: misc/p5-File-Rotate-Backup: Makefile distinfo Log message: update to 0.13 from MAINTAINER (Matthew S Elmore) ok merdely@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/07/16 06:43:05 Modified files: app/fvwm/sample.fvwmrc: system.fvwmrc app/twm/src : system.twmrc Log message: add cwm to exec/restart menu ok matthieu@ oga@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/16 07:53:35 Modified files: x11/extace : Makefile x11/extace/pkg : PLIST Added files: x11/extace/patches: patch-src_color_win_c Log message: Add missing malloc() prototype, regen PLIST and bump lib. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/16 08:38:33 Modified files: x11/xloadimage : Makefile Added files: x11/xloadimage/patches: patch-cmuwmraster_c patch-image_h Log message: LP64 fixes: * use the correct length argument to memToVal() * prevent sign extension of 4-byte values in memToVal() * use memToVal() where required "looks correct" fgsch@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/16 08:38:33 Modified files: usr.sbin/relayd: pfe_filter.c Log message: fix nat lookup to use the correct pf_addr offset. now it also works with ipv6. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 08:49:09 Modified files: usr.bin/mail : edit.c fio.c Log message: - err with the pathbuf, if we know it - use tmpdir instead of /tmp ok millert@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/16 08:49:44 Modified files: usr.sbin/relayd: relay.c Log message: use getsockname() to find out the local address of a connection before doing a nat lookup. this fixes nat lookups when the relay is listening to a wildcard IPv4/IPv6 address (like 0.0.0.0 or ::). CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 08:53:41 Modified files: usr.bin/mail : aux.c cmd3.c collect.c head.c send.c Log message: - use strncmp/strncasecmp instead of comparing by character - simplify istrlcpy, no need to check for isupper - line[0] is redundant, because strcasecmp will take care of it ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 08:56:11 Modified files: usr.bin/mail : mail.1 Log message: man page tweaks: - for argument of -f flag, name -> file - document TMPDIR, better description from millert@ ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 08:57:27 Modified files: usr.bin/ftp : ftp.1 Log message: better description for TMPDIR. from millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 09:01:19 Modified files: include : math.h Log message: infnan always returned wrong values, because compiler assumed it returns integer value, so add missing prototype ok millert@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/16 09:02:19 Modified files: usr.sbin/relayd: relay.c Log message: relay_connect() may fail, close the session in the bindany callback if it does. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 09:04:09 Modified files: lib/libm/man : infnan.3 Log message: ansify infnan example. sure millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 09:11:16 Modified files: usr.bin/mail : mail.1 main.c send.c Log message: add -E flag and 'skipempty' option to skip sending messages with empty bodies. useful for sending mails from crontabs. from rivo nurges , with missing 'skipempty' documentation and usage update from me ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 09:14:33 Modified files: usr.bin/mail : send.c Log message: 'no subject' check is never triggered. check if it's actually empty ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 09:15:26 Modified files: lib/libm : Makefile Log message: install infnan.3 only for vax. pointed out by millert@ ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/16 09:25:51 Modified files: lib/libm/src : b_log__D.c lib/libm/noieee_src: n_lgamma.c n_log.c n_support.c Log message: some archaic 'n = a(b), c(d)' use that confused lint ok millert@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/16 09:49:22 Modified files: sys/arch/sgi/sgi: bus_dma.c Log message: Now that uvm_pglistalloc() does not lose on large memory gaps, do not restrict the memory allocation range in _dmamem_alloc(). CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/07/16 10:16:14 Log message: Initial import bgs. bgs allows you to tailor the appearance of the background ("root") window on a workstation display running X. It uses imlib2 for image rendering and rotates the images automatically. It is designed for dynamic Xinerama/Xrandr setups such as those used with notebooks, but it works well in any setup. From James Turner (MAINTAINER) ok okan@ Status: Vendor Tag: merdely Release Tags: jturner_20080716 N ports/x11/bgs/distinfo N ports/x11/bgs/Makefile N ports/x11/bgs/patches/patch-config_mk N ports/x11/bgs/patches/patch-Makefile N ports/x11/bgs/patches/patch-bgs_1 N ports/x11/bgs/pkg/PLIST N ports/x11/bgs/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/07/16 10:17:00 Modified files: x11 : Makefile Log message: +bgs CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/16 10:32:08 Modified files: share/man/man4 : pckbd.4 wskbd.4 share/man/man4/man4.hppa: Makefile gsckbc.4 sys/arch/hppa/conf: GENERIC RAMDISK files.hppa sys/arch/hppa/gsc: gsckbc.c Removed files: share/man/man4/man4.hppa: gsckbd.4 sys/arch/hppa/gsc: Makefile gsckbd.c gsckbdmap.c gsckbdmap.h gsckbdvar.h makemap.awk Log message: Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead of gsckbd; the former will cause a proper translation page to be selected by the keyboard. Because of this, we no longer depend on the page the keyboard is left in by the PDC (page 2 for all machines but the PrecisionBook, which is in page 3), and there is no longer any need to use separate keyboard maps. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/16 10:33:18 Modified files: sys/dev/pckbc : wskbdmap_mfii.c Log message: It is no longer necessary to regen gsckbdmap after changing this file. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/16 10:34:34 Removed files: sys/arch/macppc/dev: keyboard.h Log message: This file is long unused. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/16 10:40:05 Modified files: sys/arch/sparc/sparc: locore.s Log message: Send unused string literal ``mapme'' to nirvana. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/16 10:41:03 Modified files: distrib/notes/hppa: hardware Log message: One more pckbd. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/07/16 10:41:46 Modified files: . : hppa.html Log message: gsckbd -> pckbd CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/16 11:45:23 Modified files: misc/dvtm : Makefile misc/dvtm/patches: patch-config_mk Log message: PREFIX != LOCALBASE ok landry@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/07/16 13:41:50 Modified files: x11/xfce4/xfce4-weather: Makefile Log message: PKGNAME and patch level got lost when converting to xfce4 module, so that the following bump was wrong as well bump to p3, which hasn't been used before CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/16 13:53:13 Modified files: graphics/libmng: Makefile distinfo Log message: upgrade to libmng 1.0.10. Tested by kevlo@ and okan@ ok okan@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/16 14:00:46 Modified files: sys/dev/pckbc : pckbd.c Log message: If pckbc_xt_translation() fails, do not try to force the keyboard in table 1; instead, try table 2 first, then 1: some older keyboards, connected to a castrated 8042, do not know how to talk in table 1 (or worse, will report they do while they don't). If automatic translation is not possible, remember which table the keyboard ended configured in, and convert the scancodes from table 2 to table 1 if necessary. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/16 14:03:22 Modified files: sys/arch/alpha/alpha: api_up1000.c dec_1000a.c dec_2100_a50.c dec_550.c dec_6600.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c sys/arch/amd64/amd64: wscons_machdep.c sys/arch/i386/i386: wscons_machdep.c sys/arch/sparc64/dev: pckbc_ebus.c sys/dev/ic : pckbc.c pckbcvar.h Log message: Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels. For now, only one such flag is defined, PCKBC_CANT_TRANSLATE. It hints pckbc that the device does not behave correctly to the ``set translation'' commands. Set this flag if we are running on a Tadpole Ultrabook machine, which needs it. This makes the built-in keyboard work correctly on this laptop (with the help of the software translation pckbd diff). tested & ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/16 14:15:48 Modified files: net/ettercap : Makefile net/ettercap/patches: patch-share_etter_conf net/ettercap/pkg: PLIST Log message: - Comment out the DNS dissector in the default example config since the DNS dissector is not being built. - Sync the PLIST. ok okan@ CVSROOT: /cvs Module name: xenocara Changes by: brad@cvs.openbsd.org 2008/07/16 14:24:40 Modified files: lib/libGL : Makefile lib/libGLU : Makefile lib/libGLw : Makefile Log message: Bump MESA_TINY (2 -> 3) after the last update of Mesa to 7.0.3 so that the pkgconfig files have the correct version. ok okan@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/16 14:31:33 Modified files: emulators/bochs: Makefile distinfo emulators/bochs/patches: patch-_bochsrc emulators/bochs/pkg: PLIST Removed files: emulators/bochs/patches: patch-bx_debug_dbg_main_cc Log message: Upgrade to Bochs 2.3.7. ok okan@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/07/16 14:33:42 Modified files: libexec/ld.so/sparc64: rtld_machine.c Log message: Fix several of the 'large offset' PLT entries. With help from kurt. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/07/16 14:34:10 Modified files: net/unbound : Makefile distinfo net/unbound/patches: patch-Makefile_in Added files: net/unbound/patches: patch-doc_example_conf_in patch-doc_unbound_conf_5_in patch-util_config_file_c Removed files: net/unbound/patches: patch-daemon_unbound_c patch-doc_example_conf Log message: unbound 1.0.1; bugfix release CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/16 15:15:59 Modified files: devel/p5-version: Makefile distinfo Log message: upgrade to 0.7501 ok steven@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/16 15:18:28 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-configure_in patch-errors_Makefile_in patch-helpers_basic_auth_MSNT_Makefile_in patch-helpers_negotiate_auth_squid_kerb_auth_Makefile_in patch-icons_Makefile_in patch-src_Makefile_in patch-src_cf_data_pre patch-src_client_side_c www/squid/pkg : MESSAGE PFRAG.ldap PLIST Log message: Upgrade Squid to 2.7-STABLE3. ok okan@ CVSROOT: /cvs Module name: ports Changes by: jdixon@cvs.openbsd.org 2008/07/16 22:31:45 Log message: HAProxy is a high-performance and highly-robust TCP/HTTP load balancer which provides cookie-based persistence, automatic failover, header insertion, deletion, modification on the fly, advanced logging contents to help troubleshoot buggy applications and/or networks, and a few other features. It uses its own state machine to achieve up to ten thousands hits per second on modern hardware, even with thousands of simultaneous connections. feedback from merdely@, okan@, wcmaier@ ok merdely@ and pval@ Status: Vendor Tag: jdixon Release Tags: jdixon_20080717 N ports/net/haproxy/Makefile N ports/net/haproxy/distinfo N ports/net/haproxy/pkg/DESCR N ports/net/haproxy/pkg/PLIST N ports/net/haproxy/pkg/MESSAGE N ports/net/haproxy/patches/patch-examples_haproxy_cfg N ports/net/haproxy/patches/patch-doc_haproxy_1 N ports/net/haproxy/patches/patch-Makefile_bsd No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jdixon@cvs.openbsd.org 2008/07/16 22:34:14 Modified files: net : Makefile Log message: +haproxy CVSROOT: /cvs Module name: ports Changes by: jdixon@cvs.openbsd.org 2008/07/16 22:36:13 Modified files: infrastructure/db: user.list Log message: add _haproxy user/group for net/haproxy ok merdely@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/07/17 02:14:25 Modified files: sbin/ifconfig : ifconfig.c Log message: Pasto in error message for setspppkey() ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/17 02:48:00 Modified files: usr.bin/ssh : sshconnect2.c Log message: strnvis preauth banner; pointed out by mpf@ ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/17 02:51:07 Modified files: usr.bin/ssh : auth2-hostbased.c Log message: strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yes report and patch from res AT qoxp.net (bz#1200); ok markus@ CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2008/07/17 04:42:53 Modified files: . : donations.html Log message: art sent me guilt in a box. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/07/17 06:45:13 Modified files: build : mirrors.dat Log message: Re-enable mirror.pacific.net.au, now in sync again thanks to Gary Marshall at pacnet. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/07/17 06:48:16 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/07/17 07:16:30 Modified files: sys/dev/pci : arc.c Log message: Increase the size of the diskinfo struct, which has grown 4 bytes in the new firmware. To allow this to work on older firmwares add a "short read allowed" flag to arc_msgbuf(), which will allow short reads by getting the read length from the header of the response the firmware sends. Only set the flag on the arc_msgbuf() call that deals with the diskinfo struct for now. Discussed with and ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/07/17 07:50:49 Modified files: sys/dev/pci : if_lii.c if_liireg.h Log message: Remove clause 3 from NetBSD license. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/17 08:51:36 Modified files: textproc/p5-XML-Parser: Makefile distinfo Log message: upgrade to 2.36 OK merdely@, maintainer timeout. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/17 09:10:15 Modified files: usr.sbin/relayd: log.c parse.y Log message: use getaddrinfo/getnameinfo to parse ipv6 addresses instead of inet_pton/inet_ntop to allow specifing and printing the IPv6 scope identifier. synced host_v6() with ntpd's version to use getaddrinfo() instead of inet_pton() - host_v4, host_v6, and host_dns could all use getaddrinfo in a single function by specifing different flags but this would diverge from the other daemons using this common interface so we keep this little overhead. discussed with henning@ ok pyr@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/17 09:36:28 Modified files: lib/libm/noieee_src: n_atan2.c n_cabs.c n_exp__E.c n_support.c n_tanh.c Log message: properly raise inexact; ok millert@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/17 09:38:25 Modified files: www/minimo : Makefile distinfo Log message: security update to minimo-1.8.1.16. MFSA 2008-35, MFSA 2008-34 tested by and ok kili@, sthen@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/17 10:12:04 Modified files: usr.sbin/relayd: parse.y Log message: give sane ids to hosts, tables, redirections, relays, etc. - start counting at 1 and do not assign an id before inheriting a real table. makes more sense in the relayctl output. ok pyr@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/17 10:28:07 Modified files: usr.sbin/relayd: parse.y Log message: add the hosts in order to get host ids that match the oder in the config file. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/17 10:30:28 Log message: import p5-Mail-IMAPTalk This module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object. Although other IMAP modules exist on CPAN, this has several advantages over other modules: * It parses the more complex IMAP structures like envelopes and body structures into nice Perl data structures. * It correctly supports atoms, quoted strings and literals at any point. Some parsers in other modules aren't fully IMAP compatiable and may break at odd times with certain messages on some servers. * It allows large return values (eg. attachments on a message) to be read directly into a file, rather than into memory. * It includes some helper functions to find the actual text/plain or text/html part of a message out of a complex MIME structure. It also can find a list of attachments, and CID links for HTML messages with attached images. * It supports decoding of MIME headers to Perl utf-8 strings automatically, so you don't have to deal with MIME encoded headers (enabled optionally). Status: Vendor Tag: simon Release Tags: simon_20080717 N ports/mail/p5-Mail-IMAPTalk/Makefile N ports/mail/p5-Mail-IMAPTalk/distinfo N ports/mail/p5-Mail-IMAPTalk/pkg/PLIST N ports/mail/p5-Mail-IMAPTalk/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/17 10:30:32 Modified files: mail : Makefile Log message: add p5-Mail-IMAPTalk CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/17 10:41:07 Modified files: usr.sbin/relayd: parse.y Log message: final reorder diff to use TAILQ_INSERT_TAIL instead of TAILQ_INSERT_HEAD. now tables and relays are also matching the order in the config file. ok pyr@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/17 10:47:39 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-security_manager_ssl_src_nsNSSComponent_cpp Log message: security update to mozilla-firefox-2.0.0.16. MFSA 2008-35, MFSA 2008-34 ok kurt@, naddy@, bernd@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/17 10:49:33 Modified files: www/seamonkey : Makefile distinfo www/seamonkey/patches: patch-security_manager_ssl_src_nsNSSComponent_cpp Log message: security update to seamonkey-1.1.11. MFSA 2008-34 ok kurt@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/17 10:50:21 Modified files: devel/xulrunner: Makefile distinfo devel/xulrunner/patches: patch-security_manager_ssl_src_nsNSSComponent_cpp Log message: security update to xulrunner-1.8.1.16. MFSA 2008-35, MFSA 2008-34 ok kurt@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/17 10:52:07 Modified files: www/firefox-i18n: Makefile distinfo Log message: update for mozilla-firefox-2.0.0.16 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/17 13:59:45 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: Add a flag and allow the driver to identify the BCM5788 chipsets. They're slightly different from the other chipsets using the BCM5705 ASIC. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/17 15:47:41 Modified files: www/mantis : Makefile Log message: replace mini_sendmail with femail. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/17 17:08:08 Modified files: sys/dev/ic : isp.c Log message: Zero mbreg_t structure *before* initializing any members, not when we're halfway through. Makes the ISP12160 correctly load its firmware again on sparc64. ok krw@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/17 18:25:22 Modified files: distrib/sets/lists/comp: md.vax mi Log message: oops. move infnan to md.vax. pointed out by theo CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/07/17 21:54:18 Modified files: sys/dev/acpi : acpiac.c Log message: POLL causes concurrency issues with event driven batteries. Remove for now until I have time to implement proper fix. Noted by several folks. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/18 00:57:30 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/patches: patch-configure patch-src_interfaces_libpq_Makefile databases/postgresql/pkg: MESSAGE-server PLIST-contrib PLIST-docs PLIST-main PLIST-server Log message: Upgrade to PostgreSQL 8.3.3; bug fix release. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/18 05:44:22 Modified files: sys/dev/pci : pcidevs Log message: Add Belkin Wireless G Notebook Card F5D7010 (rtw(4) RTL8185-based) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/18 05:45:24 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/18 06:00:20 Modified files: sys/dev/cardbus: if_rtw_cardbus.c Log message: the Belkin F5D7010 version # is a RTL8185 cardbus device. this chipset revision is not supported yet, so add it commented out. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/07/18 06:06:42 Modified files: x11/gnome/planner: Makefile distinfo x11/gnome/planner/pkg: PLIST Removed files: x11/gnome/planner/patches: patch-src_planner-html-plugin_c Log message: - update planner to 0.14.3 (lots of bugfixes) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/18 06:26:52 Modified files: usr.sbin/relayd: log.c Log message: terminate the input buffer on failure in print_host() CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/18 06:30:07 Modified files: usr.sbin/snmpd : log.c snmpd.h snmpe.c Log message: merge log_host with relayd's version using getnameinfo and rename it to print_host. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/18 06:35:27 Modified files: usr.sbin/snmpd : parse.y Log message: merge host_v6 with relayd's version to use getaddrinfo instead of inet_pton. host_v4, host_v6, and host_dns could be merged into one function using getaddrinfo but i keep it in multiple functions to keep it in sync with the other daemons using this common code. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/18 07:08:58 Modified files: lib/libm/noieee_src: n_exp__E.c n_expm1.c n_lgamma.c n_support.c Log message: fix cases, found by lint: - actually raise inexacts for expm1, and support - __exp__E always returns, because inexact check always succeeds. add NOTREACHED - some cases in lgamma FALLTHROUGH, as intended ok millert@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/18 07:21:22 Modified files: security/libotr: Makefile distinfo security/libotr/pkg: PLIST Log message: upgrade to 3.2.0 no objection steven@, tested by many. thanks CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2008/07/18 07:22:01 Modified files: security/pidgin-otr: Makefile distinfo Log message: upgrade to 3.2.0 no objection steven@, tested by many. thanks CVSROOT: /cvs Module name: www Changes by: jsing@cvs.openbsd.org 2008/07/18 07:33:20 Modified files: . : sgi.html mail.html Log message: Introduce the sgi@openbsd.org mailing list. ok jasper@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/18 07:38:40 Modified files: sys/dev/pci : if_vr.c if_vrreg.h Log message: o Use mbufs, for the RX ring, instead of malloc()'ing an MCLBYTES sized buffer. o On non-strict alignment archs, dont copy the mbuf, every time, unload it, and send it up the stack and just get a new one for the rx ring. We still do the copy on strict alignment archs though... o create a function to handle mbuf allocation for the rx ring, vr_mbuf_alloc(), use it to allocate the mbufs and shuffle the bus dma setup around. ideas/code from vic(4) and sis(4); ok reyk@, brad@, dlg@ tested by many, been in snapshots for a while. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/18 08:19:35 ports/textproc/libical/patches Update of /cvs/ports/textproc/libical/patches In directory cvs.openbsd.org:/tmp/cvs-serv30259/patches Log Message: Directory /cvs/ports/textproc/libical/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/18 08:20:34 Added files: textproc/libical/patches: patch-src_libicalss_Makefile_am patch-src_libicalss_Makefile_in Log message: fix build with improved make: lex/yacc interdependencies should be marked as DEV_ONLY, because with a full dependency analysis, it will trigger rebuild, and our flex doesn't understand this source. CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2008/07/18 08:24:18 Modified files: bin/ps : ps.c Log message: remove unnessasary cast. ok millert@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/18 08:29:42 Modified files: audio/mt-daapd : Makefile Added files: audio/mt-daapd/patches: patch-src_daap_c patch-src_playlist_c patch-src_query_c Log message: LP64 fixes: normalize truth values rather than truncating to int From maintainer Arnaud Bergeron. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/18 08:45:50 Modified files: share/man/man4 : uvideo.4 Log message: Add OmniVision OV7670 cam to the supported devices which comes in the Dell XPS M1330 Notebooks. Tested by kettenis@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/07/18 09:23:11 Modified files: comms/hamlib : Makefile Log message: need to be more explicit in tcl dependency and bump PKGNAME-tcl CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/18 09:40:52 Modified files: app/cwm : group.c Log message: Put back the initialisation of gc in group_cycle. No cookie for okan. Reported by Dan Harnett, thanks! CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/07/18 10:40:17 Modified files: sys/arch/amd64/include: vmparam.h sys/arch/i386/include: vmparam.h sys/arch/macppc/include: vmparam.h sys/arch/sparc64/include: vmparam.h sys/uvm : uvm_map.c uvm_map.h Log message: Add new uvm function called uvm_map_pie() which takes align as a parameter and returns an aligned random load address for position independent executables to use. This also adds three new vmparam.h defines to specify the maximum address, minimum address and minimum allowed alignment for uvm_map_pie() to use. The PIE address range for i386 was carefully selected to work well within the i386 W^X framework. With much help and feedback from weingart@. okay weingart@, miod@, kettenis@, drahn@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/18 10:41:09 Modified files: databases/sqliteman: Makefile distinfo databases/sqliteman/pkg: PLIST Removed files: databases/sqliteman/patches: patch-sqliteman_main_cpp Log message: update to stable release 1.0.1 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2008/07/18 10:42:08 Modified files: devel/p5-Time-Format: Makefile distinfo Log message: update to 1.09 ok sturm CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2008/07/18 10:57:57 Modified files: telephony/p5-Net-SIP: Makefile distinfo Log message: update to 0.46 ok sturm CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/07/18 10:58:06 Modified files: sys/kern : exec_elf.c Log message: Add support for the kernel to recognize, load and execute position independent executables using the uvm_map_pie() function to randomize the load address. okay miod@, kettenis@, drahn@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/18 12:49:11 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications can set their desired image size, and therefore users can manipulate the image size, too via the application. Also tested by brad@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/18 13:45:13 Modified files: graphics/libkexif: Makefile distinfo graphics/libkexif/pkg: PLIST Removed files: graphics/libkexif/patches: patch-libkexif_kexifutils_cpp Log message: minor update to 0.2.5 (translations, patch got upstream) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/18 13:56:04 Modified files: graphics/libkexiv2: Makefile distinfo graphics/libkexiv2/patches: patch-libkexiv2_libkexiv2_kexiv2_cpp Log message: minor update, added method, fixed bug -> bump minor of library CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/18 15:39:16 Modified files: sys/arch/hp300/hp300: intr.c sys/arch/hp300/include: intr.h Log message: Make IPL_VM level 5, which is guaranteed to be above bio tty and net, instead of making it dynamic and the smallest value above the former three. Idea from NetBSD. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/18 15:39:52 Modified files: sys/arch/hp300/dev: dma.c Log message: Protect dma operations with splvm instead of splhigh, that's faster than splbio and won't delay clock interrupts. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/18 15:45:24 Modified files: sys/dev/usb : uvideo.c Log message: For negotation first get the devices default values (GET_DEF) instead asking for (GET_CUR) directly. This gets us better negotation values. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/18 16:03:11 Modified files: graphics/libkdcraw: Makefile distinfo graphics/libkdcraw/pkg: PLIST Log message: minor update CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/18 16:05:29 Modified files: sys/arch/sparc64/sparc64: rbus_machdep.c Log message: Determine the free address space by looking at the "available" property of the PCI host bridge if we're not running on an UltraBook. Fix allocation of bus number such that it works on machines that have OpenBoot 4.x. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/18 16:27:50 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add ohci(4) and ehci(4) at cardbus(4). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/18 16:44:21 Modified files: sbin/savecore : savecore.8 Log message: +.Xr crash 8 , from Stephan A. Rickauer CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/18 16:51:01 Modified files: usr.bin/ssh : sftp-server.8 Log message: no need for .Pp before or after .Sh; CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/18 17:43:31 Modified files: sys/arch/alpha/include: cpu.h sys/arch/amd64/include: cpu.h sys/arch/arm/include: cpu.h sys/arch/hp300/include: cpu.h sys/arch/hppa/include: cpu.h sys/arch/hppa64/include: cpu.h 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/mvme68k/include: cpu.h sys/arch/powerpc/include: cpu.h 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/kern : sched_bsd.c Log message: Add a macro that clears the want_resched flag that need_resched sets. Right now when mi_switch picks up the same proc, we didn't clear the flag which would mean that every time we service an AST we would attempt a context switch. For some architectures, amd64 being probably the most extreme, that meant attempting to context switch for every trap and interrupt. Now we clear_resched explicitly after every context switch, even if it didn't do anything. Which also allows us to remove some more code in cpu_switchto (not done yet). miod@ ok CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/18 21:56:54 Modified files: . : donations.html Log message: Thanks for the Netra X1, Brian CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/19 00:39:00 Modified files: sys/dev : video.c Log message: In interrupt handler change printf -> DRPINTF. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2008/07/19 01:19:34 Modified files: . : want.html Log message: I could use a replacement for my now-dead HP workstation. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/19 04:02:10 Modified files: sys/arch/sparc64/sparc64: rbus_machdep.c Log message: Unbreak the tree. Pointed out by James Hartley. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/19 04:35:31 Modified files: usr.sbin/rtadvd: rtadvd.conf rtadvd.conf.5 usr.sbin/faithd: README faithd.8 usr.sbin/ppp/ppp: ppp.8.m4 Log message: Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 instead of the deprecated 3ffe::/16 6bone test address space. Deprecated or public IPv6 allocations should not be used for documentation; we have the same approach for IPv4 by using RFC 1918 private addresses. ok jmc@ todd@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/19 04:52:32 Modified files: usr.sbin/relayd: check_icmp.c control.c hce.c parse.y pfe.c relayd.conf.5 relayd.h Log message: If the new 'parent' keyword is specified for a host in a table, inherit the state from another host with the specified Id; no additional check will be for the inheriting host. This helps in scenarios with lots of IP aliases that all point to the same service on the same host (like web hosting with many SSL domains). discussed with pyr, tested in different setups CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/19 05:18:23 Modified files: graphics/lcms : Makefile Added files: graphics/lcms/patches: patch-include_lcms_h Log message: zap stupid warnings during further compilation using lcms. Kill the darn noise ! CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/19 05:30:55 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: If a resolution which has been requested over VIDEO_TRY_FMT or VIDEO_S_FMT doesn't exactly match the devices available resolutions, return the next best matching resolution which we have. Makes some V4L2 apps happy when running them with the default resolution (no options). CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/19 05:38:55 Modified files: usr.sbin/relayd: hce.c parse.y pfe.c relayd.h Log message: no need for using a TAILQ queue for the host children list, use a singly-linked SLIST instead. the only noticeable change is the reversed order to notify the children but it does not really matter here. also only walk through the children host list if the host itself is a potential parent. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/19 05:58:58 Modified files: graphics/kipi-plugins: Makefile distinfo graphics/kipi-plugins/patches: patch-kipi-plugins_slideshow_listimageitems_h graphics/kipi-plugins/pkg: PLIST-main graphics/libkipi: Makefile distinfo graphics/libkipi/pkg: PLIST graphics/digikam: Makefile distinfo graphics/digikam/patches: patch-configure_in patch-digikam_libs_greycstoration_CImg_h graphics/digikam/pkg: PLIST Added files: graphics/kipi-plugins/patches: patch-kipi-plugins_jpeglossless_utils_cpp Removed files: graphics/digikam/patches: patch-digikam_imageplugins_hotpixels_imageeffect_hotpixels_cpp Log message: update digikam, along with libkipi dependencies. revisit digikam once sqlite3 is updated CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/19 06:10:07 Modified files: usr.sbin/relayctl: relayctl.c Log message: print the host parent id if available CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2008/07/19 06:12:53 Log message: Module::Signature adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. Status: Vendor Tag: bluhm Release Tags: bluhm_20080719 N ports/security/p5-Module-Signature/Makefile N ports/security/p5-Module-Signature/distinfo N ports/security/p5-Module-Signature/pkg/DESCR N ports/security/p5-Module-Signature/pkg/PLIST N ports/security/p5-Module-Signature/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2008/07/19 06:19:44 Modified files: security : Makefile Log message: + p5-Module-Signature CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/19 06:36:06 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add acx(4) at cardbus(4). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/19 07:52:22 Log message: import rtg, RTG is a flexible, scalable, high-performance SNMP statistics monitoring system. It is designed for enterprises and service providers who need to collect time-series SNMP data from a large number of targets quickly. All collected data is inserted into a relational database that provides a common interface for applications to generate complex queries and reports. RTG includes utilities that generate configuration and target files, traffic reports, 95th percentile reports and graphical data plots. These utilities may be used to produce a web-based interface to the data. * Runs as a daemon, incurring no cron or kernel startup overhead * Written entirely in C for speed, incurring no interpreter overhead * Multi-threaded for asynchronous polling and database insertion * Inserts data into a relational database where complex queries and reports may be generated * Performs no data averaging in order to support billing, etc. * Can poll at sub-one-minute intervals Based on a submission from Tim Kornau via bernd@ and used at bsws (hence high initial PKGNAME=...p5) - requested by henning@. Status: Vendor Tag: sthen Release Tags: sthen_20080719 N ports/net/rtg/Makefile N ports/net/rtg/distinfo N ports/net/rtg/patches/patch-etc_rtgtargmkr_pl_in N ports/net/rtg/patches/patch-Makefile_in N ports/net/rtg/patches/patch-etc_95_php N ports/net/rtg/patches/patch-etc_Makefile_in N ports/net/rtg/patches/patch-etc_common_php_in N ports/net/rtg/patches/patch-etc_rtg_conf N ports/net/rtg/patches/patch-etc_rtg_php N ports/net/rtg/patches/patch-etc_view_php N ports/net/rtg/patches/patch-src_rtg_h N ports/net/rtg/patches/patch-src_rtgmysql_c N ports/net/rtg/patches/patch-src_rtgplot_c N ports/net/rtg/patches/patch-src_rtgutil_c N ports/net/rtg/patches/patch-src_Makefile_in N ports/net/rtg/patches/patch-configure_in N ports/net/rtg/pkg/DESCR N ports/net/rtg/pkg/MESSAGE N ports/net/rtg/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/19 07:55:14 Modified files: net : Makefile Log message: +rtg CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/07/19 09:06:10 Modified files: . : sparc64.html Log message: fix a typo. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/19 09:55:08 Modified files: sbin/ifconfig : ifconfig.8 Log message: Correct missed capitalization of MPLS. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/19 10:35:50 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: minor wording tweaks; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/19 11:10:03 Modified files: sys/arch/alpha/pci: pci_swiz_bus_io_chipdep.c Log message: In _io_map(), make sure the whole range fits in one of the io windows, instead of only the starting address. From NetBSD. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2008/07/19 12:04:15 Modified files: security/p5-Digest-SHA: Makefile distinfo Log message: update p5-Digest-SHA to 5.47 ok jasper CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/19 12:13:06 Modified files: sys/arch/alpha/conf: files.alpha sys/arch/alpha/eisa: eisa_machdep.h sys/arch/alpha/pci: sio.c Added files: sys/arch/alpha/eisa: eisa_machdep.c Log message: Add code to walk the eisa configuration, from NetBSD. This configuration is not used yet, but this seems to ``warm up'' the eisa chips so that accesses to the eisa bus later do not cause machine checks. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/19 13:25:18 Modified files: sys/arch/alpha/pci: pci_1000a.c Log message: In dec_1000a_intr_map(), use the SRM hint if available. This allows cards plugged to the bottom 4 PCI slots of AlphaServer 1000A (attaching to pci1 behind a ppb) to get interrupts. No regressions on AlphaServer 800 (which do not have these extra slots). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/19 14:46:00 Modified files: archivers/lzo : Makefile Log message: Better MASTER_SITES to avoid a redirect. From Lawrence Teo. Nothing else changed, no need for a package bump. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/07/19 15:31:39 Modified files: usr.sbin/ntpd : ntpd.c Log message: Use errx instead of fprintf, exit combo. Diff from Gleydson Soares gsoares (at) gmail (dot) com OK henning@ CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2008/07/19 15:51:26 Modified files: faq : faq10.html Log message: add small section discussing name resolution with httpd(8). ok nick@ sthen@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/07/19 16:41:58 Modified files: sys/dev : softraid.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraidvar.h Log message: Full rewrite of metadata handling. This fixes power failures and crashes that caused illegal checksums. The new metadata code is more or less ready to deal with other vendor's metadata formats. While here clean up the name space. Fix thib's pool mess by adding removing bad flags in interrupt context. tested on macppc, amd64, i386, sparc64 & hppa sparc64 has issues with crypto however those do not seem to be softraid specific. help from okan@ ckuethe@ Will Backman and others CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/19 17:35:44 Modified files: usr.sbin/httpd/htdocs: index.html Log message: link to apache web server, not the project group. found while catching up w/ the old email. submitted by Pierre Riteau on tech@ a year ago. "no objection" jmc@. ok, "that's clearly correct" okan@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/07/19 19:33:13 Modified files: faq : current.html Log message: mention that softraid(4) users must backup and recreate their softraid volumes because of the recent metadata handling rewrite. "groovy" marco@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/19 19:53:43 Modified files: sys/dev : vnd.c Log message: Add DIOCGPDINFO support. 'disklabel -d svnd0' now works. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/20 00:47:48 Modified files: app/xlockmore/xlock: xlock.man Log message: Formatting fix. From Tim van der Molden. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/20 03:40:13 Log message: import dnstop: dnstop is a libpcap application (a la tcpdump) that displays various tables of DNS traffic on your network. Currently dnstop displays tables of: * Source IP addresses * Destination IP addresses * Query types * Response codes * Opcodes * Top level domains * Second level domains * Third level domains * etc... dnstop supports both IPv4 and IPv6 addresses. To help find especially undesirable DNS queries, dnstop provides a number of filters. The filters tell dnstop to display only the following types of queries: * For unknown/invalid TLDs * A queries where the query name is already an IP address * PTR queries for RFC1918 address space ok landry@ Status: Vendor Tag: sthen Release Tags: sthen_20080720 N ports/net/dnstop/distinfo N ports/net/dnstop/Makefile N ports/net/dnstop/patches/patch-dnstop_c N ports/net/dnstop/patches/patch-configure N ports/net/dnstop/pkg/DESCR N ports/net/dnstop/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/20 03:42:19 Modified files: net : Makefile Log message: +dnstop CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2008/07/20 03:49:00 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/patches: patch-browser_app_mozilla_in Log message: Don't overwrite MOZ_PLUGIN_PATH in the startup script if it has been already been set. This allows to load plugins on demand, especially interesting when using multiple profiles with the -no-remote option. OK martynas@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/20 04:37:43 Modified files: sys/arch/sparc64/dev: psycho.c psychoreg.h Log message: Provide a timecounter based on the UltraSPARC IIe STICK logic. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/20 07:03:13 Modified files: lib/libm/src : k_tan.c Log message: use more accurate algorithm for tan. from fdlibm 5.3: > 2. k_tan.c error was > 1 ulp target for FDLIBM > 5.2: Worst error at least 1.45 ulp at > tan(1.7765241907548024E+269) = 1.7733884462610958E+16 > 5.3: Worst error 0.96 ulp ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/20 07:07:27 Modified files: lib/libm/src : e_pow.c e_powf.c Log message: get in the bug fix for pow, from fdlibm 5.3. also adapt it for powf, the float version of it > 1. e_pow.c incorrect results when > x is very close to -1.0 and y is very large, e.g. > pow(-1.0000000000000002e+00,4.5035996273704970e+15) = 0 > pow(-9.9999999999999978e-01,4.5035996273704970e+15) = 0 > Correct results are close to -e and -1/e. while here merge more changes for pow, fixes sign in oflow/uflow cases ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/20 07:11:00 Modified files: lib/libm/src : e_exp.c e_log.c s_expm1.c s_log1p.c Log message: Reme algorithm -> Remes algorithm. in comments CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/20 07:40:27 Modified files: sys/arch/sgi/sgi: disksubr.c Log message: Use NULL instead of 0 for pointer parameters. ok jsing@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/20 07:46:16 Modified files: sys/arch/sgi/sgi: disksubr.c Log message: Nuke unused readbsdlabel() function. ok jsing@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/07/20 08:24:49 Modified files: sys/dev/usb : ubsa.c umsm.c share/man/man4 : ubsa.4 umsm.4 Log message: Huawei E618 and E620 is not compatible with ubsa(4). This patch moves these device to umsm(4). reported by Aleksander Piotrowski, ok jsg@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/20 11:09:26 Modified files: www/snownews : Makefile www/snownews/pkg: PLIST Added files: www/snownews/patches: patch-doc_man_snownews_1_in patch-updatecheck_c Log message: don't call back home, checking for updates. let pkg_add(1) do the job; tweaks and ok kili@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/07/20 12:18:50 Modified files: de : alpha.html donations.html hppa.html i386.html macppc.html mail.html sgi.html sparc64.html want.html faq/zh : current.html faq15.html faq4.html index.html zh : ftp.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/20 12:58:07 Modified files: sys/dev/pci : pccbb.c pccbbreg.h Log message: On TI cardbus bridges, enable PCI interrupt routing if the device has not been initialized by the firmware. This was probably the intention of the origional code, however, it used the wrong default value for the register in question. Add TI PCI1510 to the list of 12XX-compatible bridges. "be brave" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/20 14:32:01 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/20 15:05:40 Modified files: lang/parrot : Makefile distinfo lang/parrot/pkg: PLIST Log message: update to version 0.6.4, add perl6 binary, add all compilers and languages, fix powerpc build while there and set VMEM_WARNING CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/20 15:12:54 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/20 15:14:34 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/20 15:57:51 Modified files: sys/dev : softraidvar.h softraid.c Log message: fill in variant and version components of the UUID pretty-print the UUID in RFC4122 form CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/20 16:14:07 Modified files: www/p5-HTTP-Body: Makefile distinfo www/p5-HTTP-Body/pkg: PLIST Log message: update to version 1.04 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/20 16:17:50 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: no, ipmi is still not fine on some machines (since acpi got enabled) CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/20 16:26:00 Modified files: mail/femail : Makefile mail/femail/pkg: PLIST-chroot PLIST-main Added files: mail/femail/pkg: MESSAGE-chroot Log message: - add note to point -chroot users to FAQ regarding name resolution. - make -chroot subpackage depend on -main so we get a manpage. - take MAINTAINER (requested by previous MAINTAINER). - add @bin markers while here. ok mbalmer@ on a slightly older diff, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/07/20 21:13:01 Modified files: net/openafs : Makefile distinfo net/openafs/files: openafs-setup param.i386_obsd.h net/openafs/patches: patch-Makefile_in patch-src_config_afs_sysnames_h net/openafs/pkg: DESCR MESSAGE PLIST Added files: net/openafs/files: README.OpenBSD krb5.conf net/openafs/patches: patch-src_afs_OBSD_osi_misc_c patch-src_afs_OBSD_osi_vfsops_c patch-src_afs_afs_osi_c patch-src_afs_afs_server_c patch-src_kauth_Makefile_in patch-src_lwp_lwp_h patch-src_rx_rx_getaddr_c net/openafs/pkg: PFRAG.shared Removed files: net/openafs/patches: patch-acinclude_m4 patch-aclocal_m4 patch-src_afs_OBSD_osi_file_c patch-src_afs_OBSD_osi_machdep_h patch-src_afs_OBSD_osi_vnodeops_c patch-src_afs_sysincludes_h patch-src_afsmonitor_afsmonitor_c patch-src_bozo_bosserver_c patch-src_config_Makefile_config_in patch-src_des_stats_h patch-src_libafsrpc_Makefile_in patch-src_rxkad_domestic_crypt_conn_c patch-src_util_dirpath_hin Log message: o update openafs to 1.4.7 o add README.OpenBSD (includes heimdal setup instructions) o rework openafs-setup to use arla's afsd in base, and heimdal o fix a bug since 4.1 to not blow the thread stack on 64bit time functions in libc CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2008/07/20 22:12:21 Modified files: sys/dev/ic : acxvar.h bwivar.h dcreg.h sys/dev/pci : if_etreg.h if_ipwvar.h safevar.h Log message: cleanup - we don't have resource structure ok jsg@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/07/20 22:35:54 Modified files: sys/arch/alpha/alpha: autoconf.c sys/arch/amd64/amd64: autoconf.c sys/arch/armish/armish: autoconf.c sys/arch/aviion/aviion: autoconf.c sys/arch/hp300/hp300: autoconf.c sys/arch/hppa/hppa: autoconf.c sys/arch/hppa64/hppa64: autoconf.c sys/arch/i386/i386: autoconf.c sys/arch/landisk/landisk: autoconf.c sys/arch/luna88k/luna88k: autoconf.c sys/arch/mac68k/mac68k: autoconf.c sys/arch/macppc/macppc: autoconf.c sys/arch/mvme68k/mvme68k: autoconf.c sys/arch/mvme88k/mvme88k: autoconf.c sys/arch/mvmeppc/mvmeppc: autoconf.c sys/arch/sgi/sgi: autoconf.c sys/arch/socppc/socppc: autoconf.c sys/arch/sparc/sparc: autoconf.c sys/arch/sparc64/sparc64: autoconf.c sys/arch/vax/vax: autoconf.c sys/arch/zaurus/zaurus: autoconf.c Log message: nam2blk[] needs a "vnd" entry for some things (like softraid) ok marco@ no objection miod@ need this for regress djm@ no objection krw@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/21 00:07:10 Modified files: databases/openldap: Makefile distinfo Log message: Update to OpenLDAP 2.3.43. bug fix release. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/21 01:41:37 Modified files: share/man/man4 : pcn.4 Log message: Add acphy/amphy. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/21 01:48:54 Modified files: devel/git : Makefile distinfo devel/git/pkg : PLIST-main Log message: Update to git-1.5.6.4. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/21 01:53:03 Modified files: audio/ncmpc : Makefile Added files: audio/ncmpc/patches: patch-src_main_c patch-src_screen_c Log message: Add a sigwinch handler so ncmpc will resize on xterm resize. From Tobias Ulmer (MAINTAINER) ok jasper@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/21 01:57:49 Modified files: x11/stalonetray: Makefile distinfo x11/stalonetray/pkg: PLIST Log message: Update to stalonetray-0.7.6. ok jasper@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/21 02:19:07 Modified files: usr.bin/ssh : version.h Log message: openssh-5.1 CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/07/21 02:28:55 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Leave PATH alone. noticed by and ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/21 03:37:36 Added files: mail/dovecot/patches: patch-src_lib-storage_index_maildir_maildir-storage_c patch-src_lib_failures_c Log message: Three fixes for Dovecot 1.0.. - Maildir: Group of the created shared directory wasn't set. - Logging: Make sure we don't recurse infinitely when running out of memory. - rfc822_parse_phrase(): Don't read outside data boundaries if input is empty. From the Dovecot Mercurial repo. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/21 03:40:42 Modified files: lang/ruby : Makefile lang/ruby/pkg : PLIST-main Added files: lang/ruby/patches: patch-array_c patch-bignum_c patch-eval_c patch-intern_h patch-io_c patch-sprintf_c patch-string_c Log message: Security fixes for CVE-2008-1891, CVE-2008-2662, CVE-2008-2663, CVE-2008-2664, CVE-2008-2725 and CVE-2008-2726. More info: http://secunia.com/advisories/29794/ with help from jcs@ tested by msf@, jcs@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/21 04:07:14 Modified files: sys/arch/sparc64/sparc64: ipifuncs.c Log message: IPL_NONE doesn't really exist. The corresponding bit in the per-processor soft interrupt register is used for hardware clock-tick counter interrupts. So make smp_signotify() use IPL_SOFTINT instead such that we don't unintentionally trigger a spurious clock interrupt. This seems to fix the timekeeping anomalies on the t1k. tested by art@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/21 05:17:33 Modified files: lang/jruby : Makefile distinfo lang/jruby/patches: patch-bin_jruby patch-src_org_jruby_runtime_load_LoadService_java lang/jruby/pkg : PLIST Added files: lang/jruby/patches: patch-src_org_jruby_libraries_RbConfigLibrary_java Log message: Update to jruby-1.1.3. Includes some fixes for problems reported by Yannick Francois and Jeremy Evans. Thanks guys! CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/21 06:42:21 Log message: Initial import of sphinx-0.9.8. Sphinx is a full-text search engine. Generally, it's a standalone search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL, or from an XML pipe. As for the name, Sphinx is an acronym which is officially decoded as SQL Phrase Index. Submitted and maintained by Rama McIntosh. Status: Vendor Tag: bernd Release Tags: bernd_2008-jul-21 N ports/textproc/sphinx/distinfo N ports/textproc/sphinx/Makefile N ports/textproc/sphinx/patches/patch-configure N ports/textproc/sphinx/patches/patch-Makefile_in N ports/textproc/sphinx/pkg/DESCR N ports/textproc/sphinx/pkg/MESSAGE N ports/textproc/sphinx/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/21 06:44:47 Modified files: textproc : Makefile Log message: add sphinx CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/21 07:30:05 Modified files: sys/arch/sparc64/include: hypervisor.h sys/arch/sparc64/sparc64: cpu.c hvcall.S locore.s Log message: Implement the cpu_yield hypervisor call. Use it in the idle loop for SUN4V to let it suspend strands (why does everyone invent own words for hyperthreads?). This gives a huge performance boost when most of the cpus are idle. kettenis@ ok CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/07/21 08:37:53 Modified files: sbin/ipsecctl : ipsecctl.c Log message: Free the rules in the rule_queue also if ipsecctl is called with the -n switch. This triggers malloc related bugs during the regress tests. ok hshoexer CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/07/21 08:49:40 Modified files: sys/dev : softraid.c Log message: Add curproc to ioctl call. Noticed by todd, proded by miod. CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2008/07/21 09:56:55 Modified files: sys/net : pf.c Log message: fix typo that broke rdr rules (without pass) with non-TCP/UDP/ICMP protocols ok mcbride@ henning@ CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2008/07/21 09:58:59 Modified files: sys/net : pf.c Log message: some whitespace cleanup I did while looking through the code ok mcbride@ henning@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/07/21 10:51:18 Modified files: usr.sbin/dhcpd : dhcp.c Log message: Initial stab at DHCPINFORM support. OK phessler@ CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2008/07/21 10:52:28 Modified files: . : support.html Log message: remove david lebel per his request CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/07/21 11:30:08 Modified files: bin/ksh : alloc.c Log message: Extra sanity checking for afree(); OK deraadt@ and pvalchev@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/07/21 11:58:44 Modified files: x11/xloadimage : Makefile Added files: x11/xloadimage/patches: patch-root_c Log message: Fix an egregious LP64 error. From Debian bug #394366, submitted by Stephen McCamant. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/21 12:43:19 Modified files: sys/net80211 : ieee80211_input.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h sys/dev/pci : if_ipw.c if_iwi.c if_iwn.c if_wpi.c sys/dev/ic : acx.c an.c ath.c athvar.h atw.c atwvar.h bwi.c malo.c pgt.c rt2560.c rt2661.c rt2860.c rtw.c rtwvar.h sys/dev/usb : if_atu.c if_ral.c if_rum.c if_uath.c if_upgt.c if_zyd.c Log message: instead of passing rx tstamp and rssi to the ieee80211_input function, pass a pointer to an ieee80211_rxinfo structure containing those two fields plus an extra flags field that indicates whether the frame was decrypted by hardware or not. required for a future fix. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/21 12:48:45 Modified files: graphics/gthumb: Makefile Log message: Email address change and bump from MAINTAINER. While there, add a more specific license marker. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/21 13:05:22 Modified files: sys/net80211 : ieee80211_input.c ieee80211_output.c ieee80211_proto.h sys/conf : files Added files: sys/net80211 : ieee80211_pae_input.c ieee80211_pae_output.c Log message: move processing of EAPOL frames away from ieee80211_{input,output}.c CVSROOT: /cvs Module name: src Changes by: rainer@cvs.openbsd.org 2008/07/21 13:14:15 Modified files: usr.sbin/rtadvd: dump.c Log message: fix ugly debug dump output. found with bluhm@ ok thib@, bluhm@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/21 13:19:06 Modified files: devel/xulrunner: Makefile devel/xulrunner/patches: patch-xulrunner_app_mozilla_in mail/mozilla-thunderbird: Makefile mail/mozilla-thunderbird/patches: patch-mail_app_mozilla_in www/seamonkey : Makefile www/seamonkey/patches: patch-xpfe_bootstrap_mozilla_in Log message: adapt for other mozilla projects claudio's diff of firefox to honor MOZ_PLUGIN_PATH. bump pkgnames sure claudio@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/21 13:27:26 Modified files: sys/net80211 : ieee80211.c ieee80211.h ieee80211_amrr.c ieee80211_crypto.c ieee80211_input.c ieee80211_node.c ieee80211_output.c ieee80211_pae_input.c ieee80211_pae_output.c ieee80211_proto.c ieee80211_var.h Added files: sys/net80211 : ieee80211_priv.h Log message: add ieee80211_priv.h file: contains definitions private to net80211. this must not be included by drivers. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/21 13:41:44 Modified files: sys/dev/ic : rt2860.c rt2860reg.h rt2860var.h sys/dev/pci : if_ral_pci.c pcidevs sys/dev/cardbus: if_ral_cardbus.c Log message: rename rt2860 pci ids to match with reality. import some fixes for 1T2R adapters from the linux vendor driver. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/21 13:49:06 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/21 13:52:46 Modified files: sys/crypto : michael.c Log message: gives this a chance to work on architectures with strict alignment constraints. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/21 14:29:14 Modified files: lib/libm : Makefile Added files: lib/libm/src : s_llround.c s_llroundf.c s_lround.c s_lroundf.c Removed files: lib/libm/src : llround.c llroundf.c lround.c lroundf.c Log message: rename lround.c lroundf.c llround.c llroundf.c to s_lround.c s_lroundf.c s_llround.c s_llroundf.c, for naming consistency looks fine to millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/21 14:30:35 Modified files: lib/libm : Makefile Log message: NetBSD's C library supplies these functions -> OpenBSD's C library supplies these functions. in comments CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/21 14:50:55 Modified files: include : math.h sys/arch/alpha/include: _types.h float.h sys/arch/amd64/include: _types.h float.h sys/arch/arm/include: _types.h float.h sys/arch/hppa/include: _types.h float.h sys/arch/hppa64/include: _types.h float.h sys/arch/i386/include: _types.h float.h sys/arch/m68k/include: _types.h float.h sys/arch/m88k/include: _types.h float.h sys/arch/mips64/include: _types.h float.h sys/arch/powerpc/include: _types.h float.h sys/arch/sh/include: _types.h float.h sys/arch/sparc/include: _types.h float.h sys/arch/sparc64/include: _types.h float.h sys/arch/vax/include: _types.h float.h Log message: - add proper double_t and float_t definitions for each arch - math.h shouldn't define FLT_EVAL_METHOD, but float.h should (per C99). remove from math.h, and add proper definitions in float.h ok millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/21 15:37:30 Modified files: sbin/bioctl : bioctl.8 Log message: spelling fix from Mark Pecaut; CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/21 15:50:06 Added files: sys/arch/vax/include: vaxfp.h Log message: vaxfp.h is VAX pendant of ieee.h. it defines VAX f fp, and VAX d fp; from NetBSD ok millert@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2008/07/21 16:44:28 Modified files: build : groups.dat Log message: remove bsdfr, their website isn't working anymore. spotted by Jean-Daniel Dodin, thanks CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2008/07/21 16:44:57 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/21 17:40:03 Modified files: sys/scsi : scsiconf.c Log message: when probing a device the midlayer queries its inquiry data and keeps it on the stack till we attach a driver to it. then it copies the inquiry data int the scsi_link struct. this diff uses the scsi_link struct instead of the stack for that data, which makes the inq data for users of the scsi_link struct available much earlier during device probe. review and feedback from both krw@ and marco@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/21 17:50:16 Modified files: openssh/usage : graphs.html index.html ssh-stats.html Added files: openssh/usage/graphs: internet-type-small.png internet-type-tiny.png internet-type.png internet-versions-small.png internet-versions-tiny.png internet-versions.png Removed files: openssh/usage/graphs: internet-type-small.jpg internet-type-tiny.jpg internet-type.jpg internet-versions-small.jpg internet-versions-tiny.jpg internet-versions.jpg Log message: new usage scan CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/21 18:09:27 Modified files: openssh : ftp.html index.html openbsd.html security.html Added files: openssh/txt : release-5.1 Log message: openssh-5.1 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/21 18:40:38 Modified files: sys/scsi : scsiconf.c Log message: tweak comment to reflect the new reality after my last change. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/21 19:01:31 Modified files: sys/scsi : scsiconf.c scsiconf.h Log message: implement the fetching of a scsi devices "devid". recent hardware provides a vpd page that uniquely identifies a device no matter what bus topology or addressing was used to find it. we have a workaround for old school scsi devices that do not differentiate between luns. if the inq data for high luns is the same as the inq data for lun 0, we assume it is one of these buggy devices. the problem with this is that things like SANs present multiple volumes as luns and they all have the same inq data. if you wanted to present more than one volume to openbsd you would only ever see the first one. devices give us a mechanism to differentiate between luns, so now i do get all my volumes attached in openbsde. review and feedback by krw@ marco@ testing by todd@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/07/21 21:00:23 Modified files: usr.bin/systat : engine.c engine.h Log message: Add signed size printing functions, as requested by deraadt@. Just use print_fld_ssize() for signed values. Increase scale up to "Tera" while there. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/21 21:09:18 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/22 00:06:47 Modified files: sys/kern : tty_nmea.c Log message: deactivate the code to display location in the sensor description CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/22 01:35:45 Modified files: lang/jruby : Makefile distinfo lang/jruby/pkg : PLIST Log message: Rerolled distfile. Noticed by sturm@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/22 01:36:26 Modified files: graphics/rawstudio: Makefile graphics/rawstudio/pkg: DESCR Log message: Typo in DESCR, from undeadly comment. Bump PKGNAME. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/22 01:37:25 Modified files: sbin/wpa-psk : Makefile wpa-psk.c Log message: use generalised PBKDF#2 from bioctl; ok damien@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/22 02:05:02 Modified files: sys/sys : mount.h usr.bin/systat : iostat.c Log message: change the bcachestats structures members to int64_t's and do the printing in systat with the new print_fld_ssize() function. "same diff I wrote" deraadt@ ok art@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/22 02:17:52 Modified files: misc/dvtm : Makefile Log message: Fix build, this slipped from last fix. Noticed by sturm@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/07/22 02:21:37 Modified files: . : events.html Log message: Move some events to the past. From Giovanni Bechis ; thanks. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/07/22 03:26:40 Modified files: sys/netinet : ip_spd.c Log message: Assign the struct size to sin6_len instead of sin6_family. ok hshoexer claudio mpf henning CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/07/22 03:45:56 Modified files: sbin/isakmpd : udp.c Log message: If isakmpd is started with -4 or -6, virtual_get_default() may return NULL. This happens if isakmpd is configured for the other address family. Add a NULL pointer check and initialize rv. ok hshoexer CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/22 04:57:15 Modified files: sys/dev/usb : uvideo.c Log message: Fix uvm_fault crash in uvideo_vs_negotation() which was reported by some users. Thanks to mpf@ for his help to debug this bug down. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/22 05:02:17 Modified files: sys/dev/usb : uvideo.c Log message: Spelling, negotation -> negotiation. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/22 05:20:11 Modified files: sys/dev/mii : dcphy.c sys/dev/pci : if_em.h usr.sbin/httpd/htdocs/manual/mod/mod_ssl: ssl_reference.html usr.sbin/httpd/src/modules/ssl: ssl_engine_io.c ssl_engine_kernel.c usr.sbin/httpd/src: CHANGES CHANGES.SSL Log message: more negotation -> negotiation; ok sthen@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/22 06:31:35 Modified files: sys/net : pf.c Log message: after pf_state_key_atach nothing must use the state keys passed to it any more, since they might have been invalidated and free'd. one synproxy errorpath did so, however. just get the state keys from the state itself. ok david mcbride CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/22 07:08:05 Added files: emulators/bochs/patches: patch-cpu_access_cc Log message: Allow Bochs to build on big endian systems. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/22 10:01:46 Modified files: include : math.h Log message: - added HUGE_VALF, HUGE_VALL, INFINITY, FP_INFINITE, FP_NAN, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, FP_ILOGB0, FP_ILOGBNAN definitions, per C99 - classify functions into sections, add missing definitions, add and some '#if 0' functions, and long double definitions, so we see what's needed to be done - other stuff is XXX'd, and will be uncommented soon ok millert@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/22 10:24:40 Modified files: sys/dev/usb : usb_quirks.c uvideo.c Log message: There are devices out there which are UVC compatible, but do not show up as this (we love standards). To make those devices attach anyway we add an explicit quirk device list. Of course this list still needs to be extended. Thanks to Jerome Pinot for reporting about this issue and testing this diff with his cam, which is such a device. OK yuo@ CVSROOT: /cvs Module name: ports Changes by: guenther@cvs.openbsd.org 2008/07/22 11:44:04 Modified files: geo/openbsd-developers/files: OpenBSD geo/openbsd-developers: Makefile Log message: add myself ok kurt@ CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/07/22 11:47:54 Modified files: . : want.html Log message: I'd love to hunt 21264-specific issues if I had such a machine... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/22 12:15:48 Modified files: sys/arch/sparc/include: vmparam.h Log message: Do not define VM_MIN_ADDRESS as __LDPGSZ, but provide its value, to prevent uvm_map.c from requiring . CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/22 12:38:05 Modified files: x11/kde4/edu : Makefile Removed files: x11/kde4/edu/patches: patch-kmplot_kmplot_parser_cpp Log message: remove, now that math.h defines INFINITY; looks good jdixon@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/22 12:41:47 Modified files: x11/kde4/extragear-plasma: Makefile Removed files: x11/kde4/extragear-plasma/patches: patch-applets_lancelot_app_src_ui_LancelotWindow_h Log message: remove, now that math.h defines INFINITY. the patch was wrong anyway -- DBL_MAX is not infinity... looks good jdixon@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/22 12:44:26 Modified files: sys/ufs/ffs : ffs_alloc.c Log message: Use cgbase() instead of doing arithmetic on fs_fpg, for the former does proper casts to ensure the result is not truncated. From FreeBSD via NetBSD. ok thib@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/22 12:45:51 Modified files: sys/arch/alpha/pci: pci_1000.c pci_1000a.c pci_2100_a50.c pci_550.c pci_6600.c pci_axppci_33.c pci_eb164.c pci_eb64plus.c pci_kn20aa.c pci_kn300.c pci_machdep.h pci_up1000.c Log message: Modify pci_intr_map() implementation to pass the pci_attach_args to the per-platform implementation, instead of selected members of it; this allows us to get rid of some globals, and paves the way for better bridge support on some models. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/22 12:47:24 Modified files: sys/arch/alpha/pci: pci_1000a.c Log message: Proper interrupt swizzling for devices behind bridges; matches what SRM configures when it can. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/22 13:42:11 Log message: import enigmail-seamonkey-0.95.6 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. This port is similar to enigmail, but is built for seamonkey. Importing new port, instead of adding quirks to existing port, was a much simplier solution this time. regxpcom is an awk script, that takes care of maintaining installed-chromes.txt. go ahead, and a tweak from bernd@. kurt@ agrees. Status: Vendor Tag: martynas Release Tags: martynas-20080722 N ports/mail/enigmail-seamonkey/Makefile N ports/mail/enigmail-seamonkey/distinfo N ports/mail/enigmail-seamonkey/pkg/DESCR N ports/mail/enigmail-seamonkey/pkg/PLIST N ports/mail/enigmail-seamonkey/files/regchrome No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/22 13:43:03 Modified files: mail : Makefile Log message: add enigmail-seamonkey CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/22 13:45:51 Modified files: share/man/man4 : uvideo.4 Log message: Add another working cam reported by Jerome Pinot. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/22 13:52:54 Modified files: app/cwm : calmwm.h Log message: kill another leftover prototype. ok okan@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/22 13:54:57 Modified files: app/cwm : calmwm.c calmwm.h screen.c Log message: Kill screen_init(). it's been stubbed out for a while now. I don't envision it coming back in it's current form. ok okan@. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/22 13:58:40 Modified files: lib/libm/noieee_src: n_exp__E.c n_log__L.c lib/libm/src : e_asin.c k_cos.c Log message: remez -> Remes here, too. for consistency CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/22 14:06:01 Modified files: sys/arch/alpha/pci: sio.c Log message: None of the pceb EISA alpha designs has more than 8 physical slots, so don't bother trying to probe more. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/22 14:08:30 Modified files: www/drupal5/theme-newsflash: Makefile distinfo www/drupal5/theme-newsflash/pkg: PLIST Log message: minor update CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/22 14:24:05 Modified files: multimedia/x264: Makefile distinfo multimedia/x264/patches: patch-Makefile patch-common_cpu_c patch-common_ppc_dct_c patch-common_ppc_pixel_c patch-common_ppc_quant_c patch-configure multimedia/x264/pkg: PLIST Added files: multimedia/x264/patches: patch-common_x86_mc-a_asm Log message: Upgrade to x264 snapshot 20080713. Also remove ajacoutot@ as maintainer per his request. ok jakemsr@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/22 14:25:17 Modified files: graphics/ffmpeg: Makefile Removed files: graphics/ffmpeg/patches: patch-libavcodec_libx264_c Log message: Remove a patch that was only necessary for older snaps of x264. ok jakemsr@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/22 14:26:12 Modified files: app/cwm : calmwm.h xutil.c Log message: Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes that are coming up depend on it. ok okan. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/22 14:42:24 Modified files: app/cwm : calmwm.c calmwm.h Log message: split x_setup() into two. dpy_init() for setting up the display and checking the X config, and x_setup to set up the screens. There's an ordering problem that means that some of this init needs to come after the config is parsed, the rest should ideally happen before though. This is a rough split, it will be refined later. Again, needed for an upcoming change. ok okan. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/22 14:51:54 Modified files: app/cwm : calmwm.c calmwm.h conf.c Log message: We've been handling grabbing wrong all this time (noticed at c2k8). add conf_grab() and conf_ungrab, and use them in the keybinding manipulation functions to {,un}grab the binding for all screens we have defined. the lovely little ordering problem comes in here, since when we parse the config initially Screenq is empty, so regrab after we fill the queue, hopefully later reordering will remove this little need and there will be much rejoicing. ok okan. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/07/22 14:53:13 Modified files: share/man/man5 : bsd.port.mk.5 Log message: FAKE (the variable) died about 2 years ago... CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/07/22 15:01:54 Modified files: app/cwm : calmwm.c calmwm.h xevents.c Log message: fix the froggy problem. Implement a handler for the MappingEvent, meaning that the keymap has changed. When this happens, ungrab all bindings, update the map, and regrab. Fixes the problem where some keybindings wouldn't work under non us or uk keymaps (especially the .fr map, it seems). Issue noticed by ajacoutot@, ratchov@, and a few people on misc. Based on an initial diff from ratchov@. ok okan. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/22 15:47:45 Modified files: lib/libc/stdio : mktemp.c Log message: use arc4random_uniform(); ok djm millert CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/22 17:17:37 Modified files: usr.sbin/relayd: parse.y relay.c relayd.c relayd.conf.5 relayd.h Log message: Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by faithd(8) by doing a similar mapping of IPv4/6 addresses with relayd(8) and pf(4) redirections without the need of the faith(4) interface. The trick works in both directions, it can accept IPv6 connections and relay them to IPv4 hosts by extracting the last 4 octets from the IPv6 destination (like faithd(8)), and it can accept IPv4 connections and relay them to IPv6 hosts by prepending the 4 octets of the original IPv4 destination to a configured IPv6 prefix. An access list is not needed because the classification is done in pf.conf(5). It helps to get more faith in relayd. manpage bits ok jmc@ yes, sounds good todd@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/07/22 18:20:35 Modified files: sys/dev/acpi : acpiac.c Log message: move the aml_register_notify() call below for better debugging output. marco@ ok. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/22 18:36:45 Log message: import py-buildbot, a system to automate the compile/test cycle. wcmaier@ ok and added as maintainer. Status: Vendor Tag: fgsch Release Tags: fgsch_20080723 N ports/devel/py-buildbot/Makefile N ports/devel/py-buildbot/distinfo N ports/devel/py-buildbot/pkg/DESCR N ports/devel/py-buildbot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/22 18:39:02 Modified files: devel : Makefile Log message: enter py-buildbot CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/22 20:53:19 Modified files: openssh : openbsd.html Log message: typo CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/22 21:08:21 Modified files: openssh : openbsd.html Log message: fix links CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/22 22:59:19 Modified files: sys/dev/pci : pcidevs Log message: new ati goo; giovanni CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/22 22:59:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/07/23 01:36:55 Modified files: usr.bin/ssh : servconf.c Log message: do not try to print options that have been compile-time disabled in config test mode (sshd -T); report from nix-corp AT esperi.org.uk ok dtucker@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/23 01:55:31 Modified files: sys/dev/pci : pcidevs Log message: Unbreak the tree. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/23 01:56:45 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/23 02:10:25 Modified files: mail/p5-Email-Abstract: Makefile distinfo mail/p5-Email-Abstract/pkg: PLIST Log message: update to version 2.134 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/23 02:15:00 Modified files: mail/p5-Email-Date: Makefile distinfo Log message: update to version 1.103 and get rid of p5-Email-Simple dependency CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/23 02:20:09 Modified files: mail/p5-Email-MIME-Creator: Makefile distinfo Log message: maintenance update to version 1.454 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/23 02:24:36 Log message: import cfdg, from MAINTAINER jared r r spiegel. ok okan Chris Coyne created a small language for design grammars called CFDG. These grammars are sets of non-deterministic rules to produce images. The images are surprisingly beautiful, often from very simple grammars. cfdg is a command-line tool to produce images in PNG format from these grammars. Status: Vendor Tag: sthen Release Tags: sthen_20080723 N ports/graphics/cfdg/Makefile N ports/graphics/cfdg/distinfo N ports/graphics/cfdg/patches/patch-src-common_renderimpl_cpp N ports/graphics/cfdg/patches/patch-Makefile N ports/graphics/cfdg/pkg/DESCR N ports/graphics/cfdg/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/23 02:28:18 Modified files: graphics : Makefile Log message: +cfdg CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/23 02:57:10 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY update fixing several problems in IAX, both remotely exploitable without authentication. AST-2008-010: Asterisk IAX 'POKE' resource exhaustion (DoS) AST-2008-011: Traffic amplification in IAX2, 40->1040 bytes CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2008/07/23 03:27:08 Modified files: www/phpmyadmin : Makefile distinfo Log message: SECURITY update to 2.11.7.1; fixes XSRF/CSRF by manipulating the db, convcharset and collation_connection parameters. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/23 03:50:06 Modified files: x11/gnome/applets2: Makefile Log message: - use MACHINE instead of ARCH (so we don't need to add stuffs beneath the bsd.port.mk include) - unbreak sparc64 and other non apm(4) archs in the process spotted by, discussed with and ok sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/23 03:54:04 Modified files: x11/matchbox/matchbox-panel: Makefile x11/icewm : Makefile Log message: - follow the same path that x11/gnome/applets2: use MACHINE instead of ARCH (so we don't need to add stuffs beneath the bsd.port.mk include) ; idea from sturm@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/23 04:05:18 Modified files: usr.sbin/relayd: relay_udp.c Log message: validate packet length in debug dns packet logging before printing the header. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/23 04:41:00 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-doc_hiawatha_1_in www/hiawatha/pkg: PLIST Log message: - minor update to hiawatha-6.8 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/23 05:17:22 Modified files: lang/squeak : Makefile.inc lang/squeak/image: Makefile distinfo lang/squeak/image/pkg: DESCR PLIST lang/squeak/sources: Makefile distinfo lang/squeak/sources/pkg: PLIST lang/squeak/vm : Makefile distinfo lang/squeak/vm/patches: patch-platforms_unix_vm_sqUnixMain_c lang/squeak/vm/pkg: DESCR PLIST Added files: lang/squeak/vm/patches: patch-platforms_unix_npsqueak_Makefile patch-platforms_unix_plugins_LocalePlugin_sqUnixLocale_c patch-platforms_unix_vm-sound-OpenBSD_acinclude_m4 patch-platforms_unix_vm-sound-OpenBSD_sqUnixSoundOpenBSD_c Removed files: lang/squeak/vm/files/vm-sound-OpenBSD: acinclude.m4 sqUnixSoundOpenBSD.c lang/squeak/vm/patches: patch-platforms_Cross_plugins_RePlugin_pcre_c patch-platforms_unix_plugins_SoundPlugin_sqUnixSound_c Log message: finally update squeak to a more recent version. as far as I know this should work on 64 bit systems. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/07/23 05:40:49 Modified files: lang/squeak/image: Makefile Log message: missing BUILD_DEPENDS on unzip CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/23 05:44:15 Modified files: lang/squeak/vm : Makefile Log message: fix wantlib, bump pkgname CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/23 05:45:21 Modified files: share/man/man9 : Makefile timeout.9 Log message: Document the new timeout_add_* functions. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/23 05:53:07 Modified files: sys/nfs : nfs_vnops.c Log message: - in nfs_mknodrpc - initialize the node we pass to nfs_lookitup. It's not just a return value, nfs_lookitup treats it specially when *npp is not NULL. - nfs_lookitup - When we match the file handle to the directory filehandle (lookup on '.'), initialize np so that we don't return stack garbage to the caller. The function shouldn't ever be called with '.' at this moment, but that's no reason to not do the right thing in case future callers use it that way. blambert@ thib@ ok CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/23 06:18:40 Modified files: sys/arch/sparc64/dev: psycho.c Log message: Clear correctable errors after handling them. From Bjorn Andersson. CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/07/23 06:28:24 Modified files: . : donations.html Log message: Robert C. Bogutsky sent me a spare battery, power-supply unit, and hard disk drive for an IBM ThinkPad X40, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/23 07:00:51 Modified files: mail/evolution-plugin-rss: Makefile Log message: - fix build when no gecko render is present (and really disable support for gecko and webkit) - add autostuffs to BUILD_DEPENDS - bump CVSROOT: /cvs Module name: www Changes by: maja@cvs.openbsd.org 2008/07/23 07:32:51 Modified files: openssh : openbsd.html Log message: Correct date. -moj CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/23 08:01:45 Modified files: www/vtigercrm : Makefile distinfo www/vtigercrm/pkg: MESSAGE PLIST Log message: - upgrade vtiger to version 5.0.4 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/23 08:10:58 Modified files: sys/dev/usb : uvideo.c Log message: - Fix potential uvm_fault crash in uvideo_vs_parse_desc_frame_uncompressed(). - If a VS alternate interface isn't valid (e.g. doesn't contain a UE_ISOCHRONOUS endpoint), abort attachment with a corresponding error message instead crashing the kernel. Tested and OK maja@ CVSROOT: /cvs Module name: ports Changes by: jdixon@cvs.openbsd.org 2008/07/23 09:33:17 Modified files: net/haproxy/pkg: PLIST Log message: swap uid/gid variables, no change in package noticed by Paul 'WEiRD' de Weerd ok okan@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/23 09:39:53 Modified files: usr.sbin/pcidump: pcidump.c Log message: Stop printing the size of BARs; the way the code calculates it is wrong. We'll need kernel support to do it properly. ok dlg@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/23 09:55:46 Modified files: sys/net80211 : ieee80211_output.c ieee80211_pae_output.c Log message: Fix a blatant misuse of MINCLSIZE I introduced in ieee80211_output.c r1.59 The bug was added on 04/16 but it started to show up only after 06/12 when the value of MINCLSIZE was changed to something different from MHLEN + 1. Thanks to dlg@ and giovanni (qgiovanni at gmail dot com) for putting me on the right track. Tested by giovanni. Should fix system/5881 too. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/07/23 10:05:47 Modified files: etc : security netstart Log message: Prevent warning about insecure hostnames where no /etc/hostname.* exists. From wcmaier@. Check target of symbolic links to avoid noise at boot and in seucrity output where you have several interfaces symlinked to one config file. "If you think this is the right thing to do" deraadt@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/07/23 10:24:43 Modified files: sys/arch/aviion/aviion: disksubr.c sys/dev : vnd.c sys/dev/raidframe: rf_openbsdkintf.c sys/isofs/cd9660: cd9660_vfsops.c sys/isofs/udf : udf_subr.c sys/nfs : nfs_bio.c nfs_vnops.c share/man/man9 : buffercache.9 Log message: Correct cases of mishandling of pending reads and writes to prevent them going negative - this consists of identifying a number of cases of IO not going through the buffer cache and marking those buffers with B_RAW - as well as fixing nfs_bio to show pending writes and reads through the buffer cache via NFS still has a problem with mishandling the counters I believe in the async/sync fallback case where counters stay positive which will be addressed seperately. ok tedu@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jaredy@cvs.openbsd.org 2008/07/23 10:34:38 Modified files: bin/ksh : c_sh.c syn.c Log message: fix stack abuse in the `time' commmand, using alloc()'d memory instead. reported by Thorsten Glaser, thanks. ok millert@, earlier version miod@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/23 11:31:18 Modified files: databases/sqlite3: Makefile distinfo databases/sqlite3/patches: patch-Makefile_in patch-configure databases/sqlite3/pkg: PLIST-main Added files: databases/sqlite3/patches: patch-publish_sh patch-src_os_unix_c patch-src_pthread_stub_c patch-src_sqliteInt_h patch-src_sqlite_h_in patch-src_utf_c patch-src_util_c Log message: - update to sqlite-3.5.9 - merge espie's patches - fix apps such as p5-DBD-SQLite, by adding weak pthread functions. also include some bug fixes from kurt@. the work has been done by kurt@, and espie@. thanks! ok kurt@, espie@, bernd@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/23 11:39:35 Modified files: sys/arch/hppa/include: cpu.h Log message: So it turns outthe HP engineers changed the PA-RISC 2.0 architecture after it was published. In particular, they changed the maximum cache aliasing boundary from 1MB to 16MB. It turns that on the PA-8700 the aliasing boundary is actually 4MB (reported as such by the firmware at least). There are some comments in the Linux code that suggest that HP never actually built PA-RISC CPUs with an 8MB or 16MB aliasing boundary. So raise the aliasing boundary to 4MB. This fixes the weird ps(1) problem where it didn't print its own arguments correctly. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/23 11:39:39 Modified files: usr.sbin/bind/bin/named: Tag: OPENBSD_4_3 client.c server.c usr.sbin/bind/doc/arm: Tag: OPENBSD_4_3 Bv9ARM-book.xml Bv9ARM.ch06.html usr.sbin/bind/lib/dns: Tag: OPENBSD_4_3 api dispatch.c resolver.c usr.sbin/bind/lib/dns/include/dns: Tag: OPENBSD_4_3 dispatch.h usr.sbin/bind/lib/isc: Tag: OPENBSD_4_3 random.c shuffle.c usr.sbin/bind/lib/isc/unix: Tag: OPENBSD_4_3 app.c socket.c socket_p.h Log message: Vendor patch to add port randomization to deal with the DNS cache poisoning attack. Dynamically allocate fd_sets so we are not limited to FD_SETSIZE connections. From djm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/23 11:40:30 Modified files: sys/nfs : nfs_vnops.c Log message: make this real C CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/23 11:59:25 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/23 11:59:56 Modified files: usr.sbin/bind : Tag: OPENBSD_4_2 README.OpenBSD usr.sbin/bind/bin/named: Tag: OPENBSD_4_2 server.c usr.sbin/bind/lib/dns: Tag: OPENBSD_4_2 dispatch.c resolver.c usr.sbin/bind/lib/dns/include/dns: Tag: OPENBSD_4_2 dispatch.h usr.sbin/bind/lib/isc: Tag: OPENBSD_4_2 Makefile.in random.c usr.sbin/bind/lib/isc/include/isc: Tag: OPENBSD_4_2 random.h usr.sbin/bind/lib/isc/unix: Tag: OPENBSD_4_2 app.c socket.c socket_p.h Added files: usr.sbin/bind/lib/isc: Tag: OPENBSD_4_2 shuffle.c usr.sbin/bind/lib/isc/include/isc: Tag: OPENBSD_4_2 shuffle.h Log message: Vendor patch to add port randomization to deal with the DNS cache poisoning attack. Dynamically allocate fd_sets so we are not limited to FD_SETSIZE connections. Replacement Knuth shuffle algorithm for DNS id generation. From djm@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/23 12:11:14 Modified files: lib/libc/arch/arm/gen: fabs.c lib/libc/arch/sh/gen: fabs.c Log message: clear sign bit, instead of comparing to zero and setting x=-x. fixes special cases, such as neg. zero, and makes C99 conformant ok miod@, millert@ since there's nothing else in arm's fabs.c, replace 4-clause license w/ the one at /usr/share/misc/license.template CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/07/23 12:31:36 Modified files: . : errata42.html errata43.html security.html Log message: Add bind issue. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/23 12:34:29 Modified files: sys/dev/pci : pcidevs Log message: Attansic L1E PCI id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/23 12:35:32 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/23 12:39:19 Log message: import www/p5-Apache-Reload, ok bernd@ Apache::Reload is a Perl module that allows for dynamically re-loading Perl modules into a persistent mod_perl environment without restarting the server. Status: Vendor Tag: sthen Release Tags: sthen_20080723 N ports/www/p5-Apache-Reload/Makefile N ports/www/p5-Apache-Reload/distinfo N ports/www/p5-Apache-Reload/pkg/DESCR N ports/www/p5-Apache-Reload/pkg/PLIST N ports/www/p5-Apache-Reload/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/23 12:42:33 Modified files: www : Makefile Log message: +p5-Apache-Reload CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/07/23 13:08:14 Modified files: . : want.html Log message: Remove the i386 systems for myself. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/23 13:14:14 Modified files: sys/arch/hppa/dev: dino.c Log message: Do not rely on an invisible cast to return failure in dino_intr_map(); rather than adding the missing cast, make the intent of the code clearer by explicitenly testing for PCI_INTERRUPT_LINE being ff. While there, enable the out-of-extent-range checks in dino_memmap() and dino_memalloc() even if no option DEBUG, but return failure instead of panicing. discussed with and ok kettenis@ marco@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/23 13:24:25 Modified files: distrib/notes/alpha: hardware Log message: Attempt to sync with reality, and make the supported/unsuported status of the various AlphaServer references less ambiguous. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/07/23 13:25:14 Modified files: . : alpha.html Log message: Sync supported/unsupported model information with distrib/notes. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/23 13:28:27 Modified files: distrib/notes/alpha: hardware Log message: Forgot to add rebranded AS800 names there. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/23 13:36:47 Modified files: lib/libc/gen : getpwent.c Log message: Avoid an occasional double free in getpwent() which corrupted memory. It happened only in the case of a + record indicating to use YP, but with ypbind not actually running. Problem found by pyr; solution found with millert ok millert pyr CVSROOT: /cvs Module name: ports Changes by: laurent@cvs.openbsd.org 2008/07/23 15:07:05 Log message: import of graphics/cal3d port, ok sthen@ Status: Vendor Tag: laurent Release Tags: laurent_2008-Jul-23 N ports/graphics/cal3d/Makefile N ports/graphics/cal3d/distinfo N ports/graphics/cal3d/pkg/DESCR N ports/graphics/cal3d/pkg/PLIST N ports/graphics/cal3d/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: laurent@cvs.openbsd.org 2008/07/23 15:11:32 Log message: import of net/enet port, ok sthen@ Status: Vendor Tag: laurent Release Tags: laurent_2008-Jul-24 N ports/net/enet/Makefile N ports/net/enet/distinfo N ports/net/enet/pkg/DESCR N ports/net/enet/pkg/PLIST N ports/net/enet/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: av@cvs.openbsd.org 2008/07/23 15:33:32 Modified files: usr.bin/cdio : cdio.c mmc.c Log message: we really need unsigned in arithmetic operations. comments by fgsch CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/23 16:10:21 Modified files: sys/dev : video.c videovar.h Log message: If /dev/video* is already used by an application, return EBUSY to other applications. Fixes a kernel panic. Reported by ian@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/23 17:06:39 Modified files: databases/sqlite3: Makefile Log message: fix if tcl-8.4 is not installed, spotted by Laurence Tratt since BUILD_DEPENDS is not subpackage-dependant, there's no such thing as BUILD_DEPENDS-tcl CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/07/23 17:12:11 Modified files: . : want.html Log message: I bought an X40 battery before c2k8 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/23 21:25:03 Modified files: mail/mailscanner: Makefile distinfo mail/mailscanner/patches: patch-etc_MailScanner_conf patch-lib_MailScanner_ConfigDefs_pl patch-lib_MailScanner_Message_pm Log message: Upgrade to MailScanner 4.70.6-1. ok todd@ sthen@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/23 22:54:28 Modified files: sys/arch/m68k/include: vmparam.h Log message: Do not define vax-inspired LOWPAGES and HIGHPAGES anymore, they make no sense on m68k. Give USRSTACK its real (HP-UX compatible) value instead of computing it from HIGHPAGES. No functional change. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/23 23:28:41 Modified files: usr.sbin/bind/lib/isc/unix: Tag: OPENBSD_4_2 privsep.c Log message: Silence harmless "disallowed port" warnings. From djm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/23 23:29:19 Modified files: usr.sbin/bind/lib/isc/unix: Tag: OPENBSD_4_3 privsep.c Log message: Silence harmless "disallowed port" warnings. From djm@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/23 23:38:24 Modified files: net/nsd : Makefile distinfo Log message: Update to NSD 3.1.1; bug fix release. ok jakob@ CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/07/24 00:28:08 Modified files: . : errata42.html errata43.html Log message: A second revision of the BIND errata has gone out. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/24 02:10:53 Modified files: . : MODULES Log message: updates CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/24 03:28:40 Modified files: www/drupal5/core: Makefile www/drupal5/core/pkg: MESSAGE Log message: Fix setup instructions. Noticed by Wim, fixed by me. ok espie@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/24 03:31:07 Modified files: lib/libc : shlib_version lib/libc/arch/alpha/gen: Makefile.inc lib/libc/arch/amd64/gen: Makefile.inc lib/libc/arch/arm/gen: Makefile.inc lib/libc/arch/hppa/gen: Makefile.inc lib/libc/arch/hppa64/gen: Makefile.inc lib/libc/arch/i386/gen: Makefile.inc lib/libc/arch/m68k/gen: Makefile.inc lib/libc/arch/m88k/gen: Makefile.inc lib/libc/arch/mips64/gen: Makefile.inc isinf.S lib/libc/arch/powerpc/gen: Makefile.inc lib/libc/arch/sh/gen: Makefile.inc lib/libc/arch/sparc/gen: Makefile.inc lib/libc/arch/sparc64/gen: Makefile.inc lib/libc/arch/vax/gen: Makefile.inc isinf.c lib/libc/gen : Makefile.inc Added files: lib/libc/arch/alpha/gen: nan.c lib/libc/arch/amd64/gen: nan.c lib/libc/arch/arm/gen: nan.c lib/libc/arch/hppa/gen: nan.c lib/libc/arch/hppa64/gen: nan.c lib/libc/arch/i386/gen: nan.c lib/libc/arch/m68k/gen: nan.c lib/libc/arch/m88k/gen: nan.c lib/libc/arch/mips64/gen: isnan.S nan.c lib/libc/arch/powerpc/gen: nan.c lib/libc/arch/sh/gen: nan.c lib/libc/arch/sparc/gen: nan.c lib/libc/arch/sparc64/gen: nan.c lib/libc/arch/vax/gen: fpclassify.c isfinite.c isnan.c isnormal.c signbit.c lib/libc/gen : fpclassify.c isfinite.c isinf.c isnan.c isnormal.c signbit.c Removed files: lib/libc/arch/alpha/gen: isinf.c isnan.c lib/libc/arch/amd64/gen: isinf.c isnan.c lib/libc/arch/arm/gen: isinf.c isnan.c lib/libc/arch/hppa/gen: isinf.c isnan.c lib/libc/arch/hppa64/gen: isinf.c isnan.c lib/libc/arch/i386/gen: isinf.c isnan.c lib/libc/arch/m68k/gen: isinf.c isnan.c lib/libc/arch/m88k/gen: isinf.c isnan.c lib/libc/arch/powerpc/gen: isinf.c isnan.c lib/libc/arch/sh/gen: isinf.c isnan.c lib/libc/arch/sparc/gen: isinf.c isnan.c lib/libc/arch/sparc64/gen: isinf.c isnan.c Log message: - move isinf, isnan dups to gen, since most is ieee 754 - is{inf,nan} should be macros for real-floating, so rename to __is{inf,nan}, per C99 - implement C99 __fpclassify(), __fpclassifyf(), __isfinite(), __isfinitef(), __isnormal(), __isnormalf(), __signbit(), __signbitf() - long functions added, but not yet enabled, till ieee.h is fixed - implement vax equivalents of the functions - reimplement isinff, isnanf in a better way, and move to libc - add qnan bytes for all archs - bump major man pages will follow ok millert@. arm bits looked over by drahn@ discussed w/ theo, who showed the right direction, to put these functions in libc CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/24 03:35:30 Modified files: include : math.h Log message: - add NAN definition (except on VAX) - add C99 real-floating macros fpclassify isfinite isinf isnan isnormal signbit - add C99 macros isgreater isgreaterequal isless islessequal islessgreater isunordered - add function prototypes, __fpclassify __fpclassifyf __fpclassifyl __isfinite __isfinitef __isfinitel __isinf __isinfl __isnan __isnanl __isnormal __isnormalf __isnormall __signbit __signbitf __signbitl ok millert@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/24 03:37:26 Modified files: devel/libdvdread: Makefile devel/libdvdread/patches: patch-dvdread_dvd_input_c Added files: devel/libdvdread/patches: patch-dvdread_Makefile_in Log message: * export the UDFFindFile function, and so: - bump shared lib minor and - bump pkgname this will make future libdvdnav updates easier. ok espie CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/24 03:40:16 Modified files: lib/libm : Makefile shlib_version lib/libm/arch/vax: n_support.S lib/libm/noieee_src: n_support.c lib/libm/src : math_private.h Added files: lib/libm/src : s_exp2.c s_exp2f.c s_nan.c s_remquo.c s_remquof.c Removed files: lib/libm/arch/amd64: s_signbitl_e.c lib/libm/arch/i387: s_signbitl_e.c lib/libm/arch/mc68881: s_signbitl_e.c Log message: - remove isinff, isnanf. this has been moved to libc - remove never-enabled signbit. libc has is now - add C99 implementations, from freebsd, for nan(), nanf() (needed to write _digittoint for it), exp2(), exp2f(), remquo(), remquof(), needed STRICT_ASSIGN macro for math_private.h - bump major man pages will follow exp2{,f} has been requested by chl@ ok millert@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/24 03:41:58 Modified files: include : math.h Log message: unXXX prototypes: exp2, remquo, nan, exp2f, remquof, nanf CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 04:02:57 Modified files: devel/glib2 : Makefile Removed files: devel/glib2/patches: patch-tests_strtod-test_c Log message: remove bogus patch. atof("Infinity") actually produces zero, and then no wonder the patch removes further regression tests... this is not needed now that that archs have proper INFINITY and NAN definitions ok phessler@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 04:06:42 Modified files: databases/sqlitebrowser: Makefile Removed files: databases/sqlitebrowser/patches: patch-sqlitebrowser_pro Log message: sqlite3IsNumber and sqlite3StrNICmp are internal sqlite functions, which sqlbrowser shouldn't use for now it's the best if it uses its own sqlite spotted by naddy@ in his bulk build, a while ago "go ahead and fix it" bernd@, ok kurt@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 04:10:34 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-security_coreconf_OpenBSD_mk patch-security_manager_ssl_src_Makefile_in patch-security_manager_ssl_src_nsNSSComponent_cpp mail/mozilla-thunderbird/pkg: PLIST Added files: mail/mozilla-thunderbird/patches: patch-js_src_xpconnect_shell_Makefile_in Log message: security update to mozilla-thunderbird-2.0.0.16. MFSA 2008-34; MFSA 2008-33; MFSA 2008-31; MFSA 2008-29; MFSA 2008-26; MFSA 2008-25; MFSA 2008-24; MFSA 2008-21. see http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.16 "just be bold and commit it" naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 04:14:37 Modified files: mail/thunderbird-i18n: Makefile distinfo Log message: update for mozilla-thunderbird-2.0.0.16 CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 04:15:51 Modified files: mail/enigmail : Makefile Log message: update for mozilla-thunderbird-2.0.0.16 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/24 04:52:43 Modified files: sbin/pfctl : pfctl.c Log message: check sysctl return value From: Gleydson Soares , ryan ok CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/24 04:55:44 Modified files: sys/netinet : ipsec_input.c Log message: ipsec is glued into the stack in a very weird way, violating all kinds of expected semantics. thus, for return packets coming out of an ipsec tunnel, we need to clear the pf state key pointer in the mbuf header to prevent a state for encapsulated traffic to be linked to the decapsulated traffic one. problem noticed by Oleg Safiullin , took me some time to understand what the hell was going on. ok ryan CVSROOT: /cvs Module name: ports Changes by: laurent@cvs.openbsd.org 2008/07/24 06:25:21 Modified files: net/enet : Makefile distinfo net/enet/pkg : DESCR PLIST Removed files: net/enet/pkg : PFRAG.shared Log message: fixing my own stupidity, pointed out by many CVSROOT: /cvs Module name: ports Changes by: laurent@cvs.openbsd.org 2008/07/24 06:34:54 Modified files: graphics/cal3d : Makefile Log message: Fix CVS id, noticed by and okay sthen@ . CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/24 06:59:06 Modified files: usr.sbin/snmpd : mib.h Log message: reserve a few OpenBSD MIBs that might be implemented later or to avoid conflicts wird 3rd parties. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/24 07:30:10 Modified files: sys/dev/usb : uvideo.c Log message: Simplify uvideo_enum_fmt(), no functional changes. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/24 08:11:42 Modified files: usr.sbin/httpd/src/include: ap_config_auto.h Log message: isinf/isnan are macros now, therefore ap_config_auto.h differ. regen from sthen@. discussed w/ millert@. "yep" sthen@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/24 08:19:24 Modified files: share/man/man9 : buffercache.9 Log message: kill whitespace at eol; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/24 08:59:44 Modified files: sys/dev/usb : uvideo.h Log message: Remove some obsolete XXX comments. CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/24 09:20:24 Modified files: gnu/lib/libiberty: shlib_version Log message: bump CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/24 09:51:07 Modified files: gnu/lib/libstdc++: shlib_version Log message: bump because of __nan in math.h CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/24 10:34:25 Modified files: sys/arch/alpha/alpha: dec_2100_a50.c Added files: sys/arch/alpha/include: logout.h Log message: Add code to decode machine checks on Avanti, providing a description of the problem and lots of register dumps to help the skilled user to fix the hardware. Not compiled if option SMALL_KERNEL. From NetBSD. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/07/24 10:44:56 Modified files: etc/etc.sgi : disktab Log message: Specify a cdroot entry that will actually work on a CD. ok krw@ CVSROOT: /cvs Module name: www Changes by: martynas@cvs.openbsd.org 2008/07/24 11:06:03 Modified files: faq : current.html Log message: due to the changes in libc and libm, these steps have to be taken before the rest of the system is built CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/07/24 11:12:09 Modified files: faq : current.html Log message: cleandirs are needed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/24 11:23:33 Modified files: graphics/digikam: Makefile Added files: graphics/digikam/patches: patch-digikam_digikam_timelinewidget_cpp Log message: forgot one patch. use new sqlite3 now that it's committed. didn't build before -> no pkgname bump CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2008/07/24 11:31:59 Modified files: share/man/man9 : timeout.9 Log message: Add timeout_add_sec() etc. to .Nm and, on jmc's request, tweak some other stuff. ok art jmc blambert CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/24 11:36:52 Modified files: sys/arch/arm/include: ieee.h Log message: sng_exponent should be sng_exp (MI code now cares); ok martynas CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/07/24 12:46:59 Modified files: usr.sbin/ospfd : kroute.c auth.c Log message: Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/24 12:48:19 Modified files: sys/miscfs/specfs: spec_vnops.c Log message: remove a bunch of bogus ARGSUSED CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 13:00:11 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-fpu_softfloat-native_h Removed files: emulators/qemu/patches: patch-fpu_softfloat-native_c patch-gnu-c99-math_h Log message: remove. math has isnormal, isgreater, isgreaterequal, isless, islessequal, isunordered. tested by me and sthen@ ok sthen@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/24 13:01:29 Modified files: sys/dev/pci : if_vr.c Log message: dont need malloc.h anymore; plus two tiny whitespace fixes CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/24 13:03:08 Modified files: sys/dev/ic : twe.c twevar.h Log message: the softc sc_lock lockmgr lock is unused, so remove it. ok krw@, dlg@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/07/24 15:30:17 Modified files: distrib/sets/lists/xbase: md.amd64 distrib/sets/lists/xserv: md.amd64 Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/24 16:34:59 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: guenther@cvs.openbsd.org 2008/07/24 17:42:26 Modified files: libexec/ld.so/sh: rtld_machine.c Log message: release the bind lock before resetting the signal mask ok kurt@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/07/24 17:55:30 Modified files: usr.bin/ssh : ssh-keygen.1 Log message: Add "ssh-keygen -F -l" to synopsis (displays fingerprint from known_hosts). ok djm@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/07/24 18:05:32 Log message: Initial import of Hudson, a continuous integration (CI) server. Hudson can run standalone (has own tiny web server) or in a Java-capable web server or application server. ok sthen@, kurt@ after considerable cluesticking (by them) Status: Vendor Tag: ian Release Tags: ian_2008-Jul-24 N ports/devel/hudson/Makefile N ports/devel/hudson/distinfo N ports/devel/hudson/pkg/PLIST N ports/devel/hudson/pkg/DESCR N ports/devel/hudson/pkg/MESSAGE N ports/devel/hudson/files/hudson N ports/devel/hudson/files/README.OpenBSD No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/07/24 18:07:17 Modified files: devel : Makefile Log message: += hudson CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/07/24 18:07:59 Modified files: infrastructure/db: user.list Log message: += _hudson CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 18:42:34 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-mozilla_nsprpub_configure_in patch-mozilla_nsprpub_lib_tests_Makefile_in patch-mozilla_nsprpub_pr_src_misc_prdtoa_c patch-mozilla_nsprpub_pr_src_misc_prinit_c patch-mozilla_nsprpub_pr_src_misc_prnetdb_c devel/nspr/pkg : PLIST-main Added files: devel/nspr/patches: patch-mozilla_nsprpub_pr_tests_runtests_sh Removed files: devel/nspr/patches: patch-mozilla_nsprpub_pr_include_md__openbsd_cfg patch-mozilla_nsprpub_pr_include_md__openbsd_h patch-mozilla_nsprpub_pr_tests_runtests_ksh Log message: update to nspr-4.7.1. also needed by firefox 3.0 tested by many, both w/ mozilla 1.8 branch projects, and mozilla 1.9 "nspr and nss should go in" naddy@ ok kurt@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 18:47:00 Modified files: security/nss : Makefile distinfo security/nss/patches: patch-mozilla_security_coreconf_OpenBSD_mk patch-mozilla_security_nss_lib_freebl_unix_rand_c security/nss/pkg: PLIST Removed files: security/nss/pkg: PFRAG.shared Log message: update to nss-3.12. also needed by firefox 3.0 tested by many, both w/ mozilla 1.8 branch projects, and mozilla 1.9 "nspr and nss should go in" naddy@ ok kurt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/24 19:29:10 Modified files: distrib/sets/lists/base: md.alpha distrib/sets/lists/comp: md.alpha Log message: sync CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 19:52:55 Log message: import firefox3-3.0.1, intended as a replacement for mozilla-firefox, when we decide it's stable enough not linked to the builds yet. this version has the following fixes: - fix SQLITE_VERSION, NSS_VERSION - we've got our own library versioning, so remove versions and let dlopen do the job - fix the ssl psm bug. you can't just cast a char* to an int* and access through it - fix arm Makefiles, to catch the right invokes/stubs - fix arm, endianness issue (armel abi) - strict alignment fixes for sparc64 - update to accept standard dictionaries location, so that textproc/mozilla-dicts works again - fix to include the right dlfcn.h - remove eula - printing fix, which kurt@ has tracked down, and helped fixing tested by many, kili@, ian@, sthen@, jdixon@, reyk@, others... the way to handle update has been suggested by pval@ the package name has been discussed w/ kurt@ and naddy@ ok kurt@ and naddy@ Status: Vendor Tag: martynas Release Tags: martynas-20080725 N ports/www/firefox3/distinfo N ports/www/firefox3/Makefile N ports/www/firefox3/patches/patch-browser_app_mozilla_in N ports/www/firefox3/patches/patch-config_autoconf_mk_in N ports/www/firefox3/patches/patch-configure_in N ports/www/firefox3/patches/patch-content_xslt_public_txDouble_h N ports/www/firefox3/patches/patch-content_xslt_src_base_txDouble_cpp N ports/www/firefox3/patches/patch-gfx_src_thebes_Makefile_in N ports/www/firefox3/patches/patch-js_src_jsnum_h N ports/www/firefox3/patches/patch-js_src_xpconnect_shell_Makefile_in N ports/www/firefox3/patches/patch-browser_base_jar_mn N ports/www/firefox3/patches/patch-modules_libpr0n_decoders_icon_gtk_nsIconChannel_cpp N ports/www/firefox3/patches/patch-config_rules_mk N ports/www/firefox3/patches/patch-security_coreconf_OpenBSD_mk N ports/www/firefox3/patches/patch-security_manager_ssl_src_Makefile_in N ports/www/firefox3/patches/patch-security_manager_ssl_src_nsNSSComponent_cpp N ports/www/firefox3/patches/patch-toolkit_components_url-classifier_src_nsUrlClassifierDBService_cpp N ports/www/firefox3/patches/patch-toolkit_xre_nsNativeAppSupportUnix_cpp N ports/www/firefox3/patches/patch-toolkit_xre_nsXREDirProvider_cpp N ports/www/firefox3/patches/patch-widget_src_gtk2_nsBidiKeyboard_cpp N ports/www/firefox3/patches/patch-widget_src_gtk2_nsSound_cpp N ports/www/firefox3/patches/patch-accessible_src_atk_nsAppRootAccessible_cpp N ports/www/firefox3/patches/patch-xpcom_base_nsStackWalk_cpp N ports/www/firefox3/patches/patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in N ports/www/firefox3/patches/patch-xpcom_reflect_xptcall_src_md_unix_xptcinvoke_asm_ppc_openbsd_s N ports/www/firefox3/patches/patch-gfx_src_psshared_nsCUPSShim_cpp N ports/www/firefox3/patches/patch-browser_components_nsBrowserGlue_js N ports/www/firefox3/patches/patch-widget_src_gtk2_nsIdleServiceGTK_cpp N ports/www/firefox3/patches/patch-widget_src_gtk2_nsScreenManagerGtk_cpp N ports/www/firefox3/pkg/DESCR N ports/www/firefox3/pkg/MESSAGE N ports/www/firefox3/pkg/PLIST N ports/www/firefox3/files/README.OpenBSD N ports/www/firefox3/files/browserconfig.properties N ports/www/firefox3/files/firefox.desktop N ports/www/firefox3/files/mozilla-firefox.1 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/24 19:55:40 Modified files: www/firefox3/patches: patch-browser_app_mozilla_in Log message: merge the fix from claudio@, to honor MOZ_PLUGIN_PATH CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2008/07/24 21:23:33 Modified files: . : i386-laptop.html Log message: Update my laptop's entry CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/24 23:09:55 Modified files: usr.bin/awk : awk.1 Log message: repair .Pq use; Alan R. S. Bueno CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/07/25 00:56:36 Modified files: usr.bin/ssh : ssh_config Log message: Add VisualHostKey to example file, ok djm@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/07/25 01:05:16 Modified files: usr.bin/ssh : key.c Log message: In random art visualization, make sure to use the end marker only at the end. Initial diff by Dirk Loss, tweaks and ok djm@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/25 02:00:01 Modified files: lib/libc/arch/mips64/gen: Makefile.inc Removed files: lib/libc/arch/mips64/gen: isinf.S isnan.S Log message: fix apps that use isinff, isnanf; use ieee 754 mi code, as all other ieee fp archs do; pointed out by theo. tested by theo CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 02:03:15 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/pkg: PLIST Log message: @conflict firefox3-* bump pkgname CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 02:04:48 Modified files: www/firefox3 : Makefile www/firefox3/pkg: PLIST Log message: @conflict mozilla-firefox-* bump pkgname CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 02:05:36 Modified files: www/firefox3/pkg: PLIST Log message: pkgpath CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/25 02:08:20 Modified files: multimedia/avidemux: Makefile distinfo Log message: - bugfix update to avidemux-2.4.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/25 02:31:06 Modified files: x11/gnome/mag : Makefile distinfo x11/gnome/mag/patches: patch-docs_man_magnifier_1 patch-docs_reference_Makefile_in x11/gnome/mag/pkg: PLIST Log message: - update to version 0.15.0 - use SUBST_CMD CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/25 02:53:39 Modified files: sys/sys : mbuf.h Log message: shrink MINCLSIZE to MHLEN + 1 again for the release, we're not confident enough yet that all drivers handle this correctly. intended to be grown again after release. discussed with claudio, thib and theo CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/25 03:43:31 Modified files: inputmethods/anthy: Makefile inputmethods/libtomoe-gtk: Makefile inputmethods/tomoe: Makefile inputmethods/uim-tomoe-gtk: Makefile Log message: update MASTER_SITES. ajacoutot@ ok. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/25 05:12:35 Modified files: sys/dev/usb : uvideo.c Log message: Not all devices support GET_DEF, fall back on GET_CUR if so. Reported and tested kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/25 05:24:13 ports/x11/gnome/themes-extras/patches Update of /cvs/ports/x11/gnome/themes-extras/patches In directory cvs.openbsd.org:/tmp/cvs-serv2936/patches Log Message: Directory /cvs/ports/x11/gnome/themes-extras/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/25 05:25:13 Modified files: x11/gnome/themes-extras: Makefile Added files: x11/gnome/themes-extras/patches: patch-gtk-themes_Darklooks_gtk-2_0_gtkrc Log message: - add patch from upstream SVN to fix an issue with the Darklooks theme GNOME bugzilla #528322 issue brought to my attention by viq on silc CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/25 05:40:30 src/regress/sys/kern/flock Update of /cvs/src/regress/sys/kern/flock In directory cvs.openbsd.org:/tmp/cvs-serv16242/flock Log Message: Directory /cvs/src/regress/sys/kern/flock added to the repository CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/25 05:41:22 Added files: regress/sys/kern/flock: Makefile flock.c Log message: file advisory locking tests from FreeBSD. We fail to detect two deadlocks at the moment. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/25 05:57:53 Modified files: regress/sys/kern: Makefile Log message: flock CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/25 06:02:09 Modified files: sys/uvm : uvm_map.c Log message: some splassert paranoia. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/25 06:05:04 Modified files: sys/uvm : uvm_map.c Log message: Correct printing of the pg_flags for ddb. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/25 06:29:34 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: doc fix; from David Higgs CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2008/07/25 06:30:42 Modified files: faq : current.html Log message: fix build instructions: have to run make prereq to be able to build includes... and for that, you want obj everywhere. okay kettenis@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/25 06:51:10 Log message: Import webkit svn rev35249, based on an original work from James Turner (james at bsdgroup dot org), thanks ! Webkit is an open source web rendering engine. All our previous patches have been integrated upstream. Mark it BROKEN on sparc64 until https://bugs.webkit.org/show_bug.cgi?id=19775 is fixed. Not linked to the build yet, a little bit of testing is still needed with latest libc/libm change. Thanks to all who already tested ! ok jdixon@ laurent@ 'import it' robert@ espie@ Status: Vendor Tag: landry Release Tags: landry_20080725 N ports/www/webkit/distinfo N ports/www/webkit/Makefile N ports/www/webkit/patches/patch-JavaScriptCore_GNUmakefile_am N ports/www/webkit/pkg/PLIST N ports/www/webkit/pkg/PFRAG.shared N ports/www/webkit/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/25 06:54:33 Log message: Import midori 0.0.18, a gtk2 web browser using webkit rendering engine. Based on an original submission from James Turner (james at bsdgroup dot org), who prodded me to take maintainership, Thanks ! Not linked to the build yet. ok jdixon@ laurent@ 'import it!' robert@ espie@ Status: Vendor Tag: landry Release Tags: landry_20080725 N ports/www/midori/distinfo N ports/www/midori/Makefile N ports/www/midori/pkg/PLIST N ports/www/midori/pkg/DESCR N ports/www/midori/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/25 07:42:57 Modified files: devel/gconf2 : Makefile devel/gconf2/patches: patch-gconf_Makefile_in devel/gconf2/pkg: PLIST Removed files: devel/gconf2/patches: patch-gconf_gconftool_c Log message: - fix GCONF_ETCDIR before this change it wasn't possible to add mandatory settings without tweaking gconf - while here, rework the way we build this port so we can drop some patching CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/25 08:01:48 Log message: extra squeak image for demonstrations Status: Vendor Tag: espie Release Tags: squeak N ports/lang/squeak/funsqueak/Makefile N ports/lang/squeak/funsqueak/distinfo N ports/lang/squeak/funsqueak/pkg/PLIST N ports/lang/squeak/funsqueak/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/25 08:02:48 Modified files: lang/squeak : Makefile lang/squeak/image: Makefile Log message: +funsqueak, make normal image depend on vm as well (better dependency model) CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/25 08:07:05 Modified files: gnu/lib/libstdc++/libstdc++/include/c_std: std_cmath.h Log message: don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that we can use these functions in C++. ok millert@. also looked over by espie@, fgsch@. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 08:12:56 Modified files: x11/xplanet : Makefile Removed files: x11/xplanet/patches: patch-ProjectionIcosagnomonic_cpp Log message: this is not needed, now that we have signbit. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/25 08:20:18 Modified files: multimedia/libtheora/patches: patch-doc_Makefile_in patch-examples_Makefile_in multimedia/libtheora/pkg: PFRAG.shared PLIST Removed files: multimedia/libtheora/patches: patch-examples_dump_video_c Log message: Upgrade to libtheora 1.0beta3. Also remove previous MAINTAINER (timeout). ok jakemsr@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/25 08:20:50 Added files: multimedia/libtheora/patches: patch-configure patch-doc_spec_Makefile_in Log message: Upgrade to libtheora 1.0beta3. Also remove previous MAINTAINER (timeout). ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/25 08:37:09 Modified files: lib/libssl/crypto: shlib_version Log message: i have to crank this for a ridiculous reason, to save me about 4 hours of work CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/25 08:38:34 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.socppc md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/25 08:51:57 Modified files: www/webkit : Makefile Log message: s/PREFIX/LOCALBASE/g in pre-configure target, and remove unneeded SETENV. prodded by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/25 08:53:38 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Switch to a temporary stack early on such that we don't lose if the stack provided by the PROM gets flushed out of the TLB before we install our own trap table. Makes RAMDISK kernels work on T2 systems. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/07/25 08:54:38 Modified files: . : sparc64.html Log message: UltraSPARC T2 systems are supported now. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/07/25 08:56:47 Modified files: sys/nfs : nfs_bio.c nfs_vnops.c Log message: much more correct way of dealing with nfs pending reads/writes ok thib@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2008/07/25 09:01:33 Modified files: sys/arch/amd64/amd64: gdt.c Log message: In gdt_grow, always map the gdt on the secondary cpus too. This far we depended on the pageability of the kernel_map to map them which worked most of the time, until we hit the most improbable case - when cpu_switchto wanted to fault in the missing gdt page, which at this moment is Verboten. kettenis@ ok CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/25 09:07:55 Modified files: www/webkit : Makefile Log message: Really fix pre-configure target, no cookie for me. CC=path/to/cc is not needed because ports infrastructure picks cc in ${WRKSRC}/bin when using gcc4 MODULE. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/25 09:11:57 ports/converters/wv2/patches Update of /cvs/ports/converters/wv2/patches In directory cvs.openbsd.org:/tmp/cvs-serv13905/patches Log Message: Directory /cvs/ports/converters/wv2/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/25 09:16:34 Modified files: converters/wv2 : Makefile Added files: converters/wv2/patches: patch-configure Log message: Fix build following isnan() change from a function to a macro. From pkgsrc. ok martynas@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/25 09:19:10 Modified files: www/midori : Makefile Log message: Fix WANTLIB and bump PKGNAME, spotted by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 10:08:35 Modified files: x11/kde4/libs : Makefile Removed files: x11/kde4/libs/patches: patch-kjs_JSImmediate_h Log message: libc has signbit. tested by, and ok sthen@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/25 10:18:54 Modified files: share/man/man4 : ral.4 Log message: document RT2700 (tested by bernd@) and try documenting WPA support. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/07/25 11:11:31 Modified files: textproc/p5-Pod-Spell: Makefile Log message: typo in MAINTAINER e-mail address. Bump PKGNAME. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/25 11:20:27 Modified files: sys/dev/usb : uvideo.c Log message: After our recent changes, VIDIOC_S_FMT didn't always return the correct maximum image size. Fix it. Makes read(2) method work again. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 11:41:06 Modified files: www/firefox3 : Makefile www/firefox3/files: README.OpenBSD www/seamonkey : Makefile www/seamonkey/files: README.OpenBSD mail/mozilla-thunderbird: Makefile mail/mozilla-thunderbird/files: README.OpenBSD www/mozilla-firefox: Makefile www/mozilla-firefox/files: README.OpenBSD Log message: document the new MOZ_PLUGIN_PATH behavior, bump pkgnames pointed out, and looks good to landry@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/25 11:43:44 Modified files: sbin/pfctl : pfctl_altq.c Log message: don't redefine INFINITY -- math.h defines it now pointed out by, and ok david@, go ahead henning@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/07/25 12:10:24 Modified files: net/p5-RPC-XML : Makefile Log message: Add p5-Net-Server to REGRESS_DEPENDS. ok MAINTAINER (Sean Comeau) and "same diff" simon@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 12:15:08 Modified files: www : Makefile Log message: link firefox3 to the builds idea supported by many, kurt@, naddy@, henning@, brad@, marco@, merdely@, landry@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/25 12:41:16 Modified files: share/man/man4 : ipw.4 iwi.4 uath.4 ueagle.4 Log message: link to updated firmware packages that remove the obsolete @ignore directive. firmware itself does not change. requested by brad@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/25 13:02:26 Modified files: databases/sqlite3: Makefile Log message: depends on libm __isnan -> major bump -> package bump CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/25 13:32:21 Modified files: lang/python/2.5: Makefile Log message: bump libpython2.5 and PKGNAME for isinf() ok espie CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/25 13:37:16 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Work around a problem on the t5120 where top(1) would lock up the system for several minutes by making pmap_resident_count() return 0 for the kernel pmap. discussed with miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/25 13:38:46 Modified files: lang/python/2.4: Makefile Log message: bump libpython2.4 and PKGNAME for isinf() CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2008/07/25 13:39:40 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: Mention @bin plist element, ok espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/25 14:09:05 Modified files: share/man/man4 : ueagle.4 Log message: groff does not like ultra-long lines without whitespace, since it cannot format them properly; thus i've replaced the .Pa markup on the very lengthy URL with an unfilled display. this also has the benefit of not splitting the URL with a hyphen; CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/25 14:12:02 Modified files: net/irssi : Makefile Log message: Remove extra / from MASTER_SITES making fetch happier. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/25 14:25:59 Modified files: x11/kde/libs3 : Makefile x11/kde4/libs : Makefile devel/apr : Makefile databases/mysql: Makefile graphics/ffmpeg: Makefile textproc/libxml: Makefile audio/faad : Makefile misc/gpsd : Makefile lang/ruby : Makefile x11/qt3 : Makefile converters/wv2 : Makefile multimedia/x264: Makefile lang/kaffe : Makefile Log message: shared library and PKGNAME bumps due to use of isinf/isnan/nan following libc/libm changes CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/07/25 14:28:03 Modified files: x11/kde/base3 : Makefile x11/kde/base3/pkg: PLIST-main Log message: Bring back @exec genkdmconf. "Looks good" espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/25 14:36:16 Modified files: share/man/man4 : ral.4 Log message: tweak the rt2700 stuff; ok damien CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 14:44:23 Modified files: games/alephone/alephone: Makefile games/alephone/alephone/patches: patch-Makefile_in patch-Source_Files_Misc_preferences_cpp Log message: libm now has exp2. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 14:48:13 Modified files: graphics/inkscape: Makefile Removed files: graphics/inkscape/patches: patch-src_2geom_isnan_h patch-src_isnan_h patch-src_isnormal_h Log message: math.h has macros for isinf, isnan, isnormal, isfinite. remove teh patches, it will just work. ok sthen@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/25 14:49:23 Modified files: share/man/man4 : ral.4 Log message: add a note in the CAVEATS section about the hardware crypto engine not being used on the RT2500, RT2501 and RT2600 chipset. + Xr wpa-psk(8) as pointed out by jmc@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 14:50:26 Modified files: lang/gcc/3.3 : Makefile lang/gcc/3.3/patches: patch-gcc_Makefile_in patch-gcc_builtins_c patch-gcc_c-common_c patch-gcc_c-common_h patch-gcc_c-format_c patch-gcc_c-opts_c patch-gcc_config_gcc patch-gcc_config_sparc_openbsd_h patch-gcc_cp_g++spec_c patch-gcc_cp_typeck_c patch-gcc_fold-const_c patch-gcc_mklibgcc_in patch-gcc_testsuite_g++_old-deja_old-deja_exp patch-gcc_toplev_c patch-gcc_tree_h patch-libffi_configure_in patch-libjava_java_lang_natRuntime_cc patch-libobjc_Makefile_in Added files: lang/gcc/3.3/patches: patch-libstdc++-v3_include_c_std_std_cmath_h Log message: adapt the C++ fix for C99 math functions, and bump c++ pkgname: don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that we can use these functions in C++. espie@ agrees CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/07/25 14:51:56 Modified files: sys/arch/alpha/include: vmparam.h Log message: The PIE address range defaults are too big for alpha and can land on or above the stack. Fix by mapping PIE into the first quarter of the address space before stack. "will do for now" miod@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 14:52:50 Modified files: games/wormux : Makefile Removed files: games/wormux/patches: patch-src_map_ground_cpp patch-src_tool_isnan_h Log message: there are proper isnan, isinf, NAN definitions, so this will just work. ok sthen@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/25 14:54:49 Modified files: share/man/man4 : ral.4 Log message: missing .Pp CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/25 15:11:15 Modified files: sys/arch/alpha/eisa: eisa_machdep.c eisa_machdep.h sys/arch/alpha/pci: sio.c Log message: Improve eisa bus probe by deciding the number of logical eisa slots from the motherboard eisa id, instead of using a ``one size fits all'' value which is too large on more than half the eisa-capable alpha designs. The id -> slot # logic is based on the alpha ECU configuration files, so we should not perform worse than ECU itself (and see all slots ECU sees too). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/25 15:25:25 Modified files: sys/arch/alpha/include: vmparam.h sys/arch/m68k/include: vmparam.h sys/arch/mips64/include: vmparam.h Log message: phyio -> physio CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/07/25 16:01:17 Modified files: net/samba : Makefile distinfo net/samba/pkg : PLIST-docs Log message: Update to Samba 3.0.31; A bug fix release. ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/25 16:19:01 Modified files: graphics/dcraw : distinfo Log message: Upstream has rerolled the distfile, pointed out by fgsch. It adds a translation (we don't use them anyway), and changes an install script (which we also don't use), so there's no change to the package, hence no bump. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/25 16:59:52 Modified files: graphics/l2p : distinfo Log message: Upstream distfile has been rebuilt. Unpacked contents identical to before (diffed and double-checked with hashes). Pointed out by fgsch@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 17:07:09 Modified files: geo/qlandkarte : Makefile Removed files: geo/qlandkarte/patches: patch-src_IProjection_cpp Log message: remove really bad hack. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/25 17:09:44 Modified files: x11/kde/utils3 : Makefile Removed files: x11/kde/utils3/patches: patch-kcalc_knumber_knumber_priv_h Log message: proper NAN definition is now in math.h. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/25 17:32:12 Modified files: x11/emiclock : Makefile Log message: update MASTER_SITE to something that resolves. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/25 18:47:27 Modified files: share/man/man4 : bnx.4 Log message: Update for the fibre support. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/25 18:51:38 Modified files: share/man/man4 : nge.4 bge.4 Log message: Pull out some mostly useless info from these pages. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/25 18:58:43 Modified files: share/man/man4 : nge.4 Log message: slight wording tweak to make the media selection entry consistent with the entry further down. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/25 19:11:30 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: kill trailing whitespace; CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/25 19:11:36 Modified files: share/man/man4 : bge.4 Log message: Also mention half-duplex for 1000baseT. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/25 19:12:58 Modified files: share/man/man4 : ral.4 Log message: no .Pp before/after .Sh; CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/25 19:25:08 Modified files: share/man/man4 : bnx.4 Log message: Only full-dupex is supported for 1000baseT. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2008/07/25 21:27:20 Modified files: devel/p5-IPC-Run3: Makefile distinfo Log message: update to 0.040 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2008/07/25 21:29:38 Modified files: www/p5-PodToHTML: Makefile distinfo www/p5-PodToHTML/pkg: PLIST Log message: update to 0.07 ok merdely@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/07/25 21:59:41 Modified files: distrib/sets/lists/base: md.vax distrib/sets/lists/comp: md.vax Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/25 22:39:51 Modified files: sys/scsi : cd.c Log message: deivce -> device typo fix in comment. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/07/26 03:48:00 Modified files: usr.bin/locate/locate: fastfind.c locate.1 locate.c Log message: Add -b switch for matching on the last part of the path only. ok landry@, otto liked the idea and the original diff, ``do it'' deraadt@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/26 03:56:36 Modified files: mail/offlineimap: Makefile distinfo mail/offlineimap/pkg: PLIST Removed files: mail/offlineimap/pkg: MESSAGE Log message: Update to offlineimap-6.0.0. test & ok phessler@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/26 04:05:07 Modified files: textproc/ruby-erubis: Makefile distinfo textproc/ruby-erubis/pkg: PLIST Log message: Update to ruby-erubis-2.6.2. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/26 04:25:04 Modified files: regress/sys/kern/unalign: unalign.c Log message: Make sure the test array is 64 bit aligned, this now makes sparc fail this test. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/26 04:33:28 Modified files: www/ruby-rails : Makefile Log message: Remove dependency on sqlite3 which accidentally sneaked in. Bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 04:34:01 Modified files: www/drupal5/core: Makefile distinfo www/drupal5/core/patches: patch-includes_common_inc patch-modules_user_user_module Log message: minor update to 5.9 (session fix was missed was 5.8) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/26 04:39:30 Modified files: x11/gnome/ekiga: Makefile x11/gnome/ekiga/pkg: MESSAGE Log message: - make it clear gconfd-2 must be restarted as a regular user (not as root!) CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2008/07/26 04:51:16 Modified files: security/p5-Net_SSLeay: Makefile distinfo security/p5-Net_SSLeay/pkg: PLIST Removed files: security/p5-Net_SSLeay/patches: patch-Makefile_PL patch-t_handle_external_10_destroy_t patch-t_handle_external_50_external_t Log message: - update to p5-Net-SSLeay 1.34 - take maintainership ok sturm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/26 04:57:09 Modified files: usr.bin/locate/locate: locate.1 locate.c Log message: add -b to SYNOPSIS and usage(); CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 04:59:20 Modified files: infrastructure/mk: bsd.port.mk pkgpath.mk Log message: new "convenience target": update-or-install (all) Basically, make update without the tests that prevent it from running when stuff is not installed yet. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/26 05:03:00 Modified files: devel/ruby-tzinfo: Makefile distinfo devel/ruby-tzinfo/pkg: PLIST Log message: Update to ruby-tzinfo-0.3.9 and enable regress tests. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/07/26 05:05:32 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document update-or-install CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/26 05:13:03 Modified files: converters/ruby-json: Makefile distinfo Log message: Update to ruby-json-1.1.3. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 05:14:07 Modified files: infrastructure/mk: bsd.port.mk Log message: INSTALL/DEINSTALL are completely obsolete now (been deprecated for over a year) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 05:16:04 Modified files: infrastructure/mk: bsd.port.mk Log message: _FMN is a terrible acronym CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 05:22:59 Modified files: infrastructure/mk: bsd.port.mk Log message: INSTALL/DEINSTALL obsolete for multi-packages as well CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/07/26 05:31:04 Modified files: share/man/man5 : bsd.port.mk.5 Log message: note that fetch hooks are a real bad idea CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/26 05:42:43 Modified files: sys/dev : video.c sys/dev/usb : uvideo.c uvideo.h Log message: Since we are able to change the device image resolution on the fly in the meantime, the memory allocation for the read(2) method for video(4) is not right anymore, and can cause a buffer overflow. We fix this by queuering the maximum available image size for a device at attach time. If the image size should exceed our video(4) buffer after a video format change (which shouldn't happen), uvideo(4) will gracefully fail. Also tested by kettenis@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/26 05:49:02 Modified files: math/cfitsio : distinfo Log message: Upstream distfile has been rebuilt. Unpacked contents identical to before (diffed and double-checked with hashes). Confirmed and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/26 05:55:56 Modified files: devel/ruby-mocha: Makefile distinfo devel/ruby-mocha/pkg: PLIST Log message: Update to ruby-mocha-0.9.0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/07/26 06:02:14 Modified files: textproc/ruby-rubigen: Makefile distinfo Log message: Update to ruby-rubigen-1.3.2. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 06:23:43 Modified files: infrastructure/mk: bsd.port.mk Log message: new update-or-install target needs to have dependent subpackages built as well. Incidentally, this is also an issue with update: in some cases, the update target wouldn't work (specifically, when dependencies had changed). Fix it as well. There might be a need to revisit the DEPENDS_TARGET stuff later, this is a bit of a kludge... CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/26 06:36:15 Modified files: sys/net80211 : ieee80211_crypto_tkip.c Log message: call Phase1 every 2**16 frames instead of calling it for every frame. properly handle frames with an address 4 field (required for future work). remove useless #includes. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 06:40:30 Modified files: www/drupal5/admin-menu: Makefile distinfo www/drupal5/admin-menu/pkg: PLIST Log message: update to new version with much better faq CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/26 06:41:34 Modified files: sys/net80211 : ieee80211_crypto_ccmp.c Log message: properly handle management frames (required for future work). remove useless #includes. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/26 06:42:57 Modified files: sys/net80211 : ieee80211_crypto_wep.c Log message: remove useless #includes. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 06:48:14 Modified files: www/drupal5/taxonomy_manager: Makefile distinfo www/drupal5/taxonomy_manager/patches: patch-taxonomy_manager_module www/drupal5/taxonomy_manager/pkg: PLIST Log message: minor update CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/26 06:56:06 Modified files: sys/net80211 : ieee80211_proto.c Log message: shrink ieee80211_set_link_state(). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 07:35:33 Modified files: www/drupal5/masquerade: Makefile distinfo www/drupal5/masquerade/patches: patch-masquerade_module www/drupal5/masquerade/pkg: PLIST Log message: update to 1.2, saner error handling. still need alt_login patch for integration ;( CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 08:11:21 Log message: workflow module for drupal allows state transitions for nodes. Status: Vendor Tag: espie Release Tags: workflow N ports/www/drupal5/workflow/Makefile N ports/www/drupal5/workflow/distinfo N ports/www/drupal5/workflow/pkg/PLIST N ports/www/drupal5/workflow/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 08:12:00 Modified files: www/drupal5 : Makefile Log message: +workflow CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/26 08:14:52 Modified files: www/drupal5/webform: Makefile distinfo Log message: minor update CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/26 08:52:02 Modified files: www/firefox3 : Makefile www/firefox3/pkg: DESCR Log message: Firefox 2 -> Firefox 3. Bryan Linton CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/26 08:59:45 Modified files: math/R : Makefile math/R/patches : patch-configure patch-src_main_connections_c Added files: math/R/patches : patch-src_nmath_dnbeta_c Log message: we don't yet have extended-precision version of isfinite, this is what will be added post-release for now __isinf will do, relying on the ieee 754 fact that long infinity assigned to double infinity will be infinity XXX: remove post-release ok sthen@ CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2008/07/26 10:20:17 Modified files: share/man/man4 : uvideo.4 Log message: Add M$ NX-6000 cam, ok mglocker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/26 10:23:32 Modified files: www/mozilla-firefox: Makefile www/mozilla-firefox/files: README.OpenBSD www/firefox3 : Makefile www/firefox3/files: README.OpenBSD Log message: - s/PREFIX/LOCALBASE ok martynas@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/07/26 12:55:31 Modified files: sys/scsi : scsi_base.c Log message: Silence scsi_inquire_vpd() so devices that don't understand the necessary INQUIRY options don't spam dmesg during probe. Seen by miod@ and kettenis@ for SCSI CD's. ok miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/26 13:46:56 Modified files: gnu/egcs/gcc : fold-const.c Log message: Recognize an explicit + sign in exponent of hex float constants, needed to compile current libm. ok martynas@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2008/07/26 17:22:29 Modified files: mail/swaks : Makefile Log message: There are no regression tests for swaks. ok simon CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/07/26 18:05:25 Modified files: print/gutenprint: Makefile print/gutenprint/pkg: PLIST-gimp PLIST-main Removed files: print/gutenprint/pkg: DESCR-cups PLIST-cups Log message: * kill the -cups subpackage, it's redundant and leads to a circular dependency with ghostscript/cups. * add @bin markers while here requested by and help from kili@, ajacoutot@ agrees with the idea CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/26 18:50:52 Modified files: www/ap2-mod_perl/pkg: PLIST Log message: regen plist to unbreak packaging noticed by sthen@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/26 20:03:12 Modified files: devel/p5-AnyEvent: Makefile distinfo devel/p5-AnyEvent/pkg: PLIST Log message: update to 4.22 based on an earlier update from Jim Razmus ok simon@ merdely@ CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/07/27 01:06:42 Modified files: share/man/man3 : queue.3 Log message: Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right. ok jaredy CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/07/27 04:06:10 Modified files: usr.sbin/inetd : inetd.c Log message: Use __progname instead of hand rolled version using argv[0]. Diff from Gleydson Soares gsoares at gmail dot com OK millert@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/27 04:16:05 Modified files: net/p5-Net-FTP-Recursive: Makefile distinfo Log message: update to 2.02. maintainer ok. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/27 04:24:27 Modified files: share/man/man5 : bsd.port.mk.5 Log message: bad comma; CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/07/27 04:25:01 Modified files: mail/dkim-milter: Makefile distinfo Log message: DKIM Milter v2.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/27 04:47:53 Modified files: devel/apr-util : Makefile Log message: apr-utils hardcodes LIB_DEPENDS on devel/apr major version, fix this following apr bump. Pointed out by ckuethe, thanks! ok martynas@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 04:58:47 Modified files: www/p5-Catalyst-Plugin-ConfigLoader: Makefile distinfo Log message: update to version 0.20, removes support for old config keys 'file' and 'config_local_suffix' (deprecated since version 0.16) CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 05:00:48 Modified files: www/p5-CGI-Simple: Makefile distinfo Log message: maintenance update to version 1.105 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 05:02:20 Modified files: www/p5-Catalyst-Action-RenderView: Makefile distinfo Log message: maintenance update to version 0.08 CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/07/27 05:28:17 Modified files: sys/dev/ic : malo.c Log message: fix a typo in a comment. ok mglocker CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/07/27 05:34:18 Modified files: net/pcapmerge : Makefile Log message: change MASTER_SITES and remove HOMEPAGE as the site is gone. bump package. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/27 07:02:38 Modified files: sys/dev/pcmcia : if_malo.c share/man/man4 : malo.4 Log message: Some devices take longer to load the firmware. Increase the firmware load timeout from 50000us to 500000us. Reported and tested by William Dunand with an I-O DATA WN-G54/CF device. Since this device works now, we add it to the man page. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/27 07:15:31 Modified files: usr.bin/compress: compress.h main.c Log message: an enum specifier is more elegant than a set of #defines; storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok pyr@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/27 08:15:42 Modified files: sys/net80211 : ieee80211.h Log message: remove unused structures and duplicated definitions. remove clause 3 of license while I'm here (from FreeBSD). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/27 08:21:15 Modified files: sys/net80211 : ieee80211.c ieee80211_amrr.c ieee80211_input.c ieee80211_node.c ieee80211_output.c ieee80211_pae_input.c ieee80211_pae_output.c ieee80211_priv.h ieee80211_proto.c Log message: s/IEEE80211_DPRINTF/DPRINTF/ automatically prepend __func__ to output. deobfuscates debug messages a bit. no binary change unless compiled with IEEE80211_DEBUG. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/07/27 08:39:14 Modified files: faq : current.html Log message: Sam Smith suggested pointing out using a snapshot is easier. I thought, "Eh, that's already covered at the top of the page". Then I had to do it, first on a not fast machine, and now on a truly glacial machine...so yes, a reminder is in order... CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2008/07/27 10:33:51 Modified files: . : amd64.html i386.html macppc.html sparc64.html Log message: +I-O DATA WN-G54/CF to the malo(4) list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/27 10:36:09 Modified files: distrib/notes/amd64: hardware distrib/notes/i386: hardware distrib/notes/macppc: hardware distrib/notes/sparc64: hardware Log message: +I-O DATA WN-G54/CF to the malo(4) list; CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 11:03:30 Modified files: net/p5-Validate-Net: Makefile distinfo Log message: maintenance update to version 0.6 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 11:07:42 Modified files: mail/p5-Email-MIME: Makefile distinfo Log message: update to version 1.861, previous maintainer agrees and drops it, thus i'm taking over maintainership CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/07/27 11:13:47 Modified files: faq/pf : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html options.html pools.html queueing.html shortcuts.html tables.html Log message: PF updates for 4.3..which got missed a few times. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 11:22:17 Modified files: graphics/p5-GD-SecurityImage: Makefile distinfo Log message: maintenance update to version 1.66 and replace spaces with tabs CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 11:44:03 Modified files: textproc/p5-Text-Aspell: Makefile distinfo Log message: maintenance update to version 0.09 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 11:59:35 Modified files: www/p5-Catalyst-Devel: Makefile distinfo Log message: update to version 1.08, please note that new applications will use apache like config files instead of yaml per default CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 12:05:04 Modified files: textproc/p5-Catalyst-Plugin-Unicode: Makefile distinfo textproc/p5-Catalyst-Plugin-Unicode/pkg: PLIST Log message: update to version 0.8 and add missing dependencies feedback & ok okan@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/27 12:24:01 Modified files: sys/net80211 : ieee80211_input.c ieee80211_node.h ieee80211_var.h Log message: sanitize RX path a bit. make sure drivers pass a contiguous header, check header length earlier. fix checking of frames sequence number for frames containing an Address 4 field (required for future work). fix processing of control frames (only pspoll for now). CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 12:25:25 Modified files: math/p5-Chart-Math-Axis: Makefile distinfo Log message: maintenance update to version 1.05 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/27 14:33:23 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Increase the size of the TSB on large memory machines. This make building a kernel 10-15% faster on the t1k. Don't do this for SMALL_KERNEL though, otherwise the 4MB locked mapping for the data segment will be too small to include a ramdisk. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/27 14:46:22 Modified files: textproc/p5-Text-Markdown: Makefile distinfo Log message: maintenance update to 1.0.21 ok simon@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/27 15:14:31 Modified files: share/man/man4 : options.4 Log message: document COMPAT_O43; requested by Oleg Safiullin text from otto CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/27 15:29:57 Log message: import ladvd, from maintainer Paul de Weerd. LADVD uses CDP / LLDP frames to inform switches about connected hosts, which simplifies ethernet switch management. It does this by creating the required payloads and descriptors on startup and then switching to a non-privileged user for the remaining runtime. Status: Vendor Tag: sthen Release Tags: weerd_20080727 N ports/net/ladvd/distinfo N ports/net/ladvd/Makefile N ports/net/ladvd/pkg/DESCR N ports/net/ladvd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/27 15:30:05 Modified files: infrastructure/db: user.list Log message: add _ladvd for net/ladvd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/27 15:32:28 Modified files: net : Makefile Log message: +ladvd CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/27 15:44:59 Modified files: databases/qt3-sqlite3-plugin: Makefile inputmethods/uim: Makefile security/qca-tls: Makefile x11/qt3 : Makefile qt3.port.mk Log message: - fix missed adjustment in qt3.port.mk to handle shared_lib bump; this change requires bumping other ports which use it. pointed out by naddy, thanks! - add a comment in Makefile to warn others not to do the same. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 16:39:11 Modified files: converters/p5-JSON-XS: Makefile distinfo Log message: maintenance update to version 2.2222 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 16:42:41 Modified files: databases/p5-DBD-Mock: Makefile distinfo Log message: update to version 1.37 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 16:55:38 Modified files: devel/p5-Array-Window: Makefile distinfo Log message: maintenance update to version 1.02 and replace spaces with tabs while here CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/27 17:00:10 Modified files: devel/p5-Class-Handle: Makefile distinfo Log message: maintenance update to version 1.07, replace spaces with tabs and enable pod tests CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/27 19:54:46 Modified files: sys/dev/pci : pcidevs Log message: 3 plx devices found on Sun T2 systems CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/27 19:54:50 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/07/27 22:56:38 Modified files: lib/libc/stdlib: malloc.c Log message: Almost complete rewrite of malloc, to have a more efficient data structure of tracking pages returned by mmap(). Lots of testing by lots of people, thanks to you all. ok djm@ (for a slighly earlier version) deraadt@ CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/07/28 00:13:22 Modified files: sys/kern : tty.c Log message: Fix integer truncation in ttwrite(). ok deraadt, miod. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/28 01:32:47 Modified files: textproc/intltool: Makefile distinfo Log message: - update to intltool-0.40.3 version 0.40.1 was successfully tested in a bulk build by bernd@, thanks! this new version fixes some small bugs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/28 02:27:32 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/pkg: PLIST Log message: - mnemosyne 1.1 More features were added for plugin writers. Many scheduler improvements were made. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/28 02:29:50 Modified files: sys/conf : GENERIC Log message: reinstate a comment whacked in -r1.138; ok deraadt CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/28 03:58:24 Modified files: sys/dev/pci : pcidevs Log message: new atheros PCI Ids for the ar9k chipsets, change AR5418 to be AR5416 PCIE. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/28 04:02:32 Modified files: sys/dev/ic : ar5xxx.c sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/07/28 04:20:32 Modified files: archivers/p5-Archive-Tar: Makefile distinfo Log message: security update to version 1.38 ok kevlo@ (maintainer) CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/28 04:38:05 Modified files: sys/net80211 : ieee80211_input.c Log message: missing "goto err". fix IEEE80211_DEBUG builds. CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/07/28 04:42:12 Modified files: share/man/man4 : umsm.4 sys/dev/usb : umsm.c Log message: add another 3G modems support to umsm(4). - Option GlobeSuffer ICON7.2 - Option GlobeTrotter HSDPA ICON 225 These modems require special request to change its mode to modem. It is similar with huawei E220, but these modems using UMASS standard query to change mode. tested by pyr@ and ajacoutot@ ok jsg@ and pyr@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/07/28 05:44:17 Modified files: misc/shared-mime-info: Makefile misc/shared-mime-info/pkg: PLIST Log message: - fix package deletion/update by adding a no checksum marker from Mikolaj Kucharski CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/07/28 07:09:44 Modified files: mail/postfix/stable: Makefile distinfo Log message: Postfix 2.5.3 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/07/28 07:25:10 Modified files: sys/net : route.c Log message: Fix the tracking of RTF_MPATH. Until now the magic happend on the first route and not on the routes with the right prio. So pick up the correct route by calling rn_mpath_prio() first. OK henning@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/07/28 07:34:18 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: postfix snapshot 2.6-20080726 CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/28 07:35:14 Modified files: sys/nfs : nfs_vfsops.c Log message: dont stuff nfs mount point flags into the statfs f_flags member, its wrong. But this was harmless anyway since sys_statfs() sets this field corrently after calling VFS_STATFS(); ok pedro@, blambert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/07/28 08:15:19 Modified files: sys/dev/pci : pcidevs Log message: Add devices from submitted dmesgs and some VX800 bits. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/07/28 08:16:19 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/07/28 08:17:00 Modified files: lib/csu/amd64 : Makefile lib/csu/i386 : Makefile lib/csu/powerpc: Makefile lib/csu/sparc64: Makefile Log message: Remove separate pic versions of crt0, crtbegin, crtend. Next release we are taking a different approach. Idea from kettenis@. okay kettenis@ weingart@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/28 08:21:17 Modified files: sys/kern : vfs_syscalls.c Log message: remove an #if noyet block that will never be needed. softupdates are reported too statfs via the mount point flags or the mount_info part of statfs; ok pedro@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/07/28 09:42:07 Modified files: usr.sbin/inetd : inetd.c Log message: Do not use __progname in inetd as it is not portable. Instead hardcode it to "inetd" in the few locations that print out the program name. requested and OK deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/28 10:03:48 Modified files: sys/dev/pci : pcidevs Log message: Name PLX PEX devices a bit more consistently, and keep them sorted in numerical order. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/28 10:04:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/28 10:22:11 Modified files: usr.sbin/ypset : ypset.c Log message: some cleanup; Gleydson Soares CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/28 10:27:39 Modified files: lib/libc/gen : getgrent.3 getgrouplist.3 share/man/man5 : group.5 Log message: document which functions use which YP maps; Ingo Schwarze CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/28 10:53:18 Modified files: sys/dev/pci : pcidevs Log message: revert AR5416 PCIE to AR5418, the product description is clear about it while atheros' driver says something wrong (even if it is technically correct). also rename AR9280 PCIE to AR9281 (guessed). triggered by kettenis@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/28 10:56:06 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h sys/dev/ic : ar5xxx.c Log message: sync CVSROOT: /cvs Module name: www Changes by: wcmaier@cvs.openbsd.org 2008/07/28 11:13:02 Modified files: faq/pf : options.html Log message: Remove mention of the 'group-bound' state-policy (dead since 2005). Pointed out by huslu on IRC; thanks! 'ok...' nick@, 'go ahead' henning@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/28 11:49:38 Modified files: sys/arch/m88k/m88k: eh_common.S m88110_mmu.S Log message: According to the manual, delay slot kill the benefits of being superscalar, so don't use any in the 88110-specific parts of locore. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/28 11:50:11 Modified files: sys/arch/m88k/include: psl.h sys/arch/m88k/m88k: process_machdep.c sig_machdep.c Log message: In process_write_regs() and sigreturn(), be more strict about the bits userland is allowed to change in psr. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/28 11:57:25 Modified files: sys/arch/m88k/m88k: db_interface.c Log message: Remove dead code. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/28 11:57:49 Modified files: distrib/sets/lists/comp: md.amd64 md.i386 md.macppc md.sparc64 Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/07/28 12:19:57 Modified files: share/zoneinfo/datfiles: africa asia europe leapseconds Log message: Update to tzdata2008e from elsie.nci.nih.gov CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/07/28 12:22:24 Modified files: lib/libc/time : tz-link.htm Log message: Update to tzcode2008e from elsie.nci.nih.gov CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/07/28 12:40:33 Modified files: build : support.dat Log message: Add Balius, Inc., New York. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/28 12:48:26 Modified files: sys/arch/mips64/mips64: process_machdep.c Log message: In addition to cop0 sr, prevent cop0 ic from being modified in process_write_regs(). CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/07/28 12:48:45 Modified files: build : support.dat Log message: Fix one entry. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/28 12:50:59 Modified files: sys/arch/sgi/xbow: devlist2h.awk xbridge.c xheart.c xhub.c Log message: Put XBOW in the generated constants, not PCI... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/28 12:51:11 Modified files: sys/arch/sgi/xbow: xbowdevs.h xbowdevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/07/28 12:51:11 Modified files: . : support.html Log message: sync with build/support.dat. Please note that you must not edit and commit this file directly. It is generated from support.dat. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/28 13:08:47 Modified files: sys/arch/alpha/alpha: locore.s sys/arch/amd64/amd64: locore.S sys/arch/arm/arm: cpuswitch.S sys/arch/hppa/hppa: locore.S sys/arch/hppa64/hppa64: locore.S sys/arch/i386/i386: locore.s sys/arch/macppc/macppc: locore.S sys/arch/mips64/mips64: context.S sys/arch/mvmeppc/mvmeppc: locore.S sys/arch/socppc/socppc: locore.S sys/arch/solbourne/solbourne: locore.s sys/arch/sparc/sparc: locore.s sys/arch/sparc64/sparc64: locore.s Log message: No longer clear ci_want_resched within cpu_switchto(), now that it's done in the MI code. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/07/28 13:38:07 Modified files: sys/net : rtsock.c Log message: Align the route message length to the next natural boundary via ALIGN() to ensure that the next message is nicely aligned as well. Some archs (sparc, m88k)have strict alignement issues since the inclusion of 64bit counters in the messages because those values could end up on non aligned addresses. Found and fix tested by miod@, OK deraadt@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/28 13:42:13 Modified files: sys/net80211 : ieee80211_input.c ieee80211_node.c ieee80211_var.h Log message: ignore PS mode changes and PS-Poll from non-associated STAs. keep track of the number of associated STAs in PS mode. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/28 13:52:21 Modified files: share/man/man4 : vic.4 Log message: mention newer versions. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/07/28 13:53:03 Modified files: lib/libc/stdlib: malloc.3 Log message: man page bits for new malloc; ok jmc@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/28 14:10:28 Modified files: share/man/man4 : ral.4 wpi.4 iwn.4 ural.4 zyd.4 malo.4 upgt.4 bwi.4 rum.4 Log message: document WPA-PSK support. "i would really appreciate just something going in" jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/28 14:19:32 Modified files: lib/libc/gen : getgrent.3 getgrouplist.3 Log message: some SEE ALSO fixes; CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/07/28 14:49:28 Modified files: sys/dev/usb : usb_subr.c Log message: When getting the string descriptors, fetch 2 bytes (size and type) first, and then the whole string based on the returned size, not just one byte. The Lexar card reader kindly loaned by Denis Doroshenko (denis dot doroshenko at gmail.com) it's happy now, and after further inspection it's what other OSs do. Discussed with yuo@. krw@ yuo@ ok. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/07/28 14:58:41 Modified files: sys/scsi : cd.h Log message: zap some extra spaces and tabs. CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/07/28 15:08:42 Modified files: . : plus.html Log message: Upto 07/12 CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/07/28 15:25:31 Modified files: . : plus.html Log message: Corrections from theo CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/07/28 15:51:10 Modified files: net/freeradius : Makefile distinfo net/freeradius/patches: patch-Makefile patch-raddb_radiusd_conf_in patch-src_main_session_c patch-src_modules_rlm_sql_drivers_rules_mak net/freeradius/pkg: PLIST-main Log message: - maintenance update to freeradius 2.0.5. Check the Changelog for more information. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/07/28 16:11:00 Modified files: libexec/ld.so/alpha: rtld_machine.c Log message: Only optimize away plt relocation when obj_base == 0. Corrects pie relocation. Assembly debugging help from kettenis@. okay kettenis@ miod@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/28 16:29:49 Modified files: x11/xfishtank : Makefile x11/xfishtank/patches: patch-xfish_c Added files: x11/xfishtank/patches: patch-gifread_c patch-makeh_c patch-medcut_c patch-read_c Log message: - fix missing malloc() prototypes causing build failure and other problems on LP64. - fix select() use. - main() should return int. ok/suggestions naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/28 16:47:30 Modified files: multimedia/recordmydesktop/base: Makefile Log message: configure tries to detect isnan() as a function in libm to work out whether it should include it. isnan is now a macro so this fails. upstream configure.ac _should_ be rewritten to use pkg-config but, for the sake of expediency, workaround by adding to LDFLAGS for now, as was already done to fix the libvorbis test. fixes the build. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/07/28 17:09:43 Modified files: net/openafs : Makefile Log message: fix CATEGORIES, noticed by brad@ bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/28 17:41:54 Modified files: textproc/libxml1: Makefile textproc/sablotron: Makefile devel/goffice : Makefile net/rrdtool : Makefile Log message: SHARED_LIBS and PKGNAME bumps for libm. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/07/28 17:44:10 Modified files: lib/libssl/man : Makefile Log message: Install man pages for the BIO_* libcrypto functions, but not bio.3 as the page doesn't directly describe any functions. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/28 17:55:28 Modified files: x11/gnustep/base: Makefile x11/gnustep/base/pkg: PLIST Log message: SHARED_LIBS and PKGNAME bumps for libm. The library version number is used in a directory name for resource files; abstract it out (and compress PLIST) with SUBST_VARS. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/28 17:56:28 Modified files: math/kst : Makefile devel/libast : Makefile Log message: SHARED_LIBS and PKGNAME bumps for libm. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/28 18:09:07 Modified files: sysutils/duplicity: Makefile distinfo Log message: update to 0.4.12 from Bruno Bigras (MAINTAINER) ok merdely@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/28 18:12:18 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/28 18:16:39 Log message: import maatkit Maatkit makes MySQL easier and safer to manage. It provides simple, predictable ways to do things you cannot otherwise do. from Giovanni Bechis ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080728 N ports/databases/maatkit/Makefile N ports/databases/maatkit/distinfo N ports/databases/maatkit/pkg/PLIST N ports/databases/maatkit/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/28 18:17:01 Modified files: devel/gsl : Makefile Added files: devel/gsl/patches: patch-gsl_math_h Log message: - SHARED_LIBS and PKGNAME bumps for libm. - Add workaround for lack of extended-precision, from martynas@. Fixes the build. XXX - to be removed later. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/07/28 18:17:16 Modified files: databases : Makefile Log message: +maatkit CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/28 18:18:26 Modified files: sys/dev/pci : if_ath_pci.c sys/dev/ic : ar5212.c ar5xxx.c ar5xxx.h ath.c athvar.h Log message: - fix FIFO overruns on PCI-E chipsets by setting the DMA size RX/TX configuration registers to 128 instead of 512 bytes. - add a few more MAC/RF id strings for the dmesg. - check for PCI-E instead of single chip variants in a few places. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/28 18:18:58 Modified files: devel/mico : Makefile Log message: SHARED_LIBS and PKGNAME bumps for libm. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/07/28 19:18:02 Modified files: sys/dev : softraidvar.h Log message: Add rebuild mark so that we can restart a rebuild upon clean shutdown. Fix a typo while here. The rebuild field was appended to the metadata so that we can automatically update from v2 to v3. The only visible difference will be that in the dmesg the SCSI version number will go from 002 to 003. ok deraad. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/28 22:20:37 Modified files: sys/arch/sparc64/dev: pckbc_ebus.c sys/dev/ic : pckbc.c pckbcvar.h Log message: Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), based on an attachment dependent flag; the Tadople SPARCLE needs it. ok kettenis@ deraadt@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/07/28 23:59:11 Modified files: sys/dev : audio.c Log message: When paused (or overrun), the record ring pointers are not incremented properly in audio_rint(), the periodic boundary conditions aren't met. This causes, later read(2) to return EFAULT while trying to access unmapped regions of the kernel address space. Fix this by using the correct pointer arithmetic. ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: yuo@cvs.openbsd.org 2008/07/29 00:51:54 Modified files: share/man/man4 : umsm.4 Log message: add description for the modem which has multiple com ports. checked and ok jsg@ CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/07/29 02:42:40 Modified files: textproc/py-pygments: Makefile distinfo textproc/py-pygments/pkg: PLIST Log message: update to Pygments-0.10 CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/07/29 02:43:30 Modified files: devel/py-SOAPpy: Makefile Log message: remove myself as MAINTAINER; bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/07/29 02:50:16 Modified files: textproc/py-pygments: Makefile distinfo textproc/py-pygments/pkg: PLIST Log message: revert update commit (I misread the lock message, bad me) CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/07/29 04:05:38 Modified files: sys/dev/pcmcia : if_malo.c Log message: check for m_devget() returning NULL, increment ierror count and just return; OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/29 05:25:45 Modified files: infrastructure/mk: bsd.port.mk infrastructure/templates: network.conf.template Log message: we have too many old distfiles -> too many links. instead of storing links directly as sha1/digest allow them to be in by_digest/sha1/di/digest so the number of links will not grow that fast CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/07/29 06:34:02 Modified files: build : support.awk support.dat Log message: add rel="nofollow" support to hrefs in the generator for support.html "No problem" deraadt@, ok mbalmer@. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/07/29 06:34:20 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/29 07:45:04 Modified files: sys/dev/usb : uvideo.c Log message: The stream header length and flags field are uint8_t not int. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/29 07:53:14 Modified files: lib/libutil : fmt_scaled.3 Log message: example code fix from Will Maier; ok otto CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/07/29 09:06:51 Modified files: distrib/notes/sgi: install Log message: There is currently no CD-ROM install available for OpenBSD/sgi. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/29 09:40:36 Modified files: distrib/sgi/iso: Makefile Log message: disable these targets since this will not be fixed until post-release CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/29 10:44:19 Modified files: share/man/man4 : ral.4 wpi.4 iwn.4 ural.4 zyd.4 malo.4 upgt.4 bwi.4 rum.4 Log message: - beef up the text on wep/wpa - simplify wpa example help/ok damien CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/29 11:03:35 Modified files: share/man/man4 : acx.4 an.4 ath.4 atu.4 atw.4 ipw.4 iwi.4 pgt.4 rtw.4 wi.4tbl Log message: tweak the wep section somewhat, to bring it into line with what we say for those devices which support wpa; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/29 11:54:52 Modified files: infrastructure/mk: bsd.port.mk Log message: typo CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/07/29 12:00:19 Modified files: infrastructure/fetch: link-checksums Log message: move links to the new place, so bob's mirror will run again CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/29 12:19:17 Modified files: lib/libc/gen : Makefile.inc Added files: lib/libc/gen : fpclassify.3 isgreater.3 Log message: - man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit, mostly from freebsd - also describe deprecated aliases for isinff, isnanf, finite, finitef - describe behavior on vax - add mlinks for finite, finitef, isfinite, isinf, isinff, isnan, isnanf, isnormal, signbit - add man pages for isgreater, isgreaterequal, isless, islessequal, islessgreater, isunordered; from freebsd looked over by jmc@, it's better for him to work on when they are in tree CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/29 12:20:02 Modified files: sbin/ifconfig : ifconfig.8 Log message: s/affect/assign/ in wmm option. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/29 12:24:31 Modified files: bin/md5 : cksum.1 md5.c Log message: md5(1), sha1(1), rmd160(1), cksum(1) and sum(1) have different options; while here, some KNF improvements. based on a diff for compress(1) written by millert@, fixes from guenther@ and pyr@. ok millert@, pyr@; (for the manual page tweaks) jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/07/29 12:25:28 Modified files: usr.bin/uudecode: uudecode.c usr.bin/uuencode: uuencode.c Log message: an enum specifier is more elegant than a set of #defines; storing the program mode variable (pmode) as a global let us have a more consistent prototype for usage(). changes suggested by pyr@. ok millert@, pyr@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/29 12:25:51 Removed files: lib/libc/gen : isinf.3 Log message: remove CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/29 12:38:21 Modified files: lib/libm : Makefile lib/libm/man : ieee.3 Log message: remove finite from ieee.3, and unmlink from makefile CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/29 12:39:45 Modified files: sys/arch/alpha/pci: sio_pic.c Log message: Fix range check in sio_intr_establish(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/29 12:40:23 Modified files: sys/arch/alpha/pci: sio.c Log message: Give the eisa device a valid bus_dma_tag_t. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/29 12:43:29 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/29 12:46:08 Modified files: www/gnash : Makefile Added files: www/gnash/patches: patch-server_as_value_h Log message: don't redefine isnan and isinf. from sthen@ ok sthen@, deanna@, naddy@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/29 13:13:19 Modified files: sys/dev/pci/drm: drm_memory.c Log message: Check for multiplication overflow in drm_calloc(). ok oga@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/29 13:13:56 Modified files: sys/dev/pci/drm: i915_dma.c radeon_state.c Log message: Stricter bounds checking for values controlling loops or memory allocations, which may come from userland via ioctls. ok oga@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/07/29 13:19:56 Modified files: faq/pf : index.html Log message: fix href. from Tomasz Kniaz CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/29 13:32:51 Modified files: lib/libc/hash : sha1.c Log message: Split SHA1Transform() back into smaller pieces when compiling on landisk, to defeat gcc optimization bugs. Similar to what had been done on sparc64 in the past. ok millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/29 13:44:13 Modified files: sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_auth.c drm_bufs.c drm_context.c drm_dma.c drm_drawable.c drm_drv.c drm_fops.c drm_ioctl.c drm_irq.c drm_memory.c drm_pci.c drm_scatter.c i915_dma.c mach64_dma.c mga_dma.c r128_cce.c radeon_cp.c radeon_mem.c savage_bci.c savage_state.c Log message: Switch all instances of malloc/free in the DRM to drm_alloc, drm_free and drm_calloc. With the recent change to check overflow in drm_calloc, this means that all allocations that require multiplication are now checked. Also use drm_calloc() when zeroing is needed and drop the bzero/memset afterwards. Finally, make drm_free() check for NULL, so we don't need to do so every time. ok miod@, deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/29 14:02:37 Modified files: driver/xf86-video-mga: ChangeLog Makefile.in aclocal.m4 config.h.in configure configure.ac ltmain.sh mga_PInS.txt driver/xf86-video-mga/man: Makefile.in mga.man driver/xf86-video-mga/src: Makefile.in clientlx.c mga.h mga_arc.c mga_bios.c mga_dac3026.c mga_dacG.c mga_dga.c mga_dh.c mga_dri.c mga_driver.c mga_esc.c mga_exa.c mga_g450pll.c mga_halmod.c mga_hwcurs.c mga_macros.h mga_merge.c mga_reg.h mga_shadow.c mga_storm.c mga_vga.c mga_video.c driver/xf86-video-mga/util: Makefile.in stormdwg.c Log message: update xf86-video-mga to 1.4.9 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/29 14:04:58 Modified files: driver/xf86-video-nv: ChangeLog Makefile.in aclocal.m4 configure configure.ac ltmain.sh driver/xf86-video-nv/compat: Makefile.am Makefile.in driver/xf86-video-nv/compat/modes: xf86Crtc.c xf86Crtc.h xf86Cursors.c xf86EdidModes.c xf86Modes.c xf86Modes.h xf86RandR12.c xf86Rotate.c xf86cvt.c driver/xf86-video-nv/compat/parser: xf86Parser.h driver/xf86-video-nv/man: Makefile.in nv.man driver/xf86-video-nv/src: Makefile.am Makefile.in g80_dac.c g80_display.c g80_driver.c g80_output.c g80_sor.c g80_type.h nv_const.h nv_cursor.c nv_dac.c nv_dma.h nv_driver.c nv_hw.c nv_local.h nv_setup.c nv_xaa.c riva_cursor.c riva_hw.c riva_hw.h riva_local.h riva_tbl.h riva_xaa.c Log message: update xf86-video-nv to 2.1.10 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/29 14:06:12 Modified files: driver/xf86-video-neomagic: Makefile.in README TODO aclocal.m4 configure configure.ac ltmain.sh driver/xf86-video-neomagic/man: Makefile.in neomagic.man driver/xf86-video-neomagic/src: Makefile.am Makefile.in neo_reg.h neo_shadow.c neo_video.c neo_video.h Log message: update xf86-video-neomagic to 1.2.1 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/29 14:07:54 Modified files: driver/xf86-video-vmware: Makefile.in README aclocal.m4 config.h.in configure configure.ac ltmain.sh driver/xf86-video-vmware/man: Makefile.in vmware.man driver/xf86-video-vmware/src: Makefile.am Makefile.in svga_reg.h vmware.c vmware.h vmwarectrl.c Removed files: driver/xf86-video-vmware/src: offscreen_manager.c offscreen_manager.h vmwarexaa.c Log message: update xf86-video-vmware to 10.16.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/29 14:08:48 Modified files: driver : Makefile Log message: also build the xf86-video-openchrome driver on amd64. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/29 14:09:11 Modified files: sys/dev/pci : pciide.c Log message: Add an ugly hack to disable DMA on the Tadpole SPARCLE laptop. It doesn't work and this way we fall back on PIO which does work. I'm pretty sure this is caused by bugs in our code, but I cannot find them. ok deraadt@, marco@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/29 14:11:45 Modified files: lib/libc/gen : fpclassify.3 isgreater.3 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: gilles@cvs.openbsd.org 2008/07/29 14:15:53 Modified files: lib/libc/sys : recv.2 Log message: clarify EMSGSIZE rewording by jmc@, "lovely" deraadt@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/07/29 14:17:26 Modified files: . : sparc64.html Log message: The Tadpole SPARCLE laptop is supported now. And the Ultra 3 is apparently a rebadged SPARCLE so list that one too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/29 14:18:47 Added files: driver/xf86-video-neomagic/src: neo_pcirename.h Log message: add a file that cvs missed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/29 14:19:36 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/29 14:25:40 Added files: driver/xf86-video-vmware/src: svga_escape.h svga_modes.h svga_overlay.h vmwarevideo.c Log message: add files missed by CVS CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/29 14:30:48 Added files: driver/xf86-video-nv/compat/modes: xf86gtf.c Log message: add a file missed by CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/29 15:18:53 Modified files: sys/dev/ic : aic7xxx.c Log message: In ahc_free(), which is invoked if attachment fails, do not free() pointers we don't own, but the autoconf machinery does. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/29 15:46:27 Modified files: sys/netinet : in_pcb.c Log message: when detaching pcbs, also free the v6 output options so that we do not leak kernel memory for every closed v6 descriptor with certain options set ok otto jsing todd claudio CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/29 15:57:13 Modified files: lib/libm : Makefile lib/libm/man : exp.3 Log message: describe exp2, exp2f and mlink them CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/29 16:04:38 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/29 16:08:43 Modified files: lib/libm : Makefile lib/libm/man : ieee.3 Added files: lib/libm/man : nan.3 remainder.3 Log message: - add man pages for nan and remainder, from freebsd - mlink drem, dremf, remainderf to remainder; nanf to nan - describe that drem and dremf are obsolete aliases - remove descriptions for remainder and remainderf from ieee looked over by jmc@, but it's easier for him to work on when they are in tree CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/29 16:10:18 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/07/29 16:12:29 Modified files: lib/libm/man : math.3 Log message: add descriptions for fpclassify, isfinite, isnormal, nan, remquo, signbit CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/29 16:20:04 Modified files: distrib/notes/sparc64: hardware Log message: Update list of supported machines. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/29 16:23:51 Modified files: sys/dev/pci/drm: drmP.h drm_irq.c drm_sarea.h i915_dma.c i915_drv.h i915_irq.c r300_cmdbuf.c radeon_cp.c radeon_drv.h radeon_irq.c radeon_mem.c radeon_state.c Log message: Update to DRM git. Some stability fixes for radeon. The most part of this diff is related to fixing up the VBLANK (vertical blank interrupt) handling. Now, if the X driver supports the DRM_IOCTL_MODESET_CTL ioctl, (to be used when changing the video modes), then allow the vblank to be disabled once that ioctl has been called. Otherwise, keep the interrupt enabled at all time, since disabling it otherwise will lead to problems. Tested by a few. "no problem" on API/ABI deraadt@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/07/29 16:24:25 Modified files: distrib/notes/sparc64: prep Log message: Sun stopped distributing patches through FTP :(. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2008/07/29 19:29:32 Modified files: . : supp-tmpl.txt Log message: Strengthen wording, "makes sense" mbalmer@ (earlier version), OK sthen@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/07/29 19:30:46 Modified files: sys/dev/pci/drm: drm_dma.c Log message: fix up a few free -> drm_free() cases that were missed before. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/29 23:27:03 Modified files: sys/netinet : Tag: OPENBSD_4_2 in_pcb.c Log message: when detaching pcbs, also free the v6 output options so that we do not leak kernel memory for every closed v6 descriptor with certain options set CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/29 23:36:15 Modified files: sys/netinet : Tag: OPENBSD_4_3 in_pcb.c Log message: when detaching pcbs, also free the v6 output options so that we do not leak kernel memory for every closed v6 descriptor with certain options set CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/30 00:25:23 Modified files: sys/dev/usb : if_ral.c if_rum.c Log message: Free the correct buffer list on failure. From Andrew Thompson at FreeBSD. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/30 01:15:39 Modified files: sys/dev/ic : ar5211.c ar5212.c ar5212reg.h ar5212var.h ar5xxx.c ar5xxx.h Log message: Update the RF, RFGAIN, MODE, INI, and BBGAIN initialization tables with different versions for various ar5212 variants and add an extra table for PCI-E devices. This fixes support for various newer devices (like the 1st generation MacBook, T61 variants) but it still does not work on a number of other devices. Tested by many ok deraadt@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/07/30 01:34:34 Modified files: . : want.html Log message: I could need an EeePC to fix support for the ath(4)-based wireless device. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/30 01:43:01 Modified files: sys/dev/ic : ar5212.c ath.c ar5xxx.c Log message: spacing CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/30 02:02:35 Modified files: lib/libm : Makefile lib/libm/man : exp.3 nan.3 remainder.3 Log message: various markup/grammar fixes for previous, and a missing MLINK for remquof.3; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/30 02:24:47 Modified files: games/fortune/datfiles: fortunes2 Log message: - fix spelling of Alan Shepard's name - note that he was the first american in space (not first man) from Derek Taylor, freebsd bin/125812 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/30 02:29:49 Modified files: games/fortune/datfiles: fortunes2 Log message: add missing quote; from yar@freebsd CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/30 02:32:53 Modified files: share/man/man4 : umsm.4 Log message: tweak previous; help/ok jsg yuo CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/07/30 04:15:35 Modified files: sys/net : if_trunk.c Log message: Prevent a divide by zero panic if trunkproto loadbalance is used w/out any trunkports. Patch from Dmitri Alenitchev. OK reyk@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/07/30 04:35:44 Modified files: faq/pf : scrub.html Log message: missing "a", from jmc at cosimano dot us CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/07/30 08:41:54 Modified files: sys/arch/amd64/conf: GENERIC Log message: enable ix(4) on amd64 ok deraadt@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/07/30 09:07:40 Modified files: sys/netinet6 : ip6_output.c Log message: Call ip6_clearpktopts() on error in copypktopts() instead of freeing every field individually. ok claudio@ markus@ henning@ deraadt@ CVSROOT: /cvs Module name: www Changes by: jdixon@cvs.openbsd.org 2008/07/30 09:35:37 Modified files: . : errata42.html errata43.html Log message: add ip6 option issue ok henning@, discussed with todd@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/07/30 09:40:39 Modified files: sys/dev/usb : umsm.c usbdevs.h Log message: Add an alternate ID for Sierra Wireless MC5725 modem, found in a Lenovo T60, reported by Juan Delgado. ok you@, jsg@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/30 09:50:52 Modified files: sys/dev/usb : usbdevs Log message: add 2nd sierra MC5725 correctly CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/30 09:51:01 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/30 09:53:32 Modified files: sys/dev/pckbc : wskbdmap_mfii.c Log message: repair comment CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/30 09:53:37 Modified files: sys/dev/usb : ukbdmap.c Log message: sync CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/07/30 09:54:46 Modified files: . : errata43.html Log message: fix the new entry. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/07/30 10:18:16 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/07/30 10:29:03 Modified files: www/konqueror-embedded: Makefile Added files: www/konqueror-embedded/patches: patch-konq-embed_kdesrc_kjs_operations_cpp Log message: Allow for isnan() being a macro. Fixes build following libm changes. ok martynas naddy CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/30 10:47:09 Modified files: sys/dev/pci : if_ath_pci.c Log message: Check and clear the bus space mapping size instead of the bus space handle in the detach function. Fixes compilation on sparc64. ok reyk@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/30 11:12:24 Modified files: print/gutenprint: Makefile Added files: print/gutenprint/patches: patch-src_main_sequence_c Log message: don't try to use extended-precision isfinite. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/30 11:14:37 Modified files: graphics/gmt : Makefile graphics/gmt/pkg: PLIST Added files: graphics/gmt/patches: patch-src_gmt_h Log message: define _ISOC99_SOURCE to get definitions from c99. ok naddy@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/30 11:32:30 Modified files: sys/arch/sgi/pci: macepcibridge.c Log message: Proper interrupt values for pci interrupt pins B to D, found in some IRIX developer documentation some time ago. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/30 11:37:46 Modified files: sys/arch/sgi/include: bus.h sys/arch/sgi/localbus: macebus.c sys/arch/sgi/pci: macepcibridge.c macepcibrvar.h sys/arch/sgi/xbow: xbow.c xbridge.c Log message: Implement bus_space_{read,write}_raw_mult_[248] correctly, it needs endianness conversion on pci bridges. ok deraadt@ jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/30 11:38:02 Modified files: sys/arch/sgi/conf: GENERIC Log message: wi@pci now works. CVSROOT: /cvs Module name: src Changes by: kjell@cvs.openbsd.org 2008/07/30 11:39:31 Modified files: usr.bin/mg : tutorial Log message: Replace GNU tutorial with public domain one, written from scratch by Mayukh Bose. Minor additions from me. Thanks! CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/30 11:49:32 Modified files: math/py-numpy : Makefile Added files: math/py-numpy/patches: patch-numpy_core_src_umathmodule_c_src Log message: don't try to use extended-precision of signbit, isnan, isinf ok wcmaier@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/30 11:51:21 Modified files: graphics/py-matplotlib: Makefile graphics/py-matplotlib/pkg: PLIST Log message: update plist to include missing libs; ok wcmaier@, naddy@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/30 12:08:04 Modified files: sys/arch/hp300/dev: spc.c sys/arch/macppc/dev: mesh.c sys/arch/mvme68k/dev: vs.c wdsc.c sys/arch/mvme88k/dev: vs.c sys/arch/vax/vsa: ncr.c sys/dev/ic : dpt.c Log message: Do not print adapter target id on the attachment line, now that scsibus(4) prints it. These should be the last offenders. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/07/30 12:51:52 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add ath(4). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2008/07/30 13:41:32 Modified files: share/man/man9 : timeout.9 Log message: In the .Fn entries for timeout_add_usec/nsec, don't call the parameter ``sec''. Instead, use usec/nsec. Agreed with/no opposition from blambert. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/30 13:47:10 Modified files: math/octave : Makefile math/plplot : Makefile lang/python/2.3: Makefile lang/swi-prolog: Makefile x11/gnome/applets2: Makefile Log message: last round of library bumps due to libc/libm changes. from sthen@ double-checked & ok naddy@, go for it pval@ CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/07/30 13:49:46 Modified files: . : i386-laptop.html Log message: use the right capitalization for ThinkPad and CardBus. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/30 15:43:11 Modified files: xserver/hw/xfree86/common: xf86AutoConfig.c Log message: The amd driver has been renamed geode. ok deraadt@ oga@. CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/07/30 15:50:18 Modified files: distrib/sets/lists/xbase: md.i386 distrib/sets/lists/xserv: md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/07/30 16:02:09 Modified files: sys/dev/tc : ioasicvar.h Log message: Give iada_modname[] room for a terminating NUL in struct ioasicdev_attach_args; ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/07/30 17:11:48 Modified files: . : plat.html Log message: link to current release; dawedawe CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/07/30 18:02:59 Modified files: x11 : Makefile Removed files: x11/paragui : Makefile distinfo x11/paragui/patches: patch-src_Makefile_in x11/paragui/pkg: DESCR PFRAG.shared PLIST Log message: remove port for a dead project that was subtly broken for 4 releases without anyone noticing - prodded and OK to remove by naddy@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/07/30 22:24:11 Modified files: usr.bin/systat : main.c Log message: Do not allow negative or zero delay values from the command line, use the same check as the -s option. Noticed by johan@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/31 00:18:14 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: kettenis@cvs.openbsd.org 2008/07/31 00:59:34 Modified files: xserver/hw/xfree86/os-support/shared: stdResource.c Log message: All the resources claimed by xf86StdAccResFromOS() are PC-specific. On sparc64 PCI address space is completely seperate, so we don't have to claim any resources to avoid clashes with main memory and firmware. Makes accelerated graphics work on the Tadpole SPARCLE. ok matthieu@, oga@ CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2008/07/31 08:01:53 Modified files: . : sparc64.html Log message: ath(4) now in GENERIC; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/07/31 08:03:26 Modified files: distrib/notes/sparc64: hardware Log message: ath(4) now in GENERIC; CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/07/31 08:48:28 Modified files: usr.bin/ssh : sshconnect2.c Log message: don't allocate space for empty banners; report t8m at centrum.cz; ok deraadt CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/07/31 09:26:25 Modified files: sys/dev : video.c video_if.h sys/dev/usb : uvideo.c uvideo.h Log message: - Don't relay on bFormatIndex as an internal array index, since this field is unreliable and can start with any number. Use an own internal array index instead. - If the read buffer is too small, return a propper error to the calling functions. Just check the buffer size if we use the read(2) method since it doesn't affect mmap(2). Fixes kernel crashes seen with the M$ LifeCam NX-6000 and internal (laptop) Sonix chipsets. Tested by jcs@ (Sonix) and myself (NX-6000). OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/07/31 10:44:04 Modified files: usr.bin/sudo : CHANGES INSTALL Makefile.in config.guess config.h config.h.in config.sub configure configure.in def_data.c def_data.h def_data.in env.c install-sh ldap.c logging.c parse.c parse.h parse.lex parse.yacc pathnames.h pathnames.h.in sudo.c sudo.h sudo.pod sudo_edit.c sudoers.pod testsudoers.c tgetpass.c version.h visudo.c visudo.pod usr.bin/sudo/auth: kerb5.c pam.c Log message: Update to sudo 1.6.9p17 CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/07/31 11:31:00 Modified files: devel/nspr : Makefile Log message: nspr 4.7.1 ships source tarball with weird permission modes. fix modes for header files in the install target, so that the resulting package is right, and non-root/wheel users are able to build apps depending on nspr ok kurt@, naddy@, pval@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/31 14:01:28 Modified files: . : 3RDPARTY Log message: update CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/07/31 14:14:17 Modified files: sys/dev/pci : if_iwn.c if_wpi.c Log message: Wait much longer for clock stabilization. From jcs@ and in accordance with what the Intel Linux driver does. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/07/31 14:23:59 Modified files: . : 3RDPARTY Log message: More updates (next time I'll save the file before committing). CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/07/31 16:32:47 Modified files: build : mirrors.dat Log message: ftp.plig.net (fast mirror in the UK) is back online. From Christiaan Keet on www@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/07/31 16:33:57 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: regen CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/07/31 18:32:56 Modified files: usr.sbin/bind/lib/isc/unix: privsep.c Log message: This log message is an excruiciating pain in the ass when it repeats 4000 times a second on a machine you need debug log on, and is actually used as a cacheing nameserver. remove just this one line of debug log to save people's sanity ok djm@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/07/31 19:44:20 Modified files: sys/scsi : sd.c cd.c Log message: silence failures to run scsi_prevent. dmesg spam sucks. ok krw@ marco@ miod@ deraadt@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/07/31 23:08:08 Modified files: sys/net : route.c rtsock.c Log message: force route priority to RTP_DEFAULT unconditionally, effectively disabling route prios. playing safe for 4.4-release, as not all parts of the system deal correctly with route prios yet. ok claudio CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/08/01 02:20:26 Modified files: sys/dev/usb : uvideo.c Log message: If no format descriptors have been found, abort attachment. Adjust some DPRINTF and printf messages while here. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/08/01 03:20:43 Modified files: build : mirrors.dat Log message: add FF details for ftp.plig.net CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/08/01 06:16:52 Modified files: sys/dev/usb : uvideo.c Log message: - Use defined return values wherever possible instead inventing custom ones. - Define functions which use USB return values with usbd_status instead int. - Define functions which always return 0 with void instead int. - (void) function calls which don't check the return code. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2008/08/01 08:19:09 Modified files: usr.bin/make : make.1 Log message: Document the MAKEFILE variable as unreliable. ok jmc espie CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/08/01 08:38:32 Modified files: build : support.dat Log message: Add OpenBSD consultant in Latvia, Artis Schlossberg. From www@ submission. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/08/01 08:38:57 Modified files: . : support.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/08/01 09:52:48 Modified files: net/zebra : Makefile Log message: Mark as BROKEN. This simply does not work on OpenBSD as is. Also, this version is three years behind the latest upstream release. Meanwhile people can use net/quagga. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/08/01 10:17:37 Modified files: build : mirrors.dat Log message: Add ftp/rsync/http mirror at piotrkosoft.net in Oswiecim, Poland. From Piotr Maluty on www@. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/08/01 10:18:02 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: regen CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/08/01 14:22:48 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/patches: patch-jdk_src_solaris_bin_java_md_c Log message: Fix starting java via PATH. Reported by several. Debugged by Mark Peloquin , fix by me. okay pvalchev@, espie@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/08/01 14:53:05 Modified files: devel/glib2 : Makefile devel/glib2/patches: patch-configure Log message: Pinch a fix/workaround from 2.16.5's configure script to ensure that endianness is detected correctly on all platforms. ok martynas@ Also drop a bogus configure patch that is a no-op. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/08/01 22:13:37 Modified files: usr.sbin/ypbind: ypbind.c Log message: usage() has to exit 1; Gleydson Soares CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/08/01 22:29:51 Modified files: usr.bin/ssh : ssh_config.5 Log message: whitepsace -> whitespace. From Matthew Clarke via bugs@. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/08/02 02:20:16 Modified files: sys/net80211 : ieee80211_input.c ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_pae_input.c Log message: Drop frames that are received unencrypted when WEP is on or when WPA is on and RX protection for TA is on. Keep track of the TX/RX protection for each node when WPA is on. tested by djm@ (ral+wpa), ckuethe@ (ath-noenc) and krw@ (wpi<->ral+wpa). hints from bluhm@ has been in snaps for a few days. pointed out by bluhm@ something like 1 year ago but we did not have the right infrastructure to fix it properly at that time. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/08/02 02:24:15 Modified files: sys/net80211 : ieee80211_node.h Log message: typo in a comment. no binary change. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/08/02 02:26:00 Modified files: sys/net80211 : ieee80211_pae_input.c Log message: print the correct value in a debug message. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/08/02 02:33:21 Modified files: sys/net80211 : ieee80211_output.c ieee80211_pae_output.c Log message: do not touch m after it has been enqueued with IFQ_ENQUEUE(). copy m_pkthdr.len and m_flags before and use that after to update the statistics. from altq(4) man page and for consistency with what is done in other parts of the tree. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/08/02 02:34:36 Modified files: sys/ufs/ffs : ffs_alloc.c Log message: fix printf format specifiers; ok krw@ millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/08/02 02:35:48 Modified files: sys/net80211 : ieee80211_input.c ieee80211_output.c Log message: do not use IEEE80211_QOS_TID. its definition in ieee80211.h is wrong. hard-code 0xf for now. will be fixed post-release. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/08/02 02:51:25 Modified files: sys/dev/usb : uvideo.c Log message: Fix typo. Reported by Maxim Belooussov. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/08/02 03:17:47 Modified files: share/man/man4 : lkm.4 sbin/modload : modload.8 sbin/modunload : modunload.8 Log message: fixes from Alexander Holupirek, documentation/5899: - fix a typo in lkm.4 (different fix used) - document securelevel(7) (again, different fix taken) whilst here, some minor repair: - no need to wrap section names in quotes - tidy up FILES a little - new sentence, new line CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/08/02 05:39:38 Modified files: sys/kern : tty_pty.c Log message: Fix integer truncation in pcread() and ptcwrite(). ok miod, otto, deraadt. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/08/02 06:32:23 Modified files: sys/dev/usb : uvideo.c Log message: If a format descriptor doesn't contain any frame descriptors even if it claims to (as seen on the M$ LifeCam NX6000), abort further processing. Safes us from potential NULL pointer derefs. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/08/02 06:34:38 Modified files: sys/net : pf.c Log message: do not write the pf state key pointer to the pkhdr. effectively disables state key linking and pcb linking - unfortunatly, there seems to be a bug somewhere in there or triggered by it that we haven't tracked down yet, so we disable this for now to be on the safe side for release. lots of testing and analysis from todd and david. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/02 07:48:10 Modified files: sys/arch/alpha/alpha: dec_eb164.c Log message: Ignore the ata channel on 164SX when controller is the built-in one, when looking for the boot device; PR #5895 CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/08/02 09:21:08 Modified files: build : mirrors.dat Log message: updated rsync url, from Piotry Maluty CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/08/02 09:21:30 Modified files: . : ftp.html openntpd : portable.html ftp.html openbgpd : ftp.html Log message: regen CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/08/02 09:50:34 Modified files: sys/dev/pci : vga_pci.c Log message: make the drm unsupported printf more in line with how the rest of them work. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/08/02 10:01:32 Modified files: dist/Mesa/src/mesa/main: context.c Log message: Prevent a crash if Delete is not defined for the given renderbuffer. Patch from OUSADOU Azwaw. Thanks. ok oga@. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/08/02 10:03:05 Modified files: sys/dev/pci/drm: drm_agpsupport.c drm_drv.c Log message: Make the drm attach messages a lot prettier. the DRM_{INFO,ERROR,DEBUG} printf macros still need some __VA_ARGS__ love. reyk@ and marco@ liked this, prompted by deraadt. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/08/02 10:09:29 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: compile inteldrm and radeondrm in GENERIC by default, but disabled. This will let them get some more testing. Re-order things a little while i'm here. prompted by and ok deraadt@. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/08/02 10:34:45 Modified files: sys/dev/usb : uvideo.c Log message: Don't print error message if GET_DEF request fails, since this is common for some devices and we will fail back to GET_CUR then. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/08/02 11:30:31 Modified files: sys/dev/usb : uvideo.c Log message: Woops, remove #undef which was committed by mistake. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/08/02 14:05:28 Modified files: sys/dev/usb : uvideo.c Log message: Spacing, sorting, and remove an unused prototype. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/08/02 14:08:49 Modified files: sys/dev/usb : uvideo.c Log message: Better wording for a comment. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/08/02 15:52:37 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Use correct terms as in the specs; "fragment" gets replaced by "sample". "sample" gets replaced by "frame". A sample is a peace of a frame (final image). No functional changes. OK deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/08/02 17:04:55 Modified files: dist/Mesa/src/mesa/main: context.c Log message: unbreak biuld. From Travers Buda. Thanks. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/08/02 20:02:14 Modified files: sys/dev/usb : usb_subr.c Log message: revert part of rev. 1.65 where we set the address earlier. this seems to cause issues as per netbsd pr/39023. deraadt@ yuo@ ok. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/08/03 08:18:00 Modified files: distrib/miniroot: dot.profile Log message: Sparc miniroot hasn't worked for a while, since the sed code to find the root disk was broken. Simplify and fix said sed code. Problem noted by okan@ and others, diagnosed by deraadt@, sed suggestions from nordin@, jmc@, fgsch@, guenther@. 'get something in before sparc gets done' deraadt@ CVSROOT: /cvs Module name: src Changes by: martynas@cvs.openbsd.org 2008/08/03 08:30:48 Modified files: usr.bin/mail : cmdtab.c Log message: make U (abbreviation of unread) work as man page says ok millert@, jmc@. sure theo CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/08/03 12:08:54 Modified files: sys/kern : vfs_biomem.c Log message: Make buf_dealloc_mem() remove the mapping even if b_pobj is NULL. Otherwise bread_cluster() leaks mappings which causes grief on VAC architectures. Fixes bsd.rd on hppa and armish. ok art@, beck@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/08/03 15:31:53 Modified files: share/lkm/misc/module: miscmod.c share/lkm/syscall/module: newsyscall.c Log message: Adjust for change in 'struct sysent'. From Alexander Holupirek. Fixes PR 5898. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/08/03 15:43:19 Modified files: sbin/newfs : newfs.8 Log message: spread the unwritten wisdom newfs should be run on raw devs, not on block devs; ok marco@ jmc@ millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/08/03 15:53:12 Modified files: usr.sbin/bind/bin/named: server.c Log message: Don't print a warning when the random device cannot be opened if we have a pre-chroot random device. OK deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/03 22:21:44 Modified files: distrib/sets/lists/base: md.mvme88k distrib/sets/lists/comp: md.mvme88k Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/03 22:26:42 Modified files: sbin/sysctl : sysctl.c Log message: Properly output machdep.chipset values on alpha models without pci buses; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/08/04 01:08:23 Modified files: lib/libc/sys : getgid.2 getgroups.2 getuid.2 setregid.2 setreuid.2 setuid.2 Log message: improve SEE ALSO links; from Ingo Schwarze ok otto millert CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/08/04 01:32:51 Modified files: sbin/wsconsctl : wsconsctl.8 Log message: "-a" is used if no arguments are given to wsconsctl. tweaked by jmc@. ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/08/04 02:29:17 Modified files: usr.bin/calendar/calendars: calendar.holiday Log message: right spelling for Guinea-Bissau and Songkran; from comet-berkeley on FreeBSD PR conf/126199, and Frantisek Holop. fixes PR #5794. ok jmc@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/08/04 02:30:24 Modified files: . : events.html Log message: Slackathon 2008 event CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/08/04 06:05:28 Modified files: de : donations.html faq/pf/pl : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html options.html pools.html queueing.html scrub.html shortcuts.html tables.html faq/pl : current.html faq10.html faq11.html faq12.html faq14.html faq15.html faq4.html faq6.html upgrade35.html upgrade36.html upgrade37.html upgrade38.html upgrade39.html upgrade40.html upgrade41.html upgrade42.html upgrade43.html lt : donations.html index.html landisk.html mail.html plat.html report.html smp.html vax-simh.html vax.html openssh/ja : ftp.html index.html manual.html openbsd.html openssh/usage/ja: graphs.html index.html ssh-stats.html pl : i386-laptop.html i386.html index.html mail.html plat.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/08/04 09:58:13 Modified files: sbin/disklabel : disklabel.c sys/arch/amd64/stand/installboot: installboot.c sys/arch/amd64/stand/libsa: biosdev.c sys/arch/i386/stand/installboot: installboot.c sys/arch/i386/stand/libsa: biosdev.c Log message: fix extended partition support by handling chained EBRs correctly (using a recursion limit). now OpenBSD can be installed in a subsequent DOS/Linux-compatible extended partition. ok krw@ deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/08/04 10:34:21 Modified files: usr.sbin/bind : CHANGES COPYRIGHT configure configure.in version usr.sbin/bind/bin/dig: dighost.c usr.sbin/bind/bin/named: client.c config.c controlconf.c interfacemgr.c lwresd.c named.conf.docbook server.c usr.sbin/bind/bin/rndc: rndc.c usr.sbin/bind/doc/arm: Bv9ARM-book.xml usr.sbin/bind/lib/dns: api dispatch.c request.c resolver.c xfrin.c usr.sbin/bind/lib/dns/include/dns: dispatch.h usr.sbin/bind/lib/isc: api timer.c usr.sbin/bind/lib/isc/include/isc: resource.h socket.h timer.h usr.sbin/bind/lib/isc/unix: app.c resource.c socket.c socket_p.h usr.sbin/bind/lib/isccfg: api namedconf.c Log message: Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/08/04 12:42:09 Modified files: games/boggle/boggle: prtable.c Log message: Accept 'q' or 'Q' for quit at the --More-- prompt. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/08/04 12:46:32 Modified files: sbin/newfs : newfs.c Log message: refuse to run on block devices; prompted by marco; ok marco@ millert@ deraadt@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/08/04 12:55:08 Modified files: sys/net : if_ethersubr.c if_tun.c Log message: do not count ethernet header twice in if_obytes stats. do not count address family field twice in tun's if_obytes stats. ok henning@ reyk@ deraadt@ for the ethernet bits. ok deraadt@ for the tun bits. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/08/04 19:34:16 Modified files: faq/pf : perf.html Log message: Will multiple processors help? A: No. 'course, I can't say nothing that efficiently. "correct!" henning@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/08/04 19:58:47 Modified files: sys/dev/ic : re.c Log message: Add support for reading the MAC address for newer re(4) chipsets. The current method results in a MAC address of all zeros. Tested by bernd@/jcs@ with 8102E and fkr@ with 8168C. From FreeBSD ok jsg@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/04 22:29:03 Modified files: sys/arch/mvme68k/dev: ssh.c Log message: One last duplicate scsi initiator report in dmesg. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/08/05 00:51:12 Modified files: usr.sbin/ripd : ripd.c Log message: Do not advertise the default route with wrong metric of 0. Set it to 1 by default. Reminded to commit this brad@, OK deraadt@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/08/05 03:34:23 Modified files: . : want.html donations.html Log message: I got two different EeePC variants. Many thanks to Byron Morton and Eric Dillenseger for donating and shipping the EeePCs. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/05 10:41:10 Modified files: distrib/notes/hppa: upgrade Log message: Tell people to update their bootblocks (and how to do so) if they intend to upgrade with bsd.rd. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2008/08/05 11:01:06 Modified files: sys/dev/acpi : acpibat.c Log message: Fix spurious 0 values on batteries seen on laptopts that have an embedded controller. Found, diagnosed and patch from Stefan Sperling Minor KNF changes while here. Tested by many on a variaty of IBM laptops and others with and without acpiec. ok deraadt CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/08/05 11:15:40 Modified files: usr.bin/mail/misc: mail.help Log message: fix description of the mail(1) "p" command; from Aaron W. Hsu. ok martynas@ CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2008/08/05 11:41:58 Modified files: . : donations.html Log message: Add link as requested. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/05 16:53:51 Modified files: distrib/notes : INSTALL Log message: Mention mail.html for mailing list etiquette and information. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/05 16:58:01 Modified files: distrib/notes : m4.common distrib/notes/alpha: install distrib/notes/amd64: install distrib/notes/armish: install distrib/notes/hp300: install distrib/notes/hppa: install distrib/notes/i386: install distrib/notes/landisk: 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/socppc: install distrib/notes/sparc: install distrib/notes/sparc64: install distrib/notes/vax: install distrib/notes/zaurus: install Log message: Better description of the installation steps: - document questions in proper order: hostname before network configuration, DNS only if network is configured, sshd and ntpd, aperture only on machines which need it, serial console only on machines which need it. This is done by splitting the end of OpenBSDCommonURL in various macros, OpenBSDInstallWrapup, OpenBSDInstallAperture, OpenBSDInstallConsole and OpenBSDInstallWrapupPart2. - use the above macros when appropriate, OpenBSDInstallWrapup* being mandatory on all arches. - remove serial console configuration blurb on sparc and sparc64, it is handled by OpenBSDInstallConsole now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/05 17:02:34 Modified files: distrib/notes/alpha: prep Log message: More SRM information, and how to make a non model 300 DEC 3000 autoboot unattended when configured for serial console and no keyboard is plugged. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/05 17:02:50 Modified files: distrib/notes/amd64: contents Log message: It's amd64 not i386 here. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/05 17:03:05 Modified files: distrib/notes/amd64: hardware Log message: uncomment cardbus stuff. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/05 17:03:35 Modified files: distrib/notes/socppc: prep Log message: typo CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/05 17:03:50 Modified files: distrib/notes/vax: prep Log message: It's eiher ... or, not either ... and CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/05 17:05:14 Modified files: distrib/notes/amd64: prep distrib/notes/armish: prep Log message: Various tweaks and clarifications, and drop obsolete information regarding last century's hard disks on this century's platforms. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/08/05 21:11:38 Modified files: net/dnsmasq : Makefile distinfo net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h patch-src_dnsmasq_h net/dnsmasq/pkg: PLIST Log message: update to 2.45 w/ fix for dns issue: http://www.frsirt.com/english/advisories/2008/2166/solution from maintainer Rui Reis; ok naddy@ CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/08/05 21:23:31 Modified files: lang/python/2.5: Makefile Added files: lang/python/2.5/patches: patch-Include_pymem_h patch-Lib_test_seq_tests_py patch-Lib_test_test_bigmem_py patch-Lib_test_test_ioctl_py patch-Lib_test_test_strop_py patch-Lib_test_test_support_py patch-Lib_test_test_unicode_py patch-Lib_test_test_zlib_py patch-Modules__hashopenssl_c patch-Modules_almodule_c patch-Modules_arraymodule_c patch-Modules_fcntlmodule_c patch-Modules_gcmodule_c patch-Modules_imageop_c patch-Modules_mmapmodule_c patch-Modules_rgbimgmodule_c patch-Modules_selectmodule_c patch-Modules_stropmodule_c patch-Modules_zlibmodule_c patch-Objects_bufferobject_c patch-Objects_longobject_c patch-Objects_obmalloc_c patch-Objects_stringobject_c patch-Objects_tupleobject_c patch-Objects_unicodeobject_c patch-Python_mysnprintf_c Log message: Fixes for multiple security vulnerabilities: CVE-2008-1679 CVE-2008-1721 CVE-2008-1887 CVE-2008-2316 CVE-2008-3142 CVE-2008-3144 Patches cherrypicked with assistance of val.masutin AT gmail.com and Toni Mueller. Tested by sthen@ naddy@ ok pvalchev@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/08/05 21:56:53 Modified files: sys/conf : newvers.sh Log message: we are no longer in -beta CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2008/08/05 23:24:44 Modified files: sys/arch/amd64/amd64: est.c sys/dev/acpi : acpicpu.c Log message: Backout the acpicpu_setpdc code and the code to allow est to use acpicpu on amd64. Evaluating the _PDC seems to lead to instability (PR5878 and a report by jmc@) on lower end machines its too close to release and I don't have enough nickels. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/08/06 11:04:28 Modified files: sys/net : trunklacp.c if_trunk.c Log message: fix trunk breakage that sneaked in with the lacp diff: - don't use in-kernel IFMEDIA ioctls in lacp and remove two KASSERTs that caused reliable panics - the lacp key can be locally assigned and we don't need to query the media subtype here. - unbreak failover/loadbalance/broadcast status handling. Reported by brad@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 11:22:14 Modified files: distrib/notes/alpha: contents hardware install prep whatis Log message: Jumbo update of installation notes for alpha: - mention more models supported by each floppy - mention more supported and unsupported models - sync cdrom boot instructions with reality - update ftp urls, ftp.digital.com no longer exist (but I resisted whining at HP which does not provide all the contents formerly available from ftp.digital.com and which you have to pick from educational sites which have mirrored them) - various little rewording with help from sobrado@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 12:04:26 Modified files: gnu/egcs/gcc/config/m68k: m68k.c Log message: Unconditionnaly disable -fcse-skip-blocks at -O2 on m68k, for it causes NULL derefs in at least one case and I do not have time to debug this before the release. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 12:20:55 Modified files: distrib/notes/amd64: install distrib/notes/armish: install distrib/notes/i386: install distrib/notes/macppc: install Log message: Foreign partition on MBR partition tables are put in default disklabels from partition `i' onwards, not `h' onwards. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 12:22:13 Modified files: distrib/notes : packages Log message: Don't bother mentioning FreeBSD ports or NetBSD pkgsrc only on the architectures FreeBSD or NetBSD runs on too: if a third-party application is missing from the OpenBSD ports tree, it is worth looking at the neighbours' regardless of the platform. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 12:23:29 Modified files: distrib/notes/sparc64: hardware Log message: Sync machine list with the web page. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 12:23:56 Modified files: distrib/notes/armish: hardware distrib/notes/hp300: contents hardware distrib/notes/hppa: hardware whatis distrib/notes/i386: hardware distrib/notes/luna88k: xfer distrib/notes/mvme68k: hardware distrib/notes/mvme88k: xfer distrib/notes/sgi: prep xfer distrib/notes/socppc: hardware distrib/notes/sparc: contents hardware distrib/notes/vax: hardware whatis xfer distrib/notes/zaurus: hardware install prep Log message: Minor random tweaks and fixes. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 14:29:49 Modified files: distrib/notes/alpha: prep Log message: Mention onboard USB might be disabled on XP1000 and close relatives, and how to enable it if necessary. From FreeBSD. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 14:30:09 Modified files: distrib/notes/mac68k: install distrib/notes/macppc: hardware Log message: Fold text in 80 columns. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 14:42:57 Modified files: distrib/notes/alpha: contents distrib/notes/amd64: contents distrib/notes/armish: contents distrib/notes/hp300: contents distrib/notes/hppa: contents distrib/notes/i386: contents distrib/notes/landisk: contents distrib/notes/mac68k: contents distrib/notes/macppc: contents distrib/notes/mvme68k: contents distrib/notes/mvme88k: contents distrib/notes/sgi: contents distrib/notes/socppc: contents distrib/notes/sparc: contents distrib/notes/sparc64: contents distrib/notes/vax: contents distrib/notes/zaurus: contents Log message: Update sets sizes. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 14:43:44 Modified files: distrib/notes/socppc: contents Log message: Oops, the new sets size computation script does not work correctly on symbolic links. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/06 14:50:52 Modified files: distrib/notes : m4.common distrib/notes/alpha: upgrade distrib/notes/mac68k: upgrade Log message: In the upgrade blurb, mention xetc won't be selectable as well, and mention sysmerge can help you upgrade etc and xetc afterwards. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/08/06 18:24:53 Modified files: . : INDEX Log message: sync (4.4) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/08/07 00:18:44 Modified files: distrib/notes/amd64: hardware distrib/notes/i386: hardware Log message: Add a little section about ACPI, explaining that disabling ACPI might help troubleshooting interrupt problems on some machines, and insist people should report such problems or they'll never get fixed. Final commit to the installation notes for this release. ok deraadt@