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

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

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="-

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

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 rdif