CVS commit: [uebayasi-xip] src/sys/uvm

2010-07-15 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Thu Jul 15 08:33:47 UTC 2010 Modified Files: src/sys/uvm [uebayasi-xip]: uvm_bio.c uvm_fault.c uvm_page.c uvm_page.h Log Message: Rename PG_DIRECT to PG_XIP. PG_XIP is marked to XIP vnode pages. To generate a diff of this

CVS commit: src/doc

2010-07-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 15 16:29:42 UTC 2010 Modified Files: src/doc: CHANGES Log Message: some recent changes To generate a diff of this commit: cvs rdiff -u -r1.1413 -r1.1414 src/doc/CHANGES Please note that diffs are not public domain; they

CVS commit: src/sys/arch/i386/i386

2010-07-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jul 15 18:55:27 UTC 2010 Modified Files: src/sys/arch/i386/i386: locore.S Log Message: In Xen PAE case, fix argument size passed to init386(), by pushing the upper bits onto stack (we do not expect first_avail to be above 4GiB,

CVS commit: src/sys/arch/i386/include

2010-07-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jul 15 18:58:41 UTC 2010 Modified Files: src/sys/arch/i386/include: pmap.h Log Message: Purely cosmetic: move L2_SLOT_KERNBASE out of the PAE #ifdef/#endif block. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106

CVS commit: src/sys/arch/x86/include

2010-07-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jul 15 19:02:26 UTC 2010 Modified Files: src/sys/arch/x86/include: pmap.h Log Message: Make the comment about PDPpaddr more thorough. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/netinet6

2010-07-15 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Jul 15 19:15:31 UTC 2010 Modified Files: src/sys/netinet6: nd6.c Log Message: To help find the cause of kernel complaints such as /netbsd: nd6_storelladdr: sdl_alen == 0, dst=... if=wm1, add printfs for some impossible

CVS commit: src/sys/arch/x86/x86

2010-07-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jul 15 21:14:32 UTC 2010 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Check the virtual address 'va' for each PDIR_SLOT_PTE entry. PDP_SIZE is 4 with PAE (Xen only currently), 1 otherwise: loop should be unrolled

CVS commit: src/lib/libpuffs

2010-07-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 15 21:53:10 UTC 2010 Modified Files: src/lib/libpuffs: subr.c Log Message: Default f_namemax to MAXNAMLEN, mostly for initial statvfs struct passed to kernel in mount. XXX: there's currently no way for a file server to

CVS commit: src/sys/fs/puffs

2010-07-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Jul 15 21:55:05 UTC 2010 Modified Files: src/sys/fs/puffs: puffs_vfsops.c Log Message: f_namemax is one of the static fields overridden by copy_statvfs_info(), so be sure to set it to the value coming from the file server as

CVS commit: src/external/bsd/cron/dist

2010-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 15 22:18:20 UTC 2010 Modified Files: src/external/bsd/cron/dist: crontab.5 Log Message: Document the format of the system crontab file, since cron(8) says that we do. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/i386/i386

2010-07-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jul 15 22:19:19 UTC 2010 Modified Files: src/sys/arch/i386/i386: machdep.c Log Message: pte0 is used to map the page required by bioscall() trampoline code, so add VM_PROT_EXECUTE protection for it. Currently, this does not

CVS commit: src/sys/arch

2010-07-15 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Thu Jul 15 23:20:34 UTC 2010 Modified Files: src/sys/arch/i386/i386: machdep.c src/sys/arch/xen/x86: x86_xpmap.c Log Message: With Xen, PDPpaddr should contain a guest physical address (== PFN). To generate a diff of this

CVS commit: src/sys/netinet6

2010-07-15 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Jul 15 23:46:55 UTC 2010 Modified Files: src/sys/netinet6: udp6_output.c Log Message: Under some circumstances, udp6_output() would call ip6_clearpktopts() with an uninitialized struct ip6_pktopts on the stack, opt.