Author: des
Date: Sat Apr 12 12:44:09 2014
New Revision: 264367
URL: http://svnweb.freebsd.org/changeset/base/264367
Log:
Introduce RANLIBFLAGS to mirror ARFLAGS and add -D to both. This sets
all timestamps in static libraries to 0 so that consecutive builds
from the same source, even on di
Author: kib
Date: Sat Apr 12 14:08:53 2014
New Revision: 264368
URL: http://svnweb.freebsd.org/changeset/base/264368
Log:
MFC r264146:
Fix a race between kqueue_register() and kqueue_scan() setting KN_INFLUX
flag while knlist is not locked, which caused lost notifications from
parallel kno
Author: kib
Date: Sat Apr 12 14:09:35 2014
New Revision: 264369
URL: http://svnweb.freebsd.org/changeset/base/264369
Log:
MFC r264146:
Fix a race between kqueue_register() and kqueue_scan() setting KN_INFLUX
flag while knlist is not locked, which caused lost notifications from
parallel kno
Author: kib
Date: Sat Apr 12 14:18:25 2014
New Revision: 264370
URL: http://svnweb.freebsd.org/changeset/base/264370
Log:
MFC r264173:
Use realloc(9) instead of doing the reallocation inline.
Modified:
stable/10/sys/kern/kern_linker.c
Directory Properties:
stable/10/ (props changed)
Mo
Author: kib
Date: Sat Apr 12 14:18:48 2014
New Revision: 264371
URL: http://svnweb.freebsd.org/changeset/base/264371
Log:
MFC r264173:
Use realloc(9) instead of doing the reallocation inline.
Modified:
stable/9/sys/kern/kern_linker.c
Directory Properties:
stable/9/sys/ (props changed)
Author: bapt
Date: Sat Apr 12 15:06:15 2014
New Revision: 264372
URL: http://svnweb.freebsd.org/changeset/base/264372
Log:
MFC: r263881, r263952, r263983, r264068, r264090, r264131
Some xdev fixes:
- if TARGET_ARCH is not defined and XDEV_ARCH is defined then early define
TARGET_AR
Author: bapt
Date: Sat Apr 12 15:13:43 2014
New Revision: 264373
URL: http://svnweb.freebsd.org/changeset/base/264373
Log:
MFC: r263948
Convert an unused banner from skeleton.c into a comment.
It is added to every generated files and fix build at certain warning level
with clang 3.4
Author: des
Date: Sat Apr 12 18:01:25 2014
New Revision: 264374
URL: http://svnweb.freebsd.org/changeset/base/264374
Log:
Remove the names of the build host and user and the build date. This
still leaves the host OS and version, but these are harder to remove.
MFC after:3 weeks
Modi
Author: andreast
Date: Sat Apr 12 19:57:15 2014
New Revision: 264375
URL: http://svnweb.freebsd.org/changeset/base/264375
Log:
MFC r260607, r260610, r260934:
r260607:
The onyx codec works also as module, so add it.
r260610:
Described in the man page but not implemented. Here it com
Author: andreast
Date: Sat Apr 12 19:58:31 2014
New Revision: 264376
URL: http://svnweb.freebsd.org/changeset/base/264376
Log:
MFC r260610:
Described in the man page but not implemented. Here it comes,
atomic_swap_32/64. The latter only for powerpc64.
Modified:
stable/9/sys/powerpc/includ
Author: des
Date: Sat Apr 12 20:22:59 2014
New Revision: 264377
URL: http://svnweb.freebsd.org/changeset/base/264377
Log:
MFH (r263712): upgrade openssh to 6.6p1
MFH (r264308): restore p level in debugging output
Added:
stable/10/crypto/openssh/digest-libc.c
- copied unchanged from r26
Author: marcel
Date: Sat Apr 12 20:28:39 2014
New Revision: 264378
URL: http://svnweb.freebsd.org/changeset/base/264378
Log:
Align and round the partitionable disk space to 4K by default.
Since this would also apply when recovering, make sure not to
align or round when that would have a part
Author: gjb
Date: Sat Apr 12 20:32:46 2014
New Revision: 264379
URL: http://svnweb.freebsd.org/changeset/base/264379
Log:
Document r264377, OpenSSH update to 6.6p1.
While here, bump copyright year.
Todo: strip old entries from this file since 10.0-RELEASE.
Sponsored by: The FreeBSD F
Author: gjb
Date: Sat Apr 12 20:42:03 2014
New Revision: 264380
URL: http://svnweb.freebsd.org/changeset/base/264380
Log:
Trim stale entries.
Use consistent for empty sections.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Author: gjb
Date: Sat Apr 12 20:49:07 2014
New Revision: 264381
URL: http://svnweb.freebsd.org/changeset/base/264381
Log:
Clean up leading/trailing whitespace.
Rewrap paragraphs and long lines.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnote
Author: gjb
Date: Sat Apr 12 20:50:31 2014
New Revision: 264382
URL: http://svnweb.freebsd.org/changeset/base/264382
Log:
Remove reference to FreeBSD 6.2-R in the freebsd-update(8) note.
Rewrap.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnot
Author: gjb
Date: Sat Apr 12 20:51:38 2014
New Revision: 264383
URL: http://svnweb.freebsd.org/changeset/base/264383
Log:
Move OpenSSH entry to 'contrib' where it belongs.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified:
Author: brueffer
Date: Sat Apr 12 21:04:53 2014
New Revision: 264384
URL: http://svnweb.freebsd.org/changeset/base/264384
Log:
mdoc and language improvements.
MFC after:1 week
Modified:
head/share/man/man4/timecounters.4
Modified: head/share/man/man4/timecounters.4
=
Author: bdrewery
Date: Sat Apr 12 21:39:17 2014
New Revision: 264385
URL: http://svnweb.freebsd.org/changeset/base/264385
Log:
Use proper MFSNAMELEN for fs type.
MFC after:2 weeks
Reviewed by: rodrigc
Also spotted by:ambrisko
Modified:
head/sys/kern/vfs_mount.c
Modified: head/s
Author: brueffer
Date: Sat Apr 12 22:05:03 2014
New Revision: 264386
URL: http://svnweb.freebsd.org/changeset/base/264386
Log:
Improve markup and remove contractions.
MFC after:1 week
Modified:
head/share/man/man4/usb_quirk.4
Modified: head/share/man/man4/usb_quirk.4
===
Author: jilles
Date: Sat Apr 12 22:36:26 2014
New Revision: 264387
URL: http://svnweb.freebsd.org/changeset/base/264387
Log:
find: Correctly propagate -exec/-execdir ... {} + exit status.
As per POSIX, the -exec ... {} + primary always returns true, but a non-zero
exit status causes find
Author: davide
Date: Sat Apr 12 23:29:29 2014
New Revision: 264388
URL: http://svnweb.freebsd.org/changeset/base/264388
Log:
Hide internal details of sbintime_t implementation wrapping INT64_MAX into
SBT_MAX, to make it more robust in case internal type representation will
change in the futu
Author: rpaulo
Date: Sat Apr 12 23:40:54 2014
New Revision: 264389
URL: http://svnweb.freebsd.org/changeset/base/264389
Log:
Fix the style of ata_interrupt_locked().
Modified:
head/sys/dev/ata/ata-all.c
Modified: head/sys/dev/ata/ata-all.c
Author: rpaulo
Date: Sat Apr 12 23:48:02 2014
New Revision: 264390
URL: http://svnweb.freebsd.org/changeset/base/264390
Log:
MFC r263925
Enable all cryptocaps because net80211 can do software encryption.
Modified:
stable/10/contrib/wpa/src/drivers/driver_bsd.c
Directory Properties:
stabl
Sean Bruno wrote this message on Tue, Apr 08, 2014 at 15:01 -0700:
> > > Added:
> > > head/sys/kern/imgact_binmisc.c (contents, props changed)
> > > head/sys/modules/imgact_binmisc/
> > > head/sys/modules/imgact_binmisc/Makefile (contents, props changed)
> > > head/sys/sys/imgact_binmis
Author: nwhitehorn
Date: Sun Apr 13 01:14:25 2014
New Revision: 264391
URL: http://svnweb.freebsd.org/changeset/base/264391
Log:
Add a simple EFI stub loader. This is a quick and dirty of boot1.chrp from
the PowerPC port with all the Open Firmware bits removed and replaced by
their EFI count
Author: davide
Date: Sun Apr 13 01:15:37 2014
New Revision: 264392
URL: http://svnweb.freebsd.org/changeset/base/264392
Log:
Fix a panic in zfs_rename().
this is due to a wrong dereference of a vnode when it's not locked and
can be (potentially) recycled. 'sdvp' cannot be locked on zfs_renam
Interesting, I'd be curious to know what the panic for this looks like?
- Original Message -
From: "Davide Italiano"
Author: davide
Date: Sun Apr 13 01:15:37 2014
New Revision: 264392
URL: http://svnweb.freebsd.org/changeset/base/264392
Log:
Fix a panic in zfs_rename().
this is d
Author: gjb
Date: Sun Apr 13 01:47:15 2014
New Revision: 264393
URL: http://svnweb.freebsd.org/changeset/base/264393
Log:
Bump Dd, missed as part of r264098 and related commits.
Sponsored by: The FreeBSD Foundation
Modified:
head/bin/ls/ls.1
Modified: head/bin/ls/ls.1
==
On Sat, Apr 12, 2014 at 6:43 PM, Steven Hartland
wrote:
> Interesting, I'd be curious to know what the panic for this looks like?
>
It's more like a 'trap 12: page fault while in kernel mode'.
Post-mortem analysis with kgdb shows the vnode fields filled with
garbage (e.g. 0xdeadc0de), if you're l
Author: gjb
Date: Sun Apr 13 02:03:14 2014
New Revision: 264394
URL: http://svnweb.freebsd.org/changeset/base/264394
Log:
Clean trailing whitespace.
Add missing .El to fix formatting.
Found with: mandoc(1)
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man4/uftdi.4
Author: imp
Date: Sun Apr 13 05:21:48 2014
New Revision: 264399
URL: http://svnweb.freebsd.org/changeset/base/264399
Log:
Don't apply ctf conversions in POSIX mode. These can't happen there
because they pollute the POSIX environment, which doens't allow
for these extentions. ctf conversions
Author: imp
Date: Sun Apr 13 05:21:30 2014
New Revision: 264396
URL: http://svnweb.freebsd.org/changeset/base/264396
Log:
Up the minimum system to build FreeBSD current to 8.0-RELEASE. The
issues with vendors that needed 7.x support have been resolved. Many
vendors are still using 8.x build
Author: imp
Date: Sun Apr 13 05:21:22 2014
New Revision: 264395
URL: http://svnweb.freebsd.org/changeset/base/264395
Log:
Determine whether to build clang and its bootstrap tools the same
way. This allows a clang bootstrap to happen, even when WITHOUT_CLANG
is defined. This is a minimal vers
Author: imp
Date: Sun Apr 13 05:21:43 2014
New Revision: 264398
URL: http://svnweb.freebsd.org/changeset/base/264398
Log:
Check the right file for pwcache_groupdb.
Modified:
head/tools/build/Makefile
Modified: head/tools/build/Makefile
Author: imp
Date: Sun Apr 13 05:21:35 2014
New Revision: 264397
URL: http://svnweb.freebsd.org/changeset/base/264397
Log:
We no longer support upgrading from FreeBSD 4, so we don't need the
NOMAN and NOSHARED defines here. They have been obsolete for almost a
decade anyway.
Modified:
head
Author: imp
Date: Sun Apr 13 05:22:26 2014
New Revision: 264402
URL: http://svnweb.freebsd.org/changeset/base/264402
Log:
Convert NO_MANCOMPRESS to normal convention.
Modified:
head/share/examples/etc/make.conf
head/share/man/man5/make.conf.5
head/share/mk/bsd.man.mk
head/share/mk/bsd.o
Author: imp
Date: Sun Apr 13 05:21:56 2014
New Revision: 264400
URL: http://svnweb.freebsd.org/changeset/base/264400
Log:
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simpl
Author: imp
Date: Sun Apr 13 05:22:22 2014
New Revision: 264401
URL: http://svnweb.freebsd.org/changeset/base/264401
Log:
In tree makefile shouldn't be setting policy piecemeal. Don't set
NO_MANCOMPRESS here.
Modified:
head/sbin/mount_fusefs/Makefile
Modified: head/sbin/mount_fusefs/Makefi
Author: nwhitehorn
Date: Sun Apr 13 06:24:01 2014
New Revision: 264403
URL: http://svnweb.freebsd.org/changeset/base/264403
Log:
Fix buildworld. I had some local bits in my build tree that caused this
to work by accident.
Modified:
head/sys/boot/amd64/boot1.efi/Makefile
Modified: head/sys/
Author: nwhitehorn
Date: Sun Apr 13 06:30:02 2014
New Revision: 264404
URL: http://svnweb.freebsd.org/changeset/base/264404
Log:
Add my copyright here. Most of this is unmodified from the original sparc64
version, but at least some indication of changes that postdate the actual
invention of
41 matches
Mail list logo