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
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: 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: 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: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: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: 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
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 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
==
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: 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
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
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: 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: 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: 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: 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: 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 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: 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: 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: 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
26 matches
Mail list logo