Module Name:src
Committed By: macallan
Date: Thu Mar 29 08:52:31 UTC 2012
Modified Files:
src/usr.bin/xlint/arch/mips64: targparam.h
Log Message:
XXX
Don't assume LP64 unless lint itself is built as LP64
On mips64 we default to n32 which produces errors when things like
TA
Module Name:src
Committed By: jruoho
Date: Thu Mar 29 08:56:06 UTC 2012
Modified Files:
src/tests/lib/libc/stdlib: t_random.c
Log Message:
Adjust as per apb@'s suggestion.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_random.c
P
Module Name:src
Committed By: skrll
Date: Thu Mar 29 09:26:24 UTC 2012
Modified Files:
src/sys/arch/hp700/hp700: intr.c
Log Message:
Check for HPPA_SID_KERNEL when checking for interrupt in the
mutex_enter critical section.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Thu Mar 29 13:05:10 UTC 2012
Modified Files:
src/lib/libc/gen: getgrent.c getpwent.c
Log Message:
PR?40728: W. Stukenbrock: Fix various issues with NIS-netgroups in users
and groups.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: christos
Date: Thu Mar 29 14:27:34 UTC 2012
Modified Files:
src/lib/libc/stdio: fmemopen.c
Log Message:
The flush function makes the tests fail. So undo it for now until we decide
if the tests are wrong or the flushing is wrong.
To generate
Module Name:src
Committed By: christos
Date: Thu Mar 29 14:43:58 UTC 2012
Modified Files:
src/lib/libc/gen: getpwent.c
Log Message:
PR/46279: Dr. W. Stukenbrock: Off-by-one in buffer length check and make sure
that the password fits in the supplied buffer.
To generate a
Module Name:src
Committed By: matt
Date: Thu Mar 29 14:47:09 UTC 2012
Modified Files:
src/sys/arch/powerpc/booke/dev: pq3gpio.c
Log Message:
Fix P2020 GPIO support (which has pins that are input/output instead of just
input or output).
To generate a diff of this commit:
Module Name:src
Committed By: matt
Date: Thu Mar 29 15:42:16 UTC 2012
Added Files:
src/sys/arch/powerpc/conf: kern-mb.ldscript
Log Message:
Add ldscript which aligns .data to a 1MB boundary. (used for testing)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src
Module Name:src
Committed By: matt
Date: Thu Mar 29 15:42:59 UTC 2012
Modified Files:
src/sys/arch/powerpc/conf: files.powerpc
Log Message:
Add PMAP_MINIMALTLB defflag
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/powerpc/conf/files.powerpc
Module Name:src
Committed By: matt
Date: Thu Mar 29 15:44:40 UTC 2012
Modified Files:
src/sys/arch/powerpc/include/booke: pmap.h
Log Message:
Add vsize_t to pmap_md_{un,}map_poolpage.
Add pmap_kvptefill prototype.
Slightly change pmap_bootstrap prototype.
To generate a d
Module Name:src
Committed By: matt
Date: Thu Mar 29 15:45:06 UTC 2012
Modified Files:
src/sys/arch/powerpc/include/booke: e500var.h
Log Message:
Add e500_tlb_minimize prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/include/book
Module Name:src
Committed By: matt
Date: Thu Mar 29 15:48:20 UTC 2012
Modified Files:
src/sys/arch/powerpc/booke: booke_pmap.c e500_tlb.c
Log Message:
Add support PMAP_MINIMALTLB option. This changes the default use of TLB1
entries to map all of physical memory to using t
Module Name:src
Committed By: matt
Date: Thu Mar 29 15:49:08 UTC 2012
Modified Files:
src/sys/arch/evbppc/mpc85xx: machdep.c
Log Message:
Add support for PMAP_MINIMALTLB.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbppc/mpc85xx/machdep.c
Module Name:src
Committed By: wiz
Date: Thu Mar 29 18:33:20 UTC 2012
Modified Files:
src/usr.bin/nohup: nohup.1
Log Message:
Punctuation.
>From patch by Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/nohup/nohup.1
Please note tha
Module Name:src
Committed By: wiz
Date: Thu Mar 29 18:35:11 UTC 2012
Modified Files:
src/compat: README
Log Message:
Fix typos; wording.
>From patch by Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/compat/README
Please note that diffs are
Module Name:src
Committed By: wiz
Date: Thu Mar 29 18:37:22 UTC 2012
Modified Files:
src/share/man/man7: hostname.7
Log Message:
Replace references to resolver(5) with ones to resolv.conf(5).
>From patch by Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: wiz
Date: Thu Mar 29 18:37:46 UTC 2012
Modified Files:
src/usr.sbin/rtadvd: rtadvd.conf.5
Log Message:
- improve wording;
- replace references to resolver(5) with ones to resolv.conf(5);
- remove references to FreeBSD (which were copied 1:1 fr
Module Name:src
Committed By: christos
Date: Thu Mar 29 19:26:21 UTC 2012
Modified Files:
src/lib/libc/arch/mips/gen: cacheflush.c
Log Message:
fix lint, should nbytes be changed to size_t to match with the struct passed?
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: christos
Date: Thu Mar 29 19:27:05 UTC 2012
Modified Files:
src/lib/libc/arch/mips/gen: longjmp.c
Log Message:
make constant explicitly unsigned
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/mips/gen/longjmp.c
Module Name:src
Committed By: skrll
Date: Thu Mar 29 20:31:49 UTC 2012
Modified Files:
src/sys/arch/hppa/hppa: db_machdep.c
Log Message:
Use PSW_BITS to decode the bits of the PSW in db_dump_trap
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp
Module Name:src
Committed By: christos
Date: Thu Mar 29 21:20:08 UTC 2012
Modified Files:
src/sys/arch/mips/include: cachectl.h
Log Message:
- elide parameter tags
- make argument size_t as appropriate
- add begin/end decls
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: christos
Date: Thu Mar 29 21:21:04 UTC 2012
Modified Files:
src/lib/libc/arch/mips/gen: cacheflush.c
Log Message:
nbytes is now size_t
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/mips/gen/cacheflush.c
Pleas
Module Name:src
Committed By: skrll
Date: Thu Mar 29 21:44:10 UTC 2012
Modified Files:
src/sys/arch/hppa/include: psl.h
Log Message:
Remove unnecessary #include
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/hppa/include/psl.h
Please note that
Module Name:src
Committed By: matt
Date: Fri Mar 30 01:04:48 UTC 2012
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_fmn.c
Log Message:
Deal with station ids without names (not all XLS have all stations).
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: chs
Date: Fri Mar 30 02:25:24 UTC 2012
Modified Files:
src/sys/uvm: uvm_amap.c
Log Message:
adjust amap_cow_now() to make UVM_PAGE_TRKOWN happy.
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/uvm/uvm_amap.c
Please n
25 matches
Mail list logo