Author: delphij
Date: Fri Sep 4 05:56:14 2015
New Revision: 287453
URL: https://svnweb.freebsd.org/changeset/base/287453
Log:
MFV r287451 + 287452: file 5.24 + fix for bin/181436.
PR: 181436
MFC after:2 weeks
Modified:
head/contrib/file/ChangeLog
head/contrib/file/conf
Author: jhb
Date: Fri Sep 4 01:02:21 2015
New Revision: 287448
URL: https://svnweb.freebsd.org/changeset/base/287448
Log:
Add more mmap tests related to character devices.
- Add cdev-related tests for bad args.
- Add two simple tests cases for mapping /dev/zero that test for
MAP_ANON-li
Author: delphij
Date: Fri Sep 4 00:14:20 2015
New Revision: 287445
URL: https://svnweb.freebsd.org/changeset/base/287445
Log:
Expose an interface to determine if an ACE is inherited.
Submitted by: sef
Reviewed by: trasz
MFC after:2 weeks
Differential Revision:https://rev
Author: tuexen
Date: Thu Sep 3 22:15:56 2015
New Revision: 287444
URL: https://svnweb.freebsd.org/changeset/base/287444
Log:
Fix a bug where two SHUTDOWN_ACK chunks were sent if a SHUTDOWN chunk was
received acking all outstanding data.
Modified:
head/sys/netinet/sctp_input.c
Modified: he
Author: cem
Date: Thu Sep 3 20:32:10 2015
New Revision: 287442
URL: https://svnweb.freebsd.org/changeset/base/287442
Log:
Detect badly behaved coredump note helpers
Coredump notes depend on being able to invoke dump routines twice; once
in a dry-run mode to get the size of the note, and
On Thu, Sep 3, 2015 at 6:06 AM, Edward Tomasz Napierała
wrote:
> On 0902T1729, Warner Losh wrote:
> > Author: imp
> > Date: Wed Sep 2 17:29:30 2015
> > New Revision: 287405
> > URL: https://svnweb.freebsd.org/changeset/base/287405
> >
> > Log:
> > After the introduction of direct dispatch, the
On Thu, Sep 3, 2015 at 6:01 AM, Edward Tomasz Napierala
wrote:
> On 0902T1737, Gleb Smirnoff wrote:
> > On Wed, Sep 02, 2015 at 02:08:43PM +, Edward Tomasz Napierala wrote:
> > E> Author: trasz
> > E> Date: Wed Sep 2 14:08:43 2015
> > E> New Revision: 287396
> > E> URL: https://svnweb.freebs
Author: jhb
Date: Thu Sep 3 18:27:39 2015
New Revision: 287440
URL: https://svnweb.freebsd.org/changeset/base/287440
Log:
Currently the Linux character device mmap handling only supports mmap
operations that map a single page that has an associated vm_page_t.
This does not permit mapping la
Author: sbruno
Date: Thu Sep 3 17:46:57 2015
New Revision: 287437
URL: https://svnweb.freebsd.org/changeset/base/287437
Log:
r249170 was just plain wrong. The effect of the change is to always
delete a logic volume on status change which is NOT what we want here.
The original code is co
On 29/08/2015 12:22, Xin LI wrote:
> Author: delphij
> Date: Sat Aug 29 09:22:32 2015
> New Revision: 287283
> URL: https://svnweb.freebsd.org/changeset/base/287283
>
> Log:
> Fix a buffer overrun which may lead to data corruption, introduced in
> r286951 by reinstating changes in r274628.
>
Author: bdrewery
Date: Thu Sep 3 17:01:58 2015
New Revision: 287436
URL: https://svnweb.freebsd.org/changeset/base/287436
Log:
Avoid sub-shell for realpath(1) for bmake by using its built-in :tA.
MFC after:2 weeks
Approved by: portmgr (implicit)
Modified:
head/share/mk/bsd.port.m
Author: mav
Date: Thu Sep 3 12:56:57 2015
New Revision: 287433
URL: https://svnweb.freebsd.org/changeset/base/287433
Log:
Small UA cleanup.
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl.h
head/sys/cam/ctl/ctl_error.c
Modified: head/sys/cam/ctl/ctl.c
=
Author: mav
Date: Thu Sep 3 12:15:14 2015
New Revision: 287432
URL: https://svnweb.freebsd.org/changeset/base/287432
Log:
Fix copy-paste bug introduced in r275458.
MFC after:3 days
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
===
On 0902T1729, Warner Losh wrote:
> Author: imp
> Date: Wed Sep 2 17:29:30 2015
> New Revision: 287405
> URL: https://svnweb.freebsd.org/changeset/base/287405
>
> Log:
> After the introduction of direct dispatch, the pacing code in g_down()
> broke in two ways. One, the pacing variable was acc
On 0902T1737, Gleb Smirnoff wrote:
> On Wed, Sep 02, 2015 at 02:08:43PM +, Edward Tomasz Napierala wrote:
> E> Author: trasz
> E> Date: Wed Sep 2 14:08:43 2015
> E> New Revision: 287396
> E> URL: https://svnweb.freebsd.org/changeset/base/287396
> E>
> E> Log:
> E> It's 2015, and some people
Author: trasz
Date: Thu Sep 3 11:43:56 2015
New Revision: 287431
URL: https://svnweb.freebsd.org/changeset/base/287431
Log:
Use proper term in the ctld(8) and iscsid(8) man pages.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctld.8
head/usr
Author: trasz
Date: Thu Sep 3 11:42:59 2015
New Revision: 287430
URL: https://svnweb.freebsd.org/changeset/base/287430
Log:
Simplify the introductory example in ctl.conf(5) down to absolute
basics. The more complicated cases - like how to use physical
ports - are explained later, in the "E
Author: trasz
Date: Thu Sep 3 11:40:47 2015
New Revision: 287429
URL: https://svnweb.freebsd.org/changeset/base/287429
Log:
The dumpfs(8) utility doesn't actually use disktab(5); remove it
from "SEE ALSO".
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/sbi
Author: trasz
Date: Thu Sep 3 11:31:34 2015
New Revision: 287427
URL: https://svnweb.freebsd.org/changeset/base/287427
Log:
Fix acl_strip_np(3) breakage introduced in r279962.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/libc/posix1e/acl_strip.c
Modif
Author: trasz
Date: Thu Sep 3 11:30:39 2015
New Revision: 287426
URL: https://svnweb.freebsd.org/changeset/base/287426
Log:
Fix the way acl_init(3) uses posix_memalign(3) - the latter doesn't
set errno.
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/li
Author: araujo
Date: Thu Sep 3 07:18:52 2015
New Revision: 287425
URL: https://svnweb.freebsd.org/changeset/base/287425
Log:
Rename YP to NIS in the manpages.
Approved by: bapt (mentor)
Differential Revision:D3555
Modified:
head/usr.bin/ypcat/ypcat.1
head/usr.bin/yp
Author: araujo
Date: Thu Sep 3 07:12:40 2015
New Revision: 287424
URL: https://svnweb.freebsd.org/changeset/base/287424
Log:
Sync with the latest code from OpenBSD.
Approved by: rodrigc (mentor)
Differential Revision:D3550
Modified:
head/usr.sbin/yppoll/yppoll.8
hea
22 matches
Mail list logo