Warner Losh writes:
> Author: imp
> Date: Thu Jun 23 23:20:58 2016
> New Revision: 302163
> URL: https://svnweb.freebsd.org/changeset/base/302163
>
> Log:
> Rename CAM_NETFLIX_IOSCHED to CAM_IOSCHED_DYNAMIC to better reflect
> its nature.
>
> Approved by: re
> Reviewed By: jhb
> Diff
On 2016-07-03 23:19, Peter Grehan wrote:
> Author: grehan
> Date: Mon Jul 4 03:19:06 2016
> New Revision: 302332
> URL: https://svnweb.freebsd.org/changeset/base/302332
>
> Log:
> Import bhyve_graphics into CURRENT. Thanks to all who tested
> this on the branch.
>
> Original commit messa
False
On Sat, Jul 2, 2016, 11:09 AM Edward Tomasz NapieraĆa
wrote:
> On 0630T1455, Alexander Motin wrote:
> > Author: mav
> > Date: Thu Jun 30 14:55:49 2016
> > New Revision: 302297
> > URL: https://svnweb.freebsd.org/changeset/base/302297
> >
> > Log:
> > Revert r299454 and r299448.
> >
> >
Author: grehan
Date: Mon Jul 4 03:19:06 2016
New Revision: 302332
URL: https://svnweb.freebsd.org/changeset/base/302332
Log:
Import bhyve_graphics into CURRENT. Thanks to all who tested
this on the branch.
Original commit message:
Initial bhyve native graphics support.
This ad
On Sun, Jul 03, 2016 at 07:47:15PM -0500, Benjamin Kaduk wrote:
> On Sat, Jul 2, 2016 at 3:04 AM, Bruce Evans wrote:
>
> > + .th_counter = &dummy_timecounter,
> >> + .th_scale = (uint64_t)-1 / 100,
> >> + .th_offset = {1, 0},
> >>
> >
> > Is there a syntax for avoiding the e
On Sat, Jul 2, 2016 at 3:04 AM, Bruce Evans wrote:
> + .th_counter = &dummy_timecounter,
>> + .th_scale = (uint64_t)-1 / 100,
>> + .th_offset = {1, 0},
>>
>
> Is there a syntax for avoiding the explicit 0 in a nested initializer?
> Something like th_offset.tv_sec = 1.
C99
On Sun, Jul 03, 2016 at 10:06:07PM +0300, Ivan Klymenko wrote:
> On Sun, 3 Jul 2016 18:21:11 + (UTC)
> Baptiste Daroussin wrote:
>
> > Author: bapt
> > Date: Sun Jul 3 18:21:11 2016
> > New Revision: 302329
> > URL: https://svnweb.freebsd.org/changeset/base/302329
> >
> > Log:
> > Posixif
Author: bapt
Date: Sun Jul 3 19:31:21 2016
New Revision: 302331
URL: https://svnweb.freebsd.org/changeset/base/302331
Log:
Add the forgotten "svn mv" from r302329
Reported by: Ivan Klymenko
Approved by: re (implicit)
Added:
head/share/colldef/zh_CN.GB2312.src
- copied unchange
On Sun, 3 Jul 2016 18:21:11 + (UTC)
Baptiste Daroussin wrote:
> Author: bapt
> Date: Sun Jul 3 18:21:11 2016
> New Revision: 302329
> URL: https://svnweb.freebsd.org/changeset/base/302329
>
> Log:
> Posixify the locales name for variants
>
> For all locales with variants:
> - if no
Author: ngie
Date: Sun Jul 3 18:27:00 2016
New Revision: 302330
URL: https://svnweb.freebsd.org/changeset/base/302330
Log:
Remove ftp(1) related files when MK_FTP == no
Approved by: re (gjb)
Differential Revision: https://reviews.freebsd.org/D6969
MFC after: 1 week
Reviewed by: ngie
==
--- head/ObsoleteFiles.inc Sun Jul 3 18:19:48 2016(r302328)
+++ head/ObsoleteFiles.inc Sun Jul 3 18:21:11 2016(r302329)
@@ -38,6 +38,105 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20160703: POSIXify
Author: kib
Date: Sun Jul 3 18:19:48 2016
New Revision: 302328
URL: https://svnweb.freebsd.org/changeset/base/302328
Log:
Provide helper macros to detect 'non-silent SBDRY' state and to
calculate appropriate return value for stops. Simplify the code by
using them.
Fix typo in sig_susp
Author: ngie
Date: Sun Jul 3 17:52:21 2016
New Revision: 302327
URL: https://svnweb.freebsd.org/changeset/base/302327
Log:
Fix .../usr.bin/lastcomm/legacy_test:main on i386
The time in the output files was ahead by 3 hours on i386. Fix the incorrect
offset.
Differential Revision: ht
Author: ngie
Date: Sun Jul 3 17:51:24 2016
New Revision: 302326
URL: https://svnweb.freebsd.org/changeset/base/302326
Log:
Output the diffs to standard error when comparing the expected vs the
obtained output from lastcomm instead of just printing out a summary, e.g.
"they differed".
T
Author: bdrewery
Date: Sun Jul 3 17:28:39 2016
New Revision: 302325
URL: https://svnweb.freebsd.org/changeset/base/302325
Log:
Fix race for incrementally rebuilding VERSION_MAP.
The dependency is needed in PROG_FULL since only the build of PROG_FULL
is using the LDFLAGS and depending on
Author: bapt
Date: Sun Jul 3 15:00:12 2016
New Revision: 302324
URL: https://svnweb.freebsd.org/changeset/base/302324
Log:
Fix a bad test resulting in a segfault with ISO-8859-5 locales
Reported by: Lauri Tirkkonen from Illumos
Approved by: re@ (gjb)
Modified:
head/lib/libc/locale/c
Author: jilles
Date: Sun Jul 3 11:45:54 2016
New Revision: 302323
URL: https://svnweb.freebsd.org/changeset/base/302323
Log:
MFC r302151: posixshm: Fix lock leak when mac_posixshm_check_read rejects
read.
While reading the code, I noticed that shm_read() returns without unlocking
foffs
17 matches
Mail list logo