CVS commit: src/tests/lib/libc/sys

2012-09-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Sep  8 12:25:06 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_mlock.c

Log Message:
Make this compile on archs where VM_MIN_ADDRESS is not defined (or not
exported to userland)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_mlock.c

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



CVS commit: src/lib/libc/gen

2012-09-08 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sat Sep  8 15:15:06 UTC 2012

Modified Files:
src/lib/libc/gen: getpwent.c

Log Message:
Revert previous temporary measure and fix the assertion properly instead.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/lib/libc/gen/getpwent.c

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



CVS commit: src/sys/arch/evbarm/conf

2012-09-08 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Sun Sep  9 04:27:12 UTC 2012

Modified Files:
src/sys/arch/evbarm/conf: DNS323 GUMSTIX HPT5325 KUROBOX_PRO
MMNET_GENERIC MPCSA_GENERIC NETWALKER OPENBLOCKS_A6 SHEEVAPLUG
TWINTAIL

Log Message:
Split DEBUG="-g -Ox" into DEBUG="-g" and COPTS="-Ox".


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/DNS323
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbarm/conf/GUMSTIX
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/HPT5325 \
src/sys/arch/evbarm/conf/OPENBLOCKS_A6
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/KUROBOX_PRO
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/MMNET_GENERIC
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/conf/NETWALKER
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/conf/SHEEVAPLUG
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/evbarm/conf/TWINTAIL

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



CVS commit: src/sys/ufs/ufs

2012-09-08 Thread Emmanuel Dreyfus
Module Name:src
Committed By:   manu
Date:   Sun Sep  9 04:27:49 UTC 2012

Modified Files:
src/sys/ufs/ufs: ufs_quota.c

Log Message:
Temporary fix for quotactl authorization: it must use the effective UID
and not the real UID.

Further work is required to move the check to the kauth listener instead
of having it in UFS code.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/ufs/ufs/ufs_quota.c

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



CVS commit: src/sys/dev/iscsi

2012-09-08 Thread Michael L. Hitch
Module Name:src
Committed By:   mhitch
Date:   Sun Sep  9 06:06:30 UTC 2012

Modified Files:
src/sys/dev/iscsi: iscsi_send.c

Log Message:
Remove an erroneous change that crept in.  It was part of an earlier,
incorrect fix I had done for writing > 64K bytes.  It was still in the
set of changes mlelstv had committed.  I noticed it at the time, but did
not think it was problematic - until now.  This fixes the ccb corruption
I was seeing and fixes PR kern/46896.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/iscsi/iscsi_send.c

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