svn commit: r255054 - stable/9/sys/kern

2013-08-29 Thread Marcel Moolenaar
Author: marcel Date: Fri Aug 30 05:36:29 2013 New Revision: 255054 URL: http://svnweb.freebsd.org/changeset/base/255054 Log: MFC r253910: Add a tunable for the default timeout. Requested by: rodrigc@, delphij@ Modified: stable/9/sys/kern/vfs_mountroot.c Directory Properties: stable/9/s

svn commit: r254075 - stable/9/release/ia64

2013-08-07 Thread Marcel Moolenaar
Author: marcel Date: Wed Aug 7 21:51:19 2013 New Revision: 254075 URL: http://svnweb.freebsd.org/changeset/base/254075 Log: MFC r245347: Add color.4th. MFC r253919: Fix the bootable CD. Modified: stable/9/release/ia64/mkisoimages.sh Directory Properties: stable/9/release/ia64/ (props c

svn commit: r247303 - stable/9/sys/ia64/ia64

2013-02-25 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 26 03:46:35 2013 New Revision: 247303 URL: http://svnweb.freebsd.org/changeset/base/247303 Log: MFC r246882: Return EFAULT when the address is not a kernel virtual address. Modified: stable/9/sys/ia64/ia64/mem.c Directory Properties: stable/9/sys/ (props cha

svn commit: r247302 - stable/9/sys/ia64/ia64

2013-02-25 Thread Marcel Moolenaar
Author: marcel Date: Tue Feb 26 03:39:15 2013 New Revision: 247302 URL: http://svnweb.freebsd.org/changeset/base/247302 Log: MFC r239379: Use pmap_kextract(x) rather than pmap_extract(kernel_pmap, x). Modified: stable/9/sys/ia64/ia64/mem.c Directory Properties: stable/9/sys/ (props chan

svn commit: r247018 - stable/9/sys/ia64/ia64

2013-02-19 Thread Marcel Moolenaar
Author: marcel Date: Wed Feb 20 03:59:45 2013 New Revision: 247018 URL: http://svnweb.freebsd.org/changeset/base/247018 Log: MFC r246890: Close a race relating to setting the PCPU pointer (r13). Modified: stable/9/sys/ia64/ia64/syscall.S Directory Properties: stable/9/sys/ (props change

svn commit: r246937 - stable/9/sys/ia64/ia64

2013-02-17 Thread Marcel Moolenaar
Author: marcel Date: Mon Feb 18 05:05:01 2013 New Revision: 246937 URL: http://svnweb.freebsd.org/changeset/base/246937 Log: MFC r246715: Eliminate the PC_CURTHREAD symbol and load the current thread's thread structure pointer atomically from r13 (the pcpu pointer) for the current CPU/core

svn commit: r234738 - stable/9/share/man/man5

2012-04-27 Thread Marcel Moolenaar
Author: marcel Date: Fri Apr 27 20:10:43 2012 New Revision: 234738 URL: http://svn.freebsd.org/changeset/base/234738 Log: MFC 234611: Update the bugs section. We don't consider tmpfs as experimental, though we do not claim to support all mount options equally well. Modified: stable/9/shar

svn commit: r233076 - in stable/9/sys: cddl/dev/dtrace/i386 i386/conf

2012-03-16 Thread Marcel Moolenaar
Author: marcel Date: Sat Mar 17 05:45:21 2012 New Revision: 233076 URL: http://svn.freebsd.org/changeset/base/233076 Log: MFC r227430: On i386, fbt probes are implemented by writing an invalid opcode over certain instructions in a function prologue or epilogue. DTrace has a hook into the