CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/23 19:38:34 Modified files: lib/libc/net : getaddrinfo.c Log message: have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2002/07/23 20:19:28 Modified files: sys/arch/macppc/macppc: locore.S sys/arch/powerpc/include: pmap.h sys/arch/powerpc/powerpc: pmap.c trap.c Log message: - change pte_spill_X() to take an extra parameter to determine if the fault is a EXE fault or R/W fault. - mask/or the SR_NOEXEC bit into the segment register value when the number of executable pages becomes 0/non-zero. - create segments with SR_NOEXEC set, will be cleared when first exec mapping in the segment is created. - allow pte_spill_X() to deal with a new type of fault, page mapped but non executable, when execute was requested. Adds up to - non-exec stack support for powerpc. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2002/07/23 20:29:57 Modified files: sys/arch/mvmeppc/mvmeppc: locore.S Log message: - change pte_spill_X() to take an extra parameter to determine if the fault is a EXE fault or R/W fault. - mask/or the SR_NOEXEC bit into the segment register value when the number of executable pages becomes 0/non-zero. - create segments with SR_NOEXEC set, will be cleared when first exec mapping in the segment is created. - allow pte_spill_X() to deal with a new type of fault, page mapped but non executable, when execute was requested. Adds up to - non-exec stack support. [keep mvmeppc in sync] CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/23 21:22:43 Modified files: libexec/ftp-proxy: ftp-proxy.8 Log message: clean up docs a bit CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/23 22:00:45 Modified files: libexec/ld.so : dir.c library.c loader.c resolve.h util.c util.h libexec/ld.so/alpha: syscall.h libexec/ld.so/mips: syscall.h libexec/ld.so/powerpc: syscall.h libexec/ld.so/sparc64: archdep.h syscall.h Log message: back out broken stuff until it is fixed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/23 22:11:10 Modified files: libexec/ld.so : dir.c library.c loader.c resolve.h util.c util.h libexec/ld.so/alpha: syscall.h libexec/ld.so/mips: syscall.h libexec/ld.so/powerpc: syscall.h libexec/ld.so/sparc64: archdep.h syscall.h Log message: ok i found it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/23 22:11:21 Modified files: libexec/ld.so : util.h Log message: use real clones of the libc functions CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/23 22:16:01 Modified files: lib/libc/string: index.c rindex.c Log message: Convert to ANSI function headers and make 'ch' argument int, not char. Noticed by deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/24 02:42:52 Modified files: libexec/ftp-proxy: util.c Log message: spaces CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/24 05:03:02 Modified files: ja : index.html plus.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/24 05:04:07 Modified files: openssh/ja : ftp.html index.html portable.html security.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/24 05:54:21 Modified files: infrastructure/build: update-patches Log message: Make sure we're in PATCHDIR when we verify the patches. Otherwise we'll print out incorrect information if no patches are found in WRKDIST. Ok espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2002/07/24 06:16:24 Log message: Thomas's ucpp (small C99 preprocessor) Status: Vendor Tag: pornin Release Tags: espie N ports/devel/ucpp/distinfo N ports/devel/ucpp/Makefile N ports/devel/ucpp/pkg/PLIST N ports/devel/ucpp/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2002/07/24 06:17:58 Modified files: devel : Makefile Log message: +ucpp CVSROOT: /cvs Module name: src Changes by: vincent@cvs.openbsd.org 2002/07/24 08:06:27 Modified files: usr.bin/pmdb : symbol.c Log message: don't use the TAILQ before it is initialised. makes pmdb not crash on exit if called with an non{existent,executable} file. ok art@ CVSROOT: /cvs Module name: src Changes by: vincent@cvs.openbsd.org 2002/07/24 08:08:33 Modified files: usr.bin/mg : def.h undo.c Log message: remove the CHANGE undo record type, use a combination of delete and insert to have the same behavior in a simpler way. ok art@ CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2002/07/24 08:49:03 Modified files: www/php4 : Makefile.inc Log message: warn upgraders to read both php and zend licenses before upgrading the port CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/24 09:34:59 Modified files: devel/kdbg : Makefile distinfo devel/kdbg/patches: patch-kdbg_ttywnd_cpp devel/kdbg/pkg : PLIST Added files: devel/kdbg/patches: patch-configure_in Removed files: devel/kdbg/patches: patch-kdbg_Makefile_in patch-kdbg_main_cpp Log message: update to 1.2.5 and switch to KDE3; ok espie@ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/24 09:36:38 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: - don't need mmio or io registers mapped for console use - can't map expansion rom this way, remove it until we find a safe way - use less magic constants CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2002/07/24 09:41:42 Modified files: www/php4/extensions: Makefile www/php4/extensions/pkg: DESCR PLIST Added files: www/php4/extensions/pkg: DESCR-gd PLIST-gd Log message: Restore the gd extension as a subpackage. Now the main package is just a placeholder which informs the user to use the various module sub-packages. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2002/07/24 10:11:19 Modified files: usr.bin/ssh : hostfile.c hostfile.h sshconnect.c Log message: print out all known keys for a host if we get a unknown host key, see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4 the ssharp mitm tool attacks users in a similar way, so i'd like to pointed out again: A MITM attack is always possible if the ssh client prints: The authenticity of host 'bla' can't be established. (protocol version 2 with pubkey authentication allows you to detect MITM attacks) CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2002/07/24 10:14:27 Modified files: www/php4/extensions: Makefile Log message: move the jpeg/tiff/png dependencies into the right subpackage sections, so that they aren't introduced across the board CVSROOT: /cvs Module name: ports Changes by: avsm@cvs.openbsd.org 2002/07/24 10:14:56 Modified files: www/php4/extensions: Makefile Log message: oops, too early CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/24 10:25:22 Modified files: es : anoncvs.html ftp.html index.html plus.html vax.html want.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/24 10:29:47 Modified files: faq/es : faq4.html faq5.html faq8.html faq9.html index.html upgrade-minifaq.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/24 10:41:28 Modified files: openssh/es : ftp.html index.html portable.html security.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/24 10:42:21 Modified files: faq/es : index.html upgrade-minifaq.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/24 10:45:06 Modified files: nl : ftp.html index.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/24 10:46:32 Modified files: openssh/nl : ftp.html index.html portable.html Log message: mirror changes CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2002/07/24 11:56:03 Modified files: sys/net : pf.c Log message: Use host order when adding packet size to interface statistics counter. Only affects pfctl -si output for IPv6. And some whitespace KNF. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/24 11:58:49 Modified files: sys/kern : kern_synch.c Log message: fix header printing in show_all_procs CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/24 12:14:09 Modified files: www/squid : Makefile distinfo www/squid/patches: patch-configure_in patch-errors_Makefile_in patch-icons_Makefile_in patch-lib_Makefile_in patch-src_Makefile_in patch-src_cf_data_pre www/squid/pkg : MESSAGE PLIST Log message: upgrade to Squid 2.5.PRE10 - The squid binary has been moved from bin/ to sbin/ - The cachemgr CGI is statically linked now CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/24 12:39:01 Modified files: usr.sbin/config: Makefile Log message: ELF_TOOLCHAIN, don't list all of them. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/24 13:03:19 Modified files: sys/arch/sparc64/dev: iommureg.h Log message: more use of volatile on registers, cleaning CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/24 13:07:43 Modified files: sys/arch/sparc64/dev: iommu.c Log message: No need to cast &thing to paddr_t* when thing IS a paddr_t CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/24 13:08:48 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Go ahead and enable schizo, you're no worse off with it than without.. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/24 13:10:54 Modified files: sys/arch/sparc64/dev: schizo.c schizoreg.h Log message: add support for schizo streaming buffers (per PBM), but leave the buffers disabled for now CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/24 13:12:00 Modified files: sys/arch/sparc64/dev: schizo.c Log message: nuke debugging cruft CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/24 13:53:50 Modified files: bin/csh : file.c Log message: Fix a bug I inadvertanly introduced while fixing the last problem in here. The item list really did want to be zero-filled since free_items() relies on this to find the end point. However, this is really pretty dumb since we *know* how many items are in the list. This highlights the elusive bug I was trying to fix--free_items() expects the list to be NULL-terminated which was not the case if the list was full. The fix is to simply pass free_items() the number of elements in the list. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/24 14:17:03 Modified files: sys/arch/hppa/hppa: db_disasm.c Log message: if it appears we are disassembling insn at the pc do not cause an extra memory fetch (and possibly a fault loop) get one from the iir in the frame CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2002/07/24 15:45:55 Modified files: sys/dev : systrace.c systrace.h Log message: better uid/gid tracking; okay deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/24 16:00:11 Modified files: lib/libc/sys : fork.2 Log message: o Mention that interval timers are cleared (FreeBSD) o Mention that _exit(2) should be used to avoid problems with stdio buffers and atexit(3) o Add STANDARDS section OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/24 16:10:23 Modified files: usr.sbin/syslogd: syslogd.c Log message: Sanity check snprintf() return values before using them. It is legal for snprintf(3) to return -1. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/24 16:47:11 Modified files: sys/arch/i386/conf: GENERIC Log message: spaces CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/24 16:58:39 Modified files: lib/libc/stdio : printf.3 Log message: Document that *printf can return -1 on error. This includes snprintf(), though our implementation never does this. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/24 16:59:03 Modified files: lib/libc/stdio : stdio.3 Log message: add *asprintf CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/24 17:10:01 Modified files: libexec/ftpd : ftpd.c Log message: What on earth possessed me to use %p instead of %m in syslog() to indicate the error string? CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/24 17:11:14 Modified files: libexec/identd : parse.c Log message: Sanity check snprintf() return values before using them. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/24 17:17:07 Modified files: libexec/ftpd : ftpd.c Log message: Also check for snprintf() returning < 0 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/24 17:20:12 Modified files: sys/arch/i386/i386: locore.s Log message: use properly sized regs for the prefix, only matters w/ picky binutils, old gas knows what to do; it's a ddb prettiness anyway CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/24 17:32:11 Modified files: sys/nfs : nfs_syscalls.c Log message: Use sizeof(array) instead of sizeof(array *) for bcopy length. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/24 17:58:18 Modified files: sys/dev/usb : usbdevs Log message: new devices CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/24 17:58:39 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/24 18:07:08 Modified files: sys/dev/usb : usbdevs Log message: typo CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/24 18:07:38 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: mouring@cvs.openbsd.org 2002/07/24 19:16:59 Modified files: usr.bin/ssh : sftp.c Log message: FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt. CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/24 19:21:51 Modified files: sys/kern : kern_exec.c Log message: Compare with the same type. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/24 19:26:02 Modified files: sys/kern : subr_userconf.c Log message: Modify lvalue only once between sequence points. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2002/07/24 19:56:43 Log message: Enhanced links with graphics support, tables, javascript and much more. See http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/ for details. brad@ ok. Status: Vendor Tag: fgsch Release Tags: fgsch_20020725 N ports/www/links+/Makefile N ports/www/links+/distinfo N ports/www/links+/pkg/SECURITY N ports/www/links+/pkg/DESCR N ports/www/links+/pkg/PLIST N ports/www/links+/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2002/07/24 20:00:27 Modified files: www/links/pkg : PLIST Log message: conflicts with links+ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2002/07/24 20:01:08 Modified files: www : Makefile Log message: enable links+ CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/24 20:18:11 Modified files: sys/dev/usb : ezload.c hid.c hid.h if_aue.c if_cue.c if_kue.c if_upl.c if_url.c ohcireg.h uaudioreg.h ucom.c udsbr.c uftdi.c uftdireg.h ugen.c uhcireg.h uhcivar.h uhid.c uhidev.c uhub.c ukbd.c ukbdmap.c ulpt.c umass.c umct.c umidi.c umidivar.h umodem.c ums.c uplcom.c urio.c usb.c usb.h usb_mem.c usb_mem.h usb_port.h usb_quirks.c usb_subr.c usbdevs usbdevs.h usbdevs_data.h usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.h uscanner.c usscanner.c uvisor.c uyap.c Log message: get rid of trailing whitespace CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/24 20:22:42 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/24 20:26:17 Modified files: sys/arch/hppa/hppa: trap.c Log message: only one trap generates exec fault and fetches the fault address from the pc queues, also supply fault_type (not that it is used that much) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/24 21:58:56 Modified files: usr.bin/netstat: atalk.c route.c Log message: handle < 0 and such better CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/24 22:07:33 Modified files: sys/dev/usb : ezload.c hid.c hid.h if_aue.c if_cue.c ohcireg.h uaudio.c uaudioreg.h ucom.c udsbr.c uftdireg.h ugen.c uhid.c uhidev.c ulpt.c umct.c umidi.c umidivar.h umodem.c ums.c uplcom.c usb_quirks.c urio.c uscanner.c uvisor.c uyap.c Log message: update $NetBSD$ tags CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/24 22:45:31 Modified files: sys/arch/hppa/hppa: machdep.c Log message: kcopy is a space-to-space copy from kernel space, to guess where, -- to the same kernel space, just error on fault CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/24 22:49:53 Modified files: sys/arch/hppa/hppa: locore.S Log message: preserve t4 as a saviour for the rp for the vfork() syscall. idea from fredette@ unroll the tmp copy loop in the trap return and take care of the frame. remove unused altlabel in copy_on_fault CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/24 22:51:40 Modified files: sys/arch/hppa/hppa: db_interface.c Log message: better kdbprinttrap() and copy over the frame into the db_regs when already spl-high CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/24 22:53:24 Modified files: sys/arch/hppa : TODO Log message: a few breakages w/ -current, maybe some other mickey might decide to fix those CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/24 22:58:57 Modified files: lib/libc/arch/hppa/sys: Ovfork.S Log message: real vfork CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/25 02:05:09 Modified files: faq : faq11.html Log message: new PCs include a Pentium IV CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/25 02:38:55 Modified files: infrastructure/templates: network.conf.template Log message: Update MASTER_SITE_GNOME. CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/25 03:14:14 Log message: Import glib 2.0.4. From DESCR: General-purpose library in it's second version from the GTK+ team, includes support routines for C such as lists, trees, hashes, memory allocation, and many other things. Joint effort between myself and couderc@. Status: Vendor Tag: nino Release Tags: nino_20020725 N ports/devel/glib2/Makefile N ports/devel/glib2/distinfo N ports/devel/glib2/patches/patch-configure N ports/devel/glib2/patches/patch-ltmain_sh N ports/devel/glib2/pkg/DESCR-docs N ports/devel/glib2/pkg/DESCR N ports/devel/glib2/pkg/PFRAG.shared N ports/devel/glib2/pkg/PLIST N ports/devel/glib2/pkg/PLIST-docs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/25 03:17:41 Log message: Import atk 1.0.2. From DESCR: The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices. Status: Vendor Tag: nino Release Tags: nino_20020725 N ports/devel/atk/Makefile N ports/devel/atk/distinfo N ports/devel/atk/patches/patch-configure N ports/devel/atk/patches/patch-ltmain_sh N ports/devel/atk/pkg/DESCR N ports/devel/atk/pkg/PLIST N ports/devel/atk/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/25 03:20:01 Log message: Import pango 1.0.3. From DESCR: Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed; however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. Status: Vendor Tag: nino Release Tags: nino_20020725 N ports/devel/pango/Makefile N ports/devel/pango/distinfo N ports/devel/pango/patches/patch-configure N ports/devel/pango/patches/patch-examples_Makefile_in N ports/devel/pango/patches/patch-ltmain_sh N ports/devel/pango/patches/patch-modules_Makefile_in N ports/devel/pango/patches/patch-pango_pc_in N ports/devel/pango/patches/patch-modules_basic_tables-big_i N ports/devel/pango/patches/patch-modules_arabic_arabic-ft2_c N ports/devel/pango/patches/patch-modules_hebrew_hebrew-x_c N ports/devel/pango/patches/patch-modules_hebrew_hebrew-ft2_c N ports/devel/pango/pkg/PFRAG.shared N ports/devel/pango/pkg/DEINSTALL N ports/devel/pango/pkg/DESCR N ports/devel/pango/pkg/INSTALL N ports/devel/pango/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/25 03:23:29 Modified files: devel : Makefile Log message: Add atk, glib2 and pango. CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/25 03:42:36 Log message: Import gtk+2. From DESCR: This is GTK+ version 2.0.5. GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. Status: Vendor Tag: nino Release Tags: nino_20020725 N ports/x11/gtk+2/Makefile N ports/x11/gtk+2/distinfo N ports/x11/gtk+2/patches/patch-configure N ports/x11/gtk+2/patches/patch-demos_Makefile_in N ports/x11/gtk+2/patches/patch-ltmain_sh N ports/x11/gtk+2/patches/patch-modules_input_Makefile_in N ports/x11/gtk+2/pkg/DEINSTALL N ports/x11/gtk+2/pkg/DESCR N ports/x11/gtk+2/pkg/DESCR-docs N ports/x11/gtk+2/pkg/INSTALL N ports/x11/gtk+2/pkg/PFRAG.shared N ports/x11/gtk+2/pkg/PLIST N ports/x11/gtk+2/pkg/PLIST-docs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/25 03:44:49 Modified files: x11 : Makefile Log message: Add gtk+2 CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2002/07/25 06:36:29 Modified files: faq : faq6.html Log message: with this misleading scrub description I'm no longer surprised that our users are confused. correct it. scrub is good. almost always, not just in special cases. ok dhartmei@, nick@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/25 06:43:28 Modified files: sys/netinet6 : ip6_mroute.c Log message: correct MTU check. sync w/kame CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2002/07/25 09:15:21 Modified files: faq : faq6.html Log message: two typos in my previous commit. two typos in the same sentence. not bad. found one myself, one from Josh Archambault CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/25 09:27:20 Modified files: sys/dev/pci : hifn7751.c hifn7751reg.h Log message: house cleaning, also fix a couple of incorrect bit definitions in the (currently unused) pk engine CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/25 09:41:39 Modified files: usr.sbin/user : user.c Log message: Check snprintf() rval for < 0; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/25 09:42:09 Modified files: libexec/telnetd: global.c Log message: Check snprintf() rval for < 0; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/25 10:02:15 Modified files: usr.bin/mg : theo.c Log message: this just had to go in CVSROOT: /cvs Module name: src Changes by: vincent@cvs.openbsd.org 2002/07/25 10:37:54 Modified files: usr.bin/mg : file.c fileio.c grep.c main.c Log message: replace the ugly and buggy adjustname function by a simple one using simple APIs. makes mg not crash with 65k filenames... ok art@ CVSROOT: /cvs Module name: src Changes by: vincent@cvs.openbsd.org 2002/07/25 10:40:57 Modified files: usr.bin/mg : buffer.c Log message: use vasprintf() instead of vsnprintf + malloc + vsnprintf hack;idea from deraadt ok art CVSROOT: /cvs Module name: src Changes by: marc@cvs.openbsd.org 2002/07/25 11:07:47 Modified files: etc : aliases Log message: add a few RFC 2142 suggested aliases, OK deraadt@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/25 12:19:06 Modified files: share/mk : bsd.prog.mk Log message: ELF_TOOLCHAIN except hppa for crtbegin and crtend. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 12:30:57 Modified files: sys/arch/sparc/sparc: locore.s Log message: remove the intrhand .comm, which was wrong, and is not needed CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2002/07/25 12:37:20 Modified files: . : orders.html Log message: Remove eSec from Australia, noted by Matthew Gregan CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/25 12:40:24 Modified files: usr.bin/make : Makefile Log message: Obey LDSTATIC when building "generate". CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 12:50:38 Modified files: sys/arch/sparc/sparc: locore.s Log message: really remove it CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/25 12:57:50 Modified files: sys/dev/wsfont : wsfont.c Log message: When building kernels with the SMALL_KERNEL option (typically, RAMDISK), only one wsfont will be included. Instead of forcing it to be the 8x16 font, choose it depending on the architecture we are compiling for - this way, sparc* will get the PROM-like 12x22 font instead. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/25 13:01:19 Modified files: sbin/wsconsctl : util.c sys/dev/wscons : wsconsio.h Log message: Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name, ..._SUN24, since this only means 24 bit framebuffers with BGR encoding. Also add a WSDISPLAY_TYPE_SUNBW for Sun monochrome framebuffers, to be used by Xwsfb shortly. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/25 13:03:25 Modified files: sys/dev/wscons : wsemul_sun.c wsdisplayvar.h Log message: Rework the color usage in wsemul_sun displays, to match SunOS and Solaris text mode colors. This means black text on white background, even for the kernel messages. Initially based on a patch from jason@, then some tinkering by me. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/25 13:04:46 Modified files: sys/arch/sparc64/dev: creator.c sys/dev/sbus : bwtwo.c cgsix.c cgthree.c Log message: Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, and add the necessary magic for wsemul_sun color handling. Initially based on a patch from jason@, then some tinkering by me. CVSROOT: /cvs Module name: XF4 Changes by: miod@cvs.openbsd.org 2002/07/25 13:05:58 Modified files: xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c Log message: Adapt to WSDISPLAY_TYPE_SUNFFB name change. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/25 13:18:44 Modified files: sys/dev/rasops : rasops8.c Log message: If passed RI_BSWAP, swap32 the stamp CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/25 13:19:55 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: There's no need to override the default mapping to big endian now that rasops8 handles byte swapping itself. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/25 13:29:32 Modified files: distrib/notes : m4.common distrib/notes/sparc: contents install upgrade xfer Log message: Due to changes having already occured, and more being cooked at this very moment, OpenBSD/sparc installation media will not allow upgrades to 3.2. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/25 13:40:33 Modified files: sys/arch/sparc64/dev: creator_mainbus.c creator_upa.c Log message: use bus_space_map, not bus_space_map2, and fix failure printf's CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2002/07/25 14:28:01 Modified files: . : macppc.html Log message: Note addition of cardbus support. CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2002/07/25 14:31:55 Modified files: . : macppc.html Log message: Remove the line saying unsupported (when just added to the supported section). CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2002/07/25 14:41:26 Modified files: . : macppc.html Log message: Move 'Other Devices' below Cryptography. Move Firewire and backlight support into Other Devices, and report current support level. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 14:42:53 Modified files: sys/altq : altq_subr.c Log message: support 486 which lack the pentium_mhz stuff; from rees, kjc ok CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 15:12:47 Modified files: lib/libc/net : ns_ntoa.c Log message: cleanup CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 15:13:45 Modified files: lib/libc/net : getaddrinfo.c gethostnamadr.c getnetnamadr.c res_init.c Log message: kill more strcpy CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/25 15:17:18 Modified files: sys/arch/hppa/conf: Makefile.hppa Log message: strip off annoying local gcc symbols (jason was complaining hangman being too easy ;) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 15:55:30 Modified files: lib/libc/net : res_debug.c Log message: more snprintf and strlcpy; help from millert CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2002/07/25 16:06:57 Modified files: faq : faq6.html index.html Log message: New section: 6.10 - Setting up a bridge with OpenBSD. ok Jason@ CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/07/25 16:07:37 Modified files: xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c Log message: Make it possible to build this driver without the XFreeXDGA extension. CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/25 16:18:27 Modified files: sys/kern : kern_time.c sys/sys : time.h sys/compat/linux: linux_misc.c sys/compat/sunos: sunos_misc.c Log message: Avoid time wrap at securelevel 2. ok millert@ fgsch@ CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2002/07/25 16:25:56 Modified files: . : macppc.html Log message: Add labels for some sections. Clarify support for some devices on Cardbus as well as pci/obio. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 16:27:50 Modified files: sbin/wicontrol : wicontrol.c Log message: pretty CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/07/25 16:30:03 Modified files: xc/programs/Xserver/hw/xfree86/common: Imakefile Log message: - thinko : defined(__OpenBSD__) -> defined(OpenBSDArchitecture) This is Imakefile, not a C source. - make it possible to build this without DGA CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/07/25 16:31:44 Modified files: xc/programs/Xserver/hw/xfree86/common: xf86Init.c xc/programs/Xserver/hw/xfree86/loader: dixsym.c xf86sym.c Log message: make it possible to build this without DGA. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/25 16:32:33 Modified files: sys/arch/hppa/hppa: machdep.c Log message: missing arg in the call to the pdc_call since some old times CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/25 16:33:15 Modified files: games/freeciv/pkg: DESCR Log message: Add information about sound sets to description. Submitted by Aleksander Piotrowski . CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/25 16:37:23 Modified files: usr.bin/mg : theo.c Log message: love, jason CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2002/07/25 17:31:04 Modified files: sys/dev/pci : agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_sis.c agp_via.c agpvar.h Log message: - some KNF. - comment out debugging printf for i810. - remove checks for failure if malloc is used with M_WAITOK. mickey@ ok. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/25 18:08:10 Modified files: devel/jdk/1.3-linux: Makefile distinfo Log message: Update to 1.3.1_04. From maintainer Christian Edward Gruber . CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/25 18:14:37 Added files: databases/gdbm/patches: patch-falloc_c Log message: Fix a rare crash bug involving large databases (~1GB+), a large number of transactions, and 64bit file offsets. From downsj@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/25 18:27:11 Modified files: lib/libcurses : Makefile Log message: Obey LDSTATIC for the helper binaries. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2002/07/25 18:28:30 Modified files: net/mtr : Makefile Log message: rename curses flavour to no_x11 & remove NEED_VERSION CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/25 18:36:22 Log message: Import p5-Palm 1.2.4. Submitted by Sebastian Stark . A set of Perl 5 modules for reading, manipulating, and writing the .pdb and .prc database files used by PalmOS devices such as the PalmPilot and its successors. Status: Vendor Tag: naddy Release Tags: naddy_20020726 N ports/palm/p5-Palm/Makefile N ports/palm/p5-Palm/distinfo N ports/palm/p5-Palm/pkg/PLIST N ports/palm/p5-Palm/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/25 18:37:23 Modified files: palm : Makefile Log message: +p5-Palm CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 19:20:21 src/regress/sys/kern/nxbss Update of /cvs/src/regress/sys/kern/nxbss In directory cvs.openbsd.org:/usr/src/regress/sys/kern/nxbss Log Message: Directory /cvs/src/regress/sys/kern/nxbss added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 19:20:44 Added files: regress/sys/kern/nxbss: Makefile nxbss.c Log message: check for non-exec of bss CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 19:32:07 Modified files: regress/sys/kern: Makefile regress/sys/kern/nxbss: Makefile regress/sys/kern/nxstack: Makefile Log message: regress these only on the architectures where they are expected to work CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/25 19:52:02 Modified files: regress/sys/kern/nxbss: Makefile regress/sys/kern/nxstack: Makefile Log message: and hppa CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2002/07/25 20:51:53 Modified files: devel/libicq2000: Makefile distinfo devel/libicq2000/pkg: PFRAG.shared Log message: Update to libicq2000-0.3.2 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2002/07/25 20:52:11 Modified files: net/ickle : Makefile distinfo Log message: Update to ickle-0.3.2 CVSROOT: /cvs Module name: www Changes by: jcs@cvs.openbsd.org 2002/07/25 21:46:00 Modified files: portsplus : index.html Log message: catch up CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/25 22:24:44 Modified files: sys/dev/sbus : cgsix.c Log message: add support for hardware accelerated fill/copy; from NetBSD (committed from the acceptably fast non-X11 console of a U1) CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2002/07/25 22:31:51 Modified files: . : want.html Log message: Need a TGX+ CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/25 23:16:12 Modified files: x11/gtk+2 : Makefile Log message: Fix freetype clash. CVSROOT: /cvs Module name: ports Changes by: dhartmei@cvs.openbsd.org 2002/07/26 01:22:37 ports/net/pfstat Update of /cvs/ports/net/pfstat In directory cvs.openbsd.org:/tmp/cvs-serv30179/pfstat Log Message: Directory /cvs/ports/net/pfstat added to the repository CVSROOT: /cvs Module name: ports Changes by: dhartmei@cvs.openbsd.org 2002/07/26 01:23:39 ports/net/pfstat/pkg Update of /cvs/ports/net/pfstat/pkg In directory cvs.openbsd.org:/tmp/cvs-serv28713/pkg Log Message: Directory /cvs/ports/net/pfstat/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: dhartmei@cvs.openbsd.org 2002/07/26 01:25:35 Added files: net/pfstat : Makefile distinfo net/pfstat/pkg : DESCR PLIST Log message: pfstat is a small utility that collects packet filter statistics and produces graphs. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/26 03:54:29 Modified files: sbin/pfctl : parse.y Log message: make the order of log and quick irrelevant. now both block in log quick all and block in quick log all work. ok dhartmei@, deraadt@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/26 04:21:44 Modified files: usr.sbin/httpd : Makefile.tmpl Log message: few more $(SHELL); "Aaron Yourk" CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2002/07/26 05:19:01 Modified files: security/cyrus-sasl2: Makefile security/cyrus-sasl2/pkg: PLIST Log message: move doc to doc/sasl2 CVSROOT: /cvs Module name: ports Changes by: dhartmei@cvs.openbsd.org 2002/07/26 05:38:35 Modified files: net : Makefile Log message: add pfstat, thanks naddy CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2002/07/26 07:33:19 Modified files: . : index.html Log message: Don't cry for me, Argentina CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/26 09:12:17 Modified files: net/netatalk/stable: Makefile net/netatalk/stable/patches: patch-etc_afpd_volume_c Added files: net/netatalk/stable/patches: patch-etc_afpd_directory_c patch-etc_afpd_enumerate_c patch-etc_afpd_file_c patch-etc_afpd_file_h patch-etc_afpd_filedir_c patch-etc_afpd_fork_c patch-etc_afpd_ofork_c patch-etc_afpd_unix_c patch-libatalk_dsi_dsi_stream_c Log message: Fix a lot of problem with afpd. From maintainer Ian McWilliam . CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/26 09:16:47 Modified files: regress/sbin/pfctl: pf2.in Log message: swap log and quick a few times CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/26 09:49:56 Modified files: sys/dev/sbus : cgsix.c Added files: sys/dev/sbus : cgsixreg.h Log message: House cleaning (move reg defns into their own file), and be sure to drain the CG6 before starting operations. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2002/07/26 10:14:47 Modified files: security/cyrus-sasl/pkg: PLIST security/cyrus-sasl2/pkg: PLIST Log message: sasl & sasl2 should not be installed at the same time, mark conflict CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/26 10:39:04 Modified files: sys/arch/sparc64/dev: creator_mainbus.c creator_upa.c creatorvar.h Added files: sys/arch/sparc64/dev: creatorreg.h Log message: - Move register defns to their own header file and add a whole bunch of them - map the fbc register set CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/26 10:57:16 Modified files: sys/arch/sparc64/dev: creator.c creatorvar.h Log message: - remove duplicate defns - start at some utility functions for the FBC handling CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2002/07/26 11:53:30 Modified files: openssh : index.html Log message: Bye Argentine Mirror here too (nudge from miod@) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/26 11:54:49 Modified files: net/netatalk/stable/patches: patch-etc_afpd_directory_c patch-etc_afpd_file_c patch-etc_afpd_filedir_c Log message: Remove hunks with $Id keywords that accidentally sneaked in. Thanks jakob@ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/26 12:00:08 Modified files: sys/arch/sparc64/dev: creator.c creatorreg.h Log message: - add hardware support for eraserows and erasecols - also fix some register names and add yet more of them [one thing this chip isn't lacking is registers...] CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/26 12:23:35 Modified files: sys/arch/sparc64/dev: creator.c Log message: fifo needs 6 entries before we feed it rectangle command CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/26 12:34:06 Modified files: sys/arch/sparc64/conf: GENERIC Log message: bwtwo tested and works, minus one rasops fix coming soon. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/26 12:36:33 Modified files: sys/arch/sparc/include: vmparam.h Log message: Zap VM_KMEM_SIZE, not used anymore. Pointed out by francisco CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/26 13:00:15 Modified files: textproc/isearch: Makefile textproc/isearch/patches: patch-Makefile textproc/isearch/pkg: DESCR PLIST Log message: Update master site; from anonymous via Ejovi Nuwere . While we're here, honor CXX/CXXFLAGS and miscellaneous cleanup. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/26 13:00:43 Modified files: lib/libc_r/uthread: Tag: OPENBSD_3_0 uthread_sig.c Log message: MFC (rev 1.9), proactively preempting popular demand. Original commit message: Fix signal dispatching. No-one has reported any probs (other than with regression tests that need to be fixed) and fgs@ thinks it's OK. I'll look at the pthreads regression tests, next CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/26 13:31:36 Modified files: x11/xmbdfed : Makefile distinfo Added files: x11/xmbdfed/patches: patch-bdf_h patch-xmbdfed_c Removed files: x11/xmbdfed/patches: patch-aa patch-ab Log message: - Update to 4.5 patch 1. - Regenerate patches. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/26 13:38:47 Modified files: misc/xless : Makefile misc/xless/pkg : DESCR Added files: misc/xless/patches: patch-Imakefile patch-callbacks_c patch-xless_h Removed files: misc/xless/patches: patch-aa patch-ab patch-ac Log message: regen patches and clean up CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/26 13:52:03 Modified files: games/rogue : inventory.c message.c Log message: We're in curses, so use getch() rather than getchar(). CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/26 13:53:15 Modified files: games/rogue : object.c Log message: indent CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/26 13:56:07 Modified files: games/rogue : rogue.h save.c Log message: A few better buffer sizes (from Ian McWilliam, long ago); functions local to save.c are no longer in rogue.h; use write() to save files rather than fwrite() since this can end up being called in a signal handler (it's still not clean though). CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/26 13:57:23 Modified files: audio/esound : Makefile distinfo audio/esound/patches: patch-Makefile.in patch-acconfig_h patch-audio_c patch-config_h_in patch-configure_in patch-esd.c patch-esdlib.c audio/esound/pkg: PFRAG.shared PLIST Added files: audio/esound/patches: patch-util_c Removed files: audio/esound/patches: patch-esd.h patch-ltconfig patch-ltmain.sh Log message: upgrade to esound 0.2.28 -- With some testing by: naddy@ CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/26 14:03:46 Modified files: games/hunt/huntd: terminal.c Log message: Theo pointed out a vsnprintf() whose return value was being used inappropriately. CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/26 14:14:39 Modified files: games/trek : attack.c snova.c Log message: \a rather than embedded ^G CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/26 14:17:21 Modified files: gnu/usr.bin/ld/ldconfig: ldconfig.8 Log message: comma splice CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/26 14:19:22 Modified files: games/tetris : screen.c shapes.c tetris.6 tetris.c tetris.h Log message: add classic mode, closer to the way tetris felt a couple decades ago; pjanzen@ ok CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2002/07/26 14:32:07 Modified files: sys/dev/pci : pcidevs Log message: More Apple pci devs, from NetBSD. CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/26 14:32:38 Modified files: games/grdc : grdc.6 grdc.c Log message: The elusive original author of this program and man page surfaced long enough to state the following, when asked about licensing issues: "It's ok to put any copyright as long as it stays in the public domain. ... Since I did not write it to make any profit or fame in the first place, I guess its use is not limited by any license. Of course I would not object to my name being mentioned." Then he disappeared again. So I've put on a current copyright to him, and labelled the code explicitly as public domain. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2002/07/26 14:34:25 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2002/07/26 14:36:42 Modified files: sys/dev/pci : if_gem_pci.c Log message: Recognize additional gem pci id, from NetBSD. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/26 14:36:48 Modified files: usr.sbin/afs/lib/libarla: Makefile.ko.inc Log message: build gensysname with HOSTCC. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/26 15:30:20 Modified files: games/tetris : input.c Log message: put to the -Wall an unused variable CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/26 15:33:28 Modified files: games/tetris : screen.c shapes.c tetris.c tetris.h Log message: give it some healthy dosage of vitamin const CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/26 17:30:42 Modified files: regress/sys/kern/nxbss: nxbss.c Log message: ensure that bss object being used is not ... inside the last page of data. a.out ZMAGIC permits that to happen. so we need to pad it over, for the test to work. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/26 17:32:50 Modified files: sys/kern : exec_aout.c Log message: request non-executable BSS from uvm (first page of BSS may land inside last page of DATA, and still have executability unless we can find a resolution to the GOT/PLT issues in a.out) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/26 18:46:03 Modified files: distrib/sets/lists/base: md.alpha md.amiga md.hp300 md.hppa md.i386 md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sparc md.sparc64 md.sun3 md.vax distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2002/07/26 22:05:09 Modified files: distrib/miniroot: install.sub upgrade.sh Log message: Fix two problems. 1) Even if /sbin/mount_nfs is present, do *not* try to automatically mount nfs file systems. Because not all name resolution mechanisms are present during upgrade (e.g. yp) it is not safe to do so. The user must manually mount nfs file systems if they are the source of any sets. Problem noted by miod@, change seconded by deraadt@. 2) Change initial verbiage so that a brief introduction is displayed, along with the information about !foo or !, before the terminal type is requested. After the terminal type is known display the rest of the introductory text using less -XE. This belts and suspender fix makes both the install and upgrade text fit in 'page' size (<24 lines) chunks and ensures that if the text ever grows beyond a page a more informative prompt is displayed. Problem noted by millert@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/26 22:10:01 Modified files: etc : rc Log message: echo before running sshd; mcbride@countersiege.com CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/27 00:49:28 src/regress/sys/kern/nxstack-mprotect Update of /cvs/src/regress/sys/kern/nxstack-mprotect In directory cvs.openbsd.org:/tmp/cvs-serv13575/nxstack-mprotect Log Message: Directory /cvs/src/regress/sys/kern/nxstack-mprotect added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/27 00:52:37 Added files: regress/sys/kern/nxstack-mprotect: Makefile nxstack-mprotect.c Log message: test for mprotect() on the stack area: try force execable mapping on it first, and it should run a code on the stack fine; then lower the protection to non-exec and observe a sigfault. fail contraccordingly CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/27 01:27:04 Modified files: usr.sbin/authpf: authpf.8 Log message: Typo; spotted by cdjones@novusordo.net. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/27 02:01:32 Modified files: regress/sys/kern/nxstack-mprotect: Makefile Log message: limit this to the right architectures CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/27 02:01:47 Modified files: sys/dev : sequencer.c Log message: Variable name typo in debugging code. tick -> ticks. CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2002/07/27 02:46:51 Added files: usr.sbin/rdate : ntpleaps.c ntpleaps.h Log message: leapsecond support; written by thorsten glaser; ok millert@ CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2002/07/27 02:47:19 Modified files: usr.sbin/rdate : Makefile ntp.c Log message: enable leapsecond supprt CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/27 02:51:57 Modified files: ja : index.html orders.html want.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/27 02:53:59 Modified files: faq/ja : index.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/27 02:58:29 Modified files: es : index.html orders.html want.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/27 02:59:22 Modified files: openssh/es : index.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/27 03:00:49 Modified files: faq/es : faq11.html faq6.html index.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2002/07/27 03:29:50 Modified files: usr.sbin/rdate : rdate.c rdate.8 Log message: add verbose output option CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/27 04:51:28 Modified files: nl : index.html orders.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/27 04:53:34 Modified files: openssh/nl : index.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/27 07:12:38 src/libexec/ld.so/sparc Update of /cvs/src/libexec/ld.so/sparc In directory cvs.openbsd.org:/tmp/cvs-serv23987/sparc Log Message: Directory /cvs/src/libexec/ld.so/sparc added to the repository CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/27 07:19:26 Modified files: libexec/ld.so : Makefile loader.c Added files: libexec/ld.so/sparc: archdep.h ldasm.S rtld_machine.c syscall.h Log message: Just a skeleton for sparc. Builds, but pieces are missing and it doesn't even get to dl_boot_bind correctly. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2002/07/27 07:31:30 Modified files: sbin/disklabel : disklabel.8 Log message: Typo; similates -> simulates CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/27 07:56:36 Modified files: libexec/ld.so/sparc: ldasm.S Log message: Stop being too creative, steal more code from sparc64. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/27 09:35:55 Modified files: libexec/ld.so/sparc: ldasm.S Log message: this is not sparc64. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/27 09:36:53 Modified files: libexec/ld.so/sparc: archdep.h Log message: Make self-relocation work. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/27 09:40:44 Modified files: libexec/ld.so : loader.c Log message: I don't see the point of a return at the end of a void function. CVSROOT: /cvs Module name: XF4 Changes by: todd@cvs.openbsd.org 2002/07/27 09:51:18 Modified files: distrib/sets/lists/xbase: md.mvme68k Log message: sync CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2002/07/27 10:55:17 Modified files: sys/dev/pci : pcidevs Log message: New Promise device. -moj CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/27 10:56:01 Modified files: libexec/ld.so/sparc: rtld_machine.c Log message: Commit work in progress before I get drunk tonight. Code from sparc64 and NetBSD. Basically we can link the most, lazy linking works (!), but something else is screwed. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2002/07/27 10:56:55 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Sync. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2002/07/27 11:05:54 Modified files: sys/dev/pci : pcidevs Log message: New VIA device. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2002/07/27 11:06:58 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Sync. -moj CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/27 11:50:32 Modified files: share/man/man7 : hier.7 Log message: Fix the MAKEDEV(8) Xr, thanks to couderc@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/27 12:15:02 Modified files: x11/openbox : Makefile distinfo x11/openbox/pkg: PLIST Log message: upgrade to openbox 1.2.4 CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2002/07/27 12:55:43 Modified files: sys/dev/pci : pcidevs Log message: VIA VT6202 is USB 2.0. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2002/07/27 12:57:08 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: Sync. -moj CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2002/07/27 13:21:16 Modified files: sys/dev/pci : aac_pci.c Log message: Was missing product entries for the PERC_3DI_2 and PERC_3DI_3 ID's. Now the RAID in Dell PowerEdge 2650 machines will be configured. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/27 13:49:00 Modified files: usr.sbin/httpd/htdocs: index.html Log message: Fix art link, PR #2840 CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2002/07/27 14:11:34 Modified files: usr.sbin/rdate : ntp.c rdate.8 rdate.c Log message: move leap seconds correction to -N option for now CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/07/27 14:37:38 Modified files: xc/programs/Xserver/hw/xfree86/common: xf86.h xf86Bus.c Log message: 64bit warning fix. Access is an unsigned long. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/07/27 15:41:41 Modified files: xc/programs/Xserver/hw/xfree86/common: xf86Init.c xc/programs/Xserver/hw/xfree86/os-support/bsd: alpha_video.c bsd_init.c i386_video.c ppc_video.c sparc64_video.c xc/programs/Xserver/os: utils.c Log message: Do every task that requires root privileges early in osinit() and then revoke those privileges. Currently only useful if server is started by startx/xinit. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/27 16:06:06 Modified files: gnu/usr.bin/ld/rtld: rtld.c Log message: ask uvm to map the bss of each .so module non-executable. again, we cannot do this to the data segments until we know how big the got/plt zone is... anyone want to track that down? CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2002/07/27 16:11:58 Modified files: etc : rc Log message: Create directories for X11 unix socket at boot time. This removes the need for root privileges for processes that create the sockets later. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/27 16:17:49 Modified files: sys/dev/rasops : rasops.c rasops1.c rasops15.c rasops2.c rasops24.c rasops32.c rasops4.c rasops8.c rasops_bitops.h Log message: Unstaticize functions, for my ddb sessions pleasure. Plus it makes hangman more difficult. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/27 16:18:21 Modified files: sys/dev/rasops : rasops4.c Log message: Fix PIXEL_SHIFT value for 4bit displays. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/27 16:30:00 Modified files: usr.sbin/lpr/common_source: startdaemon.c usr.sbin/lpr/lpd: printjob.c Log message: merge if() and foo = snprintf checks better; millert ok CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/07/27 16:36:13 Modified files: xc/config/cf : OpenBSD.cf Log message: Xsun servers don't need setuid now that /tmp/.X11-unix is created at boot time. CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2002/07/27 18:44:48 Modified files: libexec/ftpd : ftpd.8 Log message: talk about auth-ftp, not auth-ftpd entry in login.conf; from francesco@toscan.biz CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/27 18:48:38 Modified files: x11/kdirstat : Makefile Log message: don't set MODGNU_CONFIG_GUESS_DIRS, the versions that come with this program are new enough as is. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2002/07/27 19:14:58 Modified files: distrib/miniroot: install.sub install.sh Log message: New feature request by (most recently) drahn@: Do not allow the same mountpoint to be specified for >1 disk partition. If a mountpoint that has already been specified is entered again an error message of the form: Invalid response: sd0a is already being mounted at /var is emitted. Partitions on both the disk being initialized and previously initialized disks are checked. Rework a bit of the logic to simplify and shorten in compensation. e.g. eliminate references to /tmp/fstab. as it is never created. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/27 19:30:08 Modified files: sys/dev/rasops : rasops.h Log message: Define RASOPS_SMALL when SMALL_KERNEL is also defined. Shaves a few more KB out of alpha (and others) ramdisks. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2002/07/27 19:39:14 Modified files: sys/arch/macppc/conf: RAMDISK sys/arch/sparc/conf: RAMDISK sys/arch/sparc64/conf: RAMDISK sys/arch/sun3/conf: RAMDISK Log message: Add 'option NFSCLIENT' to macppc RAMDISK. Delete (comment out) 'option NFSCLIENT' in sparc, sparc64, and sun3 RAMDISKs. This brings the presence of /sbin/mount_nfs in the boot image and the presence of NFSCLIENT in the RAMDISK kernel into alignment. Except for sparc64 which will now have mount_nfs removed from the boot image to save space. mvme88k RAMDISK did not need to be adjusted as it only *looks* like it does not have NFSCLIENT. It actually includes the system GENERIC. Investigation for inconsistancies prompted by todd@. This solution recommended by deraadt@. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/27 20:11:37 Modified files: databases/db : Makefile databases/db/pkg: PFRAG.shared PLIST Removed files: databases/db/pkg: PFRAG.c++ PFRAG.c++.shared PFRAG.java Log message: - remove the useless Java FLAVOR - merge the C++ FLAVOR into the main package CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/27 20:14:39 Modified files: databases : Makefile Log message: bye bye Java FLAVOR CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2002/07/27 21:33:29 Modified files: distrib/sparc64/bsd.rd: list Log message: Since NFSCLIENT is no longer present in any RAMDISK* config, there is no need for mount_nfs in any boot image. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/27 22:40:40 Modified files: graphics/libart: Makefile distinfo graphics/libart/pkg: PFRAG.shared PLIST Log message: upgrade to libart 2.3.10 -- From: The new MAINTAINER, Marc Matteo CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/27 22:43:26 Added files: graphics/libart/patches: patch-configure patch-ltmain_sh Log message: upgrade to libart 2.3.10 -- From: The new MAINTAINER, Marc Matteo CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/27 22:48:16 Modified files: graphics/dia : Makefile graphics/dia/patches: patch-configure Log message: use new libart -- From: Marc Matteo CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/27 23:22:24 Modified files: textproc/openjade: Makefile Log message: respect CXX. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2002/07/28 00:25:14 Modified files: sys/arch/sparc64/dev: creator.c creatorreg.h Log message: more registers; jason@ ok. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2002/07/28 00:27:07 Modified files: sys/dev/ic : ac97.c ac97.h Log message: minor things from ac97 rev 2.3; mickey@ ok CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/28 00:59:50 Modified files: textproc/openjade/patches: patch-style_Makefile.sub Added files: textproc/openjade/patches: patch-lib_parser_inst_m4 patch-style_LangObj_cxx Removed files: textproc/openjade/patches: patch-size_t patch-wchar Log message: - add RCS id - use patch names from update-patches CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/28 01:22:39 Modified files: graphics/libart/pkg: PFRAG.shared PLIST Log message: add pkgconfig file. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/28 01:24:21 Modified files: graphics/libart/pkg: PFRAG.shared Log message: oops, revert previous change. CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2002/07/28 01:48:30 Modified files: usr.sbin/rdate : ntp.c Log message: call ntpleaps before trying to sync if needed CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/28 02:44:14 Modified files: games/monop : brd.dat cards.c deck.h execute.c getinp.c houses.c initdeck.c jail.c misc.c mon.dat monop.6 monop.c monop.def monop.h morg.c print.c prop.c rent.c roll.c spec.c trade.c Log message: Tidy the code, follow the rules more closely (and document where we diverge), and make save files work. The last stops a number of segfaults. CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/28 06:00:52 Modified files: devel/glib2 : Makefile Log message: iconv modules is not needed when the gettext module is used. spotted by fgsch@. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/28 09:01:27 Added files: security/gnupg/patches: idea-patch-cipher_Makefile_am Log message: Fix idea flavor: Revive patch to cipher/Makefile.am because configure extracts the list of modules to build from there. Sic. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/28 09:46:52 Modified files: www/konqueror-embedded: Makefile Log message: libpng include path CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/28 11:07:33 Modified files: sys/arch/sparc64/dev: creatorreg.h Log message: documentation CVSROOT: /cvs Module name: ports Changes by: couderc@cvs.openbsd.org 2002/07/28 12:50:33 Modified files: mail/sylpheed : Makefile distinfo Log message: update to 0.8.1 (bugfix) CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/28 12:52:23 ports/graphics/gimp/stable Update of /cvs/ports/graphics/gimp/stable In directory cvs.openbsd.org:/tmp/cvs-serv3007/stable Log Message: Directory /cvs/ports/graphics/gimp/stable added to the repository CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/28 12:52:25 ports/graphics/gimp/snapshot Update of /cvs/ports/graphics/gimp/snapshot In directory cvs.openbsd.org:/tmp/cvs-serv3007/snapshot Log Message: Directory /cvs/ports/graphics/gimp/snapshot added to the repository CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/28 13:26:04 Modified files: ru : anoncvs.html ftp.html index.html Log message: mirror changes CVSROOT: /cvs Module name: ports Changes by: couderc@cvs.openbsd.org 2002/07/28 13:35:51 Log message: OpenH323 is a free, open-source (Mozilla Public License) library for the H.323 internet teleconferencing protocol (as used in NetMeeting, etc). Status: Vendor Tag: couderc Release Tags: couderc_2002-Jul-28 N ports/net/openh323/Makefile N ports/net/openh323/distinfo N ports/net/openh323/pkg/PLIST N ports/net/openh323/pkg/DESCR N ports/net/openh323/pkg/PFRAG.shared N ports/net/openh323/patches/patch-Makefile N ports/net/openh323/patches/patch-openh323u_mak N ports/net/openh323/files/patch-lib_mak N ports/net/openh323/files/patch-unix_mak No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: couderc@cvs.openbsd.org 2002/07/28 13:51:44 Modified files: net : Makefile Log message: Add openh323 CVSROOT: /cvs Module name: ports Changes by: lebel@cvs.openbsd.org 2002/07/28 14:18:40 Modified files: graphics/qiv : Makefile distinfo Log message: update graphics/qiv to 1.8; thanks mark@ CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/28 14:55:00 Modified files: share/man/man9 : spl.9 Log message: Grammar. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2002/07/28 15:22:28 Modified files: sys/ufs/ext2fs : ext2fs_vfsops.c Log message: optionnal -> optional. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/28 15:55:19 Log message: The Gimp stable port (1.2.3) Status: Vendor Tag: brad Release Tags: brad_07-28-2002 N ports/graphics/gimp/stable/Makefile N ports/graphics/gimp/stable/distinfo N ports/graphics/gimp/stable/patches/patch-Makefile.in N ports/graphics/gimp/stable/patches/patch-app_plug_in_c N ports/graphics/gimp/stable/patches/patch-configure N ports/graphics/gimp/stable/patches/patch-libgimp_Makefile.in N ports/graphics/gimp/stable/patches/patch-ltmain.sh N ports/graphics/gimp/stable/patches/patch-plug-ins_libgck_gck_Makefile.in N ports/graphics/gimp/stable/patches/patch-po-libgimp_Makefile.in.in N ports/graphics/gimp/stable/patches/patch-po-plug-ins_Makefile.in.in N ports/graphics/gimp/stable/patches/patch-po-script-fu_Makefile.in.in N ports/graphics/gimp/stable/patches/patch-gimptool-1_2_in N ports/graphics/gimp/stable/pkg/DEINSTALL N ports/graphics/gimp/stable/pkg/DESCR N ports/graphics/gimp/stable/pkg/INSTALL N ports/graphics/gimp/stable/pkg/PLIST N ports/graphics/gimp/stable/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/28 15:59:40 Modified files: graphics/gimp : Makefile Removed files: graphics/gimp : distinfo graphics/gimp/patches: patch-Makefile.in patch-app_plug_in_c patch-configure patch-gimptool.in patch-libgimp_Makefile.in patch-ltconfig patch-ltmain.sh patch-plug-ins_libgck_gck_Makefile.in patch-po-libgimp_Makefile.in.in patch-po-plug-ins_Makefile.in.in patch-po-script-fu_Makefile.in.in graphics/gimp/pkg: DEINSTALL DESCR INSTALL PFRAG.shared PLIST Log message: bye bye old port. CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 20:38:54 Modified files: sys/dev/usb : if_kue.c Log message: Refetch interface handle on reset. Avoids potential access to freed memory. From FreeBSD via NetBSD CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 20:56:56 Modified files: sys/dev/usb : if_upl.c Log message: Make code more portable CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 20:59:05 Modified files: sys/dev/usb : if_urlreg.h Log message: Make code more portable CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 21:01:48 Modified files: sys/dev/usb : uftdi.c Log message: Update from NetBSD. Log message: Add code to setup hardware or software flow control (or none at all, if necessary) depending on the user-specified termios flags. This allows the device to talk to DCEs which don't assert RTS (i.e. dumb, 3-wire serial ports). CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 21:04:16 Modified files: sys/dev/usb : ukbdmap.c Log message: update copyright and Id tags CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 21:10:15 Modified files: sys/dev/usb : usbdevs Log message: new devices from netbsd CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 21:10:55 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 21:31:10 Modified files: sys/dev/usb : usbdevs Log message: another usb ethernet device CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 21:31:38 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/28 21:33:02 Modified files: sys/dev/usb : if_aue.c Log message: another usb ethernet device from NetBSD CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2002/07/28 21:46:28 Modified files: sysutils/gkrellm: Makefile distinfo sysutils/gkrellm/patches: patch-src_Makefile_src Added files: sysutils/gkrellm/patches: patch-src_apm_c Log message: update to gkrellm-1.2.13 apm support works on macppc, patch sent upstream all from peter hessler CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2002/07/28 22:01:09 Modified files: sys/ufs/ext2fs : ext2fs.h Log message: add 2 flags from ext3. useful to help you diagnose problems. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/28 23:45:29 Modified files: sys/dev/pci : hifn7751.c Log message: hifn isn't sure if the burst write problem applies to the 7811 rev 1 or not, so play it safe and apply the workaround on all 7811's. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/28 23:53:12 Modified files: sys/arch/sparc64/dev: creator.c creatorvar.h Log message: - cache the last value written to FBC_FG and avoid unnecessary fifo writes - add a copyrows implementation based on the VSCROLL drawing operation. It draws a correctly sized rectangle, but I have no idea where the source data came from... so it's currently disabled =) CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/29 00:21:46 Modified files: sys/arch/sparc64/dev: creator.c creatorreg.h Log message: use ROP_OLD for VSCROLL, with this, vertical scroll (copyrows) works (and it's -fast-) CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/29 00:23:06 Modified files: share/man/man4/man4.sparc64: creator.4 Log message: update CVSROOT: /cvs Module name: ports Changes by: jsyn@cvs.openbsd.org 2002/07/29 02:26:32 Modified files: security/arirang: Makefile distinfo security/arirang/pkg: PLIST DESCR Removed files: security/arirang/patches: patch-osfinger_c Log message: update to arirang-1.6; from pilot@monkey.org, with minor changes CVSROOT: /cvs Module name: ports Changes by: shell@cvs.openbsd.org 2002/07/29 02:31:43 Added files: textproc/libxslt/patches: patch-configure Log message: Fixed libtool build error, patch by Marc Matteo CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/29 03:26:15 Modified files: sys/netinet : in4_cksum.c Log message: be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI C pointer aliasing rule (gcc optimization/7427). from tsubai@netbsd, sync w/kame CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/29 04:15:31 Modified files: lib/libc/net : gethostnamadr.c Log message: query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. (need some string-manipulation cleanup near here) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/29 04:57:51 Modified files: math/calcoo : Makefile distinfo Log message: Update to 1.3.12: various minor enhancements and fixes. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2002/07/29 08:39:15 ports/www/links+/patches Update of /cvs/ports/www/links+/patches In directory cvs.openbsd.org:/tmp/cvs-serv12546/patches Log Message: Directory /cvs/ports/www/links+/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2002/07/29 08:40:39 Modified files: devel/atk : Makefile Log message: remove iconv from MODULES. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2002/07/29 08:41:49 Added files: www/links+/patches: patch-x_c Log message: Make middle mouse button to paste as well, as with xterm. discussed with pvalchev. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/29 09:20:39 Modified files: libexec/ld.so/sparc: ldasm.S rtld_machine.c Log message: Bunch of cleanups and one last bugfix that seems to make things work. Mark COPY relocations as needing to resolve the destination symbol. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/29 10:47:22 Modified files: usr.sbin/httpd/src/main: http_main.c Log message: fix -u description in httpd -h: we don't chroot into DocumentRoot but ServerRoot. noticed by "Aaron Yourk" CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2002/07/29 11:45:20 Modified files: sys/ufs/ext2fs : ext2fs_vfsops.c Log message: Fix two off-by-one errors when sanity-checking inode numbers. In ext2fs, inode numbers start at 1, so the maximum valid inode number is (s_inodes_per_group * s_groups_count), not one less. From FreeBSD. costa@ ok. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2002/07/29 12:53:32 Modified files: sys/dev/pcmcia : gpr.c Log message: undrugs this. - correct command in gprclose and gpropen. - fix tlvput logic. - change a few regs. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2002/07/29 12:57:30 Modified files: usr.bin/ssh : sshconnect.c Log message: print file:line CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/29 13:04:19 Modified files: share/man/man4 : wi.4tbl Log message: USR 2410 and 2445 work fine. The 2445 is a 3.3V card with an external antenna. It's not intended to be used out of its PCI adaptor but works fine either way. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/29 13:09:54 Modified files: sys/dev/pci : pcidevs Log message: another rcc ide and change the osb4 ide name (not used right now), from netbsd CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/29 13:10:14 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/29 13:23:54 Modified files: sys/dev/pci : pcidevs Log message: It is WL11000P, not USR11000P. Woohoo, we save a byte! CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/29 13:24:24 Modified files: sys/dev/pci : if_wi_pci.c Log message: PCI_PRODUCT_USR2_WL11000P not PCI_PRODUCT_USR2_USR11000P CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/29 13:24:57 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2002/07/29 13:49:44 src/regress/lib/libc/atexit Update of /cvs/src/regress/lib/libc/atexit In directory cvs.openbsd.org:/tmp/cvs-serv31704/atexit Log Message: Directory /cvs/src/regress/lib/libc/atexit added to the repository CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2002/07/29 13:51:41 Added files: regress/lib/libc/atexit: Makefile atexit_test.c invalid.ok valid.ok Log message: Try to modify __atexit directly and see if our function gets called. CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2002/07/29 13:54:42 Modified files: lib/libc/stdlib: atexit.h atexit.c exit.c Log message: Replace atexit handler. mprotect() the pages so an attempt to modify the function pointers from the outside will segfault. Idea, hints and feedback from deraadt. ok deraadt. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2002/07/29 13:55:56 Modified files: sys/arch/macppc/pci: pchb.c Log message: Recognize additional host bridges, pretty printing only, no function diff. CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/07/29 14:03:05 Modified files: sys/dev/usb : ukbd.c Log message: this should be a DPRINTF CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/07/29 15:34:42 Modified files: devel/astyle : Makefile distinfo devel/astyle/patches: patch-Makefile Log message: Update to 1.15.3. Changes in this release: - numerous bug fixes - license changed from Artistic License to GPL - support for C# No longer requires gmake. Submitted by: Andrey Smagin Respect CXX/CXXFLAGS. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2002/07/29 15:44:46 Modified files: . : anoncvs.html Log message: No more cvs server in Argentina as well. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/29 16:02:38 Modified files: usr.sbin/pppd : main.c Log message: Replace an instance of chmod() with fchmod() CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/29 16:19:40 Modified files: sys/dev/pci : pciide.c Log message: dma support for serverwors osb4 and csb5, from netbsd; csapuntz@, deraadt@ ok CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/07/29 16:40:26 Modified files: xc-old/programs/Xserver/hw/xfree86/common: xf86Init.c xc/programs/Xserver/hw/xfree86/common: xf86Init.c Log message: disable the code to drop privilege on i386, until the last issue with xf86OpenConsole() is fixed. CVSROOT: /cvs Module name: src Changes by: pb@cvs.openbsd.org 2002/07/29 16:40:46 Modified files: share/man/man5 : pf.conf.5 Log message: o complete restructuring o BNF has been fixed and should represent -current as close as possible o theo: commit this, and then let us get started fixing it. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/29 16:43:36 Modified files: libexec/ld.so : sod.c Log message: minor formatting CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/29 17:00:37 Modified files: lib/libc/rpc : xdr_array.c Log message: careful malloc CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/29 17:18:57 Modified files: sys/kern : subr_userconf.c Log message: Try to gracefully handle out of memory conditions. Not that it will help much, but what the hell. noticed by: tedu CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/29 17:25:34 Modified files: etc : login.conf Log message: turn off more methods by default -- enable them if you need them; millert ok CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2002/07/29 17:41:24 Modified files: sys/dev/ic : i82596.c Log message: switch to ether_input_mbuf(); mickey@ tested and ok. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2002/07/29 17:46:35 Modified files: www/links+/patches: patch-x_c Log message: make shift+ins paste as well. discussed with pvalchev@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/29 18:11:08 Modified files: lib/libc/stdlib: calloc.c Log message: return failure if integer overflow happens. sigh; too people had to help get this right. CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/29 18:11:36 Modified files: share/man/man7 : securelevel.7 Log message: Clarify time handling at securelevel 2. Idea from mpech@ ok millert@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/29 18:15:13 Modified files: lib/libc/gen : exec.c Log message: be even more careful with strlcpy() CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/29 18:17:11 Modified files: sys/kern : tty.c Log message: Release sessions to avoid memory leak. From NetBSD. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/29 18:45:19 Modified files: lib/libc/net : gethostnamadr.c Log message: more strlcpy; itojun ok CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/29 19:22:00 Modified files: sys/arch/alpha/include: limits.h sys/arch/hppa/include: limits.h sys/arch/i386/include: limits.h sys/arch/m68k/include: limits.h sys/arch/mvme88k/include: limits.h sys/arch/powerpc/include: limits.h sys/arch/sparc/include: limits.h sys/arch/sparc64/include: limits.h sys/arch/vax/include: limits.h Log message: Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. The only OSes I've seen that use SIZE_T_MAX are 4.4BSD-derived whereas SYSV things seem to use SIZE_MAX. It is also consistent with SSIZE_MAX (which we already have). deraadt@ OK CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2002/07/29 21:16:40 Modified files: bin/systrace : intercept.c Log message: solve a problem with realpath when the last component of the path is a directory without S_IXUSR; tested by me and dugsong. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/29 22:28:05 Modified files: sys/dev : systrace.c Log message: whitespace at EOL CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/29 23:27:49 Modified files: games/backgammon/common_source: back.h init.c table.c Log message: Kill buffer overflow. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/29 23:33:39 Modified files: bin/systrace : parse.y Log message: extern decls should be outside of function. CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/29 23:35:22 Modified files: games/wump : wump.c Log message: ansi wump, plus a more accurate comment CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/29 23:37:21 Modified files: bin/systrace : parse.y Log message: include filter.h, dont' duplicate prototype CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/29 23:39:31 Modified files: bin/systrace : lex.l Log message: sync prototype for yyerror(). CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/29 23:52:50 Modified files: bin/systrace : alias.c systrace.c Log message: SPLAY_INSERT is a void function CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/29 23:55:08 Modified files: bin/systrace : alias.c Log message: oops, i've been looking at older tree.h CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 00:07:06 Modified files: bin/systrace : register.c systrace-translate.c systrace.h Log message: avoid using same variable name for global and auto variable. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 00:25:41 Modified files: . : press.html Log message: more articles, esp. a small series from O'Reilly network: Securing small networks with OpenBSD CVSROOT: /cvs Module name: ports Changes by: wcobb@cvs.openbsd.org 2002/07/30 00:46:24 Added files: audio/soundtracker/patches: patch-app_tracker-settings_c Log message: Pull in prototypes from . CVSROOT: /cvs Module name: ports Changes by: wcobb@cvs.openbsd.org 2002/07/30 00:51:15 Modified files: audio/soundtracker/patches: patch-app_file-operations_c patch-app_sample_editor_c Added files: audio/soundtracker/patches: patch-app_audioconfig_c patch-app_gui-subs_c patch-app_gui_c patch-app_keys_c patch-app_menubar_c patch-app_scope-group_c patch-app_transposition_c Log message: LP64 fixes. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 01:12:07 Modified files: de : anoncvs.html index.html orders.html press.html want.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 01:12:41 Modified files: openssh/de : index.html Log message: bye bye argentina CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 01:19:30 Modified files: faq/fr : faq1.html faq10.html faq2.html faq3.html faq5.html index.html Log message: broken version tags CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 01:20:23 Modified files: ja : anoncvs.html Log message: argentinian mirror gone CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/30 01:29:14 Modified files: usr.sbin/pppd : Tag: OPENBSD_3_0 main.c Log message: Errata #028 (millert): Replace an instance of chmod() with fchmod() CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/30 01:30:28 Modified files: lib/libc/rpc : Tag: OPENBSD_3_0 xdr_array.c Log message: Errata #029 (deraadt): careful malloc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/30 01:31:20 Modified files: lib/libc/stdlib: Tag: OPENBSD_3_0 calloc.c Log message: MFC (deraadt): return failure if integer overflow happens. sigh; too people had to help get this right. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/30 02:23:29 Modified files: usr.sbin/httpd/src/modules/standard: mod_rewrite.c Log message: two more strip_chroot found by Steph , who also tested this. I'm very happy with the way you help here. Thanks a lot. CVSROOT: /cvs Module name: src Changes by: pb@cvs.openbsd.org 2002/07/30 02:55:12 Modified files: share/man/man5 : pf.conf.5 Log message: backout, this will go in in little pieces as advised by theo and henning CVSROOT: /cvs Module name: src Changes by: pb@cvs.openbsd.org 2002/07/30 02:56:07 Modified files: share/man/man5 : pf.conf.5 Log message: 65335->65535 typo henning ok@ CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 03:16:20 Modified files: bin/systrace : openbsd-syscalls.c Log message: sync function decl and prototype (static-ness) CVSROOT: /cvs Module name: src Changes by: pb@cvs.openbsd.org 2002/07/30 03:25:00 Modified files: share/man/man5 : pf.conf.5 Log message: .Sh GRAMMAR moves to bottom, it's a reference and not readable for the casual user in first place ok henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/30 03:31:05 Modified files: sbin/pfctl : parse.y Log message: allow to specify flags on all rules that include tcp. these are valid: pass in from any to any flags S pass in proto { tcp, udp, icmp } from any to any flags S pass in proto tcp from any to any flags S these are invalid: pass in proto { udp, icmp } from any to any flags S pass in proto udp from any to any flags S ok "I've lost my slacker status for at least a week" frantzen@ ok pb@, dhartmei@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: shell@cvs.openbsd.org 2002/07/30 04:23:43 Modified files: devel/p5-Test-Simple: Makefile distinfo Log message: Updated to p5-Test-Harness-0.46 CVSROOT: /cvs Module name: ports Changes by: shell@cvs.openbsd.org 2002/07/30 04:27:46 Modified files: databases/p5-ldap: Makefile distinfo databases/p5-ldap/pkg: PLIST Log message: Updated to p5-ldap-0.26 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/30 04:51:48 Modified files: usr.sbin/httpd/src/modules/proxy: mod_proxy.c Log message: strip_chroot here as well. pointed out by sengel at melshake dot com CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/30 05:07:34 Modified files: lib/libssl/src : Tag: OPENBSD_3_0 CHANGES lib/libssl/src/crypto: Tag: OPENBSD_3_0 cryptlib.h lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_0 asn1_lib.c lib/libssl/src/crypto/conf: Tag: OPENBSD_3_0 conf_def.c lib/libssl/src/crypto/objects: Tag: OPENBSD_3_0 obj_dat.c lib/libssl/src/ssl: Tag: OPENBSD_3_0 s2_clnt.c s2_lib.c s2_srvr.c s3_clnt.c s3_srvr.c ssl.h ssl_asn1.c ssl_err.c ssl_lib.c ssl_locl.h ssl_sess.c Log message: Errata #030 (markus): Fixes for the "OpenSSL Security Advisory [30 July 2002]" CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2002/07/30 05:08:06 Modified files: lib/libssl/src : CHANGES lib/libssl/src/crypto: cryptlib.h lib/libssl/src/crypto/asn1: asn1_lib.c lib/libssl/src/crypto/conf: conf_def.c lib/libssl/src/crypto/objects: obj_dat.c lib/libssl/src/ssl: s2_clnt.c s2_lib.c s2_srvr.c s3_clnt.c s3_srvr.c ssl.h ssl_asn1.c ssl_err.c ssl_lib.c ssl_locl.h ssl_sess.c lib/libssl/ssl : Makefile Log message: apply patches from OpenSSL Security Advisory [30 July 2002], http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2 CVSROOT: /cvs Module name: src Changes by: pb@cvs.openbsd.org 2002/07/30 05:21:46 Modified files: share/man/man5 : pf.conf.5 Log message: typo/pasto in route-to/dup-to syntax ok henning@ CVSROOT: /cvs Module name: src Changes by: pb@cvs.openbsd.org 2002/07/30 05:55:31 Modified files: share/man/man5 : pf.conf.5 Log message: BNF catchup to reality: - set loginterface none - add "self" to hosts ok henning@ CVSROOT: /cvs Module name: www Changes by: mickey@cvs.openbsd.org 2002/07/30 07:39:38 Modified files: . : want.html donations.html Log message: vmetro donated a toy CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2002/07/30 07:42:54 Modified files: . : errata.html errata30.html security.html Log message: Three new patches available; the 3.1-STABLE branch will be updated shortly. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/30 07:43:36 Modified files: graphics/gif2png: Makefile distinfo Log message: upgrade to gif2png 2.4.5 CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2002/07/30 07:47:24 Modified files: . : errata.html Log message: Sprinkle some

. CVSROOT: /cvs Module name: src Changes by: pb@cvs.openbsd.org 2002/07/30 07:53:58 Modified files: share/man/man5 : pf.conf.5 Log message: Merge filter and nat BNF for simplification: - top of reduction is now 'line', better to add more keywords later on - reorder, group - remove double productions ok dhartmei@, henning@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/30 08:36:50 Modified files: audio/opennap : Makefile benchmarks/netpipe: Makefile devel/help2man : Makefile lang/mawk : Makefile net/vtun : Makefile security/portscanner: Makefile security/strobe: Makefile www/http_ping : Makefile www/libghttp : Makefile x11/gtkglarea : Makefile x11/xtraceroute: Makefile Log message: remove myself as MAINTAINER from a number of ports that I don't use anymore, don't want to maintain, etc. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 08:46:12 Modified files: usr.sbin/pppd : Tag: OPENBSD_3_1 main.c Log message: Pull in patch from current: Fix (millert), errata 011: Replace an instance of chmod() with fchmod() CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 08:49:20 Modified files: lib/libc/rpc : Tag: OPENBSD_3_1 xdr_array.c Log message: Pull in patch from current: Fix (deraadt), Errata 012: careful malloc CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 08:51:21 Modified files: lib/libc/stdlib: Tag: OPENBSD_3_1 calloc.c Log message: Pull in patch from current: Fix (deraadt): return failure if integer overflow happens. sigh; too people had to help get this right. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/30 08:53:49 Modified files: sbin/pfctl : parse.y Log message: grmpf. in some cases, on non-tcp rules flags weren't resetted. cosmetical only problem. but, well, checking for r->flags and r->flagset if we could have assigned them zero just one round ago is just stupid, and it's not needed to check them at all. ok pb@, dhartmei@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/30 08:59:30 Modified files: regress/sbin/pfctl: pf3.in pf3.ok Log message: positive regression test for flag handling CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/30 09:01:41 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pfail13.in Log message: negative regression test for flags handling CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 09:47:52 Modified files: lib/libssl/src : Tag: OPENBSD_3_1 CHANGES lib/libssl/src/crypto: Tag: OPENBSD_3_1 cryptlib.h lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_1 asn1_lib.c lib/libssl/src/crypto/conf: Tag: OPENBSD_3_1 conf_def.c lib/libssl/src/crypto/objects: Tag: OPENBSD_3_1 obj_dat.c lib/libssl/src/ssl: Tag: OPENBSD_3_1 s2_clnt.c s2_lib.c s2_srvr.c s3_clnt.c s3_srvr.c ssl.h ssl_asn1.c ssl_err.c ssl_lib.c ssl_locl.h ssl_sess.c Log message: Pull in patch from current: Fix (markus), errata 013: apply patches from OpenSSL Security Advisory [30 July 2002], http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2 CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 09:53:36 Modified files: sys/dev : systrace.c Log message: minor KNF. pid_t is unsigned. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2002/07/30 10:00:16 Modified files: lib/libssl/src/crypto/conf: conf_mod.c lib/libssl/src/crypto/engine: hw_cswift.c lib/libssl/src/ssl: s3_clnt.c s3_srvr.c Log message: sync with http://www.openssl.org/news/patch_20020730_0_9_7.txt (adds fix for unused kerberos and engine code, and some more assertions, as well as a 64bit integer string fix for conf_mod.c) CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2002/07/30 10:07:35 Modified files: . : donations.html Log message: Add John Cosimano CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 10:09:48 Modified files: bin/systrace : intercept.c Log message: sometimes no-return syscalls (execve) emit errno < 0. ignore them. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2002/07/30 10:10:25 Modified files: gnu/usr.bin/binutils/gprof: alpha.c cg_arcs.c cg_dfn.c gmon.h gprof.c gprof.h hertz.c i386.c sparc.c tahoe.c utils.c vax.c Log message: Update BSD licenses to include 'with or without modification'. From binutils -current. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2002/07/30 10:13:46 Modified files: . : donations.html Log message: Rebalance columns manually CVSROOT: /cvs Module name: www Changes by: aaron@cvs.openbsd.org 2002/07/30 10:26:10 Modified files: . : errata30.html Log message: Sprinkle some

. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 10:27:21 Modified files: bin/systrace : systrace.1 Log message: use Nm CVSROOT: /cvs Module name: src Changes by: pb@cvs.openbsd.org 2002/07/30 10:35:15 Modified files: share/man/man5 : pf.conf.5 Log message: BNF catchup and consolidation of interface name handling: ok henning@, dhartmei@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 10:51:32 Modified files: . : errata.html Log message: at least try to break the lines at about 72 chars,
added. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2002/07/30 11:03:55 Modified files: usr.bin/ssh : auth-options.c servconf.c servconf.h session.c sshd_config sshd_config.5 Log message: add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, deraadt CVSROOT: /cvs Module name: ports Changes by: wcobb@cvs.openbsd.org 2002/07/30 11:23:24 Log message: xmms-kj, from Richard de Groot . Allows you to use K-Jofol skins with XMMS. fixes from naddy@; ok naddy@. Status: Vendor Tag: richard Release Tags: richard_200207301 N ports/graphics/xmms-kj/Makefile N ports/graphics/xmms-kj/distinfo N ports/graphics/xmms-kj/patches/patch-makefile N ports/graphics/xmms-kj/patches/patch-playlist_c N ports/graphics/xmms-kj/pkg/PLIST N ports/graphics/xmms-kj/pkg/DESCR N ports/graphics/xmms-kj/files/mtree No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcobb@cvs.openbsd.org 2002/07/30 11:26:33 Modified files: graphics : Makefile Log message: +xmms-kj ok naddy@. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 11:27:49 Modified files: . : errata30.html Log message: line breaks
added. CVSROOT: /cvs Module name: src Changes by: pb@cvs.openbsd.org 2002/07/30 11:28:54 Modified files: share/man/man5 : pf.conf.5 Log message: BNF is now in sync with reality: - commas are optional in lists ok henning@, dhartmei@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 11:39:15 Modified files: ja : errata.html errata30.html security.html Log message: buffer overflows in openssl and xdr_arry race condition in pppd CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 11:40:56 Modified files: de : errata.html errata30.html security.html Log message: buffer overflows in openssl and xdr_arry race condition in pppd ~ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 11:41:43 Modified files: ja : donations.html want.html Log message: more CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/07/30 11:46:51 Modified files: de : donations.html want.html Log message: more CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 11:55:56 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: simplify vgafb_mmap() CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 12:05:58 Modified files: sys/dev/sbus : cgthree.c Log message: handle dumbfb and mapped mode requests differently CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 12:07:02 Modified files: sys/dev/sbus : cgsix.c cgsixreg.h Log message: - Allow disabling of console acceleration with cf_flags - handle native and dumb mappings separately CVSROOT: /cvs Module name: src Changes by: pjanzen@cvs.openbsd.org 2002/07/30 12:11:52 Modified files: games/backgammon/backgammon: Makefile backgammon.6 backlocal.h move.c Added files: games/backgammon/backgammon: pubeval.c Log message: Replace the "blows chunks" algorithm with pubeval, a public domain algorithm which plays an acceptable, if not optimal, game. pubeval author approves. CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 2002/07/30 13:00:44 Modified files: sys/nfs : nfs_socket.c Log message: Bug/type found by tedu CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 13:09:37 Modified files: sys/netinet : ip_esp.c Log message: Be sure to check the integrity verifier for packets that didn't have it done in hardware; from angelos CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2002/07/30 13:35:45 Modified files: . : sparc64.html Log message: Clearly state that PGX and PGX24 framebuffers are ATI, hence supported. Unconfuses me at least. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/30 13:38:23 Modified files: distrib/notes/sparc64: hardware Log message: Mention PGX and PGX24 here too. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 13:48:15 Modified files: sys/arch/sparc64/dev: creator.c creatorvar.h Log message: allow cf_flags to determine whether console acceleration should be used (defaults to yes) CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 13:55:12 Modified files: share/man/man4/man4.sparc64: creator.4 cgsix.4 Log message: add docs for flags to disable console acceleration CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/07/30 16:16:13 Modified files: xc/programs/Xserver/hw/xfree86/os-support/bsd: ppc_video.c Log message: remove useless test code that should never have escaped my disks. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/30 16:25:27 Modified files: libexec/ld.so/ldconfig: ldconfig.c shlib.c Log message: knf & ansi CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/30 16:27:20 Modified files: libexec/tcpd/tcpd: tcpd.c libexec/tcpd/tcpdchk: inetcf.c scaffold.c tcpdchk.c Log message: some snprintf and strlcpy CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/30 16:39:35 Modified files: usr.sbin/named/named: storage.c Log message: for the disabled DSTORAGE option, fix the local calloc() here in the same way as libc; eugene@securityarchitects.com CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/30 16:47:22 Modified files: lib/libc/gen : scandir.c opendir.c Log message: malloc paranoia; it is unlikely that any filesystem will support enough directory entries to cause a problem but it is good form anyway. deraadt@ OK. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/30 16:50:55 Modified files: devel/mm : Makefile distinfo devel/mm/patches: patch-ltmain.sh devel/mm/pkg : DESCR PFRAG.shared Added files: devel/mm/patches: patch-configure Removed files: devel/mm/patches: patch-Makefile.in patch-ltconfig Log message: upgrade to mm 1.2.1 CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 17:03:30 Modified files: sys/dev/sbus : cgsix.c cgsixreg.h Log message: - Whoops, I had the mode mask and value bits backwards - make sure FBC_MODE is reset when switching back to WSDISPLAYIO_MODE_EMUL CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2002/07/30 17:07:01 Modified files: faq : faq8.html index.html Log message: Say that we won't fix HTML merely for standards conformance (ok deraadt@). CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/07/30 17:07:42 Modified files: xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_kqueue_apm.c Log message: Fix the kqueue() fd leak reported by Niels@. CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 17:14:44 Modified files: bin/systrace : systrace.1 Log message: obey section order to mandoc. sync with netbsd. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/30 17:28:14 Modified files: usr.sbin/rdate : ntpleaps.c Log message: knf CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 17:30:08 Modified files: sys/netinet6 : icmp6.c nd6_rtr.c Log message: remove unneeded NULL pointer checks. From: tedu CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 17:30:50 Modified files: sys/net : if_strip.c Log message: no need for check if m0 is NULL, as we have touched it already. From: tedu CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 18:13:37 Modified files: sys/net : pfkeyv2.c sys/netiso : if_eon.c Log message: fix potential NULL pointer deref. From: tedu CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 18:26:07 Modified files: bin/systrace : systrace.1 Log message: bring in doc updates from netbsd. niels ok CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 19:09:32 Modified files: sys/arch/sparc64/sparc64: openprom.c Log message: promvec was never initialized. For now, just call OF directly. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 19:12:28 Modified files: sys/arch/sparc64/sparc64: openprom.c Log message: Remove the other references to promvec CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 19:40:18 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Don't need to reserve space for promvec, we don't use it. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/30 19:56:20 Modified files: sys/dev/pci : pcidevs Log message: a few devices from compaq presario 700la; from jcortes@openbsd.org.mx CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/30 19:56:40 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2002/07/30 20:15:43 Modified files: x11/gentoo : Makefile distinfo Log message: Update to gentoo-0.11.30; from maint. Jim Geovedi CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/30 20:30:29 Modified files: sys/arch/i386/i386: machdep.c pmap.c sys/arch/i386/include: pmap.h pte.h segments.h Log message: support for changing stack execution protection through mprotect() by emulating the page execution protection bit and accounting for pages mapped executable on the stack and swapping the global user code descriptors for the process accordingly. this is tested w/ the regress test and art@ looked over it. there is still a mistery how executable mappings on fault works on i386 since no prot_exec faults ever happen. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/30 20:32:25 Modified files: sys/dev/ic : i82596.c Log message: mop up after federico who is not capable of comitting the same diffs he sents for testing or compiling code before he commits it even CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/30 20:34:30 Modified files: usr.bin/pmdb : break.c Log message: Fix error message. CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/30 20:38:39 Modified files: usr.bin/pmdb : process.c Log message: unbreak process_getregs CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/30 21:10:50 Modified files: sys/sys : exec_elf.h Log message: Define _DYNAMIC correctly for all architectures. The alleged alpha problems didn't show up. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2002/07/30 21:28:56 Modified files: astro/xephem/patches: patch-GUI_xephem_ps_c Log message: sync CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/30 22:05:57 Modified files: sys/netinet : ip_mroute.c Log message: remove $Id$ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/30 22:36:15 Modified files: sys/arch/sparc64/sparc64: openprom.c Log message: From NetBSD: In OPIOCNEXTPROP: if we are at the last property, set the buffer length to 0 instead of setting it to an uninitialized value (len). CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/30 22:42:01 Modified files: usr.bin/pmdb : elf_syms.c Log message: Update to correctly deal with link_map. (is link_map really supposed to be so dumb that it doesn't include load offset information?) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/30 23:03:30 Modified files: sys/arch/hppa/hppa: pmap.c Log message: init pm_ptphint, hint from art@ CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/30 23:17:46 src/regress/lib/libc/setjmp-signal Update of /cvs/src/regress/lib/libc/setjmp-signal In directory cvs.openbsd.org:/tmp/cvs-serv11019/setjmp-signal Log Message: Directory /cvs/src/regress/lib/libc/setjmp-signal added to the repository CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/30 23:18:24 Added files: regress/lib/libc/setjmp-signal: Makefile setjmp-signal.c Log message: Test that longjmp from signals works. (it does) CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2002/07/30 23:25:55 Modified files: regress/lib/libc/setjmp-signal: setjmp-signal.c Log message: Oops. don't forget to reformat the code after cut 'n paste. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2002/07/31 00:06:52 Added files: astro/xephem/patches: patch-GUI_xephem_Imakefile Log message: satisfy inter-library dependencies so that this links on static archs; tested on vax CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2002/07/31 00:10:56 Modified files: benchmarks/xengine: Makefile Added files: benchmarks/xengine/patches: patch-Imakefile patch-xengine_c Removed files: benchmarks/xengine/patches: patch-aa Log message: - add more libs at link time to satisfy X inter-library dependendcies - fixes static archs (vax works) - also update-patches while here ok pjanzen CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2002/07/31 01:07:50 Added files: textproc/libxml/patches: patch-libxml-2_0_pc_in Log message: To remove the libxml2 include directory, need to reflect that change in thek pkgconfig. -- Submitted by Marc Matteo CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2002/07/31 01:21:05 Modified files: sys/arch/i386/i386: pmap.c Log message: Remove mickey's debugging printf goop. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/31 02:52:55 Modified files: usr.sbin/httpd/src/modules/standard: Makefile.tmpl mod_rewrite.c Log message: use fdcache for RewriteLog. pointed out by Stephane Engel sengel at melshake dot com, who also tested this Thank you very much! CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/31 03:02:28 Modified files: usr.sbin/httpd/src/main: http_main.c Log message: #ifdef MOD_SSL for OpenSSL initialization pointed out buy Stephane Engel Thankski! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/31 03:19:04 Modified files: lib/libc/stdlib: calloc.c Log message: permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; markus miod ok CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/31 03:19:40 Modified files: usr.sbin/named/named: storage.c Log message: sync to libc calloc() CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/31 03:25:20 Modified files: lib/libc/stdlib: Tag: OPENBSD_3_0 calloc.c Log message: MFC (deraadt): permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2002/07/31 06:48:46 Modified files: usr.sbin/rdate : ntp.c ntpleaps.c ntpleaps.h Log message: minor changes and knf from thorsten glaser CVSROOT: /cvs Module name: ports Changes by: nino@cvs.openbsd.org 2002/07/31 06:59:44 Modified files: x11/gnome/vfs : Makefile Log message: Remove erroneous USE_X11 CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2002/07/31 07:46:15 Modified files: distrib/miniroot: install.sh Log message: /tmp/fstab.$DISK is created in install.md, so put back references to it. Fixes mount point prompts during install. 'Improve' an error message. Noted by todd@ and jsyn@. CVSROOT: /cvs Module name: ports Changes by: lebel@cvs.openbsd.org 2002/07/31 09:52:33 Modified files: editors/vim/stable: Makefile Log message: fixes a problem with vim's link.sh under ELF that result in a can't load library 'crtend.o' when running vim; thanks drahn@ and Marc Matteo CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/31 10:37:42 Modified files: sys/arch/sparc64/sparc64: Tag: OPENBSD_3_1 openprom.c Log message: Pull in patch from current: Fix (jason): - promvec was never initialized. For now, just call OF directly. - Remove the other references to promvec CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/31 10:40:07 Modified files: lib/libc/stdlib: Tag: OPENBSD_3_1 calloc.c Log message: Pull in patch from current: Fix (deraadt): permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/31 10:47:50 Modified files: etc/etc.sparc64: MAKEDEV.md etc/etc.sparc : MAKEDEV.md Log message: /dev/openprom -> 0640 root.kmem CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/31 10:48:53 Modified files: etc/etc.sparc : MAKEDEV etc/etc.sparc64: MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/31 10:58:20 Modified files: sys/dev/pci : if_sis.c Log message: aaron: sync THEN access =) CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2002/07/31 11:14:30 Modified files: net/tcptraceroute: Makefile distinfo Log message: Update to tcptraceroute-1.4; from maintainer Patroklos Argyroudis CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2002/07/31 12:13:16 Modified files: lib/libc/stdlib: atexit.h atexit.c exit.c Log message: Back it out, it breaks something in perl (seen with spamassassin), debug first. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/31 12:36:13 Modified files: sys/arch/vax/boot/xxboot: bootxx.c Log message: Temporarily comment ELF support in the bootblocks, until this port is really ELF; necessary for this to compile after the recent changes. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/07/31 12:39:22 Modified files: sys/arch/sparc64/sparc64: openprom.c Log message: de-register CVSROOT: /cvs Module name: src Changes by: nordin@cvs.openbsd.org 2002/07/31 13:02:09 Modified files: sys/dev/ic : i8253reg.h Log message: Grammar. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2002/07/31 13:29:21 Modified files: usr.bin/make : cmd_exec.c compat.c job.c Log message: use fork, not vfork. seems to fix misterious trapframe trashing on hppa; deraadt@ ok CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2002/07/31 14:19:15 Modified files: sbin/pfctl : parse.y pf_print_state.c Log message: KNF, esp. missing prototypes CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2002/07/31 14:21:52 Modified files: sys/arch/hppa : TODO Log message: lucifier is technical now; ok mickey@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/31 14:33:23 Modified files: sys/arch/vax/include: exec.h Log message: fake out ELF stuff CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2002/07/31 14:45:21 Log message: powerful Gtk+2 newsreader. for a list of features look at http://pan.rebelbase.com/features/. pval@ reviewed and ok. Status: Vendor Tag: fgsch Release Tags: fgsch_20020731 N ports/news/pan/Makefile N ports/news/pan/distinfo N ports/news/pan/pkg/PLIST N ports/news/pan/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2002/07/31 14:46:03 Modified files: news : Makefile Log message: enable pan. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/31 15:53:34 Modified files: lib/libutil : passwd.c Log message: mark pw_error() __dead since it exits CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/07/31 16:08:42 Modified files: usr.bin/chpass : chpass.c chpass.h edit.c Log message: When I got removed the use of atexit() I missed the fact that edit() calls pw_error() which in turn calls exit(). Now edit() returns its status so the temp file gets cleaned up nicely if the user makes no changes or if an error occurred. Problem noticed by deraadt@ CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2002/07/31 16:25:08 Modified files: faq : index.html Log message: sync: 'recent updates' += 8.23 CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2002/07/31 16:26:32 Modified files: faq : index.html Log message: pasto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/31 16:28:32 Modified files: lib/libc/yp : ypmatch_cache.c Log message: if ypmatch_add sees short keys or values, abort early CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2002/07/31 16:56:49 Modified files: . : plus.html Log message: new; andre@ae-35.com CVSROOT: /cvs Module name: www Changes by: millert@cvs.openbsd.org 2002/07/31 17:30:22 Modified files: . : want.html Log message: Have 3Com pcmcia card, want Symbol CF one CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2002/07/31 17:58:58 Log message: Import of tcpcat-1.2.0 Tcpcat is a simple program that is like `cat' but it works over tcp streams to allow you to cat from one host to another. Maintainer: Margarida Sequeira Status: Vendor Tag: pvalchev Release Tags: pvalchev_20020631 N ports/net/tcpcat/Makefile N ports/net/tcpcat/distinfo N ports/net/tcpcat/pkg/DESCR N ports/net/tcpcat/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2002/07/31 17:59:34 Modified files: net : Makefile Log message: tcpcat CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/07/31 19:05:24 Modified files: lib/libc/rpc : xdr_array.c Log message: KNF and correct overflow fix; jhutz@cmu.edu CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2002/07/31 19:26:57 Modified files: education/khangman: Makefile distinfo education/khangman/pkg: PLIST Removed files: education/khangman/patches: patch-khangman_Makefile_am patch-khangman_data_Makefile_am patch-khangman_pics_Makefile_am patch-khangman_sounds_Makefile_am Log message: upgrade to khangman 0.8 which is KDE 3 compatible. -- Ok'd by: MAINTAINER CVSROOT: /cvs Module name: src Changes by: itojun@cvs.openbsd.org 2002/07/31 21:45:54 Modified files: usr.sbin/mrouted: Makefile defs.h igmp.c inet.c snmp.c snmp.h Log message: u_short cleansing CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2002/07/31 23:37:43 Modified files: lib/libc/rpc : Tag: OPENBSD_3_0 xdr_array.c Log message: Errata #029, take 2 (deraadt): Correct overflow fix; jhutz@cmu.edu CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2002/07/31 23:56:57 Log message: Initial import of Sun's Java Development Kit 1.4. Status: Vendor Tag: kevlo Release Tags: kevlo_2002-Aug-01 N ports/devel/jdk/1.4-linux/Makefile N ports/devel/jdk/1.4-linux/distinfo N ports/devel/jdk/1.4-linux/pkg/SECURITY N ports/devel/jdk/1.4-linux/pkg/PLIST N ports/devel/jdk/1.4-linux/pkg/DESCR N ports/devel/jdk/1.4-linux/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2002/07/31 23:57:36 Modified files: devel/jdk : Makefile Log message: +1.4-linux CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2002/08/01 00:26:57 Modified files: usr.sbin/rdate : ntpleaps.c Log message: knf and minor tweeking from thorsten CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/08/01 05:59:03 Modified files: ja : donations.html errata.html errata30.html want.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/08/01 06:02:08 Modified files: faq/ja : faq8.html index.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2002/08/01 06:03:16 Modified files: nl : donations.html Log message: sync with badlands translation CVS CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/08/01 08:26:11 Modified files: lib/libc/rpc : Tag: OPENBSD_3_1 xdr_array.c Log message: Pull in patch from current: Errata 012 (take two), deraadt: KNF and correct overflow fix; jhutz@cmu.edu CVSROOT: /cvs Module name: www Changes by: provos@cvs.openbsd.org 2002/08/01 09:50:48 Added files: advisories : ssh_trojan.txt Log message: trojaned distribution files CVSROOT: /cvs Module name: www Changes by: hugh@cvs.openbsd.org 2002/08/01 10:14:16 Modified files: openssh : index.html Added files: openssh/txt : trojan.adv Log message: Copy advisory into openssh area and link to it. Requested by Niels, ok by Niels. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2002/08/01 10:41:33 Modified files: sys/ufs/ffs : ffs_vfsops.c Log message: Limit max file size based on PAGE_SIZE. Even though ffs can handle files up to 16TB, we do limit the max file to 2^31 pages to prevent overflow of a 32-bit unsigned int. The buffer cache has its own checks but a little added paranoia never hurts. Adapted from a patch in FreeBSD. CVSROOT: /cvs Module name: www Changes by: hugh@cvs.openbsd.org 2002/08/01 11:04:50 Modified files: openssh : index.html Log message: Close font! CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/08/01 12:26:36 Modified files: sys/arch/sparc64/dev: schizo.c Log message: add support for mapping interrupts. CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2002/08/01 12:30:00 Modified files: sys/dev/pci : hifn7751.c Log message: whoops, last write tracker should be updated on every write to avoid the burst write problem on 7811. CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2002/08/01 14:16:45 Modified files: bin/systrace : intercept-translate.c intercept.c intercept.h register.c Log message: the last component in a filename for unlink may be a symlink CVSROOT: /cvs Module name: src Changes by: provos@cvs.openbsd.org 2002/08/01 14:50:17 Modified files: bin/systrace : intercept.c systrace-translate.c Log message: correctly separate execve argv arguments. increase buffer size for get_string CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2002/08/01 15:49:57 Modified files: bin/ls : print.c Log message: utmp.h not needed CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2002/08/01 16:01:28 Modified files: xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c Log message: dont enable DEBUG CVSROOT: /cvs Module name: src Changes by: csapuntz@cvs.openbsd.org 2002/08/01 16:38:45 Modified files: sys/nfs : nfs_socket.c Log message: Fix handling of 0-length RPC fragments CVSROOT: /cvs Module name: src Changes by: nate@cvs.openbsd.org 2002/08/01 18:19:18 Modified files: sys/arch/i386/i386: sys_machdep.c Log message: prevent integer overflow by verifying that ua.num is not too large. ok niels, millert, art CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/08/01 18:26:56 Modified files: devel/p5-C-Scan: Makefile Log message: typo CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2002/08/