Frank Wille | 1 Jun 2009 01:07
Picon

CVS commit: src/sys/arch/amiga/dev

Module Name:	src
Committed By:	phx
Date:		Sun May 31 23:07:19 UTC 2009

Modified Files:
	src/sys/arch/amiga/dev: par.c

Log Message:
Fixed format string from %x to %llx for dev_t.

To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amiga/dev/par.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Alistair G. Crooks | 1 Jun 2009 01:26
Picon

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

Module Name:	src
Committed By:	agc
Date:		Sun May 31 23:26:20 UTC 2009

Modified Files:
	src/crypto/external/bsd/netpgp/dist: TODO
	src/crypto/external/bsd/netpgp/dist/include: netpgp.h
	src/crypto/external/bsd/netpgp/dist/src/lib: compress.c create.c
	    crypto.c crypto.h keyring.c keyring.h misc.c netpgp.c netpgpdefs.h
	    netpgpsdk.h packet-parse.c packet-parse.h packet-print.c packet.h
	    reader.c readerwriter.h signature.c signature.h types.h validate.c
	    validate.h version.h writer.h

Log Message:
CHANGES 1.99.7 -> 1.99.8

+ get rid of __ops_malloc_passphrase() - strdup() works just as well
+ generalise __ops_seckey_forget() to become __ops_forget(), give it a size
  parameter, and make it work on things other than secret keys (passphrases
  for instance)
+ minor struct field enum renaming
+ minor function call renaming
+ add ops_io_t struct to hold pointers to IO streams, and pass it down
  where necessary

To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/crypto/external/bsd/netpgp/dist/TODO
cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/netpgp/dist/include/netpgp.h
cvs rdiff -u -r1.10 -r1.11 \
    src/crypto/external/bsd/netpgp/dist/src/lib/compress.c \
(Continue reading)

Michael Lorenz | 1 Jun 2009 03:14
Picon

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

Module Name:	src
Committed By:	macallan
Date:		Mon Jun  1 01:14:07 UTC 2009

Modified Files:
	src/sys/arch/sparc64/include: bus.h

Log Message:
#define BUS_SPACE_MAP_LARGE 0 so SBus framebuffer drivers compile again

To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/sparc64/include/bus.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

David A. Holland | 1 Jun 2009 06:03
Picon

CVS commit: src/games/tetris

Module Name:	src
Committed By:	dholland
Date:		Mon Jun  1 04:03:26 UTC 2009

Modified Files:
	src/games/tetris: scores.c

Log Message:
Don't use a variable-size array here. There's not really that much point.

To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/games/tetris/scores.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

YAMAMOTO Takashi | 1 Jun 2009 08:04
Picon

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

Module Name:	src
Committed By:	yamt
Date:		Mon Jun  1 06:04:37 UTC 2009

Modified Files:
	src/lib/libc/compat/gen: compat_getpwent.c

Log Message:
fix NULL dereferences in the compat versions of getpwent, getpwnam,
and getpwuid.

To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/gen/compat_getpwent.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

YAMAMOTO Takashi | 1 Jun 2009 08:37
Picon

CVS commit: src/lib/libc/stdlib

Module Name:	src
Committed By:	yamt
Date:		Mon Jun  1 06:37:40 UTC 2009

Modified Files:
	src/lib/libc/stdlib: qsort.c

Log Message:
qsort: remove the "switch to insertion sort" optimization because it
causes catastrophic performance for certain inputs.

To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdlib/qsort.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Nick Hudson | 1 Jun 2009 09:10
Picon

CVS commit: src/sys/arch/hppa/hppa

Module Name:	src
Committed By:	skrll
Date:		Mon Jun  1 07:10:14 UTC 2009

Modified Files:
	src/sys/arch/hppa/hppa: hppa_machdep.c

Log Message:
Enforce strong ordering (for now) on PA2.0.

To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/hppa/hppa/hppa_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Nicolas Joly | 1 Jun 2009 11:56
Picon

CVS commit: src/lib/libc/sys

Module Name:	src
Committed By:	njoly
Date:		Mon Jun  1 09:56:06 UTC 2009

Modified Files:
	src/lib/libc/sys: fcntl.2

Log Message:
Note that fcntl(2) returns EINVAL for invalid command.

To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/sys/fcntl.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Havard Eidnes | 1 Jun 2009 15:06
Picon

CVS commit: src/distrib/sparc/miniroot

Module Name:	src
Committed By:	he
Date:		Mon Jun  1 13:06:03 UTC 2009

Modified Files:
	src/distrib/sparc/miniroot: Makefile.inc

Log Message:
The sparc miniroot actually doesn't use "file" anymore to distinguish
between a.out and ELF objects, so omit the now no-longer-present "magic"
file (deprecated after latest "file" update).

To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/sparc/miniroot/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Liam J. Foy | 1 Jun 2009 19:11
Picon

CVS commit: [netbsd-5] src/sys/fs/udf

Module Name:	src
Committed By:	liamjfoy
Date:		Mon Jun  1 17:11:36 UTC 2009

Modified Files:
	src/sys/fs/udf [netbsd-5]: udf_strat_direct.c udf_strat_rmw.c
	    udf_strat_sequential.c udf_subr.c

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #772):
	sys/fs/udf/udf_strat_rmw.c: revision 1.19
	sys/fs/udf/udf_strat_sequential.c: revision 1.10
	sys/fs/udf/udf_strat_direct.c: revision 1.10
	sys/fs/udf/udf_subr.c: revision 1.90
	sys/fs/udf/udf_subr.c: revision 1.91
Descriptor version is 16 bit and not 8 so use udf_rw16() to access them.
UniqueID was written in the logical volume integrity without byteswapping for
bigendian machines.

Retire IN_CALLBACK_ULK flagging since its not used anymore and the old
assertions on it would trigger without cause.

To generate a diff of this commit:
cvs rdiff -u -r1.5.4.3 -r1.5.4.4 src/sys/fs/udf/udf_strat_direct.c
cvs rdiff -u -r1.9.4.7 -r1.9.4.8 src/sys/fs/udf/udf_strat_rmw.c
cvs rdiff -u -r1.5.4.2 -r1.5.4.3 src/sys/fs/udf/udf_strat_sequential.c
cvs rdiff -u -r1.73.4.9 -r1.73.4.10 src/sys/fs/udf/udf_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
(Continue reading)


Gmane