Author: delphij
Date: Wed Dec 10 08:18:22 2014
New Revision: 275665
URL: https://svnweb.freebsd.org/changeset/base/275665
Log:
In r268924 __fflush was modified so that when write(2) was not successful,
_p and _w are adjusted to account for the partial write (if any).
However, _p and _w sh
Author: delphij
Date: Wed Dec 10 08:19:55 2014
New Revision: 275666
URL: https://svnweb.freebsd.org/changeset/base/275666
Log:
Fix multiple vulnerabilities in file(1) and libmagic(3).
Security: FreeBSD-SA-14:28.file
Security: CVE-2014-3710, CVE-2014-8116, CVE-2014-8117
Modified:
Author: royger
Date: Wed Dec 10 11:21:52 2014
New Revision: 275675
URL: https://svnweb.freebsd.org/changeset/base/275675
Log:
xen: move grant table code
Mave the grant table code into the dev/xen folder in preparation for turning
it into a device using the newbus interface. This is just c
Author: br
Date: Wed Dec 10 11:35:10 2014
New Revision: 275676
URL: https://svnweb.freebsd.org/changeset/base/275676
Log:
o Put () for p to avoid unexpected macro expansion
o style(9) fix
Submitted by: Yonghyeon PYUN
Modified:
head/sys/dev/mii/micphy.c
Modified: head/sys/dev/mii/micp
Author: royger
Date: Wed Dec 10 11:35:41 2014
New Revision: 275677
URL: https://svnweb.freebsd.org/changeset/base/275677
Log:
xen: convert the Grant-table code to a NewBus device
This allows the Grant-table code to attach directly to the xenpv bus,
allowing us to remove the grant-table in
Author: royger
Date: Wed Dec 10 11:42:02 2014
New Revision: 275678
URL: https://svnweb.freebsd.org/changeset/base/275678
Log:
xen: mask event channels while binding them to a vCPU
Mask the event channel source before trying to bind it to a CPU, this
prevents stray interrupts from firing w
Author: royger
Date: Wed Dec 10 13:25:21 2014
New Revision: 275679
URL: https://svnweb.freebsd.org/changeset/base/275679
Log:
xen/intr: balance dynamic interrupts across available vCPUs
By default Xen binds all event channels to vCPU#0, and FreeBSD only shuffles
the interrupt sources once
Author: trasz
Date: Wed Dec 10 14:14:16 2014
New Revision: 275680
URL: https://svnweb.freebsd.org/changeset/base/275680
Log:
Add fstyp(8). This utility, named after its SVR4 counterpart, detects
filesystems. It differs from file(1) in that it gives machine-parseable
output, it outputs file
Author: trasz
Date: Wed Dec 10 14:36:44 2014
New Revision: 275681
URL: https://svnweb.freebsd.org/changeset/base/275681
Log:
Add "-media" autofs map, to access data on removable media, such as CD
drives or flash keys. It can be enabled by uncommenting a single entry
in default /etc/auto_mas
Author: tuexen
Date: Wed Dec 10 14:50:57 2014
New Revision: 275682
URL: https://svnweb.freebsd.org/changeset/base/275682
Log:
Fix a typo reported by Lennart Grahl.
MFC after: 3 days
Modified:
head/lib/libc/net/sctp_sys_calls.c
Modified: head/lib/libc/net/sctp_sys_calls.c
===
Author: andreast
Date: Wed Dec 10 18:13:14 2014
New Revision: 275683
URL: https://svnweb.freebsd.org/changeset/base/275683
Log:
Fix build for powerpc(32|64) kernels.
Modified:
head/sys/powerpc/aim/trap.c
Modified: head/sys/powerpc/aim/trap.c
==
On Dec 10, 2014, at 6:25 AM, Roger Pau MonnXX wrote:
>
> Author: royger
> Date: Wed Dec 10 13:25:21 2014
> New Revision: 275679
> URL: https://svnweb.freebsd.org/changeset/base/275679
>
> Log:
> xen/intr: balance dynamic interrupts across available vCPUs
>
> By default Xen binds all event cha
Author: andreast
Date: Wed Dec 10 20:23:19 2014
New Revision: 275686
URL: https://svnweb.freebsd.org/changeset/base/275686
Log:
Fix kernel build for booke.
Modified:
head/sys/powerpc/booke/trap.c
Modified: head/sys/powerpc/booke/trap.c
Author: ngie
Date: Wed Dec 10 20:40:03 2014
New Revision: 275687
URL: https://svnweb.freebsd.org/changeset/base/275687
Log:
Remove termcap entry reordering; install the file verbatim instead
termcap entry reordering requires ex (which is available via usr.bin/vi),
which
breaks on build h
On Mon, Dec 8, 2014 at 9:14 AM, Sean Bruno wrote:
> Author: sbruno
> Date: Mon Dec 8 17:14:01 2014
> New Revision: 275621
> URL: https://svnweb.freebsd.org/changeset/base/275621
>
> Log:
> Add -lxo (for df) and -lgpio(for gpioctl) to bsdbox. This will allow the
> picostation
> build to work
Author: ngie
Date: Wed Dec 10 23:18:11 2014
New Revision: 275692
URL: https://svnweb.freebsd.org/changeset/base/275692
Log:
Fix building termcap.db when make obj is run beforehand from a clean tree by
using make variables for the filenames, which helps resolve pathing
appropriately when runn
Author: markj
Date: Thu Dec 11 00:41:54 2014
New Revision: 275695
URL: https://svnweb.freebsd.org/changeset/base/275695
Log:
Fix a bug in r266857: nd6_dad_find() must return NULL if it doesn't find
a matching element in the DAD queue.
Reported by: Holger Hans Peter Freyther
MFC after:
17 matches
Mail list logo