Author: des
Date: Wed May 4 07:34:44 2011
New Revision: 221420
URL: http://svn.freebsd.org/changeset/base/221420
Log:
Upgrade to OpenSSH 5.8p2.
Added:
head/crypto/openssh/audit-linux.c
- copied unchanged from r221394, vendor-crypto/openssh/dist/audit-linux.c
head/crypto/openssh/bufec.
Author: netchild
Date: Wed May 4 08:21:24 2011
New Revision: 221421
URL: http://svn.freebsd.org/changeset/base/221421
Log:
Add the v4l2 header now that we have an use case for it.
Added:
vendor/v4l/dist/videodev2.h (contents, props changed)
Added: vendor/v4l/dist/videodev2.h
=
Author: netchild
Date: Wed May 4 08:22:58 2011
New Revision: 221422
URL: http://svn.freebsd.org/changeset/base/221422
Log:
Tag the v4l2 header with the linux kernel version where I took it from.
Added:
vendor/v4l/2.6.17/videodev2.h
- copied unchanged from r221421, vendor/v4l/dist/videod
Author: netchild
Date: Wed May 4 08:31:58 2011
New Revision: 221423
URL: http://svn.freebsd.org/changeset/base/221423
Log:
Copy the v4l2 header unchanged from the vendor branch.
Added:
head/sys/compat/linux/linux_videodev2.h
- copied unchanged from r221422, vendor/v4l/dist/videodev2.h
Author: netchild
Date: Wed May 4 08:41:55 2011
New Revision: 221424
URL: http://svn.freebsd.org/changeset/base/221424
Log:
Add explanation about the use-permission and FreeBSDify it.
Modified:
head/sys/compat/linux/linux_videodev2.h
Modified: head/sys/compat/linux/linux_videodev2.h
Author: netchild
Date: Wed May 4 08:42:31 2011
New Revision: 221425
URL: http://svn.freebsd.org/changeset/base/221425
Log:
Fix typo in comment, improve comment.
Modified:
head/sys/compat/linux/linux_videodev.h
Modified: head/sys/compat/linux/linux_videodev.h
Author: netchild
Date: Wed May 4 09:05:39 2011
New Revision: 221426
URL: http://svn.freebsd.org/changeset/base/221426
Log:
This is v4l2 support for the linuxulator. This allows to access FreeBSD
native devices which support the v4l2 API from processes running within
the linuxulator, e.g. sk
Author: adrian
Date: Wed May 4 09:26:33 2011
New Revision: 221427
URL: http://svn.freebsd.org/changeset/base/221427
Log:
Remove this useless bit of code for Kite. The RIFS register value is overriden
by the initvals, so disabling RIFS before calling writeIni() effectively does
nothing.
Mod
Author: netchild
Date: Wed May 4 09:52:34 2011
New Revision: 221428
URL: http://svn.freebsd.org/changeset/base/221428
Log:
Add FEATURE macros for v4l and v4l2 to the linuxulator.
Suggested by: ae
Modified:
head/sys/compat/linux/linux_ioctl.c
Modified: head/sys/compat/linux/linux_ioctl.
Hi Nathan,
* Nathan Whitehorn , 20110504 04:52:
> chroot $2 /bin/sh -c "cd /usr/src && make $MAKE_FLAGS buildworld
> buildkernel" || exit 1
> +chroot $2 /bin/sh -c "cd /usr/src/release && make obj" || exit 1
> chroot $2 /bin/sh -c "cd /us
Author: ru
Date: Wed May 4 11:22:52 2011
New Revision: 221429
URL: http://svn.freebsd.org/changeset/base/221429
Log:
In ncl_printf(), call vprintf() instead of printf().
MFC after:3 days
Modified:
head/sys/fs/nfsclient/nfs_clsubs.c
Modified: head/sys/fs/nfsclient/nfs_clsubs.c
=
On May 4, 2011, at 11:17 AM, Ed Schouten wrote:
> Hi Nathan,
>
> * Nathan Whitehorn , 20110504 04:52:
>> chroot $2 /bin/sh -c "cd /usr/src && make $MAKE_FLAGS buildworld
>> buildkernel" || exit 1
>> +chroot $2 /bin/sh -c "cd /usr/src/release
В Wed, 4 May 2011 09:05:39 + (UTC)
Alexander Leidinger пишет:
> Author: netchild
> Date: Wed May 4 09:05:39 2011
> New Revision: 221426
> URL: http://svn.freebsd.org/changeset/base/221426
>
> Log:
> This is v4l2 support for the linuxulator. This allows to access
> FreeBSD native devices w
Author: netchild
Date: Wed May 4 12:37:10 2011
New Revision: 221430
URL: http://svn.freebsd.org/changeset/base/221430
Log:
Use proper return codes (valuable output, invalid config, problems).
MFC after:1 week
Modified:
head/etc/periodic/daily/800.scrub-zfs
Modified: head/etc/period
Author: jonathan
Date: Wed May 4 12:44:46 2011
New Revision: 221431
URL: http://svn.freebsd.org/changeset/base/221431
Log:
Regression tests for Capsicum capability mode.
Ensure that system calls that access global namespaces, e.g. open(2), are not
permitted, and that whitelisted sysctls l
Author: netchild
Date: Wed May 4 12:48:02 2011
New Revision: 221432
URL: http://svn.freebsd.org/changeset/base/221432
Log:
The security run requests unmaskable output, even if the only output is to
tell that there is a separate email or that the output is logged to a file.
This commit ch
Author: ae
Date: Wed May 4 12:59:11 2011
New Revision: 221433
URL: http://svn.freebsd.org/changeset/base/221433
Log:
When checking existence of providers skip those which are orphaned.
PR: kern/132273
MFC after:2 week
Modified:
head/sys/geom/label/g_label.c
Modified: he
Author: netchild
Date: Wed May 4 13:09:20 2011
New Revision: 221434
URL: http://svn.freebsd.org/changeset/base/221434
Log:
Commit the missing linux_videdev2_compat.h (lost somewhere between
commit tree patch generation -> successful compile tree build test ->
commmit).
Pointy hat to:
Author: rmacklem
Date: Wed May 4 13:20:44 2011
New Revision: 221435
URL: http://svn.freebsd.org/changeset/base/221435
Log:
Revert r221308, since it incorrectly zero'd both client and
server stats when "-c" or "-s" was specified.
Modified:
head/usr.bin/nfsstat/nfsstat.c
Modified: head/usr.
Quoting Ivan Klymenko (from Wed, 4 May 2011 14:32:20 +0300):
...
/usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:91:49:
error: compat/linux/linux_videodev2_compat.h: No such file or
directory
...
Fixed.
Thanks,
Alexander.
--
http://www.Leidinger.net Alexander @ Leidinger.
Author: ru
Date: Wed May 4 13:27:45 2011
New Revision: 221436
URL: http://svn.freebsd.org/changeset/base/221436
Log:
Implemented a mount option "nocto" that disables cache coherency
checking at open time. It may improve performance for read-only
NFS mounts. Use deliberately.
MFC afte
Author: gabor
Date: Wed May 4 13:28:53 2011
New Revision: 221437
URL: http://svn.freebsd.org/changeset/base/221437
Log:
- Trim some unnecessary files
Deleted:
vendor/tre/dist/Makefile
vendor/tre/dist/Makefile.am
vendor/tre/dist/Makefile.in
vendor/tre/dist/aclocal.m4
vendor/tre/dist/c
Author: rmacklem
Date: Wed May 4 13:30:38 2011
New Revision: 221438
URL: http://svn.freebsd.org/changeset/base/221438
Log:
Revert r221306, since NFSSVC_ZEROSTATS zero'd both client and
server stats, when separate modifiers for NFSSVC_GETSTATS for
each of client and server stats is what it r
Author: rmacklem
Date: Wed May 4 13:36:18 2011
New Revision: 221439
URL: http://svn.freebsd.org/changeset/base/221439
Log:
Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATS
so that they can be used by nfsstat(1) to implement the "-z" option
for the new NFS subsystem.
M
Author: rmacklem
Date: Wed May 4 13:50:37 2011
New Revision: 221440
URL: http://svn.freebsd.org/changeset/base/221440
Log:
Fix nfsstat.c so that the "-z" option works for the new
NFS subsystem.
MFC after:2 weeks
Modified:
head/usr.bin/nfsstat/nfsstat.c
Modified: head/usr.bin/nfss
Author: attilio
Date: Wed May 4 14:37:01 2011
New Revision: 221441
URL: http://svn.freebsd.org/changeset/base/221441
Log:
Remove the previously added comment.
Probabilly me is the only one who didn't know userland and kerneland sizes
were mismatching.
Added:
head/sys/sys/_cpuset.h (con
Argh, sorry, I committed this file by accident, reverting it.
Attilio
2011/5/4 Attilio Rao :
> Author: attilio
> Date: Wed May 4 14:37:01 2011
> New Revision: 221441
> URL: http://svn.freebsd.org/changeset/base/221441
>
> Log:
> Remove the previously added comment.
> Probabilly me is the only
Author: attilio
Date: Wed May 4 14:52:17 2011
New Revision: 221442
URL: http://svn.freebsd.org/changeset/base/221442
Log:
Revert by accident r221441.
Deleted:
head/sys/sys/_cpuset.h
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/
В Wed, 04 May 2011 15:11:01 +0200
Alexander Leidinger пишет:
> Quoting Ivan Klymenko (from Wed, 4 May 2011 14:32:20
> +0300):
>
> > ...
> > /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:91:49:
> > error: compat/linux/linux_videodev2_compat.h: No such file or
> > directory
> >
Author: yongari
Date: Wed May 4 17:04:31 2011
New Revision: 221445
URL: http://svn.freebsd.org/changeset/base/221445
Log:
Add initial BCM57765 family support. The BCM57765 family seems to
have similar hardware features of BCM5718 family except the number
of receive return ring is 4. The BCM
On Tue, May 03, 2011 at 02:41:10PM +0700, Vadim Goncharov wrote:
> > PR: 156579
> > Submitted by: dhw
[..]
> I have lines like the following in /etc/make.conf on some hosts:
>
> # build specified kernels by default and install first of them
> KERNCONF?=ROUTER GENERIC
> and d
Author: ae
Date: Wed May 4 17:37:37 2011
New Revision: 221446
URL: http://svn.freebsd.org/changeset/base/221446
Log:
Remove unneeded checks, g_new_xxx functions can not fail.
MFC after:1 week
Modified:
head/sys/geom/cache/g_cache.c
Modified: head/sys/geom/cache/g_cache.c
==
Author: ae
Date: Wed May 4 17:56:53 2011
New Revision: 221447
URL: http://svn.freebsd.org/changeset/base/221447
Log:
Remove "for a moment" assignment. struct g_geom zeroed when allocated.
MFC after:1 week
Modified:
head/sys/geom/concat/g_concat.c
head/sys/geom/eli/g_eli.c
head/s
Author: emax
Date: Wed May 4 17:58:15 2011
New Revision: 221448
URL: http://svn.freebsd.org/changeset/base/221448
Log:
Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6)
Submitted by: David Demelier demelier dot david at gmail dot com
MFC after:1 week
Modified:
Author: ae
Date: Wed May 4 18:06:40 2011
New Revision: 221449
URL: http://svn.freebsd.org/changeset/base/221449
Log:
Removed KASSERT, g_new_providerf() can not fail.
MFC after:1 week
Modified:
head/sys/geom/journal/g_journal.c
Modified: head/sys/geom/journal/g_journal.c
===
Author: gjb (doc committer)
Date: Wed May 4 18:16:05 2011
New Revision: 221450
URL: http://svn.freebsd.org/changeset/base/221450
Log:
Remove unneeded tab after .Ed to make manlint happy.
Reported by: manlint
Modified:
head/share/man/man9/bus_adjust_resource.9
Modified: head/share/man/
Author: ae
Date: Wed May 4 18:17:21 2011
New Revision: 221451
URL: http://svn.freebsd.org/changeset/base/221451
Log:
Remove unneeded code.
MFC after:1 week
Modified:
head/sys/geom/mountver/g_mountver.c
Modified: head/sys/geom/mountver/g_mountver.c
==
Author: ae
Date: Wed May 4 18:26:45 2011
New Revision: 221452
URL: http://svn.freebsd.org/changeset/base/221452
Log:
Remove unneeded code.
MFC after:1 week
Modified:
head/sys/geom/multipath/g_multipath.c
Modified: head/sys/geom/multipath/g_multipath.c
==
Author: ae
Date: Wed May 4 18:41:26 2011
New Revision: 221453
URL: http://svn.freebsd.org/changeset/base/221453
Log:
Remove unneeded code.
MFC after:1 week
Modified:
head/sys/geom/sched/g_sched.c
Modified: head/sys/geom/sched/g_sched.c
==
On Wed, May 04, 2011 at 10:04:42AM -0700, David O'Brien wrote:
> On Tue, May 03, 2011 at 02:41:10PM +0700, Vadim Goncharov wrote:
> > > PR: 156579
> > > Submitted by: dhw
> [..]
> > I have lines like the following in /etc/make.conf on some hosts:
> >
> > # build specified kernel
Author: rmacklem
Date: Wed May 4 19:28:44 2011
New Revision: 221454
URL: http://svn.freebsd.org/changeset/base/221454
Log:
Modify nfsstat(1) so that it prints out the buffer cache
stats in the same way for the new client as the old one.
MFC after:2 weeks
Modified:
head/usr.bin/nfs
Author: rmacklem
Date: Wed May 4 20:13:26 2011
New Revision: 221455
URL: http://svn.freebsd.org/changeset/base/221455
Log:
Modify nfsstat(1) so that it reports statistics for the
new NFS client/server by default, in a format compatible
with the old NFS client/server. Also add a "-o" flag th
Author: rmacklem
Date: Wed May 4 20:28:06 2011
New Revision: 221457
URL: http://svn.freebsd.org/changeset/base/221457
Log:
Update nfsstat.1 to reflect the changes done to nfsstat(1)
by r221455. This includes a new "-o" option for displaying
statistics from the old NFS client/server and a sl
On 5/4/11 2:22 AM, Alexander Leidinger wrote:
Author: netchild
Date: Wed May 4 08:22:58 2011
New Revision: 221422
URL: http://svn.freebsd.org/changeset/base/221422
note that I have email from Bill dirks (somewhere) explicitly allowing
us to use this file
also from alan cox (the linux one) f
Author: tuexen
Date: Wed May 4 21:27:05 2011
New Revision: 221460
URL: http://svn.freebsd.org/changeset/base/221460
Log:
Implement Resource Pooling V2 and an MPTCP like congestion
control.
Based on a patch received from Martin Becke.
MFC after: 2 weeks.
Modified:
head/sys/netinet/sc
Author: jilles
Date: Wed May 4 21:49:34 2011
New Revision: 221461
URL: http://svn.freebsd.org/changeset/base/221461
Log:
sh: Detect an error for ${#var}.
In particular, this makes things like ${#foo[0]} and ${#foo[@]} errors
rather than silent equivalents of ${#foo}.
PR: b
Author: rmacklem
Date: Wed May 4 22:02:33 2011
New Revision: 221462
URL: http://svn.freebsd.org/changeset/base/221462
Log:
Add a comment noting that the NFS code assumes that the
values of error numbers in sys/errno.h will be the same
as the ones specified by the NFS RFCs and that the code
Author: jilles
Date: Wed May 4 22:12:22 2011
New Revision: 221463
URL: http://svn.freebsd.org/changeset/base/221463
Log:
sh: Apply set -u to variables in arithmetic.
Note that this only applies to variables that are actually used.
Things like (0 && unsetvar) do not cause an error.
E
Author: np
Date: Wed May 4 23:07:30 2011
New Revision: 221464
URL: http://svn.freebsd.org/changeset/base/221464
Log:
Always re-arm an iq's interrupt before leaving the handler.
MFC after:1 week
Modified:
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/dev/cxgbe/t4_sge.c
Author: nwhitehorn
Date: Wed May 4 23:34:10 2011
New Revision: 221465
URL: http://svn.freebsd.org/changeset/base/221465
Log:
Change the way powerpc bootable CDs are generated to work around a bug
in hybrid image generation in cdrtools. This produces a small HFS partition
containing loader,
Author: nwhitehorn
Date: Wed May 4 23:41:11 2011
New Revision: 221466
URL: http://svn.freebsd.org/changeset/base/221466
Log:
Repair release CD generation on PC98 and sun4v after release building
changes, and backport the new logic (ISO images are TARGET dependant, not
TARGET_CPUARCH dependa
Author: rmacklem
Date: Thu May 5 00:11:09 2011
New Revision: 221467
URL: http://svn.freebsd.org/changeset/base/221467
Log:
Fix the new NFS client so that it handles the 64bit fields
that are now in "struct statfs" for NFSv3 and NFSv4. Since
the ffiles value is uint64_t on the wire, I clip t
Author: yongari
Date: Thu May 5 00:43:40 2011
New Revision: 221468
URL: http://svn.freebsd.org/changeset/base/221468
Log:
Enable Ethernet@WireSpeed for BCM5718/BCM57765 family. While I'm
here inverse meaning of PHY flag as Ethernet@WireSpeed is enabled
for most PHYs.
Modified:
head/sys/d
Author: obrien
Date: Thu May 5 00:43:55 2011
New Revision: 221469
URL: http://svn.freebsd.org/changeset/base/221469
Log:
Correct the kernel config name printed out during install.
PR: 156579
Submitted by: dhw
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
Author: nwhitehorn
Date: Thu May 5 00:52:19 2011
New Revision: 221470
URL: http://svn.freebsd.org/changeset/base/221470
Log:
Fix boot on old machines (e.g. blue and white G3s) by synthesizing a
512-byte sector map instead unused space in the first 2048-byte sector.
Modified:
head/usr.sbin/
Author: obrien
Date: Thu May 5 01:09:42 2011
New Revision: 221471
URL: http://svn.freebsd.org/changeset/base/221471
Log:
s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming.
Reviewed by: markm
Modified:
head/lib/libcrypt/crypt-sha256.c
head/lib/libcrypt/crypt-s
Author: obrien
Date: Thu May 5 01:16:06 2011
New Revision: 221472
URL: http://svn.freebsd.org/changeset/base/221472
Log:
libarchive is mixing libmd and libcrypto -- correct to use one or the other.
[mixing the two can be quite bad -- they define the same context structures,
but with differ
> Rick Macklem writes:
> > "Dag-Erling Smørgrav" writes:
> > > Are you going to rename the sysctls as well?
> > I was not planning on it, but it the "collective" thinks it's a good
> > idea, I could do so.
>
> Yes, please. The change from vfs.nfs to vfs.newnfs breaks scripts.
>
> Ideally, both
Author: rmacklem
Date: Thu May 5 02:00:53 2011
New Revision: 221473
URL: http://svn.freebsd.org/changeset/base/221473
Log:
Modify the NFS nfssvc(2) syscall so that it allows
anyone to get the statistics for the new NFS subsystem.
MFC after:2 weeks
Modified:
head/sys/nfs/nfs_nfssvc
Author: np
Date: Thu May 5 02:04:56 2011
New Revision: 221474
URL: http://svn.freebsd.org/changeset/base/221474
Log:
T4 packet filtering/steering.
- Enable 5-tuple and every-packet lookup.
- Setup the default filter mode to allow filtering/steering based on IP
protocol, ingress po
Author: dougb
Date: Thu May 5 02:35:11 2011
New Revision: 221475
URL: http://svn.freebsd.org/changeset/base/221475
Log:
1. If PKG_DBDIR cannot be determined from make, set the default
2. Add the -H flag to tar in case /var/db/pkg itself is a symlink
3. Direct stderr to /dev/null to suppress
Author: obrien
Date: Thu May 5 02:35:25 2011
New Revision: 221476
URL: http://svn.freebsd.org/changeset/base/221476
Log:
Guard ptrdiff_t.
Modified:
head/sys/sys/stddef.h
Modified: head/sys/sys/stddef.h
==
--- head/s
Author: np
Date: Thu May 5 02:38:08 2011
New Revision: 221477
URL: http://svn.freebsd.org/changeset/base/221477
Log:
T4 packet timestamps.
Reference code that shows how to get a packet's timestamp out of
cxgbe(4). Disabled by default because we don't have a standard way
today to pass
Author: dougb
Date: Thu May 5 02:52:10 2011
New Revision: 221478
URL: http://svn.freebsd.org/changeset/base/221478
Log:
Remove version-specific stuff. If anyone wants to keep it up to date
the information can be restored. Loosely inspired by the PR.
PR: misc/153995
Submitted
Author: adrian
Date: Thu May 5 02:59:31 2011
New Revision: 221479
URL: http://svn.freebsd.org/changeset/base/221479
Log:
Import some HOWL (AR9130) related fixes from Atheros.
Obtained from:Atheros
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
head/sys/dev/ath/ath_ha
Author: adrian
Date: Thu May 5 03:42:04 2011
New Revision: 221480
URL: http://svn.freebsd.org/changeset/base/221480
Log:
Fix up the chipset checks for the AR5416 and later silicon.
The checks should function as follows:
* AR_SREV_ : check macVersion matches that version id
* AR_SREV
Author: adrian
Date: Thu May 5 04:43:05 2011
New Revision: 221483
URL: http://svn.freebsd.org/changeset/base/221483
Log:
Another Howl (AR9130) fix.
I haven't seen a 5ghz AR9130 based board yet though!
Obtained from:Atheros
Modified:
head/sys/dev/ath/ath_hal/ar5416/ar2133.c
67 matches
Mail list logo