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 (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 16:56:14 UTC Now

2013-02-07 13:57:40 UTC MAIN commitmail json YAML

Don't crash if "flock" is used to lock a file descriptor e.g. via
"flock --nb 8".

(tron)

2013-02-07 13:33:50 UTC MAIN commitmail json YAML

build altivec support on powerpc

(macallan)

2013-02-07 13:30:48 UTC MAIN commitmail json YAML

enable altivec detection via sysctl(machdep.altivec)

(macallan)

2013-02-07 13:21:35 UTC MAIN commitmail json YAML

Abort on error from prop_dictionary_augment.

(apb)

2013-02-07 13:20:51 UTC MAIN commitmail json YAML

Avoid dereferencing NULL.  Coverity CID 275201.
Also fix a typo in previous: !== should be !=

(apb)

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

Don't pass NULL to prop_dictionary_set.
Coverity CID 275196.

(apb)

2013-02-07 11:24:15 UTC MAIN commitmail json YAML

Don't call prop_distionary_make_immutable on a NULL pointer.
Coverity CID 275179.

(apb)

2013-02-07 11:01:00 UTC MAIN commitmail json YAML

free(bbp) in error paths.  Coverity CID 274748.

(apb)

2013-02-07 10:44:46 UTC MAIN commitmail json YAML

getrawpartition(3) may fail, so call it only once and test for failure.
Coverity CID 274527.

(apb)

2013-02-07 07:06:28 UTC matt-nb6-plus commitmail json YAML

2013-02-07 07:06:03 UTC matt-nb6-plus commitmail json YAML

src/common/lib/libc/arch/arm/string/memcpy.S@1.1.54.1 / diff / nxr@1.1.54.1
src/common/lib/libc/arch/arm/string/memcpy_arm.S@1.2.24.1 / diff / nxr@1.2.24.1
src/common/lib/libc/arch/arm/string/memcpy_neon.S@1.1.4.2 / diff / nxr@1.1.4.2
src/common/lib/libc/arch/arm/string/memmove.S@1.3.24.1 / diff / nxr@1.3.24.1
src/common/lib/libc/arch/arm/string/memset.S@1.1.54.1 / diff / nxr@1.1.54.1
src/common/lib/libc/arch/arm/string/memset_arm.S@1.2.4.2 / diff / nxr@1.2.4.2
src/common/lib/libc/arch/arm/string/memset_naive.S@1.1.4.2 / diff / nxr@1.1.4.2
src/common/lib/libc/arch/arm/string/memset_neon.S@1.1.4.2 / diff / nxr@1.1.4.2
src/common/lib/libc/arch/arm/string/strcat.S@1.1.2.2 / diff / nxr@1.1.2.2
src/common/lib/libc/arch/arm/string/strcat_arm.S@1.2.4.2 / diff / nxr@1.2.4.2
src/common/lib/libc/arch/arm/string/strcat_naive.S@1.1.4.2 / diff / nxr@1.1.4.2
src/common/lib/libc/arch/arm/string/strchr.S@1.2.2.2 / diff / nxr@1.2.2.2
src/common/lib/libc/arch/arm/string/strchr_arm.S@1.4.2.2 / diff / nxr@1.4.2.2
src/common/lib/libc/arch/arm/string/strchr_naive.S@1.1.4.2 / diff / nxr@1.1.4.2
src/common/lib/libc/arch/arm/string/strcpy.S@1.4.4.2 / diff / nxr@1.4.4.2
src/common/lib/libc/arch/arm/string/strcpy_arm.S@1.2.4.2 / diff / nxr@1.2.4.2
src/common/lib/libc/arch/arm/string/strcpy_naive.S@1.2.4.2 / diff / nxr@1.2.4.2
src/common/lib/libc/arch/arm/string/strlcat.S@1.1.2.2 / diff / nxr@1.1.2.2
src/common/lib/libc/arch/arm/string/strlcat_arm.S@1.1.2.2 / diff / nxr@1.1.2.2
src/common/lib/libc/arch/arm/string/strlcat_naive.S@1.1.4.2 / diff / nxr@1.1.4.2
      :
(more 10 files)
Sync with HEAD

(matt)

2013-02-07 07:04:44 UTC matt-nb6-plus commitmail json YAML

2013-02-07 07:03:28 UTC matt-nb6-plus commitmail json YAML

Pullup rev 1.19:
date: 2013/01/23 22:34:37;  author: matt;  state: Exp;  lines: +2 -2
Add strnlen.c to SRCS (which will automatically use the .S version if it
exists).

(matt)

2013-02-07 06:58:40 UTC matt-nb6-plus commitmail json YAML

Pull rev 1.104 from HEAD:
Don't define __BIT/__BITS if __ASSEMBLER__ is defined.
(since they use C syntax they won't work anyways).

(matt)

2013-02-07 06:55:01 UTC matt-nb6-plus commitmail json YAML

2013-02-07 06:52:54 UTC matt-nb6-plus commitmail json YAML

2013-02-07 06:51:50 UTC matt-nb6-plus commitmail json YAML

2013-02-07 02:10:19 UTC MAIN commitmail json YAML

Skip 64bit BAR correctly. I don't know if this bug causes a real problem.

(msaitoh)

2013-02-07 01:42:09 UTC matt-nb6-plus commitmail json YAML

Add support for push/pop register list.

(matt)

2013-02-07 01:24:05 UTC MAIN commitmail json YAML

2013-02-07 01:20:29 UTC MAIN commitmail json YAML

2013-02-07 01:18:09 UTC matt-nb6-plus commitmail json YAML

2013-02-07 01:07:41 UTC MAIN commitmail json YAML

- use dest instead of DESTDIR
- factor out pax usage, and make it use only the first word from the sets

(christos)

2013-02-06 20:39:03 UTC MAIN commitmail json YAML

add SX_ROP instruction

(macallan)

2013-02-06 17:03:51 UTC MAIN commitmail json YAML

2013-02-06 16:37:20 UTC MAIN commitmail json YAML

merry belated x-mas.

(christos)

2013-02-06 16:36:01 UTC MAIN commitmail json YAML

fix broken logic:
- poll can return EINTR, it is not restartable like read/write
- check poll return
- it does not make sense to check readyfd() is nready < 0
- check read return
- always call Job_CatchChildren, it is harmless
- short circuit scanning of the poll array if we got all the ready descriptors

(christos)

2013-02-06 09:33:17 UTC MAIN commitmail json YAML

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)

(hannken)

2013-02-06 09:29:46 UTC MAIN commitmail json YAML

Take fss_device_lock first when closing a fss device.

Fixes PR kern/47514 (Multiple dump -X triggers kernel panic in fss_ioctl)

(hannken)

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

Test taking a snapshot from a stressed file system.
Checks snapshot meta data only with fsck.

OK: Antti Kantee <pooka@netbsd.org>

(hannken)

2013-02-06 07:19:19 UTC MAIN commitmail json YAML

2013-02-06 07:18:17 UTC MAIN commitmail json YAML

Modify earm rule to match any machine_arch starting with earm.

(matt)

2013-02-06 04:10:55 UTC MAIN commitmail json YAML

use SX for basic hardware acceleration
not quite complete yet but good enough to be useful
missing things include:
- backwards blits
- ROP support
- the cursor is still drawn by software

(macallan)

2013-02-06 04:06:29 UTC MAIN commitmail json YAML

fix typos, deal with hardware insanity

(macallan)

2013-02-06 01:31:55 UTC MAIN commitmail json YAML

build the armv5t, armv6 and armv7 kernels for earm but only the v6 and v7
for earmhf.

(matt)

2013-02-06 01:01:48 UTC MAIN commitmail json YAML

Don't create a crippled mtree with no hashes. We have hash support in
libcompat, use it. If that breaks cross-compilation, we'll fix it.

(christos)

2013-02-06 01:01:13 UTC MAIN commitmail json YAML

Create full sets using mtree from the flists (not just filenames).

(christos)

2013-02-05 23:47:43 UTC MAIN commitmail json YAML

- dlopen(3) errors should be printed with dlerror(3) so we get the reason the
  module link failed, instead of printing "Undefined error 0".
- don't print free'd variable on error, restructure so that we free at the
  end and print the consistent name of the path dlopened.

(christos)

2013-02-05 23:42:22 UTC MAIN commitmail json YAML

2013-02-05 23:38:46 UTC MAIN commitmail json YAML

2013-02-05 23:23:34 UTC MAIN commitmail json YAML

Use the mrc form of the vmrs rX, mvfrX instruction to shut up gas.

(matt)

2013-02-05 22:03:17 UTC MAIN commitmail json YAML

attach SUNW,sx early so cgfourteen can grab it right away and doesn't have
to play games waiting for it

(macallan)

2013-02-05 21:53:46 UTC MAIN commitmail json YAML

don't skip SUNW,sx - we've got a driver now

(macallan)

2013-02-05 21:52:48 UTC MAIN commitmail json YAML

2013-02-05 21:45:40 UTC MAIN commitmail json YAML

2013-02-05 21:35:18 UTC MAIN commitmail json YAML

2013-02-05 21:31:27 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/dist/Configure@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/apps/ca.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/apps/ocsp.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/apps/s_client.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/apps/s_server.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/apps/speed.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/crypto/cryptlib.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/cryptlib.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/crypto.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/ec/ectest.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/evp/m_sha1.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/md4/md4_dgst.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/md5/md5_locl.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/mem.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/objects/o_names.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/opensslv.h@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/ppccap.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/rand/md_rand.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/rand/randfile.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_dgst.c@1.4 / diff / nxr@1.4
      :
(more 22 files)
merge changes

(christos)

2013-02-05 19:29:14 UTC MAIN commitmail json YAML

If compiling with apcs-gnu or atpcs ABIs, supply -mabi=gnu to gas.

(matt)

2013-02-05 19:21:27 UTC MAIN commitmail json YAML

2013-02-05 19:18:54 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3@1.6 / diff / nxr@1.6
      :
(more 313 files)
regen!

(christos)

2013-02-05 19:08:38 UTC MAIN commitmail json YAML

2013-02-05 18:17:05 UTC MAIN commitmail json YAML

don't count an output packet on a stall.

(christos)

2013-02-05 18:15:04 UTC MAIN commitmail json YAML

cache the pipe before the container is put in the free list (and can change)

(christos)

2013-02-05 17:52:23 UTC MAIN commitmail json YAML

Add ./var/db/obsolete/debug

(matt)

2013-02-05 17:36:03 UTC MAIN commitmail json YAML

2013-02-05 17:30:02 UTC MAIN commitmail json YAML

2013-02-05 16:57:07 UTC MAIN commitmail json YAML

Use the fact that all big endian arm MACHINE_ARCH end in eb to detect
endianness

(matt)

2013-02-05 16:49:42 UTC MAIN commitmail json YAML

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

Only include debug set obsolete set if MKDEBUG is not no

(matt)

2013-02-05 15:19:18 UTC MAIN commitmail json YAML

Make sure UUDECODE_FILES is empty if we do not have an old ld.so_aout
(on architectures that never used a.out)

(martin)

2013-02-05 13:39:28 UTC MAIN commitmail json YAML

handle memory shortage correctly.

(christos)

2013-02-05 13:37:00 UTC MAIN commitmail json YAML

Xref getcwd(3).
Sort errors.
Bump date.

(wiz)

2013-02-05 13:02:33 UTC MAIN commitmail json YAML

Stop confusing peer hello source with peer transport address

(kefren)

2013-02-05 11:56:41 UTC MAIN commitmail json YAML

Add
atapibus* at umass?
and attachments. I have an mp3 player/flash disk that attaches this way.

(skrll)

2013-02-05 11:36:41 UTC ipsec-tools-0_8-branch commitmail json YAML

2013-02-05 11:36:18 UTC MAIN commitmail json YAML

2013-02-05 11:31:56 UTC MAIN commitmail json YAML

Use putp(3) to output our strings.
Fixes PR lib/47532

(roy)

2013-02-05 08:28:18 UTC MAIN commitmail json YAML

2013-02-05 07:34:07 UTC MAIN commitmail json YAML

2013-02-05 07:32:44 UTC MAIN commitmail json YAML

Add debug to the list of OBSOLETE_FILES

(matt)

2013-02-05 07:31:51 UTC MAIN commitmail json YAML

2013-02-05 07:28:48 UTC MAIN commitmail json YAML

2013-02-05 07:28:19 UTC MAIN commitmail json YAML

There are other little endian arm machine_arches other than "arm"
Use MACHINE_CPU and TARGET_ENDIANNESS instead of MACHINE_ARCH

(matt)

2013-02-05 07:27:03 UTC MAIN commitmail json YAML

2013-02-05 07:23:00 UTC MAIN commitmail json YAML

There are other little endian arm machine_arches other than "arm"

(matt)

2013-02-05 06:23:43 UTC ipsec-tools-0_8-branch commitmail json YAML

From Ian West <ian@niw.com.au>: Fix double free of the radius info on
config reload.

(tteras)

2013-02-05 06:22:29 UTC MAIN commitmail json YAML

From Ian West <ian@niw.com.au>: Fix double free of the radius info on
config reload.

(tteras)

2013-02-05 03:17:51 UTC MAIN commitmail json YAML

Make sure these are always compiled with -mabi=atpcs -mfloat-abi=soft
-Wa,-meabi=gnu so they use the old compilation methods.

(matt)

2013-02-05 03:02:10 UTC MAIN commitmail json YAML

Don't include t-arm-elf since it just provides stuff which netbsd already has.

(matt)

2013-02-05 02:57:54 UTC MAIN commitmail json YAML

2013-02-05 02:54:02 UTC MAIN commitmail json YAML

Use NETBSDSRCDIR.  Use ?= when setting target so you can override from cmdline.

(matt)

2013-02-05 02:51:15 UTC MAIN commitmail json YAML

2013-02-05 00:59:04 UTC MAIN commitmail json YAML

fill up the directory hierarchy so that leaf files are not ignored if
specified by themselves.

(christos)

2013-02-05 00:41:51 UTC MAIN commitmail json YAML

assign nsegs before allocation

(christos)

2013-02-05 00:39:59 UTC MAIN commitmail json YAML

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

2013-02-04 22:38:07 UTC MAIN commitmail json YAML

Move arm-*-netbsdelf-*eabi* to before arm-*-eabi* so it matches properly.
Add arm-*-netbsdelf-*eabihf* which has a VFP V2 by default.
Rename armnetbsdeabi*.h to armnbsdeabi*.h to be consistent with other nbsd
files.

(matt)

2013-02-04 22:19:43 UTC MAIN commitmail json YAML

add a sysctl.vis node that indicated which version of the VIS instruction set
is supported. Currently this will be 1 for UltraSPARC I and II, 2 for
UltraSPARC-III and up

(macallan)

2013-02-04 21:46:14 UTC MAIN commitmail json YAML

Oops, put back the initialisation of cpu_cc_freq

(skrll)

2013-02-04 21:43:17 UTC MAIN commitmail json YAML

Fix some VERBOSE_INIT_ARM output

(skrll)

2013-02-04 21:37:05 UTC MAIN commitmail json YAML

Remove something that shouldn't have been committed.

(skrll)

2013-02-04 21:35:45 UTC MAIN commitmail json YAML

put BUS_DMA_PREFETCHABLE back now that the missing pieces are in place

(macallan)

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

2013-02-04 21:24:07 UTC MAIN commitmail json YAML

Fix transfer aborts and bump the workqueue to IPL_BIO.

(skrll)

2013-02-04 20:28:24 UTC MAIN commitmail json YAML

move code around a little bit in order to call get_ldp_peer correctly
check also for transport_address in get_ldp_peer

(kefren)

2013-02-04 20:03:11 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2013-02-04 19:29:39 UTC MAIN commitmail json YAML

According to the opengroup document [1], we should include fcntl.h (not
sys/fcntl.h) for posix_fadvise().

[1] http://pubs.opengroup.org/onlinepubs/009695399/functions/posix_fadvise.html

(njoly)

2013-02-04 18:42:31 UTC MAIN commitmail json YAML

Add a match for arm*--netbsdelf-eabi* and default that EABI with a VFP FPU
and ARCH_ARM_V5TEJ cpu.

(matt)

2013-02-04 18:41:18 UTC MAIN commitmail json YAML

2013-02-04 18:29:56 UTC MAIN commitmail json YAML

Halt the RX watchdog callout when stopping.

(jdc)

2013-02-04 17:19:18 UTC MAIN commitmail json YAML

24h-mode is indicated by bit 2 of control register F.

(phx)

2013-02-04 17:14:32 UTC MAIN commitmail json YAML

* Don't assume INET in connection path
* Lookup in hello list in order to get the correct LDP ID, instead of
  transport address
* Improve an error message

(kefren)

2013-02-04 15:44:45 UTC MAIN commitmail json YAML

don't print the interface name 2ice.

(christos)

2013-02-04 15:00:37 UTC MAIN commitmail json YAML

Update to LLVM/Clang snapshot r174288. This brings in the new AArch64
backend as well as an import bug fix for pointer compare optimisations.

(joerg)

2013-02-04 13:37:30 UTC MAIN commitmail json YAML

support ARM32_MMAP_WRITECOMBINE for managed pages as well

(macallan)

2013-02-04 13:26:20 UTC MAIN commitmail json YAML

support BUS_DMA_PREFETCHABLE in bus_dmamem_mmap()

(macallan)

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

add BUS_DMA_PREFETCHABLE flag for bus_dmamem_map(), analog to
BUS_SPACE_MAP_PREFETCHABLE

(macallan)

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

Grammar. Sort sections.

(wiz)

2013-02-04 10:53:15 UTC MAIN commitmail json YAML

Mention IPv6, operation mode and re-section a bit

(kefren)

2013-02-04 09:52:43 UTC MAIN commitmail json YAML

correct the sockaddr compare
modify a couple of debug messages

(kefren)

2013-02-04 03:29:47 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/earmhf/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/earmhf/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/earmhf/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/earmhf/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhf/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhf/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhf/init.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhf/observer.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhf/observer.inc@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhf/version.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/earmhf/xml-builtin.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/earmhf/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/earmhf/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libopcodes/arch/earmhf/config.h@1.1 / diff / nxr@1.1
      :
(more 3 files)
mknative gdb for earmhf

(matt)

2013-02-04 02:45:28 UTC MAIN commitmail json YAML

Understand netbsd*-*eabi* for an os

(matt)

2013-02-04 01:44:47 UTC MAIN commitmail json YAML

Pull multiple free bua fix from upstream:
http://git.openssl.org/gitweb/?p=openssl.git;a=patch;h=d21bf10dea6588b632a65b4fe594e04f288aad83;hp=d47c01a31a67ff4370b1883a58cabd0279752bb4

Multiple copies of the ENGINE will cause problems when it is cleaned up as
the methods are stored in static structures which will be overwritten and
freed up more than once.

Set static methods to NULL when the ENGINE is freed so it can be reloaded.

(manu)

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

src/external/gpl3/gcc/lib/crtstuff/arch/earmhf.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/earmhf.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgomp/arch/earmhf/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmhf/libgomp.spec@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmhf/libgomp_f.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/earmhf/omp.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libiberty/arch/earmhf/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/earmhf/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/earmhf/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++allocator.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/c++config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/cxxabi_tweaks.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gthr-default.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gthr-posix.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gthr-single.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gthr-tpf.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/gthr.h@1.1 / diff / nxr@1.1
      :
(more 15 files)
gcc mknative for earmhf

(matt)

2013-02-03 22:25:39 UTC MAIN commitmail json YAML

Use "Static" for dwc_otg_init_fifo

(skrll)

2013-02-03 22:23:48 UTC MAIN commitmail json YAML

2013-02-03 20:13:28 UTC MAIN commitmail json YAML

Add argument to wdccommandext() to allow the entire contents of the
device/head register to be specified.  Needed for upcoming port multipler
support in mvsata(4).

(jakllsch)

2013-02-03 19:41:59 UTC MAIN commitmail json YAML

Don't try to connect to peers before sending hellos

(kefren)

2013-02-03 19:16:06 UTC MAIN commitmail json YAML

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

2013-02-03 17:46:28 UTC MAIN commitmail json YAML

Output "iic mux present" if this device has multiple IIC buses (0 and 1).
The device has multiple buses if the second (bus select) register is present.

(jdc)

2013-02-03 17:41:02 UTC MAIN commitmail json YAML

The i2c bus number (0 or 1) is encoded in bit 33 of the register for a node,
but we encode it in bit 8 of i2c_addr_t.  If bit 33 is set, unset it and
set bit 9 instead (we later shift by one bit).

(jdc)

2013-02-03 16:28:51 UTC MAIN commitmail json YAML

Also set ia.ia_size from size when doing direct config.

(jdc)

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

2013-02-03 15:32:32 UTC MAIN commitmail json YAML

makefs enhancements

(christos)

2013-02-03 15:30:04 UTC MAIN commitmail json YAML

PR/47528: Izumi Tsutsui: eeprom(8) dumps core after 64 bit time_t changes

(christos)

2013-02-03 14:51:58 UTC MAIN commitmail json YAML

2013-02-03 12:41:40 UTC MAIN commitmail json YAML

enable simd, neon, and iwmmxt for earmhf

(jmcneill)

2013-02-03 11:36:55 UTC MAIN commitmail json YAML

Fix typo in option name

(skrll)

2013-02-03 10:58:28 UTC MAIN commitmail json YAML

Add a detach function and use this when shutting down:
  halt the fan speed callout
  set the speed of both fans to maximum

Also avoids occasional panics in shutdown because the callout is not stopped.

(jdc)

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

2013-02-03 08:22:21 UTC MAIN commitmail json YAML

We adjust the fan speeds every 60 seconds (20 seconds is for the initial
adjustment only).

(jdc)

2013-02-03 08:19:58 UTC MAIN commitmail json YAML

Note that a callout should be stopped before being destroyed.

(jdc)

2013-02-03 07:14:41 UTC MAIN commitmail json YAML

Add hardfloat version of fabs using the vabs.f64 instruction

(matt)

2013-02-03 07:13:07 UTC MAIN commitmail json YAML

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

2013-02-03 05:37:44 UTC MAIN commitmail json YAML

Add
MACHINE=evbarm MACHINE_ARCH=earmhf ALIAS=evbearmhf-el
MACHINE=evbarm MACHINE_ARCH=earmhfeb ALIAS=evbearmhf-eb

(matt)

2013-02-03 05:36:36 UTC MAIN commitmail json YAML

Add support for MACHINE_ARCH earmhf and earmhfeb

(matt)

2013-02-03 05:35:26 UTC MAIN commitmail json YAML

2013-02-03 05:34:50 UTC MAIN commitmail json YAML

2013-02-03 03:21:42 UTC MAIN commitmail json YAML

don't truncate the file if an offset is given.

(christos)

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

2013-02-03 02:01:19 UTC MAIN commitmail json YAML

2013-02-03 01:59:55 UTC MAIN commitmail json YAML

Use MACHINE_CPU for arm instead of MACHINE_ARCH

(matt)

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

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

(matt)

2013-02-03 01:55:19 UTC MAIN commitmail json YAML

Add support for earmhf and earmhfeb and add SRCS.hardfloat.

(matt)

2013-02-03 01:50:54 UTC MAIN commitmail json YAML

2013-02-03 01:48:53 UTC MAIN commitmail json YAML

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

Always compile the kernel with -mfloat=soft

(matt)

2013-02-02 21:55:28 UTC MAIN commitmail json YAML

Add a manual page for tda.

(jdc)

2013-02-02 21:54:51 UTC MAIN commitmail json YAML

Add sysmon support to display the fan-speed related values for the CPU and
system fans.
Fix a bug where the system fan was always set to full speed (63), which was
noticed when viewing the values reported by `envstat`.

(jdc)

2013-02-02 21:38:24 UTC MAIN commitmail json YAML

2013-02-02 21:06:31 UTC MAIN commitmail json YAML

2013-02-02 21:02:06 UTC MAIN commitmail json YAML

2013-02-02 20:42:02 UTC MAIN commitmail json YAML

2013-02-02 20:06:48 UTC MAIN commitmail json YAML

static inline so that the kernel links.

(christos)

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

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

Use const void *

(matt)

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

2013-02-02 15:43:27 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by dsl in ticket #773):
bin/sh/expand.c: revision 1.88
bin/sh/expand.h: revision 1.19

Fix the expansion of "$(foo-$bar}" so that IFS isn't applied when
expanding $bar. Should fix PR bin/47361

(sborrill)

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

tools build is non-c-99

(christos)

2013-02-02 15:12:25 UTC MAIN commitmail json YAML

avoid the long shadow of i

(christos)

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

Don't wait forever for output from a child job.

(christos)

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

Use CACHE_LINE_SIZE for EHCI_SQTD_ALIGN to make sure the sqtd fully consume
a cacheline.

(matt)

2013-02-02 14:11:38 UTC MAIN commitmail json YAML

Use __SHIFTOUT to simplify an expression.

(matt)

2013-02-02 14:06:58 UTC MAIN commitmail json YAML

Remove __BEGIN_DECLS/__END_DECLS
Allow pmap_kenter_pa to be a macro.

(matt)

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

Add an explicit (void *) cast to __link_set_make_entry*
(these probably should have ptype added to them).

(matt)

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

Make the inclusion of <sys/cprng.h> a private matter for sysctl.  No reason
to expose the rest of the kernel to it.

(matt)

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

Don't define bool/true/false in the kernel if __cplusplus is defined.

(matt)

2013-02-02 07:00:42 UTC MAIN commitmail json YAML

get rid of ip_len local variable. Use ntohs(ip->ip_len) like the rest
of the code in the two places this variable was used

(kefren)

2013-02-02 05:04:26 UTC MAIN commitmail json YAML

Can't use TARGET_AAPCS_BASED since it's not setup by the time
SUBTARGET_CPU_DEFAULT is invoked so use ARM_DEFAULT_ABI instead).

(matt)

2013-02-02 02:08:37 UTC MAIN commitmail json YAML

If the initial build of nbmake fails, make the configure logfile
available (and tell where it is).

(hubertf)

2013-02-01 21:02:48 UTC MAIN commitmail json YAML

use the version in the source tree, instead of the build host

(christos)

2013-02-01 19:27:48 UTC MAIN commitmail json YAML

Use bus_space_read_multi_4 to drain the RNG's FIFO.

(matt)

2013-02-01 16:10:16 UTC MAIN commitmail json YAML

Use bus_space_read_multi_4 and fix copyright year. From Jared.

(skrll)

2013-02-01 15:23:11 UTC MAIN commitmail json YAML

include stdbool.h if !_KERNEL

(matt)

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

cleanup PVF_WRITE & pvh_attrs interaction.

(matt)

2013-02-01 14:48:16 UTC MAIN commitmail json YAML

Include two MII PHY drivers, as needed by certain PCMCIA network cards.
More PHY drivers should be added when needed.

(phx)

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

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

while it is studly to play with token pasting, passing directly the type
is a lot more readable.

(christos)

2013-02-01 13:29:33 UTC MAIN commitmail json YAML

Make custom "reload" target work. Before this fix it would have tried
to send a HUP signal to "wpa_supplicant" instead.

(tron)

2013-02-01 12:53:47 UTC MAIN commitmail json YAML

Call usb_syncmem() against descriptors more strictly.
(not sure if the previous ones were fatal though)

(tsutsui)

2013-02-01 05:40:07 UTC MAIN commitmail json YAML

2013-02-01 02:53:48 UTC MAIN commitmail json YAML

support WSDISPLAYIO_SVIDEO and _GVIDEO, now screen blanking in X works

(macallan)

2013-02-01 00:17:25 UTC MAIN commitmail json YAML

only enable ARM SIMD and NEON for earm, as the configure script tests for this

(jmcneill)

2013-01-31 23:40:48 UTC MAIN commitmail json YAML

2013-01-31 23:09:06 UTC MAIN commitmail json YAML

Add comma after i.e.
From Bug Hunting.

(wiz)

2013-01-31 22:46:51 UTC MAIN commitmail json YAML

Add support for SIMD and NEON extensions.

(jmcneill)

2013-01-31 22:35:25 UTC MAIN commitmail json YAML

Add support for machdep neon_present and id_mvfr sysctls

(matt)

2013-01-31 22:34:26 UTC MAIN commitmail json YAML

Add simple sysctls for cpu_id, fpu_id, neon_present, simd_present,
simdex_present.
Add struct sysctls to return the isar, mmfr, pfr, and mvfr sets.

(matt)

2013-01-31 22:24:25 UTC MAIN commitmail json YAML

Add support for PREINIT_ARRAY

(matt)

2013-01-31 22:01:49 UTC MAIN commitmail json YAML

Another typo in a comment.

(skrll)

2013-01-31 21:57:39 UTC MAIN commitmail json YAML

2013-01-31 21:10:37 UTC MAIN commitmail json YAML

2013-01-31 20:58:00 UTC MAIN commitmail json YAML

Add pthread_condattr_setclock(3) man page link.

(riastradh)

2013-01-31 19:47:59 UTC MAIN commitmail json YAML

Only complain about binding if we have more than 1 cpu. :)
(we always have more than 0).

(matt)

2013-01-31 19:16:12 UTC MAIN commitmail json YAML

bump for TOOLS_BUILDRUMP

(pooka)

2013-01-31 16:32:02 UTC MAIN commitmail json YAML

2013-01-31 15:47:53 UTC MAIN commitmail json YAML

include private.h to get access to TM_GMTOFF

(christos)

2013-01-31 15:22:50 UTC MAIN commitmail json YAML

Use TOOLS_BUILDRUMP=yes to restrict building of tools to those required
for building rump kernels.  This cuts down the NetBSD source tree required
by buildrump.sh to a fraction and addresses a size/download time concern
from a person packaging rump kernels for Linux.

No change to the normal case (tested with several -j32/-j64 builds).

reviewed by apb

(pooka)