CVS commit: src/common/lib/libc/string

2014-06-24 Thread Matthias Drochner
: consttime_memequal.c,v 1.4 2013/08/28 19:31:14 riastradh Exp $ */ +/* $NetBSD: consttime_memequal.c,v 1.5 2014/06/24 16:39:39 drochner Exp $ */ + +/* + * Written by Matthias Drochner droch...@netbsd.org. + * Public domain. + */ #if !defined(_KERNEL) !defined(_STANDALONE) #include namespace.h Index: src

CVS commit: src/common/lib/libc/string

2014-06-24 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 24 16:39:39 UTC 2014 Modified Files: src/common/lib/libc/string: consttime_memequal.c explicit_memset.c Log Message: add a public domain notice To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/net

2014-01-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jan 17 12:39:47 UTC 2014 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: fix memory allocation, and an off-by-one To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/lib/libc/net/gethnamaddr.c

CVS commit: src/lib/libc/net

2014-01-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jan 17 12:39:47 UTC 2014 Modified Files: src/lib/libc/net: gethnamaddr.c Log Message: fix memory allocation, and an off-by-one To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/lib/libc/net/gethnamaddr.c

CVS commit: src

2013-10-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 30 15:37:49 UTC 2013 Modified Files: src/distrib/utils/sysinst: disks.c src/sbin/atactl: atactl.c src/sys/dev/ata: atareg.h src/sys/dev/usb: umass_isdata.c Log Message: -recognize CF cards by the

CVS commit: src/sys/dev/ata

2013-10-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 30 15:41:14 UTC 2013 Modified Files: src/sys/dev/ata: wd.c Log Message: play the addref/delref game on suspend, prevents crash if the disk/CF Card is eg. in a PCMCIA adapter and not mounted To generate a diff of this

CVS commit: src

2013-10-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 30 15:37:49 UTC 2013 Modified Files: src/distrib/utils/sysinst: disks.c src/sbin/atactl: atactl.c src/sys/dev/ata: atareg.h src/sys/dev/usb: umass_isdata.c Log Message: -recognize CF cards by the

CVS commit: src/sys/dev/ata

2013-10-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 30 15:41:14 UTC 2013 Modified Files: src/sys/dev/ata: wd.c Log Message: play the addref/delref game on suspend, prevents crash if the disk/CF Card is eg. in a PCMCIA adapter and not mounted To generate a diff of this

CVS commit: src/sys

2013-10-23 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 23 20:18:51 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: fpu.c genassym.cf locore.S machdep.c netbsd32_machdep.c process_machdep.c src/sys/arch/amd64/include: fpu.h pcb.h proc.h types.h

CVS commit: src/sys/nfs

2013-09-12 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Sep 12 18:00:18 UTC 2013 Modified Files: src/sys/nfs: nfs_bootparam.c Log Message: tyop in comment, from Eivind Evensen via OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/nfs/nfs_bootparam.c

CVS commit: src/sys/nfs

2013-09-12 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Sep 12 18:00:18 UTC 2013 Modified Files: src/sys/nfs: nfs_bootparam.c Log Message: tyop in comment, from Eivind Evensen via OpenBSD To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/nfs/nfs_bootparam.c

CVS commit: src/external/bsd/dhcpcd/dist

2013-09-11 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Sep 11 18:50:00 UTC 2013 Modified Files: src/external/bsd/dhcpcd/dist: net.c Log Message: add a patch from upstream, fixing a regression which obstructed link status detection on BSD virtual interfaces (observed with

CVS commit: src/external/bsd/dhcpcd/dist

2013-09-11 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Sep 11 18:50:00 UTC 2013 Modified Files: src/external/bsd/dhcpcd/dist: net.c Log Message: add a patch from upstream, fixing a regression which obstructed link status detection on BSD virtual interfaces (observed with

CVS commit: src/sys

2013-08-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 22 19:50:55 UTC 2013 Modified Files: src/sys/arch/alpha/include: alpha.h src/sys/arch/arm/vfp: vfp_init.c src/sys/arch/mips/mips: mips_dsp.c mips_fpu.c src/sys/arch/powerpc/include: altivec.h

CVS commit: src/sys

2013-08-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 22 19:50:55 UTC 2013 Modified Files: src/sys/arch/alpha/include: alpha.h src/sys/arch/arm/vfp: vfp_init.c src/sys/arch/mips/mips: mips_dsp.c mips_fpu.c src/sys/arch/powerpc/include: altivec.h

CVS commit: src/external

2013-08-13 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Aug 13 19:29:45 UTC 2013 Modified Files: src/external/bsd/file/lib: Makefile src/external/gpl3/binutils/lib/libbfd: Makefile src/external/gpl3/binutils/usr.bin/ld: Makefile

CVS commit: src

2013-08-13 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Aug 13 20:38:08 UTC 2013 Removed Files: src/external/gpl3/binutils/dist/ld: configdoc.texi src/gnu/dist/gmake/doc: make.info make.info-1 make.info-10 make.info-11 make.info-2 make.info-3 make.info-4

CVS commit: src/tools

2013-08-13 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Aug 13 20:41:25 UTC 2013 Modified Files: src/tools: Makefile.gnuhost Log Message: pass HOST_SH to the build, to keep it from picking up a bash from $PATH To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/external

2013-08-13 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Aug 13 19:29:45 UTC 2013 Modified Files: src/external/bsd/file/lib: Makefile src/external/gpl3/binutils/lib/libbfd: Makefile src/external/gpl3/binutils/usr.bin/ld: Makefile

CVS commit: src

2013-08-13 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Aug 13 20:38:08 UTC 2013 Removed Files: src/external/gpl3/binutils/dist/ld: configdoc.texi src/gnu/dist/gmake/doc: make.info make.info-1 make.info-10 make.info-11 make.info-2 make.info-3 make.info-4

CVS commit: src/sys/arch/x86/include

2013-08-12 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Aug 12 18:16:19 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: add feature flag definitions for the last round of Intel instruction set extensions (AVX512 et al.) To generate a diff of this

CVS commit: src/sys/arch/x86/include

2013-08-12 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Aug 12 18:16:19 UTC 2013 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: add feature flag definitions for the last round of Intel instruction set extensions (AVX512 et al.) To generate a diff of this

CVS commit: src/sys/kern

2013-08-01 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 1 19:33:21 UTC 2013 Modified Files: src/sys/kern: uipc_usrreq.c Log Message: In unp_externalize, don't do anything if an SCM_RIGHTS control message was sent with zero file descriptors in it. Otherwise, a zero-length

CVS commit: src/sys/kern

2013-08-01 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 1 19:33:21 UTC 2013 Modified Files: src/sys/kern: uipc_usrreq.c Log Message: In unp_externalize, don't do anything if an SCM_RIGHTS control message was sent with zero file descriptors in it. Otherwise, a zero-length

Re: CVS commit: src

2012-11-29 Thread Matthias Drochner
On Thu, 29 Nov 2012 19:20:14 + Nick Hudson nick.hud...@gmx.co.uk wrote: On Sunday 18 November 2012 17:41:55 Emmanuel Dreyfus wrote: -#if defined(_INCOMPLETE_XOPEN_C063) +#if (_POSIX_C_SOURCE - 0) = 200809L || (_XOPEN_SOURCE - 0 = 700) || \ +defined(_INCOMPLETE_XOPEN_C063) ||

CVS commit: src/sys

2012-11-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Nov 26 16:22:22 UTC 2012 Modified Files: src/sys/sys: fstypes.h src/sys/ufs/ffs: ffs_vfsops.c Log Message: allow to enable ffs discard by update mounts, make the flag visible to userland To generate a diff of this

CVS commit: src/external/lgpl3/gmp/lib/libgmp

2012-11-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Nov 26 18:57:36 UTC 2012 Modified Files: src/external/lgpl3/gmp/lib/libgmp: Makefile src/external/lgpl3/gmp/lib/libgmp/arch/alpha: Makefile.inc src/external/lgpl3/gmp/lib/libgmp/arch/arm: Makefile.inc

CVS commit: src/sys

2012-11-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Nov 26 16:22:22 UTC 2012 Modified Files: src/sys/sys: fstypes.h src/sys/ufs/ffs: ffs_vfsops.c Log Message: allow to enable ffs discard by update mounts, make the flag visible to userland To generate a diff of this

CVS commit: src/external/lgpl3/gmp/lib/libgmp

2012-11-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Nov 26 18:57:36 UTC 2012 Modified Files: src/external/lgpl3/gmp/lib/libgmp: Makefile src/external/lgpl3/gmp/lib/libgmp/arch/alpha: Makefile.inc src/external/lgpl3/gmp/lib/libgmp/arch/arm: Makefile.inc

CVS commit: src/external/gpl3

2012-10-25 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Oct 25 17:00:17 UTC 2012 Modified Files: src/external/gpl3/binutils/dist/include: objalloc.h src/external/gpl3/binutils/dist/libiberty: objalloc.c src/external/gpl3/gcc/dist/include: objalloc.h

CVS commit: src/external/gpl3

2012-10-25 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Oct 25 17:00:17 UTC 2012 Modified Files: src/external/gpl3/binutils/dist/include: objalloc.h src/external/gpl3/binutils/dist/libiberty: objalloc.c src/external/gpl3/gcc/dist/include: objalloc.h

CVS commit: src/doc

2012-10-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Oct 22 10:37:44 UTC 2012 Modified Files: src/doc: CHANGES Log Message: mention discard (ATA TRIM) support To generate a diff of this commit: cvs rdiff -u -r1.1750 -r1.1751 src/doc/CHANGES Please note that diffs are not

CVS commit: src/doc

2012-10-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Oct 22 10:37:44 UTC 2012 Modified Files: src/doc: CHANGES Log Message: mention discard (ATA TRIM) support To generate a diff of this commit: cvs rdiff -u -r1.1750 -r1.1751 src/doc/CHANGES Please note that diffs are not

CVS commit: src

2012-10-19 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Oct 19 17:09:08 UTC 2012 Modified Files: src/include: mntopts.h src/sbin/atactl: atactl.c src/sbin/mount: mount.8 src/sbin/mount_ffs: mount_ffs.c src/sys/dev/ata: atareg.h wd.c

CVS commit: src

2012-10-19 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Oct 19 17:09:08 UTC 2012 Modified Files: src/include: mntopts.h src/sbin/atactl: atactl.c src/sbin/mount: mount.8 src/sbin/mount_ffs: mount_ffs.c src/sys/dev/ata: atareg.h wd.c

CVS commit: src/sys/arch/x86/include

2012-10-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 17 16:13:01 UTC 2012 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: recognize the P1GB and RDTSCP which were AMD-only on Intel HW too To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/conf

2012-10-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 17 20:16:59 UTC 2012 Modified Files: src/sys/conf: files Log Message: defopt COMPAT_60, it is already being used To generate a diff of this commit: cvs rdiff -u -r1.1058 -r1.1059 src/sys/conf/files Please note that

CVS commit: src/sys

2012-10-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 17 20:19:55 UTC 2012 Modified Files: src/sys/arch/x86/include: cpu_ucode.h src/sys/arch/x86/x86: cpu_ucode.c cpu_ucode_amd.c cpu_ucode_intel.c src/sys/arch/xen/xen: xen_ucode.c src/sys/kern:

CVS commit: src/usr.sbin/cpuctl/arch

2012-10-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 17 20:22:16 UTC 2012 Modified Files: src/usr.sbin/cpuctl/arch: noarch.c Log Message: avoid dummy structure definition, include a system header instead, looks just cleaner To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/compat/stdio

2012-10-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 17 16:09:03 UTC 2012 Modified Files: src/lib/libc/compat/stdio: compat_fsetpos.c Log Message: fix trivial typo in warning msg To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/x86/include

2012-10-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 17 16:13:01 UTC 2012 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: recognize the P1GB and RDTSCP which were AMD-only on Intel HW too To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/sys/conf

2012-10-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 17 20:16:59 UTC 2012 Modified Files: src/sys/conf: files Log Message: defopt COMPAT_60, it is already being used To generate a diff of this commit: cvs rdiff -u -r1.1058 -r1.1059 src/sys/conf/files Please note that

CVS commit: src/sys

2012-10-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 17 20:19:55 UTC 2012 Modified Files: src/sys/arch/x86/include: cpu_ucode.h src/sys/arch/x86/x86: cpu_ucode.c cpu_ucode_amd.c cpu_ucode_intel.c src/sys/arch/xen/xen: xen_ucode.c src/sys/kern:

CVS commit: src/usr.sbin/cpuctl/arch

2012-10-17 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Oct 17 20:22:16 UTC 2012 Modified Files: src/usr.sbin/cpuctl/arch: noarch.c Log Message: avoid dummy structure definition, include a system header instead, looks just cleaner To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/arch/i386/gen

2012-08-31 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Aug 31 20:57:24 UTC 2012 Modified Files: src/lib/libc/arch/i386/gen: _lwp.c Log Message: Align the stack to a 16-byte boundary on LWP creation. This is more than required by the ABI, but it makes programs using SSE in a

CVS commit: src/usr.sbin/cpuctl/arch

2012-08-31 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Aug 31 07:27:28 UTC 2012 Modified Files: src/usr.sbin/cpuctl/arch: noarch.c Log Message: fix for archs w/o cpu ucode driver: add dummy definition To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/lib/libc/arch/i386/gen

2012-08-31 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Aug 31 20:57:24 UTC 2012 Modified Files: src/lib/libc/arch/i386/gen: _lwp.c Log Message: Align the stack to a 16-byte boundary on LWP creation. This is more than required by the ABI, but it makes programs using SSE in a

CVS commit: src

2012-08-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 30 12:16:49 UTC 2012 Modified Files: src/include: string.h src/lib/libc/string: Makefile.inc src/lib/libcrypt: bcrypt.c crypt-sha1.c md5crypt.c src/sys/dev: cgd_crypto.c

CVS commit: src

2012-08-29 Thread Matthias Drochner
Exp $ */ +/* + * Copyright (c) 2012 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Matthias Drochner. + * + * Redistribution and use in source and binary forms, with or without + * modification

CVS commit: src/sys/netipsec

2012-08-29 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Aug 29 20:37:51 UTC 2012 Modified Files: src/sys/netipsec: key.c keydb.h Log Message: g/c unused struct member To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/netipsec/key.c cvs rdiff -u -r1.11

CVS commit: src

2012-08-29 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Aug 29 17:13:23 UTC 2012 Modified Files: src/distrib/sets/lists/comp: md.amd64 md.i386 src/sys/arch/x86/conf: files.x86 src/sys/arch/x86/include: Makefile cpu_ucode.h src/sys/arch/x86/x86: cpu_ucode.c

CVS commit: src/sys/netipsec

2012-08-29 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Aug 29 20:37:51 UTC 2012 Modified Files: src/sys/netipsec: key.c keydb.h Log Message: g/c unused struct member To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/netipsec/key.c cvs rdiff -u -r1.11

CVS commit: src/sys/dev/usb

2012-08-24 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Aug 24 12:20:02 UTC 2012 Modified Files: src/sys/dev/usb: umass.c umass_quirks.c umassvar.h Log Message: Another contribution to PR kern/42225 which will hopefully bring the story to an end: Always ignore the residue from

CVS commit: src/sys/dev/usb

2012-08-24 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Aug 24 12:20:02 UTC 2012 Modified Files: src/sys/dev/usb: umass.c umass_quirks.c umassvar.h Log Message: Another contribution to PR kern/42225 which will hopefully bring the story to an end: Always ignore the residue from

CVS commit: src/share/man/man9

2012-08-23 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 23 11:59:02 UTC 2012 Modified Files: src/share/man/man9: cprng.9 Log Message: fix some signatures To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/cprng.9 Please note that diffs are not

CVS commit: src

2012-08-23 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 23 12:06:32 UTC 2012 Modified Files: src/sbin/brconfig: brconfig.c src/sys/net: if_bridgevar.h Log Message: the address expire counter is just a time difference; it can turn negative after the timer expired

CVS commit: src/sys/dev/usb

2012-08-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Aug 20 10:32:32 UTC 2012 Modified Files: src/sys/dev/usb: umass_scsipi.c Log Message: For devices which don't claim SPC-3, don't request 32 bytes of sense data but just 18. Some devices signal an error if the transfer

CVS commit: src/sys/dev/usb

2012-08-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Aug 20 10:32:32 UTC 2012 Modified Files: src/sys/dev/usb: umass_scsipi.c Log Message: For devices which don't claim SPC-3, don't request 32 bytes of sense data but just 18. Some devices signal an error if the transfer

CVS commit: src/lib/libpthread

2012-08-15 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Aug 15 13:28:32 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: return errno if pthread_create hits the system limit, not just -1 (this is not entirely correct because it can return ENOMEM which is not

CVS commit: src/lib/libpthread

2012-08-15 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Aug 15 13:28:32 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: return errno if pthread_create hits the system limit, not just -1 (this is not entirely correct because it can return ENOMEM which is not

CVS commit: src/doc

2012-08-09 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 9 09:15:21 UTC 2012 Modified Files: src/doc: CHANGES.prev Log Message: mention switch to FAST_IPSEC in January To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/doc/CHANGES.prev Please note that

CVS commit: src/doc

2012-08-09 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Aug 9 09:15:21 UTC 2012 Modified Files: src/doc: CHANGES.prev Log Message: mention switch to FAST_IPSEC in January To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/doc/CHANGES.prev Please note that

CVS commit: src/sys/arch/cesfic/cesfic

2012-08-08 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Aug 8 16:29:50 UTC 2012 Modified Files: src/sys/arch/cesfic/cesfic: machdep.c Log Message: build fix for gcc -fno-common, from Radoslaw Kujawa To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src

2012-08-08 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Aug 8 18:37:52 UTC 2012 Modified Files: src/distrib/sets/lists/comp: md.amd64 md.i386 src/sys/arch/amd64/include: Makefile src/sys/arch/i386/include: Makefile Log Message: on x86, machine/cpufunc.h only

CVS commit: src/sys/arch/cesfic/cesfic

2012-08-08 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Aug 8 16:29:50 UTC 2012 Modified Files: src/sys/arch/cesfic/cesfic: machdep.c Log Message: build fix for gcc -fno-common, from Radoslaw Kujawa To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src

2012-08-08 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Aug 8 18:37:52 UTC 2012 Modified Files: src/distrib/sets/lists/comp: md.amd64 md.i386 src/sys/arch/amd64/include: Makefile src/sys/arch/i386/include: Makefile Log Message: on x86, machine/cpufunc.h only

CVS commit: src/sys

2012-07-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jul 27 22:55:30 UTC 2012 Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/fs/udf: udf.h Log Message: gcc -fno-common fallout To generate a diff of this commit: cvs rdiff -u -r1.729 -r1.730

CVS commit: src/sys

2012-07-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Jul 27 22:55:30 UTC 2012 Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/fs/udf: udf.h Log Message: gcc -fno-common fallout To generate a diff of this commit: cvs rdiff -u -r1.729 -r1.730

CVS commit: src/sys/dev/pci

2012-06-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 26 19:01:00 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs Log Message: fix pci id for the Intel H61 LPC bridge to fit actual hardware (and the chipset's documentation), and add some PCI-to-legacy bridges found on

CVS commit: src/sys/dev/pci

2012-06-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 26 19:03:09 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1. -r1.1112 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1110

CVS commit: src/doc

2012-06-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 26 20:14:38 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: mention new upstream OpenPAM release To generate a diff of this commit: cvs rdiff -u -r1.941 -r1.942 src/doc/3RDPARTY Please note that diffs are not

CVS commit: src/doc

2012-06-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 26 20:15:57 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: lua is at 5.2.1 upstream To generate a diff of this commit: cvs rdiff -u -r1.942 -r1.943 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/sys/dev/pci

2012-06-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 26 19:01:00 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs Log Message: fix pci id for the Intel H61 LPC bridge to fit actual hardware (and the chipset's documentation), and add some PCI-to-legacy bridges found on

CVS commit: src/sys/dev/pci

2012-06-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 26 19:03:09 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1. -r1.1112 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1110

CVS commit: src/doc

2012-06-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 26 20:14:38 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: mention new upstream OpenPAM release To generate a diff of this commit: cvs rdiff -u -r1.941 -r1.942 src/doc/3RDPARTY Please note that diffs are not

CVS commit: src/doc

2012-06-26 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Jun 26 20:15:57 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: lua is at 5.2.1 upstream To generate a diff of this commit: cvs rdiff -u -r1.942 -r1.943 src/doc/3RDPARTY Please note that diffs are not public

CVS commit: src/sys/dev/usb

2012-06-24 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Sun Jun 24 10:06:34 UTC 2012 Modified Files: src/sys/dev/usb: uhci.c Log Message: stopgap fix for recursive locking on suspend/resume (This can be simplified imo because interrupts should be disabled at this point.) To

CVS commit: src/crypto/external/bsd/openssl/dist/ssl

2012-05-11 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri May 11 18:07:34 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/ssl: d1_enc.c t1_enc.c Log Message: pull in upstream rev.22547: Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 and DTLS

CVS commit: src/crypto/external/bsd/openssl/dist/ssl

2012-05-11 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri May 11 18:07:34 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/ssl: d1_enc.c t1_enc.c Log Message: pull in upstream rev.22547: Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 and DTLS

CVS commit: src/sys/nfs

2012-04-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Apr 27 18:12:01 UTC 2012 Modified Files: src/sys/nfs: nfs_vnops.c Log Message: fix access permission check which got broken by some kauth rework in March, affected mostly systems with NFS root fs To generate a diff of

CVS commit: src/sys

2012-04-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Apr 27 18:15:55 UTC 2012 Modified Files: src/sys/dev/dkwedge: dk.c src/sys/kern: subr_disk_open.c Log Message: minor mostly cosmetical fixes: use designated type for device major numbers, typo in comment, misuse of

CVS commit: src/sys/nfs

2012-04-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Apr 27 18:12:01 UTC 2012 Modified Files: src/sys/nfs: nfs_vnops.c Log Message: fix access permission check which got broken by some kauth rework in March, affected mostly systems with NFS root fs To generate a diff of

CVS commit: src/sys

2012-04-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Apr 27 18:15:55 UTC 2012 Modified Files: src/sys/dev/dkwedge: dk.c src/sys/kern: subr_disk_open.c Log Message: minor mostly cosmetical fixes: use designated type for device major numbers, typo in comment, misuse of

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/buffer

2012-04-25 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Apr 25 11:02:46 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/buffer: buffer.c Log Message: fix for previous fix: correct error code (upstream rev.22474) To generate a diff of this commit: cvs rdiff

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/buffer

2012-04-25 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Apr 25 11:02:46 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/buffer: buffer.c Log Message: fix for previous fix: correct error code (upstream rev.22474) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/pci

2012-04-24 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Apr 24 09:53:42 UTC 2012 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: print correct link speed for PCIexpress Gen2+ (the decoding code needs to be rewritten, sorry for only adding to the mess) To generate a

CVS commit: src/sys/dev/pci

2012-04-24 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Apr 24 09:53:42 UTC 2012 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: print correct link speed for PCIexpress Gen2+ (the decoding code needs to be rewritten, sorry for only adding to the mess) To generate a

CVS commit: src/sys/ufs/ffs

2012-04-23 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Apr 23 17:19:01 UTC 2012 Modified Files: src/sys/ufs/ffs: fs.h Log Message: everywhere else it is assumed that the filesystem block size fits into a 32-bit int -- do the cast to quell a compiler warning in a more sensible

CVS commit: src/sys/ufs/ffs

2012-04-23 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Mon Apr 23 17:19:01 UTC 2012 Modified Files: src/sys/ufs/ffs: fs.h Log Message: everywhere else it is assumed that the filesystem block size fits into a 32-bit int -- do the cast to quell a compiler warning in a more sensible

CVS commit: src/crypto/external/bsd/openssl/dist/crypto

2012-04-19 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Apr 19 20:20:57 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: mem.c src/crypto/external/bsd/openssl/dist/crypto/asn1: a_d2i_fp.c src/crypto/external/bsd/openssl/dist/crypto/buffer:

CVS commit: src/crypto/external/bsd/openssl/dist/crypto

2012-04-19 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Apr 19 20:20:57 UTC 2012 Modified Files: src/crypto/external/bsd/openssl/dist/crypto: mem.c src/crypto/external/bsd/openssl/dist/crypto/asn1: a_d2i_fp.c src/crypto/external/bsd/openssl/dist/crypto/buffer:

CVS commit: src/sys/dev

2012-03-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Mar 30 20:15:19 UTC 2012 Modified Files: src/sys/dev: rndpseudo.c Log Message: reorder initialization to improve error handling in case the system runs out of file descriptors, avoids LOCKDEBUG panic due to double mutex

CVS commit: src/sys/dev

2012-03-30 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Mar 30 20:15:19 UTC 2012 Modified Files: src/sys/dev: rndpseudo.c Log Message: reorder initialization to improve error handling in case the system runs out of file descriptors, avoids LOCKDEBUG panic due to double mutex

CVS commit: src/lib/libpthread

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:01:19 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: don't reuse a dynamically allocated stack if a fixed one is requested To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

CVS commit: src/distrib/sets/lists/man

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:52:47 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: obsolete kame_ipsec(4) To generate a diff of this commit: cvs rdiff -u -r1.1383 -r1.1384 src/distrib/sets/lists/man/mi Please note that

CVS commit: src/lib/libpthread

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:01:19 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: don't reuse a dynamically allocated stack if a fixed one is requested To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133

CVS commit: src

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:34:43 UTC 2012 Modified Files: src/sbin/mount_kernfs: mount_kernfs.8 src/share/man/man4: Makefile fast_ipsec.4 ipsec.4 options.4 src/sys/conf: files src/sys/dist/ipf/netinet: ip_fil_netbsd.c

CVS commit: src/distrib/sets/lists/man

2012-03-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Mar 22 20:52:47 UTC 2012 Modified Files: src/distrib/sets/lists/man: mi Log Message: obsolete kame_ipsec(4) To generate a diff of this commit: cvs rdiff -u -r1.1383 -r1.1384 src/distrib/sets/lists/man/mi Please note that

CVS commit: src/lib/libpthread

2012-03-09 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Mar 9 12:06:45 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: -fix initial stacksize rounding -minor indentation fix To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129

CVS commit: src/sbin/gpt

2012-03-09 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Fri Mar 9 12:30:28 UTC 2012 Modified Files: src/sbin/gpt: gpt.8 Log Message: fix a path To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/gpt.8 Please note that diffs are not public domain; they are

  1   2   3   4   5   6   7   >