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

2024-05-10 21:01:02 UTC Now

2012-09-27 08:19:19 UTC MAIN commitmail json YAML

Add missing include <stdlib.h>

(martin)

2012-09-27 07:47:57 UTC MAIN commitmail json YAML

Fix quota2 list corruption issue when defaultquotas are 0 (deny any file
and block allocation).

When quota2_check() is called with an uid not yet in the list,
getinoquota2() will call quota2_q2ealloc() to allocate a new entry for this
uid. quota2_q2ealloc() will remove an entry from the free list and
put it at the head of the corresponding hash list, and flush the block
containing the header if it's not the one also containing the allocated entry.
quota2_q2ealloc() then return the alocated entry and corresponding block
to caller (getinoquota2() here), which returns it to quota2_check().
quota2_check() then checks if the allocation can succeed, and returns and
error if not and calls brelse() on the buffer (because from his POW no
change was made to the entry), effectively discarding changes
to the entry that may have been made by quota2_q2ealloc().
Fix by always bwrite()ing the entry in quota2_q2ealloc(), and re-reading
the entry in caller.

(bouyer)

2012-09-27 00:44:59 UTC MAIN commitmail json YAML

deal properly with empty lines in spec file

(christos)

2012-09-27 00:39:47 UTC MAIN commitmail json YAML

Add some more debugging messages.

(matt)

2012-09-27 00:38:57 UTC MAIN commitmail json YAML

2012-09-27 00:37:56 UTC MAIN commitmail json YAML

make the test more precise.

(christos)

2012-09-27 00:37:43 UTC MAIN commitmail json YAML

Don't refuse the open databases without entries or keys, just protect
the divisions. cdbr_find and cdbr_get already have the appropiate
checks.

(joerg)

2012-09-27 00:25:26 UTC MAIN commitmail json YAML

Don't initialize PCIe inbound windows.  This avoids the 256MB limitation
on DMAs.

(matt)

2012-09-27 00:24:36 UTC MAIN commitmail json YAML

2012-09-27 00:23:52 UTC MAIN commitmail json YAML

2012-09-27 00:23:27 UTC MAIN commitmail json YAML

Don't bother dealing with "extra" ticks, just count them.

(matt)

2012-09-27 00:22:39 UTC MAIN commitmail json YAML

2012-09-26 23:27:34 UTC MAIN commitmail json YAML

2012-09-26 23:13:00 UTC MAIN commitmail json YAML

add and document AF_LOCAL (and the rest that were not)

(christos)

2012-09-26 23:01:04 UTC MAIN commitmail json YAML

fix non-numeric address and port printing.

(christos)

2012-09-26 22:23:30 UTC MAIN commitmail json YAML

2012-09-26 21:58:27 UTC MAIN commitmail json YAML

npf.conf(5): improve and explain grammar definition.

(rmind)

2012-09-26 18:18:08 UTC MAIN commitmail json YAML

If we get a fault we shouldn't have, set pmap_needs_pte_sync and retry.

(matt)

2012-09-26 15:33:43 UTC MAIN commitmail json YAML

2012-09-26 07:24:38 UTC MAIN commitmail json YAML

Remove expected failures that no longer fail (probably due a Qemu update).

(jruoho)

2012-09-26 05:57:45 UTC MAIN commitmail json YAML

2012-09-26 05:38:29 UTC MAIN commitmail json YAML

2012-09-25 20:53:47 UTC MAIN commitmail json YAML

Simplify the BDZ compression function, making it smaller at the same
time. Fixes a bug where non-minimal hash functions could be created.
Add regression tests for BDZ, including the map output functionality.

(joerg)

2012-09-25 16:11:42 UTC MAIN commitmail json YAML

Check tmpfs_rmdired_p after tmpfs_vnode_get when walking up the tree.

tmpfs_vnode_get drops all locks except possibly the reclaiming bit
lock to keep the tmpfs node from being reclaimed while we're still
interested in it.  Consequently, it does not keep the directory's
existence invariant, so we must check that after tmpfs_vnode_get.

Fixes PR kern/46990.  Tested by Wolfgang Stukenbrock.

(riastradh)

2012-09-25 14:16:27 UTC MAIN commitmail json YAML

Sort -h option properly (not between -I and -i)

XXX Should the date be updated?

(pgoyette)

2012-09-25 11:12:16 UTC MAIN commitmail json YAML

No need to do "obj includes" twice.

(skrll)

2012-09-25 06:55:10 UTC MAIN commitmail json YAML

More tweaks. I didn't manage to complete a mknative from scratch run, but
this is a step in the right direction.

(skrll)

2012-09-25 06:31:44 UTC MAIN commitmail json YAML

Add Lava Computers SSERIAL-PCI single port serial PCI card.

(gson)

2012-09-25 06:29:29 UTC MAIN commitmail json YAML

2012-09-25 06:26:53 UTC MAIN commitmail json YAML

Add Lava Computers SSERIAL-PCI single serial port adapter.

(gson)

2012-09-25 05:24:00 UTC MAIN commitmail json YAML

Back out 1.12 and include a comment as to why.

(matt)

2012-09-24 23:13:37 UTC MAIN commitmail json YAML

Enable support for synaptics touchpads when running Xen as domain 0; helps
usability on laptops. Fixes PR port-xen/44055.

ok bouyer@ riz@

(khorben)

2012-09-24 14:17:56 UTC MAIN commitmail json YAML

Fix setsockopt(2) error on 64bit environment (amd64).

Reported by PR lib/46693 by me and OK'ed by dholland@.

(taca)

2012-09-24 03:05:53 UTC MAIN commitmail json YAML

2012-09-23 22:31:39 UTC MAIN commitmail json YAML

increase powerpc NKMEMPAGES_MAX_DEFAULT to 256MB.  remove the macppc
overrides that are now the same as the powerpc default.

(mrg)

2012-09-23 20:10:25 UTC MAIN commitmail json YAML

2012-09-23 20:06:51 UTC MAIN commitmail json YAML

update for xf86-video-ati 6.14.6

(veego)

2012-09-23 20:06:03 UTC MAIN commitmail json YAML

2012-09-23 19:49:47 UTC MAIN commitmail json YAML

initial import of xf86-video-ati-6.14.6.

NetBSD note: The libdrm requirement seems to be KMS related which we do
            not have.

* 6.15.6
  This version requires the latest libdrm 2.4.36 release, and fixes a few
  other bugs seen since 6.14.5.
* 6.14.5
  - add solid picture accel
  - tiling fixes
  - new pci ids
  - 6xx-9xx Xv improvements
  - support for upcoming xserver API changes
  - bug fixes

Status:

Vendor Tag: xorg
Release Tags: xf86-video-ati-6-14-6

(veego)

2012-09-23 19:20:45 UTC MAIN commitmail json YAML

Revert two unintentional changes from the PPC tests

(joerg)

2012-09-23 17:37:51 UTC MAIN commitmail json YAML

Prevent sysinst from setting an fqdn in rc.conf when the user entered no domain
(i.e., sets only the hostname).  Fix for PR install/46946.

(jdf)

2012-09-23 17:22:26 UTC MAIN commitmail json YAML

Update LLVM/Clang snapshot to r164464. This adopts the GCC options for
the SSP parameters and a not-yet-default rewrite of SROA.

(joerg)

2012-09-23 15:56:32 UTC MAIN commitmail json YAML

Map 1M beyond _end to make sure we bootstrap.

(skrll)

2012-09-23 14:40:29 UTC MAIN commitmail json YAML

Don't use a usbd_status as an int, split error into two variables.

(joerg)

2012-09-23 09:54:04 UTC MAIN commitmail json YAML

Wrap sbuserr_handler and sbus_error with:
  #if (defined(SUN4M) && !defined(MSIIEP)) || defined(SUN4D)
to give them the same scope as the definitions in ../sparc/intr.c.
Allows SUN4C-only kernels to compile.
OK mrg

(jdc)

2012-09-23 06:05:32 UTC MAIN commitmail json YAML

correct some comments on #endif to match their #if.

(mrg)

2012-09-23 01:15:18 UTC MAIN commitmail json YAML

add more sd and pci devices.
remove duplicate ch0.

(chs)

2012-09-23 01:14:41 UTC MAIN commitmail json YAML

remove a debug printf.

(chs)

2012-09-23 01:14:19 UTC MAIN commitmail json YAML

add entries for AOE and FCOE.

(chs)

2012-09-23 01:13:52 UTC MAIN commitmail json YAML

don't try to handle sensors if there aren't any.

(chs)

2012-09-23 01:13:21 UTC MAIN commitmail json YAML

set chan_bustype correctly.

(chs)

2012-09-23 01:12:51 UTC MAIN commitmail json YAML

reformat product array to match openbsd.

(chs)

2012-09-23 01:12:01 UTC MAIN commitmail json YAML

use 64-bit DMA where possible.

(chs)

2012-09-23 01:11:14 UTC MAIN commitmail json YAML

fix a debug printf.

(chs)

2012-09-23 01:10:59 UTC MAIN commitmail json YAML

2012-09-23 01:10:10 UTC MAIN commitmail json YAML

add an entry for subclass HD audio.

(chs)

2012-09-23 01:09:46 UTC MAIN commitmail json YAML

2012-09-23 01:09:10 UTC MAIN commitmail json YAML

add a bunch of devices.

(chs)

2012-09-23 01:08:18 UTC MAIN commitmail json YAML

2012-09-23 01:07:38 UTC MAIN commitmail json YAML

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

add a bunch of devices.  from openbsd.

(chs)

2012-09-23 01:05:22 UTC MAIN commitmail json YAML

2012-09-23 01:03:40 UTC MAIN commitmail json YAML

add some more devices and options.

(chs)

2012-09-23 01:01:18 UTC MAIN commitmail json YAML

sync ldscripts; add cacheline_aligned and read_mostly handling
to the non-default ones.

(chs)

2012-09-23 00:31:06 UTC MAIN commitmail json YAML

locate PCI buses and determine their bus numbers using the info
previously extracted from ACPICA rather than trying to figure it out again.
allow PCI buses that don't have a _PRT method.

(chs)

2012-09-23 00:26:26 UTC MAIN commitmail json YAML

re-enable the code to disable link devices at startup, ie. revert rev 1.3.
this fixes PCI interrupts on some systems (eg. HP XW9400) and we suspect that
the problems which led to the original change were caused by buggy early
implementations of ACPI, which are now ignored by date.

(chs)

2012-09-22 22:34:03 UTC MAIN commitmail json YAML

LINUX_RLIM_INFINITY doesn't fit into the value range for linux32, so
introduce a variant with correct value.

(joerg)

2012-09-22 19:53:03 UTC MAIN commitmail json YAML

Disable L2 cache for now.  Add phys for wm

(matt)

2012-09-22 19:49:34 UTC MAIN commitmail json YAML

2012-09-22 19:45:54 UTC MAIN commitmail json YAML

Only use CPACR register for ARM11 and CORTEX cores.
Add VFP ids for other CORTEX CPUs.

(matt)

2012-09-22 14:27:24 UTC MAIN commitmail json YAML

Fix PR kern/46828 (6.0_BETA2 and 6.0_RC1 won't start on DL320/G5p):
In ehci_get_ownership(), don't explicitly clear EHCI_LEG_HC_BIOS_OWNED
semaphore bit in the driver before asking BIOS to give up ownership.
The EHCI spec implies that the semaphore should not be changed by
the other agent and actually the previous one (introduced in rev 1.53
after 5.x) caused hangup during probe on at least two HP machines
as mentioned in the PR.  Analyzed and patch provided by Ryo ONODERA.

Should be pulled up to netbsd-6 (fatal hangup during boot).

(tsutsui)

2012-09-22 09:20:07 UTC MAIN commitmail json YAML

Make sure that the "to fix, run: ..." instructions actually work cut-and-paste
By default postinstall has mode 644 so /bin/sh or similar needs to be prepended

(ast)

2012-09-22 01:48:50 UTC MAIN commitmail json YAML

Add busaddr to paddr routine and use it.
cleanup the PREREAD sync case.

(matt)

2012-09-22 01:47:46 UTC MAIN commitmail json YAML

Add interrupt/iwin/owin / netbsd_configure code.

(matt)

2012-09-22 01:46:57 UTC MAIN commitmail json YAML

PCIE each have 6 interrupts

(matt)

2012-09-22 01:46:31 UTC MAIN commitmail json YAML

Add a few more PCIE registers

(matt)

2012-09-22 01:44:13 UTC MAIN commitmail json YAML

Before testing for VFP, make sure CP10 is enabled.  (And CP11 for Neon too).

(matt)

2012-09-22 00:33:42 UTC MAIN commitmail json YAML

Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead
but add a second argument to it to indicate whether the TLB/caches need to be
flushed.  Default cortex to pmap_needs_fixup = 1.  But check the MMFR3 field
to see if the fixed can be skipped.
Use a cf_flag bit 0 to indicate whether the A9 L2 cache should disable (bit 0 = 1)
or enabeld (bit = 0).

With these changes, the A9 MMU can use traverse caches to do MMU tablewalks
Also, make sure all memory has the shareable bit for the A9.

(matt)

2012-09-21 22:12:36 UTC MAIN commitmail json YAML

Add a 'mach fault' command to print DFAR/DFSR/IFAR/IFSR/TTBR

(matt)

2012-09-21 16:38:55 UTC MAIN commitmail json YAML

Don't use NODEV when comparing against a major number as this is an
impossible type mismatch.

(joerg)

2012-09-21 14:33:04 UTC MAIN commitmail json YAML

For the rumpsp protocol, don't assume that the bit representation of
errnos match on the client and server platforms (the syscall subprotocol
errnos are handled by the server compat code).

(pooka)

2012-09-21 14:22:37 UTC MAIN commitmail json YAML

2012-09-21 14:21:58 UTC MAIN commitmail json YAML

2012-09-21 14:10:14 UTC MAIN commitmail json YAML

2012-09-21 09:05:09 UTC MAIN commitmail json YAML

adapt for _UC_TLSBASE.

Approved by manu@ and msaitoh@

(ryo)

2012-09-21 08:42:34 UTC MAIN commitmail json YAML

2012-09-21 08:15:09 UTC MAIN commitmail json YAML

Mention that gcc-4.5.4 was imported and that 4.7.2 is out.

(wiz)

2012-09-21 03:03:53 UTC agc-netpgp-standalone commitmail json YAML

2012-09-21 01:07:45 UTC MAIN commitmail json YAML

2012-09-21 00:26:15 UTC MAIN commitmail json YAML

Fix device timeout problem.
- Change the synching order of descriptors. First, sync descriptors except
  first and then sync the first descriptor.
- To recover from an race condition, reduce the if_timer from 5 to 1 and
  when timeout occur write MVGBE_TQC_ENQ bit again.

(msaitoh)

2012-09-20 23:50:06 UTC MAIN commitmail json YAML

Fix whitespace (mostly removing trailing).

This commit changes only whitespace (trailing, tabs vs spaces,
removing spurious newlines).  From Bev Schwartz of BBN.

(gdt)

2012-09-20 21:16:49 UTC MAIN commitmail json YAML

Correct name of the less version.
Patch provided by Snader_LB (Freenode).

(jdf)

2012-09-20 18:56:05 UTC MAIN commitmail json YAML

add back old options for compatibility, but complain if specified.

(christos)

2012-09-20 17:53:49 UTC MAIN commitmail json YAML

sc_ahci_cap should be uint32_t

(matt)

2012-09-20 17:50:42 UTC MAIN commitmail json YAML

sort stubs, remove autonamespacing and add some signal-related ones
I missed yesterday

(pooka)

2012-09-20 17:47:05 UTC MAIN commitmail json YAML

2012-09-20 17:46:21 UTC MAIN commitmail json YAML

alias rump_sysent to sysent, since the linux compat code wants to
access it (it calls ptrace, so 0 practical impact here, though).

(pooka)

2012-09-20 15:50:20 UTC MAIN commitmail json YAML

fix EXTERNAL_TOOLCHAIN build

(pooka)

2012-09-20 15:48:54 UTC MAIN commitmail json YAML

strip trailing whitespace - noted by Snader_LB on IRC

(abs)

2012-09-19 23:40:03 UTC MAIN commitmail json YAML

2012-09-19 23:31:36 UTC MAIN commitmail json YAML

Adjust postinstall recommendation syntax. based on comment from Snader_LB on IRC

(abs)

2012-09-19 23:22:57 UTC MAIN commitmail json YAML

Fix string_to_flags prototype. From Brooks Davis in PR 46986.
Bump date.

(wiz)

2012-09-19 23:08:37 UTC MAIN commitmail json YAML

strip trailing whitespace

(abs)

2012-09-19 23:06:22 UTC MAIN commitmail json YAML

Fix inverted logic description for MKSTRIPIDENT.
Noted by Snader_LB on freenode IRC

(abs)

2012-09-19 21:46:46 UTC MAIN commitmail json YAML

2012-09-19 21:45:41 UTC MAIN commitmail json YAML

Add the first attempt at rump kernel support for Linux clients.  This has
been lightly tested with unmodified networking applications with both
the client and server on a 64bit le host.  Unlike the standard Linux
compat libs where args and syscalls are swizzled around, this compat
lib only massages the arg data types due to the assumption that syscall
numbers come from librumpclient (via librumphijack) and therefore match
the native NetBSD numbers.

(pooka)

2012-09-19 21:26:17 UTC MAIN commitmail json YAML

Note mfi(4) ioctl pass-through

(bouyer)

2012-09-19 21:24:37 UTC MAIN commitmail json YAML

regen for ppoll (and, apparently, SYCALL_ARG_PTR)

(pooka)

2012-09-19 21:24:30 UTC MAIN commitmail json YAML

Add a pass-through ioctl for mfi(4), allowing userland to send raw commands
to the controller. This is compatible with the linux and FreeBSD
implementations.
Add the needed conversion for mfi ioctls in COMPAT_LINUX
Allocate a character major number, and create /dev/mfi0 by default
on amd64 and i386.
This allows (along with a hand-created /emul/linux/proc/devices file)
to run the MegaCLI linux binary provided by LSI.

(bouyer)

2012-09-19 21:19:15 UTC MAIN commitmail json YAML

2012-09-19 20:34:58 UTC MAIN commitmail json YAML

Use the PROM mapping for the clock, if it exists.
Allows the clock on the Tadpole SPARCle to attach.
Idea from r1.43 of OpenBSD sys/arch/sparc64/sparc64/clock.c

(jdc)

2012-09-19 15:38:09 UTC MAIN commitmail json YAML

Does not make sense to mount this as NFS, so it is not a bug.
We can now mount multiple instances, but all of them show all the ptys.

(christos)

2012-09-19 11:51:56 UTC MAIN commitmail json YAML

* Add scanw family function calls as input functions

(blymn)

2012-09-19 11:51:08 UTC MAIN commitmail json YAML

* Fix mvscanw return
* Fix the *vline family of calls, one argument is chtype not int

(blymn)

2012-09-19 08:42:52 UTC MAIN commitmail json YAML

Define ISCSI_HTONLL6 and ISCSI_NTOHLL6 (6 byte network byte order accessor
macros) dependend on host endianess.
Spotted by mhitch, unfortunately not enough to fix iscsi-target problems
on sparc64.

(martin)

2012-09-19 07:57:14 UTC MAIN commitmail json YAML

Use .inst instead of wfe/sev to shut up gas.

(matt)

2012-09-19 07:28:39 UTC MAIN commitmail json YAML

make Netwalker kernel compile again.
from Kenichi Hashimoto.

(bsh)

2012-09-19 06:55:25 UTC MAIN commitmail json YAML

Match the Altera ebus bridge, as found on the Tadpole SPARCle.

(jdc)

2012-09-19 06:54:04 UTC MAIN commitmail json YAML

less-451 out.

(wiz)

2012-09-19 04:55:07 UTC MAIN commitmail json YAML

some older powerbook keyboards use the same scancode for the power button as
later ones send on Fn-Command - now we look for that 'special' scancode only
on keyboards that actually need it

(macallan)

2012-09-18 23:42:52 UTC MAIN commitmail json YAML

let us get mounted multiple times.

(christos)

2012-09-18 21:35:43 UTC MAIN commitmail json YAML

remove -c and chroot option; they are always on now

(christos)

2012-09-18 21:33:55 UTC MAIN commitmail json YAML

Always do the chroot filename mapping; it is pointless not to do it.

(christos)

2012-09-18 19:45:50 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libgcc/libgcov/arch/arm/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/m68000/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/m68k/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3eb/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc64/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h@1.7 / diff / nxr@1.7
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h@1.7 / diff / nxr@1.7
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h@1.8 / diff / nxr@1.8
      :
(more 51 files)
regen mknative files for GCC 4.5.4.

XXX: earm didn't build.

(mrg)

2012-09-18 15:18:01 UTC MAIN commitmail json YAML

Take better care of closing file descriptors in the agent child and dealing
with dup2 and std{in,out,err}.

(christos)

2012-09-18 15:14:42 UTC MAIN commitmail json YAML

2012-09-18 15:12:31 UTC MAIN commitmail json YAML

Add ./usr/libdata/debug/usr/lib/npf for rmind

(skrll)

2012-09-18 15:00:33 UTC MAIN commitmail json YAML

2012-09-18 14:43:34 UTC MAIN commitmail json YAML

2012-09-18 14:42:19 UTC MAIN commitmail json YAML

Remove bounce buffer support since there is now generic bounce buffer support

(matt)

2012-09-18 08:36:21 UTC MAIN commitmail json YAML

npf extension modules for evbppc abi variants

(martin)

2012-09-18 08:30:35 UTC MAIN commitmail json YAML

npftest.conf is not dependend on pic

(martin)

2012-09-18 08:28:15 UTC MAIN commitmail json YAML

Try to make this test gracefully fail when npftest is not available

(martin)

2012-09-18 08:14:53 UTC MAIN commitmail json YAML

2012-09-18 08:13:04 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3el/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/bversion.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h@1.7 / diff / nxr@1.7
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/plugin-version.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/bversion.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h@1.7 / diff / nxr@1.7
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/defs.mk@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/plugin-version.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/bversion.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h@1.9 / diff / nxr@1.9
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/defs.mk@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/plugin-version.h@1.2 / diff / nxr@1.2

regen mknative files for GCC 4.5.4.

(mrg)

2012-09-18 07:44:36 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/armeb/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/vax/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/x86_64/gcov-iov.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h@1.7 / diff / nxr@1.7
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/c++config.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/c++config.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/bversion.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/plugin-version.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/bversion.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h@1.8 / diff / nxr@1.8
src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/defs.mk@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/usr.bin/gcc/arch/armeb/plugin-version.h@1.2 / diff / nxr@1.2
      :
(more 8 files)
regen mknative files for GCC 4.5.4.

(mrg)

2012-09-18 07:05:15 UTC MAIN commitmail json YAML

2012-09-18 07:04:42 UTC MAIN commitmail json YAML

2012-09-18 06:23:57 UTC MAIN commitmail json YAML

Import of gcc 4.5.4. The (possibly incomplete) list of fixed bugs is

  50617 [4.5/4.6/4.7 Regression] ICE: RTL flag check: INSN_ANNULLED_BRANCH_P used with unexpected rtx code 'simplify_immed_subreg' in output_bb, at config/pa/pa.c:6631 
  45383 [4.5 Regression] Implicit conversion to pointer does no longer automatically generate operator== and operator!=. 
  45606 [4.5 Regression] match a method prototyped a typedef alias with the original type (using stdlib) 
  47398 [4.5 Regression] tree check: accessed elt 10 of tree_vec with 9 elts in tsubst, at cp/pt.c:10500 
  49951 [4.5/4.6/4.7 Regression] Debug stepping behavior regarding g++ Class destructor has changed for the worse starting at gcc 4.5.0 
  43190 [4.4 Regression] Used pointer typedefs eliminated from debug info 
  43866 [4.4 Regression] wrong code with -fbounds-check -funswitch-loops 
  43897 [4.4 Regression] IA-64 asm clobbers are ignored 
  44777 [4.4 Regression] ICE: SIGSEGV with -fprofile-use in gcc.c-torture/execute/comp-goto-2.c 
  46985 [4.5 Regression] ICE: SIGSEGV in is_gimple_min_invariant (gimple.c:2742) with -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre 
  47780 [4.5 Regression] -fcompare-debug failure with -O -fgcse -fgcse-las -fstack-protector-all 
  47858 [4.5/4.6/4.7 Regression] IPA-SRA decreases quality of debug info 
  47903 [4.5 Regression] var-tracking.c: valgrind error 
  48685 [4.5 Regression] ICE in gimplify_expr, at gimplify.c:7034 
  52139 [4.5 Regression] ICE: in remove_insn, at emit-rtl.c:3960 with -O -fPIC -fno-tree-dominator-opts -fno-tree-fre 
  48046 [4.5 Regression] Expected diagnostic "reference to 'type' is ambiguous" not given for function-local static declaration 
  51406 [4.5/4.6/4.7 Regression][c++0x] Incorrect result of static_cast to rvalue reference to base class. 
  43949 [4.4 Regression] bogus warning: array subscript is above array bounds 
  45982 [4.4 Regression] PTA does not track integers 
  48172 [4.5 Regression] incorrect vectorization of loop in GCC 4.5.* with -O3 
  49115 [4.5 Regression] invalid return value optimization (?) when exception is thrown and caught 
  49279 [4.5 Regression] Optimization incorrectly presuming constant variable inside loop in g++ 4.5 and 4.6 with -O2 and -O3 for x86_64 targets 
  50189 [4.5 Regression] Wrong code error in -O2 [-fstrict-enums] compile, target independent 
  48660 [4.5/4.6 Regression] ARM ICE in expand_expr_real_1 
  23656 Cross-compilation with newlib fails in libiberty 
  37985 [4.5/4.6/4.7/4.8 Regression] unsigned char shift lacks "statement with no effect" warning 
  38292 [4.5/4.6/4.7/4.8 Regression] corrupted profile info with -O[23] -fprofile-use 
  40778 [4.5 Regression] Mudflap instrumentation missing in cloned function. 
  40992 [4.4 Regression] cunroll ignoring asm size 
  48306 [4.4 Regression] presence of gcc subdir with . in PATH causes breakdown 
  49651 [4.4 Regression] nested lambdas and -O3 produced incorrect integer variable increments 
  52223 [4.5/4.6 Regression] libffi's man page install breaks with multilibs and overridden mandir 
  53418 [4.5 Regression] ICE at gimplify.c:7773 
  53138 [4.7 Regression] spaceship operator miscompiled 
  50091 [4.5/4.6/4.7 Regression] -fstack-check generates wrong assembly 
  50979 architecture mismatch: "mul32" not enabled for "smul" or "umul" 
  51187 miscompilation of genrecog.c at -O2 for --target=avr 
  52717 thunk referenced in discarded section when building samba with -flto 
  48742 [4.5 Regression] Internal error in gimplify_expr 
  49120 [4.5 Regression] bogus "value computed is not used" warning (variable-length array in compound statement) 
  49161 [4.5 Regression] Fix VRP on switch stmts 
  49619 [4.5 Regression] ICE in simplify_subreg, at simplify-rtx.c:5362 
  49621 [4.5 regression] ICE in trunc_int_for_mode, at explow.c:57 
  49644 [4.5 Regression] post-increment of promoted operand is incorrect. 
  51767 [4.5 Regression] ICE with degenerated asm goto 
  51768 [4.5 Regression] ICE with invalid asm goto 
  52736 [4.5/4.6/4.7/4.8 Regression] miscompilation: store to aliased __m128d is 8 Bytes off 
  49440 [4.6 regression] Invalid dynamic_cast for unnamed namespace 
  50565 [4.5/4.6/4.7 Regression] initializer element is not computable at load time 
  52294 [4.7 Regression] [ARM Thumb] generated asm code produces "branch out of range" error in gas with -Os -mcpu=cortex-a9 
  41159 [LTO] ICE in insert_value_copy_on_edge, at tree-outof-ssa.c:225 
  48822 [4.5 Regression] G++ gets stucks and never finishes compilation when enabling -O2/3 optimization options. 
  50162 [4.5 Regression] Wrong vectorization 
  49381 Unresolved symbols in libgcjgc.a when linking gctest 
  45786 [4.5 Regression] Relational operators .eq. and == are not recognized as equivalent 
  48708 Invalid V2DI vector set insn generated 
  50464 Using -Ofast -march=bdver1 results in internal compiler error: in extract_insn, at recog.c:2109 
  51821 [4.5/4.6/4.7 Regression] 64bit > 32bit conversion produces incorrect results with optimizations 
  52698 -maddress-mode=long doesn't work 
  53228 [4.6/4.7/4.8 Regression] target attributes in libcpp/lex.c cause illegal instructions to be used elsewhere 
  42082 [C++0x] ICE on probably invalid with "canonical types differ for identical types" 
  42652 vectorizer created unaligned vector insns 
  42856 [4.4 Regression] FAIL: gcc.dg/torture/pr41555.c -O0 (test for excess errors) 
  47733 psignal (int, const? char*) in libiberty/strsignal.h 
  48743 -march=native mis-detects AMD K6-2+ / K6-3 as Athlon - compiled C fails with "illegal instruction" 
  49038 [4.5/4.6/4.7 Regression] -ftree-vectorise introduces reads past end of array 
  49448 arm-tab-linux-gnu-eabi enableds big endian when it should not 
  49461 boehm-gc and gcj incompatible with pie 
  50875 O3 and -mavx lead to internal compiler error: in find_reloads 
  51161 [C++0x] Illegal static_cast to rvalue reference to ambiguous base class 
  51393 Wrong parameter type for _mm256_insert_epi64 in avxintrin.h 
  51444 [4.4 Regression]: Spurious "is used uninitialized" warning for structure with bitfields 
  51835 ARM EABI violation when passing arguments to helper floating functions like __aeabi_d2iz 
  52894 [4.5,4.6,4.7 Regression] Stage1 bootstrap fails with gcc-4.6.3: Infinite loop in pointer_set_insert 
  53310 [4.5/4.6/4.7/4.8 Regression] EOSHIFT leaks memory 
  53744 gcov version oscillates between 407* and 407p on branches 
  52335 [4.4/4.5/4.6/4.7 Regression] I/O: -std=f95 rejects valid DELIM= in OPEN 
  46192 [4.5/4.6/4.7 regression] wrong code for renaming of volatile packed array with address clause 
  44581 [4.5/4.6/4.7 Regression] internal compiler error: in simplify_subreg 
  49307 [4.5/4.6/4.7 Regression] ICE in spill_failure, at reload1.c:2113 
  50163 [4.4/4.5/4.6/4.7 Regression] ICE: initialization expression 
  50273 [4.5/4.6/4.7 Regression] -Walign-commons no longer effective 
  52022 [4.5/4.6/4.7 Regression] Wrong-code with procedures passed as actual argument 
  52452 [4.5/4.6/4.7/4.8 Regression] INTRINSIC cannot be applied to gfortran's ETIME 
  25973 [4.5/4.6/4.7/4.8 Regression] Wrong warning: control reaches end of non-void function 
  53521 [4.5/4.6/4.7/4.8 Regression] Memory leak with zero-sized array constructor

Status:

Vendor Tag: FSF
Release Tags: gcc-4-5-4

(skrll)

2012-09-18 05:47:28 UTC MAIN commitmail json YAML

2012-09-18 05:31:37 UTC MAIN commitmail json YAML

re-run mknative.

- i386 tested
- m68k gomp tls reverted by hand
- powerpc softfloat added (un-reverted) by hand

(mrg)

2012-09-18 05:09:47 UTC MAIN commitmail json YAML

add _ARM32_NEED_BUS_DMA_BOUNCE to opt_arm_bus_space.h (It's not really a
bus_space option but it's close enough).

(matt)

2012-09-18 05:08:41 UTC MAIN commitmail json YAML

2012-09-18 05:08:10 UTC MAIN commitmail json YAML

2012-09-18 04:36:25 UTC MAIN commitmail json YAML

2012-09-18 04:07:44 UTC MAIN commitmail json YAML

Fix a bug that misunderstand F_TIMING64,  F_POLICY and F_AUTHHDR.

(msaitoh)

2012-09-17 22:03:46 UTC MAIN commitmail json YAML

2012-09-17 22:03:21 UTC MAIN commitmail json YAML

Add ASMEDIA ASM1061

(matt)

2012-09-17 19:06:25 UTC netbsd-6 commitmail json YAML

2012-09-17 19:03:12 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #557):
distrib/sets/lists/base/ad.mips64eb 1.94-1.95 via patch
distrib/sets/lists/base/ad.mips64el 1.93-1.94 via patch
distrib/sets/lists/base/md.amd64 1.169-1.170 via patch
distrib/sets/lists/base/md.sparc64 1.159-1.160 via patch
distrib/sets/lists/base/shl.mi 1.629,1.630,1.632 via patch
distrib/sets/lists/comp/ad.mips64eb 1.81-1.82 via patch
distrib/sets/lists/comp/ad.mips64el 1.821.83 via patch
distrib/sets/lists/comp/md.amd64 1.168-1.169 via patch
distrib/sets/lists/comp/md.sparc64 1.150-1.151 via patch
distrib/sets/lists/comp/mi 1.1769 via patch
distrib/sets/lists/comp/shl.mi 1.226-1.227 via patch
distrib/sets/lists/tests/mi 1.477 via patch
distrib/sets/sets.subr 1.137 via patch
etc/Makefile 1.397 via patch
share/man/man5/mk.conf.5 1.60 via patch
share/mk/bsd.README 1.297 via patch
share/mk/bsd.own.mk 1.700 via patch
tests/crypto/libcrypto/Makefile patch
tests/crypto/libcrypto/t_ciphers.sh 1.4 via patch
tests/crypto/libcrypto/t_hashes.sh 1.2 via patch
tests/crypto/libcrypto/idea/Makefile patch
tests/crypto/libcrypto/mdc2/Makefile patch
usr.sbin/racoon/Makefile 1.25 via patch

Clean up MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal, so that
a tree with MKCRYPTO_RC5=yes actually builds.
[spz, ticket #557]

The "iso" directory never made it into this file, but now
that "iso" is "images", document it here for the edification of
folks browsing the download directories.
add crypto shared libraries
mark idea and mdc2 libraries obsolete.
remove mdc2 and idea handling
MKCRYPTO_{IDEA,MDC2} is no more
MKCRYPTO_IDEA is no more
no more CRYPTO_{IDEA,MDC2}
more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and
MBC2 now always being included)
MKCRYPTO_RC5 now builds shared libs, add the missing files to sets

(riz)

2012-09-17 19:00:35 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #557):
distrib/sets/lists/base/ad.mips64eb 1.94-1.95 via patch
distrib/sets/lists/base/ad.mips64el 1.93-1.94 via patch
distrib/sets/lists/base/md.amd64 1.169-1.170 via patch
distrib/sets/lists/base/md.sparc64 1.159-1.160 via patch
distrib/sets/lists/base/shl.mi 1.629,1.630,1.632 via patch
distrib/sets/lists/comp/ad.mips64eb 1.81-1.82 via patch
distrib/sets/lists/comp/ad.mips64el 1.821.83 via patch
distrib/sets/lists/comp/md.amd64 1.168-1.169 via patch
distrib/sets/lists/comp/md.sparc64 1.150-1.151 via patch
distrib/sets/lists/comp/mi 1.1769 via patch
distrib/sets/lists/comp/shl.mi 1.226-1.227 via patch
distrib/sets/lists/tests/mi 1.477 via patch
distrib/sets/sets.subr 1.137 via patch
etc/Makefile 1.397 via patch
share/man/man5/mk.conf.5 1.60 via patch
share/mk/bsd.README 1.297 via patch
share/mk/bsd.own.mk 1.700 via patch
tests/crypto/libcrypto/Makefile patch
tests/crypto/libcrypto/t_ciphers.sh 1.4 via patch
tests/crypto/libcrypto/t_hashes.sh 1.2 via patch
tests/crypto/libcrypto/idea/Makefile patch
tests/crypto/libcrypto/mdc2/Makefile patch
usr.sbin/racoon/Makefile 1.25 via patch

Clean up MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal, so that
a tree with MKCRYPTO_RC5=yes actually builds.
[spz, ticket #557]

The "iso" directory never made it into this file, but now
that "iso" is "images", document it here for the edification of
folks browsing the download directories.
add crypto shared libraries
mark idea and mdc2 libraries obsolete.
remove mdc2 and idea handling
MKCRYPTO_{IDEA,MDC2} is no more
MKCRYPTO_IDEA is no more
no more CRYPTO_{IDEA,MDC2}
more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and
MBC2 now always being included)
MKCRYPTO_RC5 now builds shared libs, add the missing files to sets

(riz)

2012-09-17 18:43:25 UTC netbsd-6 commitmail json YAML

2012-09-17 18:40:12 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by cyber in ticket #564):
sys/arch/evbmips/conf/MALTA: revision 1.68
Bump SYMTAB_SPACE by 30K

(riz)

2012-09-17 15:47:47 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE by 30K

(matt)

2012-09-17 15:37:33 UTC MAIN commitmail json YAML

- Add OPENRD.
- Compile BEAGLEBOARD_INSTALL.

(msaitoh)

2012-09-17 15:34:58 UTC MAIN commitmail json YAML

Comment out "pseudo-device md" as other config files.
It fixes BEAGLEBOARD_INSTALL's compile error.

(msaitoh)

2012-09-17 11:54:36 UTC MAIN commitmail json YAML

Add support for BCM57762, found in Apple's Thunderbolt to Gigabit Ethernet
Adapter.  PR kern/46961 from Ryo ONODERA.

Also revert weird BGE_MAX_FRAMELEN macro definition to sync its usage
with the original FreeBSD's bge.

(tsutsui)

2012-09-17 11:45:56 UTC MAIN commitmail json YAML

Add support for BCM57765.  PR kern/46961

(tsutsui)

2012-09-17 11:43:50 UTC MAIN commitmail json YAML

Regen from miidevs rev 1.109:
> Add another Broadcom OUI and BCM57765 1000BASE-T media interface.
> Per PR kern/46961.

(tsutsui)

2012-09-17 11:42:38 UTC MAIN commitmail json YAML

Add another Broadcom OUI and BCM57765 1000BASE-T media interface.
Per PR kern/46961.

(tsutsui)

2012-09-17 11:38:35 UTC MAIN commitmail json YAML

Regen from pcidevs rev 1.1134:
> Add Broadcom BCM57762 Gigabit Ethernet, per PR kern/46961.

(tsutsui)

2012-09-17 11:35:31 UTC MAIN commitmail json YAML

Add Broadcom BCM57762 Gigabit Ethernet, per PR kern/46961.

(tsutsui)

2012-09-17 05:56:27 UTC MAIN commitmail json YAML

Strengthen the entry about the openssl update, to clarify and emphasize
that just doing a non-update build isn't enough; you really do have to
nuke $DESTDIR.

(dholland)

2012-09-17 02:10:46 UTC MAIN commitmail json YAML

2012-09-17 01:23:46 UTC MAIN commitmail json YAML

Document the fact that lack of shell meta chars in a command
results in direct exec in compat mode.

(sjg)

2012-09-16 22:22:45 UTC MAIN commitmail json YAML

Describe kcpuset_export_u32(9) routine.

(rmind)

2012-09-16 22:09:34 UTC MAIN commitmail json YAML

2012-09-16 22:08:17 UTC MAIN commitmail json YAML

2012-09-16 21:33:30 UTC MAIN commitmail json YAML

New sentence, new line.
Sort option descriptions.
Comment out partial sentence.
Sort SEE ALSO and remove trailing comma.
Use more markup.

(wiz)

2012-09-16 20:23:20 UTC MAIN commitmail json YAML

2012-09-16 18:59:29 UTC MAIN commitmail json YAML

*Sigh* provide, by default, the dumb "allocate 64K on the stack" variant
of the lzf_compress API by default.  This is because there is evidently
code floating around out there in the world with broken autoconf scripts that
don't check for LZF_STATE_ARG in the lzf header files and just assume the
dumb version of the API.

We rename the sane API to lzf_compress_r and implement the dumb API in
terms of it.  Consequently, bump liblzf major version number.  This is
fine because nothing used our liblzf with the old API.

Add lzf(1) utility from LZF distribution.  Add manual page for lzf(1).

(tls)

2012-09-16 18:56:13 UTC MAIN commitmail json YAML

Add forgotten CHANGES entries for rndctl entropy save/load and all the
kernel entropy changes.

(tls)

2012-09-16 17:16:18 UTC MAIN commitmail json YAML

Remove information about possibility of running out of KVA space, that was fixed some time ago.

(rkujawa)

2012-09-16 16:15:29 UTC MAIN commitmail json YAML

2012-09-16 15:09:55 UTC MAIN commitmail json YAML

Attempt to describe the gcc 4.5 method (untested)

(skrll)

2012-09-16 14:35:26 UTC MAIN commitmail json YAML

PR/46973: Dr. Wolfgang Stukenbrock: kauth_authorize_action_internal() returns
non-macro value as it should do

(christos)

2012-09-16 14:14:56 UTC MAIN commitmail json YAML

Don't depend on any memory split for initial L1 table. Size kernel mapping
according to actual size.

(skrll)

2012-09-16 13:47:43 UTC MAIN commitmail json YAML

2012-09-16 13:46:49 UTC MAIN commitmail json YAML

2012-09-16 13:44:14 UTC MAIN commitmail json YAML

npf_icmp_uniqid: split into npf_icmp_uniqid4() and npf_icmp_uniqid6() parts.

(rmind)

2012-09-16 12:10:57 UTC MAIN commitmail json YAML

Be consistent with applying __HAVE_PCI_CONF_HOOK around bcmpax_conf_hook
implementation as well.  Fixes build for BCM5301X evbarm kernel.

(he)

2012-09-16 07:26:31 UTC MAIN commitmail json YAML

2012-09-16 00:02:41 UTC MAIN commitmail json YAML

SAR (search and rescue)

(dholland)

2012-09-15 19:31:12 UTC MAIN commitmail json YAML

remove dubious cast

(spz)

2012-09-15 18:37:28 UTC MAIN commitmail json YAML

WPA_TRACE_REF() provides optional content, potentially leaving an extra
semicolon within the struct declarator list. This is not permitted
according to C99 "6.7.2.1 Structure and union specifiers", so instead
have the macro provide the semicolon as required.

(plunky)

2012-09-15 18:13:12 UTC MAIN commitmail json YAML

2012-09-15 18:03:42 UTC MAIN commitmail json YAML

Fix typo, noticed by stu314 on freenode.

(dholland)

2012-09-15 17:56:28 UTC MAIN commitmail json YAML

Add Spanish translations for sysinst's new configuration menu, plus adding a few
that were left previously.
Translation provided by jmmv.

(jdf)

2012-09-15 17:46:25 UTC MAIN commitmail json YAML

does not need -I${NETBSDSRCDIR}/sys/dist/ipf here, the include files
are installed in /usr/include/netinet

(plunky)

2012-09-15 17:45:35 UTC MAIN commitmail json YAML

does not need -I${NETBSDSRCDIR}/sys/dist/ipf here, the files are
installed in /usr/include/netinet

(plunky)

2012-09-15 17:42:43 UTC MAIN commitmail json YAML

reinstate "Update ftp-proxy for changes to ipnat_t" from Darren Reed

(plunky)

2012-09-15 17:42:01 UTC MAIN commitmail json YAML

install header files from IPF 5.1.2 (sys/external/bsd/ipf) instead of
older IPF (sys/dist/ipf).

This adds ipf_rb.h

(plunky)

2012-09-15 17:33:28 UTC MAIN commitmail json YAML

install example rules from the 5.1.2 distribution in external/bsd/ipf/dist
rather than the old one..  "mediaone" does not seem to exist though, so
mark it obsolete

(plunky)

2012-09-15 17:15:01 UTC MAIN commitmail json YAML

In the "interlock" case (where the scheduler lock is used as the condvar
lock), we need to take the CPU interlock before releasing the CPU.
Otherwise other threads can be scheduled before we get the interlock,
leading to e.g. missed condvar wakeups.  This affected only "locks_up.c"
locking (nomen est omen?).

Also, remove various __predicts since they don't have a positive
performance impact in any setup.

(pooka)

2012-09-15 16:56:45 UTC MAIN commitmail json YAML

the result of the construct

#define FOO defined(BAR)

#if FOO
[conditional code]
#endif

is "undefined", according to C99 6.10.1 note 4. So, change code like
that to use the following paradigm

#if defined(BAR)
#define FOO 1
#else
#define FOO 0
#endif

#if FOO
[conditional code]
#endif

(plunky)

2012-09-15 16:56:06 UTC MAIN commitmail json YAML

the result of the construct

#define FOO defined(BAR)

#if FOO
[conditional code]
#endif

is "undefined", according to C99 6.10.1 note 4. So, change code like
that to use the following paradigm

#if defined(BAR)
#define FOO 1
#else
#define FOO 0
#endif

#if FOO
[conditional code]
#endif

(plunky)

2012-09-15 16:22:58 UTC MAIN commitmail json YAML

correct spelling of file to clean

(plunky)

2012-09-15 09:33:05 UTC netbsd-5 commitmail json YAML

2012-09-15 09:32:36 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #1789):
sys/dev/ic/gem.c: revision 1.99 via patch
sys/dev/ic/gemvar.h: revision 1.24 via patch
sys/dev/ic/gemreg.h: revision 1.15 via patch
Apply lockup fixes from Havard Eidnes/OpenBSD in PR port-sparc64/46260:
- add an additional watchdog for RX overflow
- re-initialise the chip on device timeout
Also alter the interrupt blanking rate to 8 packets, as per OpenSolaris.

(bouyer)

2012-09-15 09:27:32 UTC netbsd-5-1 commitmail json YAML