Author: hrs
Date: Mon Nov 18 04:42:58 2013
New Revision: 258293
URL: http://svnweb.freebsd.org/changeset/base/258293
Log:
MFC 257636:
Fix EUC ESDB and JIS CS-mapper.
Approved by: re (delphij)
Modified:
stable/10/share/i18n/csmapper/JIS/JISX0201-KANA%UCS.src
stable/10/share/i18n/c
Author: markj
Date: Mon Nov 18 03:24:50 2013
New Revision: 258291
URL: http://svnweb.freebsd.org/changeset/base/258291
Log:
The fasttrap ioctl used to create probes takes a variable-sized argument.
It was not being correctly copied into the kernel on FreeBSD, and as a
result, probes with mul
Author: jmmv
Date: Mon Nov 18 01:28:29 2013
New Revision: 258290
URL: http://svnweb.freebsd.org/changeset/base/258290
Log:
Drop all ATF tools code.
We stopped building the tools in r256365 so there is no need to ship
their code any longer.
Approved by: rpaulo (mentor)
Deleted:
he
Author: jmmv
Date: Sun Nov 17 23:51:19 2013
New Revision: 258289
URL: http://svnweb.freebsd.org/changeset/base/258289
Log:
MFV: Import atf-0.18.
Approved by: rpaulo (mentor)
Added:
head/contrib/atf/atf-c++/detail/auto_array.hpp
- copied unchanged from r258239,
vendor/atf/dist/atf-
Author: alc
Date: Sun Nov 17 23:28:10 2013
New Revision: 258287
URL: http://svnweb.freebsd.org/changeset/base/258287
Log:
Implement pmap_align_superpage().
MFC after:6 weeks
Modified:
head/sys/arm/arm/pmap-v6.c
Modified: head/sys/arm/arm/pmap-v6.c
===
Author: jmmv
Date: Sun Nov 17 23:19:06 2013
New Revision: 258286
URL: http://svnweb.freebsd.org/changeset/base/258286
Log:
Update notes for imports of atf.
This is because the atf vendor branch now includes a verbatim copy of
the distfile sources. As a result, the list of files to-be-rem
Author: jmmv
Date: Sun Nov 17 23:12:55 2013
New Revision: 258285
URL: http://svnweb.freebsd.org/changeset/base/258285
Log:
Fix the build of some ATF tests.
When building various programs from a single Makefile, program-specific
variables are of the form ., not _. Fix this
obvious typo
Author: peter
Date: Sun Nov 17 22:59:06 2013
New Revision: 258284
URL: http://svnweb.freebsd.org/changeset/base/258284
Log:
Bump __FreeBSD_version for iconv changes
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
=
Author: peter
Date: Sun Nov 17 22:52:17 2013
New Revision: 258283
URL: http://svnweb.freebsd.org/changeset/base/258283
Log:
Attempt to move the POSIX iconv* symbols out of runtime linker space.
FreeBSD systems usually implemented this as a third party module and
our implementation hasn't pla
Author: jilles
Date: Sun Nov 17 22:31:23 2013
New Revision: 258281
URL: http://svnweb.freebsd.org/changeset/base/258281
Log:
Fix siginfo_t.si_status for wait6/waitid/SIGCHLD.
Per POSIX, si_status should contain the value passed to exit() for
si_code==CLD_EXITED and the signal number for o
Author: alfred
Date: Sun Nov 17 22:24:34 2013
New Revision: 258280
URL: http://svnweb.freebsd.org/changeset/base/258280
Log:
MFC: 258276
Fix creating a vlan over lagg over mlxen crash.
PR: 181931
Submitted by: Shahar Klein (shahark mellanox.com)
Approved by: re
Author: alfred
Date: Sun Nov 17 20:58:31 2013
New Revision: 258276
URL: http://svnweb.freebsd.org/changeset/base/258276
Log:
Fix creating a vlan over lagg over mlxen crash.
PR: 181931
Submitted by: Shahar Klein (shahark mellanox.com)
Modified:
head/sys/ofed/drivers/net/mlx4/e
Author: jhibbits
Date: Sun Nov 17 20:29:33 2013
New Revision: 258275
URL: http://svnweb.freebsd.org/changeset/base/258275
Log:
Add a sysctl to allow disabling resetting the OF syscons.
On some machines (G5 with lots of RAM), entering OF sometimes causes the
machine to hang. Once the mach
Author: nwhitehorn
Date: Sun Nov 17 19:50:50 2013
New Revision: 258274
URL: http://svnweb.freebsd.org/changeset/base/258274
Log:
#interrupt-cells belongs to the iparent, not the device parent.
Modified:
head/sys/powerpc/powermac/macio.c
Modified: head/sys/powerpc/powermac/macio.c
===
Author: antoine
Date: Sun Nov 17 19:37:52 2013
New Revision: 258273
URL: http://svnweb.freebsd.org/changeset/base/258273
Log:
Add more obsolete files
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
Author: nwhitehorn
Date: Sun Nov 17 19:01:13 2013
New Revision: 258272
URL: http://svnweb.freebsd.org/changeset/base/258272
Log:
Use #address-cells and #size-cells here too instead of guessing. There is
some comment I wrote about these values "lying" in the negative diff, which
referes to an
Le 17/11/2013 18:46, Konstantin Belousov a écrit :
+/*
+ * Default to use monotonic timestamps for wait-for-vblank and page-flip
+ * complete events.
+ */
+unsigned int drm_timestamp_monotonic = 1;
+
Why do you need a variable there, instead of simply returning true
from the drm_getcap ? I do no
Author: nwhitehorn
Date: Sun Nov 17 18:27:07 2013
New Revision: 258271
URL: http://svnweb.freebsd.org/changeset/base/258271
Log:
Actually look up #address-cells instead of assuming it is correlated with
the Uninorth version number.
MFC after:2 weeks
Modified:
head/sys/powerpc/power
On 11/17/13 12:14, Eitan Adler wrote:
On Sun, Nov 17, 2013 at 12:03 AM, Nathan Whitehorn
wrote:
Modified: head/sys/powerpc/fpu/fpu_explode.c
==
--- head/sys/powerpc/fpu/fpu_explode.c Sun Nov 17 03:11:36 2013
(r
On Sun, Nov 17, 2013 at 12:03 AM, Nathan Whitehorn
wrote:
> Modified: head/sys/powerpc/fpu/fpu_explode.c
> ==
> --- head/sys/powerpc/fpu/fpu_explode.c Sun Nov 17 03:11:36 2013
> (r258249)
> +++ head/sys/powerpc/fp
Author: dteske
Date: Sun Nov 17 18:12:17 2013
New Revision: 258270
URL: http://svnweb.freebsd.org/changeset/base/258270
Log:
Add a try-include word (which acts the same as "include") and use it to
conditionally include (but ignore failures) /boot/loader.rc.local and
/boot/menu.rc.local -- to
Author: dteske
Date: Sun Nov 17 18:07:10 2013
New Revision: 258269
URL: http://svnweb.freebsd.org/changeset/base/258269
Log:
Refactor draw-beastie function.
Discussed on: -hackers
Modified:
head/sys/boot/forth/beastie.4th
Modified: head/sys/boot/forth/beastie.4th
===
Author: nwhitehorn
Date: Sun Nov 17 18:03:03 2013
New Revision: 258268
URL: http://svnweb.freebsd.org/changeset/base/258268
Log:
Do not assume a value for #address-cells when parsing the OF translations
map. This allows the kernel to get farther with OpenBIOS on 64-bit CPUs.
Modified:
head/
Author: dteske
Date: Sun Nov 17 17:53:55 2013
New Revision: 258267
URL: http://svnweb.freebsd.org/changeset/base/258267
Log:
Fix package installation from physical media such as DVD.
Discussed with: re (gjb)
MFC after:3 days
Modified:
head/usr.sbin/bsdconfig/share/media/http.
Author: dteske
Date: Sun Nov 17 17:48:55 2013
New Revision: 258266
URL: http://svnweb.freebsd.org/changeset/base/258266
Log:
Always shutdown the media when we're exiting the packages module (prevents
errors on re-entry for physical media). Also, while we're here, stop
ejecting the CDROM when
On Sun, Nov 17, 2013 at 04:07:53PM +, Jean-Sebastien Pedron wrote:
> Author: dumbbell
> Date: Sun Nov 17 16:07:52 2013
> New Revision: 258262
> URL: http://svnweb.freebsd.org/changeset/base/258262
>
> Log:
> drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capability
>
> This fixes DPMS with KD
Author: dteske
Date: Sun Nov 17 17:42:15 2013
New Revision: 258265
URL: http://svnweb.freebsd.org/changeset/base/258265
Log:
Improve debugging with f_eval_catch() introduced by SVN r257784 and also
fix a bug where "pkg update" was not getting the value of PACKAGESITE.
NB: PACKAGESITE needs t
Author: dteske
Date: Sun Nov 17 17:35:51 2013
New Revision: 258264
URL: http://svnweb.freebsd.org/changeset/base/258264
Log:
Kick an unused orphan to the curb ;)
Modified:
head/usr.sbin/bsdconfig/share/packages/packages.subr
Modified: head/usr.sbin/bsdconfig/share/packages/packages.subr
Author: dteske
Date: Sun Nov 17 17:31:07 2013
New Revision: 258263
URL: http://svnweb.freebsd.org/changeset/base/258263
Log:
Move function name declaration to top of function (where it is closest to
the value it needs to be), s/fname/funcname/g, and move function name usage
to within printf
Author: dumbbell
Date: Sun Nov 17 16:07:52 2013
New Revision: 258262
URL: http://svnweb.freebsd.org/changeset/base/258262
Log:
drm: Support DRM_CAP_TIMESTAMP_MONOTONIC capability
This fixes DPMS with KDE and radeonkms. Without this, the display would
freeze when the monitor is put into sl
Author: gjb
Date: Sun Nov 17 15:58:13 2013
New Revision: 258261
URL: http://svnweb.freebsd.org/changeset/base/258261
Log:
MFC r258101:
Since the doc/ toolchain conversion to docbook 5.0, JADETEX
is no longer a valid option, so remove 'WITHOUT_JADETEX=yes'
from PBUILD_FLAGS.
Wh
Author: glebius
Date: Sun Nov 17 15:14:07 2013
New Revision: 258260
URL: http://svnweb.freebsd.org/changeset/base/258260
Log:
In r257692 I intentionally deleted code that handled P2P interfaces
with equal addresses on both sides. It appeared that OpenVPN uses
such configutations.
Submit
Author: nwhitehorn
Date: Sun Nov 17 15:12:03 2013
New Revision: 258259
URL: http://svnweb.freebsd.org/changeset/base/258259
Log:
Unify handling of illegal instruction faults between AIM and Book-E. This
allows FPU emulation on AIM as well as providing support for the mfpvr
and lwsync instruc
Author: trociny
Date: Sun Nov 17 15:09:39 2013
New Revision: 258258
URL: http://svnweb.freebsd.org/changeset/base/258258
Log:
Deregister helper hooks on vnet destroy.
Modified:
head/sys/netinet/tcp_subr.c
Modified: head/sys/netinet/tcp_subr.c
=
Author: nwhitehorn
Date: Sun Nov 17 14:44:22 2013
New Revision: 258257
URL: http://svnweb.freebsd.org/changeset/base/258257
Log:
Split the function of the PCB_FPU flags into two: PCB_FPU now indicates that
the actual FPU is enabled, while PCB_FPREGS indicates that the FPU state
structure in
Author: mav
Date: Sun Nov 17 14:07:00 2013
New Revision: 258256
URL: http://svnweb.freebsd.org/changeset/base/258256
Log:
Fix umastat build on present kernel.
Modified:
head/tools/tools/umastat/umastat.c
Modified: head/tools/tools/umastat/umastat.c
===
36 matches
Mail list logo