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


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




switch to index mode

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

2024-05-10 00:16:36 UTC Now

2014-03-09 20:59:14 UTC MAIN commitmail json YAML

find libgcc sources for GCC 4.8.

(mrg)

2014-03-09 20:54:01 UTC MAIN commitmail json YAML

2014-03-09 20:48:01 UTC MAIN commitmail json YAML

put back our local fixes:
- don't die on unresolved types.
- it is ok to have 0 sized arrays in structs
- forward enum decls.

(christos)

2014-03-09 20:35:30 UTC MAIN commitmail json YAML

2014-03-09 19:58:43 UTC MAIN commitmail json YAML

Fix inverted test MKCOMPATMODULES

(matt)

2014-03-09 19:55:48 UTC MAIN commitmail json YAML

Comment an unused variable

(martin)

2014-03-09 19:14:15 UTC MAIN commitmail json YAML

Temporarily add a -S flag to limit the number of threads.

(christos)

2014-03-09 19:10:01 UTC MAIN commitmail json YAML

XXX: use only thread for ctfmerge

(christos)

2014-03-09 18:12:57 UTC MAIN commitmail json YAML

2014-03-09 18:11:38 UTC MAIN commitmail json YAML

2014-03-09 18:01:06 UTC MAIN commitmail json YAML

Elide ctfmerge bug.

(christos)

2014-03-09 18:00:51 UTC MAIN commitmail json YAML

let's see if the new dwarf library can handle dwarf 4

(christos)

2014-03-09 17:59:19 UTC MAIN commitmail json YAML

Add more definitions, needed by the new elf toolchain.

(christos)

2014-03-09 17:16:09 UTC MAIN commitmail json YAML

2014-03-09 17:12:03 UTC MAIN commitmail json YAML

switch to the new libelf and libdwarf

(christos)

2014-03-09 17:10:38 UTC MAIN commitmail json YAML

switch to the new libdwarf

(christos)

2014-03-09 17:10:12 UTC MAIN commitmail json YAML

2014-03-09 17:09:20 UTC MAIN commitmail json YAML

switch to the elftoolchain code.

(christos)

2014-03-09 17:07:46 UTC MAIN commitmail json YAML

2014-03-09 17:06:30 UTC MAIN commitmail json YAML

Fix variable name, so BUGURL gets properly defined

(martin)

2014-03-09 17:05:23 UTC MAIN commitmail json YAML

2014-03-09 17:05:01 UTC MAIN commitmail json YAML

2014-03-09 17:04:00 UTC MAIN commitmail json YAML

2014-03-09 16:58:04 UTC MAIN commitmail json YAML

src/external/bsd/elftoolchain/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/elftoolchain/addrcsid@1.1 / diff / nxr@1.1
src/external/bsd/elftoolchain/dist/common/_elftc.h@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/common/elfdefinitions.h@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/common/utarray.h@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/common/uthash.h@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/_libdwarf.h@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf.h@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_abbrev.c@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_comp_dir.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_const_value_string.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_dataref.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_flag.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_location_expr.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_name.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_producer.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_ref_address.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_reference.3@1.2 / diff / nxr@1.2
src/external/bsd/elftoolchain/dist/libdwarf/dwarf_add_AT_signed_const.3@1.2 / diff / nxr@1.2
      :
(more 292 files)
put back our changes, RCSIDs, and build glue

(christos)

2014-03-09 16:28:43 UTC MAIN commitmail json YAML

Remove an instruction for nonexistent 060 branch prediction error accounting.

It's amiga and atari specific and copied from amiga/locore.s
to mac68k/locore.s in rev 1.80, then pasted into other ports.
Note this is harmless because all these ports don't have 68060 variants
(i.e. it's inside #if defined(M68060) block) and mvme68k (which has 68060)
has removed it since the initial import.

(tsutsui)

2014-03-09 16:19:14 UTC MAIN commitmail json YAML

Fix subword atomic_cas.

- Don't loop forever on failure.
- Don't shift away the result and return zero on success.

Evidently we lack automatic tests for these!

(riastradh)

2014-03-09 16:18:00 UTC MAIN commitmail json YAML

Remove unused m68k_fault_addr, which is required only on mac68k for SBC.

It looks hp300 one was copied from mac68k in rev 1.75
and then it was pasted to other ports again and again.

(tsutsui)

2014-03-09 14:53:52 UTC MAIN commitmail json YAML

Remove trailing spaces and tabs.

(tsutsui)

2014-03-09 13:26:08 UTC MAIN commitmail json YAML

Removed MD veriexec entry this was changed to MI a long time ago.
Thanks to Maxime Villard for spotting this.

(blymn)

2014-03-09 10:33:23 UTC MAIN commitmail json YAML

Remove an unused variable and fix a copy&pasto (I think)

(martin)

2014-03-09 10:18:30 UTC MAIN commitmail json YAML

disable TRANSFER_FROM_TRAMPOLINE for now.

(mrg)

2014-03-09 07:01:42 UTC MAIN commitmail json YAML

2014-03-09 07:00:52 UTC MAIN commitmail json YAML

WARNS=6 is impossible for this code :-)

(christos)

2014-03-09 06:57:58 UTC MAIN commitmail json YAML

2014-03-09 05:51:26 UTC MAIN commitmail json YAML

2014-03-09 00:41:42 UTC MAIN commitmail json YAML

get rid of the old reachover directory

(agc)

2014-03-09 00:40:30 UTC MAIN commitmail json YAML

Put hkpd in the right place in the reachover infrastructure

(agc)

2014-03-09 00:39:31 UTC MAIN commitmail json YAML

2014-03-09 00:33:51 UTC MAIN commitmail json YAML

2014-03-09 00:27:54 UTC MAIN commitmail json YAML

Install the binary in the correct location

(agc)

2014-03-09 00:24:47 UTC MAIN commitmail json YAML

2014-03-09 00:18:29 UTC MAIN commitmail json YAML

Clean up the reachover infrastructure - the programs now live under the
bin subdirectory

(agc)

2014-03-09 00:17:28 UTC MAIN commitmail json YAML

Add the config.h file as part of the reachover infrastructure

(agc)

2014-03-09 00:15:46 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/bin/netpgpverify/Makefile@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/Makefile.am@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.bsd@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.in@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.lib.in@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile.libtool.in@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/NetBSD-6.0_RC1_hashes.asc@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/NetBSD-6.0_RC1_hashes.gpg@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/TODO@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/array.h@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/b64.c@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/b64.h@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bignum.c@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bn.h@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bufgap.c@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bufgap.h@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib.c@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib.h@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/bzlib_private.h@1.1 / diff / nxr@1.1
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/chk.sh@1.1 / diff / nxr@1.1
      :
(more 33 files)
Bring over the standalone netpgpverify sources from
pkgsrc/security/netpgpverify.

No functional change.

(agc)

2014-03-08 23:38:52 UTC MAIN commitmail json YAML

2014-03-08 20:51:20 UTC MAIN commitmail json YAML

Restore lost break.

(jdc)

2014-03-08 19:15:32 UTC MAIN commitmail json YAML

Kill the "throw()" on a forward declaration for posix_memalign (it does
not match our base declaration and may cause warnings).
Ok: joerg

(martin)

2014-03-08 18:08:48 UTC MAIN commitmail json YAML

2014-03-08 18:08:16 UTC MAIN commitmail json YAML

2014-03-08 18:07:39 UTC MAIN commitmail json YAML

Hide unused variables in #ifdef FIXME

(skrll)

2014-03-08 17:44:37 UTC MAIN commitmail json YAML

Misc cosmetic changes to reduce diffs from other m68k ports.

- replace magic numbers with macro via genassym.cf
- include opt_fpu_emulate.h at the top
- use C-style comments
- add register '%' prefix in comments
- sync several comments
- indent adjustments etc.

No text binary changes. (only .global _KERNEL_OPT_FPU_EMULATE is moved)

(tsutsui)

2014-03-08 17:05:47 UTC MAIN commitmail json YAML

no NaN tests for vax

(martin)

2014-03-08 17:05:09 UTC MAIN commitmail json YAML

2014-03-08 16:55:38 UTC MAIN commitmail json YAML

Make db_validate_address compile under 4.8

(skrll)

2014-03-08 16:36:24 UTC MAIN commitmail json YAML

Fix wrong variable name, PR bin/48647 from Jim Bernard.

(martin)

2014-03-08 15:46:20 UTC MAIN commitmail json YAML

2014-03-08 12:18:04 UTC MAIN commitmail json YAML

Mark a variable __diagused

(ozaki-r)

2014-03-08 11:46:01 UTC MAIN commitmail json YAML

Prepare dtrace_isa.c for build

- Tidy up header file inclusions
- Replace curcpu with cpu_number()
- Fix argument of dtrace_getreg
- Tweak for gcc 4.8

Note that the file is still not buildable.

(ozaki-r)

2014-03-08 03:20:24 UTC MAIN commitmail json YAML

Unused variable, for GCC4.8.

(isaki)

2014-03-08 02:02:22 UTC MAIN commitmail json YAML

2014-03-08 01:58:11 UTC MAIN commitmail json YAML

crtstuff.c moved into libgcc.

(mrg)

2014-03-08 01:51:58 UTC MAIN commitmail json YAML

2014-03-07 23:22:26 UTC MAIN commitmail json YAML

allow AAAA filtering (from John Baker)

(christos)

2014-03-07 22:51:27 UTC MAIN commitmail json YAML

2014-03-07 21:15:49 UTC MAIN commitmail json YAML

No need to provide a Scrt0.o for PIE as crt0.o is PIC

(skrll)

2014-03-07 20:23:09 UTC MAIN commitmail json YAML

Align explicitly to make kernels compiled by clang generate
properly aligned code.

(nakayama)

2014-03-07 18:37:48 UTC MAIN commitmail json YAML

change CC to HOST_CC to avoid trying to find <stdarg.h> in an unpopulated
DSTDIR.

(christos)

2014-03-07 16:38:28 UTC MAIN commitmail json YAML

Adjust the VERBOSE_ARM_INIT printfs to always the status of both cpus and
the number of cpus, regardless of MULTIPROCESSOR.

(matt)

2014-03-07 16:36:32 UTC MAIN commitmail json YAML

Tell where the corrruption was encountered in the panic message.

(matt)

2014-03-07 16:23:42 UTC MAIN commitmail json YAML

Note arm switch to gcc 4.8

(skrll)

2014-03-07 16:22:24 UTC MAIN commitmail json YAML

Switch arm to gcc 4.8

OK matt@

(skrll)

2014-03-07 15:39:18 UTC riastradh-drm2 commitmail json YAML

Fix return value of wait_for_completion_interruptible_timeout.

(riastradh)

2014-03-07 15:39:08 UTC riastradh-drm2 commitmail json YAML

Make gem mmappings shared, not copy-on-write, like Linux.

(riastradh)

2014-03-07 13:19:26 UTC MAIN commitmail json YAML

Fix non-DIAGNOSTIC build

(skrll)

2014-03-07 12:46:48 UTC MAIN commitmail json YAML

2014-03-07 12:35:14 UTC MAIN commitmail json YAML

2014-03-07 08:42:58 UTC MAIN commitmail json YAML

Fix return value (typo, noticed by Nick Hudson)

(martin)

2014-03-07 08:40:59 UTC MAIN commitmail json YAML

2014-03-07 08:31:05 UTC MAIN commitmail json YAML

Switch alpha over to gcc 4.8

(martin)

2014-03-07 08:28:14 UTC MAIN commitmail json YAML

Note alpha switched to gcc 4.8 (fix date for previous)

(martin)

2014-03-07 07:26:42 UTC MAIN commitmail json YAML

This is no different from the 32bit powerpc one.
Remove the redundancy.

(matt)

2014-03-07 07:23:49 UTC MAIN commitmail json YAML

these are obsolete.  Now using the common powerpc files in csu/arch/powerpc.

(matt)

2014-03-07 07:20:56 UTC MAIN commitmail json YAML

2014-03-07 07:20:24 UTC MAIN commitmail json YAML

Now the sources in ../../arch/powerpc

(matt)

2014-03-07 07:17:54 UTC MAIN commitmail json YAML

2014-03-07 06:01:34 UTC MAIN commitmail json YAML

Make MKCOMPAT default to yes for powerpc64.
Make MKCOMPATMODULES defaultt to no for evbppc && powerpc64.

(matt)

2014-03-07 05:57:46 UTC MAIN commitmail json YAML

Change OUTPUT to powerpc:common to make powerpc64 ld happy

(matt)

2014-03-07 05:51:44 UTC MAIN commitmail json YAML

2014-03-07 05:50:42 UTC MAIN commitmail json YAML

2014-03-07 05:49:53 UTC MAIN commitmail json YAML

2014-03-07 05:49:05 UTC MAIN commitmail json YAML

Be a little more careful checking MLIBDIR

(matt)

2014-03-07 05:48:30 UTC MAIN commitmail json YAML

2014-03-07 05:30:08 UTC MAIN commitmail json YAML

Restrict arm_cond_ok_p to when !__ASSEMBLER && _KERNEL is true.

(matt)

2014-03-07 05:27:33 UTC MAIN commitmail json YAML

Avoid a gcc4.8 bogon.

(matt)

2014-03-07 04:18:06 UTC MAIN commitmail json YAML

Add MKCOMPAT glue for powerpc64

(matt)

2014-03-07 04:16:25 UTC MAIN commitmail json YAML

2014-03-07 04:15:34 UTC MAIN commitmail json YAML

Fix MULTILIB variables to match reality.

(matt)

2014-03-07 04:14:30 UTC MAIN commitmail json YAML

2014-03-07 04:13:46 UTC MAIN commitmail json YAML

2014-03-07 04:11:08 UTC MAIN commitmail json YAML

Don't define ARCH_ELFSIZE if it's already defined.

(matt)

2014-03-07 04:10:43 UTC MAIN commitmail json YAML

Use ARCH_ELFSIZE=32 is MLIBDIR == "powerpc"

(matt)

2014-03-07 02:37:16 UTC MAIN commitmail json YAML

Fix build of DTrace with GCC 4.8

Use __diagused for a variable which is only referred by KASSERT.

Advised by matt@

(ozaki-r)

2014-03-07 02:03:32 UTC MAIN commitmail json YAML

2014-03-07 02:02:16 UTC MAIN commitmail json YAML

2014-03-07 01:55:01 UTC MAIN commitmail json YAML

Remove spurious .

(matt)

2014-03-07 01:34:30 UTC MAIN commitmail json YAML

2014-03-07 01:34:19 UTC MAIN commitmail json YAML

2014-03-07 01:33:44 UTC MAIN commitmail json YAML

2014-03-07 01:27:14 UTC MAIN commitmail json YAML

2014-03-07 01:07:01 UTC MAIN commitmail json YAML

reduce diffs with other copies of this code.

(christos)

2014-03-07 01:06:07 UTC MAIN commitmail json YAML

2014-03-07 01:04:30 UTC MAIN commitmail json YAML

2014-03-07 01:00:58 UTC MAIN commitmail json YAML

2014-03-06 23:30:28 UTC MAIN commitmail json YAML

Add config variant for root-on-SD.

(joerg)

2014-03-06 23:14:16 UTC MAIN commitmail json YAML

Give memory disk a bit more breathing room.

(joerg)

2014-03-06 23:13:58 UTC MAIN commitmail json YAML

Bump symtab space slightly.

(joerg)

2014-03-06 19:55:37 UTC MAIN commitmail json YAML

2014-03-06 19:46:28 UTC MAIN commitmail json YAML

Fix uninitialized variable. Found by my code scanner.

ok christos@

(maxv)

2014-03-06 19:44:32 UTC MAIN commitmail json YAML

2014-03-06 19:30:39 UTC MAIN commitmail json YAML

2014-03-06 19:19:40 UTC MAIN commitmail json YAML

More PPC64 changes.
Nothing to do for lazy bindings.
Record DT_PPC64_GLINK and make _rtld_bind return it.
When resolving a JMP_SLOT, copy the source function descriptor into the PLTGOT

(matt)

2014-03-06 19:07:14 UTC MAIN commitmail json YAML

2014-03-06 19:05:59 UTC MAIN commitmail json YAML

2014-03-06 19:05:24 UTC MAIN commitmail json YAML

Add _XENTRY which doesn't set the section to .text

(matt)

2014-03-06 19:02:58 UTC MAIN commitmail json YAML

2014-03-06 17:48:09 UTC MAIN commitmail json YAML

2014-03-06 17:47:28 UTC MAIN commitmail json YAML

Use %t2 instead of %ret1 for style sake only.

(skrll)

2014-03-06 17:44:49 UTC MAIN commitmail json YAML

Remove unnecessary %sr2 instructions in spstrcpy

(skrll)

2014-03-06 15:21:58 UTC MAIN commitmail json YAML

remove unused variable to avoid warning from gcc 4.8.

(nonaka)

2014-03-06 15:00:21 UTC MAIN commitmail json YAML

`Controller' takes two l's.

(riastradh)

2014-03-06 13:33:46 UTC MAIN commitmail json YAML

2014-03-06 12:30:25 UTC MAIN commitmail json YAML

fix to pass collect memory address to xrstor.

(nonaka)

2014-03-06 12:17:12 UTC MAIN commitmail json YAML

Repeat after me... don't delete entries mark them obsolete.

(skrll)

2014-03-06 11:31:45 UTC MAIN commitmail json YAML

Note hppa switch to gcc 4.8

(skrll)

2014-03-06 11:22:44 UTC MAIN commitmail json YAML

note sparc* switch to gcc 4.8.

(mrg)

2014-03-06 11:21:05 UTC MAIN commitmail json YAML

switch sparc* to GCC 4.8.

(mrg)

2014-03-06 11:01:16 UTC MAIN commitmail json YAML

Include new/missing files for vax

(martin)

2014-03-06 11:00:17 UTC MAIN commitmail json YAML

Provide sqrtl alias

(martin)

2014-03-06 10:59:52 UTC MAIN commitmail json YAML

Simple tanf() for vax

(martin)

2014-03-06 10:59:00 UTC MAIN commitmail json YAML

Simplistic tanhf() for vax

(martin)

2014-03-06 10:58:26 UTC MAIN commitmail json YAML

Simplistic log1pf() for vax

(martin)

2014-03-06 10:57:44 UTC MAIN commitmail json YAML

2014-03-06 10:57:01 UTC MAIN commitmail json YAML

2014-03-06 10:55:57 UTC MAIN commitmail json YAML

Add brute-force adaptions of the ieee version of exp2() and exp2f for
vax. Needs some polishing (and table adaption), but should get the build
going for now.

(martin)

2014-03-06 09:34:56 UTC MAIN commitmail json YAML

Enable building ld.elf_so for powerpc
Produce a link map for ld.elf_so

(matt)

2014-03-06 09:34:07 UTC MAIN commitmail json YAML

2014-03-06 09:33:14 UTC MAIN commitmail json YAML

If marking a shared image TEXTREL, print out a warning about the section
that caused it.

(matt)

2014-03-06 09:31:19 UTC MAIN commitmail json YAML

Welcome to 6.99.35

(matt)

2014-03-06 09:30:38 UTC MAIN commitmail json YAML

add ep_entryoffset to exec_package so one can calculate the relocabase
of an ET_DYN image.

(matt)

2014-03-06 09:24:07 UTC MAIN commitmail json YAML

When building a DEBUG kernel, mdsetimage into the .gdb as well (so if it's
used with gxemul, it has the md image in it.)

(matt)

2014-03-06 09:22:52 UTC MAIN commitmail json YAML

Adapt to new elf_machdep.h
Add limited ELF64 support.

(matt)

2014-03-06 09:03:41 UTC MAIN commitmail json YAML

Switch hppa to gcc 4.8

(skrll)

2014-03-06 07:48:25 UTC MAIN commitmail json YAML

More comments.
rest of powerpc64 relocs

(matt)

2014-03-06 07:47:39 UTC MAIN commitmail json YAML

2014-03-06 07:47:19 UTC MAIN commitmail json YAML

Startup file for powerpc64.  (too many difference with ppc32 to do
#ifdef dance)

(matt)

2014-03-06 05:24:08 UTC MAIN commitmail json YAML

a couple minor adjustments, sitting around since last july

(dholland)

2014-03-06 02:12:56 UTC MAIN commitmail json YAML

bid the libtool.m4 lossage.

(christos)

2014-03-06 00:32:39 UTC riastradh-drm2 commitmail json YAML

Take the vmobjlock in i915_gem_release_mmap around pmap_page_protect.

(riastradh)

2014-03-05 23:08:58 UTC MAIN commitmail json YAML

Don't include corelow.o and solib.o the {powerpc,sh3}*-netbsd cases since
those are provided by Makefile.in.  This allows MKCROSSGDB to build again
for powerpc.

(matt)

2014-03-05 22:18:27 UTC riastradh-drm2 commitmail json YAML

Fix up i915_gem_gtt for agp-style gen<6 devices.

- Set the DMA mask correctly: gen<4 needs 32-bit; gen4+, 36-bit.
- Use agp_i810_write_gtt_entry, not AGP_BIND_PAGE.
- Do a posting read after changing all the GTT entries.

(riastradh)

2014-03-05 22:18:19 UTC riastradh-drm2 commitmail json YAML

Expose agp_i810_write_gtt_entry for drm2.

Also add an agp_i810_post_gtt_entry to do a posting read for that GTT
entry.

(riastradh)

2014-03-05 22:18:10 UTC riastradh-drm2 commitmail json YAML

2014-03-05 22:17:59 UTC riastradh-drm2 commitmail json YAML

Kludgey attempt to fill in intel_gtt stubs.

(riastradh)

2014-03-05 21:38:59 UTC MAIN commitmail json YAML

Remove automatically generated file "libgcc-std.ver" while cleaning.

(tron)

2014-03-05 21:37:02 UTC MAIN commitmail json YAML

2014-03-05 21:35:04 UTC MAIN commitmail json YAML

2014-03-05 21:29:31 UTC MAIN commitmail json YAML

2014-03-05 20:37:11 UTC MAIN commitmail json YAML

2014-03-05 20:15:41 UTC MAIN commitmail json YAML

A couple of the atan tests are randomly failing.
Print the incorrect value.

(dsl)

2014-03-05 20:14:46 UTC MAIN commitmail json YAML

Fix some typos.
Make the infinity and nan constants 'double' not 'long double'.

(dsl)

2014-03-05 20:14:15 UTC MAIN commitmail json YAML

2014-03-05 19:43:46 UTC MAIN commitmail json YAML

Move the #defines that simplified the test definitions and checks
  into a separate header than can be used by the other libm tests.
Make the subtest index 'unsigned int' so that simple constants (eg 0)
  print correctly.

(dsl)

2014-03-05 17:20:48 UTC MAIN commitmail json YAML

apcs-gnu only passes one register on the stack.
ldrd always loads little endian (low address, low register).

(matt)

2014-03-05 16:33:33 UTC MAIN commitmail json YAML

Define all the instruction conditions.
Use __SHIFTOUT to get the condition.
Add bool arm_cond_ok_p(uint32_t insn, uint32_t psr) inline
Add tlbtr inline

(matt)

2014-03-05 16:18:41 UTC MAIN commitmail json YAML

Fix build with "USE_SSP" set to "yes".

Problem reported by B Harder on "current-users" mailing list.

(tron)

2014-03-05 16:02:29 UTC MAIN commitmail json YAML

Delete the word "buggy" in the comment of NULLFS.
This has been added in 1999, but it's not a buggy now.
Adviced from tsutsui@, msaitoh@.

(isaki)

2014-03-05 15:08:00 UTC riastradh-drm2 commitmail json YAML

Oops -- define struct intel_gtt::do_idle_maps.

Missed this in last commit.

(riastradh)

2014-03-05 14:45:00 UTC riastradh-drm2 commitmail json YAML

First draft of i915_gem_gtt.c for pre-Sandy Bridge (gen<6) devices.

These go through the legacy AGP cruft to get at the GTT.

(riastradh)

2014-03-05 14:42:41 UTC riastradh-drm2 commitmail json YAML

Expose the agp_i810 softc.

This is an Intel-specific kludge so that i915drmkms can get at the
GTT, graphics translation table, for pre-Sandy Bridge Intel graphics
devices.

(riastradh)

2014-03-05 14:42:27 UTC riastradh-drm2 commitmail json YAML

2014-03-05 14:13:20 UTC MAIN commitmail json YAML

Enabled SYSV* options, which all ports have (and which is needed by 3rd
party software like SANE, e.g.).
Added ugen*.

(phx)

2014-03-05 09:37:29 UTC MAIN commitmail json YAML

Current support for iterating over mnt_vnodelist is rudimentary.  Every
caller has to care about list and vnode mutexes, reference count being zero,
intermediate vnode states like VI_CLEAN, VI_XLOCK, VI_MARKER and so on.

Add an interface to iterate over a vnode list:

void vfs_vnode_iterator_init(struct mount *mp, struct vnode_iterator **marker)
void vfs_vnode_iterator_destroy(struct vnode_iterator *marker)
bool vfs_vnode_iterator_next(struct vnode_iterator *marker, struct vnode **vpp)

vfs_vnode_iterator_next() returns either "false / *vpp == NULL" when done
or "true / *vpp != NULL" to return the next referenced vnode from the list.

To make vrecycle() work in this environment change it to

bool vrecycle(struct vnode *vp)

where "vp" is a referenced vnode to be destroyed if this is the last reference.

Discussed on tech-kern.

Welcome to 6.99.34

(hannken)

2014-03-05 08:45:13 UTC MAIN commitmail json YAML

Don't probe beyond chan_ntargets in atapi_probe_bus in the "all" case.

PR/48626: ahci_atapi_probe_device panic with kmemguard

(skrll)

2014-03-05 08:45:06 UTC riastradh-drm2 commitmail json YAML

revert to bogus assertion, as requested by riastradh@ to ease forecoming commit

(aymeric)

2014-03-05 08:23:16 UTC MAIN commitmail json YAML

2014-03-05 06:40:45 UTC MAIN commitmail json YAML

Tidy up Makefile of cyclic and dtrace modules to support ARM

(ozaki-r)

2014-03-05 06:35:44 UTC MAIN commitmail json YAML

Add cyclic_machdep.c for ARM

The code is still almost same as i386's one.

(ozaki-r)

2014-03-05 06:27:41 UTC MAIN commitmail json YAML

Now that maphist is statically initialized, remove initialize tests

(matt)

2014-03-05 06:12:00 UTC MAIN commitmail json YAML

2014-03-05 06:06:42 UTC MAIN commitmail json YAML

Use native atomic function instead of DTrace's own one

So we don't need to implement it for each architecture.

This change is from FreeBSD (not as-is though).

(ozaki-r)

2014-03-05 05:56:04 UTC MAIN commitmail json YAML

No functional change:
- Rename function for consistency.
- Add prototypes.
- KNF.

(msaitoh)

2014-03-05 05:35:55 UTC MAIN commitmail json YAML

Use UVMHIST_INITIALIZER (KERNHIST_INITIALIZER) to statically initialize
maphist.  This allows maphist to used very very early in boot well before
uvm has been initialized.

(matt)

2014-03-05 05:32:41 UTC MAIN commitmail json YAML

Add KERNHIST_INITIALIZER(NAME,BUF) macro to be used with KERNHIST_DEFINE to
static initialize a kern_history.  After boot, it still needs to linked
to list of kern_history's and a KERNHIST_LINK_STATIC(NAME) macro was added
to do that.

(matt)

2014-03-05 04:58:51 UTC MAIN commitmail json YAML

Changes to transit-20140304

+ add 2 accessor functions for lists/dicts, one to get a field by its index,
  and the other for dicts to get the field value by name

+ bump version number to 20140304

(agc)

2014-03-05 04:57:34 UTC MAIN commitmail json YAML

2014-03-05 04:56:00 UTC MAIN commitmail json YAML

multigest - minor cosmetic changes

bump version number to 20140304

(agc)

2014-03-05 03:51:25 UTC MAIN commitmail json YAML

Add yet another TLA.

(ginsbach)

2014-03-05 03:16:43 UTC MAIN commitmail json YAML

Build net/zlib.c for DTrace

This is needed for building DTrace on ARM.

(ozaki-r)

2014-03-05 03:09:17 UTC MAIN commitmail json YAML

Fix dtrace_cas32 logic

- compare with cmp, not new
- return old value

(ozaki-r)

2014-03-05 02:18:30 UTC MAIN commitmail json YAML

frame -> tf
printf out the insn, faulting pc, lr, sp when we get an undefined insn
int the kernel.

(matt)