Module Name:src
Committed By: he
Date: Mon May 16 07:59:19 UTC 2011
Modified Files:
src/include: fenv.h
src/tests/lib/libc/stdlib: t_strtod.c
Log Message:
The support of is actually for __sparc64__, not for __sparc__
(which is also defined on sparc64). This fixes
Module Name:src
Committed By: drochner
Date: Mon May 16 10:00:32 UTC 2011
Modified Files:
src/sys/netipsec: ipsec.c
Log Message:
cosmetical whitespace changes
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/netipsec/ipsec.c
Please note that diffs a
Module Name:src
Committed By: drochner
Date: Mon May 16 10:02:30 UTC 2011
Modified Files:
src/sys/netipsec: ipsec.h keydb.h
Log Message:
use time_t rather than long for timestamps
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/netipsec/ipsec.h
cvs
Module Name:src
Committed By: drochner
Date: Mon May 16 10:04:02 UTC 2011
Modified Files:
src/sys/netipsec: keysock.c
Log Message:
remove a useless m_freem() call where the argument is known to be NULL
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys
Module Name:src
Committed By: drochner
Date: Mon May 16 10:05:23 UTC 2011
Modified Files:
src/sys/netipsec: ipsec_mbuf.c
Log Message:
remove redundant declaration
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/netipsec/ipsec_mbuf.c
Please note tha
Module Name:src
Committed By: drochner
Date: Mon May 16 10:18:52 UTC 2011
Modified Files:
src/sys/opencrypto: cryptodev.h
Log Message:
remove redundant declarations
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/opencrypto/cryptodev.h
Please note
Module Name:src
Committed By: drochner
Date: Mon May 16 10:27:49 UTC 2011
Modified Files:
src/sys/opencrypto: crypto.c cryptodev.c ocryptodev.c
Log Message:
split the "crypto_mtx" spinlock into 3: one spinlock each for
the incoming and outgoing request queues (which can be
Module Name:src
Committed By: drochner
Date: Mon May 16 10:39:12 UTC 2011
Modified Files:
src/lib/libcrypt: hmac.c
Log Message:
fix ipad/opad buffer length (was one too much), just for sanity
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libcrypt/hm
Module Name:src
Committed By: drochner
Date: Mon May 16 10:45:56 UTC 2011
Modified Files:
src/lib/libcrypt: bcrypt.c
Log Message:
-fix maximum length of salt (missing prefix, rounding error)
-clip number of rounds at 31 -- this is log2 of the real number,
and anything lar
Module Name:src
Committed By: drochner
Date: Mon May 16 10:53:20 UTC 2011
Modified Files:
src/sys/dev/usb: uvideo.c
Log Message:
fix detach() to avoid use-after-free problems:
-stop transfers before freeing data structures
(and comment out a useless delay)
-free devinfo l
Module Name:src
Committed By: christos
Date: Mon May 16 12:43:59 UTC 2011
Modified Files:
src/regress/sys/fs/lseek: lseek.c
Log Message:
use err instead of printf, fix missing prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/regress/sys/fs/lsee
Module Name:src
Committed By: tsutsui
Date: Mon May 16 13:22:56 UTC 2011
Modified Files:
src/sys/arch/amiga/amiga: machdep.c
src/sys/arch/amiga/include: cpu.h
src/sys/arch/atari/atari: machdep.c
src/sys/arch/atari/include: cpu.h
src/sys/arch/
Module Name:src
Committed By: martin
Date: Mon May 16 14:50:37 UTC 2011
Modified Files:
src/include: fenv.h
Log Message:
Actually test for sparc v9 architecture, doesn't matter if we are building
32bit or 64bit (fixes 32bit compat library build on sparc64 - yes, they
diffe
Module Name:src
Committed By: dholland
Date: Mon May 16 15:09:31 UTC 2011
Modified Files:
src/sys/kern: vfs_lookup.c
Log Message:
Hack for PR 44961: restore the prior "logic" pertaining to looking up /
to prevent a crash when attempting rename("/", "foo"). This is not real
Module Name:src
Committed By: mhitch
Date: Mon May 16 17:21:38 UTC 2011
Modified Files:
src/sys/dev/ic: ciss.c
Log Message:
I was allowing adapt_max_periph to use all available command slots, which
easily exceeds the maximum of 256 tags used by the scsipi layer because
the
Module Name:src
Committed By: rmind
Date: Mon May 16 18:08:04 UTC 2011
Modified Files:
src/sys/arch/sparc/sparc: machdep.c
Log Message:
Hack-around sparc/sun4c case, which modifies const maxdmap/maxsmap.
>From he@. OK mrg@.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: joerg
Date: Mon May 16 19:27:48 UTC 2011
Modified Files:
src/external/bsd/llvm: Makefile.inc
src/external/bsd/llvm/config/llvm/Config: config.h
src/external/bsd/llvm/lib/libLLVMAsmPrinter: Makefile
src/external/bsd/llvm/
Module Name:src
Committed By: christos
Date: Mon May 16 21:51:31 UTC 2011
Modified Files:
src/regress/sys/kern/sigtramp: sigtramp.c
Log Message:
fix prototypes.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/regress/sys/kern/sigtramp/sigtramp.c
Please n
Module Name:othersrc
Committed By: agc
Date: Tue May 17 00:22:44 UTC 2011
Modified Files:
othersrc/external/bsd/gensetlist: gensetlist.c
Log Message:
print the set name for scripts as well as program definitions (or both)
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Tue May 17 01:12:34 UTC 2011
Modified Files:
src/share/mk: bsd.kmodule.mk bsd.sys.mk
Log Message:
Enable c99 mode by default.
This has the side effect of complaining for missing prototypes
implicit type declarations and missing
Module Name:src
Committed By: enami
Date: Tue May 17 03:35:39 UTC 2011
Modified Files:
src/lib/libc/gen: vis.3
src/lib/libc/regex: regex.3
src/lib/libc/rpc: rpc_clnt_create.3
Log Message:
Use Pq or Po macro for better output rather than putting raw open par
Module Name:othersrc
Committed By: agc
Date: Tue May 17 03:48:50 UTC 2011
Update of /cvsroot/othersrc/external/bsd/genraidconf
In directory ivanova.netbsd.org:/tmp/cvs-serv2114
Log Message:
initial import of genraidconf, an embryonic RAIDframe configuration file
generator, into op
Module Name:othersrc
Committed By: agc
Date: Tue May 17 03:51:40 UTC 2011
Modified Files:
othersrc/external/bsd/genraidconf: genraidconf.8
Log Message:
invoke the commands in the example properly
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/ex
Module Name:src
Committed By: mrg
Date: Tue May 17 04:18:07 UTC 2011
Modified Files:
src/sys/arch/sparc64/conf: GENERIC
src/sys/conf: files
src/sys/ddb: db_command.c
src/sys/dev/ic: sl811hs.c
src/sys/uvm: uvm.h uvm_ddb.h uvm_map.c uvm_stat.c
Module Name:src
Committed By: dholland
Date: Tue May 17 04:39:57 UTC 2011
Modified Files:
src/sys/netinet6: in6_src.c
Log Message:
Add missing $NetBSD$ header.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/netinet6/in6_src.c
Please note that diff
Module Name:src
Committed By: mrg
Date: Tue May 17 05:32:31 UTC 2011
Modified Files:
src/sys/conf: files
src/sys/uvm: files.uvm
Log Message:
fix the ordering and make UVMHIST enable KERNHIST automatically.
To generate a diff of this commit:
cvs rdiff -u -r1.1012
Module Name:src
Committed By: dholland
Date: Tue May 17 05:40:24 UTC 2011
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 src/sys/netinet/tcp_input.c
Please note that diffs are not
Module Name:src
Committed By: dholland
Date: Tue May 17 05:42:40 UTC 2011
Modified Files:
src/sys/netinet: tcp_vtw.c tcp_vtw.h
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/tcp_vtw.c
cvs rdiff -u -r1.2 -r1.3 src/
28 matches
Mail list logo