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

2024-05-10 09:37:13 UTC Now

2014-08-14 11:28:13 UTC MAIN commitmail json YAML

Revert previous changes, gcc configuration will be adapted instead.

(martin)

2014-08-14 09:17:32 UTC MAIN commitmail json YAML

intptr_t and uintptr_t are not long any more.

(martin)

2014-08-14 09:02:18 UTC MAIN commitmail json YAML

Previously we used unsigned long int as __uintptr_t, but gcc prefers
__UINTPTR_TYPE__ as unsigned int, and now we use that for __uintptr_t
as well, so adapt MUTEX_CAS() accordingly.

(martin)

2014-08-14 06:58:39 UTC netbsd-7 commitmail json YAML

2014-08-14 06:56:55 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #10):
sys/dev/usb/usb.h: revision 1.107
Define AXEN_DEBUG.  From Takahiro HAYASHI.

(martin)

2014-08-14 06:52:38 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by hikaru in ticket #15):
sys/arch/x86/pci/if_vmx.c: revision 1.5
Set ifflags callback so that the device can enter promiscuous mode.

(martin)

2014-08-14 06:50:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #14):
sys/arch/sparc64/sparc64/locore.s: revision 1.370
Add missing delay slot in DEBUG kernel.

(martin)

2014-08-14 05:42:16 UTC MAIN commitmail json YAML

Set ifflags callback so that the device can enter promiscuous mode.

(hikaru)

2014-08-14 04:14:33 UTC MAIN commitmail json YAML

Add missing delay slot in DEBUG kernel.

(nakayama)

2014-08-13 22:56:56 UTC MAIN commitmail json YAML

2014-08-13 22:51:59 UTC MAIN commitmail json YAML

2014-08-13 22:48:16 UTC MAIN commitmail json YAML

mention NV_TEST_FOR_KERNEL_DRIVER and explain why it isn't enabled for now

(macallan)

2014-08-13 22:45:12 UTC MAIN commitmail json YAML

put pci_device_has_kernel_driver(dev) into #if NV_TEST_FOR_KERNEL_DRIVER
at least for now there is nothing that keeps the nv driver from running
if a kernel driver other than vga is attached
Now this works again on macppc ( and x86 if you use for example genfb )

(macallan)

2014-08-13 22:31:07 UTC MAIN commitmail json YAML

2014-08-13 22:25:40 UTC MAIN commitmail json YAML

2014-08-13 22:16:24 UTC MAIN commitmail json YAML

Don't save r4 since we don't use it.

(matt)

2014-08-13 21:50:56 UTC netbsd-7 commitmail json YAML

2014-08-13 21:50:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #12):
sys/dev/usb/files.usb: revision 1.133
sys/dev/usb/usb.h: revision 1.108
Add XHCI_DEBUG.  From Takahiro HAYASHI with tweaks from me.
One day someone(tm) will tidyup USB debug stuff.

(riz)

2014-08-13 21:47:18 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #11):
sys/dev/usb/xhci.c: revision 1.25
Serialise xhci_intr1 calls with sc_intr_lock.  From Takahiro HAYASHI.

(riz)

2014-08-13 21:41:32 UTC MAIN commitmail json YAML

2014-08-13 21:10:31 UTC MAIN commitmail json YAML

When creating a mcontext, make sure the PSR we are saving is actually valid.

(matt)

2014-08-13 20:56:21 UTC MAIN commitmail json YAML

Fix shifts & masks in Linux pci_read_config_{word,byte}.

(riastradh)

2014-08-13 20:52:05 UTC MAIN commitmail json YAML

Bump ramdisk size to 3.2MB and include dhcpcd.

(joerg)

2014-08-13 20:51:27 UTC MAIN commitmail json YAML

Use compiler-rt and libc++ with LLVM on PowerPC64.

(joerg)

2014-08-13 19:51:27 UTC MAIN commitmail json YAML

2014-08-13 19:48:17 UTC MAIN commitmail json YAML

2014-08-13 19:43:47 UTC MAIN commitmail json YAML

C99 6.5.15 Conditional operator note 3 states that the second and
third operators of a ?: operation shoud (amongst other conditions)
either both be integer type, or both void type. cast the second
to (void) then, as log() is already a void and no result is desired.

(plunky)

2014-08-13 19:32:35 UTC MAIN commitmail json YAML

Use __ATOMIC_RELAXED in __cpu_simple_lock_init

(matt)

2014-08-13 18:25:11 UTC MAIN commitmail json YAML

Respect EXTERNAL_TOOLCHAIN on aarch64

(justin)

2014-08-13 17:14:42 UTC MAIN commitmail json YAML

Add formatting for aarch64 as using arm ones errors for ll on 64 bit types

(justin)

2014-08-13 15:56:52 UTC MAIN commitmail json YAML

Build position independent on PPC64, too.

(joerg)

2014-08-13 15:48:38 UTC MAIN commitmail json YAML

Adapt to reality -- already open BSD style nodes do not appear on
ptyfs mounts (this changed some months ago).

(hannken)

2014-08-13 15:41:22 UTC MAIN commitmail json YAML

2014-08-13 15:19:22 UTC MAIN commitmail json YAML

Spell LdAddr consistently

(joerg)

2014-08-13 15:06:28 UTC MAIN commitmail json YAML

Fix for PR/49061
only kassert in pmap_kenter_pa if PMAP_CACHE_PIVT && !ARM_MMU_EXTENDED

(matt)

2014-08-13 15:01:32 UTC MAIN commitmail json YAML

2014-08-13 14:43:48 UTC MAIN commitmail json YAML

2014-08-13 14:41:45 UTC MAIN commitmail json YAML

powerpc64 uses the same sources as powerpc and needs the long double as
double-double sources.

(joerg)

2014-08-13 14:35:46 UTC MAIN commitmail json YAML

Don't use config_deferred_interrupts() for vioif_deferred_init(),
just run it once as part of if_init().  The problem with the former
is that it will execute the deferred init routine in-place when !cold,
and since vioif_deferred_init() finishing depends on virtio interrupts
which are established only after config_deferred_interrupts() is called,
the vioif attach method would deadlock when !cold.

(pooka)

2014-08-13 14:13:04 UTC MAIN commitmail json YAML

Interleave 0 means concatenate serially, do not interleave.
This information was in the ccd(4) man page, but not
in ccdconfig(8) or ccd.conf(5).

(apb)

2014-08-13 14:10:00 UTC MAIN commitmail json YAML

- Add a map of active controlling ptys per mount and no longer abuse
  the vnode lifecycle.
- No longer set "recycle" on VOP_INACTIVE().
- Make ptyfs_used_get() private to ptyfs_subr.c
- Stop copying device attributes from traditional ptys on first allocation.
- Remove unneeded argument "lwp" from ptyfs_allocvp() and ptyfs_free_get().

OK: Christos Zoulas

(hannken)

2014-08-13 13:53:14 UTC MAIN commitmail json YAML

Add missing TP so that -a is not hidden in the -A description.
From Anon Ymous.

(wiz)

2014-08-13 13:37:20 UTC MAIN commitmail json YAML

update to r1.377 from upstream, commit message from ragge:

Allow for use of restrict in array declarations (as gcc does).
Fixes gnu regex compilation as reported by William D. Jones on
NetBSD current-users.

(plunky)

2014-08-13 13:18:08 UTC MAIN commitmail json YAML

remove unused variable, as reported by Brad Harder

(plunky)

2014-08-13 13:14:35 UTC MAIN commitmail json YAML

Interleave 0 means concatenate serially, do not interleave.
This information was in the ccd(4) man page, but not
in ccdconfig(8) or ccd.conf(5).

(apb)

2014-08-13 11:35:34 UTC MAIN commitmail json YAML

2014-08-13 10:56:36 UTC MAIN commitmail json YAML

if we get garbage from the RTC try again a couple times
this seems to happen more frequently when the PRAM battery goes bad

(macallan)

2014-08-13 09:41:51 UTC MAIN commitmail json YAML

add PRAM access commands

(macallan)

2014-08-13 06:26:32 UTC MAIN commitmail json YAML

SS device detection needs more work. #if 0 previous attempt for now.

PR/49106: panic: ehci_open: bad device speed 4

(skrll)

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

Fix for PR/49107.
Make sure pmap_copy_page_xscale clears the ptes afters its done with them.

(matt)

2014-08-13 00:03:00 UTC MAIN commitmail json YAML

Update hardcoded fd expectations now that rump kernels open 0/1/2.
(since we exec, it's convenient to just assume the values of first 4 fds)

(pooka)

2014-08-12 23:47:09 UTC MAIN commitmail json YAML

In case of no dup2'd fd's, make sure that F_CLOSEM for the
rump kernel starts from 0.

Fixes rumphijack fdoff test (notably, this bug had nothing to do with
fdoff, and was exposed >3 years after writing the test when rump kernels
started providing fd's 0/1/2)

(pooka)

2014-08-12 20:57:59 UTC MAIN commitmail json YAML

Fix c&p error: libisc.a->libirs.a

(matt)

2014-08-12 20:27:10 UTC MAIN commitmail json YAML

Avoid unncessary use of double in the kernel. With this change,
a LLVM build kernel fully works on TWRP1025.

(joerg)

2014-08-12 19:02:55 UTC netbsd-7 commitmail json YAML

2014-08-12 18:59:48 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #7):
sys/arch/sparc/sparc/autoconf.c: revision 1.258
PR port-sparc/49103: add device name mapping for "qfe" (quad hme) cards.
From MOCHIDA Shuji.

(riz)

2014-08-12 18:56:51 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #2):
sys/arch/sparc64/sparc64/autoconf.c: revision 1.199
Match firmware paths for the boot device in Mac style, as used by
QEMU/OpenBIOS.

(riz)

2014-08-12 15:16:06 UTC netbsd-7 commitmail json YAML

2014-08-12 15:14:55 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #9):
usr.sbin/postinstall/postinstall: revision 1.176
FONTCONFIG_DIR not existing does not need to be fixed.

(martin)

2014-08-12 14:39:49 UTC netbsd-7 commitmail json YAML

2014-08-12 14:38:29 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #8):
usr.sbin/postinstall/postinstall: revision 1.177
usr.sbin/postinstall/postinstall: revision 1.178
usr.sbin/postinstall/postinstall: revision 1.179
Check for and delete ${DEST_DIR}/@RUNDIR@, not /@RUNDIR@.
Also remove an unnecessary eval in do_dhcpcdrundir and
fix a typo in the description.
Quoting fixes in several eval commands.
In get_makevar, ask make to recursively expand the variable,
not just print the unexpanded value.  This is done by
using make -V '${VAR}' instead of make -V 'VAR'.

(martin)

2014-08-12 14:22:51 UTC MAIN commitmail json YAML

Add a UPS_SUPER_SPEED.  From Takahiro HAYASHI.

(skrll)

2014-08-12 13:53:49 UTC MAIN commitmail json YAML

PR port-sparc/49103: add device name mapping for "qfe" (quad hme) cards.
From MOCHIDA Shuji.

(martin)

2014-08-12 13:50:42 UTC MAIN commitmail json YAML

Set the correct MPS for LS devices.  From Takahiro HAYASHI.

(skrll)

2014-08-12 13:48:29 UTC MAIN commitmail json YAML

Serialise xhci_intr1 calls with sc_intr_lock.  From Takahiro HAYASHI.

(skrll)

2014-08-12 13:40:07 UTC MAIN commitmail json YAML

Report super speed devices.  From Takahiro HAYASHI.

(skrll)

2014-08-12 13:36:40 UTC MAIN commitmail json YAML

Some USB3 / SS support - baby steps.  From Takahiro HAYASHI.

(skrll)

2014-08-12 13:28:44 UTC MAIN commitmail json YAML

Add XHCI_DEBUG.  From Takahiro HAYASHI with tweaks from me.

One day someone(tm) will tidyup USB debug stuff.

(skrll)

2014-08-12 13:24:40 UTC MAIN commitmail json YAML

Define AXEN_DEBUG.  From Takahiro HAYASHI.

(skrll)

2014-08-12 12:13:09 UTC MAIN commitmail json YAML

Mark udf_lookup_complex as an expected failure, referencing PR kern/49033.
Since it does not fail reliably, force it to fail to avoid spurious failure
reports due to unexpected success.

(gson)

2014-08-12 11:49:04 UTC MAIN commitmail json YAML

Add firmware images to this image, as discussed on port-arm.

(martin)

2014-08-12 11:48:22 UTC MAIN commitmail json YAML

Add a IMAGEPREBUILD option for makefiles to ovveride (e.g. to additionally
add files to the staging directory)

(martin)

2014-08-12 10:24:14 UTC netbsd-7 commitmail json YAML

2014-08-12 10:22:54 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #6):
sys/dev/usb/motg.c: revision 1.7
sys/dev/usb/motg.c: revision 1.8
Trailing whitespace.
Make this compile when DIAGNOSTIC isn't defined.

(martin)

2014-08-12 09:37:13 UTC netbsd-7 commitmail json YAML

2014-08-12 09:36:03 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #5):
external/gpl3/binutils/dist/bfd/ChangeLog: revision 1.6
external/gpl3/binutils/dist/bfd/elflink.c: revision 1.8
Apply change from upstream to fix PR/48709 - port-alpha/48709: static
threaded programs crash.
With this fix the new weak symbol's st_other is not merged in, i.e. NOPV
is not copied from the libc __libc_thr_init.
* elflink.c (_bfd_elf_merge_symbol): If merging a new weak
symbol that will be skipped, we don't have a new definition.

(martin)

2014-08-12 09:12:18 UTC MAIN commitmail json YAML

In get_makevar, ask make to recursively expand the variable,
not just print the unexpanded value.  This is done by
using make -V '${VAR}' instead of make -V 'VAR'.

(apb)

2014-08-12 08:32:43 UTC MAIN commitmail json YAML

Quoting fixes in several eval commands.

(apb)

2014-08-12 08:28:04 UTC MAIN commitmail json YAML

Check for and delete ${DEST_DIR}/@RUNDIR@, not /@RUNDIR@.
Also remove an unnecessary eval in do_dhcpcdrundir and
fix a typo in the description.

(apb)

2014-08-12 08:06:46 UTC MAIN commitmail json YAML

Make this compile when DIAGNOSTIC isn't defined.

(skrll)

2014-08-12 08:06:07 UTC MAIN commitmail json YAML

Trailing whitespace.

(skrll)

2014-08-12 06:57:20 UTC MAIN commitmail json YAML

2014-08-12 06:49:11 UTC MAIN commitmail json YAML

2014-08-11 23:48:01 UTC MAIN commitmail json YAML

- Add and use npf_alg_export().
- npf_conn_import: handle NAT metadata correctly.
- npf_nat_newpolicy: restore the policy ID.
- npfctl_load: fix error code handling for the limit cases.
- npf_config_import: fix the inverted logic.
- npfctl_load: improve error handling.

(rmind)

2014-08-11 22:36:49 UTC MAIN commitmail json YAML

Fix inconsistent use of inline in prototype and definition

(justin)

2014-08-11 22:28:50 UTC MAIN commitmail json YAML

Change the way we default MK vars to yes or no allowing
MK<var>.${MACHINE_ARCH} to override.
e.g MKGDB.aarch64=no will default MKGDB to no on aarch64

(matt)

2014-08-11 22:13:56 UTC MAIN commitmail json YAML

Add aarch64 to rump srcdirs

(justin)

2014-08-11 22:09:08 UTC MAIN commitmail json YAML

#include <arm/ptrace.h> instead of <arm/asm.h>
(opps)

(matt)

2014-08-11 22:08:34 UTC MAIN commitmail json YAML

Add some definitions for building RUMP libraries with MKCOMPAT.

(matt)

2014-08-11 22:03:25 UTC MAIN commitmail json YAML

Add MKCOMPAT support for aarch64 (COMPAT_MACHINE_CPU)

(matt)

2014-08-11 20:57:28 UTC MAIN commitmail json YAML

2014-08-11 20:53:16 UTC MAIN commitmail json YAML

Apply change from upstream to fix PR/48709 - port-alpha/48709: static
threaded programs crash.

With this fix the new weak symbol's st_other is not merged in, i.e. NOPV
is not copied from the libc __libc_thr_init.

* elflink.c (_bfd_elf_merge_symbol): If merging a new weak
symbol that will be skipped, we don't have a new definition.

(skrll)

2014-08-11 15:40:08 UTC netbsd-7 commitmail json YAML

2014-08-11 15:38:27 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #4):
sys/kern/kern_rndq.c: revision 1.27
sys/kern/kern_rndpool.c: revision 1.7
buf is not guaranteed to be aligned; don't *(uint32_t *) it.
done is not guaranteed to be aligned; don't *(uint32_t *) it.

(martin)

2014-08-11 15:36:45 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #3):
sys/dev/usb/xhci.c: revision 1.24
PR/49091: xhci: wrong wMaxPacketSize value
While this is correct according to the specification only fixed sizes
are allowed, i.e. 512 for SS, etc. Maybe these should be used?

(martin)

2014-08-11 14:07:55 UTC MAIN commitmail json YAML

done is not guaranteed to be aligned; don't *(uint32_t *) it.

(riastradh)

2014-08-11 14:02:14 UTC MAIN commitmail json YAML

1) 'error' is returned while it does not even hold an error code. Which
  means that zero is returned, and the kernel keeps mounting (and it
  probably ends up in a deadlock/memory corruption somewhere).
2) 'nentries' and 'gnentries' are int and user-controlled, and there's no
  check to ensure they are greater than zero. Since they are used to
  compute the size of two copyin's, a user can control the copied size
  by giving a negative value (like 128-2^29), and thus overwrite kernel
  memory.

Both triggerable from root only.

(maxv)

2014-08-11 13:59:24 UTC MAIN commitmail json YAML

buf is not guaranteed to be aligned; don't *(uint32_t *) it.

(riastradh)

2014-08-11 13:40:34 UTC MAIN commitmail json YAML

Mark compat directories as compat, not arch64.

(joerg)

2014-08-11 13:22:17 UTC MAIN commitmail json YAML

Tweak cprng_fast_buf to use 32-bit unaligned writes if possible.

(riastradh)

2014-08-11 13:12:53 UTC MAIN commitmail json YAML

Move initial entropy bookkeeping out of the fast path.

(riastradh)

2014-08-11 13:06:31 UTC MAIN commitmail json YAML

Use percpu_foreach instead of manual iteration.

(riastradh)

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

Access to struct cprng_fast must be consistently at IPL_VM.

(riastradh)

2014-08-11 12:49:01 UTC MAIN commitmail json YAML

FONTCONFIG_DIR not existing does not need to be fixed.

(roy)

2014-08-11 11:51:45 UTC MAIN commitmail json YAML

Match firmware paths for the boot device in Mac style, as used by
QEMU/OpenBIOS.

(martin)

2014-08-11 10:37:59 UTC MAIN commitmail json YAML

PR/49091: xhci: wrong wMaxPacketSize value

While this is correct according to the specification only fixed sizes
are allowed, i.e. 512 for SS, etc. Maybe these should be used?

(skrll)

2014-08-11 10:28:38 UTC MAIN commitmail json YAML

Formatting fixes, following the guidelines in the comments
at the top of CHANGES:

* Start with <tab><heading><colon><one space><capital letter>...
* Indent with exactly two tabs.
* End with <full stop><one or two spaces, or newline and two tabs>
  <left square bracket><initials><space><date><right square bracket>

I edited only in the "Changes from NetBSD 6.0 to NetBSD 7.0" section,
and I left one entry starting with a lowercase letter because it was a
literal variable name.

(apb)

2014-08-11 09:21:47 UTC netbsd-7 commitmail json YAML

2014-08-11 09:12:59 UTC MAIN commitmail json YAML

Add NetBSD 8.0, and make 7.0 the default.

(riz)

2014-08-11 09:12:34 UTC MAIN commitmail json YAML

Note the new netbsd-7 branch, and move CHANGES to CHANGES.prev .

(riz)

2014-08-11 09:10:52 UTC MAIN commitmail json YAML

Welcome to 7.99.1.

(riz)

2014-08-11 08:25:58 UTC MAIN commitmail json YAML

put KMS support under our X11DRI definition.

(mrg)

2014-08-11 08:20:57 UTC MAIN commitmail json YAML

revert parts of 1.163 that affect the x86 build.

possibly, we want to build the i386 fenv.c for compat build, but they
seem largely compatible and for now, just go back to what we had before
that wasn't breaking the build or generating bug reports.

(mrg)

2014-08-11 06:02:38 UTC MAIN commitmail json YAML

Add missing curly braces

It unbreaks the i386 build of ALL.

(ozaki-r)

2014-08-11 05:19:16 UTC MAIN commitmail json YAML

remove debug cruft, the example module is not normally built

(jnemeth)

2014-08-11 04:33:30 UTC MAIN commitmail json YAML

Fix else if botch

(matt)

2014-08-11 04:27:24 UTC MAIN commitmail json YAML

Do cprng_fast_init in rump_init

It fixes rump bootup failure:
  panic: kernel diagnostic assertion "off < percpu_nextoff" failed:
  file "/usr/src/lib/librump/../../sys/rump/../kern/subr_percpu.c", line 76

(ozaki-r)

2014-08-11 04:26:53 UTC MAIN commitmail json YAML

Back out tls-earlyentropy's rnd_add_data.

This caused recursion on rndpool_mtx when called from an rndsource's
callback.

XXX The old and new code here is a minefield demanding another
rototill.

XXX rnd_source_anonymous was not actually used before, and still is
not used now, to be cleaned up later.

(riastradh)

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

Use %x/%w as appropriate.

(matt)

2014-08-11 03:50:29 UTC MAIN commitmail json YAML

No need for cprng_fast_seed to be inline.

(riastradh)

2014-08-11 03:47:49 UTC MAIN commitmail json YAML

Include <sys/rnd.h>, don't copypasta declare rnd_initial_entropy.

(riastradh)

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

2014-08-11 03:43:26 UTC MAIN commitmail json YAML

2014-08-11 01:54:13 UTC MAIN commitmail json YAML

2014-08-11 00:31:22 UTC MAIN commitmail json YAML

Use installboot to install bootblocks for i386/amd64, now that
they are included on all boot media.

Some of the previous method of setting the console (and conspeed, when
using serial console) is retained, but it should probably be reworked.

Also, adapt to the fact that we may be installing to a disk wedge.

With this change, it is now possible (but still ugly) for sysinst to
create a bootable GPT-labeled disk.

(riz)

2014-08-10 23:46:09 UTC MAIN commitmail json YAML

add some std stuff for igepv2.

(chs)

2014-08-10 23:40:33 UTC MAIN commitmail json YAML

Add compat dirs for aarch64

(matt)

2014-08-10 23:39:08 UTC MAIN commitmail json YAML

2014-08-10 23:35:27 UTC MAIN commitmail json YAML

Don't provide __gnu_Unwind_Find_exidx if __ARM_DWARF_EH__ is defined

(matt)

2014-08-10 23:31:41 UTC MAIN commitmail json YAML

Add eabihf directories

(matt)

2014-08-10 23:26:48 UTC MAIN commitmail json YAML

2014-08-10 23:26:26 UTC MAIN commitmail json YAML

2014-08-10 23:25:50 UTC MAIN commitmail json YAML

2014-08-10 22:55:49 UTC MAIN commitmail json YAML

2014-08-10 22:55:29 UTC MAIN commitmail json YAML

add missing omapdma.

(chs)

2014-08-10 22:35:32 UTC MAIN commitmail json YAML

define function consistently as inline

(justin)

2014-08-10 21:00:48 UTC MAIN commitmail json YAML

merge lossage (this file is an ASM generator not used in a normal build)

(spz)

2014-08-10 20:52:33 UTC MAIN commitmail json YAML

mdocml-1.13.1 out.

(wiz)

2014-08-10 20:48:34 UTC MAIN commitmail json YAML

Add -mfpu=vfp for fenv.c, since it gets those instructions from
machdep/armreg.h

(joerg)

2014-08-10 20:07:41 UTC MAIN commitmail json YAML

Include installboot on amd64/i386 install ramdisks in prep for a change
to sysinst which will use it instead of a handrolled replacement.

(riz)

2014-08-10 20:04:30 UTC MAIN commitmail json YAML

Bump the ramdisk size; the longer paths on the build cluster are
likely enough to put this over the edge.

(riz)

2014-08-10 19:44:52 UTC MAIN commitmail json YAML

Put several tweaks for changes page on www.

- add man page suffix where appropriate
- use "OpenSSH" case consistency
- avoid regular expression for human readability
- make specific ARM boards support belong to evbarm, not generic arm
- fix format of recent cprng_fast(9) entry as mentioned at the top

(tsutsui)

2014-08-10 19:21:08 UTC MAIN commitmail json YAML

Fix openssl vs OpenSSL inconsistency.

(tsutsui)

2014-08-10 19:21:07 UTC MAIN commitmail json YAML

2014-08-10 19:15:55 UTC MAIN commitmail json YAML

Fix date of openssl 1.0.1i update.

(tsutsui)

2014-08-10 19:14:36 UTC MAIN commitmail json YAML

Note misc user-visible changes committed by me and isaki recently.

(tsutsui)

2014-08-10 19:12:08 UTC MAIN commitmail json YAML

2014-08-10 19:11:08 UTC MAIN commitmail json YAML

This is unlikely to ever work with LLVM's IAS due to the amount of macro
use. Disable it on ARM.

(joerg)

2014-08-10 19:09:43 UTC MAIN commitmail json YAML

- Add npf_ruleset_export(), npf_rule_export() and npf_nat_policyexport().
- Split off npf_conn_export().  Add npf_ifmap_getname() and use it to save
  the interface name; pick it up on npf_conn_import().
- Misc fixes.  Bump NPF_VERSION.

(rmind)

2014-08-10 18:59:57 UTC MAIN commitmail json YAML

remove empty files (newly gone in openssl 1.0.1i)
remove now empty (and also gone) directories in a week or so
(namely: crypto/pkcs7/p7 crypto/pkcs7/t demos/eay demos/maurice)

(spz)

2014-08-10 18:42:33 UTC MAIN commitmail json YAML

2014-08-10 18:33:41 UTC MAIN commitmail json YAML

Needs sys/atomic.h. Only define rnd_skew when it is used.

(joerg)

2014-08-10 18:27:16 UTC MAIN commitmail json YAML

Add restore subcommand.

XXX It does not actually work yet.  It is being committed now to make
later pullups easier.

(jnemeth)

2014-08-10 18:08:34 UTC MAIN commitmail json YAML

Skip .machine when building with clang.

(joerg)

2014-08-10 18:01:29 UTC MAIN commitmail json YAML

Drop .machine, Makefile.mpc85xx provides -me500 already.

(joerg)

2014-08-10 17:58:51 UTC MAIN commitmail json YAML

2014-08-10 17:56:23 UTC MAIN commitmail json YAML

2014-08-10 17:55:09 UTC MAIN commitmail json YAML

2014-08-10 17:49:04 UTC MAIN commitmail json YAML

Update conditions on mfsrin definition to match use.

(joerg)

2014-08-10 17:46:54 UTC MAIN commitmail json YAML

2014-08-10 17:44:26 UTC MAIN commitmail json YAML

2014-08-10 17:39:11 UTC MAIN commitmail json YAML

LLVM builds on PowerPC want no libgcc, but enabled libc++.

(joerg)

2014-08-10 17:35:08 UTC MAIN commitmail json YAML

Update build glue for LLVM/Clang 3.6svn r215315. Changes include various
performance improvements across all backends and a much improved PPC32
backend.

(joerg)

2014-08-10 17:21:27 UTC LLVM commitmail json YAML

2014-08-10 17:21:06 UTC LLVM commitmail json YAML

src/external/bsd/llvm/dist/clang/include/clang/Driver/CC1AsOptions.h deleted
src/external/bsd/llvm/dist/clang/include/clang/Driver/CC1AsOptions.td deleted
src/external/bsd/llvm/dist/clang/include/clang/Frontend/ChainedIncludesSource.h deleted
src/external/bsd/llvm/dist/clang/lib/CodeGen/CGRTTI.cpp deleted
src/external/bsd/llvm/dist/clang/lib/CodeGen/MicrosoftRTTI.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Driver/CC1AsOptions.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Core/CMakeLists.txt deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Core/DeltaTree.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Core/HTMLRewrite.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Core/Makefile deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Core/RewriteRope.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Core/Rewriter.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Core/TokenRewriter.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Frontend/CMakeLists.txt deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Frontend/FixItRewriter.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Frontend/FrontendActions.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Frontend/HTMLPrint.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Frontend/InclusionRewriter.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Frontend/Makefile deleted
src/external/bsd/llvm/dist/clang/lib/Rewrite/Frontend/RewriteMacros.cpp deleted
      :
(more 47 files)
Mark files without clang-215315 tag as dead.

(joerg)

2014-08-10 17:17:04 UTC MAIN commitmail json YAML

Markup simplifications and improvements. Bump date for previous.

(wiz)

2014-08-10 17:13:14 UTC MAIN commitmail json YAML

Sync usage with manpage a bit more.

(wiz)

2014-08-10 17:13:02 UTC MAIN commitmail json YAML

Sort options and mark them as optional.
Bump date for previous.

(wiz)

2014-08-10 17:07:05 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/lib/libcrypto/man.inc@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3@1.11 / diff / nxr@1.11
src/crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3@1.11 / diff / nxr@1.11
      :
(more 319 files)
OpenSSL man page refresh, adding one new manpage
note the import/update in doc

(spz)

2014-08-10 16:53:22 UTC MAIN commitmail json YAML

2014-08-10 16:44:37 UTC MAIN commitmail json YAML

2014-08-10 16:13:27 UTC MAIN commitmail json YAML

2014-08-10 15:59:38 UTC tls-earlyentropy commitmail json YAML

two kernel configuration frameworks must be twice as awesome as one, right?

(tls)

2014-08-10 14:50:21 UTC MAIN commitmail json YAML

2014-08-10 14:43:03 UTC MAIN commitmail json YAML

use CLOCK_MONOTONIC instead of gettimeofday

(jmcneill)

2014-08-10 14:42:33 UTC MAIN commitmail json YAML

2014-08-10 14:17:19 UTC MAIN commitmail json YAML

define HAS_PIXMAN_GLYPHS=1 and HAS_PIXMAN_TRIANGLES=1 as the configure script would do

(jmcneill)

2014-08-10 14:10:38 UTC MAIN commitmail json YAML

2014-08-10 13:30:43 UTC MAIN commitmail json YAML

Improve the code.  %sp@(4) is already loaded in %fp0.
PR/49083 (2)

(isaki)

2014-08-10 13:29:10 UTC MAIN commitmail json YAML

2014-08-10 12:01:57 UTC MAIN commitmail json YAML

Do not set HAVE_FENV for arm as long as it misses feenableexcept().

(martin)

2014-08-10 11:51:40 UTC MAIN commitmail json YAML

2014-08-10 11:50:15 UTC MAIN commitmail json YAML

Revert most of rev 1.137.  Build ubsec module only for i386 and amd64 and
punt on the other arches.

(bad)

2014-08-10 11:30:51 UTC MAIN commitmail json YAML

2014-08-10 10:15:39 UTC MAIN commitmail json YAML

Add the not-yet-used IEEE quad support files.

(joerg)

2014-08-10 08:53:22 UTC MAIN commitmail json YAML

2014-08-10 08:30:18 UTC tls-earlyentropy commitmail json YAML

Fix rndctl accounting.

(tls)

2014-08-10 08:27:42 UTC MAIN commitmail json YAML

2014-08-10 08:10:31 UTC tls-earlyentropy commitmail json YAML

The printf entropy source seems to have a lock-recursion problem.
Temporarily disable it unless options RND_PRINTF is set.

(tls)

2014-08-10 08:07:50 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/dist/Configure@1.8 / diff / nxr@1.8
src/crypto/external/bsd/openssl/dist/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/apps/ca.c@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssl/dist/apps/ocsp.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/apps/s_client.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/apps/s_server.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/crypto/asn1/asn_mime.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/asn1/tasn_enc.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_pwri.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/conf/conf_def.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/ec/ecp_smpl.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/ec/ectest.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/idea/ideatest.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/opensslconf.h@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssl/dist/crypto/opensslv.h@1.10 / diff / nxr@1.10
src/crypto/external/bsd/openssl/dist/crypto/pkcs7/bio_ber.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/pkcs7/dec.c@1.2 / diff / nxr@1.2
      :
(more 78 files)
merge openssl 1.0.1i

(spz)

2014-08-10 07:40:50 UTC MAIN commitmail json YAML

2014-08-10 07:33:37 UTC MAIN commitmail json YAML

Move the arbitrary limit on number of files per commit into
#define MAXARGS.  The limit used to be 10000, but was changed to
1000000 earlier today.

(apb)

2014-08-10 07:27:19 UTC tls-earlyentropy commitmail json YAML

2014-08-10 07:25:54 UTC tls-earlyentropy commitmail json YAML

2014-08-10 07:25:48 UTC tls-earlyentropy commitmail json YAML

2014-08-10 07:24:53 UTC tls-earlyentropy commitmail json YAML

2014-08-10 07:24:51 UTC tls-earlyentropy commitmail json YAML

2014-08-10 07:24:50 UTC tls-earlyentropy commitmail json YAML

2014-08-10 07:24:47 UTC tls-earlyentropy commitmail json YAML

2014-08-10 07:24:44 UTC tls-earlyentropy commitmail json YAML