Author: glebius
Date: Fri Feb 15 09:03:56 2013
New Revision: 246822
URL: http://svnweb.freebsd.org/changeset/base/246822
Log:
Finish the r244185. This fixes ever growing counter of pfsync bad
length packets, which was actually harmless.
Note that peers with different version of head/ may
Author: pluknet
Date: Fri Feb 15 09:10:01 2013
New Revision: 246823
URL: http://svnweb.freebsd.org/changeset/base/246823
Log:
Remove write only assignments and thus fix the build after struct bufarea
TAILQ conversion (r246812).
Modified:
head/sbin/fsdb/fsdbutil.c
Modified: head/sbin/fsdb/f
Author: jilles
Date: Fri Feb 15 10:44:07 2013
New Revision: 246824
URL: http://svnweb.freebsd.org/changeset/base/246824
Log:
setbuf(3): Remove bugs section about ancient versions of BSD.
Modified:
head/lib/libc/stdio/setbuf.3
Modified: head/lib/libc/stdio/setbuf.3
===
Author: pluknet
Date: Fri Feb 15 13:00:20 2013
New Revision: 246826
URL: http://svnweb.freebsd.org/changeset/base/246826
Log:
Add support of passing SCM_BINTIME ancillary data object for PF_LOCAL
sockets.
PR: kern/175883
Submitted by: Andrey Simonenko
Discussed with:
Author: des
Date: Fri Feb 15 13:57:51 2013
New Revision: 246830
URL: http://svnweb.freebsd.org/changeset/base/246830
Log:
Oops, I flipped LDNS_UTILS but forgot to update the description.
Modified:
head/tools/build/options/WITH_LDNS_UTILS
Modified: head/tools/build/options/WITH_LDNS_UTILS
===
...and before someone yells "you forgot to update src.conf.5!": no, I
didn't, but the last person who touched bsd.own.mk did, and now I have
conflicts I need to sort out... *again*
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org m
Author: des
Date: Fri Feb 15 14:17:27 2013
New Revision: 246831
URL: http://svnweb.freebsd.org/changeset/base/246831
Log:
Update src.conf(5) up to but not including my LDNS commits.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: pluknet
Date: Fri Feb 15 14:22:05 2013
New Revision: 246832
URL: http://svnweb.freebsd.org/changeset/base/246832
Log:
vn_io_faults_cnt:
- use u_long consistently
- use SYSCTL_ULONG to match the type of variable
Reviewed by: kib
MFC after:1 week
Modified:
head/sys/kern/
Author: des
Date: Fri Feb 15 14:22:23 2013
New Revision: 246833
URL: http://svnweb.freebsd.org/changeset/base/246833
Log:
The relationship between LDNS_UTILS and BIND_UTILS was inverted.
Modified:
head/share/mk/bsd.own.mk
Modified: head/share/mk/bsd.own.mk
===
Author: des
Date: Fri Feb 15 15:09:24 2013
New Revision: 246838
URL: http://svnweb.freebsd.org/changeset/base/246838
Log:
Manually add the correct text for the LDNS and LDNS_UTILS options.
There seems to be a bug in makeman that causes it to misunderstand
the relationship between LDNS_UTILS
On Fri, 15 Feb 2013, Jilles Tjoelker wrote:
Log:
setbuf(3): Remove bugs section about ancient versions of BSD.
Modified:
head/lib/libc/stdio/setbuf.3
Modified: head/lib/libc/stdio/setbuf.3
==
--- head/lib/libc/stdio/
Dag-Erling Smørgrav writes:
> Author: des
> Date: Fri Feb 15 13:44:18 2013
> New Revision: 246827
> URL: http://svnweb.freebsd.org/changeset/base/246827
>
> Log:
> Import LDNS and build it as an internal library.
[...]
> Index: share/mk/bsd.libnames.mk
>
Author: ian
Date: Fri Feb 15 18:30:32 2013
New Revision: 246845
URL: http://svnweb.freebsd.org/changeset/base/246845
Log:
Add PPS_CANWAIT support for time_pps_fetch(). This adds support for all three
blocking modes described in section 3.4.3 of RFC 2783, allowing the caller
to retrieve the
Author: neel
Date: Fri Feb 15 18:41:36 2013
New Revision: 246846
URL: http://svnweb.freebsd.org/changeset/base/246846
Log:
Advertise PCI-E capability in the hostbridge device presented to the guest.
FreeBSD wants to see this capability in at least one device in the PCI
hierarchy before it
Author: jkim
Date: Fri Feb 15 20:36:28 2013
New Revision: 246849
URL: http://svnweb.freebsd.org/changeset/base/246849
Log:
Merge ACPICA 20130214.
Added:
head/sys/contrib/dev/acpica/compiler/aslprepkg.c
- copied, changed from r246848,
vendor-sys/acpica/dist/source/compiler/aslprepkg.c
Author: gonzo
Date: Fri Feb 15 21:24:21 2013
New Revision: 246850
URL: http://svnweb.freebsd.org/changeset/base/246850
Log:
Fix copy-paste error in bus_space_unmap argument
While I'm at it - fix some style(9) issues
Submitted by: Mikael Urankar
Modified:
head/sys/arm/ti/ti_cpuid.c
Jan Beich writes:
> Why the underscore? lib/libldns/Makefile doesn't have it.
Typo, or rather leftover from an earlier version.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinf
Jan Beich writes:
> Not that WITH_LDNS build would succeed anyway:
>
> ===> lib/libldns (depend)
> /usr/src/lib/libldns/../../contrib/ldns/buffer.c:10:10: fatal error:
> 'ldns/config.
> h' file not found
> #include
>^
> 1 error generated.
> mkdep: compile failed
> *** [
Author: gonzo
Date: Fri Feb 15 21:29:03 2013
New Revision: 246851
URL: http://svnweb.freebsd.org/changeset/base/246851
Log:
Enable USB1 (which is EHCI0) for Allwinner A10
Tested by: ganbold@
Modified:
head/sys/arm/allwinner/a10_clk.c
head/sys/arm/allwinner/a10_clk.h
head/sys/arm/allw
Author: des
Date: Fri Feb 15 21:31:01 2013
New Revision: 246852
URL: http://svnweb.freebsd.org/changeset/base/246852
Log:
fix leftover from an earlier experiment
Modified:
head/share/mk/bsd.libnames.mk
Modified: head/share/mk/bsd.libnames.mk
==
Author: des
Date: Fri Feb 15 21:33:05 2013
New Revision: 246853
URL: http://svnweb.freebsd.org/changeset/base/246853
Log:
Add generated files
Added:
head/contrib/ldns/ldns/common.h (contents, props changed)
head/contrib/ldns/ldns/config.h (contents, props changed)
head/contrib/ldns/ld
Author: jkim
Date: Fri Feb 15 22:43:08 2013
New Revision: 246855
URL: http://svnweb.freebsd.org/changeset/base/246855
Log:
Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is
no functional change.
Modified:
head/sys/amd64/acpica/acpi_machdep.c
head/sys/amd64/amd64/
Author: jkim
Date: Fri Feb 15 22:58:44 2013
New Revision: 246856
URL: http://svnweb.freebsd.org/changeset/base/246856
Log:
Revert r227528 and r227787. This hack is no longer necessary since r233580.
Modified:
head/etc/rc.resume
Modified: head/etc/rc.resume
==
Author: dim
Date: Fri Feb 15 23:12:35 2013
New Revision: 246857
URL: http://svnweb.freebsd.org/changeset/base/246857
Log:
Regenerate libstdc++'s config.h, synchronizing it with our current
almost-C99 headers.
MFC after:1 week
Modified:
head/gnu/lib/libstdc++/config.h
Modified: hea
Author: dim
Date: Fri Feb 15 23:12:58 2013
New Revision: 246858
URL: http://svnweb.freebsd.org/changeset/base/246858
Log:
Pull in r175057 from upstream llvm trunk:
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
This happens when there is both stack realig
Author: ian
Date: Fri Feb 15 23:41:47 2013
New Revision: 246859
URL: http://svnweb.freebsd.org/changeset/base/246859
Log:
Set map->pmap before _bus_dmamap_count_pages() tries to use it.
Obtained from:Thomas Skibo
Modified:
head/sys/arm/arm/busdma_machdep-v6.c
Modified: head/sys
Author: dim
Date: Fri Feb 15 23:59:57 2013
New Revision: 246860
URL: http://svnweb.freebsd.org/changeset/base/246860
Log:
Fix undefined behaviour in usr.bin/mail/util.c.
Reported by: deeptec...@gmail.com
MFC after:3 days
Modified:
head/usr.bin/mail/util.c
Modified: head/usr.bin/m
Author: adrian
Date: Sat Feb 16 00:12:21 2013
New Revision: 246861
URL: http://svnweb.freebsd.org/changeset/base/246861
Log:
Fix an incorrect sizeof()
Spotted by: clang
Submitted by: dim
Modified:
head/sys/net80211/ieee80211_mesh.c
Modified: head/sys/net80211/ieee80211_mesh.c
===
Author: davidxu
Date: Sat Feb 16 06:07:07 2013
New Revision: 246872
URL: http://svnweb.freebsd.org/changeset/base/246872
Log:
Simplify code by using flag O_EXLOCK.
PR: kern/175674
Modified:
head/lib/libc/gen/sem_new.c
Modified: head/lib/libc/gen/sem_new.c
===
On 2013-02-01, at 2:26 AM, Andre Oppermann wrote:
> Author: andre
> Date: Fri Feb 1 10:26:31 2013
> New Revision: 246204
> URL: http://svnweb.freebsd.org/changeset/base/246204
>
> Log:
> Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.
>
> VM_KMEM_SIZE_SCALE specifies
30 matches
Mail list logo