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

2024-05-10 15:30:50 UTC Now

2013-08-19 09:12:59 UTC MAIN commitmail json YAML

2013-08-19 08:03:34 UTC MAIN commitmail json YAML

2013-08-19 07:18:42 UTC MAIN commitmail json YAML

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

2013-08-19 06:56:15 UTC MAIN commitmail json YAML

2013-08-19 06:23:59 UTC MAIN commitmail json YAML

2013-08-19 06:11:20 UTC MAIN commitmail json YAML

fix cfi_register -> cfi_offset

(matt)

2013-08-19 04:27:22 UTC MAIN commitmail json YAML

Instead of trying to pass two kernels to beagleboard.conf, pass one and
derive the path to the second from the first.

(jmcneill)

2013-08-19 03:55:12 UTC MAIN commitmail json YAML

Rework to allow thumb armv7 compilation.
Add atomic_simplelock.c for thumb

(matt)

2013-08-19 03:54:15 UTC MAIN commitmail json YAML

Thumbify (and use .cfi ops)

(matt)

2013-08-19 03:51:04 UTC MAIN commitmail json YAML

thumbify
add .cfi ops (for thumb)

(matt)

2013-08-19 03:47:06 UTC MAIN commitmail json YAML

2013-08-19 03:44:47 UTC MAIN commitmail json YAML

Add thumb version
Use STRONG_ALIAS

(matt)

2013-08-19 03:44:18 UTC MAIN commitmail json YAML

Use STRONG_ALIAS
Add thumb variation

(matt)

2013-08-19 03:43:07 UTC MAIN commitmail json YAML

2013-08-19 03:27:34 UTC MAIN commitmail json YAML

2013-08-19 03:05:17 UTC MAIN commitmail json YAML

make sure u_int is defined

(matt)

2013-08-19 02:55:19 UTC MAIN commitmail json YAML

Add END() and clarify thumb/arm

(matt)

2013-08-19 02:54:02 UTC MAIN commitmail json YAML

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

2013-08-19 02:36:27 UTC MAIN commitmail json YAML

2013-08-19 02:24:09 UTC MAIN commitmail json YAML

2013-08-19 02:22:25 UTC MAIN commitmail json YAML

2013-08-19 02:20:06 UTC MAIN commitmail json YAML

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

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

2013-08-19 02:08:41 UTC MAIN commitmail json YAML

Change previous use of r2 to r3

(matt)

2013-08-19 02:07:22 UTC MAIN commitmail json YAML

teq -> cmp
ip -> r2
add/sub -> adds/subs
(thumbify part 1)

(matt)

2013-08-19 01:17:32 UTC MAIN commitmail json YAML

2013-08-19 01:12:08 UTC MAIN commitmail json YAML

Add .cfi for __ARM_EABI__
Thumbify

(matt)

2013-08-19 01:08:53 UTC MAIN commitmail json YAML

2013-08-19 01:08:29 UTC MAIN commitmail json YAML

2013-08-19 00:57:25 UTC MAIN commitmail json YAML

2013-08-19 00:56:12 UTC MAIN commitmail json YAML

2013-08-19 00:36:29 UTC MAIN commitmail json YAML

Add .cfi ops if EABI.
Thumbify.

(matt)

2013-08-19 00:35:07 UTC MAIN commitmail json YAML

2013-08-18 23:14:27 UTC MAIN commitmail json YAML

Fix CLKF_INTR for EABI to (void) its argument so it isn't mark unused by the
optimizer.

(matt)

2013-08-18 22:26:51 UTC MAIN commitmail json YAML

2013-08-18 21:57:01 UTC MAIN commitmail json YAML

2013-08-18 21:50:31 UTC MAIN commitmail json YAML

2013-08-18 21:42:16 UTC MAIN commitmail json YAML

2013-08-18 20:48:17 UTC MAIN commitmail json YAML

Support __format_arg.

(joerg)

2013-08-18 20:03:48 UTC MAIN commitmail json YAML

Rename fixup to update_global to better reflect the purpose.
Remove the various Current pointers, they are implementation internals
that shouldn't be leaked. Remove _CATEGORY_DEFAULT related handling and
directly pick the implemenation pointer from the C locale.
Merge the C locale data into global_locale.c with the exception of
_DefaultRuneLocale. Mark that one hidden. Move _RUNE_LOCALE and
_CITRUS_CTYPE into multibyte.h and pick up the correct rl_citrus_ctype
for non-default locales.

(joerg)

2013-08-18 18:40:27 UTC MAIN commitmail json YAML

2013-08-18 16:55:47 UTC MAIN commitmail json YAML

2013-08-18 16:09:50 UTC MAIN commitmail json YAML

2013-08-18 16:08:42 UTC MAIN commitmail json YAML

2013-08-18 16:08:24 UTC MAIN commitmail json YAML

Include <arm/cpufunc.h> if !_LOCORE

(matt)

2013-08-18 16:08:02 UTC MAIN commitmail json YAML

Don't include <arm/locore.h>, just <arm/armreg.h>

(matt)

2013-08-18 15:58:21 UTC MAIN commitmail json YAML

2013-08-18 10:40:06 UTC MAIN commitmail json YAML

2013-08-18 10:00:58 UTC MAIN commitmail json YAML

getnameinfo is now thread-safe so remove bugs section.

(christos)

2013-08-18 09:57:16 UTC MAIN commitmail json YAML

2013-08-18 09:31:38 UTC MAIN commitmail json YAML

Remove ancient spl* variants no longer used

(martin)

2013-08-18 08:08:15 UTC MAIN commitmail json YAML

Properly recognize Thumb2 instructions.
(a thumb2 FP programs correctly runs now).

(matt)

2013-08-18 07:57:29 UTC MAIN commitmail json YAML

Only add in __aeabi_read_tp.S when building for earm.

(skrll)

2013-08-18 07:57:27 UTC MAIN commitmail json YAML

Add a CPU_IS_ARMV7_P() macro (nonv7 evals to false, v7 only true, otherwise
cpu_armv7_p is checked (and is set by cpuconf for cortex and pj4b).

(matt)

2013-08-18 07:55:28 UTC MAIN commitmail json YAML

include <arm/locore.h>

(matt)

2013-08-18 07:36:39 UTC MAIN commitmail json YAML

If _KMEMUSER, include <sys/intr.h>

(matt)

2013-08-18 07:36:13 UTC MAIN commitmail json YAML

Expose SOFTINT_COUNT for _KMEMUSER

(matt)

2013-08-18 07:15:31 UTC MAIN commitmail json YAML

Don't use cfi ops in non EABI MCOUNT

(matt)

2013-08-18 07:09:06 UTC MAIN commitmail json YAML

Sort options. Consistency. Serial comma. Describe -F instead of -S twice :)

(wiz)

2013-08-18 07:01:45 UTC MAIN commitmail json YAML

2013-08-18 06:50:31 UTC MAIN commitmail json YAML

2013-08-18 06:46:04 UTC MAIN commitmail json YAML

There are only 16 faults.

(matt)

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

Use blx ip if _ARM_ARCH_5
prepare to get of switchframe

(matt)

2013-08-18 06:34:02 UTC MAIN commitmail json YAML

2013-08-18 06:32:15 UTC MAIN commitmail json YAML

Move parts of cpu.h that are not needed by MI code in <arm/locore.h>
Don't include <machine/cpu.h> or <machine/frame.h>, use <arm/locore.h>
Use <arm/asm.h> instead of <machine/arm.h>

(matt)

2013-08-18 06:29:29 UTC MAIN commitmail json YAML

2013-08-18 06:28:18 UTC MAIN commitmail json YAML

2013-08-18 06:03:14 UTC MAIN commitmail json YAML

Also add an output format argument to multigest(1).

This can take one of three values:

+ digest (meaning print output in digest(1) format)
i.e. "ALG (file) = digest"

+ openssl (meaning print output in openssl(1) format), or
i.e. "ALG(file)= digest"

+ multigest (meaning output is in multigest format)
i.e. "ALG (file) (substition) = digest"

The default is multigest format.

(agc)

2013-08-18 05:54:16 UTC MAIN commitmail json YAML

Fix local symbol to be local
use END/ASEND

(matt)

2013-08-18 05:20:47 UTC MAIN commitmail json YAML

2013-08-18 05:07:19 UTC MAIN commitmail json YAML

2013-08-18 05:06:49 UTC MAIN commitmail json YAML

remove __thumb__ PIC specifics.  no different from ARM except being pc+4 not
pc+8

(matt)

2013-08-18 05:01:47 UTC MAIN commitmail json YAML

struct pcb; for a function prototype.

(matt)

2013-08-18 04:52:19 UTC MAIN commitmail json YAML

2013-08-18 04:45:26 UTC MAIN commitmail json YAML

introduce an output separator to multigest(1), suggested by Thomas Klausner.

Use the output separator to separate the individual digests in the output.
The output separator defaults to the null string, i.e. no output separator.

(agc)

2013-08-18 04:32:40 UTC MAIN commitmail json YAML

Move the MD parts of <arm/cpu.h> to here.

(matt)

2013-08-18 04:31:09 UTC MAIN commitmail json YAML

Support thumb1 indirectly and thumb2 directly

(matt)

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

Nuke atomic.S since we have MI defined atomic ops

(matt)

2013-08-17 20:21:38 UTC MAIN commitmail json YAML

#define __HAVE_FAST_SOFTINT

(matt)

2013-08-17 20:20:18 UTC MAIN commitmail json YAML

Since nothing in <sys/intr.h> depends on <machine/intr.h>, include the
latter last so SOFTINT_COUNT and friends are defined before including it.
Since <machine/intr.h> may need to include <machine/cpu.h> which might need
SOFTINT_COUNT.

(matt)

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

document the changes to multigest_data() and multigest_file() signatures

(agc)

2013-08-17 20:13:48 UTC MAIN commitmail json YAML

adapt the signature of the multigest_file() and multigests_data()
functions to return the output digest (albeit in raw format), and to
take the algorithm list as the first argument.  this makes it mirror
the normal digest *Data() and *File() functions signatures.

(agc)

2013-08-17 19:57:10 UTC MAIN commitmail json YAML

Use  -fno-unwind-tables when creating a.out kernels.

(skrll)

2013-08-17 18:56:59 UTC MAIN commitmail json YAML

2013-08-17 18:49:46 UTC MAIN commitmail json YAML

Explain command line options. Thanks to wiz for the nudge!

(agc)

2013-08-17 18:48:01 UTC MAIN commitmail json YAML

Remove empty file.

(joerg)

2013-08-17 18:30:22 UTC MAIN commitmail json YAML

+ fix a bug whereby large multiple digests overflowed the context space
  because they weren't taking into account the current algorithms context
  space needs
+ add my own copyright where substantial work has been done
+ move to a portable, lightweight RFC1738-inspired encoding for VCS identifiers
  (we can't be assured that any of the vis(3) routines are going to be available)
+ re-do all the regression test results to avoid the RCS Ids being expanded
  in checked-in regression tests
+ make keccak sources thread-safe by moving the initialisation space into the
  keccak context space
+ print details of expected and calculated digests during check if the
  digests do NOT match (from Thomas Klausner, the original behaviour was
  from debugging tests - thanks!)

(agc)

2013-08-17 18:29:35 UTC MAIN commitmail json YAML

multigest changes:

+ fix a bug whereby large multiple digests overflowed the context space
  because they weren't taking into account the current algorithm's context
  space needs
+ add my own copyright where substantial work has been done
+ move to a portable, lightweight RFC1738-inspired encoding for VCS identifiers
  (we can't be assured that any of the vis(3) routines are going to be available)
+ re-do all the regression test results to avoid the RCS Ids being expanded
  in checked-in regression tests
+ make keccak sources thread-safe by moving the initialisation space into the
  keccak context space
+ print details of expected and calculated digests during check if the
  digests do NOT match (from Thomas Klausner, the original behaviour was
  from debugging tests - thanks!)

(agc)

2013-08-17 14:39:54 UTC MAIN commitmail json YAML

Revert previous; the SiI3114 is not even BAR/register compatible with
siisata(4).

(jakllsch)

2013-08-17 13:08:16 UTC MAIN commitmail json YAML

Try to pick up the right location for BEAGLEBONE and BEAGLEBOARD kernels.

(jmcneill)

2013-08-17 05:43:02 UTC MAIN commitmail json YAML

Enable sdiv/udiv instructions for both Thumb2 and ARM if hwdiv is supported.

(matt)

2013-08-17 05:42:07 UTC MAIN commitmail json YAML

If hardware divide is supported on the CPU, predefine __ARM_ARCH_EXT_IDIV__

(matt)

2013-08-17 01:08:35 UTC MAIN commitmail json YAML

Enforce that this must be not compiled using Thumb1

(matt)

2013-08-17 01:07:45 UTC MAIN commitmail json YAML

2013-08-17 00:40:10 UTC MAIN commitmail json YAML

inject a PMFE_SPEED_CHANGED when changing the speed.

(matt)

2013-08-17 00:21:47 UTC MAIN commitmail json YAML

Add _ARM_ARCH_5T (needed for blx <reg> support)

(matt)

2013-08-16 23:20:59 UTC MAIN commitmail json YAML

2013-08-16 22:30:28 UTC MAIN commitmail json YAML

Save r3 instead of r4 when calling CERROR in thumb mode.

(matt)

2013-08-16 22:28:06 UTC MAIN commitmail json YAML

thumbify and add END

(matt)

2013-08-16 22:27:32 UTC MAIN commitmail json YAML

Thumbify & optimize a little

(matt)

2013-08-16 22:21:59 UTC MAIN commitmail json YAML

Use _INVOKE_CERROR
use stmia instead of two str
add END

(matt)

2013-08-16 22:20:49 UTC MAIN commitmail json YAML

Rework SYSTRAP for thumb.
Add END to PSEUDO_NOERROR and PSEUDO

(matt)

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

2013-08-16 21:42:48 UTC MAIN commitmail json YAML

__mcount is always arm code (even if compiled -mthumb).
Add .cfi for unwind tables

(matt)

2013-08-16 21:04:07 UTC MAIN commitmail json YAML

Teach gcc to recognize a7 & a15 as a9 but with hwdiv.

(matt)

2013-08-16 17:45:28 UTC MAIN commitmail json YAML

Don't define RETc if Thumb1
Add REL_SYM(a, b)
Make GOT_INIT* thumb aware.

(matt)

2013-08-16 17:09:27 UTC MAIN commitmail json YAML

Make _libc_arm_fpu_present hidden

(matt)

2013-08-16 15:34:05 UTC MAIN commitmail json YAML

2013-08-16 15:29:45 UTC MAIN commitmail json YAML

test harness for gethostbyname()/gethostbyaddr() and their internal bits.
XXX[1]: How can we avoid using hard-coded hosts for DNS
XXX[2]: How do we test NIS?

(christos)

2013-08-16 15:27:12 UTC MAIN commitmail json YAML

Add not advertised reentrant functions: {get,set,end}hostent_r,
gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use
gethostbyaddr_r(3) so it is re-entrant (ahem __ypdomain). These
are not being advertised because there is a bunch of different
implementation of them that have a variety of type signatures.

If people want to follow someone's implementation, it is now easy.

(christos)

2013-08-16 13:39:47 UTC MAIN commitmail json YAML

Make FPU_EMULATE work on NetBSD/hp300.  Commented out by default in GENERIC.

Tested on HP9000/362 without optional MC68882 FPU in its socket.

(tsutsui)

2013-08-16 11:57:15 UTC MAIN commitmail json YAML

Prevent inlining of the main testcase body function.
Do not mark the inner functions static, as they might get cloned then
(ending up being called "myfunc3.clone.3" instead of "myfunc").

(martin)

2013-08-16 10:29:32 UTC MAIN commitmail json YAML

Use makeinfo built from src/tools/texinfo.  Fixes PR toolchain/48123.
ok apb@

(gsutre)

2013-08-16 07:38:38 UTC MAIN commitmail json YAML

Replace standard sentence by standard macro in standard section.

(wiz)

2013-08-16 07:38:14 UTC MAIN commitmail json YAML

2013-08-16 02:21:53 UTC MAIN commitmail json YAML

Hardwire ld0 -> sdmmc0 and ld1 -> sdmmc1. Support local configuration in
BEAGLEBONE.local

(jmcneill)

2013-08-16 01:47:41 UTC MAIN commitmail json YAML

Add a hidden version for libpthread.

(matt)

2013-08-16 00:03:01 UTC MAIN commitmail json YAML

support beaglebone and beagleboard with the same image

(jmcneill)

2013-08-15 22:42:50 UTC MAIN commitmail json YAML

When compiling for Thumb1, the swp instruction is not availble.  So this
stub is added to provide __cpu_simple_lock and __cpu_simple_lock_try via
thumb interwork support.  It is compiled with -mno-thumb.

(matt)

2013-08-15 22:41:15 UTC MAIN commitmail json YAML

Add an EABI ARM version of MCOUNT that doesn't do ARM26 compat.
Add an EABI Thumb version of MCOUNT (doesn't do ARM26 compat either).
Add .size to all MCOUNT

(matt)

2013-08-15 22:38:24 UTC MAIN commitmail json YAML

Add support for an optional ARCHSUBDIR/Makefile.inc

(matt)

2013-08-15 22:37:29 UTC MAIN commitmail json YAML

Use the thumb1 versions of sev/wfe for thumb && armv6+.
if using armv5t don't do anything for thumb.

(matt)

2013-08-15 22:34:59 UTC MAIN commitmail json YAML

If compiling for Thumb1, make __lwp_getprivate_fast call __aeabi_read_tp.

(matt)

2013-08-15 22:25:10 UTC MAIN commitmail json YAML

Add _ARM_ARCH_T2 to indicate Thumb2 support
Don't define _ARM_ARCH_DWORD_OK disappear if compiling for Thumb1

(matt)

2013-08-15 22:13:48 UTC MAIN commitmail json YAML

2013-08-15 22:10:22 UTC MAIN commitmail json YAML

2013-08-15 22:10:05 UTC MAIN commitmail json YAML

translate ino_t to a portability-friendlier type

(pooka)

2013-08-15 21:48:05 UTC MAIN commitmail json YAML

2013-08-15 21:47:46 UTC MAIN commitmail json YAML

Explicitly avoid MAXNAMELEN.  I'm not claiming it's pretty, but most
likely it's more bang for the buck than adding cpp support to the
sed script.

(pooka)

2013-08-15 21:41:09 UTC MAIN commitmail json YAML

2013-08-15 21:40:11 UTC MAIN commitmail json YAML

2013-08-15 21:29:04 UTC MAIN commitmail json YAML

Explicitly produce an error if the mythical kernel folk try to include
this header.

(pooka)

2013-08-15 21:28:23 UTC MAIN commitmail json YAML

remove includes which haven't been necessary since the cudgel war

(pooka)

2013-08-15 21:21:47 UTC MAIN commitmail json YAML

Give includers a way to say "yea I'll just deal with the type
compat on my own, thank you very many"

(pooka)

2013-08-15 21:19:14 UTC MAIN commitmail json YAML

2013-08-15 21:16:13 UTC MAIN commitmail json YAML

type compat header list doesn't need to be autogenerated

(pooka)

2013-08-15 21:00:56 UTC MAIN commitmail json YAML

revert pending fix: MAXNAMLEN causes trouble

(pooka)

2013-08-15 20:48:56 UTC MAIN commitmail json YAML

Use more static and __dead.

(joerg)

2013-08-15 20:45:38 UTC MAIN commitmail json YAML

2013-08-15 20:45:12 UTC MAIN commitmail json YAML

2013-08-15 15:26:50 UTC MAIN commitmail json YAML

In the error paths where uaudio_chan_free_buffers() has to be called, acquire
the uaudio spinlock after the call because another spinlock is used indirectly
during the call.
Fixes a panic with LOCKDEBUG when a low-speed uaudio attached to a high-speed
hub is opened.

(aymeric)

2013-08-15 12:45:50 UTC MAIN commitmail json YAML

Add .ARM.extab to the list of sections to be removed when converting to
aout format.

(martin)

2013-08-15 12:45:06 UTC MAIN commitmail json YAML

Do not explicitly prevent unwind table generation

(martin)

2013-08-15 12:42:25 UTC MAIN commitmail json YAML

Now that all architectures default to unwind data, remove the failure
for !amd64.

(joerg)

2013-08-15 12:39:28 UTC MAIN commitmail json YAML

Save space and strip .eh_frame sections for the ramdisks as well.

(joerg)

2013-08-15 03:27:37 UTC netbsd-6-1 commitmail json YAML

2013-08-14 17:42:03 UTC MAIN commitmail json YAML

Remove trailing space.

(wiz)

2013-08-14 17:41:20 UTC MAIN commitmail json YAML

Remove trailing space, sort SEE ALSO.

(wiz)

2013-08-14 14:45:12 UTC MAIN commitmail json YAML

Do not output unwind tables, they make no sense for the kernel.
Do not force MACHINE=arm, to allow building eabi kernels with MACHINE=earmv4

(martin)

2013-08-14 14:43:12 UTC MAIN commitmail json YAML

Allow building of COMPAT_NETBSD32.

(martin)

2013-08-14 11:29:57 UTC MAIN commitmail json YAML

This driver was actually pulled back to 6.1, so it first appeared in 6.1, not
7.0.

(rkujawa)

2013-08-14 10:45:17 UTC MAIN commitmail json YAML

Link to X-Surf 100 docs, add info about the chip.

(rkujawa)

2013-08-14 10:16:04 UTC MAIN commitmail json YAML

when building as a tool, only use struct tm tm_gmtoff if HAVE_STRUCT_TM_TM_GMTOFF is defined -- fixes cygwin build

(jmcneill)

2013-08-14 10:15:14 UTC MAIN commitmail json YAML

2013-08-14 10:14:45 UTC MAIN commitmail json YAML

add test for struct tm tm_gmtoff member

(jmcneill)

2013-08-14 09:55:05 UTC MAIN commitmail json YAML

Partially revert previous, there are still a few gotchas in
running ipv4/ipv6-only (too many dependencies on ifdefs).

(pooka)

2013-08-14 09:31:42 UTC MAIN commitmail json YAML

2013-08-14 09:20:55 UTC MAIN commitmail json YAML

Note AX88x9x MII support (in previous commit, which accidentally had no
commit log message), bump date.

(rkujawa)

2013-08-14 09:19:09 UTC MAIN commitmail json YAML

2013-08-14 08:29:26 UTC MAIN commitmail json YAML

Change the default value of rump kernels CPUs to 2.  It used to be
the number of host cores, but that value is overkill for most uses,
especially with massively multicore hosts.  Dozens of useless virtual
CPUs are relatively speaking expensive in terms of bootstrap time and
memory footprint.  On the other end of the spectrum, defaulting to 2
might shake out some bugs from the qemu test runs.

(pooka)

2013-08-14 01:53:27 UTC MAIN commitmail json YAML

comments & whitespace police

(macallan)

2013-08-13 20:41:25 UTC MAIN commitmail json YAML

pass HOST_SH to the build, to keep it from picking up a "bash"
from $PATH

(drochner)

2013-08-13 20:38:08 UTC MAIN commitmail json YAML

2013-08-13 19:29:45 UTC MAIN commitmail json YAML

2013-08-13 17:30:27 UTC MAIN commitmail json YAML

Note X-Surf 100 support.

(rkujawa)

2013-08-13 16:09:55 UTC MAIN commitmail json YAML

As MII support was added, add it also to synopsis.

(rkujawa)

2013-08-13 15:52:00 UTC MAIN commitmail json YAML

Use mvnge AHI, #0x80000000 instead of mvnge AHI, ALO, lsr #1

(matt)

2013-08-13 15:46:31 UTC MAIN commitmail json YAML

0x800000000 -> 0x80000000 (one too many zeroes)

(matt)

2013-08-13 15:45:30 UTC MAIN commitmail json YAML

2013-08-13 15:44:35 UTC MAIN commitmail json YAML

2013-08-13 15:43:25 UTC MAIN commitmail json YAML

Add support for X-Surf 100 integrated MII PHY. MAC part seems to be compatible
with AX88190, while PHY itself can be handled by ukphy.

(rkujawa)

2013-08-13 12:11:02 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE

> arm--netbsdelf-eabi-dbsym: symbol table (786048 bytes) too big for buffer (78603 2 bytes)
> Increase options SYMTAB_SPACE in your kernel config

(pgoyette)

2013-08-13 10:43:28 UTC MAIN commitmail json YAML

Clean up a bit, add debug function to print the register mappings.

(rkujawa)

2013-08-13 00:18:15 UTC MAIN commitmail json YAML

Add _THUMB_ENTRY and _ARM_ENTRY which do the appropriate things including
switching instruction sets.
Use __thumb__ to decide which _ENTRY gets defined as

(matt)

2013-08-13 00:04:08 UTC MAIN commitmail json YAML

Ignore PMBR partition if it's partition 0.
Make sure all unused parts of the partition table are zeroed.

(matt)

2013-08-12 23:42:14 UTC MAIN commitmail json YAML

2013-08-12 23:41:54 UTC MAIN commitmail json YAML

2013-08-12 23:22:12 UTC MAIN commitmail json YAML

Add EHABI unwind stubs to libkern so prevent errors in linking if unwind
tables are present.

(matt)

2013-08-12 22:50:51 UTC MAIN commitmail json YAML

2013-08-12 21:22:18 UTC MAIN commitmail json YAML

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

2013-08-12 21:19:10 UTC MAIN commitmail json YAML

Always include disksubr_xxx

(matt)

2013-08-12 21:18:00 UTC MAIN commitmail json YAML

2013-08-12 21:17:03 UTC MAIN commitmail json YAML

use RET/RETc
use unified syntax

(matt)

2013-08-12 21:15:56 UTC MAIN commitmail json YAML

2013-08-12 21:04:17 UTC MAIN commitmail json YAML

Disable STABS and MIPS SDB extensions. This enables the use of CFI
instructions for the DWARF2 emission.

(joerg)

2013-08-12 20:36:30 UTC MAIN commitmail json YAML

CID 1062241: simplify free for coverity

(christos)

2013-08-12 18:16:19 UTC MAIN commitmail json YAML

add feature flag definitions for the last round of Intel instruction
set extensions (AVX512 et al.)

(drochner)

2013-08-12 17:46:38 UTC MAIN commitmail json YAML

Function nfs_vinvalbuf() ignores errors from vinvalbuf() and therefore
delayed write errors may get lost.
Change nfs_vinvalbuf() to keep errors from vinvalbuf() for fsync() or close().

Presented on tech-kern@

Fix for PR kern/47980 (NFS over-quota not detected if utimes() called
before fsync()/close())

(hannken)

2013-08-12 17:41:51 UTC MAIN commitmail json YAML

Convert to unified syntax

(matt)

2013-08-12 17:32:03 UTC MAIN commitmail json YAML

2013-08-12 17:15:46 UTC MAIN commitmail json YAML

Some architectures can't create unwind tables without the frame pointer,
so don't use -fomit-frame-pointer on those.

(joerg)

2013-08-12 16:51:14 UTC MAIN commitmail json YAML

Do as the last commit message said and not as the change did, only use
GCC's crt code on ia64.

(joerg)

2013-08-12 16:39:28 UTC MAIN commitmail json YAML

Only ia64 defaults to USE_COMPILERCRTSTUFF=no now, so simplify
conditional.

(joerg)

2013-08-12 16:38:47 UTC MAIN commitmail json YAML

Don't copy .eh_frame section when trying to create a.out binaries.

(joerg)

2013-08-12 16:34:05 UTC MAIN commitmail json YAML

2013-08-12 16:32:40 UTC MAIN commitmail json YAML

Discard ELF unwind sections for the boot loader.

(joerg)