Module Name:src
Committed By: matt
Date: Wed Jun 11 05:54:54 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos_soc.c
Log Message:
Fix typo & include mct_reg.h
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/samsung/exynos_soc.c
Ple
Module Name:src
Committed By: matt
Date: Wed Jun 11 05:50:46 UTC 2014
Modified Files:
src/sys/arch/arm/cortex: gtmr.c
Log Message:
Add a KASSERT to make sure the counter is running.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/cortex/gtmr.
Module Name:src
Committed By: matt
Date: Wed Jun 11 05:43:39 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos_soc.c
Log Message:
Exynos5 needs the MCT running to have the Global Timer operate.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys
Module Name:src
Committed By: riastradh
Date: Tue Jun 10 22:02:58 UTC 2014
Modified Files:
src/sys/dev/pci: agp_i810.c
Log Message:
Rework agp_i810 memory binding.
Principal reason is that the GTT size is not necessarily the same as
the aperture size: the GPU may have a b
Module Name:src
Committed By: christos
Date: Tue Jun 10 22:01:40 UTC 2014
Modified Files:
src/sys/arch/x86/x86: x86_autoconf.c
Log Message:
centralize the double match warning.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/x86/x86/x86_autocon
Module Name:src
Committed By: joerg
Date: Tue Jun 10 20:23:21 UTC 2014
Modified Files:
src/doc: TODO
Log Message:
netiso is dead.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/doc/TODO
Please note that diffs are not public domain; they are subject to
Module Name:src
Committed By: matt
Date: Tue Jun 10 20:17:33 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos5_reg.h
Log Message:
Fix SDRAM base
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/samsung/exynos5_reg.h
Please note that
Module Name:src
Committed By: phx
Date: Tue Jun 10 18:37:26 UTC 2014
Modified Files:
src/sys/arch/bebox/stand/boot: sd.c
src/sys/arch/prep/stand/boot: sd.c
Log Message:
Fix SCSI reads beyond block 0x1f, by writing the READ_10/READ_16 opcode
into the correct scs
Module Name:src
Committed By: palle
Date: Tue Jun 10 18:27:42 UTC 2014
Modified Files:
src/sys/arch/sparc64/sparc64: clock.c cpu.c
Log Message:
sun4v: make cpu_initclocks() work on sun4v - %tick and %stick on sun4v systems
are read-only. ok martin@
To generate a diff of
Module Name:src
Committed By: dholland
Date: Tue Jun 10 17:19:48 UTC 2014
Modified Files:
src/usr.sbin/ypbind: ypbind.c
Log Message:
Log state transitions.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/usr.sbin/ypbind/ypbind.c
Please note that diffs
Module Name:src
Committed By: dholland
Date: Tue Jun 10 17:19:36 UTC 2014
Modified Files:
src/usr.sbin/ypbind: ypbind.c
Log Message:
Add a SIGHUP handler; upon SIGHUP do an extra nag_servers on any
domain that's in DEAD state. This lets you explicitly rescue ypbind
from it
Module Name:src
Committed By: dholland
Date: Tue Jun 10 17:19:22 UTC 2014
Modified Files:
src/usr.sbin/ypbind: ypbind.c
Log Message:
Instead of using magic numbers in what looks like a boolean
(dom_alive), create a state enumeration (domainstates) and use it
instead.
Inst
Module Name:src
Committed By: dholland
Date: Tue Jun 10 17:19:12 UTC 2014
Modified Files:
src/usr.sbin/ypbind: ypbind.c
Log Message:
Load up with comments.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/usr.sbin/ypbind/ypbind.c
Please note that diffs
Module Name:src
Committed By: dholland
Date: Tue Jun 10 17:19:00 UTC 2014
Modified Files:
src/usr.sbin/ypbind: ypbind.c
Log Message:
Don't rake up the default domain until after processing arguments.
Processing arguments just sets flags -- may as well do it first, and
this
Module Name:src
Committed By: dholland
Date: Tue Jun 10 17:18:18 UTC 2014
Modified Files:
src/usr.sbin/ypbind: ypbind.c
Log Message:
Factor out some rpc validation code.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/usr.sbin/ypbind/ypbind.c
Please no
Module Name:src
Committed By: dholland
Date: Tue Jun 10 17:18:45 UTC 2014
Modified Files:
src/usr.sbin/ypbind: ypbind.c
Log Message:
While there are times it's appropriate to call a state variable
"evil", this isn't one of them. Since the logic involved is to wait
until th
Module Name:src
Committed By: dholland
Date: Tue Jun 10 17:18:02 UTC 2014
Modified Files:
src/usr.sbin/ypbind: ypbind.c
Log Message:
Don't store the default domain name in a global. While running we
really don't care which domain is the system's default domain.
To genera
Module Name:src
Committed By: matt
Date: Tue Jun 10 17:09:42 UTC 2014
Modified Files:
src/sys/arch/arm/samsung: exynos5_reg.h
Log Message:
Shrink core size so we can fit audio in.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/samsung/exynos
Module Name:src
Committed By: martin
Date: Tue Jun 10 16:10:59 UTC 2014
Modified Files:
src/sys/fs/tmpfs: tmpfs_vfsops.c
Log Message:
Check for invalid mount arguments early and gracefully fail the mount.
Spotted by pooka@
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: martin
Date: Tue Jun 10 15:44:27 UTC 2014
Modified Files:
src/sys/fs/tmpfs: tmpfs_mem.c
Log Message:
Make sure to expand "freepages" to 64bit before shifting to byte values -
on rump we may have all our virtual address space "free".
Pointed ou
Module Name:src
Committed By: riastradh
Date: Tue Jun 10 14:00:56 UTC 2014
Modified Files:
src/sys/dev/pci: agp_i810.c agp_i810var.h
Log Message:
Another round of weed-whacking for agp_i810.
- Make struct agp_i810_softc::gatt specific to i810 chipsets; use other
members o
Module Name:src
Committed By: martin
Date: Tue Jun 10 13:15:18 UTC 2014
Modified Files:
src/tests/fs/msdosfs: t_snapshot.c
Log Message:
Properly initialize arguments for the tmpfs mounted in this test.
Pointed out by pooka@.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: wiz
Date: Tue Jun 10 11:36:41 UTC 2014
Modified Files:
src/external/bsd/openpam/dist/doc/man: openpam.3 pam.3
Log Message:
Add missing Nm section which was breaking makemandb indexing of the man page.
>From Abhinav Upadhyay.
To generate a di
Module Name:src
Committed By: joerg
Date: Tue Jun 10 10:00:26 UTC 2014
Modified Files:
src/doc: TODO.i18n
Log Message:
Reflect reality.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/doc/TODO.i18n
Please note that diffs are not public domain; they are s
Module Name:src
Committed By: joerg
Date: Tue Jun 10 09:38:30 UTC 2014
Modified Files:
src/sys/net: if.c if_ether.h if_ethersubr.c
src/sys/netinet6: mld6.c
src/usr.sbin/ifmcstat: Makefile ifmcstat.c
Log Message:
Introduce new sysctls for obtaining interface
Module Name:src
Committed By: wiz
Date: Tue Jun 10 07:26:19 UTC 2014
Modified Files:
src/share/man/man4/man4.x86: vmx.4
Log Message:
Sort SEE ALSO, add NetBSD-specific history.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/vmx.4
26 matches
Mail list logo