Benny Siegert | 1 Jan 2011 03:38
Favicon

CVS: herc.mirbsd.org: www

Commit ID:	1004D1E938D51719869
CVSROOT:	/cvs
Module name:	www
Changes by:	bsiegert@...	2011/01/01 02:38:16 UTC

Modified files:
	data           : wlog-10.inc

Log message:
wlog += entry($today);

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.316 -r1.317 www/data/wlog-10.inc

Thorsten Glaser | 2 Jan 2011 00:59
Favicon

CVS: herc.mirbsd.org: www

Commit ID:	1004D1FBFDC3DD0DA6B
CVSROOT:	/cvs
Module name:	www
Changes by:	tg@...	2011/01/01 23:59:07 UTC

Modified files:
	files          : LICENCE

Log message:
2011

Modified files:
	src            : mksh.hts

Log message:
more plans

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.5 -r1.6 www/files/LICENCE
cvs -R rdiff -kk -upr1.368 -r1.369 www/src/mksh.hts

Thorsten Glaser | 2 Jan 2011 01:15
Favicon

CVS: herc.mirbsd.org: contrib

Commit ID:	1004D1FC3A81438C439
CVSROOT:	/cvs
Module name:	contrib
Changes by:	tg@...	2011/01/02 00:15:26 UTC

Modified files:
	code/Snippets  : findups

Log message:
this should make it work on both MirBSD, not-Mir BSD, and Debian GNU.

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1 -r1.2 contrib/code/Snippets/findups

Benny Siegert | 2 Jan 2011 17:40
Favicon

CVS: herc.mirbsd.org: www

Commit ID:	1004D20AA4A75778728
CVSROOT:	/cvs
Module name:	www
Changes by:	bsiegert@...	2011/01/02 16:40:24 UTC

Modified files:
	data           : wlog-10.inc

Log message:
Insert missing </li> tag, which broke the rendering of this page. Oops.
Thanks to Olivier Duchateau on miros-discuss!

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.317 -r1.318 www/data/wlog-10.inc

Thorsten Glaser | 3 Jan 2011 18:42
Favicon

CVS: herc.mirbsd.org: src

Commit ID:	1004D220A5A37AC4463
CVSROOT:	/cvs
Module name:	src
Changes by:	tg@...	2011/01/03 17:42:02 UTC

Modified files:
	sys/lib/libsa  : fat.c

Log message:
validate sectors-per-cluster as read from BPB, to protect against bogus
values that may even cause division by zero (thanks to Maciej Debski for
the bug report at Grml)

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.17 -r1.18 src/sys/lib/libsa/fat.c

Thorsten Glaser | 3 Jan 2011 18:49
Favicon

CVS: herc.mirbsd.org: (multiple)

Commit ID:	1004D220C4445D53F23
CVSROOT:	/cvs
Module name:	(multiple)
Changes by:	tg@...	2011/01/03 17:49:40 UTC

Modified files:
	files          : LICENCE
	sys/kern       : init_main.c
	share/doc/legal: LICENCE lbsd.mdoc
	distrib/tools  : Makefile boot.cfg.serial
	distrib/common : 00-README Makefile boot.cfg.i386
	distrib/common/grml: boot.cfg loopback.0
	distrib/common/netboot.me: boot.cfg
	distrib/baselive: Makefile
	distrib/baselive/i386: loopback.0

Log message:
2011

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.6 -r1.7 www/files/LICENCE
cvs -R rdiff -kk -upr1.28 -r1.29 src/sys/kern/init_main.c
cvs -R rdiff -kk -upr1.22 -r1.23 src/share/doc/legal/LICENCE
cvs -R rdiff -kk -upr1.30 -r1.31 src/share/doc/legal/lbsd.mdoc
cvs -R rdiff -kk -upr1.42 -r1.43 src/distrib/tools/Makefile
cvs -R rdiff -kk -upr1.5 -r1.6 src/distrib/tools/boot.cfg.serial
cvs -R rdiff -kk -upr1.16 -r1.17 src/distrib/common/00-README
cvs -R rdiff -kk -upr1.56 -r1.57 src/distrib/common/Makefile
cvs -R rdiff -kk -upr1.13 -r1.14 src/distrib/common/boot.cfg.i386
cvs -R rdiff -kk -upr1.5 -r1.6 src/distrib/common/grml/boot.cfg
(Continue reading)

Thorsten Glaser | 3 Jan 2011 19:03
Favicon

CVS: herc.mirbsd.org: src

Commit ID:	1004D220F64387C691D
CVSROOT:	/cvs
Module name:	src
Changes by:	tg@...	2011/01/03 18:03:02 UTC

Modified files:
	sys/msdosfs    : msdosfs_vfsops.c

Log message:
add some sanity checks for FAT filesystems

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.3 -r1.4 src/sys/msdosfs/msdosfs_vfsops.c

Thorsten Glaser | 3 Jan 2011 19:38
Favicon

CVS: herc.mirbsd.org: src

Commit ID:	1004D22178E7AE9AE97
CVSROOT:	/cvs
Module name:	src
Changes by:	tg@...	2011/01/03 18:38:01 UTC

Modified files:
	sys/lib/libsa  : fat.c

Log message:
better way to check if something is a power of two: ((x) & ((x) - 1))

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.18 -r1.19 src/sys/lib/libsa/fat.c

Thorsten Glaser | 3 Jan 2011 20:00
Favicon

CVS: herc.mirbsd.org: src

Commit ID:	1004D221CD9561B78B4
CVSROOT:	/cvs
Module name:	src
Changes by:	tg@...	2011/01/03 19:00:18 UTC

Modified files:
	sys/lib/libsa  : fat.c

Log message:
__CRAZY

To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.19 -r1.20 src/sys/lib/libsa/fat.c

Thorsten Glaser | 3 Jan 2011 20:02
Favicon

CVS: herc.mirbsd.org: src

Commit ID:	1004D221D691CE0C01C
CVSROOT:	/cvs
Module name:	src
Changes by:	tg@...	2011/01/03 19:02:55 UTC

Modified files:
	sys/sys        : slibkern.h
	lib/libc/arch/i386/string: Makefile.inc
	lib/libc/arch/sparc/string: Makefile.inc
	lib/libc/string: Makefile.inc
	kern/c         : Makefile.inc memchr.c strncmp.c
	kern/c/i386    : Makefile.inc
	kern/c/sparc   : Makefile.inc
	kern/include   : libckern.h
	sys/arch/i386/stand/libsa: Makefile
	sys/arch/sparc/stand/libsa: Makefile
	sys/lib/libkern: Makefile
	sys/lib/libsa  : Makefile stand.h
Added files:
	kern/c         : strchr.c strncpy.c strrchr.c
	kern/c/i386    : strchr.S strrchr.S
Removed files:
	lib/libc/arch/i386/string: index.S rindex.S
	lib/libc/string: index.c rindex.c strncpy.c
	sys/lib/libkern: strchr.c strncpy.c
	sys/lib/libsa  : strchr.c strncpy.c

Log message:
move strchr, strrchr, strncpy to kern; remove redundant strncmp, strncasecmp protos

(Continue reading)


Gmane