CVS: cvs.openbsd.org: src

2013-01-20 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2013/01/20 17:41:42 Modified files: sys/dev/pci: if_myx.c Log message: myx does reads and writes in one direction to packet buffers. lets try STREAMING them.

CVS: cvs.openbsd.org: www

2013-01-20 Thread Miod Vallat
CVSROOT:/cvs Module name:www Changes by: m...@cvs.openbsd.org2013/01/20 16:15:57 Modified files: . : luna88k.html mvme88k.html Log message: Update: luna88k has been SMP for a while already, and the ELF toolchain is no longer a dream.

CVS: cvs.openbsd.org: www

2013-01-20 Thread Charles Longeau
CVSROOT:/cvs Module name:www Changes by: c...@cvs.openbsd.org2013/01/20 16:03:01 Modified files: papers : index.html Log message: add guenther@ and henning@ EuroBSDCon 2012 Presentations videos ok henning@

CVS: cvs.openbsd.org: src

2013-01-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/01/20 16:01:44 Added files: libexec/ld.so/m88k: Makefile.inc archdep.h ldasm.S memcpy.c rtld_machine.c syscall.h Log message: A first cut at ld.so bits for m88k. Lazy bindin

CVS: cvs.openbsd.org: src

2013-01-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/01/20 16:00:22 Modified files: lib/libc/arch/m88k: SYS.h Log message: Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead of the GOT pointer. Oops.

CVS: cvs.openbsd.org: src

2013-01-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/01/20 15:59:12 Modified files: gnu/usr.bin/gcc/gcc: config.gcc gnu/usr.bin/gcc/gcc/config/m88k: openbsdelf.h Added files: gnu/usr.bin/gcc/gcc/config/m88k: t-openbsd Log message: Enable

CVS: cvs.openbsd.org: src

2013-01-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/01/20 15:57:49 Modified files: gnu/usr.bin/binutils/ld/emulparams: elf32m88k_obsd.sh Log message: Generate linker scripts for shared libraries. Force padding sections around plt, because it may need to

CVS: cvs.openbsd.org: src

2013-01-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/01/20 15:56:42 Modified files: gnu/usr.bin/binutils/bfd: elf32-m88k.c Log message: Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowed from elf32-ppc.c. The plt entry setup matc

CVS: cvs.openbsd.org: src

2013-01-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/01/20 15:54:13 Modified files: gnu/usr.bin/binutils/gas/config: tc-m88k.c tc-m88k.h Log message: Implement tc_fix_adjustable() on ELF, and use it to prevent #got_rel relocations to local symbols to be r

CVS: cvs.openbsd.org: src

2013-01-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2013/01/20 15:51:16 Modified files: sys/net: pf.c Log message: Make pf TCP sequence number tracking less strict by one octet for FIN packets. The data of a TCP packet must fit into the announced win

CVS: cvs.openbsd.org: src

2013-01-20 Thread Todd C. Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2013/01/20 13:29:02 Modified files: lib/libc/time : wcsftime.c Log message: Properly handle "%%" and "%N" where N is not a supported escape. This is consistent with strftime(3) behavior. OK stsp@

CVS: cvs.openbsd.org: src

2013-01-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/01/20 10:59:52 Modified files: lib/libc/arch/m88k/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: PIC-related code should follow the #ifdef __PIC__ line, not the #else line. Doh!

CVS: cvs.openbsd.org: xenocara

2013-01-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:xenocara Changes by: s...@cvs.openbsd.org2013/01/20 08:06:45 Modified files: driver/xf86-video-ati/src: radeon_driver.c Log message: Stop the radeon driver from trying to restore text mode on PALM and newer chip generations. The driver is curr

CVS: cvs.openbsd.org: src

2013-01-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2013/01/20 07:47:46 Modified files: bin/ksh: edit.c lex.c lex.h Log message: Fix backslash escaping during filename tab-completion in ksh. Diff originally submitted by Alexander Polakov, with a small

CVS: cvs.openbsd.org: src

2013-01-20 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2013/01/20 04:19:12 Modified files: usr.bin/diff : diff.1 Log message: remove obsolete BUGS (cmp is not run internally); ok otto

CVS: cvs.openbsd.org: src

2013-01-20 Thread Brad Smith
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2013/01/20 03:26:27 Modified files: sys/arch/amd64/conf: GENERIC Log message: Add viomb(4). ok sf@

CVS: cvs.openbsd.org: src

2013-01-20 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2013/01/20 02:27:19 Modified files: kerberosV/include: config.h Log message: Define HAVE_GETPWNAM_R and HAVE_STDINT_H to match reality.