svn commit: r216702 - head/sys/kern

2010-12-25 Thread Alan Cox
Author: alc Date: Sun Dec 26 01:42:52 2010 New Revision: 216702 URL: http://svn.freebsd.org/changeset/base/216702 Log: Correct the order of the arguments to vm_fault_quick_hold_pages(). Modified: head/sys/kern/uipc_cow.c Modified: head/sys/kern/uipc_cow.c

svn commit: r216701 - head/sys/vm

2010-12-25 Thread Alan Cox
Author: alc Date: Sat Dec 25 23:54:50 2010 New Revision: 216701 URL: http://svn.freebsd.org/changeset/base/216701 Log: Retire vm_fault_quick(). It's no longer used. Reviewed by: kib@ Modified: head/sys/vm/vm_extern.h head/sys/vm/vm_fault.c Modified: head/sys/vm/vm_extern.h =

svn commit: r216700 - in head/sys/fs: nfs nfsserver

2010-12-25 Thread Rick Macklem
Author: rmacklem Date: Sat Dec 25 21:56:25 2010 New Revision: 216700 URL: http://svn.freebsd.org/changeset/base/216700 Log: Modify the experimental NFS server so that it uses LK_SHARED for RPC operations when it can. Since VFS_FHTOVP() currently always gets an exclusively locked vnode and is

svn commit: r216699 - in head/sys: dev/cxgb/ulp/tom dev/drm kern net vm

2010-12-25 Thread Alan Cox
Author: alc Date: Sat Dec 25 21:26:56 2010 New Revision: 216699 URL: http://svn.freebsd.org/changeset/base/216699 Log: Introduce and use a new VM interface for temporarily pinning pages. This new interface replaces the combined use of vm_fault_quick() and pmap_extract_and_hold() throughout

svn commit: r216698 - head/usr.bin/mail

2010-12-25 Thread Maxim Konovalov
Author: maxim Date: Sat Dec 25 17:35:30 2010 New Revision: 216698 URL: http://svn.freebsd.org/changeset/base/216698 Log: o Fix -u flag description: it takes a username as an argument. PR: docs/153416 Submitted by: Eitan Adler MFC after:1 week Modified: head/usr.bin/mail

svn commit: r216697 - head/usr.bin/calendar

2010-12-25 Thread Sergey A. Osokin
Author: osa (ports committer) Date: Sat Dec 25 11:52:04 2010 New Revision: 216697 URL: http://svn.freebsd.org/changeset/base/216697 Log: Fix typo (Pashka -> Paskha). Modified: head/usr.bin/calendar/calendar.1 head/usr.bin/calendar/calendar.h head/usr.bin/calendar/parsedata.c Modified: he

svn commit: r216696 - head/usr.bin/lock

2010-12-25 Thread Ed Schouten
Author: ed Date: Sat Dec 25 11:24:27 2010 New Revision: 216696 URL: http://svn.freebsd.org/changeset/base/216696 Log: Slightly improve output of lock(1). - Remove the /dev/ portion of the TTY name. - In case we use lock -p, print the username that was used to obtain the password hash.

svn commit: r216695 - in head/libexec/rtld-elf: . amd64 arm i386 ia64 mips powerpc powerpc64 sparc64

2010-12-25 Thread Konstantin Belousov
Author: kib Date: Sat Dec 25 08:51:20 2010 New Revision: 216695 URL: http://svn.freebsd.org/changeset/base/216695 Log: Implement support for ELF filters in rtld. Both normal and auxillary filters are implemented. Filtees are loaded on demand, unless LD_LOADFLTR environment variable is s

svn commit: r216694 - head/libexec/rtld-elf

2010-12-25 Thread Konstantin Belousov
Author: kib Date: Sat Dec 25 08:42:38 2010 New Revision: 216694 URL: http://svn.freebsd.org/changeset/base/216694 Log: Add a hook to pass debug flags to the build of rtld when doing make in the rtld directory. Reviewed by: kan Modified: head/libexec/rtld-elf/Makefile Modified: head/l