Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 07:40:59 UTC 2015
Modified Files:
src/sys/kern: vfs_wapbl.c
Log Message:
Refactor disk address calculation from physical block numbers in
the journal into a function. Make that function work correctly with
sector sizes
Module Name:src
Committed By: shm
Date: Sun Aug 9 09:39:21 UTC 2015
Modified Files:
src/usr.bin/su: su_pam.c
Log Message:
Do not use pamh after pam_end. It's cosmetic change since pam_strerror
ignores that parameter.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: shm
Date: Sun Aug 9 09:49:25 UTC 2015
Modified Files:
src/usr.bin/error: filter.c
Log Message:
Remove unnecessary fclose(3) call
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/error/filter.c
Please note that diff
Module Name:src
Committed By: aymeric
Date: Sun Aug 9 10:09:07 UTC 2015
Modified Files:
src/external/mit/xorg: xorg-pkg-ver.mk
Log Message:
use ${TOOL_AWK} instead of host dependant awk. From mrg@.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external
Module Name:src
Committed By: martin
Date: Sun Aug 9 10:15:15 UTC 2015
Modified Files:
src/sys/kern [netbsd-7]: vfs_wapbl.c
Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #943):
sys/kern/vfs_wapbl.c: revision 1.62
Refactor disk address
Module Name:src
Committed By: martin
Date: Sun Aug 9 10:16:35 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #943
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.362 -r1.1.2.363 src/doc/CHANGES-7.0
Please note that diffs are not pu
Module Name:src
Committed By: shm
Date: Sun Aug 9 12:17:30 UTC 2015
Modified Files:
src/libexec/ftpd: logwtmp.c
Log Message:
Clear utmpx struct before writing it to wtmpx files
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/libexec/ftpd/logwtmp.c
Ple
Module Name:src
Committed By: jmcneill
Date: Sun Aug 9 13:01:21 UTC 2015
Modified Files:
src/sys/dev/ic: dwc_mmc.c
Log Message:
wait for command done status before doing pio transfer
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/dwc_mmc.c
P
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:03:11 UTC 2015
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_emmc.c
Log Message:
Handle error when setting DMA transfer.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/broadcom
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:06:44 UTC 2015
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_dmac.c bcm2835_dmac.h bcm2835_emmc.c
Log Message:
Invoke callback routine for all DMA interrupts.
Pass status and error bits to callback instead of f
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:07:47 UTC 2015
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_dmac.c
Log Message:
Make the DMA halt procedure follow better the documentation.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:14:11 UTC 2015
Modified Files:
src/sys/dev/sdmmc: sdmmc.c
Log Message:
protect card detection with mutex.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/sdmmc/sdmmc.c
Please note that d
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:18:46 UTC 2015
Modified Files:
src/sys/dev/sdmmc: sdmmc.c sdmmcvar.h
Log Message:
Send an explicit CMD12 (stop transmission) when there was an error
in multi-sector I/O.
The SDHC spec has a complex flowchart descri
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:24:39 UTC 2015
Modified Files:
src/sys/dev/sdmmc: sdhc.c sdhcvar.h
Log Message:
Add a quirk for Ricoh 5U823 controller. Operation with a 100MHz
bus clock for SDR50 seems to be unstable, reduce frequency one notch
(e
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:27:48 UTC 2015
Modified Files:
src/sys/dev/pci: sdhc_pci.c
Log Message:
Replace the LOWER_FREQ quirk with the SLOW_SDR50 quirk for the
Ricoh 5U823 controller. This stabilizes SD cards at standard speed
and high spee
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:39:18 UTC 2015
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
Protect the whole tuning operation including the register setup.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/sdmm
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:46:50 UTC 2015
Modified Files:
src/sys/dev/sdmmc: sdhc.c
Log Message:
Ignore data inhibit for commands that do not use the DAT line.
Do a soft reset when the inhibit condition persists for better
error recovery.
Si
Module Name:src
Committed By: mlelstv
Date: Sun Aug 9 13:49:19 UTC 2015
Modified Files:
src/sys/dev/sdmmc: ld_sdmmc.c
Log Message:
Add small command queue to reduce latency between ld driver and
sdmmc I/O thread.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r
Module Name:src
Committed By: shm
Date: Sun Aug 9 20:34:24 UTC 2015
Modified Files:
src/libexec/ftpd: logwtmp.c
Log Message:
Removed unnecessary memset(3) call
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/libexec/ftpd/logwtmp.c
Please note that dif
Module Name:src
Committed By: mrg
Date: Mon Aug 10 02:44:37 UTC 2015
Modified Files:
src/distrib/sets/lists/base: mi shl.mi
src/distrib/sets/lists/comp: ad.arm ad.hppa ad.m68k ad.mips ad.powerpc
ad.sh3 md.alpha md.amd64 md.hppa md.i386 md.sparc md.sparc6
Module Name:src
Committed By: mrg
Date: Mon Aug 10 03:21:44 UTC 2015
Modified Files:
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/comp: ad.aarch64 ad.arm ad.hppa ad.m68k ad.mips
ad.powerpc ad.riscv ad.sh3 md.alpha md.amd64 md.hppa md.i386
Module Name:src
Committed By: mrg
Date: Mon Aug 10 04:13:19 UTC 2015
Modified Files:
src/distrib/sets/lists/comp: ad.mips
src/distrib/sets/lists/debug: ad.mips
Log Message:
fix some merge errors in the previous
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: mrg
Date: Mon Aug 10 04:48:53 UTC 2015
Modified Files:
src/sys/compat/netbsd32: netbsd32.h
Log Message:
move some header-specific pointer-typedefs into a header-specific area.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 s
Module Name:src
Committed By: mrg
Date: Mon Aug 10 04:52:19 UTC 2015
Modified Files:
src/sys/arch/sparc64/dev: schizoreg.h
Log Message:
add some tomatillo specific information to schizo_pbm_regs.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/s
Module Name:src
Committed By: mrg
Date: Mon Aug 10 06:09:31 UTC 2015
Modified Files:
src/distrib/sets/lists/comp: ad.mips
src/distrib/sets/lists/debug: ad.mips
Log Message:
revert the previous; it wasn't wrong, just a little unusual
To generate a diff of this com
25 matches
Mail list logo