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 com
Module Name:src
Committed By: uebayasi
Date: Thu Jul 15 14:13:11 UTC 2010
Modified Files:
src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c
Log Message:
s/PG_DIRECT/PG_XIP/
To generate a diff of this commit:
cvs rdiff -u -r1.36.2.15 -r1.36.2.16 src/sys/miscfs/genfs/genfs_i
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
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, s
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
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 src/sys/arch/x86/include/pmap.h
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" con
Module Name:src
Committed By: christos
Date: Thu Jul 15 20:03:29 UTC 2010
Modified Files:
src/external/bsd/cron/dist: entry.c
Log Message:
remove bad cast.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/cron/dist/entry.c
Please note that di
Module Name:src
Committed By: christos
Date: Thu Jul 15 20:04:14 UTC 2010
Modified Files:
src/external/bsd/cron/dist: database.c
Log Message:
PR/43623: Takahiro Kambe: Allow /etc/crontab processing if it is not writable,
don't insist that it is mode 0600.
To generate a d
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
whe
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 ove
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
pa
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 -r1
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 chan
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 c
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.
ip6_clearp
16 matches
Mail list logo