Author: mm
Date: Sat Jun 18 08:25:31 2016
New Revision: 302003
URL: https://svnweb.freebsd.org/changeset/base/302003
Log:
Update vendor/libarchive to git d85976e7ff4a062e1de6e04dab7bb78e3344768f
Fixed vendor issues:
Issue 553: Fix broken decryption for ZIP files
Issue 657: Allow up to 8
Author: ed
Date: Sat Jun 18 12:44:14 2016
New Revision: 302006
URL: https://svnweb.freebsd.org/changeset/base/302006
Log:
MFC r301406:
Don't test for INKERNEL to check whether we're in kernel space.
It turns out that actually defines a macro under this
name, even when we're no
Author: ed
Date: Sat Jun 18 12:46:50 2016
New Revision: 302008
URL: https://svnweb.freebsd.org/changeset/base/302008
Log:
MFC r300998:
Add missing va_list to .
It looks like va_list should always be defined when XSI is enabled. It
moved over to the POSIX base in the 2008 editio
Author: jilles
Date: Sat Jun 18 13:41:00 2016
New Revision: 302009
URL: https://svnweb.freebsd.org/changeset/base/302009
Log:
Add mergeinfo missed in r300954.
Modified:
Directory Properties:
stable/10/ (props changed)
___
svn-src-all@freebsd.org m
Author: jilles
Date: Sat Jun 18 13:42:33 2016
New Revision: 302010
URL: https://svnweb.freebsd.org/changeset/base/302010
Log:
MFC r300970: Remove non-history libkse references and fix typo
"PTHREAD_PROCESSES_PRIVATE".
Modified:
stable/10/lib/libthr/libthr.3
stable/10/share/man/man3/pthrea
Author: jilles
Date: Sat Jun 18 13:44:10 2016
New Revision: 302011
URL: https://svnweb.freebsd.org/changeset/base/302011
Log:
MFC r301076: Fix typo ESRC -> ESRCH in pthread man pages.
Modified:
stable/10/share/man/man3/pthread_attr_get_np.3
stable/10/share/man/man3/pthread_resume_np.3
sta
Author: kib
Date: Sat Jun 18 20:20:00 2016
New Revision: 302012
URL: https://svnweb.freebsd.org/changeset/base/302012
Log:
Fix gcc build.
Reported andt tested by: swills
Sponsored by: The FreeBSD Foundation
Approved by: re (gjb)
Modified:
head/sys/cddl/contrib/opensolaris/uts/c
Author: kib
Date: Sat Jun 18 20:22:53 2016
New Revision: 302013
URL: https://svnweb.freebsd.org/changeset/base/302013
Log:
After the vnode unlock, mount point might be destroyed immediately,
dropping the reference on mnt_cred. Prevent this by referencing the
temporal credentials before unloc
On 09/27/15 06:03, Adrian Chadd wrote:
> Author: adrian
> Date: Sun Sep 27 04:03:11 2015
> New Revision: 288291
> URL: https://svnweb.freebsd.org/changeset/base/288291
>
> Log:
> Enforce consistent limits of daemons run from rc.subr:
>
> * Allow the user to configure the login class to use
Author: vangyzen
Date: Sat Jun 18 23:18:04 2016
New Revision: 302014
URL: https://svnweb.freebsd.org/changeset/base/302014
Log:
Fix if_ntb interface setup to include IFF_MULTICAST.
This allows IPv6 link local addresses (and other IPv6 functionality) to work.
PR: 210355
Subm
In message <2171b966-35c7-2dad-2c0f-f23061cb6...@freebsd.org>, Niclas
Zeising w
rites:
> On 09/27/15 06:03, Adrian Chadd wrote:
> > Author: adrian
> > Date: Sun Sep 27 04:03:11 2015
> > New Revision: 288291
> > URL: https://svnweb.freebsd.org/changeset/base/288291
> >
> > Log:
> > Enforce consi
Author: cy
Date: Sun Jun 19 00:39:23 2016
New Revision: 302015
URL: https://svnweb.freebsd.org/changeset/base/302015
Log:
MFC r300259:
Enable the two ip_frag tuneables. The code is there but the two
ip_frag tuneables aren't registered in the ipf_tuners linked list.
This commmit en
i think that's fine for -11. I'd like to just move limits to /bin for
12. (I mean, it's 2016, why are you splitting / and /usr again? But..)
I don't want to see differing system behaviour between limits but it's
likely unavoidable for 11 and could do with some errata notice so
people know what to
Author: ume
Date: Sun Jun 19 03:44:32 2016
New Revision: 302016
URL: https://svnweb.freebsd.org/changeset/base/302016
Log:
- Prefer to use %d over %e where the day of the month should be zero
filled.
- Since %e means the day of the month as well, regard %e as same as %d
in md_order.
Author: adrian
Date: Sun Jun 19 03:45:32 2016
New Revision: 302017
URL: https://svnweb.freebsd.org/changeset/base/302017
Log:
[ath] add support for batching frames to the general TX queues.
It turns out the frame scheduling policies (eg DBA_GATED) operate on
a single TX FIFO entry. ASAP
On 2016-06-18 23:32, Adrian Chadd wrote:
> i think that's fine for -11. I'd like to just move limits to /bin for
> 12. (I mean, it's 2016, why are you splitting / and /usr again? But..)
>
bsdinstall for UFS just uses one big /, and ZFS does something similar
for boot environments. Only people who
On 19.06.2016 6:44, Hajimu UMEMOTO wrote:
> Log:
> - Prefer to use %d over %e where the day of the month should be zero
> filled.
> - Since %e means the day of the month as well, regard %e as same as %d
> in md_order.
Nonsense doubled formats in sr_*_RS locales and nonsense md_order th
In message
, Adrian Chadd writes:
> i think that's fine for -11. I'd like to just move limits to /bin for
> 12. (I mean, it's 2016, why are you splitting / and /usr again? But..)
>
> I don't want to see differing system behaviour between limits but it's
> likely unavoidable for 11 and could do wi
In message <9ca0ba1b-d9b3-6028-5645-d8d03e730...@freebsd.org>, Allan Jude
write
s:
> On 2016-06-18 23:32, Adrian Chadd wrote:
> > i think that's fine for -11. I'd like to just move limits to /bin for
> > 12. (I mean, it's 2016, why are you splitting / and /usr again? But..)
> >
>
> bsdinstall fo
Hi,
> On Sun, 19 Jun 2016 07:57:49 +0300
> Andrey Chernov said:
ache> Nonsense doubled formats in sr_*_RS locales and nonsense md_order there
too.
It seems there was the problem before my commit. Only saw a little,
I'm not sure were it comes.
Sincerely,
--
Hajimu UMEMOTO
u...@mahoro
20 matches
Mail list logo