Author: ngie
Date: Mon Apr 27 06:49:27 2015
New Revision: 282057
URL: https://svnweb.freebsd.org/changeset/base/282057
Log:
Build/install libc, librt, libthr, and msun NetBSD test suites on all
architectures
MFC after: 1 week
Deleted:
head/lib/libc/Makefile.amd64
head/lib/libc/Makefi
Author: ngie
Date: Mon Apr 27 06:46:33 2015
New Revision: 282056
URL: https://svnweb.freebsd.org/changeset/base/282056
Log:
The fmodl compat shims on arm/mips/powerpc aren't complete
Disable the test code for now on those architectures
MFC after: 1 week
PR: 199422
Modified:
head/c
Author: ngie
Date: Mon Apr 27 06:34:51 2015
New Revision: 282054
URL: https://svnweb.freebsd.org/changeset/base/282054
Log:
ath3kfw, bcmfw, bthidcontrol, bthidd all require usb(4); build them
conditionally if MK_USB != no
MFC after: 1 week
Modified:
head/usr.sbin/bluetooth/Makefile
Mo
Author: delphij
Date: Mon Apr 27 06:02:47 2015
New Revision: 282053
URL: https://svnweb.freebsd.org/changeset/base/282053
Log:
MFC r11,r87,r225845,r226184,r226418,r236596,r267773,r267887,r273507,
r281500,r281540,r281626:
Sync with HEAD: xz support, bug fixes, etc.
Added:
st
Author: delphij
Date: Mon Apr 27 05:49:18 2015
New Revision: 282052
URL: https://svnweb.freebsd.org/changeset/base/282052
Log:
MFC r281500,281540,281626:
Sync with NetBSD:
- Mention xz(1) in gzip(1).
- Strip away path from header name when decompressing.
Modified:
stable/10/usr.bin
Author: glebius
Date: Mon Apr 27 05:44:09 2015
New Revision: 282051
URL: https://svnweb.freebsd.org/changeset/base/282051
Log:
Fix memory leak.
PR: 199670
Reviewed by: ae
Modified:
head/sys/netpfil/ipfw/ip_fw_nat.c
Modified: head/sys/netpfil/ipfw/ip_fw_nat.c
===
Author: delphij
Date: Mon Apr 27 05:42:14 2015
New Revision: 282050
URL: https://svnweb.freebsd.org/changeset/base/282050
Log:
MFC r281502:
Sync with OpenBSD: Use volatile instead of __volatile__.
Modified:
stable/10/sys/contrib/x86emu/x86emu.c
Directory Properties:
stable/10/ (props
On 4/26/15 3:28 AM, Scott Long wrote:
Too early in boot to get a crashdump.
but not too early for gdb live.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-
Author: loos
Date: Mon Apr 27 01:36:16 2015
New Revision: 282049
URL: https://svnweb.freebsd.org/changeset/base/282049
Log:
Pass the supplied buffer length instead of a fixed size.
Modified:
head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c
Modified: head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c
=
Author: ae
Date: Mon Apr 27 01:12:51 2015
New Revision: 282048
URL: https://svnweb.freebsd.org/changeset/base/282048
Log:
Make ipsec_in_reject() static. We use ipsec[46]_in_reject() instead.
Sponsored by: Yandex LLC
Modified:
head/sys/netipsec/ipsec.c
head/sys/netipsec/ipsec.h
Modifie
Author: ae
Date: Mon Apr 27 01:11:09 2015
New Revision: 282047
URL: https://svnweb.freebsd.org/changeset/base/282047
Log:
Remove now unneded KEY_FREESP() for case when ipsec[46]_process_packet()
returns EJUSTRETURN.
Sponsored by: Yandex LLC
Modified:
head/sys/netinet/ip_ipsec.c
head/
Author: ae
Date: Mon Apr 27 00:55:56 2015
New Revision: 282046
URL: https://svnweb.freebsd.org/changeset/base/282046
Log:
Fix possible use after free due to security policy deletion.
When we are passing mbuf to IPSec processing via ipsec[46]_process_packet(),
we hold one reference to secu
Author: ganbold
Date: Mon Apr 27 00:39:57 2015
New Revision: 282045
URL: https://svnweb.freebsd.org/changeset/base/282045
Log:
Enable root mounting from mmc/sd card.
Modified:
head/sys/arm/conf/RK3188
Modified: head/sys/arm/conf/RK3188
Author: tuexen
Date: Sun Apr 26 21:47:15 2015
New Revision: 282042
URL: https://svnweb.freebsd.org/changeset/base/282042
Log:
Don't panic under INVARIANTS when receiving a SACK which cumacks
a TSN never sent.
While there, fix two typos.
MFC after: 1 week
Modified:
head/sys/netinet/sc
Author: jilles
Date: Sun Apr 26 21:34:55 2015
New Revision: 282041
URL: https://svnweb.freebsd.org/changeset/base/282041
Log:
hexdump: Don't use uninitialized struct stat.
Modified:
head/usr.bin/hexdump/display.c
Modified: head/usr.bin/hexdump/display.c
==
Author: glebius
Date: Sun Apr 26 21:31:30 2015
New Revision: 282039
URL: https://svnweb.freebsd.org/changeset/base/282039
Log:
Don't use ifm_data. It was used only for self checking debug.
Reviewed by: np
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
==
Author: mjg
Date: Sun Apr 26 17:27:55 2015
New Revision: 282033
URL: https://svnweb.freebsd.org/changeset/base/282033
Log:
fd: plug an always overwritten initialization in fdalloc
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
==
Author: mjg
Date: Sun Apr 26 17:22:59 2015
New Revision: 282032
URL: https://svnweb.freebsd.org/changeset/base/282032
Log:
Consistently use p instead of td->td_proc in create_thread
No functional changes.
Modified:
head/sys/kern/kern_thr.c
Modified: head/sys/kern/kern_thr.c
Author: andrew
Date: Sun Apr 26 16:37:27 2015
New Revision: 282025
URL: https://svnweb.freebsd.org/changeset/base/282025
Log:
Cleanup a little more:
- Remove whitespace at the end of lines
- Use a tab after instructions, not spaces
Modified:
head/sys/arm/arm/locore-v4.S
head/sys/arm/a
Author: andrew
Date: Sun Apr 26 16:18:41 2015
New Revision: 282024
URL: https://svnweb.freebsd.org/changeset/base/282024
Log:
Fix the style of locore-v4.S and locore-v6.S to help find any common code.
Modified:
head/sys/arm/arm/locore-v4.S
head/sys/arm/arm/locore-v6.S
Modified: head/sys/ar
Author: andrew
Date: Sun Apr 26 15:57:02 2015
New Revision: 282023
URL: https://svnweb.freebsd.org/changeset/base/282023
Log:
Remove the armv6 code from locore-v4.S, it's not needed there.
Modified:
head/sys/arm/arm/locore-v4.S
Modified: head/sys/arm/arm/locore-v4.S
=
On Sat, Apr 25, 2015 at 11:04:46AM -0400, Shawn Webb wrote:
> On Sat, 2015-04-25 at 16:51 +0200, Joerg Sonnenberger wrote:
> > On Sat, Apr 25, 2015 at 12:51:44AM +, Xin LI wrote:
> > > Attempt to connect to alternate addresses if the connect doesn't
> > > succeed in 180ms, and cut wait time
Author: grembo (ports committer)
Date: Sun Apr 26 12:24:42 2015
New Revision: 282020
URL: https://svnweb.freebsd.org/changeset/base/282020
Log:
Improve smb(4) man page.
Differential Revision:https://reviews.freebsd.org/D2368
Reviewed by: wblock
Approved by: wblock
Modified:
Author: andrew
Date: Sun Apr 26 11:54:25 2015
New Revision: 282019
URL: https://svnweb.freebsd.org/changeset/base/282019
Log:
Use ARMv7 style unaligned access on ARMv6. We set this bit in locore, but
it was missing from here.
Modified:
head/sys/arm/arm/cpufunc.c
Modified: head/sys/arm/arm/
Author: bapt
Date: Sun Apr 26 11:39:25 2015
New Revision: 282018
URL: https://svnweb.freebsd.org/changeset/base/282018
Log:
mdoc: fix rendering issues
Modified:
head/sys/netinet/libalias/libalias.3
Modified: head/sys/netinet/libalias/libalias.3
===
Author: hselasky
Date: Sun Apr 26 11:39:13 2015
New Revision: 282017
URL: https://svnweb.freebsd.org/changeset/base/282017
Log:
Allow DSP basename cloning to be disabled or enabled at boot and
runtime. This is useful when implementing OSS sound stacks in
userspace via libcuse for example.
Author: bapt
Date: Sun Apr 26 11:35:07 2015
New Revision: 282015
URL: https://svnweb.freebsd.org/changeset/base/282015
Log:
mdoc: remove empty line
Modified:
head/lib/msun/man/lgamma.3
Modified: head/lib/msun/man/lgamma.3
==
Author: bapt
Date: Sun Apr 26 11:35:36 2015
New Revision: 282016
URL: https://svnweb.freebsd.org/changeset/base/282016
Log:
mdoc: fix function declaration
Modified:
head/lib/msun/man/nextafter.3
Modified: head/lib/msun/man/nextafter.3
=
Author: des
Date: Sun Apr 26 11:33:01 2015
New Revision: 282014
URL: https://svnweb.freebsd.org/changeset/base/282014
Log:
Merge upstream r3375 and r3376 which fix a segfault on startup when the
user specified in the configuration file does not exist.
PR: 197534
Modified:
ven
Author: bapt
Date: Sun Apr 26 11:30:27 2015
New Revision: 282013
URL: https://svnweb.freebsd.org/changeset/base/282013
Log:
Remove end of line whitespace
Modified:
head/lib/msun/man/j0.3
Modified: head/lib/msun/man/j0.3
Author: des
Date: Sun Apr 26 11:25:29 2015
New Revision: 282012
URL: https://svnweb.freebsd.org/changeset/base/282012
Log:
tag unbound 1.5.3
Added:
vendor/unbound/1.5.3/
- copied from r282011, vendor/unbound/dist/
___
svn-src-all@freebsd.org ma
Author: des
Date: Sun Apr 26 11:24:18 2015
New Revision: 282010
URL: https://svnweb.freebsd.org/changeset/base/282010
Log:
tag unbound 1.5.2
Added:
vendor/unbound/1.5.2/
- copied from r282009, vendor/unbound/dist/
___
svn-src-all@freebsd.org ma
Author: des
Date: Sun Apr 26 11:25:07 2015
New Revision: 282011
URL: https://svnweb.freebsd.org/changeset/base/282011
Log:
import unbound 1.5.3
Modified:
vendor/unbound/dist/compat/getentropy_linux.c
vendor/unbound/dist/configure
vendor/unbound/dist/configure.ac
vendor/unbound/dist/daem
Author: des
Date: Sun Apr 26 11:23:26 2015
New Revision: 282009
URL: https://svnweb.freebsd.org/changeset/base/282009
Log:
import unbound 1.5.2
Added:
vendor/unbound/dist/testdata/ctrl_pipe.tpkg (contents, props changed)
vendor/unbound/dist/testdata/fwd_capsid_strip.tpkg (contents, prop
Author: bapt
Date: Sun Apr 26 10:55:39 2015
New Revision: 282007
URL: https://svnweb.freebsd.org/changeset/base/282007
Log:
mdoc: rendering fixes
Modified:
head/lib/libc/regex/re_format.7
head/lib/libc/regex/regex.3
Modified: head/lib/libc/regex/re_format.7
Author: bapt
Date: Sun Apr 26 10:56:06 2015
New Revision: 282008
URL: https://svnweb.freebsd.org/changeset/base/282008
Log:
mdoc: remove end of line whitespace
Modified:
head/lib/libc/gen/nice.3
Modified: head/lib/libc/gen/nice.3
==
Author: bapt
Date: Sun Apr 26 10:54:52 2015
New Revision: 282006
URL: https://svnweb.freebsd.org/changeset/base/282006
Log:
Use mdoc(7) macros to handle parenthesis
Modified:
head/lib/libc/nls/catopen.3
Modified: head/lib/libc/nls/catopen.3
===
Author: melifaro
Date: Sun Apr 26 10:53:35 2015
New Revision: 282004
URL: https://svnweb.freebsd.org/changeset/base/282004
Log:
Generalize object reference handling in ipfw rules.
No ABI changes.
Modified:
head/sbin/ipfw/ipfw2.c
head/sbin/ipfw/ipfw2.h
head/sbin/ipfw/tables.c
Modified:
Author: bapt
Date: Sun Apr 26 10:53:50 2015
New Revision: 282005
URL: https://svnweb.freebsd.org/changeset/base/282005
Log:
mdoc: fix functions declarations
Modified:
head/lib/libc/rpc/rpcbind.3
Modified: head/lib/libc/rpc/rpcbind.3
===
Author: bapt
Date: Sun Apr 26 10:52:37 2015
New Revision: 282003
URL: https://svnweb.freebsd.org/changeset/base/282003
Log:
Escape "Ed"
Modified:
head/lib/libc/gen/posix_spawn.3
head/lib/libc/gen/posix_spawn_file_actions_addopen.3
head/lib/libc/gen/posix_spawn_file_actions_init.3
head/l
Author: bapt
Date: Sun Apr 26 10:38:26 2015
New Revision: 282002
URL: https://svnweb.freebsd.org/changeset/base/282002
Log:
Pet manlint
Modified:
head/bin/expr/expr.1
Modified: head/bin/expr/expr.1
==
--- head/bin/ex
Author: bapt
Date: Sun Apr 26 10:29:43 2015
New Revision: 282001
URL: https://svnweb.freebsd.org/changeset/base/282001
Log:
Escape "Ed"
Modified:
head/lib/libc/gen/getutxent.3
Modified: head/lib/libc/gen/getutxent.3
Author: bapt
Date: Sun Apr 26 10:20:11 2015
New Revision: 282000
URL: https://svnweb.freebsd.org/changeset/base/282000
Log:
Remove End Of Line whitespaces
Modified:
head/sbin/camcontrol/camcontrol.8
Modified: head/sbin/camcontrol/camcontrol.8
=
Author: bapt
Date: Sun Apr 26 10:18:44 2015
New Revision: 281999
URL: https://svnweb.freebsd.org/changeset/base/281999
Log:
Fix 2 rendering issue with mandoc
Modified:
head/sbin/atm/atmconfig/atmconfig.8
Modified: head/sbin/atm/atmconfig/atmconfig.8
==
Author: bapt
Date: Sun Apr 26 10:09:26 2015
New Revision: 281998
URL: https://svnweb.freebsd.org/changeset/base/281998
Log:
Use mdoc(7) macros for curly braces
Modified:
head/bin/expr/expr.1
Modified: head/bin/expr/expr.1
==
Author: bapt
Date: Sun Apr 26 10:03:05 2015
New Revision: 281997
URL: https://svnweb.freebsd.org/changeset/base/281997
Log:
mdoc: escape Re
Modified:
head/bin/ed/ed.1
Modified: head/bin/ed/ed.1
==
--- head/bin/ed/ed.
On Sun, Apr 26, 2015 at 02:47:37AM -0700, Garrett Cooper wrote:
> This broke the build ;/..
Fixed, sorry I missed one file
Best regards,
Bapt
pgpzH16ENOnTG.pgp
Description: PGP signature
Author: bapt
Date: Sun Apr 26 09:49:57 2015
New Revision: 281996
URL: https://svnweb.freebsd.org/changeset/base/281996
Log:
Add a forgotten vi.chars
Reported by: ngie
Added:
- copied unchanged from r281372,
head/contrib/nvi/docs/USD.doc/vitut/vi.chars
Directory Properties:
head/sh
This broke the build ;/..
> On Apr 26, 2015, at 00:52, Baptiste Daroussin wrote:
>
> Author: bapt
> Date: Sun Apr 26 07:52:43 2015
> New Revision: 281994
> URL: https://svnweb.freebsd.org/changeset/base/281994
>
> Log:
> Reincorporate documentation lost with update to nvi 2.1.3
>
> Added:
>
Author: bapt
Date: Sun Apr 26 09:25:44 2015
New Revision: 281995
URL: https://svnweb.freebsd.org/changeset/base/281995
Log:
Do not modify locales
Modified:
head/lib/libedit/el.c
Modified: head/lib/libedit/el.c
==
---
Author: bapt
Date: Sun Apr 26 07:52:43 2015
New Revision: 281994
URL: https://svnweb.freebsd.org/changeset/base/281994
Log:
Reincorporate documentation lost with update to nvi 2.1.3
Added:
head/share/doc/usd/10.exref/
- copied from r281378, head/share/doc/usd/10.exref/
- copied unch
51 matches
Mail list logo