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 (19m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 21:15:56 UTC Now

2016-10-23 18:40:52 UTC MAIN commitmail json YAML

Fixed WSCONS kernels. The cnprobe function must only be called when
MNTVA_CONSOLE is defined.

(phx)

2016-10-23 12:46:57 UTC MAIN commitmail json YAML

Sync with external/gpl3/binutils/dist/bfd/config.bfd for mips so we build
in the right vector set

(skrll)

2016-10-23 12:43:02 UTC MAIN commitmail json YAML

Sync with external/gpl3/binutils/dist/bfd/config.bfd for arm so we build
in the right vector set

(skrll)

2016-10-23 08:24:28 UTC MAIN commitmail json YAML

Remove unused variables.
Fixes the sh(1) build when DEBUG is enabled.

(abhinav)

2016-10-23 07:40:09 UTC MAIN commitmail json YAML

2016-10-23 07:33:15 UTC MAIN commitmail json YAML

PR toolchain/51557: gdb can't read core files

Register an iterate_over_regset_sections methods for armnbsd

(skrll)

2016-10-22 22:32:33 UTC MAIN commitmail json YAML

change sc_deferred to TAILQ (reusing bufq b_actq) to avoid possible buf leak
for MPSAFE drivers

(jdolecek)

2016-10-22 22:02:55 UTC MAIN commitmail json YAML

2016-10-22 21:55:06 UTC MAIN commitmail json YAML

2016-10-22 20:33:51 UTC MAIN commitmail json YAML

add LIBGCC_MACHINE_ARCH

(christos)

2016-10-22 20:33:28 UTC MAIN commitmail json YAML

use LIBGCC_MACHINE_ARCH for the compat build

(christos)

2016-10-22 18:04:40 UTC MAIN commitmail json YAML

Add multiple inclusion protection and __{BEGIN,END}_DECLS as a native gdb
build uses c++ to build nbsd-thread.c

(skrll)

2016-10-22 14:57:50 UTC MAIN commitmail json YAML

2016-10-22 14:38:07 UTC MAIN commitmail json YAML

2016-10-22 14:13:39 UTC MAIN commitmail json YAML

2016-10-22 11:06:15 UTC MAIN commitmail json YAML

Switch hppa to gdb 7.12... passes basic tests

(skrll)

2016-10-22 11:04:16 UTC MAIN commitmail json YAML

Fix HPPANBSD_SIZEOF_GREGS to match sizeof(struct reg)

(skrll)

2016-10-22 07:36:36 UTC MAIN commitmail json YAML

Remove trailing space.

(wiz)

2016-10-22 03:55:03 UTC MAIN commitmail json YAML

2016-10-22 03:33:03 UTC MAIN commitmail json YAML

2016-10-21 23:44:09 UTC MAIN commitmail json YAML

Mark this -z nodelete, so that it does not get unloaded before other shared
libraries do, since they destructors need to still call millicode.
The problem this time was with /usr/pkg/bin/gdk-pixbuf-query-loaders
calling glib2's g_log...

(christos)

2016-10-21 20:55:26 UTC MAIN commitmail json YAML

update according to latest changes

(jdolecek)

2016-10-21 19:28:03 UTC MAIN commitmail json YAML

revert 1.141 - the second ffs_truncate() can't really fail

requested by hannken@

(jdolecek)

2016-10-21 18:11:59 UTC MAIN commitmail json YAML

Bless pmax with USB device files/majors and make kernel configs with USB and typical drivers work.
OK christos@ simonb@

(flxd)

2016-10-21 10:56:35 UTC MAIN commitmail json YAML

Delete rt_timers on RTM_DELETE surely

We want to ensure that a rtentry is referenced by nobody after
RTM_DELETE (except for the caller). However, rt_timer could
have a reference to the rtentry after that.

(ozaki-r)

2016-10-21 10:52:47 UTC MAIN commitmail json YAML

Remove unnecessary argument

No functional change.

(ozaki-r)

2016-10-21 09:01:44 UTC MAIN commitmail json YAML

Make some rt_timer functions and variables static

No functional change.

(ozaki-r)

2016-10-21 08:30:48 UTC MAIN commitmail json YAML

- Fix previous commit in wm_kmrn_readreg().
- Use wm_gii_mdic_readreg/writereg() in wm_access_phy_wakeup_reg_bm()
  because these functions are called with taking lock.
- Add some DPRINTF()s.

(msaitoh)

2016-10-21 07:45:16 UTC MAIN commitmail json YAML

add a ktrgenio() call to netbsd32___getdents30().
from dholland, tested by me.

(mrg)

2016-10-21 07:24:30 UTC MAIN commitmail json YAML

basic support for -static -pie:  use -dynamic-linker.
doesn't work for all ports (reloc startup issues.)

(mrg)

2016-10-21 06:18:33 UTC netbsd-7-0 commitmail json YAML

2016-10-21 06:04:16 UTC MAIN commitmail json YAML

flip the polarity of the xorg-server version: list the unconverted ports.
i distilled this list from the old list and the MKXORG_SERVER list, but
there may be some build fallout.

(mrg)

2016-10-21 05:59:21 UTC netbsd-7-0 commitmail json YAML

2016-10-21 04:41:09 UTC MAIN commitmail json YAML

- Rewrite PHY related lock stuff. Almost the same as FreeBSD.
  This change will fix a bug that PHY read/write fail on some cases.
- Increase delay in wm_phy_resetisblocked(). Same as FreeBSD.
- Use semaphore in wm_hv_phy_workaround_ich8lan() and wm_k1_gig_workaround_hv()

(msaitoh)

2016-10-21 03:04:34 UTC MAIN commitmail json YAML

Avoid temporal dangling reference

(ozaki-r)

2016-10-20 23:16:24 UTC MAIN commitmail json YAML

Note update to tzdata2016h

(kre)

2016-10-20 23:13:08 UTC MAIN commitmail json YAML

2016-10-20 20:17:46 UTC MAIN commitmail json YAML

allow also the snapshot_setup()'s call to ffs_truncate() fail, the code
should simply reuse the file blocks in that case; also make sure the
ffs_truncate() call is run within transaction if log is on

(jdolecek)

2016-10-20 19:31:32 UTC MAIN commitmail json YAML

add assertion to ensure ffs_cgupdate() is always called from
within a WAPBL transaction (if logging is on)

(jdolecek)

2016-10-20 19:22:35 UTC MAIN commitmail json YAML

2016-10-20 19:20:40 UTC MAIN commitmail json YAML

revert change from rev. 1.12:
"""
slightly optimize memory access - change struct nvme_queue so that the
struct dmamem members are allocated as part of it, instead of separate
kmem_alloc()s
"""

that change quite curiously caused completion queue corruption on MP systems,
regardless of MPSAFE setting for the pci/softintr interrupt

(jdolecek)

2016-10-20 18:42:28 UTC MAIN commitmail json YAML

revert rev. 1.7 - seems the polling damages command queue on live system

(jdolecek)

2016-10-20 17:42:29 UTC MAIN commitmail json YAML

2016-10-20 17:41:34 UTC MAIN commitmail json YAML

2016-10-20 17:39:08 UTC MAIN commitmail json YAML

we keep version in a separate file now

(christos)

2016-10-20 17:38:28 UTC MAIN commitmail json YAML

we keep version separately now

(christos)

2016-10-20 16:50:11 UTC MAIN commitmail json YAML

make "machdep.imx7.frequency.arm_a7" and "machdep.imx7.frequency.arm_m4" sysctl node changeable.

(ryo)

2016-10-20 16:05:04 UTC MAIN commitmail json YAML

There is a huge fpu synchronization issue here.

When the remote CPUs receive the ACPI sleep IPI, they do not save the fpu
state of the lwp they are executing. The problem is, when waking up they
reinitialize the registers of their local fpu and go back to their lwp
directly. Therefore, if an lwp is interrupted while storing data in an fpu
register, that data gets overwritten, which basically means the lwp is
likely to go crazy when resuming execution.

Fix this by simply saving the fpu state correctly. This way when going to
sleep the state is stored in the lwp's pcb and CR0_TS is set, so the next
time the lwp wants to use the fpu we'll get a dna, and the state will be
restored as expected.

While here, don't forget to reenable interrupts (and the spl) if an error
occurs.

(maxv)

2016-10-20 14:06:18 UTC MAIN commitmail json YAML

Reload the MSRs on the original cpu on i386 - looks like I forgot this part
in my rev1.41. Technically it does not change anything, since the only MSR
is NOX and it is already reloaded in the trampoline.

(maxv)

2016-10-20 09:53:08 UTC MAIN commitmail json YAML

2016-10-20 09:51:16 UTC MAIN commitmail json YAML

2016-10-20 08:18:16 UTC MAIN commitmail json YAML

bump kernel version for ptrace32 related changes.

(mrg)

2016-10-20 08:11:39 UTC MAIN commitmail json YAML

sh3 (le) gdb 7.12 works.  switch it.
sun2 gdb probably doesn't work any less bad.  switch it.

(mrg)

2016-10-20 08:03:13 UTC MAIN commitmail json YAML

- Move call of wm_reset() in wm_attach() after setting PHY and NVM related
  flags because those flags are used in wm_reset().
- Use mutex for NVM access on ICH8 and newer devices. Same as FreeBSD.

(msaitoh)

2016-10-20 07:33:28 UTC MAIN commitmail json YAML

Per the discussion in PR#20924, remove the HACK entry for intvec.S on vax.

(he)

2016-10-20 07:26:03 UTC MAIN commitmail json YAML

Rin Okuyama in PR port-evbmips/51563: wait for console input after halting
the machine.

(martin)

2016-10-20 05:53:27 UTC MAIN commitmail json YAML

Add newer I219 devices (not enabled).

(msaitoh)

2016-10-20 05:52:32 UTC MAIN commitmail json YAML

2016-10-20 05:52:09 UTC MAIN commitmail json YAML

Add newer I219 devices.

(msaitoh)

2016-10-20 04:11:02 UTC MAIN commitmail json YAML

- pci_conf_print_pwrbdgt_base_power(): From 0xf3 to 0xff of the Base power are
  reserved above 300W (PCI 3.0 Errata).
- Emergency Power Reduction mechanism with PWRBRK signal ECN.
- Extended Message Data for MSI ECN.
- Fix typo in comment.

(msaitoh)

2016-10-20 04:06:53 UTC MAIN commitmail json YAML

Add more DPRINTF()s.

(msaitoh)

2016-10-19 22:17:08 UTC MAIN commitmail json YAML

rename populate_rc to update_rc and copy if source is newer.

(christos)

2016-10-19 21:55:26 UTC MAIN commitmail json YAML

2016-10-19 21:54:20 UTC MAIN commitmail json YAML

2016-10-19 21:27:10 UTC MAIN commitmail json YAML

Adjust for new ifconfig address/mask output.

(christos)

2016-10-19 20:56:22 UTC MAIN commitmail json YAML

turn off MKCOMPAT for aarch64eb builds for now.

(mrg)

2016-10-19 20:55:44 UTC MAIN commitmail json YAML

match aarch64* for the ldscripts generation.

(mrg)

2016-10-19 20:31:28 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/aarch64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/aarch64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/aarch64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/aarch64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/aarch64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/aarch64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/aarch64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/aarch64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/aarch64eb/itbl-cpu.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/aarch64eb/obj-format.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/aarch64eb/targ-cpu.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/aarch64eb/targ-env.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gprof/arch/aarch64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gprof/arch/aarch64eb/gconfig.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/ld/arch/aarch64eb/config.h@1.1 / diff / nxr@1.1
      :
(more 2 files)
mknative-binutils for binutils 2.26 and arm64eb

(mrg)

2016-10-19 20:29:58 UTC MAIN commitmail json YAML

set {_LIBC_COMPILER_RT,MKGDB,_NEEDS_LIBCXX}.aarch64eb=yes.

(mrg)

2016-10-19 19:34:31 UTC MAIN commitmail json YAML

add debug code to check for completion queue corruption

(jdolecek)

2016-10-19 19:31:23 UTC MAIN commitmail json YAML

follow advice of spec and block interrupts via INTMS/INTMC for intx handler;
this also makes it possible to offload the actual interrupt processing to softintr
handler, similar as for MSI/MSI-X

(jdolecek)

2016-10-19 19:10:33 UTC MAIN commitmail json YAML

regen again after fixing the armeb-netbsdelf list.
evbarm-armeb builds again.

(mrg)

2016-10-19 19:09:42 UTC MAIN commitmail json YAML

2016-10-19 19:02:38 UTC MAIN commitmail json YAML

2016-10-19 14:07:22 UTC MAIN commitmail json YAML

2016-10-19 09:55:10 UTC MAIN commitmail json YAML

Oops... unintended commit - one day maybe.

(skrll)

2016-10-19 09:51:38 UTC MAIN commitmail json YAML

Revert previous. it shouldn't have an effect.
$$ should make it sufficiently unique.

(maya)

2016-10-19 09:45:25 UTC MAIN commitmail json YAML

2016-10-19 09:44:01 UTC MAIN commitmail json YAML

2016-10-19 08:55:24 UTC MAIN commitmail json YAML

No, functional change:
- Add WM_DEBUG_LOCK
- Add some KASSERT
- Modify comment.

(msaitoh)

2016-10-19 08:22:57 UTC MAIN commitmail json YAML

- Drop the host wakeup bit after resetting PHY on PCH and newer devices.
- Increase delay while toggling LANPHYPC

(msaitoh)

2016-10-19 08:18:38 UTC MAIN commitmail json YAML

apply some #if defined(TI_AM335X) so this builds again.

(mrg)

2016-10-19 04:23:37 UTC MAIN commitmail json YAML

2016-10-19 04:00:05 UTC MAIN commitmail json YAML

2016-10-19 03:59:17 UTC MAIN commitmail json YAML

Add Xeon 5[56]00 devices from
"Intel Xeon Processor 5500 Series Datasheet, Volume 2" and
"Intel Xeon Processor 5600 Series Datasheet, Volume 2"

(msaitoh)

2016-10-19 01:31:05 UTC MAIN commitmail json YAML

2016-10-19 01:30:35 UTC MAIN commitmail json YAML

2016-10-19 01:13:01 UTC MAIN commitmail json YAML

Remove unnecessary #ifdef IPSEC

The entire function is already in #ifdef IPSEC.

No functional change.

(ozaki-r)

2016-10-19 01:10:15 UTC MAIN commitmail json YAML

Set ia to ensure to call ia4_release

(ozaki-r)

2016-10-19 00:19:13 UTC MAIN commitmail json YAML

Make sure to run cleanup

Should fix "tests: did not complete" failures.

(ozaki-r)

2016-10-19 00:11:03 UTC MAIN commitmail json YAML

2016-10-19 00:08:42 UTC MAIN commitmail json YAML

2016-10-18 23:24:48 UTC MAIN commitmail json YAML

Xref to useradd(8) by its official name.

(uwe)

2016-10-18 22:26:13 UTC MAIN commitmail json YAML

Sort sections. new sentence, new line. Whitespace.

(wiz)

2016-10-18 22:08:31 UTC MAIN commitmail json YAML

2016-10-18 22:04:34 UTC MAIN commitmail json YAML

2016-10-18 20:44:59 UTC MAIN commitmail json YAML

revert the previous - those are only relevant for 64 bit builds and
are listed in ad.mips with arch64 tag.  fixes emips builds.

(mrg)

2016-10-18 20:17:37 UTC MAIN commitmail json YAML

Stop crash when switching vt or leaving X windows.

Improved upon and OK from christos@

(nat)

2016-10-18 18:56:39 UTC MAIN commitmail json YAML

Bump date for previous ciss(4) change

(maya)

2016-10-18 18:56:32 UTC MAIN commitmail json YAML

add commented out entry to attach Pi Face Real Time Clock

(aymeric)

2016-10-18 18:54:54 UTC MAIN commitmail json YAML

add support for the MCP7940 based Pi Face Real Time Clock

(aymeric)

2016-10-18 18:44:20 UTC MAIN commitmail json YAML

HP Smart Array P410i works for me

(gson)

2016-10-18 17:56:31 UTC MAIN commitmail json YAML

2016-10-18 15:10:35 UTC MAIN commitmail json YAML

2016-10-18 15:06:17 UTC MAIN commitmail json YAML

Make FUSE socket buffer tunable

When dealing with high I/O throughput, we could run out of buffer
space if the filesystem was not consuming requests fast enough.
Here we slightly raise the buffer size, and we make it tunable
through the PERFUSE_BUFSIZE environment variable so that we can
cope with higher requirement later.

While there, document PERFUSE_OPTIONS environment variable.

(manu)

2016-10-18 14:48:11 UTC MAIN commitmail json YAML

Remove intrbase and intr from omapgpio.

(kiyohara)

2016-10-18 14:47:14 UTC MAIN commitmail json YAML

Enable tifb and wsdisplay.

(kiyohara)

2016-10-18 14:45:05 UTC MAIN commitmail json YAML

Enable tifb and wsdisplay.

(kiyohara)

2016-10-18 14:39:52 UTC MAIN commitmail json YAML

2016-10-18 14:14:51 UTC MAIN commitmail json YAML

Update unused tifb.  wscons is working.
Tested on PEPPER and VTC100.

(kiyohara)

2016-10-18 14:08:53 UTC MAIN commitmail json YAML

The variable gpio_module[] into #ifdef TI_AM335X - #endif.
Thanks for joerg@.

(kiyohara)

2016-10-18 14:02:48 UTC MAIN commitmail json YAML

Allow obio_intr == OBIOCF_INTR_DEFAULT.

(kiyohara)

2016-10-18 13:58:53 UTC MAIN commitmail json YAML

2016-10-18 12:56:11 UTC MAIN commitmail json YAML

2016-10-18 12:52:32 UTC MAIN commitmail json YAML

2016-10-18 12:51:05 UTC MAIN commitmail json YAML

2016-10-18 09:43:20 UTC MAIN commitmail json YAML

Remove unused rtcache_lookup_noclone

(ozaki-r)

2016-10-18 07:48:05 UTC MAIN commitmail json YAML

fix a sync range size when number of bus_dma segment is greater than 2.

(nonaka)

2016-10-18 07:30:31 UTC MAIN commitmail json YAML

Don't hold global locks if NET_MPSAFE is enabled

If NET_MPSAFE is enabled, don't hold KERNEL_LOCK and softnet_lock in
part of the network stack such as IP forwarding paths. The aim of the
change is to make it easy to test the network stack without the locks
and reduce our local diffs.

By default (i.e., if NET_MPSAFE isn't enabled), the locks are held
as they used to be.

Reviewed by knakahara@

(ozaki-r)

2016-10-18 06:40:06 UTC MAIN commitmail json YAML

libc_fp is arch64 only.

(mrg)

2016-10-18 04:10:24 UTC MAIN commitmail json YAML

2016-10-18 03:38:50 UTC MAIN commitmail json YAML

Make this compile again.

(martin)

2016-10-18 02:46:50 UTC MAIN commitmail json YAML

2016-10-18 02:46:22 UTC MAIN commitmail json YAML

Remove unnecessary pserialize_read_enter

(ozaki-r)

2016-10-18 02:45:41 UTC MAIN commitmail json YAML

Add missing pserialize_read_exit

(ozaki-r)

2016-10-18 01:33:02 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libgcc/arch/m68000/defs.mk@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libgcc/arch/mips64eb/defs.mk@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libgcc/arch/mips64el/defs.mk@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/m68000/gcov-iov.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libiberty/arch/m68000/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libiberty/defs.mk@1.13 / diff / nxr@1.13
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h@1.18 / diff / nxr@1.18
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h@1.20 / diff / nxr@1.20
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h@1.20 / diff / nxr@1.20
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/gstdint.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire/c++config.h@1.11 / diff / nxr@1.11
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h@1.18 / diff / nxr@1.18
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/c++config.h@1.16 / diff / nxr@1.16
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/gstdint.h@1.13 / diff / nxr@1.13
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h@1.16 / diff / nxr@1.16
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gstdint.h@1.13 / diff / nxr@1.13
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/c++config.h@1.14 / diff / nxr@1.14
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/gstdint.h@1.13 / diff / nxr@1.13
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/c++config.h@1.13 / diff / nxr@1.13
      :
(more 73 files)
regen mknative for all ports and GCC 5.4 and -current.  many ports
were using 5.3 data, and none of them had <stdalign.h>.

(mrg)

2016-10-18 01:15:21 UTC MAIN commitmail json YAML

Avoid double frees of mbuf

May fix one of panicks reported by Tom Ivar Helbekkmo in PR kern/51522

(ozaki-r)

2016-10-18 00:16:58 UTC MAIN commitmail json YAML

fix earmhf and earmhfeb builds.

(mrg)

2016-10-17 22:47:16 UTC MAIN commitmail json YAML

account for socket name change.

(christos)

2016-10-17 22:42:34 UTC MAIN commitmail json YAML

switch evbcf and powerpc64 to GDB 7.12.

remaining ports:  hppa, sun2, vax, m68k, sh3, mips64*

(mrg)

2016-10-17 21:42:54 UTC MAIN commitmail json YAML

reverse the HAVE_GDB test - list the unconverted ports.

(mrg)

2016-10-17 20:43:19 UTC MAIN commitmail json YAML

OPEN_MAX is 128 now, unless defined differently in config

(maya)

2016-10-17 20:25:34 UTC MAIN commitmail json YAML

switch i386 and 32 bit mips to GDB 7.12.

(mrg)

2016-10-17 20:16:57 UTC MAIN commitmail json YAML

fix oabi arm builds - no eabi ldscripts.

(mrg)

2016-10-17 20:04:48 UTC MAIN commitmail json YAML

Add a kthread to update display with framebuffer contents.

X11 will now work with wsfb(4).

OK christos@

(nat)

2016-10-17 20:00:25 UTC MAIN commitmail json YAML

2016-10-17 19:58:42 UTC MAIN commitmail json YAML

Add DisplayLink FY-DVI usb adaptor.

OK christos@

(nat)

2016-10-17 18:44:44 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/coldfire/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/bfd_stdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/targmatch.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68000/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68000/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68000/bfd_stdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68000/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68000/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libdecnumber/arch/coldfire/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libdecnumber/arch/m68000/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/build-gnulib/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/defs.mk@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/init.c@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/jit-reader.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/observer.h@1.5 / diff / nxr@1.5
      :
(more 16 files)
mknative-gdb for GDB 7.12 and coldfire/m68000.  untested.

this completes our regularly scheduled mknative-gdb for all ports.
until next time enjoy your flight and have a nice day.

(mrg)

2016-10-17 18:32:35 UTC MAIN commitmail json YAML

2016-10-17 18:24:42 UTC MAIN commitmail json YAML

use mktemp instead of $RANDOM for tmpdir

..$RANDOM won't work with our /bin/sh.

unsure if this script is used, but it is wrong.
might help the spurious build failures that occasionally
show up on autobuilds.

(maya)

2016-10-17 18:23:50 UTC MAIN commitmail json YAML

2016-10-17 18:19:07 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/bfd_stdint.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/targmatch.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/bfd_stdint.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/targmatch.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libdecnumber/arch/sh3eb/gstdint.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libdecnumber/arch/sh3el/gstdint.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/build-gnulib/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/defs.mk@1.9 / diff / nxr@1.9
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/init.c@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/jit-reader.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/observer.h@1.5 / diff / nxr@1.5
      :
(more 16 files)
mknative-gdb for GDB 7.12 and sh3*.  untested.

(mrg)

2016-10-17 17:38:08 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/m68k/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68k/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68k/bfd_stdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68k/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68k/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/m68k/targmatch.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libbfd/arch/vax/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/vax/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/vax/bfd_stdint.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libbfd/arch/vax/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/vax/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/vax/targmatch.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libdecnumber/arch/m68k/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libdecnumber/arch/vax/gstdint.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/m68k/build-gnulib/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/m68k/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/m68k/defs.mk@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libgdb/arch/m68k/init.c@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libgdb/arch/m68k/jit-reader.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/m68k/observer.h@1.5 / diff / nxr@1.5
      :
(more 16 files)
mknative-gdb for GDB 7.12 for m68k and vax.  untested.

(mrg)

2016-10-17 17:37:44 UTC MAIN commitmail json YAML

2016-10-17 16:02:10 UTC MAIN commitmail json YAML

Add 53C810AP for FreeAXP's emulation of a DEC KZPAA adapter.

(flxd)

2016-10-17 14:02:21 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfd_stdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/targmatch.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc64/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/build-gnulib/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/defs.mk@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/init.c@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/jit-reader.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/observer.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/observer.inc@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/version.c@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/xml-builtin.c@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libiberty/arch/powerpc64/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libopcodes/arch/powerpc64/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libsim/arch/powerpc64/build-config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libsim/arch/powerpc64/config.h@1.4 / diff / nxr@1.4

regen powerpc64

(christos)

2016-10-17 10:36:57 UTC MAIN commitmail json YAML

* Add option MEMSIZE_RESERVED to reserves memory for Cortex-M4 area
* change KERNEL_BASE from 0x80008000 to 0x82000000

(ryo)

2016-10-17 09:21:51 UTC MAIN commitmail json YAML

2016-10-17 06:26:38 UTC MAIN commitmail json YAML

2016-10-17 06:26:20 UTC MAIN commitmail json YAML

add missing i386bsd_supply_gregset() and i386bsd_collect_gregset() protos

(mrg)

2016-10-17 04:15:36 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd-in3.h@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd.h@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/defs.mk@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/targmatch.h@1.9 / diff / nxr@1.9
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd-in3.h@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd.h@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd_stdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/defs.mk@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/targmatch.h@1.9 / diff / nxr@1.9
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64el/gstdint.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/build-gnulib/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h@1.10 / diff / nxr@1.10
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/defs.mk@1.10 / diff / nxr@1.10
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/init.c@1.10 / diff / nxr@1.10
      :
(more 18 files)
mknative-gdb for GDB 7,12 and mips64*.  untested (but builds.)

(mrg)

2016-10-17 00:52:53 UTC MAIN commitmail json YAML

PR/51558: ast@: ftp dumps core after usage message when IPv6 URL lacks a slash.
Initialize variable so that we don't get random behavior on cleanup.

(christos)

2016-10-17 00:24:13 UTC MAIN commitmail json YAML

2016-10-17 00:23:47 UTC MAIN commitmail json YAML

2016-10-16 23:07:31 UTC MAIN commitmail json YAML

omap2_gpio_*() into #if - #endif.

(kiyohara)

2016-10-16 20:09:53 UTC MAIN commitmail json YAML

Use ktrgeniov, not ktrgenio, in writev.

(dholland)

2016-10-16 19:20:02 UTC MAIN commitmail json YAML

switch alpha to GDB 7.12.  it works just as featureful as 7.7/7.10.
'step' and 'stepi' both fail, but 'next' and break points are ok,
so a sufficiently determined user can get somewhere..

someone should try to fix 'step'.  it appears to loop forever inside
ld.elf_so for me in an atomic cas function.

(mrg)

2016-10-16 18:49:18 UTC MAIN commitmail json YAML

2016-10-16 18:47:49 UTC MAIN commitmail json YAML

Add quirk for C-Media USB Pnp sound card.
Without this I was unable to record.  The recording volume is still way to
low but it's possibly my microphone.

OK christos@

(nat)

2016-10-16 13:54:28 UTC MAIN commitmail json YAML

2016-10-16 13:09:57 UTC MAIN commitmail json YAML

Fix miss commit.
  Add macro OMAP2_I2C_FIFOBYTES.

(kiyohara)

2016-10-16 11:18:30 UTC nick-nhusb commitmail json YAML

Fix the error handling in smsc_init_locked.  Spotted by #2.

(skrll)

2016-10-16 10:57:58 UTC MAIN commitmail json YAML

Remove unused (and buggy) function. Not even compile-tested, but I've
been told to go ahead anyway.

(maxv)

2016-10-16 10:51:31 UTC MAIN commitmail json YAML

Remove lapic_tpr on amd64 and i386, unused. Now, we have only one pointer
to the LAPIC page, and each register access is done with relative offsets.

(maxv)

2016-10-16 10:38:49 UTC MAIN commitmail json YAML

Use offsets to access the TPR, and not lapic_tpr.

For the record: I'm not sure exactly why it was originally done this way,
and the cvs logs are not quite enlightening. It might have been a way to
speed up the asm access, but it would sound a little bizarre since there
are many more legitimate reasons to do it on the EOI register instead.

(maxv)

2016-10-16 10:24:59 UTC MAIN commitmail json YAML

Use the generic i82489_writereg instead of lapic_tpr, for consistency.

(maxv)

2016-10-16 08:23:07 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/alpha/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/alpha/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/alpha/bfd_stdint.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libbfd/arch/alpha/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/alpha/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/alpha/targmatch.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/bfd_stdint.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/defs.mk@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/targmatch.h@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/bfd_stdint.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/defs.mk@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/targmatch.h@1.8 / diff / nxr@1.8
      :
(more 37 files)
mknative-gdb for GDB 7.12 and alpha, mipsel and mipseb.
alpha and mipseb build (mipsel should), nothing is tested.

(mrg)

2016-10-16 08:20:59 UTC MAIN commitmail json YAML

build fixes for sgimips and xorg-server 1.18.
newport and crime need to be ported away from XAA.

(mrg)

2016-10-16 06:40:44 UTC MAIN commitmail json YAML

This should return the amd64 build to a working state (and hopefully
i386 as well) - but this is a hideous hack, and should be reverted
as soon as a better (which means any) alternative is available.

(kre)

2016-10-16 06:23:48 UTC MAIN commitmail json YAML

begin to get alpha to xorg-server 1.18 - disable the known problematic
drivers.

(mrg)

2016-10-16 06:17:52 UTC MAIN commitmail json YAML

Fix the bug introduced in the previous commit.

The lengths of the lines being compared were not correct. Essentially, we
were comparing the length of the buffers instead of the length of the strings.

This patch also avoids calling skip() twice for the same line.

Thanks to Rin Okuyama for the patch.

(abhinav)

2016-10-16 05:32:30 UTC MAIN commitmail json YAML

Add missing verb. New sentence, new line.

(wiz)

2016-10-16 05:28:33 UTC MAIN commitmail json YAML

Add missing word.

(wiz)

2016-10-16 05:26:20 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2016-10-16 05:25:52 UTC MAIN commitmail json YAML

2016-10-16 05:12:20 UTC MAIN commitmail json YAML

define _KMEMUSER so that necessary things become visible always.

(mrg)

2016-10-16 05:11:34 UTC MAIN commitmail json YAML

2016-10-16 05:08:59 UTC MAIN commitmail json YAML

switch sparc, sparc64, arm and powerpc to gdb 7.12.

(mrg)

2016-10-16 04:37:42 UTC MAIN commitmail json YAML

pass GDB_MACHINE_ARCH to mknative-gdb and use that as the subdir.
obtain GDB_MACHINE_ARCH from the new gdb Makefile.gdb_arch.

(mrg)

2016-10-16 04:36:52 UTC MAIN commitmail json YAML

move the GDB_MACHINE_ARCH setting into a separate file so tools can
access it.  modify it such that it's "arm" or "armeb" for all arm,
but only in new gdb, not gdb.old (avoid changing gdb.old as much
as possible now.)

(mrg)

2016-10-16 04:30:06 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/arm/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/arm/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/arm/bfd_stdint.h@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libbfd/arch/arm/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/arm/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/arm/targmatch.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd-in3.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd_stdint.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfdver.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/armeb/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libbfd/arch/armeb/targmatch.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libdecnumber/arch/arm/gstdint.h@1.8 / diff / nxr@1.8
src/external/gpl3/gdb/lib/libdecnumber/arch/armeb/gstdint.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libgdb/arch/arm/build-gnulib/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libgdb/arch/arm/defs.mk@1.9 / diff / nxr@1.9
src/external/gpl3/gdb/lib/libgdb/arch/arm/init.c@1.9 / diff / nxr@1.9
src/external/gpl3/gdb/lib/libgdb/arch/arm/jit-reader.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/arm/observer.h@1.5 / diff / nxr@1.5
      :
(more 61 files)
gdb only needs on arm and on armeb set, for all the 32 bit arm ports.

regen arm and armeb for gdb 7.12, and delete the rest.

(mrg)

2016-10-15 22:23:50 UTC MAIN commitmail json YAML

getopt() result is int; fixes build on arm, pointed out by Rin Okuyama

(jdolecek)

2016-10-15 20:31:15 UTC MAIN commitmail json YAML

Cleanup/remove unused asm_count.  Reported by David Binderman in PR#51552.
Thanks!

(oster)

2016-10-15 19:51:48 UTC MAIN commitmail json YAML

Note improvements by mbouyer and kiyohara.

(rkujawa)

2016-10-15 17:55:28 UTC MAIN commitmail json YAML

linkerscripts for mips are built only on mips64*
so file lists should have these files for 64bit only too

(maya)

2016-10-15 16:46:14 UTC MAIN commitmail json YAML

2016-10-15 16:31:16 UTC MAIN commitmail json YAML

2016-10-15 16:30:46 UTC MAIN commitmail json YAML

Add map for DuoVero and Pepper.

(kiyohara)

2016-10-15 15:33:02 UTC MAIN commitmail json YAML

2016-10-15 15:29:51 UTC MAIN commitmail json YAML

2016-10-15 15:27:18 UTC MAIN commitmail json YAML

2016-10-15 15:24:00 UTC MAIN commitmail json YAML

s/at mainbus0/at mainbus?/.  And indent.

(kiyohara)

2016-10-15 15:14:20 UTC MAIN commitmail json YAML

Attach icu before attaching gpio.

(kiyohara)

2016-10-15 15:11:56 UTC MAIN commitmail json YAML

2016-10-15 15:08:59 UTC MAIN commitmail json YAML

2016-10-15 15:00:13 UTC MAIN commitmail json YAML

Add support OMAP_4430.

(kiyohara)

2016-10-15 14:40:41 UTC MAIN commitmail json YAML

Add White LED initialize function.

(kiyohara)

2016-10-15 14:30:36 UTC MAIN commitmail json YAML

Add NetBSD CVS Id on top of the wcsnlen.c file

(kamil)

2016-10-15 14:25:31 UTC MAIN commitmail json YAML

libc: Add the wcsnlen(3) function in <wchar.h>.

(kamil)

2016-10-15 14:22:00 UTC MAIN commitmail json YAML

Import wcsnlen(3) to libc

The wcsnlen(3) function conforms to POSIX.1-2008 and is an addition to the
ISO C standard.

size_t wcsnlen(const wchar_t *s, size_t maxlen);

The wcsnlen(3) function computes the number of wide-characters in a wide-
-string to which s points, not including NULL terminating wide-character
code and checking no more than maxlen wide-characters. This function never
examines wide-characters beyond a wide-string of maxlen size.

This function is a safer version of wcslen(3):

size_t wcslen(const wchar_t *s);

Update STANDARDS section of wmemchr(3) describing wide-character functions.

(kamil)