Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 04:31:28 UTC Now

2013-02-17 01:26:47 UTC MAIN commitmail json YAML

2013-02-17 01:26:20 UTC MAIN commitmail json YAML

rename enum_t to avoid rpc/types.h lossage.

(christos)

2013-02-17 01:20:57 UTC MAIN commitmail json YAML

2013-02-17 00:36:40 UTC MAIN commitmail json YAML

Create a manifest on windows if the filename requires it, so that it does
not need UAC to execute.

(christos)

2013-02-17 00:36:00 UTC MAIN commitmail json YAML

Add a hook to create a manifest file if needed under cygwin

(christos)

2013-02-17 00:34:35 UTC MAIN commitmail json YAML

2013-02-17 00:34:11 UTC MAIN commitmail json YAML

cygwin defines u_quad_t in <rpc/types.h>, so include this to the headers
we include and test by default.

(christos)

2013-02-17 00:32:43 UTC MAIN commitmail json YAML

- Provide HOSTEXEEXT if NOCOMPATLIB
- merge a variable for readability and add an exe suffix where needed.

(christos)

2013-02-16 21:40:59 UTC MAIN commitmail json YAML

Note the import of Lutok 0.2

(jmmv)

2013-02-16 21:40:46 UTC MAIN commitmail json YAML

2013-02-16 21:29:51 UTC MAIN commitmail json YAML

2013-02-16 21:11:17 UTC MAIN commitmail json YAML

2013-02-16 18:06:44 UTC MAIN commitmail json YAML

When searching for an active thread (e.g. right after switching to threaded
mode), if no lwp is signaled, just stay with the current (inferior_ptid.lwp).
This fixes gdb -p to a threaded process with all threads active.
Previously we eroneously restored an lwp of 0 (returned as sentinel from
ptrace) to inferior_ptid.lwp, which then would not match any thread in
thread_list and caused assertion failures.

(martin)

2013-02-16 17:00:21 UTC MAIN commitmail json YAML

Rename 'setup' host tool to 'mkdata' to make UAC happen when building with Cygwin.

(jmcneill)

2013-02-16 16:30:28 UTC MAIN commitmail json YAML

Rename 'setup' host tool to 'mkdata' to make UAC happy when building with Cygwin.

(jmcneill)

2013-02-16 15:06:53 UTC MAIN commitmail json YAML

src/external/bsd/lutok/dist/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/AUTHORS@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/Atffile@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/COPYING@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/Kyuafile@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/NEWS@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/README@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/c_gate.cpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/c_gate.hpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/c_gate_test.cpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/debug.cpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/debug.hpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/debug_test.cpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/examples/bindings.cpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/examples/hello.cpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/examples/interpreter.cpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/examples/raii.cpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/examples_test.sh@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/exceptions.cpp@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/lutok/dist/dist/exceptions.hpp@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 26 files)
Initial import of Lutok, version 0.2.

This is a required component of Kyua and its build will be guarded by
the MKKYUA knob.  core@ has approved this import.

Description:

Lutok is a lightweight C++ API library for Lua.

Lutok provides thin C++ wrappers around the Lua C API to ease the
interaction between C++ and Lua.  These wrappers make intensive use of
RAII to prevent resource leakage, expose C++-friendly data types, report
errors by means of exceptions and ensure that the Lua stack is always
left untouched in the face of errors.  The library also provides a small
subset of miscellaneous utility functions built on top of the wrappers.

Lutok focuses on providing a clean and safe C++ interface; the drawback
is that it is not suitable for performance-critical environments.  In
order to implement error-safe C++ wrappers on top of a Lua C binary
library, Lutok adds several layers or abstraction and error checking
that go against the original spirit of the Lua C API and thus degrade
performance.

Status:

Vendor Tag: GOOGLE-CODE
Release Tags: lutok-0-2

(jmmv)

2013-02-16 15:00:44 UTC MAIN commitmail json YAML

Add ATFFILE_EXTRA_TPS.

The new ATFFILE_EXTRA_TPS variable can hold a set of test programs or
subdirectories to be added to the generated Atffile, without needing these
to be built by the current Makefile.

This is to be used in conjunction with MK* knobs and external/ so that
a 3rd-party component can place its tests in the corresponding tests/
directory and have the parent Atffile recognize them.

An alternative would be to use 'tp-glob' in the Atffile and list the names
of the directories/tests that may or may not exist.  However, this would
require providing manually-crafted Atffiles -- and because the majority are
auto-generated, there would be some confusion.

(jmmv)

2013-02-16 13:45:45 UTC MAIN commitmail json YAML

two more type casts after type changes

(para)

2013-02-16 13:37:01 UTC MAIN commitmail json YAML

2013-02-16 13:33:10 UTC MAIN commitmail json YAML

2013-02-16 13:29:35 UTC MAIN commitmail json YAML

using the proper types eliminate a whole bunch of casts

(christos)

2013-02-16 12:44:26 UTC MAIN commitmail json YAML

Move tests for examples from tests/examples to tests/share/examples.

This is to match the layout of the installed and source files more closely.
While doing this, honor the MKSHARE variable, as the files these tests
validate are only installed when MKSHARE=yes.

(jmmv)

2013-02-16 06:49:59 UTC MAIN commitmail json YAML

Add PRIxBUSADDR, etal

(matt)

2013-02-16 06:49:43 UTC MAIN commitmail json YAML

Use KASSERT* in preference to #ifdef DIAGNOSTIC / panic

(matt)

2013-02-16 02:39:27 UTC MAIN commitmail json YAML

we need utsname all the time.

(christos)

2013-02-16 02:11:11 UTC MAIN commitmail json YAML

Set .MAKE.OS to utsname.sysname so we can tell bogus OS's apart early in
the build process.

(christos)

2013-02-15 23:56:32 UTC MAIN commitmail json YAML

2013-02-15 23:27:19 UTC MAIN commitmail json YAML

look at my index finger

(christos)

2013-02-15 22:38:51 UTC matt-nb6-plus commitmail json YAML

#include <arm/cdefs.h> to get _ARM_ARCH_DWORD_OK

(matt)

2013-02-15 22:35:39 UTC MAIN commitmail json YAML

#include <arm/cdefs.h> to get _ARM_ARCH_DWORD_OK

(matt)

2013-02-15 22:14:21 UTC MAIN commitmail json YAML

Fix debug entries after the import of atf 0.17.

(jmmv)

2013-02-15 21:03:18 UTC MAIN commitmail json YAML

Use Nx, fix typo.

(wiz)

2013-02-15 20:07:06 UTC MAIN commitmail json YAML

2013-02-15 19:49:49 UTC MAIN commitmail json YAML

Add the MKKYUA knob.

MKKYUA defaults to no and will remain as such until the import is complete
and validated.

This knob does not currently have any effects on the build as nothing relies
on it yet.  Upcoming imports and changes in this area will all be guarded by
this flag.

(jmmv)

2013-02-15 17:46:53 UTC MAIN commitmail json YAML

Fix wrong calculation of destination pointer in writes.

Existing calculation of destination pointer was always causing unnecessary erases of SPI Flash memory and was always writing each consecutive 2048 byte blocks of data into the same address of the SPI Flash memory. This commit fixes issue with writes of multiple blocks using 'dd' tool.

Patch from Semihalf.
Author: Michal Dubiel <md@semihalf.com>

(rkujawa)

2013-02-15 17:44:41 UTC MAIN commitmail json YAML

Fix usage of uninitialised variable holding number of slave devices.
The sc_nslaves has to be initialised before it is used in allocation of a memory holding save devices' configuration, otherwise slave drivers are causing kernel crashes.

Patch from Semihalf.
Author: Michal Dubiel <md@semihalf.com>

(rkujawa)

2013-02-15 17:09:38 UTC MAIN commitmail json YAML

2013-02-15 17:09:10 UTC MAIN commitmail json YAML

2013-02-15 17:08:35 UTC MAIN commitmail json YAML

2013-02-15 17:08:01 UTC MAIN commitmail json YAML

2013-02-15 17:07:10 UTC MAIN commitmail json YAML

Track transfer state better to avoid races between the workqueue and
aborting.

(skrll)

2013-02-15 17:04:22 UTC MAIN commitmail json YAML

Import atf 0.17:

Experimental version released on February 14th, 2013.

* Added the atf_utils_cat_file, atf_utils_compare_file,
  atf_utils_copy_file, atf_utils_create_file, atf_utils_file_exists,
  atf_utils_fork, atf_utils_grep_file, atf_utils_grep_string,
  atf_utils_readline, atf_utils_redirect and atf_utils_wait utility
  functions to atf-c-api.  Documented the already-public
  atf_utils_free_charpp function.

* Added the cat_file, compare_file, copy_file, create_file, file_exists,
  fork, grep_collection, grep_file, grep_string, redirect and wait
  functions to the atf::utils namespace of atf-c++-api.  These are
  wrappers around the same functions added to the atf-c-api library.

* Added the ATF_CHECK_MATCH, ATF_CHECK_MATCH_MSG, ATF_REQUIRE_MATCH and
  ATF_REQUIRE_MATCH_MSG macros to atf-c to simplify the validation of a
  string against a regular expression.

* Miscellaneous fixes for manpage typos and compilation problems with
  clang.

* Added caching of the results of those configure tests that rely on
  executing a test program.  This should help crossbuild systems by
  providing a mechanism to pre-specify what the results should be.

* PR bin/45690: Make atf-report convert any non-printable characters to
  a plain-text representation (matching their corresponding hexadecimal
  entities) in XML output files.  This is to prevent the output of test
  cases from breaking xsltproc later.

Status:

Vendor Tag: TNF
Release Tags: atf-0-17

(jmmv)

2013-02-15 15:01:18 UTC MAIN commitmail json YAML

res_send has been done

(christos)

2013-02-15 14:08:25 UTC MAIN commitmail json YAML

- make all filedescriptors close-on-exec
- use SOCK_NOSIGPIPE.
- add kqueue handling (not enabled by default, from FreeBSD)
- add RES_INSECURE1 handling (from FreeBSD)

(christos)

2013-02-15 09:25:03 UTC MAIN commitmail json YAML

While we are using softfloat for 128 bit long double values, make fpsetround
update the softfloat rounding mode as well.

(martin)

2013-02-15 09:24:05 UTC MAIN commitmail json YAML

Make all conversions from 128bit (long double) floats to integral types
use rounding towards zero (casts to int/long are not affected by current
rounding mode).
Fixes PR port-sparc64/47535.

(martin)

2013-02-15 08:23:17 UTC netbsd-6 commitmail json YAML

2013-02-15 08:21:21 UTC netbsd-6 commitmail json YAML

Fix a locking error in the last commit for ticket #813.

(msaitoh)

2013-02-15 07:59:37 UTC MAIN commitmail json YAML

Backout libm dependency here as well (assuming it was meant for the
backed-out use of floor() I added/removed yesterday)

(martin)

2013-02-15 03:56:11 UTC MAIN commitmail json YAML

2013-02-15 03:55:51 UTC MAIN commitmail json YAML

2013-02-15 03:36:32 UTC netbsd-6 commitmail json YAML

2013-02-15 03:35:52 UTC netbsd-6 commitmail json YAML

Commit another file missed from ticket 813. (Raspberry Pi support)

(riz)

2013-02-15 01:03:43 UTC MAIN commitmail json YAML

Actually use the calculated uboundary.

(matt)

2013-02-15 01:02:59 UTC matt-nb6-plus commitmail json YAML

Actually use the calculated uboundary

(matt)

2013-02-15 00:29:45 UTC MAIN commitmail json YAML

More fixes from J.R. Oldroyd:

- I have added a call to memset() to clear the mbibuff on
  each loop.  Since we're dealing with possibly broken
  multibyte sequences, clearing it will avoid problems with
  a new input sequence possibly being confused by extra
  bytes still there from the last iteration.  wctomb(),
  which is used to fill that buffer, does not append a NUL.

- I have added a (char) cast when copying single bytes into
  the input buffer after a multibyte conversion error.

- In the call to strvisx() the count must be 1, not mbilen
  which can be 2 or 3 etc for a multibyte character.  This
  value is a count of characters - not bytes - to process.
  It even says characters in the man page.  In vis(3) I
  am interpreting this value to mean multibyte characters.

(christos)

2013-02-15 00:28:10 UTC MAIN commitmail json YAML

More fixes from: J.R. Oldroyd
- The input loop control that I changed yesterday to:
while (mbslength >= 0) {
  There are circumstances where this causes an extra \000 to
  be added at the end of some tests.  This error was showing
  in my own tests here, but I did not notice it yesterday.
  (I really need to add my tests to the test suite, catching
  every error by eye is hard.)  To fix, I've now changed the
  code to increment mbslength only if mbslength == 1 to start
  with.  (Note that this check for "== 1" is why the arg to
  strvisx() in vis(1) must be 1, not mbilen.)

- The cast sequence when manually inserting bytes after a
  multibyte conversion error:
*src = (wint_t)(u_char)*mbsrc;
  is wrong.  This is causing problems in the case when an
  8859-1 input string is processed in the UTF-8 locale.
  It needs to be:
*src = (wint_t)*mbsrc;
  Without the (u_char) all the locale mismatch combinations
  then work.

- The code:
if (mblength < len)
len = mblength;
  needs to be there.  It resets len for the single character
  input case after we've actually processed two input
  characters (c and nextc) because we incremented mbslength
  at the start of the loop.  Without this code, single
  character conversions end up with a \000 or other byte
  appended.

(christos)

2013-02-15 00:13:07 UTC MAIN commitmail json YAML

don't use [ -f $i ] && cat $i, since we are using -e

(christos)

2013-02-14 22:21:09 UTC netbsd-6 commitmail json YAML

2013-02-14 22:13:59 UTC netbsd-6 commitmail json YAML

Pull up revisions:
  src/sys/kern/uipc_socket.c revision 1.213
  src/sys/kern/uipc_syscalls.c revision 1.160
(requested by christos in ticket #822).

PR/47569: Valery Ushakov: SOCK_NONBLOCK does not work because it does not
set SS_NBIO.
XXX: there are too many flags that mean the same thing in too many places=
,
and too many flags that mean the same thing and are different.

(jdc)

2013-02-14 22:12:10 UTC netbsd-6 commitmail json YAML

Pull up revision 1.15 (requested by martin in ticket #821).

We have an implicit 1 MSB bit in the mantissa. Pointed out by Matt Thomas.
Fixes PR port-sparc64/47536.

(jdc)

2013-02-14 22:08:28 UTC netbsd-6 commitmail json YAML

Pull up revisions:
  src/sys/dev/pci/if_wm.c revision 1.243
  src/sys/dev/pci/if_wmvar.h revision 1.14
(requested by msaitoh in ticket #820).

Use 82580(and I350) specific PHY read/write functions.
Fixes PR#47542.

(jdc)

2013-02-14 22:06:18 UTC netbsd-6 commitmail json YAML

Pull up revisions:
  src/usr.bin/nbperf/nbperf-bdz.c revision 1.7
  src/usr.bin/nbperf/nbperf.1 revision 1.6
  src/usr.bin/nbperf/nbperf.c revision 1.5
  src/usr.bin/nbperf/nbperf.h revision 1.4
(requested by joerg in ticket #819).

bdz -> bpz to match the initials of the authors.

(jdc)

2013-02-14 21:57:59 UTC MAIN commitmail json YAML

PR/47569: Valery Ushakov: SOCK_NONBLOCK does not work because it does not
set SS_NBIO.
XXX: there are too many flags that mean the same thing in too many places,
and too many flags that mean the same thing and are different.

(christos)

2013-02-14 21:50:41 UTC netbsd-6 commitmail json YAML

Clean up trailing CRs accidentally introduced during the ticket 813
pullup.

(riz)

2013-02-14 21:46:41 UTC netbsd-6 commitmail json YAML

2013-02-14 21:44:11 UTC netbsd-6 commitmail json YAML

Pull up revision 1.15 as the second part of a fix for ticket 818.

(riz)

2013-02-14 21:43:10 UTC netbsd-6 commitmail json YAML

2013-02-14 21:38:50 UTC netbsd-6 commitmail json YAML

Fix the revision list for ticket 813.

(riz)

2013-02-14 21:38:01 UTC netbsd-6 commitmail json YAML

Pull up revision 1.6 of rpi_machdep.c to fix ticket #813.

(riz)

2013-02-14 21:29:36 UTC MAIN commitmail json YAML

2013-02-14 21:07:26 UTC MAIN commitmail json YAML

2013-02-14 20:53:27 UTC MAIN commitmail json YAML

when using /dev/wskbd* we need to close the device when VT switching out of
X, and open it again when switching back

(macallan)

2013-02-14 19:18:38 UTC MAIN commitmail json YAML

2013-02-14 18:23:46 UTC MAIN commitmail json YAML

PR/47657: Steffen "Daode" Nurpmeso: quoted printable CTE exceeds RFC limit.
- Encapsulated all the content-transfer-encoding stuff in mime_codecs.c
- Replaced calls of strtol(3) with a handcrafted version that allows simple
  error checking by testing the return value. This allows to easily add
  special code to handle illegal QP sequences.

(christos)

2013-02-14 17:12:24 UTC MAIN commitmail json YAML

When converting long double values to decimal, convert to int via a call
to floor(), so the conversion does not depend on current rounding mode.
Fixes PR port-sparc64/47535.

(martin)

2013-02-14 16:16:25 UTC MAIN commitmail json YAML

2013-02-14 16:13:38 UTC MAIN commitmail json YAML

call ioctl(WSDISPLAYIO_SMODE, ...) in EnterTV/LeaveVT so kernel graphics
drivers get notified when we switch in and out of X

(macallan)

2013-02-14 15:42:31 UTC MAIN commitmail json YAML

Make sure LIBGCC_MACHINE_ARCH is always defined.

(matt)

2013-02-14 14:00:01 UTC MAIN commitmail json YAML

do the encoding character by character instead of failing on encoding mismatch

(christos)

2013-02-14 13:57:53 UTC MAIN commitmail json YAML

2013-02-14 12:44:16 UTC MAIN commitmail json YAML

Fix thinko in previous (and misleading comment): stop ignoring table
entries for to be ignored devices.

(martin)

2013-02-14 12:14:14 UTC MAIN commitmail json YAML

Rearrange the special mainbus device list to allow for optional entries.
Fixes a panic on all SUN4M machines w/o an sx graphics adapter.
XXX the "ignore devices at mainbus" list seems to be ignored - or am I
missing something?

(martin)

2013-02-14 10:54:55 UTC MAIN commitmail json YAML

Make it possible to manually specify the top level directory; for cases
where the target hierarchy is outside of the main tree.

(pooka)

2013-02-14 09:34:46 UTC MAIN commitmail json YAML

We have an implicit 1 MSB bit in the mantissa. Pointed out by Matt Thomas.
Fixes PR port-sparc64/47536.

(martin)

2013-02-14 09:31:48 UTC MAIN commitmail json YAML

Fix typo in error code; from Henning Petersen in PR 47565.
While here, sort errors.

(wiz)

2013-02-14 09:27:26 UTC MAIN commitmail json YAML

Remove .fpu since it's not needed

(matt)

2013-02-14 09:24:50 UTC MAIN commitmail json YAML

Use right macro for __strong_alias

(matt)

2013-02-14 09:23:40 UTC MAIN commitmail json YAML

Define a strong alias, not a weak one

(matt)

2013-02-14 09:22:18 UTC MAIN commitmail json YAML

Define LIBGCC_MACHINE_ARCH so correct files are used o32 libgcc.

(matt)

2013-02-14 09:19:28 UTC MAIN commitmail json YAML

For compat, use LIBGCC_MACHINE_ARCH (which defaults to MACHINE_ARCH).
When generating .hidden stub, use ${COPTS}

(matt)

2013-02-14 08:56:59 UTC MAIN commitmail json YAML

Mark up LC_CTYPE with Ev (didn't I just do this? :) ).

(wiz)

2013-02-14 08:56:56 UTC MAIN commitmail json YAML

Deal with an implicit NBIT

(matt)

2013-02-14 08:56:21 UTC MAIN commitmail json YAML

Define LDBL_IMPLICIT_NBIT

(matt)

2013-02-14 08:24:59 UTC matt-nb6-plus commitmail json YAML

2013-02-14 08:24:39 UTC MAIN commitmail json YAML

Make sync counters only count when caches ops are performed.

(matt)

2013-02-14 08:09:00 UTC matt-nb6-plus commitmail json YAML

2013-02-14 08:08:18 UTC matt-nb6-plus commitmail json YAML

2013-02-14 08:07:35 UTC MAIN commitmail json YAML

Rework counters.
Get rid of a badly done goto.
Properly deal with boundary in bus_dmamem_alloc_range.

(matt)

2013-02-14 07:26:24 UTC MAIN commitmail json YAML

Add BUSDMA_COUNTERS option

(matt)

2013-02-14 03:36:45 UTC MAIN commitmail json YAML

2013-02-14 03:02:47 UTC MAIN commitmail json YAML

Since the libraries are produced with different MK flags than the programs,
we check for existance of the files instead of the MK flags.

(christos)

2013-02-14 02:53:00 UTC MAIN commitmail json YAML

2013-02-14 01:58:00 UTC MAIN commitmail json YAML

2013-02-14 01:57:43 UTC MAIN commitmail json YAML

2013-02-14 01:21:26 UTC MAIN commitmail json YAML

2013-02-14 01:12:53 UTC matt-nb6-plus commitmail json YAML

2013-02-14 01:12:39 UTC MAIN commitmail json YAML

fix writebuf draining fix.

(matt)

2013-02-14 01:06:05 UTC MAIN commitmail json YAML

2013-02-14 01:00:08 UTC MAIN commitmail json YAML

Fix some screw cases in cmsg file descriptor passing.

- Don't leave garbage in the control buffer if allocating file
descriptors fails in unp_externalize.

- Scrub the space between CMSG_LEN and CMSG_SPACE to avoid kernel
memory disclosure in unp_externalize.

- Don't read past cmsg_len when closing file descriptors that
couldn't get delivered, in free_rights.

ok christos

(riastradh)

2013-02-14 00:55:26 UTC MAIN commitmail json YAML

Make LDBL_NBIT and mask_nbit_l have no effect.

(matt)

2013-02-14 00:54:12 UTC MAIN commitmail json YAML

Deal with MKPICLIB=no fallout

(matt)

2013-02-14 00:53:31 UTC MAIN commitmail json YAML

2013-02-14 00:52:03 UTC MAIN commitmail json YAML

Add missing libnetpgpverify.so

(matt)

2013-02-13 23:54:05 UTC matt-nb6-plus commitmail json YAML

2013-02-13 23:52:45 UTC matt-nb6-plus commitmail json YAML

2013-02-13 23:52:18 UTC matt-nb6-plus commitmail json YAML

2013-02-13 23:52:03 UTC matt-nb6-plus commitmail json YAML

2013-02-13 23:25:28 UTC MAIN commitmail json YAML

Turn on bounce buffering.

(matt)

2013-02-13 23:19:14 UTC MAIN commitmail json YAML

Keep the built-in support for passwd -k, but don't make the kpasswd link or
install the kpasswd man page since these are provided by heimdal. I ifdef'ed
them so that the code to install them is still with the Makefile.

(christos)

2013-02-13 23:14:35 UTC MAIN commitmail json YAML

Some armv7 fixes for speculative tlb loads.

(matt)

2013-02-13 23:10:58 UTC MAIN commitmail json YAML

simplify cache range op

(matt)

2013-02-13 23:09:39 UTC MAIN commitmail json YAML

Fix two fencepoint errors.

(matt)

2013-02-13 23:08:46 UTC MAIN commitmail json YAML

bounce buffer fixes + convert some kassert -> kassertmsg

(matt)

2013-02-13 22:28:41 UTC MAIN commitmail json YAML

don't allow NULL for extra

(christos)

2013-02-13 22:24:48 UTC MAIN commitmail json YAML

Multi-byte docs and fixes for > 2 mblen charsets from J.R. Oldroyd

(christos)

2013-02-13 22:19:48 UTC MAIN commitmail json YAML

Mark up LC_CTYPE as environment variable.

(wiz)

2013-02-13 22:19:18 UTC MAIN commitmail json YAML

remove patch botches.

(christos)

2013-02-13 22:17:13 UTC MAIN commitmail json YAML

multi-byte doc from J.R. Oldroyd

(christos)

2013-02-13 22:15:44 UTC MAIN commitmail json YAML

Fix from J.R. Oldroyd for wide chars > 2

(christos)

2013-02-13 20:52:41 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #818):
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c: revision 1.14
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c: revision 1.15
external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile: revision 1.32
external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile: revision 1.15
sys/dev/wsfb/genfb.c: revision 1.49
distrib/sets/lists/xserver/md.evbarm: revision 1.1
sys/dev/wscons/wsdisplay_vconsvar.h: revision 1.22
external/mit/xorg/server/xorg-server/Makefile.common: revision 1.24
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb.h: revision 1.4
external/mit/xorg/server/drivers/Makefile: revision 1.61
sys/dev/wsfb/genfb.c: revision 1.50
enable X11 build for evbarm.
aprint_verbose -> aprint_debug
WSDISPLAY_TYPE_VC4 framebuffer is BGR
for WSDISPLAYIO_SMODE, if the bus ioctl handler returns EPASSTHROUGH, dont treat it as an error
default to swkbd mode on evbarm as well, now X without config should work
properly on BeagleBoard, RPi and the like
fix a typo in a comment
use WSDISPLAYIO_GET_FBINFO if available

(riz)

2013-02-13 20:52:07 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #818):
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c: revision 1.14
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb_driver.c: revision 1.15
external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/Makefile: revision 1.32
external/mit/xorg/server/drivers/xf86-input-keyboard/Makefile: revision 1.15
sys/dev/wsfb/genfb.c: revision 1.49
distrib/sets/lists/xserver/md.evbarm: revision 1.1
sys/dev/wscons/wsdisplay_vconsvar.h: revision 1.22
external/mit/xorg/server/xorg-server/Makefile.common: revision 1.24
xsrc/external/mit/xf86-video-wsfb/dist/src/wsfb.h: revision 1.4
external/mit/xorg/server/drivers/Makefile: revision 1.61
sys/dev/wsfb/genfb.c: revision 1.50
enable X11 build for evbarm.
aprint_verbose -> aprint_debug
WSDISPLAY_TYPE_VC4 framebuffer is BGR
for WSDISPLAYIO_SMODE, if the bus ioctl handler returns EPASSTHROUGH, dont treat it as an error
default to swkbd mode on evbarm as well, now X without config should work
properly on BeagleBoard, RPi and the like
fix a typo in a comment
use WSDISPLAYIO_GET_FBINFO if available

(riz)

2013-02-13 18:45:20 UTC MAIN commitmail json YAML

Move the list of source directories required by TOOLS_BUILDRUMP=yes from
the buildrump.sh repo to here.  While I don't expect the list to change
often, it's a function of the NetBSD source tree -r/-D and therefore
easier to maintain here.

(pooka)

2013-02-13 16:58:04 UTC MAIN commitmail json YAML

No functional change.
- Fix comment.
- Use macro.

(msaitoh)

2013-02-13 15:22:09 UTC MAIN commitmail json YAML

Handle invalid character sequences.

(christos)

2013-02-13 14:03:49 UTC MAIN commitmail json YAML

Make the spec_node table implementation private to spec_vnops.c.

To retrieve a spec_node, two new lookup functions (by device or by mount)
are implemented.  Both return a referenced vnode, for an opened block device
the opened vnode is returned so further diagnostic checks "vp == ... sd_bdevvp"
will not fire.  Otherwise any vnode matching the criteria gets returned.

No objections on tech-kern.

Welcome to 6.99.17

(hannken)

2013-02-13 13:58:44 UTC MAIN commitmail json YAML

2013-02-13 12:28:23 UTC MAIN commitmail json YAML

No functional change.
- "struct mii_data *mii = &sc->sc_mii" and use it.
- Add comments.
- Fix some comments.

(msaitoh)

2013-02-13 12:15:09 UTC MAIN commitmail json YAML

Match prototype with reality to fix tool build on platforms where
wint_t != int.

(pooka)

2013-02-13 08:00:48 UTC MAIN commitmail json YAML

Fix copy and paste miss introduced in rev 1.327.

(nakayama)

2013-02-13 04:58:18 UTC MAIN commitmail json YAML

explain we we want wide character support here.

(christos)

2013-02-13 04:52:31 UTC MAIN commitmail json YAML

handle wide chars

(christos)

2013-02-13 04:51:56 UTC MAIN commitmail json YAML

- check the results of the vis functions
- zero output to make sure things work
- don't use encodings that don't work
- fix the style on decoding

(christos)

2013-02-13 04:49:59 UTC MAIN commitmail json YAML

Wide char support from J.R. Oldroyd

(christos)

2013-02-13 04:22:36 UTC MAIN commitmail json YAML

2013-02-13 03:29:47 UTC netbsd-6 commitmail json YAML

2013-02-13 02:17:55 UTC MAIN commitmail json YAML

add a disk-image=target option

(christos)

2013-02-13 01:36:19 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #813):

etc/MAKEDEV.tmpl 1.160
etc/etc.evbarm/MAKEDEV.conf 1.9
external/broadcom/rpi-firmware/dist/LICENCE.broadcom 1.1
external/broadcom/rpi-firmware/dist/bootcode.bin 1.1
external/broadcom/rpi-firmware/dist/bootcode.bin 1.2
external/broadcom/rpi-firmware/dist/fixup.dat 1.1
external/broadcom/rpi-firmware/dist/fixup.dat 1.2
external/broadcom/rpi-firmware/dist/fixup_cd.dat 1.1
external/broadcom/rpi-firmware/dist/fixup_cd.dat 1.2
external/broadcom/rpi-firmware/dist/start.elf 1.1
external/broadcom/rpi-firmware/dist/start.elf 1.2
external/broadcom/rpi-firmware/dist/start_cd.elf 1.1
external/broadcom/rpi-firmware/dist/start_cd.elf 1.2
sys/arch/arm/broadcom/bcm2835_bsc.c 1.1 via patch
sys/arch/arm/broadcom/bcm2835_bscreg.h 1.1 via patch
sys/arch/arm/broadcom/bcm2835_dotg.c 1.1 via patch
sys/arch/arm/broadcom/bcm2835_emmc.c 1.7 via patch
sys/arch/arm/broadcom/bcm2835_genfb.c 1.4 via patch
sys/arch/arm/broadcom/bcm2835_gpio_subr.c 1.2 via patch
sys/arch/arm/broadcom/bcm2835_gpio_subr.h 1.1 via patch
sys/arch/arm/broadcom/bcm2835_gpioreg.h 1.1 via patch
sys/arch/arm/broadcom/bcm2835_intr.c 1.3 via patch
sys/arch/arm/broadcom/bcm2835_mbox.c 1.5 via patch
sys/arch/arm/broadcom/bcm2835_mbox.h 1.4 via patch
sys/arch/arm/broadcom/bcm2835_obio.c 1.17 via patch
sys/arch/arm/broadcom/bcm2835_pm.c 1.2 via patch
sys/arch/arm/broadcom/bcm2835_rng.c 1.3 via patch
sys/arch/arm/broadcom/bcm2835_space.c 1.5 via patch
sys/arch/arm/broadcom/bcm2835_spi.c 1.1 via patch
sys/arch/arm/broadcom/bcm2835_spireg.h 1.1 via patch
sys/arch/arm/broadcom/bcm2835_tmr.c 1.3 via patch
sys/arch/arm/broadcom/bcm2835reg.h 1.10 via patch
sys/arch/arm/broadcom/files.bcm2835 1.14 via patch
sys/arch/evbarm/conf/RPI 1.23 via patch
sys/arch/evbarm/conf/files.rpi 1.3 via patch
sys/arch/evbarm/conf/mk.rpi 1.2 via patch
sys/arch/evbarm/conf/std.rpi 1.4 via patch
sys/arch/evbarm/rpi/rpi_machdep.c 1.34 via patch
sys/arch/evbarm/rpi/rpi_start.S 1.7 via patch
sys/arch/evbarm/rpi/rpi_vcmbox.c 1.2 via patch
sys/arch/evbarm/rpi/vcio.h 1.1 via patch
sys/arch/evbarm/rpi/vcprop.h 1.7 via patch
sys/conf/files patch
sys/dev/sdmmc/sdhc.c 1.43
sys/dev/sdmmc/sdhcvar.h 1.13
sys/dev/usb/dwc_otg.c 1.45 via patch
sys/dev/usb/dwc_otgreg.h 1.5 via patch
sys/dev/usb/dwc_otgvar.h 1.11 via patch
sys/dev/usb/files.usb 1.126 via patch
sys/dev/usb/if_smsc.c 1.7 via patch
sys/dev/usb/if_smscreg.h 1.1 via patch
sys/dev/usb/if_smscvar.h 1.1 via patch
sys/dev/usb/usbdevices.config patch
sys/dev/usb/usbdevs 1.633 via patch
sys/dev/usb/usbdevs.h regen
sys/dev/usb/usbdevs_data.h regen
sys/dev/wscons/wsconsio.h 1.105,1.107 via patch
sys/dev/wscons/wsdisplayvar.h 1.50
sys/dev/wscons/wsdisplay_util.c 1.2
sys/dev/videomode/edid.c 1.12 via patch

Greatly improved Raspberry Pi support.  USB and onboard
Ethernet should work.
[skrll, ticket #813]

(riz)

2013-02-13 00:40:29 UTC MAIN commitmail json YAML

Don't produce spurious errors when creating labels on files.

(christos)

2013-02-12 23:02:58 UTC MAIN commitmail json YAML

The file needs opt_multiprocessor to get the CR_CURCPU define.

(skrll)

2013-02-12 22:24:48 UTC MAIN commitmail json YAML

break some more long lines

(macallan)

2013-02-12 21:40:19 UTC MAIN commitmail json YAML

Use __HAVE_LONG_DOUBLE instead of EXT_EXPBITS and include s_nextafterl.c
as well as s_frexpl.c in the global list of "common" sources - as we
seem to have no arch redefining the standard double variant, it seems
unlikely we will have on redefining the long double version in assembler.

(martin)

2013-02-12 21:25:13 UTC MAIN commitmail json YAML

2013-02-12 21:17:38 UTC MAIN commitmail json YAML

support a hardware cursor

(macallan)

2013-02-12 21:17:17 UTC MAIN commitmail json YAML

be a little more consistent with register names

(macallan)

2013-02-12 20:55:37 UTC MAIN commitmail json YAML

2013-02-12 20:50:22 UTC MAIN commitmail json YAML

Remove a spurious '%' in "tech%nical"

(pgoyette)

2013-02-12 20:46:10 UTC MAIN commitmail json YAML

me.7 is supplied both by groff and here. Don't include both.

(christos)

2013-02-12 20:32:11 UTC MAIN commitmail json YAML

This has no business going to the crypto tree and building it.

(christos)

2013-02-12 20:31:14 UTC MAIN commitmail json YAML

mv the MKCRYPTO protection higher; ideally should be at the top for this

(christos)

2013-02-12 19:52:15 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/dist/Configure@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/apps/s_client.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/apps/s_server.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/opensslv.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/crypto/sparccpuid.S@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/doc/crypto/EVP_PKEY_verifyrecover.pod deleted
src/crypto/external/bsd/openssl/dist/ssl/d1_pkt.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/ssl/s3_clnt.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/dist/ssl/s3_pkt.c@1.12 / diff / nxr@1.12
src/crypto/external/bsd/openssl/dist/ssl/s3_srvr.c@1.13 / diff / nxr@1.13
src/crypto/external/bsd/openssl/dist/ssl/t1_lib.c@1.9 / diff / nxr@1.9
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3@1.7 / diff / nxr@1.7
      :
(more 325 files)
merge in 1.0.1e

(christos)

2013-02-12 19:16:38 UTC MAIN commitmail json YAML

Changes between 1.0.1d and 1.0.1e [11 Feb 2013]

  *) Correct fix for CVE-2013-0169. The original didn't work on AES-NI
    supporting platforms or when small records were transferred.
    [Andy Polyakov, Steve Henson]

Status:

Vendor Tag: OPENSSL
Release Tags: openssl-1-0-1e

(christos)

2013-02-12 19:14:50 UTC MAIN commitmail json YAML

Can you please tell us the module name that had the wrong version? Thanks.

(christos)

2013-02-12 15:06:40 UTC MAIN commitmail json YAML

Add inlines for cp10 (vfp) registers

(matt)

2013-02-12 15:05:26 UTC MAIN commitmail json YAML

More fully document FPEXC register

(matt)

2013-02-12 12:45:13 UTC MAIN commitmail json YAML

add extra space to root partition

(jmcneill)

2013-02-12 12:04:39 UTC MAIN commitmail json YAML

2013-02-12 08:21:49 UTC MAIN commitmail json YAML

Use __weak_alias instead of __weak_reference (obvious pasto)

(martin)

2013-02-12 03:11:43 UTC MAIN commitmail json YAML

Use 82580(and I350) specific PHY read/write functions.
Fixes PR#47542.

(msaitoh)

2013-02-12 02:52:13 UTC MAIN commitmail json YAML

Fix the strong alias correctly this time.

(matt)

2013-02-12 02:38:53 UTC MAIN commitmail json YAML

2013-02-12 02:24:42 UTC MAIN commitmail json YAML

Add two more si_trap fields (si_trap[23]) so more information can be passed
on a fault.

(matt)

2013-02-12 00:32:15 UTC MAIN commitmail json YAML

Fix some FPEXC bit definitions

(matt)

2013-02-11 23:11:49 UTC MAIN commitmail json YAML

don't build kpasswd; heimdal does it for us.

(christos)

2013-02-11 21:50:31 UTC netbsd-6 commitmail json YAML

2013-02-11 21:49:50 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #817):
usr.sbin/npf/npfctl/npfctl.8: revision 1.12
usr.sbin/npf/npfctl/npf.conf.5: revision 1.27
usr.sbin/npf/npfctl/npf_parse.y: revision 1.18
usr.sbin/npf/npfctl/npf_build.c: revision 1.20
usr.sbin/npf/npfctl/npfctl.c: revision 1.28
lib/libnpf/npf.c: revision 1.16
usr.sbin/npf/npfctl/npfctl.c: revision 1.29
lib/libnpf/npf.c: revision 1.17
sys/modules/npf/Makefile: revision 1.12
sys/net/npf/npf_rproc.c: revision 1.6
usr.sbin/npf/npftest/README: revision 1.4
sys/net/npf/npf_tableset.c: revision 1.17
sys/net/npf/npf_ctl.c: revision 1.21
sys/net/npf/npf_ctl.c: revision 1.22
usr.sbin/npf/npfctl/npfctl.h: revision 1.25
lib/libnpf/npf.h: revision 1.13
usr.sbin/npf/npftest/npftest.conf: revision 1.2
usr.sbin/npf/npfctl/npfctl.h: revision 1.26
sys/net/npf/npf_ruleset.c: revision 1.17
lib/libnpf/npf.h: revision 1.14
sys/net/npf/npf_ruleset.c: revision 1.18
sys/net/npf/npf_conf.c: revision 1.1
usr.sbin/npf/npfctl/npf_scan.l: revision 1.10
sys/net/npf/npf_conf.c: revision 1.2
sys/net/npf/npf_instr.c: revision 1.16
sys/net/npf/npf_handler.c: revision 1.26
sys/net/npf/npf_impl.h: revision 1.26
usr.sbin/npf/npfctl/npf_disassemble.c: revision 1.14
sys/net/npf/npf_processor.c: revision 1.15
sys/net/npf/npf_impl.h: revision 1.27
sys/net/npf/npf_alg_icmp.c: revision 1.15
usr.sbin/npf/npfctl/npf_disassemble.c: revision 1.15
usr.sbin/npf/npfctl/npf_disassemble.c: revision 1.16
sys/net/npf/npf_ncode.h: revision 1.11
sys/net/npf/files.npf: revision 1.10
usr.sbin/npf/npftest/Makefile: revision 1.4
usr.sbin/npf/npfctl/npfctl.c: revision 1.30
lib/libnpf/npf.3: revision 1.8
usr.sbin/npf/npftest/libnpftest/npf_rule_test.c: revision 1.4
sys/net/npf/npf_session.c: revision 1.21
usr.sbin/npf/npftest/libnpftest/npf_rule_test.c: revision 1.5
usr.sbin/npf/npfctl/npf_build.c: revision 1.18
usr.sbin/npf/npfctl/npf_build.c: revision 1.19
sys/net/npf/npf_alg.c: revision 1.7
usr.sbin/npf/npfctl/Makefile: revision 1.10
sys/net/npf/npf_inet.c: revision 1.21
sys/net/npf/npf.h: revision 1.26
sys/net/npf/npf.h: revision 1.27
usr.sbin/pf/ftp-proxy/Makefile: revision 1.8
sys/net/npf/npf_nat.c: revision 1.19
sys/net/npf/npf.c: revision 1.15
sys/net/npf/npf_state.c: revision 1.14
sys/net/npf/npf_sendpkt.c: revision 1.14
sys/rump/net/lib/libnpf/Makefile: revision 1.4
IPv6 linklocal address printing cosmetics
NPF:
- Implement dynamic NPF rules.  Controlled through npf(3) library of via
  npfctl rule command.  A rule can be removed using a unique identifier,
  returned on addition, or using a key which is SHA1 hash of the rule.
  Adjust npftest and add a regression test.
- Improvements to rule inspection mechanism.
- Initial BPF support as an alternative to n-code.
- Minor fixes; bump the version.
Disable -DWITH_NPF for now; will be converted to BPF mechanism.
- Fix NPF config reload with dynamic rules present.
- Implement list and flush commands on a dynamic ruleset.
Allow filtering on IP addresses even if the L4 protocol is unknown.
Patch from spz@.
npftest: adjust for recent change.

(riz)

2013-02-11 21:44:22 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #816):
sys/dev/usb/u3g.c: revision 1.26
Added the device id for the Huawei EM770W 3G modem to u3g(4)
Confirmed to work on a WeTab
ok christos@

(riz)

2013-02-11 21:39:39 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #815):
sys/arch/amd64/conf/XEN3_DOM0: revision 1.92
sys/arch/i386/conf/XEN3_DOM0: revision 1.72
Added wpi(4) to the XEN3_DOM0 kernel for both amd64 and i386
Tested on a Lenovo ThinkPad T60 2007 (amd64)

(riz)

2013-02-11 21:36:30 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #814):
sbin/wsconsctl/wsconsctl.h: revision 1.12
sbin/wsconsctl/mouse.c: revision 1.9
sbin/wsconsctl/mouse.c: revision 1.10
sbin/wsconsctl/util.c: revision 1.31
Added a field type for signed integers. This is required when handling
touchscreen calibration values, which is about to be implemented in
wsconsctl (see PR kern/45872).
Reviewed by uwe@ (thank you!)
Added a field type for signed integers. This is required when handling
touchscreen calibration values, which is about to be implemented in
wsconsctl (see PR kern/45872).
Reviewed by uwe@ (thank you!)
Added read-only support for touchscreen calibration (see PR kern/45872).
Tested with the uts(4) driver, as well as with mice without calibration
support.
Reviewed by uwe@ (thank you!)
Added complete support for touchscreen calibration (see PR kern/45872).
Tested with the uts(4) driver, as well as with mice without calibration
support.
Reviewed by uwe@ (thank you!)

(riz)

2013-02-11 21:07:54 UTC netbsd-6 commitmail json YAML

2013-02-11 21:05:25 UTC netbsd-6 commitmail json YAML

xsrc/external/mit/xf86-video-ati/dist/ChangeLog@1.1.1.9.2.1 / diff / nxr@1.1.1.9.2.1
xsrc/external/mit/xf86-video-ati/dist/INSTALL@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
xsrc/external/mit/xf86-video-ati/dist/Makefile.in@1.1.1.7.2.1 / diff / nxr@1.1.1.7.2.1
xsrc/external/mit/xf86-video-ati/dist/aclocal.m4@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/xf86-video-ati/dist/config.h.in@1.1.1.7.2.1 / diff / nxr@1.1.1.7.2.1
xsrc/external/mit/xf86-video-ati/dist/configure@1.1.1.9.2.1 / diff / nxr@1.1.1.9.2.1
xsrc/external/mit/xf86-video-ati/dist/configure.ac@1.1.1.9.2.1 / diff / nxr@1.1.1.9.2.1
xsrc/external/mit/xf86-video-ati/dist/ltmain.sh@1.1.1.4.2.1 / diff / nxr@1.1.1.4.2.1
xsrc/external/mit/xf86-video-ati/dist/man/Makefile.in@1.1.1.6.2.1 / diff / nxr@1.1.1.6.2.1
xsrc/external/mit/xf86-video-ati/dist/man/radeon.man@1.1.1.7.2.1 / diff / nxr@1.1.1.7.2.1
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.am@1.1.1.7.2.1 / diff / nxr@1.1.1.7.2.1
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.in@1.1.1.8.2.1 / diff / nxr@1.1.1.8.2.1
xsrc/external/mit/xf86-video-ati/dist/src/ati.c@1.1.1.2.2.1 / diff / nxr@1.1.1.2.2.1
xsrc/external/mit/xf86-video-ati/dist/src/ati.h@1.1.1.1.8.1 / diff / nxr@1.1.1.1.8.1
xsrc/external/mit/xf86-video-ati/dist/src/ati_pciids_gen.h@1.1.1.9.2.1 / diff / nxr@1.1.1.9.2.1
xsrc/external/mit/xf86-video-ati/dist/src/atipciids.h@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
xsrc/external/mit/xf86-video-ati/dist/src/atombios_crtc.c@1.1.1.7.2.1 / diff / nxr@1.1.1.7.2.1
xsrc/external/mit/xf86-video-ati/dist/src/atombios_output.c@1.1.1.8.2.1 / diff / nxr@1.1.1.8.2.1
xsrc/external/mit/xf86-video-ati/dist/src/cayman_reg.h@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
xsrc/external/mit/xf86-video-ati/dist/src/cayman_shader.c@1.1.1.1.2.1 / diff / nxr@1.1.1.1.2.1
      :
(more 56 files)
Pull up following revision(s) (requested by veego in ticket #812):

external/mit/xorg/server/drivers/xf86-video-radeon/Makefile patch
xsrc/external/mit/xf86-video-ati/dist/ChangeLog patch
xsrc/external/mit/xf86-video-ati/dist/INSTALL patch
xsrc/external/mit/xf86-video-ati/dist/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/aclocal.m4 patch
xsrc/external/mit/xf86-video-ati/dist/config.h.in patch
xsrc/external/mit/xf86-video-ati/dist/configure patch
xsrc/external/mit/xf86-video-ati/dist/configure.ac patch
xsrc/external/mit/xf86-video-ati/dist/ltmain.sh patch
xsrc/external/mit/xf86-video-ati/dist/man/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/man/radeon.man patch
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.am patch
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/src/ati.c patch
xsrc/external/mit/xf86-video-ati/dist/src/ati.h patch
xsrc/external/mit/xf86-video-ati/dist/src/ati_pciids_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/atipciids.h patch
xsrc/external/mit/xf86-video-ati/dist/src/atombios_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/atombios_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/cayman_reg.h patch
xsrc/external/mit/xf86-video-ati/dist/src/cayman_shader.c patch
xsrc/external/mit/xf86-video-ati/dist/src/compat-api.h patch
xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.c patch
xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.h patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_reg.h patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_shader.c patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_state.h patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/generic_bus.h patch
xsrc/external/mit/xf86-video-ati/dist/src/legacy_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_reg.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_shader.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_state.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r6xx_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_accelfuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_bios.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_chipinfo_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_chipset_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_commonfuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_cursor.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri2.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_driver.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_drm.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_funcs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_render.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_shared.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_shared.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_kms.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_legacy_memory.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_modes.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pci_chipset_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pci_device_match_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_video.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_vip.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_xvmc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre.c patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre200.c patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre_detect.c patch
xsrc/external/mit/xf86-video-ati/dist/src/pcidb/ati_pciids.csv patch
xsrc/external/mit/xf86-video-ati/include/config.h patch

Update Xorg ATI driver to version 6.14.6.
[veego, ticket #812]

NetBSD note: The libdrm requirement seems to be KMS related which we do
            not have.

* 6.14.6
  This version requires the latest libdrm 2.4.36 release, and fixes a few
  other bugs seen since 6.14.5.
* 6.14.5
  - add solid picture accel
  - tiling fixes
  - new pci ids
  - 6xx-9xx Xv improvements
  - support for upcoming xserver API changes
  - bug fixes

(riz)

2013-02-11 21:04:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by veego in ticket #812):

external/mit/xorg/server/drivers/xf86-video-radeon/Makefile patch
xsrc/external/mit/xf86-video-ati/dist/ChangeLog patch
xsrc/external/mit/xf86-video-ati/dist/INSTALL patch
xsrc/external/mit/xf86-video-ati/dist/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/aclocal.m4 patch
xsrc/external/mit/xf86-video-ati/dist/config.h.in patch
xsrc/external/mit/xf86-video-ati/dist/configure patch
xsrc/external/mit/xf86-video-ati/dist/configure.ac patch
xsrc/external/mit/xf86-video-ati/dist/ltmain.sh patch
xsrc/external/mit/xf86-video-ati/dist/man/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/man/radeon.man patch
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.am patch
xsrc/external/mit/xf86-video-ati/dist/src/Makefile.in patch
xsrc/external/mit/xf86-video-ati/dist/src/ati.c patch
xsrc/external/mit/xf86-video-ati/dist/src/ati.h patch
xsrc/external/mit/xf86-video-ati/dist/src/ati_pciids_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/atipciids.h patch
xsrc/external/mit/xf86-video-ati/dist/src/atombios_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/atombios_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/cayman_reg.h patch
xsrc/external/mit/xf86-video-ati/dist/src/cayman_shader.c patch
xsrc/external/mit/xf86-video-ati/dist/src/compat-api.h patch
xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.c patch
xsrc/external/mit/xf86-video-ati/dist/src/drmmode_display.h patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_reg.h patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_shader.c patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_state.h patch
xsrc/external/mit/xf86-video-ati/dist/src/evergreen_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/generic_bus.h patch
xsrc/external/mit/xf86-video-ati/dist/src/legacy_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_reg.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_shader.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_state.h patch
xsrc/external/mit/xf86-video-ati/dist/src/r600_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/r6xx_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_accel.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_accelfuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_atombios.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_bios.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_chipinfo_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_chipset_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_commonfuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_crtc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_cursor.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_dri2.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_driver.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_drm.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_funcs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_render.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_shared.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_exa_shared.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_kms.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_legacy_memory.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_modes.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_output.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pci_chipset_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_pci_device_match_gen.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_probe.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_video.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_textured_videofuncs.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_video.h patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_vip.c patch
xsrc/external/mit/xf86-video-ati/dist/src/radeon_xvmc.c patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre.c patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre200.c patch
xsrc/external/mit/xf86-video-ati/dist/src/theatre_detect.c patch
xsrc/external/mit/xf86-video-ati/dist/src/pcidb/ati_pciids.csv patch
xsrc/external/mit/xf86-video-ati/include/config.h patch

Update Xorg ATI driver to version 6.14.6.
[veego, ticket #812]

NetBSD note: The libdrm requirement seems to be KMS related which we do
            not have.

* 6.14.6
  This version requires the latest libdrm 2.4.36 release, and fixes a few
  other bugs seen since 6.14.5.
* 6.14.5
  - add solid picture accel
  - tiling fixes
  - new pci ids
  - 6xx-9xx Xv improvements
  - support for upcoming xserver API changes
  - bug fixes

(riz)

2013-02-11 20:44:40 UTC netbsd-6 commitmail json YAML

2013-02-11 20:43:01 UTC netbsd-6-0 commitmail json YAML

2013-02-11 20:42:51 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #811):
sys/kern/subr_pserialize.c: revision 1.7
- pserialize_switchpoint: check for passing twice, not more than needed.
- pserialize_perform: avoid a possible race with softint handler.
Reported by hannken@.

(riz)

2013-02-11 20:42:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #811):
sys/kern/subr_pserialize.c: revision 1.7
- pserialize_switchpoint: check for passing twice, not more than needed.
- pserialize_perform: avoid a possible race with softint handler.
Reported by hannken@.

(riz)

2013-02-11 20:39:28 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #810):
sys/dev/fss.c: revision 1.85
Lookup the block device mounted on from the specfs_hash table.
This doesn't belong here but makes it possible to pullup.
Fixes PR kern/47020 (fss(4) panic)

(riz)

2013-02-11 20:39:18 UTC netbsd-6-0 commitmail json YAML

2013-02-11 20:39:05 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #810):
sys/dev/fss.c: revision 1.85
Lookup the block device mounted on from the specfs_hash table.
This doesn't belong here but makes it possible to pullup.
Fixes PR kern/47020 (fss(4) panic)

(riz)

2013-02-11 18:11:20 UTC MAIN commitmail json YAML

2013-02-11 17:55:01 UTC MAIN commitmail json YAML

any arch that has fenv.[ch] can have fma as well (since fma uses fenv).

(matt)

2013-02-11 17:41:13 UTC MAIN commitmail json YAML

Add fma/fmaf/fmal for arm hard float which uses the VFP vmla instruction.

(matt)

2013-02-11 17:24:21 UTC MAIN commitmail json YAML

put back soelim, if MKGROFF is no so that we don't break the sets.

(christos)

2013-02-11 17:14:23 UTC MAIN commitmail json YAML

Don't build and install soelim anymore, because it got overwritten
anyway by the groff one and messed up the mtree unprived sets. If
we want to switch back to ours, we should probably add the extra
flags GNU added first.

(christos)

2013-02-11 16:02:32 UTC MAIN commitmail json YAML

As reported by several people, the signature of pthread_setname_np() varies
from one Linux distro to another (didn't suspect it to be *that* _np).
Comment out the call on Linux pending autoconf support.

(pooka)

2013-02-11 12:43:04 UTC MAIN commitmail json YAML

2013-02-11 09:26:07 UTC MAIN commitmail json YAML

Enable SSE2 support for amd64

(martin)

2013-02-11 07:29:21 UTC MAIN commitmail json YAML

FP_ILOGBNAN should be INT_MAX

(matt)

2013-02-11 04:57:22 UTC MAIN commitmail json YAML

2013-02-11 04:22:16 UTC netbsd-6 commitmail json YAML