Author: adrian
Date: Mon Feb 8 02:11:34 2016
New Revision: 295390
URL: https://svnweb.freebsd.org/changeset/base/295390
Log:
Add a format string to the err() calls.
Modified:
head/tools/tools/ath/athregs/dumpregs.c
Modified: head/tools/tools/ath/athregs/dumpregs.c
==
Author: bz
Date: Mon Feb 8 00:07:01 2016
New Revision: 295389
URL: https://svnweb.freebsd.org/changeset/base/295389
Log:
MFC r292601,292654:
Since r256624 (head) we have been leaking routing table allocations
on vnet enabled jail shutdown. Call the provided cleanup
routines for I
Author: bz
Date: Sun Feb 7 23:42:36 2016
New Revision: 295388
URL: https://svnweb.freebsd.org/changeset/base/295388
Log:
MFC r294514:
The variable is write once only and not used.
Recover the vertical space.
Sponsored by: The FreeBSD Foundation
Obtained from:
Author: imp
Date: Sun Feb 7 23:20:44 2016
New Revision: 295387
URL: https://svnweb.freebsd.org/changeset/base/295387
Log:
Make sure NANO_DISKIMGDIR exists.
Modified:
head/tools/tools/nanobsd/embedded/common
Modified: head/tools/tools/nanobsd/embedded/common
=
Author: bz
Date: Sun Feb 7 22:53:03 2016
New Revision: 295386
URL: https://svnweb.freebsd.org/changeset/base/295386
Log:
MFC r295202:
Try to fix a bug introduced in r228623 (head).
We started to copy the ifa_msghdr as otherwise platforms with strict
alignment would break. It is unc
Author: jilles
Date: Sun Feb 7 22:12:39 2016
New Revision: 295385
URL: https://svnweb.freebsd.org/changeset/base/295385
Log:
semget(): Check for [EEXIST] error first.
Although POSIX literally permits failing with [EINVAL] if IPC_CREAT and
IPC_EXCL were both passed, the semaphore set alre
On Sun, Feb 7, 2016 at 1:14 PM, Andrew Turner wrote:
> On Sun, 7 Feb 2016 16:44:14 + (UTC)
> Warner Losh wrote:
>
> > Author: imp
> > Date: Sun Feb 7 16:44:13 2016
> > New Revision: 295377
> > URL: https://svnweb.freebsd.org/changeset/base/295377
> >
> > Log:
> > Use new NANO_LOG to put t
Author: jilles
Date: Sun Feb 7 21:25:08 2016
New Revision: 295384
URL: https://svnweb.freebsd.org/changeset/base/295384
Log:
semget(2): Add missing [EINVAL] conditions.
PR: 206927
Modified:
head/lib/libc/sys/semget.2
Modified: head/lib/libc/sys/semget.2
==
On Sun, 7 Feb 2016 16:44:14 + (UTC)
Warner Losh wrote:
> Author: imp
> Date: Sun Feb 7 16:44:13 2016
> New Revision: 295377
> URL: https://svnweb.freebsd.org/changeset/base/295377
>
> Log:
> Use new NANO_LOG to put the logs some place reasonable. Also, share
> the object directory among
Author: ngie
Date: Sun Feb 7 18:40:04 2016
New Revision: 295380
URL: https://svnweb.freebsd.org/changeset/base/295380
Log:
Simplify running the FreeBSD test suite
Replace `make regress` (legacy test make target) and `make test` (incomplete
test make target added with the FreeBSD test sui
El 07/02/2016 a las 11:51, Bruce Evans wrote:
On Sun, 7 Feb 2016, Pedro F. Giffuni wrote:
Log:
msdosfs_rename: yet another unused value.
As with r295355, it seems to be left over from a cleanup
in r33548. The code is not in NetBSD either.
Thanks to bde for checking out the history.
r3
Author: ume
Date: Sun Feb 7 17:03:49 2016
New Revision: 295379
URL: https://svnweb.freebsd.org/changeset/base/295379
Log:
MFC r295234:
Make sure to enable aliases for SHIFT_JIS.
Modified:
stable/9/share/i18n/esdb/MISC/MISC.alias
Directory Properties:
stable/9/share/i18n/esdb/ (pro
Author: ume
Date: Sun Feb 7 16:51:50 2016
New Revision: 295378
URL: https://svnweb.freebsd.org/changeset/base/295378
Log:
MFC r295234:
Make sure to enable aliases for SHIFT_JIS.
Approved by: re (marius)
Modified:
stable/10/share/i18n/esdb/MISC/MISC.alias
Directory Properties:
On Sun, 7 Feb 2016, Pedro F. Giffuni wrote:
Log:
msdosfs_rename: yet another unused value.
As with r295355, it seems to be left over from a cleanup
in r33548. The code is not in NetBSD either.
Thanks to bde for checking out the history.
r33548 was not a cleanup. It was a major change to
Author: imp
Date: Sun Feb 7 16:44:13 2016
New Revision: 295377
URL: https://svnweb.freebsd.org/changeset/base/295377
Log:
Use new NANO_LOG to put the logs some place reasonable. Also, share
the object directory among all builds where it makes sense. When
building with NANO_CPUTYPE, separate
Author: imp
Date: Sun Feb 7 16:43:55 2016
New Revision: 295374
URL: https://svnweb.freebsd.org/changeset/base/295374
Log:
Various fixups:
o Make sure we create bsd label for MBR scheme (though we don't
really need it for the efi case, and boot1 can't read it). Add
notes about why we h
On Sun, 7 Feb 2016, Pedro Giffuni wrote:
On 02/07/16 02:13, Bruce Evans wrote:
On Sun, 7 Feb 2016, Pedro F. Giffuni wrote:
Log:
cd9660: Drop an unnecessary check for NULL.
This was unnecessary and also confused Coverity.
Confirmed on:NetBSD
CID:978558
This leaves many simi
Author: imp
Date: Sun Feb 7 16:44:06 2016
New Revision: 295376
URL: https://svnweb.freebsd.org/changeset/base/295376
Log:
Use NANO_LOG instead of NANO_OBJ for log file locations. Have it
default to NANO_OBJ.
Modified:
head/tools/tools/nanobsd/defaults.sh (contents, props changed)
Modifi
Author: imp
Date: Sun Feb 7 16:44:04 2016
New Revision: 295375
URL: https://svnweb.freebsd.org/changeset/base/295375
Log:
Add simple config for i386 BIOS boot.
Added:
head/tools/tools/nanobsd/embedded/i386.cfg (contents, props changed)
Added: head/tools/tools/nanobsd/embedded/i386.cfg
===
Author: dteske
Date: Sun Feb 7 16:41:54 2016
New Revision: 295373
URL: https://svnweb.freebsd.org/changeset/base/295373
Log:
Add two scripts for vnet jails
One for if_bridge(4) back-end, another for ng_bridge(4) back-end
Sponsored by: FIS Global, Inc.
Added:
head/share/examples/jai
Author: pfg
Date: Sun Feb 7 16:18:12 2016
New Revision: 295372
URL: https://svnweb.freebsd.org/changeset/base/295372
Log:
Minor grammar fix in comment.
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/kern/vfs_bio.c
===
On 02/07/16 02:13, Bruce Evans wrote:
On Sun, 7 Feb 2016, Pedro F. Giffuni wrote:
Log:
cd9660: Drop an unnecessary check for NULL.
This was unnecessary and also confused Coverity.
Confirmed on:NetBSD
CID:978558
This leaves many similar bugs unfixed nearby. One is a null p
Author: pfg
Date: Sun Feb 7 15:40:01 2016
New Revision: 295371
URL: https://svnweb.freebsd.org/changeset/base/295371
Log:
Revert r295359:
CID 1018688 is a false positive.
The initialization is done by calling vn_start_write(... &mp, flags).
mp is only an output parameter unless (flags
Author: pfg
Date: Sun Feb 7 15:36:16 2016
New Revision: 295370
URL: https://svnweb.freebsd.org/changeset/base/295370
Log:
msdosfs_rename: yet another unused value.
As with r295355, it seems to be left over from a cleanup
in r33548. The code is not in NetBSD either.
Thanks to bde for
Author: pfg
Date: Sun Feb 7 15:26:21 2016
New Revision: 295369
URL: https://svnweb.freebsd.org/changeset/base/295369
Log:
MFV r295360
Sync our libedit with NetBSD's libedit 2016-01-16
Obtained from:NetBSD
Modified:
head/lib/libedit/editline.3
head/lib/libedit/el.c
head/lib
Author: dteske
Date: Sun Feb 7 13:33:18 2016
New Revision: 295368
URL: https://svnweb.freebsd.org/changeset/base/295368
Log:
Add missing comma
Modified:
head/share/man/man4/bridge.4
Modified: head/share/man/man4/bridge.4
==
Author: des
Date: Sun Feb 7 11:38:54 2016
New Revision: 295367
URL: https://svnweb.freebsd.org/changeset/base/295367
Log:
MFH (r265214, r294333, r294407, r294467): misc prop fixes
MFH (r285975, r287143): register mergeinfo for security fixes
MFH (r294497, r294498, r295139): internal documen
Author: kib
Date: Sun Feb 7 09:51:22 2016
New Revision: 295366
URL: https://svnweb.freebsd.org/changeset/base/295366
Log:
MFC r295277:
When matching brand to the ELF binary by notes, try to find a brand
with interpreter name exactly matching one wanted by the binary.
Approved by: re (
28 matches
Mail list logo