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

2024-05-09 20:46:00 UTC Now

2014-09-24 09:49:49 UTC MAIN commitmail json YAML

- Modify message of PCIe capability version. This field (PCIE_XCAP_VER_MASK)
  is not specification's version number but the capability structure's version
  number. To avoid confusion, print "PCI Express capability version x".
- The max number of PCIe lane is not 16 but 32. Fix the bug using with macro.
- Use macro instead of magic number.
- Gb/s -> GT/s

(msaitoh)

2014-09-24 07:53:07 UTC MAIN commitmail json YAML

Provide a backward-compatible conditional define of O_CLOEXEC
for those systems which lack it, since these files are used in
tools builds.

(he)

2014-09-24 01:16:04 UTC MAIN commitmail json YAML

2014-09-24 00:17:42 UTC MAIN commitmail json YAML

2014-09-24 00:17:13 UTC MAIN commitmail json YAML

PR/49233: Ben Gergely: Add huawei e353 to u3g
(factor out some common code in the process)

(christos)

2014-09-24 00:11:43 UTC MAIN commitmail json YAML

2014-09-23 20:35:11 UTC MAIN commitmail json YAML

2014-09-23 15:05:25 UTC MAIN commitmail json YAML

Add some missing cat pages: hdestroy_r.0 and dnssec-importkey.0

(njoly)

2014-09-23 15:02:08 UTC MAIN commitmail json YAML

2014-09-23 14:49:46 UTC MAIN commitmail json YAML

2014-09-23 13:48:04 UTC MAIN commitmail json YAML

Fix compile error observed on i386. Use PRIu64.

(msaitoh)

2014-09-23 13:29:30 UTC MAIN commitmail json YAML

Add missing defines for constants used in hdafg_enable_analog_beep.

This commit was approved by christos@

(nat)

2014-09-23 10:52:21 UTC MAIN commitmail json YAML

add VC memory management goop

(macallan)

2014-09-23 09:18:33 UTC MAIN commitmail json YAML

add goop for hardware cursor handling

(macallan)

2014-09-23 07:47:54 UTC MAIN commitmail json YAML

- make gpt_gpt() available for use directly by subcommands
- create new resizedisk disk subcommand for relocating backup GPT

(jnemeth)

2014-09-23 06:31:55 UTC MAIN commitmail json YAML

Use right conditional for checking nG.

(matt)

2014-09-23 05:45:01 UTC MAIN commitmail json YAML

nG bit exists only in ARMv6 and above.

(nonaka)

2014-09-22 21:35:15 UTC MAIN commitmail json YAML

Change insn mask to properly match instructions (bctr/blr)

(matt)

2014-09-22 21:05:40 UTC MAIN commitmail json YAML

Re-enable bcmdmac by popular demand. It works now too.

(skrll)

2014-09-22 20:31:56 UTC MAIN commitmail json YAML

Look for the character to locate before checking for the NUL character

As documented in PR port-i386/49208, this fixes strchr(s, '\0'), as used by
the FAT first-stage bootloader on x86 (bootxx_msdos).
strchr(s, '\0') is otherwise equivalent to strlen(string), which would
probably look nicer in the original file, dosfs.c from libsa.

Confirmed working in qemu and on real hardware.
ok joerg@

XXX pull-up to netbsd-6 and netbsd-7

(khorben)

2014-09-22 19:01:02 UTC MAIN commitmail json YAML

Change the IPv6 DNS selection to use DNS selection and add the
Google Public V4 DNS servers to the list.
The other field can take an IPv4 or IPv6 name server of choice.
Fixes PR install/49231.

(roy)

2014-09-22 18:47:41 UTC MAIN commitmail json YAML

Remove the ping6 ff02::2 test, it looks pretty pointless.
dhcpcd will ensure the IPv6 network is up before forking.
ping the IPv4 default route before the nameserver as the nameserver
could be over the default route anyway.

Fixes the core issue with PR install/49231.

(roy)

2014-09-22 14:25:33 UTC MAIN commitmail json YAML

Fix trouble setting recording parameters.

Addresses PR 48394.

This commit was approved by christos@

(nat)

2014-09-22 13:30:55 UTC MAIN commitmail json YAML

Make remote access cards on HP ProLiant microservers N36L,
N40L and N54L work with ipmi(4).

Addresses PR 48233.

This commit was approved by christos@

(nat)

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

Always print the Slot implemented bit in the PCIe Capabilities
Register using with onoff().

(msaitoh)

2014-09-22 11:20:39 UTC netbsd-7 commitmail json YAML

2014-09-22 11:19:20 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #117):
lib/libutil/getdiskrawname.c: revision 1.3
lib/libutil/getdiskrawname.c: revision 1.4
lib/libutil/getdiskrawname.c: revision 1.5
- use a private buffer to resolve symlinks, the previous code was broken
- factored out symlink handling
- handle relative symlinks now
- handle device paths that do not contain a '/'.
use the passed parameter instead of PATH_MAX. Change signedness
of nlen.
KNF, sign cast.

(martin)

2014-09-22 11:15:57 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #115):
sys/arch/xen/x86/hypervisor_machdep.c: revision 1.28
sys/arch/xen/xenbus/xenbus_client.c: revision 1.13
sys/arch/xen/xen/xbdback_xenbus.c: revision 1.60
sys/arch/xen/xen/clock.c: revision 1.63
Make Xen kernels compile without DIAGNOSTIC

(martin)

2014-09-22 11:13:17 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #114):
sys/arch/ofppc/stand/ofwboot/ofwstart.S: revision 1.4
sys/arch/ofppc/stand/ofwboot/Locore.c: revision 1.23
sys/arch/ofppc/stand/ofwboot/version: revision 1.13
A stack size of 8K is too small for a block buffer of 65536 bytes.
Increased the stack size to 128K. This makes ofwboot work with FirmWorks
OpenFirmware systems again (tested with Motorola PowerStack II).

(martin)

2014-09-22 11:11:10 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #113):
sys/dev/usb/if_smsc.c: revision 1.22
if the pkt length in rx header is < ETHER_HDR_LEN, drop it

(martin)

2014-09-22 11:04:06 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by aymeric in ticket #112):
external/bsd/nvi/dist/ex/tag.h: revision 1.4
external/bsd/nvi/dist/ex/ex_tag.c: revision 1.12
external/bsd/nvi/dist/ex/ex_cscope.c: revision 1.6
external/bsd/nvi/dist/ex/ex_cscope.c: revision 1.7
In tagq_free(), fix the test checking whether a TAGQ should be removed from
its tailq. This required introducing a new flag in the TAGQ structure to
avoid reverting to poking under the hood of the queue.h API.
The concrete bug it solves is that using tags would make vi crash reliably
on exit.
missed setting TAG_IS_LINKED in a special case in my previous commit.
Bug reported by Brad Harder, thanks!

(martin)

2014-09-22 10:47:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #111):
sys/dev/acpi/files.acpi: revision 1.95
share/man/man4/acpi.4: revision 1.78
sys/dev/acpi/acpi_pci_link.c: revision 1.22
introduce a new option: ACPI__DIS_IS_BROKEN.  this is a hack to
avoid calling the "_DIS" method during acpi interrupt link setup,
which hangs various nforce4 based motherboards.
when the problem is properly fixed, remove this hack.  for now,
it allows someone (me) to have a valid kernel config that doesn't
require a source hack every new tree.
ok chs@

(martin)

2014-09-22 10:44:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by ozaki-r in ticket #108):
sbin/ifconfig/vlan.c: revision 1.14
sbin/ifconfig/ifconfig.8: revision 1.108
sys/net/if_vlan.c: revision 1.71-1.74

Document -vlanif in ifconfig.8 and in usage measseg (PR 49114).
Leave promiscuous mode when detaching a parent (PR 49196) and
delete link local addresses (49197).
Restore vlan_ioctl overwritten by ether_ifdetach in vlan_unconfig
(PR 49112).
Call if_input of vlan interface itself, not parent one.
This allows bridging vlan interfaces again.

(martin)

2014-09-22 08:13:02 UTC MAIN commitmail json YAML

Wrap a long line

(skrll)

2014-09-22 00:18:45 UTC netbsd-6-0 commitmail json YAML

2014-09-22 00:15:09 UTC netbsd-6-1 commitmail json YAML

2014-09-21 22:04:16 UTC netbsd-6-0 commitmail json YAML

2014-09-21 21:29:57 UTC netbsd-6 commitmail json YAML

2014-09-21 21:29:35 UTC netbsd-6 commitmail json YAML

2014-09-21 21:27:49 UTC netbsd-6-0 commitmail json YAML

2014-09-21 21:27:30 UTC netbsd-6-1 commitmail json YAML

2014-09-21 21:27:19 UTC netbsd-6-0 commitmail json YAML

2014-09-21 21:20:58 UTC netbsd-6-1 commitmail json YAML

Apply patch (requested by apb in ticket #1155):
Import tzdata2014g from ftp://ftp.iana.org/tz/releases/tzdata2014g.tar.gz
This includes changes for Turks & Caicos that will take effect on
2014-11-02, changes that affect times in the past, and some
re-organisation of the source files.  See src/share/zoneinfo/NEWS
for more details.

(snj)

2014-09-21 21:20:11 UTC netbsd-6-1 commitmail json YAML

2014-09-21 20:49:31 UTC MAIN commitmail json YAML

Refactor usb hub attachment making it easier to read

(reinoud)

2014-09-21 19:02:39 UTC netbsd-7 commitmail json YAML

2014-09-21 18:58:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #110):
usr.bin/indent/io.c: revision 1.15
usr.bin/indent/indent_globs.h: revision 1.10
usr.bin/indent/args.c: revision 1.11
usr.bin/indent/indent.1: revision 1.23
usr.bin/indent/indent.c: revision 1.19
port the -ut / -nut options from freebsd.  -ut (default) enables tabs
in output, the -nut uses spaces.

(snj)

2014-09-21 18:50:41 UTC netbsd-7 commitmail json YAML

src/doc/3RDPARTY@1.1145.2.1 / diff / nxr@1.1145.2.1
src/external/public-domain/tz/dist/CONTRIBUTING@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/public-domain/tz/dist/Makefile@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/NEWS@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/README@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/Theory@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/public-domain/tz/dist/africa@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/antarctica@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/asia@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/australasia@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/backward@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/backzone@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/public-domain/tz/dist/checktab.awk@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/external/public-domain/tz/dist/europe@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/leapseconds@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/leapseconds.awk@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/northamerica@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/southamerica@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/zone.tab@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/external/public-domain/tz/dist/zone1970.tab@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
      :
(more 2 files)
Pull up following revision(s) (requested by apb in ticket #107):
doc/3RDPARTY: patch
external/public-domain/tz/tzdata2netbsd: patch
external/public-domain/tz/dist/CONTRIBUTING: patch
external/public-domain/tz/dist/Makefile: patch
external/public-domain/tz/dist/NEWS: patch
external/public-domain/tz/dist/README: patch
external/public-domain/tz/dist/Theory: patch
external/public-domain/tz/dist/africa: patch
external/public-domain/tz/dist/antarctica: patch
external/public-domain/tz/dist/asia: patch
external/public-domain/tz/dist/australasia: patch
external/public-domain/tz/dist/backward: patch
external/public-domain/tz/dist/backzone: patch
external/public-domain/tz/dist/checktab.awk: patch
external/public-domain/tz/dist/europe: patch
external/public-domain/tz/dist/leapseconds: patch
external/public-domain/tz/dist/leapseconds.awk: patch
external/public-domain/tz/dist/northamerica: patch
external/public-domain/tz/dist/southamerica: patch
external/public-domain/tz/dist/zone.tab: patch
external/public-domain/tz/dist/zone1970.tab: patch
external/public-domain/tz/dist/zoneinfo2tdf.pl: patch
Import tzdata2014g from ftp://ftp.iana.org/tz/releases/tzdata2014g.tar.gz
This includes changes for Turks & Caicos that will take
effect on 2014-11-02, changes that affect times in the
past, and some re-organisation of the source files.  See
src/external/public-domain/tz/dist/NEWS for more details.

(snj)

2014-09-21 18:41:39 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #106):
sys/net/bpf.c: revision 1.189
PR/49190: bpf_deliver: set scratch memory store in bpf_args_t.

(snj)

2014-09-21 18:38:53 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #105):
usr.sbin/pcictl/pcictl.8: revisions 1.15-1.16
Sternly advise against `pcictl read/write'.  Use .Cm, not .Nm, while here.
Fix pasto.

(snj)

2014-09-21 18:34:51 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #104):
external/mit/xorg/server/drivers/xf86-video-intel/Makefile: revision 1.16
Switch default accelmethod back to UXA until we import a stabler SNA.

(snj)

2014-09-21 18:33:20 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #103):
share/man/man9/uvm_map.9: revision 1.6
Fix typo: mask, not mark.

(snj)

2014-09-21 18:31:06 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #102):
sys/external/bsd/drm2/include/linux/ww_mutex.h: revisions 1.5, 1.6
Use KASSERTMSG in ww_acquire_fini to show number of locks held.
Omit vestigial notes on porting before the API was made to match.

(snj)

2014-09-21 18:22:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #101):
sys/external/bsd/drm2/linux/linux_kmap.c: revisions 1.5-1.10
- Use an adaptive lock where a spin lock is not needed.
- Tweak style.
- Assert sleepable where appropriate.
- Use __diagused, not __unused.
- Use direct map where available.

(snj)

2014-09-21 18:12:18 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #99):
sys/external/bsd/drm2/dist/drm/i915/i915_irq.c: revision 1.8
Fix two mistakes in previous.
- i915_error_wake_up is given irq_lock, so it need not take that.
- Unlock irq_lock on exit from i915_hangcheck_elapsed if ring_hung.
XXX This introduces the lock order irq_lock -> pending_flip_lock.
How about just using irq_lock for pending flips?

(snj)

2014-09-21 18:11:38 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #99):
sys/external/bsd/drm2/dist/drm/i915/i915_irq.c: revision 1.9
Lock irq_lock around i915_error_wake_up in i915_error_work_func.

(snj)

2014-09-21 18:10:52 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #99):
sys/external/bsd/drm2/dist/drm/i915/i915_irq.c: revision 1.7
Fix i915 locking around error handling.

(snj)

2014-09-21 18:04:38 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #98):
sys/external/bsd/drm2/ttm/ttm_bo_vm.c: revision 1.5
We dropped vmobjlock, so reacquire it before uvmfault_unlockall.

(snj)

2014-09-21 18:03:47 UTC MAIN commitmail json YAML

ran sed too agressively.

(christos)

2014-09-21 18:03:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #98):
sys/external/bsd/drm2/linux/linux_work.c: revision 1.8
Don't forget to lock wq_lock around handling wq_delayed.

(snj)

2014-09-21 18:01:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #98):
sys/external/bsd/drm2/include/linux/io-mapping.h: revision 1.3
Make Linux io_mapping actually work.
Can't use bus_space_map/bus_space_unmap in interrupt context, where
Linux uses this io_mapping abstraction.  Instead, do uvm_km_alloc up
front and then use bus_space_mmap/pmap_kenter_pa to map it.
XXX Should bus_space_reserve the region (but that's x86-only for now).
XXX Should use direct map if possible.
XXX Should set an MTRR WC too in case of direct map or no PAT.

(snj)

2014-09-21 18:00:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #98):
sys/external/bsd/drm2/include/drm/drm_wait_netbsd.h: revision 1.5
Return 0, not uninitialized, if the condition is already true.

(snj)

2014-09-21 17:59:52 UTC MAIN commitmail json YAML

adjust for the new findvendor

(christos)

2014-09-21 17:55:03 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #97):
sys/external/bsd/drm2/dist/drm/via/via_video.c: revision 1.2
sys/external/bsd/drm2/dist/drm/via/via_dmablit.c: revision 1.2
sys/external/bsd/drm2/dist/drm/via/via_dmablit.h: revision 1.2
sys/external/bsd/drm2/via/files.via: revision 1.1
sys/external/bsd/drm2/dist/drm/via/via_irq.c: revision 1.2
sys/external/bsd/drm2/dist/drm/via/via_drv.h: revision 1.2
sys/external/bsd/drm2/dist/drm/via/via_dma.c: revision 1.2
Partial viadrm2 snapshot.
To do:
- autoconf attachment (shouldn't be hard)
- viafb (maybe steal unichromefb and adapt attachment structure)
- actually run it (no hardware here)

(snj)

2014-09-21 17:48:40 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #96):
sys/external/bsd/drm2/include/linux/timer.h: revision 1.5
Add Linux timer_pending and del_timer.

(snj)

2014-09-21 17:41:53 UTC netbsd-7 commitmail json YAML

src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/copy/nouveau_engine_copy_nva3.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/crypt/nouveau_engine_crypt_nv84.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/crypt/nouveau_engine_crypt_nv98.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device/nouveau_engine_device_base.c@1.2.4.1 / diff / nxr@1.2.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_dacnv50.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_nv04.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_nv50.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_nvd0.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nv50.h@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_base.c@1.2.4.1 / diff / nxr@1.2.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nvc0.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nve0.h@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/nouveau_engine_graph_ctxnvd7.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/nouveau_engine_graph_gm107.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/nouveau_engine_graph_nv50.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/nouveau_engine_graph_nvc0.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/nouveau_engine_xtensa.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/engine/perfmon/nouveau_engine_perfmon_base.c@1.1.1.1.4.1 / diff / nxr@1.1.1.1.4.1
src/sys/external/bsd/drm2/dist/drm/nouveau/core/include/core/device.h@1.2.4.1 / diff / nxr@1.2.4.1
      :
(more 28 files)
Pull up following revision(s) (requested by riastradh in ticket #95):
sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev/fb.h: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_nv10_fence.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/bar/nouveau_subdev_bar_base.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/include/engine/device.h: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev/pwr.h: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/nouveau_engine_xtensa.c: revision 1.2
sys/external/bsd/drm2/include/linux/bitops.h: revision 1.8
sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/nouveau_dispnv04_tvnv17.c: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/nouveau_dispnv04_tvmodesnv17.c: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/core/include/core/device.h: revision 1.3
sys/external/bsd/drm2/include/drm/drm_agp_netbsd.h: revision 1.4
sys/external/bsd/drm2/include/linux/spinlock.h: revision 1.4
sys/external/bsd/drm2/include/linux/pm_runtime.h: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/crypt/nouveau_engine_crypt_nv98.c: revision 1.2
sys/external/bsd/drm2/nouveau/files.nouveau: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_dacnv50.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nve0.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_nv50.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_gem.c: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_bo.c: revision 1.5
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/perfmon/nouveau_engine_perfmon_base.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/crypt/nouveau_engine_crypt_nv84.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_fence.c: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/nouveau_engine_graph_nv50.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_nvc0.c: revision 1.2
sys/external/bsd/drm2/include/linux/vmalloc.h: revision 1.4
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nve0.h: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/instmem/nv04.h: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.c: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_drm.h: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/fifo/nouveau_engine_fifo_base.c: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_nvd0.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nouveau_engine_disp_nv04.c: revision 1.2
sys/external/bsd/drm2/nouveau/nouveau_module.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/instmem/nouveau_subdev_instmem_nv40.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/nouveau_engine_graph_gm107.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/nouveau_engine_graph_ctxnvd7.c: revision 1.2
sys/external/bsd/drm2/include/linux/mutex.h: revision 1.7
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/disp/nv50.h: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/device/nouveau_engine_device_base.c: revision 1.3
sys/external/bsd/drm2/include/linux/i2c.h: revision 1.6
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/graph/nouveau_engine_graph_nvc0.c: revision 1.2
sys/external/bsd/drm2/include/linux/pagemap.h: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/instmem/nouveau_subdev_instmem_nv04.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/engine/copy/nouveau_engine_copy_nva3.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/nouveau_nv50_display.c: revision 1.2
sys/external/bsd/drm2/dist/drm/nouveau/core/include/subdev/bar.h: revision 1.3
sys/external/bsd/drm2/dist/drm/nouveau/core/subdev/pwr/nouveau_subdev_pwr_base.c: revision 1.2
Another round of nouveau whack-a-mole.

(snj)

2014-09-21 17:17:15 UTC MAIN commitmail json YAML

2014-09-21 17:11:07 UTC MAIN commitmail json YAML

fix memset size inconsistency

(christos)

2014-09-21 17:10:01 UTC MAIN commitmail json YAML

fix cut-n-paste, use arrays instead of separate variables to avoid code
duplication.

(christos)

2014-09-21 17:05:02 UTC MAIN commitmail json YAML

comment out code that was never used, but probably intended to be used.

(christos)

2014-09-21 17:02:24 UTC MAIN commitmail json YAML

remove stray return

(christos)

2014-09-21 17:00:36 UTC MAIN commitmail json YAML

this is not python (add braces)

(christos)

2014-09-21 16:59:09 UTC MAIN commitmail json YAML

2014-09-21 16:58:42 UTC MAIN commitmail json YAML

2014-09-21 16:56:44 UTC MAIN commitmail json YAML

2014-09-21 16:53:38 UTC MAIN commitmail json YAML

2014-09-21 16:52:26 UTC MAIN commitmail json YAML

2014-09-21 16:40:53 UTC MAIN commitmail json YAML

2014-09-21 16:40:10 UTC MAIN commitmail json YAML

2014-09-21 16:39:12 UTC MAIN commitmail json YAML

2014-09-21 16:37:34 UTC MAIN commitmail json YAML

2014-09-21 16:36:32 UTC MAIN commitmail json YAML

2014-09-21 16:35:44 UTC MAIN commitmail json YAML

2014-09-21 16:34:53 UTC MAIN commitmail json YAML

this is not python (add missing braces)

(christos)

2014-09-21 16:33:48 UTC MAIN commitmail json YAML

2014-09-21 16:32:51 UTC MAIN commitmail json YAML

2014-09-21 15:52:43 UTC MAIN commitmail json YAML

2014-09-21 15:50:35 UTC MAIN commitmail json YAML

2014-09-21 15:49:21 UTC MAIN commitmail json YAML

2014-09-21 15:48:29 UTC MAIN commitmail json YAML

2014-09-21 15:47:29 UTC MAIN commitmail json YAML

2014-09-21 15:46:44 UTC MAIN commitmail json YAML

2014-09-21 15:45:46 UTC MAIN commitmail json YAML

2014-09-21 15:44:47 UTC MAIN commitmail json YAML

2014-09-21 15:44:17 UTC MAIN commitmail json YAML

2014-09-21 15:43:11 UTC MAIN commitmail json YAML

2014-09-21 15:23:55 UTC MAIN commitmail json YAML

Re-enable OHCI since the Exynos5 SoC OHCI hang has been fixed

(reinoud)

2014-09-21 15:22:40 UTC MAIN commitmail json YAML

Fix Exynos5 SoC OHCI hang

Redo the Exynos 5410 USB phy initialisation following uboot

(reinoud)

2014-09-21 15:07:19 UTC MAIN commitmail json YAML

2014-09-21 14:32:37 UTC MAIN commitmail json YAML

2014-09-21 14:31:38 UTC MAIN commitmail json YAML

add the common code for verbose printing of devices.

(christos)

2014-09-21 14:31:03 UTC MAIN commitmail json YAML

2014-09-21 14:30:22 UTC MAIN commitmail json YAML

2014-09-21 12:46:15 UTC MAIN commitmail json YAML

2014-09-21 10:41:23 UTC MAIN commitmail json YAML

Enable sysbeep(4) to be heard on speakers on Toughbook mk1 and mk5
computers.  Also on computers with SigmaTel STAC 9200(D), 9202(D)
9404(D), 9205(D) hdaudio controllers as well as Realtek ALC 231
hdaudio controllers reporting as ALC 269.

Addresses PR 45778.
Addresses PR 48495.

This commit was approved by christos@

(nat)

2014-09-21 09:48:32 UTC MAIN commitmail json YAML

Use checkyesnox to test rtsol as it has been removed including its
default configuration which we should not warn about.

(roy)

2014-09-21 09:47:24 UTC MAIN commitmail json YAML

Add checkyesnox function so we can test a configurable without
being warned of its non-existance.

(roy)

2014-09-21 08:38:03 UTC MAIN commitmail json YAML

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

A stack size of 8K is too small for a block buffer of 65536 bytes.
Increased the stack size to 128K. This makes ofwboot work with FirmWorks
OpenFirmware systems again (tested with Motorola PowerStack II).

(phx)

2014-09-20 22:36:09 UTC MAIN commitmail json YAML

document the new restore subcommand

(jnemeth)

2014-09-20 22:11:27 UTC MAIN commitmail json YAML

Initial cut of gpt restore.  This functions correctly in testing,
but isn't all that pretty.  It has minimal error testing and may
leak memory.  It also only works with empty disks.  If passed "-F"
flag, it will blank the disk for you.

(jnemeth)

2014-09-20 19:22:10 UTC MAIN commitmail json YAML

Also copy the symtab to the .gdb image.  If we are producing a .gdb, grab
the symtab from that since it will be a bit larger than the one from the
stripped kernel and thus can't be inserted into the .gdb kernel.

(matt)

2014-09-20 15:10:41 UTC MAIN commitmail json YAML

More rtsold removal, thanks to Henning Petersen.
Fixes PR misc/49228.

(roy)

2014-09-20 15:07:06 UTC MAIN commitmail json YAML

if the pkt length in rx header is < ETHER_HDR_LEN, drop it

(jmcneill)

2014-09-20 11:16:05 UTC MAIN commitmail json YAML

Add missing .El. From Henning Petersen in PR 49227.

(wiz)

2014-09-20 08:45:23 UTC MAIN commitmail json YAML

Include opt_usb.h to make "options UGEN_DEBUG" work.

(gson)

2014-09-20 06:08:07 UTC MAIN commitmail json YAML

t_tcpdump: skip bridges

tcpdump on a bridge definitely fails, so skip bridges
to make the test robust.

PR 49050

(ozaki-r)

2014-09-20 04:53:19 UTC MAIN commitmail json YAML

When disassembling an auipc/jalr pair, print the address eventually being
called:
auipc  t0,0x2b3
jalr    t0,-616 # ffffffff802b2e98 <memset>

(matt)

2014-09-19 23:52:34 UTC MAIN commitmail json YAML

curlwp can never be NULL now.

(matt)

2014-09-19 21:35:42 UTC MAIN commitmail json YAML

Replace manual realdepend dependency with DPSRCS.

(joerg)

2014-09-19 21:31:08 UTC MAIN commitmail json YAML

2014-09-19 18:05:24 UTC MAIN commitmail json YAML

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

Add riscv32 and riscv64 platforms.

(matt)

2014-09-19 17:52:43 UTC MAIN commitmail json YAML

Allow MD code to use something other than __cpu_simple_lock_t for doing spin
locks but use the same logic.

MUTEX_SPINBIT_LOCK_INIT
MUTEX_SPINBIT_LOCK_TRY
MUTEX_SPINBIT_LOCKED_P
MUTEX_SPINBIT_LOCK_UNLOCK
MUTEX_INITIALIZE_SPIN_IPL

For those platforms without sub-word CAS, you can use these to place the
mutex lock and ipl inside a full machine word and use CAS to update them.

(matt)

2014-09-19 17:46:28 UTC MAIN commitmail json YAML

Add comment about new MI device numbers in other files.

(matt)

2014-09-19 17:45:42 UTC MAIN commitmail json YAML

2014-09-19 17:45:04 UTC MAIN commitmail json YAML

Add OpenRISC 1000 & UCB RISC-V platform support.

(matt)

2014-09-19 17:43:33 UTC MAIN commitmail json YAML

2014-09-19 17:42:44 UTC MAIN commitmail json YAML

Add RISC-V MD bits.

(matt)

2014-09-19 17:42:19 UTC MAIN commitmail json YAML

Tell it about riscv.  Fix mips64 case so that SIZEOF_PTR_2POW is 3.

(matt)

2014-09-19 17:39:15 UTC MAIN commitmail json YAML

RISC-V support <fenv.h>

(matt)

2014-09-19 17:38:46 UTC MAIN commitmail json YAML

Add RISC-V support

(matt)

2014-09-19 17:36:26 UTC MAIN commitmail json YAML

src/common/lib/libc/arch/riscv/atomic/Makefile.inc@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_add_32.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_add_64.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_and_32.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_and_64.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_cas_32.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_cas_64.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_nand_32.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_nand_64.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_op_asm.h@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_or_32.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_or_64.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_sub_32.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_sub_64.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_swap_32.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_swap_64.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_xor_32.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/atomic_xor_64.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/atomic/membar_ops.S@1.1 / diff / nxr@1.1
src/common/lib/libc/arch/riscv/string/ffs.c@1.1 / diff / nxr@1.1
      :
(more 136 files)
New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)

(matt)

2014-09-19 17:33:47 UTC MAIN commitmail json YAML

2014-09-19 17:32:34 UTC MAIN commitmail json YAML

Add some file to define MI major for various classes of stuff.
These are for new ports to use.

(matt)

2014-09-19 17:30:13 UTC MAIN commitmail json YAML

Add sys/arch/riscv.

(matt)

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

2014-09-19 17:29:01 UTC MAIN commitmail json YAML

Add description of inst_return

(matt)

2014-09-19 17:27:55 UTC MAIN commitmail json YAML

Move MIN/MAX forward to that headers included by <sys/param.h> can use them.

(matt)

2014-09-19 17:27:12 UTC MAIN commitmail json YAML

2014-09-19 17:25:47 UTC MAIN commitmail json YAML

2014-09-19 17:25:33 UTC MAIN commitmail json YAML

#include <sys/condvar.h>

(matt)

2014-09-19 17:24:55 UTC MAIN commitmail json YAML

2014-09-19 17:24:23 UTC MAIN commitmail json YAML

another devlist2h.awk, someone should merge them all so that they can
generate efficient ids and not dup the code 10 times!

(christos)

2014-09-19 17:23:57 UTC MAIN commitmail json YAML

2014-09-19 17:23:35 UTC MAIN commitmail json YAML

2014-09-19 17:23:25 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/riscv32.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/crtstuff/arch/riscv64.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libbacktrace/arch/riscv32/backtrace-supported.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libbacktrace/arch/riscv32/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libbacktrace/arch/riscv64/backtrace-supported.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libbacktrace/arch/riscv64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/riscv32/auto-target.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/riscv32/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/riscv64/auto-target.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/riscv64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/riscv32/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/riscv32/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/riscv64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/riscv64/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/riscv32/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/riscv32/libgomp.spec@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/riscv32/libgomp_f.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/riscv32/omp.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/riscv64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/riscv64/libgomp.spec@1.1 / diff / nxr@1.1
      :
(more 53 files)
RISC-V configury

(matt)

2014-09-19 17:22:22 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/riscv32/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/riscv32/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/riscv32/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/riscv32/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/riscv32/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/riscv64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/riscv32/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/riscv32/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/riscv64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/riscv64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/riscv32/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/riscv32/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/riscv64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/riscv64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/riscv32/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/riscv32/defs.mk@1.1 / diff / nxr@1.1
      :
(more 24 files)
RISC-V (riscv32 & riscv64) binutils configury stuff.

(matt)

2014-09-19 17:20:29 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/dist/config.sub@1.7 / diff / nxr@1.7
src/external/gpl3/gcc/dist/gcc/common/config/riscv/riscv-common.c@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config.gcc@1.31 / diff / nxr@1.31
src/external/gpl3/gcc/dist/gcc/config/riscv/constraints.md@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/crti.asm@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/crtn.asm@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/div.S@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/elf.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/generic.md@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/linux-unwind.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/linux.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/linux64.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/netbsd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/opcode-riscv.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/peephole.md@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/predicates.md@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/riscv-fp.c@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/riscv-ftypes.def@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/riscv-modes.def@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/dist/gcc/config/riscv/riscv-opc.h@1.1 / diff / nxr@1.1
      :
(more 21 files)
Add RISC-V support.

(matt)

2014-09-19 17:19:53 UTC MAIN commitmail json YAML

2014-09-19 16:06:16 UTC MAIN commitmail json YAML

Mark up author with .An.

(wiz)

2014-09-19 16:05:55 UTC MAIN commitmail json YAML

2014-09-19 16:04:29 UTC MAIN commitmail json YAML

Fix section name.

(wiz)

2014-09-19 16:02:59 UTC MAIN commitmail json YAML

2014-09-19 15:24:24 UTC MAIN commitmail json YAML

2014-09-19 14:48:42 UTC MAIN commitmail json YAML

Update ODROID config, disabling ohci for now since it won't attach

(reinoud)

2014-09-19 14:39:34 UTC MAIN commitmail json YAML

Cleanup ODROID-U config

(reinoud)

2014-09-19 14:32:20 UTC MAIN commitmail json YAML

2014-09-19 13:34:25 UTC MAIN commitmail json YAML

Add missing closing quote. From Henning Petersen in PR 49223.

(wiz)

2014-09-19 09:05:23 UTC MAIN commitmail json YAML

include for configs which includes all file-systems and any dependent
pseudo-devices

(matt)

2014-09-19 09:04:35 UTC MAIN commitmail json YAML

2014-09-19 09:01:05 UTC MAIN commitmail json YAML

Teach this to deal with the use of include in majors files.

(matt)

2014-09-19 09:00:23 UTC MAIN commitmail json YAML

add random/urandom to MAKEDEV std

(matt)

2014-09-19 08:59:38 UTC MAIN commitmail json YAML

2014-09-19 00:24:28 UTC MAIN commitmail json YAML

2014-09-18 23:37:51 UTC MAIN commitmail json YAML

2014-09-18 20:47:39 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.4.5

(roy)

2014-09-18 20:46:30 UTC MAIN commitmail json YAML

2014-09-18 19:45:25 UTC MAIN commitmail json YAML

2014-09-18 19:23:10 UTC MAIN commitmail json YAML

2014-09-18 19:13:50 UTC MAIN commitmail json YAML

2014-09-18 15:50:49 UTC netbsd-7 commitmail json YAML

2014-09-18 15:47:20 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #109):
external/gpl3/gcc.old/dist/gcc/config/i386/pmm_malloc.h: revision 1.2
Apply r1.2 from our GCC 4.8 version of the same file:
Kill the "throw()" on a forward declaration for posix_memalign (it does
not match our base declaration and may cause warnings).

(martin)

2014-09-18 15:25:10 UTC MAIN commitmail json YAML

2014-09-18 15:21:44 UTC netbsd-7 commitmail json YAML

2014-09-18 15:13:27 UTC MAIN commitmail json YAML

2014-09-18 15:00:08 UTC MAIN commitmail json YAML

2014-09-18 14:58:22 UTC MAIN commitmail json YAML

2014-09-18 13:58:21 UTC MAIN commitmail json YAML

2014-09-18 10:25:33 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #94):
sys/dev/pci/agp_i810.c: revision 1.113
sys/dev/pci/agp_i810.c: revision 1.114
Revert to mapping the whole GTTMMADR region all at once for now and
use the right BAR for MMIO register sizing on i810.

(martin)

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

Comments, and one very minor tidyup.

(dholland)

2014-09-18 02:35:32 UTC MAIN commitmail json YAML

use the correct variable to push a file to exclude onto the stack.

(agc)

2014-09-18 01:47:13 UTC MAIN commitmail json YAML

2014-09-17 23:54:42 UTC MAIN commitmail json YAML

2014-09-17 21:18:43 UTC MAIN commitmail json YAML

Fix bug introduced in last patch

(reinoud)

2014-09-17 19:47:05 UTC MAIN commitmail json YAML

As pointed out by wiz@ prevent a possible attack or corruption that results in
an endless loop of indirect descriptors being processed.

The number of indirect descriptors followed is now maximized.
While here, also fix a use-after-free bug!

(reinoud)

2014-09-17 16:49:20 UTC MAIN commitmail json YAML

Normal spelling is .asciz, so use that on MIPS too.

(joerg)

2014-09-17 16:43:31 UTC MAIN commitmail json YAML

Ifdef out nonsensical comparison until we update from upstream.

(riastradh)

2014-09-17 16:35:39 UTC MAIN commitmail json YAML

Avoid container_of-inspired &obj->base == NULL nonsense.

(riastradh)

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

2014-09-17 16:10:41 UTC MAIN commitmail json YAML

Kludgily define __user in kernel here too.

(riastradh)

2014-09-17 15:59:53 UTC MAIN commitmail json YAML

Suppress some more missing field initializer warnings from Clang.

(riastradh)

2014-09-17 15:54:31 UTC MAIN commitmail json YAML

Mark some unused variables as such to shut up Clang.

(riastradh)

2014-09-17 15:53:15 UTC MAIN commitmail json YAML

Suppress clang warning about `= {0}'.

(riastradh)

2014-09-17 15:46:57 UTC MAIN commitmail json YAML

2014-09-17 15:41:56 UTC MAIN commitmail json YAML

2014-09-17 15:36:04 UTC MAIN commitmail json YAML

Don't redefine __u64 &c. here if we included <linux/types.h>.

(riastradh)

2014-09-17 11:37:28 UTC MAIN commitmail json YAML

Use --no-warn only with GCC on MIPS.

(joerg)

2014-09-17 11:02:55 UTC MAIN commitmail json YAML

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

Use canonical three operand form of add.d.

(joerg)