Author: dchagin
Date: Sat Jan 23 08:04:29 2016
New Revision: 294620
URL: https://svnweb.freebsd.org/changeset/base/294620
Log:
Fix a typo.
MFC after:3 days
Modified:
head/sys/amd64/linux/linux.h
Modified: head/sys/amd64/linux/linux.h
=
Author: dchagin
Date: Sat Jan 23 08:08:06 2016
New Revision: 294621
URL: https://svnweb.freebsd.org/changeset/base/294621
Log:
Remove obsolete comment.
MFC after:3 days
Modified:
head/sys/amd64/linux/linux_machdep.c
Modified: head/sys/amd64/linux/linux_machdep.c
Author: br
Date: Sat Jan 23 11:46:52 2016
New Revision: 294623
URL: https://svnweb.freebsd.org/changeset/base/294623
Log:
Follow r293066 adding a generalized exec hook for RISC-V as well.
Modified:
head/libexec/rtld-elf/riscv/rtld_machdep.h
Modified: head/libexec/rtld-elf/riscv/rtld_machdep.
On Thu, Jan 21, 2016 at 11:36 PM, Alexander Kabaev wrote:
> On Thu, 21 Jan 2016 22:20:12 +0100
> Antoine Brodin wrote:
>
>> On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev
>> wrote:
>> > Author: kan
>> > Date: Wed Jan 20 23:26:35 2016
>> > New Revision: 294470
>> > URL: https://svnweb.freebsd
Author: trasz
Date: Sat Jan 23 12:10:16 2016
New Revision: 294624
URL: https://svnweb.freebsd.org/changeset/base/294624
Log:
Add "kldstat -h"; showing module sizes in hex is rather weird.
Reviewed by: emaste@ (earlier version)
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Author: trasz
Date: Sat Jan 23 12:13:09 2016
New Revision: 294625
URL: https://svnweb.freebsd.org/changeset/base/294625
Log:
Fix ru_oublocks accounting for ZFS. There are two code paths that can be
called from zfs_write() - one of them, through dmu_write(), was handled
correctly; the other w
Author: trasz
Date: Sat Jan 23 12:19:37 2016
New Revision: 294626
URL: https://svnweb.freebsd.org/changeset/base/294626
Log:
Don't mention the "canonical six" in setfacl(1); it describes semantics
that's long gone.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
Author: trasz
Date: Sat Jan 23 12:25:24 2016
New Revision: 294627
URL: https://svnweb.freebsd.org/changeset/base/294627
Log:
Advertise support for ext3 and ext4.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man5/ext2fs.5
Modified: head/share/man/
On 23/01/2016 11:25 PM, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Sat Jan 23 12:25:24 2016
> New Revision: 294627
> URL: https://svnweb.freebsd.org/changeset/base/294627
>
> Log:
> Advertise support for ext3 and ext4.
>
> MFC after: 1 month
> Sponsored by: The FreeBSD
Author: br
Date: Sat Jan 23 13:34:55 2016
New Revision: 294632
URL: https://svnweb.freebsd.org/changeset/base/294632
Log:
o Add gain-level control registers.
o Fix style.
Sponsored by: Machdep, Inc.
Modified:
head/sys/dev/sound/pci/hdspe.h
Modified: head/sys/dev/sound/pci/hdspe.h
El 23/01/2016 a las 07:34, Kubilay Kocak escribió:
On 23/01/2016 11:25 PM, Edward Tomasz Napierala wrote:
Author: trasz
Date: Sat Jan 23 12:25:24 2016
New Revision: 294627
URL: https://svnweb.freebsd.org/changeset/base/294627
Log:
Advertise support for ext3 and ext4.
MFC after: 1 mo
Author: br
Date: Sat Jan 23 15:33:11 2016
New Revision: 294634
URL: https://svnweb.freebsd.org/changeset/base/294634
Log:
Add a minimal gcc config for RISC-V.
This is required to build csu.
Reviewed by: andrew
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differential Revision:
Author: bjk (doc committer)
Date: Sat Jan 23 20:01:46 2016
New Revision: 294638
URL: https://svnweb.freebsd.org/changeset/base/294638
Log:
Document that hashinit(9) can wait for memory to be available
Also tweak nearby grammar while here.
Submitted by: Daniel O'Connor (original version
Author: ngie
Date: Sat Jan 23 22:44:00 2016
New Revision: 294645
URL: https://svnweb.freebsd.org/changeset/base/294645
Log:
- Don't return immediately in check_xucred, check_scm_creds_cmsgcred, and
check_scm_creds_sockcred after initial != NULL checks have been done for
debugging purpose
Author: ngie
Date: Sat Jan 23 22:49:13 2016
New Revision: 294646
URL: https://svnweb.freebsd.org/changeset/base/294646
Log:
Don't run the t_cmsg_len testcase on 64-bit architectures
It always fails when trying to send through the sendit(9) private KPI in the
kernel due to a size mismatch
Author: ngie
Date: Sat Jan 23 22:51:22 2016
New Revision: 294647
URL: https://svnweb.freebsd.org/changeset/base/294647
Log:
Use different ports in the TCP/UDP testcases with the first set and
the second set (increment the original ports by 10)
This avoids issues where the first listening
Author: jilles
Date: Sat Jan 23 23:00:38 2016
New Revision: 294649
URL: https://svnweb.freebsd.org/changeset/base/294649
Log:
sh: Use OLDPWD shell variable for 'cd -'.
Per POSIX, 'cd -' should use the OLDPWD shell variable, not internal state.
This variable is normally exported.
Also
On Wed, Jan 20, 2016 at 2:57 PM, Dag-Erling Smørgrav
wrote:
> Author: des
> Date: Wed Jan 20 22:57:10 2016
> New Revision: 294464
> URL: https://svnweb.freebsd.org/changeset/base/294464
>
> Log:
> Upgrade to OpenSSH 7.0p1.
>
> Modified:
> head/crypto/openssh/openbsd-compat/realpath.c
>
clan
Author: pfg
Date: Sun Jan 24 02:25:41 2016
New Revision: 294652
URL: https://svnweb.freebsd.org/changeset/base/294652
Log:
ext2: Initialize i_flag after allocation.
We use i_flag to carry some flags like IN_E4INDEX which newer
ext2fs variants uses internally.
fsck.ext3 rightfully com
Author: pfg
Date: Sun Jan 24 02:41:49 2016
New Revision: 294653
URL: https://svnweb.freebsd.org/changeset/base/294653
Log:
Rename some directory index constants.
Directory index was introduced in ext3. We don't always use the
prefix to denote the ext2 variant they belong to but when we
Author: pfg
Date: Sun Jan 24 02:44:00 2016
New Revision: 294654
URL: https://svnweb.freebsd.org/changeset/base/294654
Log:
Fix comment.
Modified:
head/sys/fs/ext2fs/ext2_dinode.h
Modified: head/sys/fs/ext2fs/ext2_dinode.h
==
Craig Rodrigues writes:
> clang is emitting a new warning on this file:
>
> https://jenkins.freebsd.org/job/FreeBSD_HEAD/62/warnings7Result/new/
>
> Is it a legitimate problem which needs to be fixed upstream, or is it
> a non-issue?
The warning is technically correct, but the error is harmless s
Author: pfg
Date: Sun Jan 24 04:30:30 2016
New Revision: 294655
URL: https://svnweb.freebsd.org/changeset/base/294655
Log:
ext2: rename some directory index constants.
Missed from r294653.
Pointyhat:me
Modified:
head/sys/fs/ext2fs/inode.h
Modified: head/sys/fs/ext2fs/inode.h
==
Lawrence,
On Sat, Jan 23, 2016 at 06:09:19PM +1100, Lawrence Stewart wrote:
L> > Is that the race you refer to?
L>
L> No, the TCP_CONGESTION refactoring i.e. this commit, introduced races in
L> the get and set cases. I guess I didn't provide enough context in
L> Crucible, so here goes...
L>
L>
24 matches
Mail list logo