Author: bapt
Date: Thu Nov 5 07:43:15 2015
New Revision: 290384
URL: https://svnweb.freebsd.org/changeset/base/290384
Log:
Fix typo in the function name
Submitted by: Sascha Wildner
Obtained from:DragonflyBSD
Modified:
head/contrib/libexecinfo/backtrace.3
Modified: head/cont
Author: gnn
Date: Thu Nov 5 07:26:32 2015
New Revision: 290383
URL: https://svnweb.freebsd.org/changeset/base/290383
Log:
Replace the fastforward path with tryforward which does not require a
sysctl and will always be on. The former split between default and
fast forwarding is removed by th
Author: gonzo
Date: Thu Nov 5 04:16:03 2015
New Revision: 290382
URL: https://svnweb.freebsd.org/changeset/base/290382
Log:
Add /dev/vcio, userland access point to VideoCore mailbox property channel
It's required by some applications in raspberrypi-userland package
Added:
head/sys/arm/broa
Author: gonzo
Date: Thu Nov 5 03:46:54 2015
New Revision: 290381
URL: https://svnweb.freebsd.org/changeset/base/290381
Log:
Refactor mailbox property API to make it usable for /dev/vcio driver:
- Add bcm2835_mbox_property for generic property request, it accepts
pointer to prepared p
Author: adrian
Date: Thu Nov 5 03:13:10 2015
New Revision: 290380
URL: https://svnweb.freebsd.org/changeset/base/290380
Log:
Add support for s25fl256s. I /think/ it's a 32mb NOR flash part.
This is submitted by a FreeBSD wifi user who has requested they not
be named. Thankyou!
Modifie
Author: hiren
Date: Thu Nov 5 02:09:48 2015
New Revision: 290379
URL: https://svnweb.freebsd.org/changeset/base/290379
Log:
Improve the sysctl node name.
X-MFC with: r290122
Sponsored by: Limelight Networks
Modified:
head/sys/netinet/tcp_input.c
Modified: head/sys/netinet/tcp_input
Author: rodrigc
Date: Thu Nov 5 01:54:38 2015
New Revision: 290378
URL: https://svnweb.freebsd.org/changeset/base/290378
Log:
Fix spelling error.
Reported by: junovitch
Modified:
head/lib/libnetbsd/README
head/lib/libopenbsd/README
Modified: head/lib/libnetbsd/README
Author: rodrigc
Date: Thu Nov 5 01:29:48 2015
New Revision: 290377
URL: https://svnweb.freebsd.org/changeset/base/290377
Log:
Add README, similar to the one from libnetbsd.
Added:
head/lib/libopenbsd/README (contents, props changed)
Added: head/lib/libopenbsd/README
==
On Wed, Nov 4, 2015 at 4:21 PM, Bryan Drewery wrote:
...
> This seems a bit gratuitous and against POLA.
Unfortunately it was more POLA when the pediodic script was deleted
after it was added to OptionalObsoleteFiles.inc in the last few
months.
I could add a backwards compatible variable when
On 11/1/15 5:05 PM, Garrett Cooper wrote:
> Author: ngie
> Date: Mon Nov 2 01:05:34 2015
> New Revision: 290252
> URL: https://svnweb.freebsd.org/changeset/base/290252
>
> Log:
> Rename etc/periodic/daily/430.status-rwho to
> periodic/daily/430.status-uptime
>
> The command was checking l
On Wed, Nov 4, 2015 at 2:17 PM, Svatopluk Kraus wrote:
> On Tue, Nov 3, 2015 at 8:45 AM, Jason Harmening
> wrote:
> >
> > On Sun, Nov 1, 2015 at 8:11 AM, Ian Lepore wrote:
> >>
> >>
> >> It's almost certainly not related to sysinit ordering. This exception
> >> is happening during mmc probing
Author: rodrigc
Date: Wed Nov 4 23:52:19 2015
New Revision: 290375
URL: https://svnweb.freebsd.org/changeset/base/290375
Log:
Import imsg from OpenBSD's libutil.
imsg provides functions for communication between processes
using sockets. imsg is used by programs in OpenBSD such as ypldap
Author: bdrewery
Date: Wed Nov 4 22:49:34 2015
New Revision: 290374
URL: https://svnweb.freebsd.org/changeset/base/290374
Log:
Remove unneeded mutex.h include, missed in r287155.
MFC after:1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/filemon/filemon.c
Author: andreast
Date: Wed Nov 4 22:46:30 2015
New Revision: 290373
URL: https://svnweb.freebsd.org/changeset/base/290373
Log:
Add a compile time switch to distinguish between 7-bit and 8-bit I2C address
usage. The comment in the code should explain the situation.
Discussed with:
On Tue, Nov 3, 2015 at 8:45 AM, Jason Harmening
wrote:
>
> On Sun, Nov 1, 2015 at 8:11 AM, Ian Lepore wrote:
>>
>>
>> It's almost certainly not related to sysinit ordering. This exception
>> is happening during mmc probing after interrupts are enabled.
>>
>> It appears that the problem is the fa
HI,
FYI - this patch did fix my initial issue, but further work in
multi-user mode caused it to still hang. I haven't diagnosed it yet; I
just put back the yield call so bufdaemon could run.
So yeah, we still have some work to do. It hit the same problem; stuck
in a loop calling the path to wakeu
Author: ume
Date: Wed Nov 4 19:09:42 2015
New Revision: 290372
URL: https://svnweb.freebsd.org/changeset/base/290372
Log:
Since sa->sa_len doesn't match sizeof(struct sockaddr_dl),
getnameinfo() fails against sockaddr_dl. This commit is workaround
for this problem.
Modified:
head/usr.bi
Author: ume
Date: Wed Nov 4 19:05:04 2015
New Revision: 290371
URL: https://svnweb.freebsd.org/changeset/base/290371
Log:
Fix alignment of AF_LINK address.
Modified:
head/usr.bin/netstat/if.c
Modified: head/usr.bin/netstat/if.c
===
Author: ume
Date: Wed Nov 4 16:59:12 2015
New Revision: 290370
URL: https://svnweb.freebsd.org/changeset/base/290370
Log:
Simplify r290367 using asterisk for a field width
and precision.
Modified:
head/usr.bin/netstat/if.c
Modified: head/usr.bin/netstat/if.c
==
Author: skra
Date: Wed Nov 4 15:35:22 2015
New Revision: 290369
URL: https://svnweb.freebsd.org/changeset/base/290369
Log:
Fix comment about unpriviledged instructions. Now, it matches with
current state after r289372.
While here, do some style and comment cleanups. No functional chang
Author: ume
Date: Wed Nov 4 15:05:15 2015
New Revision: 290368
URL: https://svnweb.freebsd.org/changeset/base/290368
Log:
Unify AF_INET case and AF_INET6 case.
Modified:
head/usr.bin/netstat/if.c
Modified: head/usr.bin/netstat/if.c
===
Author: ume
Date: Wed Nov 4 14:57:46 2015
New Revision: 290367
URL: https://svnweb.freebsd.org/changeset/base/290367
Log:
Change to not truncate an interface name when -W option
is specified.
Modified:
head/usr.bin/netstat/if.c
Modified: head/usr.bin/netstat/if.c
=
Author: ume
Date: Wed Nov 4 14:47:10 2015
New Revision: 290366
URL: https://svnweb.freebsd.org/changeset/base/290366
Log:
Mask an IPv6 network address.
Modified:
head/usr.bin/netstat/route.c
Modified: head/usr.bin/netstat/route.c
=
Author: ume
Date: Wed Nov 4 13:59:13 2015
New Revision: 290365
URL: https://svnweb.freebsd.org/changeset/base/290365
Log:
Restore an interface name field to left align.
Modified:
head/usr.bin/netstat/if.c
Modified: head/usr.bin/netstat/if.c
==
24 matches
Mail list logo