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 (178d) 

2024-05-10 04:30:45 UTC Now

2015-04-20 15:30:41 UTC MAIN commitmail json YAML

First part of reworking vnode(9) man page.  Much more to come.

(riastradh)

2015-04-20 15:23:56 UTC MAIN commitmail json YAML

Bump kernel version to 7.99.10 for vget(9) change.

(riastradh)

2015-04-20 15:22:18 UTC MAIN commitmail json YAML

Add container_of to libkern.

Given x = &c->f, container_of(x, T, f) yields c, where T is the type
of c.

Discussed on tech-kern a while ago:

https://mail-index.netbsd.org/tech-kern/2013/03/21/msg015131.html

(riastradh)

2015-04-20 15:19:00 UTC MAIN commitmail json YAML

Fix C arithmetic quirks in roundup2 and avoid multiple evaluation.

Add rounddown2.

Discussed on tech-kern a while ago:

https://mail-index.netbsd.org/tech-kern/2013/03/21/msg015131.html

(riastradh)

2015-04-20 14:10:31 UTC MAIN commitmail json YAML

2015-04-20 14:09:14 UTC MAIN commitmail json YAML

Use Dv, not Li, for EBUSY/ENOENT.

(riastradh)

2015-04-20 14:08:52 UTC MAIN commitmail json YAML

2015-04-20 14:07:25 UTC MAIN commitmail json YAML

Rewrite vput(9) description.

(riastradh)

2015-04-20 14:03:10 UTC MAIN commitmail json YAML

Document current state of vget.

(riastradh)

2015-04-20 13:49:02 UTC MAIN commitmail json YAML

Remove declaration of speedup_syncer, removed back in 2011.

(riastradh)

2015-04-20 13:44:16 UTC MAIN commitmail json YAML

2015-04-20 13:12:24 UTC MAIN commitmail json YAML

Nix LEASE_READ/LEASE_WRITE from <sys/vnode.h>.

(riastradh)

2015-04-20 12:41:38 UTC MAIN commitmail json YAML

Backout r1.18.
  Don't change IRQ porality.  The Real-machines encounters interrupt storm.
  OK slp@.

  I assum configured it from boot-loader already.  However need polarity
  information, if not.  Shall we implement to use prop_dictionary_{set,get}?

  Also this case, re-initialized to LAN9118_IRQ_CFG without
  LAN9118_IRQ_CFG_POL in lan9118_init().  I think, again interrupt storm on
  QEMU.

(kiyohara)

2015-04-20 10:19:54 UTC MAIN commitmail json YAML

2015-04-20 10:09:09 UTC MAIN commitmail json YAML

Add pseudo-devices crypto, swcrypto, bridge, vlan, ppp, pppoe, tun, tap,
gre, and npf.

(jmcneill)

2015-04-20 07:51:36 UTC MAIN commitmail json YAML

Unbreak the build of spdmem

- Get rid of a tab after backslace
- Add a missing semicolon

From Henning Petersen

(ozaki-r)

2015-04-20 07:34:48 UTC MAIN commitmail json YAML

Remove non-USE_RADIX case and USE_RADIX switch

It seems that we have been using ip_encap only with USE_RADIX
for long years. Let's remove unused non-USE_RADIX case.

No objection on tech-kern and tech-net.

Double-checked by knakahara@

(ozaki-r)

2015-04-20 06:50:13 UTC MAIN commitmail json YAML

2015-04-20 02:55:14 UTC MAIN commitmail json YAML

Initial pass at supporting decode for DDR4.

XXX I fully expect that reporting of PC4-xxxxx values is incorrect.
XXX Please report this, or any other errors that you may see.

(pgoyette)

2015-04-20 01:33:22 UTC MAIN commitmail json YAML

2015-04-20 00:11:27 UTC MAIN commitmail json YAML

Use TPIDRPRW_IS_CURLWP

(matt)

2015-04-20 00:09:48 UTC MAIN commitmail json YAML

Comment out __HAVE_PREEMPTION

(matt)

2015-04-19 23:12:21 UTC MAIN commitmail json YAML

Like SDHC, SDIO also doesn't support SG DMA.

Remove the DMA capability flag and do transfers through a MAXPHYS-sized
buffer instead. This lets us do larger transfers and even with the memcpy,
still a significant win for performance.

(jmcneill)

2015-04-19 23:03:47 UTC MAIN commitmail json YAML

Remove CPU_CORTEXA7 since ALLWINNER_A31 implies it

(matt)

2015-04-19 22:51:04 UTC MAIN commitmail json YAML

2015-04-19 21:28:38 UTC MAIN commitmail json YAML

Remove options CPU_CORTEX* since options ALLWINNER_* will now define them.
Use GENERIC.common for CUBIEBOARD (and BPI and CUBIETRUCK)

(matt)

2015-04-19 21:25:19 UTC MAIN commitmail json YAML

Let the ALLWINNER_Axx define the CPU they use

(matt)

2015-04-19 21:23:01 UTC MAIN commitmail json YAML

The Amlogic SDHC controller doesn't support SG DMA. When we advertise
DMA but not SG DMA support, the sdmmc layer breaks up transfers into
multiple PAGE_SIZE (8KB here) transfers.

Remove the DMA capability flag and do transfers through a MAXPHYS-sized
buffer instead. This lets us do larger transfers and even with the memcpy,
still a significant win for performance.

Before: 134217728 bytes transferred in 15.301 secs (8771827 bytes/sec)
After:  134217728 bytes transferred in 8.834 secs (15193313 bytes/sec)

(jmcneill)

2015-04-19 21:09:03 UTC MAIN commitmail json YAML

Add JIT options and DKWEDGE_{AUTODISCOVER,GPT}

(matt)

2015-04-19 19:17:37 UTC MAIN commitmail json YAML

clean up the way ti_bind() was converted to use sockaddr_big.

instead of using the original sockaddr_{in,un} structures for storage
use the single sockaddr_big structure instead.

while here ditch superfluous assignment of sockaddr sb_len since the
assignment is already performed in netaddr_to_sockaddr_{in,un}

(rtr)

2015-04-19 19:05:19 UTC MAIN commitmail json YAML

Fix deref "command" after "free(file)", from KIYOHARA Takashi

(christos)

2015-04-19 18:54:52 UTC MAIN commitmail json YAML

2015-04-19 18:53:33 UTC MAIN commitmail json YAML

More cleanup:
Instead of first overwriting the *_evbarm functions with own code,
and then calling them from the regular functions, directly put the
code into the regular functions.

No more functions from evbarm.conf are used now.
Some variables are still used!

(hubertf)

2015-04-19 18:28:31 UTC MAIN commitmail json YAML

2015-04-19 18:15:26 UTC MAIN commitmail json YAML

Redo __aeabi_atexit by shuffling the arguments and dropping the code in
libstdc++.

(joerg)

2015-04-19 17:56:57 UTC MAIN commitmail json YAML

Add some documentation:
Tell what this does, and what it expects from conf files

(hubertf)

2015-04-19 17:08:12 UTC netbsd-6 commitmail json YAML

2015-04-19 17:07:07 UTC netbsd-6 commitmail json YAML

2015-04-19 17:06:27 UTC netbsd-6 commitmail json YAML

sys/dev/pci/pcidevs 1.1208-1.1220 via patch
sys/dev/pci/pcidevs.h regen
sys/dev/pci/pcidevs_data.h regen

- Add Intel QuickAssist Virtual Function Device IDs
- Add some Intel 10/40G devices.
- Add Some Intel E7520 devices
- Add Some Intel IOP332 devices
- Add Xeon E5 v3 and C61x devices.
- Add Mobile 5th Generation Intel Core devices.
- Add Intel 63xxESB AC'97 Audio Controller
- Fix product ID of INTEL 5000_PCIE_4.
- Add some Intel devices.
- Sort VIATECH's entries in the device ID's order.
- Add some VIATECH devices.
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add another HP vendor ID (was 3PAR)
- Add AR816x/AR817x chips (part of PR/49584)
- Add two PLX PCI Bridges.
- Add Radeon HD 54xx Audio
- Add Dell DARC 4 devices
- Add nForce Host Bridges.
- Add MegaRAID SAS3108
[msaitoh, ticket #1293]

(riz)

2015-04-19 17:01:50 UTC netbsd-6 commitmail json YAML

Apply patch (requested by msaitoh in ticket #1292):
sys/dev/pci/if_wm.c 1.313-1.314 and 1.316 via patch

Fix a bug that the first access to NVM is failed on 8254[17] which use
SPI EEPROM. Observed on Dell PowerEdge [12]850.
Thanks Tom Ivar Helbekkmo for debugging.

Fix a bug that wm_sgmii_writereg() function doesn't pass the "val"
argument to the I2CCMD register. Reported by Bernard Merindol
in PR#49789.

Fix a bug that newer revision of I218-{LM,V} use wrong PHY access
functions. The problem only occured on devices that the PCI device ID
was 0x15a[0123].
[msaitoh, ticket #1292]

(riz)

2015-04-19 16:49:08 UTC netbsd-7 commitmail json YAML

2015-04-19 16:47:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #702):
sys/arch/x86/x86/intel_busclock.c: revision 1.21
Update from Intel SDM:
- Add busclock values for Airmont.

(riz)

2015-04-19 16:42:19 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #701):
usr.sbin/cpuctl/arch/i386.c: revision 1.65
Update from Intel SDM:
- Add Atom Z8000, Future gen Xeon (Broadwell), Next gen Xeon Phi and so on.
- Add comments.

(riz)

2015-04-19 16:29:11 UTC netbsd-7 commitmail json YAML

2015-04-19 16:26:23 UTC netbsd-7 commitmail json YAML

Apply patch (requested by msaitoh in ticket #699):
sys/dev/pci/pcidevs 1.1200, 1.1203, 1.1208-1.1212, 1.1214-1.1220 via patch

Sync pcidevs with rev. 1.1220:
- Add Samsung Electronics XP941 M.2 SSD
- Add Intel Atom Z36xx and Z37xx devices from the datasheet.
- Add Intel QuickAssist Virtual Function Device IDs
- Add some Intel 10/40G devices.
- Add Some Intel E7520 devices
- Add Some Intel IOP332 devices
- Add Xeon E5 v3 and C61x devices.
- Add Mobile 5th Generation Intel Core devices.
- Add Intel 63xxESB AC'97 Audio Controller
- Fix product ID of INTEL 5000_PCIE_4.
- Add some Intel 9 Series devices
- Add some Intel devices.
- Sort VIATECH's entries in the device ID's order.
- Add some VIATECH devices.
- Add COMPAQ iLOs.
- Add HP IPMI device.
- Add another HP vendor ID (was 3PAR)
- Add two PLX PCI Bridges.
- Add Radeon HD 54xx Audio
- Add Dell DARC 4 devices
- Add nForce Host Bridges.
- Add MegaRAID SAS3108
[msaitoh, ticket #699]

(riz)

2015-04-19 16:14:04 UTC MAIN commitmail json YAML

Several fixes for the French translation. Looks like the '{\n' break the
interface: the "No" buttons sometimes disappear.

Actually I can't test this change right now; will see tomorrow.

(maxv)

2015-04-19 14:42:15 UTC netbsd-7 commitmail json YAML

Apply patch (requested by msaitoh in ticket #697):
sys/dev/pci/files.pci 1.375 via patch
sys/dev/pci/ixgbe/ixgbe.c 1.24-1.27 via patch
sys/dev/pci/ixgbe/ixgbe.h 1.4-1.6 via patch
sys/dev/pci/ixgbe/ixgbe_82598.c 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_82598.h 1.1-1.2 via patch
sys/dev/pci/ixgbe/ixgbe_82599.c 1.6-1.8 via patch
sys/dev/pci/ixgbe/ixgbe_82599.h 1.1 via patch
sys/dev/pci/ixgbe/ixgbe_api.c 1.5-1.6 via patch
sys/dev/pci/ixgbe/ixgbe_api.h 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_common.c 1.3-1.4 via patch
sys/dev/pci/ixgbe/ixgbe_common.h 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_mbx.c 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_mbx.h 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_osdep.h 1.4-1.6 via patch
sys/dev/pci/ixgbe/ixgbe_phy.c 1.3-1.4 via patch
sys/dev/pci/ixgbe/ixgbe_phy.h 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_type.h 1.8-1.9 via patch
sys/dev/pci/ixgbe/ixgbe_vf.c 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_vf.h 1.3-1.4 via patch
sys/dev/pci/ixgbe/ixgbe_x540.c 1.1-1.2 via patch
sys/dev/pci/ixgbe/ixgbe_x540.h 1.1 via patch
sys/dev/pci/ixgbe/ixv.c 1.5-1.7 via patch
sys/dev/pci/ixgbe/ixv.h 1.4-1.5 via patch

Synchronize our ixg(4) driver up to FreeBSD r243716:
- Add X540 support.
- Add TSO6 support.
- Add 100BaseTX support.
- The max size in dma tag is changed from 65535 to 262140 (IXGBE_TSO_SIZE).
  The value is the same as other *BSDs. The change might cause a address
  space shortage (ixgbe_dmamap_create() might fail) on some machines.
- Show 1000Base-SX correctly.
- Fix if_baudrate from 1G to 10G.
- Fix a bug that ifconfig -z (SOICZIFDATA) doesn't work.
- Fix a lot of bugs.
- Improve performance.
[msaitoh, ticket #697]

(riz)

2015-04-19 09:20:54 UTC MAIN commitmail json YAML

Note that sysmon device is also required for sysmon_power.

XXX This will be changing again soon (once I get the various portions of
XXX sysmon modularized).

(pgoyette)

2015-04-19 07:46:49 UTC netbsd-5-1 commitmail json YAML

2015-04-19 07:46:18 UTC netbsd-5-2 commitmail json YAML

2015-04-19 07:45:47 UTC netbsd-5 commitmail json YAML

2015-04-19 07:43:02 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by uwe in ticket #1960):

lib/libc/arch/sh3/gen/swapcontext.S 1.11-1.12 via patch

Correctly preserve old sate in swapcontext(3).
Fixes PR port-sh3/49597 reported by Yasushi Oshima.

(msaitoh)

2015-04-19 07:29:15 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1959):
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h patch
xsrc/xfree/xc/lib/X11/Xlibint.h 1.2

Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11.

(msaitoh)

2015-04-19 07:25:32 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1959):
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h patch
xsrc/xfree/xc/lib/X11/Xlibint.h 1.2

Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11.

(msaitoh)

2015-04-19 07:20:33 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1959):
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h patch
xsrc/xfree/xc/lib/X11/Xlibint.h 1.2

Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11.

(msaitoh)

2015-04-19 06:51:43 UTC netbsd-7 commitmail json YAML

2015-04-19 06:50:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #698):
sys/dev/pci/if_wm.c: revision 1.316
  Fix a bug that newer revision of I218-{LM,V} use wrong PHY access functions.
The problem only occured on devices that the PCI device ID was 0x15a[0123].

(riz)

2015-04-19 06:46:42 UTC netbsd-7 commitmail json YAML

2015-04-19 06:45:52 UTC netbsd-7 commitmail json YAML

2015-04-19 06:45:17 UTC netbsd-7 commitmail json YAML

Apply patch (requested by msaitoh in ticket #697):
sys/dev/pci/files.pci 1.375 via patch
sys/dev/pci/ixgbe/ixgbe.c 1.24-1.27 via patch
sys/dev/pci/ixgbe/ixgbe.h 1.4-1.6 via patch
sys/dev/pci/ixgbe/ixgbe_82598.c 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_82598.h 1.1-1.2 via patch
sys/dev/pci/ixgbe/ixgbe_82599.c 1.6-1.8 via patch
sys/dev/pci/ixgbe/ixgbe_82599.h 1.1 via patch
sys/dev/pci/ixgbe/ixgbe_api.c 1.5-1.6 via patch
sys/dev/pci/ixgbe/ixgbe_api.h 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_common.c 1.3-1.4 via patch
sys/dev/pci/ixgbe/ixgbe_common.h 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_mbx.c 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_mbx.h 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_osdep.h 1.4-1.6 via patch
sys/dev/pci/ixgbe/ixgbe_phy.c 1.3-1.4 via patch
sys/dev/pci/ixgbe/ixgbe_phy.h 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_type.h 1.8-1.9 via patch
sys/dev/pci/ixgbe/ixgbe_vf.c 1.2-1.3 via patch
sys/dev/pci/ixgbe/ixgbe_vf.h 1.3-1.4 via patch
sys/dev/pci/ixgbe/ixgbe_x540.c 1.1-1.2 via patch
sys/dev/pci/ixgbe/ixgbe_x540.h 1.1 via patch
sys/dev/pci/ixgbe/ixv.c 1.5-1.7 via patch
sys/dev/pci/ixgbe/ixv.h 1.4-1.5 via patch

Synchronize our ixg(4) driver up to FreeBSD r243716:
- Add X540 support.
- Add TSO6 support.
- Add 100BaseTX support.
- The max size in dma tag is changed from 65535 to 262140 (IXGBE_TSO_SIZE).
  The value is the same as other *BSDs. The change might cause a address
  space shortage (ixgbe_dmamap_create() might fail) on some machines.
- Show 1000Base-SX correctly.
- Fix if_baudrate from 1G to 10G.
- Fix a bug that ifconfig -z (SOICZIFDATA) doesn't work.
- Fix a lot of bugs.
- Improve performance.
[msaitoh, ticket #697]

(riz)

2015-04-19 06:12:57 UTC netbsd-5 commitmail json YAML

2015-04-19 06:11:17 UTC netbsd-5 commitmail json YAML

Pullup another commit for ticket #1958 requested by martin:

sys/arch/sparc/include/openfirm.h 1.7
sys/arch/sparc/stand/ofwboot/Locore.c 1.11
sys/arch/sparc/stand/ofwboot/loadfile_machdep.c 1.7
sys/arch/sparc/stand/ofwboot/openfirm.h 1.4

Make ofwboot can handle over 4GB physical memory by using OpenFirmware
calls properly, and some cosmetic changes.  Idea from OpenBSD.

(msaitoh)

2015-04-19 05:59:36 UTC netbsd-6-0 commitmail json YAML

2015-04-19 05:59:12 UTC netbsd-6-1 commitmail json YAML

2015-04-19 05:58:46 UTC netbsd-6 commitmail json YAML

2015-04-19 05:56:13 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1290):
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h patch
xsrc/xfree/xc/lib/X11/Xlibint.h 1.2

Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11.

(msaitoh)

2015-04-19 05:54:40 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1290):
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h patch
xsrc/xfree/xc/lib/X11/Xlibint.h 1.2

Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11.

(msaitoh)

2015-04-19 05:51:57 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by uwe in ticket #1294):

lib/libc/arch/sh3/gen/swapcontext.S 1.11-1.12 via patch

Correctly preserve old sate in swapcontext(3).
Fixes PR port-sh3/49597 reported by Yasushi Oshima.

(msaitoh)

2015-04-19 05:48:30 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1290):
xsrc/external/mit/libX11/dist/include/X11/Xlibint.h patch
xsrc/xfree/xc/lib/X11/Xlibint.h 1.2

Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11.

(msaitoh)

2015-04-19 05:27:29 UTC netbsd-7 commitmail json YAML

2015-04-19 05:14:07 UTC netbsd-7 commitmail json YAML

2015-04-19 05:05:41 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by uwe in ticket #709):
lib/libc/arch/sh3/gen/swapcontext.S: revision 1.11
lib/libc/arch/sh3/gen/swapcontext.S: revision 1.12
- Adjust _UC_MACHINE_SP(oucp) to "drop" values we pushed to the stack.
  t_swapcontext tests pass now with gcc 4.8. From Yasushi Oshima in
  PR port-sh3/49597.
- On swapcontext(3) preserve r12 too.  Properly fixes PR port-sh3/49597.

(msaitoh)

2015-04-19 05:03:02 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #708):
lib/libc/stdlib/atexit.c: revision 1.28
Add __aeabi_atexit alias for another case of NIH on ARM.

(msaitoh)

2015-04-19 04:57:35 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #706):
xfree/xc/lib/X11/Xlibint.h: revision 1.2
Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11 prior to 1.6
port the fixes in libX11 1.6 back to xfree tree from:
http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=39547d600a13713e15429f49768e54c3173c828d

(msaitoh)

2015-04-19 04:44:03 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #705):
libexec/httpd/CHANGES: revision 1.20
libexec/httpd/bozohttpd.8: revision 1.49
libexec/httpd/bozohttpd.c: revision 1.62-1.63
don't quote /.  it doesn't work.  this should fix PR#49765.
copyright maintenance, note shm@ in the manual and update the CHANGES
for recent changes.  call this 20150320.

(msaitoh)

2015-04-19 04:37:17 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #704):
sys/arch/arm/omap/omap_edma.c: revision 1.1
sys/arch/arm/omap/omap_edma.h: revision 1.1
sys/arch/arm/omap/files.omap2: revision 1.30
sys/arch/arm/omap/omap2_obiovar.h: revision 1.3
sys/arch/arm/omap/omap3_sdhc.c: revision 1.16
sys/arch/arm/omap/omap2_reg.h: revision 1.29
sys/arch/evbarm/conf/BEAGLEBONE: revision 1.31
sys/arch/arm/omap/omap2_obio.c: revision 1.22
- Add a driver for the Enhanced Direct Memory Access controller found
  in the AM335x SoC. Written by Jared D. McNeill, with some final debug by me.
- Supports only DMA (not QDMA) yet, and there's no support for DMA event
  matrix yet (this means that only primary DMA events can be used)
- Add support for DMA transfers. From Jared D. McNeill, with final debug by
  me. With this I can get nearly 20MB/s from my sdcard on the BB black at 1Ghz
  (not bad for a 50Mhz 4-bits bus), and still 15MB/s on the BB white at
  low speed (275Mhz).
- Add the edma controller, and enable DMA for sdhc0 and sdhc1

(msaitoh)

2015-04-19 04:31:40 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #703):
sys/dev/sdmmc/sdhcvar.h: revision 1.16
sys/dev/sdmmc/sdhc.c: revision 1.55
Add a new SDHC_FLAG, SDHC_FLAG_EXTDMA_DMAEN, which request that the
SDHC_DMA_ENABLE bit be set in the command, even if we're using an
external DMA engine. Needed by the upcoming DMA support for AM335x
(beaglebone).

(msaitoh)

2015-04-19 01:08:56 UTC MAIN commitmail json YAML

apply some of the additional changes from Arto Huusko in PR#49645:
- call pmf_device_deregister on detach.

i've kept the "resume = true" for radeon_resume_kms() call as it
seems to work for me (indeed, code inspection shows it is unused
on netbsd :-)

my old nforce4 box that can resume old drm (or could, last i tried
several years ago) while X and GL apps were running, can at least
survive a resume if X hasn't started.  my one attempt so far with
X exited, but having run, did not work.

(mrg)

2015-04-18 22:56:52 UTC MAIN commitmail json YAML

Remove some debugging printf()s that were erroneously committed.

(pgoyette)

2015-04-18 22:06:48 UTC MAIN commitmail json YAML

Properly spell X' name. From X(7):

      The  X.Org  Foundation  requests  that the following names be used when
      referring to this software:

                                          X
                                  X Window System
                                    X Version 11
                            X Window System, Version 11
                                        X11

(hubertf)

2015-04-18 21:44:31 UTC MAIN commitmail json YAML

Add __aeabi_atexit alias for another case of NIH on ARM.

(joerg)

2015-04-18 18:32:16 UTC MAIN commitmail json YAML

Count up parent's obytes and omcasts counters

PR kern/49837

(ozaki-r)

2015-04-18 17:00:09 UTC MAIN commitmail json YAML

Drop condition around SIZEOF_SIZE_T to reduce diff against clean
version. The macro is only used on platforms without SIZE_MAX.

(joerg)

2015-04-18 16:59:05 UTC MAIN commitmail json YAML

Use unaligned access if the platform supports it.

(joerg)

2015-04-18 16:58:31 UTC MAIN commitmail json YAML

pmap_tlb_intersecting_active_p is not used in some combinations of
platform options as seen by recent ARM changes.

(joerg)

2015-04-18 15:49:18 UTC MAIN commitmail json YAML

2015-04-18 14:44:44 UTC MAIN commitmail json YAML

2015-04-18 14:21:41 UTC MAIN commitmail json YAML

detect a4000 hardware only once, then use the result.

(mlelstv)

2015-04-18 14:09:32 UTC MAIN commitmail json YAML

Serialise work in pic_add.

(skrll)

2015-04-18 13:43:45 UTC MAIN commitmail json YAML

Remove dmover(9) references

(skrll)

2015-04-18 11:32:37 UTC MAIN commitmail json YAML

2015-04-18 11:30:22 UTC MAIN commitmail json YAML

Use GENERIC.common

(skrll)

2015-04-18 11:23:58 UTC MAIN commitmail json YAML

add "best match" algorithm to wsfont and use this instead of a private
function in rasops.

(mlelstv)

2015-04-18 11:04:49 UTC MAIN commitmail json YAML

Use character constants instead of ascii values for readability

Print A80 in the A80 case and actually print the CPU number for A31/A80

(skrll)

2015-04-18 11:03:31 UTC MAIN commitmail json YAML

Use character constants instead of ascii values for readability

(skrll)

2015-04-18 10:54:59 UTC MAIN commitmail json YAML

2015-04-18 10:52:44 UTC MAIN commitmail json YAML

2015-04-18 10:49:32 UTC MAIN commitmail json YAML

Update attach/detach routines and provide MODULE interface.

Confirmed that atf tests (which run via rump) still pass, and also
confirmed that panic/reboot work in both monolithic kernel and
loaded module.

(pgoyette)

2015-04-18 09:47:13 UTC MAIN commitmail json YAML

Use character constants instead of ascii values for readability

(skrll)

2015-04-18 09:39:17 UTC netbsd-7 commitmail json YAML

Apply patch to fix fallout from ticket #635, requested by tron in ticket
#707.

(martin)

2015-04-18 08:56:57 UTC MAIN commitmail json YAML

2015-04-18 08:06:13 UTC MAIN commitmail json YAML

2015-04-18 08:04:58 UTC MAIN commitmail json YAML

fix reference to queue(3)

(mlelstv)

2015-04-18 03:35:40 UTC MAIN commitmail json YAML

fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11 prior to 1.6

port the fixes in libX11 1.6 back to xfree tree from:
http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=39547d600a13713e15429f49768e54c3173c828d

(mrg)

2015-04-17 22:17:23 UTC MAIN commitmail json YAML

xz/lib depends upon pthread so move it to the 1st dependancy point.
libarchive/lib depends upon xz, so move to the 2nd.

(mrg)

2015-04-17 21:56:14 UTC MAIN commitmail json YAML

Only include <immintrin.h> on x86 (32 or 64 bit).

(matt)

2015-04-17 20:14:28 UTC MAIN commitmail json YAML

lzma filters file has been renamed.

(christos)

2015-04-17 20:13:51 UTC MAIN commitmail json YAML

2015-04-17 20:12:45 UTC MAIN commitmail json YAML

there is no more lzma/lzma.h; it has been renamed to lzma/lzma12.h

(christos)

2015-04-17 19:35:26 UTC MAIN commitmail json YAML

2015-04-17 18:50:36 UTC MAIN commitmail json YAML

2015-04-17 18:49:23 UTC MAIN commitmail json YAML

2015-04-17 18:36:15 UTC MAIN commitmail json YAML

2015-04-17 17:28:34 UTC MAIN commitmail json YAML

Put the clearing of ci_astpending back in frame.h while interrupts are
disabled.

(matt)

2015-04-17 15:13:47 UTC MAIN commitmail json YAML

Add more detail to test descriptions.

(ginsbach)

2015-04-17 15:02:50 UTC MAIN commitmail json YAML

Remove broken drm2 vm_mmap stub.  Can't possibly have ever worked.

(riastradh)

2015-04-17 13:43:55 UTC MAIN commitmail json YAML

sync L2 cache on the tail of region.

(hsuenaga)

2015-04-17 13:39:02 UTC MAIN commitmail json YAML

don't call L2 maintance function if L2 cache is disabled.

(hsuenaga)

2015-04-17 13:16:01 UTC MAIN commitmail json YAML

Dummy support for ia64

(martin)

2015-04-17 13:14:19 UTC MAIN commitmail json YAML

2015-04-17 13:04:19 UTC MAIN commitmail json YAML

include sockstat in list of utilities

(pooka)

2015-04-17 13:03:38 UTC MAIN commitmail json YAML

Don't share file descriptors between proc0 and local clients.

(pooka)

2015-04-17 13:02:54 UTC MAIN commitmail json YAML

set the local clients' comm to "rumplocal" instead of "system"

(pooka)

2015-04-17 12:51:05 UTC MAIN commitmail json YAML

Add set/longjmp and friends (nearly verbatim from FreeBSD).
Add a dummy _lwp_makecontext() function (enough to make autoconfigury
happy and gcc mknative work)

(martin)

2015-04-17 12:46:33 UTC MAIN commitmail json YAML

g/c rump_vmmap

No recollection what it was used for; didn't seem to be used even when
it was originally added 5th August 2007.

(pooka)

2015-04-17 12:43:16 UTC MAIN commitmail json YAML

2015-04-17 12:41:47 UTC MAIN commitmail json YAML

2015-04-17 12:40:17 UTC MAIN commitmail json YAML

Note ia64/gcc hack for mknative

(martin)

2015-04-17 12:29:49 UTC MAIN commitmail json YAML

Add evil hack to help mknative untill we finish userland

(martin)

2015-04-17 12:29:00 UTC MAIN commitmail json YAML

2015-04-17 11:27:38 UTC MAIN commitmail json YAML

2015-04-17 10:52:38 UTC netbsd-5-1 commitmail json YAML

2015-04-17 10:52:21 UTC netbsd-5-2 commitmail json YAML

2015-04-17 10:51:58 UTC netbsd-5 commitmail json YAML

2015-04-17 10:51:28 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1958):
sys/arch/sparc/stand/ofwboot/Locore.c: revision 1.14
Fix kernel loading failures from partitions started from over first
4GB of disks on sparc64.

(msaitoh)

2015-04-17 10:51:15 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1958):
sys/arch/sparc/stand/ofwboot/Locore.c: revision 1.14
Fix kernel loading failures from partitions started from over first
4GB of disks on sparc64.

(msaitoh)

2015-04-17 10:49:16 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1958):
sys/arch/sparc/stand/ofwboot/Locore.c: revision 1.14
Fix kernel loading failures from partitions started from over first
4GB of disks on sparc64.

(msaitoh)

2015-04-17 10:31:59 UTC netbsd-6 commitmail json YAML

Backout last commit which I accidentally committed.

(msaitoh)

2015-04-17 10:28:58 UTC netbsd-6 commitmail json YAML

2015-04-17 10:24:09 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #1291):
tests/lib/libutil/t_parsedate.c: revision 1.4-1.13
lib/libutil/parsedate.y: revision 1.14-1.20
lib/libutil/parsedate.3: revision 1.11-1.14
Distinguish between a non-error result of (time_t)-1 and an error result.
Modernise the test code inside #ifdef TEST.
add rcsid
fix timezone bugs in rev.1.11 and rev.1.13.  PR/47916.
Some years don't need the "maybe add 1900 or 2000" adjustment
that was designed for handling two-digit abbreviated years.
For example, "1/2/70" still refers to the year 1970, as before,
but "70-01-02" now refers to the year 70.
* Add a new yyHaveFullYear member to struct dateinfo, to record whether
  or not the year needs to be adjusted.
* Code that parses years sets yyHaveFullYear=1 if they know that the
  year should not be adjusted (as is the case for ISO 8601 dates), or if
  they perform their own adjustment (as is the case for CVS timestamps).
* Move the year adjustment code into a new function, AdjustYear,
  instead of inline in Convert().
* Make Convert() assume the year doesn't need to be adjusted,
  and make Convert's callers first call AdjustYear() if appropriate.
A time like HH:MM:SS.sss says nothing about whether DST is on or off.
Add a new non-terminal "time_numericzone" for a time with
a numeric timezone.  Move some productions from "time" to "time_numericzone".
Increment yyHaveZone when encountering one of these.
Previously, input of the form "HH:MM:SS +ZZZZ" would not have set the
yyhaveZone flag.
Improved handling of local times.
* A magic value USE_LOCAL_TIME (defined as 99999) may be passed as the
  Timezone to Convert(), instructing it to use mktime() to work
  in the local time zone, instead of using mktime_z to work in UTC
  (and then adding the specified timezone offset).
* Some old code is removed now that there's no need to find the local
  timezone offset.
* Allow either one or both of the now and zone arguments to
  parsedate() to be NULL, treating them independently.  Previously,
  if either one was NULL, the other was ignored.
* If the zone argument is specified, then the current date is calculated
  in the specified zone, not in local time.
Also add some disabled debug code.
This should fix PR lib/47916.
Fix capitalization and typo, from Bug Hunting.
Document that errno may be used to distinguish between a
non-error result of -1 and an error.
Document that years in ISO 8601 dates are taken literally.
"69-09-10" is in the year 69, not 2069.
The tzoff argument is in minutes (behind/west of UTC), not seconds.
While here, also say that time = NULL and tzoff = NULL are independent.
The code doesn't yet implement that, but it will soon.
mention the PR# in the description like everyone else.
To be on the safe side, use the category/number notation when referring to
PRs (otherwise third-party sed-scripts might miss the references). Also
remove white-space.
* Test that parsedate("@0", ...) returns (time_t)0 regardless of timezone.
* Test that parsedate("@-1", NULL, NULL) returns (time_t)-1
  without setting errno.
Test parsedate("@-2",...) (should return -2 and not set errno);
and parsedate("@junk",...) (should return -1 and set errno).
We were already testing "@-1".
Add local parsecheck() function and use it for several tests.
Instead of just checking that parsedate(3) does not return an error,
also pass the result through localtime_r(3) or gmtime_r(3) and check the
year/month/day/hour/minute/second fields in the resulting struct tm.
Add comments for some non-obvious cases.
Also add a test with year=70, which is documented to be treated as 1970.
Adapt to a recent change in parsedate().
"9/10/69" still refers to 2069, and "9/10/70" still refers to 1970,
but "69-09-10" and "70-09-10" now refer to the years 69 and 70.
Add tests for PR lib/47916.  Some of these fail.
When tests fail, print all args, notjust the date string.
2013-07-09 was in British Summer TIme, so use tzoff=-60, not 0.

(msaitoh)

2015-04-17 10:00:02 UTC MAIN commitmail json YAML

And mark the original httpd.debug as obsolete.

Hello, mrg ...

(pgoyette)

2015-04-17 09:50:00 UTC MAIN commitmail json YAML

Add missing debug entry for bozohttpd

(pgoyette)

2015-04-17 09:47:19 UTC netbsd-7 commitmail json YAML

2015-04-17 09:43:47 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nonaka in ticket #700):
sys/dev/i2c/files.i2c: revision 1.58
dsrtc depends on sysmon_envsys.

(msaitoh)

2015-04-17 09:39:59 UTC netbsd-6-0 commitmail json YAML

2015-04-17 09:35:06 UTC netbsd-6-1 commitmail json YAML

2015-04-17 09:33:01 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1288):
libexec/ld.elf_so/rtld.c: revision 1.176
lib/49813: Release mutex on error.

(msaitoh)

2015-04-17 09:31:55 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1288):
libexec/ld.elf_so/rtld.c: revision 1.176
lib/49813: Release mutex on error.

(msaitoh)

2015-04-17 08:46:26 UTC netbsd-7 commitmail json YAML

2015-04-17 08:44:54 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #696):
sys/arch/arm/omap/if_cpsw.c: revision 1.12
sys/arch/arm/omap/if_cpswreg.h: revision 1.5
Disable flow control with CPSW_SS FLOW_CONTROL register (cherry-picked
from FreeBSD driver). Resolves device timeout / watchdog issues for me.

(msaitoh)

2015-04-17 07:15:03 UTC MAIN commitmail json YAML

Use the right register in previous.  Spotted by matt@

(skrll)

2015-04-17 07:03:40 UTC MAIN commitmail json YAML

ARM ARM D7.3.2 - ensure all previous accesses are observed before
the lock is cleared

(skrll)

2015-04-17 02:54:15 UTC MAIN commitmail json YAML

Fix a bug that newer revision of I218-{LM,V} use wrong PHY access functions.
The problem only occured on devices that the PCI device ID was 0x15a[0123].

(msaitoh)

2015-04-16 21:50:35 UTC MAIN commitmail json YAML

Disable flow control with CPSW_SS FLOW_CONTROL register (cherry-picked
from FreeBSD driver). Resolves device timeout / watchdog issues for me.

(jmcneill)

2015-04-16 19:53:19 UTC MAIN commitmail json YAML

CID 1293640/1 memory corruption/overrun

(christos)

2015-04-16 15:17:17 UTC MAIN commitmail json YAML

Always output 2 digits for the cpu frequency decimal part.

(njoly)

2015-04-16 13:40:55 UTC netbsd-6-0 commitmail json YAML

2015-04-16 13:40:30 UTC netbsd-6-1 commitmail json YAML

2015-04-16 13:40:00 UTC netbsd-6 commitmail json YAML

2015-04-16 13:31:03 UTC MAIN commitmail json YAML

Explain what max is and handle i reaching it again.

(joerg)

2015-04-16 11:39:23 UTC MAIN commitmail json YAML

Don't use memcpy for overlapping ranges. Simplify, memmove is good
enough to skip empty ranges.

(joerg)

2015-04-16 10:08:59 UTC MAIN commitmail json YAML

"extern int hz" was written in a very aesthetically pleasing way in this
file, but let's just be happy with the sys/kernel.h style of writing it.

(pooka)

2015-04-16 10:05:44 UTC MAIN commitmail json YAML

Accept 0 size for -d type=reg, it grows dynamically anyway.
(though perhaps there should be some way to limit that)

(pooka)

2015-04-16 09:35:54 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #1288):
libexec/ld.elf_so/rtld.c: revision 1.176
lib/49813: Release mutex on error.

(msaitoh)

2015-04-16 09:34:04 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by hikaru in ticket #1287):
sys/kern/subr_tftproot.c: revision 1.14 via patch
sys/nfs/nfsdiskless.h: revision 1.31
sys/nfs/nfs_boot.c: revision 1.82
sys/nfs/krpc_subr.c: revision 1.39
sys/nfs/nfs_bootdhcp.c: revision 1.53
m_pullup() is called in rcvproc callback functions,
so nfs_boot_sendrecv() should keep track of the head of mbuf chain.
fixes kern/48746

(msaitoh)

2015-04-16 09:30:36 UTC netbsd-7 commitmail json YAML

2015-04-16 09:27:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #1286):
sys/net/if_vlan.c: revision 1.80
Correct frame padding length
vlan pads a frame with zeros up to 68 bytes
(ETHER_MIN_LEN + ETHER_VLAN_ENCAP_LEN). It expects
that even if the frame is untagged, it keeps 64 bytes
at least. However, it lacks concern about CRC
(4 bytes). So a sending frame can be 72 (68 + 4) bytes.
PR 49788

(msaitoh)

2015-04-16 09:19:50 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1285):
sys/arch/sparc/stand/ofwboot/Locore.c: revision 1.14
Fix kernel loading failures from partitions started from over first
4GB of disks on sparc64.

(msaitoh)

2015-04-16 09:18:46 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1285):
sys/arch/sparc/stand/ofwboot/Locore.c: revision 1.14
Fix kernel loading failures from partitions started from over first
4GB of disks on sparc64.

(msaitoh)

2015-04-16 08:58:44 UTC MAIN commitmail json YAML

make some DEBUG code in pmap_clear_reference() UP-only

(mrg)

2015-04-16 08:56:11 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1285):
sys/arch/sparc/stand/ofwboot/Locore.c: revision 1.14
Fix kernel loading failures from partitions started from over first
4GB of disks on sparc64.

(msaitoh)

2015-04-16 08:54:15 UTC MAIN commitmail json YAML

Fix racy bridge_delete_member

It can be called from bridge_ioctl_del and bridge_clone_destroy with
a same bridge member (bif) at the same time. We have to prevent
that happens.

Pointed out by riastradh@

(ozaki-r)

2015-04-16 08:38:36 UTC MAIN commitmail json YAML

remove HAVE_GCC=45 fragment.

(mrg)

2015-04-16 07:03:53 UTC netbsd-6 commitmail json YAML

2015-04-16 07:01:39 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #891):
distrib/sets/lists/man/mi: revision 1.1411
share/man/man4/Makefile: revision 1.593
share/man/man4/gpio.4: revision 1.24
share/man/man4/ptcd.4: revision 1.1-1.4
sys/arch/i386/conf/ALL: revision 1.348
sys/arch/i386/conf/files.i386: revision 1.369
sys/dev/isa/ptcd.c: revision 1.1
ptcd(4) is a device driver for the cash drawer port found on Protech PS3100
point of sale terminals.  It controls the cash drawer using a gpio(4) device
that attaches at ptcd0:  Pin 0 controls the drawer, pin 1 reports the current
state.  For details read the manual page.
--
Mention ptcd(4) in the synopsis.
--
Add ptcd(4).
--
Mention ibmcd(4).
--
Sort sections.
--
Sort SEE ALSO.

(snj)

2015-04-16 06:50:16 UTC MAIN commitmail json YAML

Remove garbage undef

(ozaki-r)

2015-04-16 06:35:27 UTC netbsd-5 commitmail json YAML

2015-04-16 06:33:59 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1955):
lib/libc/stdio/gettemp.c: revision 1.16 via patch
PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolute
    path
1. on error, gettemp() did not restore the path string
2. when emulating mktemp() it is not an error for the pattern not to represent
  a real directory structure
XXX[1]: pullup-5, pullup-6
XXX[2]: the default pattern is the simplistic <pid><X> for mktemp.

(snj)

2015-04-16 06:29:33 UTC netbsd-6 commitmail json YAML

2015-04-16 06:27:34 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1289):
sys/net/if.h: revision 1.186
Use 1000ULL to prevent integer overflow (for IF_Gbps(10)). Same as OpenBSD.

(snj)

2015-04-16 06:24:16 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1282):
lib/libc/stdio/gettemp.c: revision 1.16
PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolute
    path
1. on error, gettemp() did not restore the path string
2. when emulating mktemp() it is not an error for the pattern not to represent
  a real directory structure
XXX[1]: pullup-5, pullup-6
XXX[2]: the default pattern is the simplistic <pid><X> for mktemp.

(snj)

2015-04-16 06:20:08 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1277):
sys/dev/pci/if_wm.c: revision 1.312 via patch
sys/dev/pci/if_wmreg.h: revision 1.66 via patch
- Initialize some hardware bits for 8257[1234], 82583, 80003, ICH* and PCH*.
  Some of them are workaround code. From other *BSDs, Linux and documents.
- Add comment.
- Fix typo in comment.

(snj)

2015-04-16 06:14:51 UTC netbsd-7 commitmail json YAML

2015-04-16 06:12:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #695):
sys/arch/arm/omap/am335x_prcm.c: revision 1.8
change freq change message to aprint_debug to prevent dmesg spam when running estd

(snj)

2015-04-16 06:10:43 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #694):
sys/dev/pci/if_wm.c: revision 1.314
Fix a bug that wm_sgmii_writereg() function doesn't pass the "val" argument
to the I2CCMD register. Reported by Bernard Merindol in PR#49789.

(snj)

2015-04-16 06:08:34 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #693):
sys/net/if.h: revision 1.186
Use 1000ULL to prevent integer overflow (for IF_Gbps(10)). Same as OpenBSD.

(snj)

2015-04-16 02:32:33 UTC MAIN commitmail json YAML

2015-04-16 01:07:24 UTC MAIN commitmail json YAML

2015-04-15 21:26:48 UTC MAIN commitmail json YAML

2015-04-15 19:13:47 UTC MAIN commitmail json YAML

2015-04-15 15:45:06 UTC MAIN commitmail json YAML

2015-04-15 15:44:19 UTC MAIN commitmail json YAML

define __HAVE_PREEMPTION

(matt)

2015-04-15 14:41:17 UTC MAIN commitmail json YAML

Put the lock error info in the panicstr so ddb can get at it.

(riastradh)

2015-04-15 14:39:24 UTC MAIN commitmail json YAML

Release the glock on VOP_GETPAGES failure.

Tripped over by nick@'s failing disk, missing unlock in error branch
discovered by jmcneill@.

(riastradh)

2015-04-15 13:22:50 UTC MAIN commitmail json YAML

Remove FAST_FPE code

(matt)

2015-04-15 13:02:17 UTC MAIN commitmail json YAML

KASSERT x then y, not x && y, to give more specific errors.

(riastradh)

2015-04-15 12:11:31 UTC MAIN commitmail json YAML

add L2 cache write eviction buffer sync barrier

(hsuenaga)

2015-04-15 10:52:19 UTC MAIN commitmail json YAML

clean up cpufuncs of CPU_PJ4B.

PJ4B is a ARMv7 compatible CPU, so most of cpufuncs are just redundant.
we need funcs for:
  - Marvell specific registers
  - workaround of errata
  - and Marvell specific L2 cache maintainance
if I/O coherency fabric is enabled(option AURORA_IO_CACHE_COHERENCY),
probaly we don't need to maintain L2 cache by software.

(hsuenaga)

2015-04-15 10:40:36 UTC MAIN commitmail json YAML

implement L2 cache maintenance operations of ARMADA XP.
the L2 cahce maintenance operations are defined on SoC internal registers.

(hsuenaga)

2015-04-15 10:30:42 UTC MAIN commitmail json YAML

lookup clock frequencies of ARMADA 370 correctly.

(hsuenaga)