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

2024-05-10 18:21:52 UTC Now

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)

2014-09-17 04:20:58 UTC MAIN commitmail json YAML

2014-09-17 01:00:41 UTC MAIN commitmail json YAML

Remove out-of-date comments

(ozaki-r)

2014-09-17 00:39:29 UTC MAIN commitmail json YAML

2014-09-16 22:29:10 UTC MAIN commitmail json YAML

Always set SMP on the A7 since it's needed for ldrex/strex

(matt)

2014-09-16 22:28:56 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.4.4

(roy)

2014-09-16 22:27:04 UTC MAIN commitmail json YAML

2014-09-16 22:00:22 UTC MAIN commitmail json YAML

Enable L2 prefetch on A9 if MP

(matt)

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

Remove redundant CORTEXA9_AUXCTL defines

(matt)

2014-09-16 21:29:13 UTC MAIN commitmail json YAML

PR/49206: ping6 dies with SIGINT even when it just fails to ping
When reusing the same handler for SIGALRM, make don't pretend you
got SIGINT.

(christos)

2014-09-16 17:23:50 UTC MAIN commitmail json YAML

Fix problem reading the last line when it did not contain a delimiter
(Hubert Garavel)

(christos)

2014-09-16 15:08:58 UTC MAIN commitmail json YAML

remove unused header; mmc regs are in awin_reg.h

(jmcneill)

2014-09-16 10:27:53 UTC MAIN commitmail json YAML

Use lower case for USBHIST messages.

(skrll)

2014-09-16 09:42:47 UTC MAIN commitmail json YAML

fix an END() marker to match the function.

(mrg)

2014-09-16 08:52:02 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2014-09-16 08:42:20 UTC MAIN commitmail json YAML

Rephrase the NOTE about embedded NUL characters, using "apparent length"
for what strlen(3) reports, and "true length" for what the return value
reports.

(apb)

2014-09-16 07:06:42 UTC MAIN commitmail json YAML

Add some new I218 devices.

(msaitoh)

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

2014-09-16 07:05:44 UTC MAIN commitmail json YAML

Add some new Intel I218 devices.

(msaitoh)

2014-09-16 01:30:28 UTC MAIN commitmail json YAML

belt-n-suspenders, close on exec catalog files.

(christos)

2014-09-16 01:30:00 UTC MAIN commitmail json YAML

close on exec hostaliases

(christos)

2014-09-16 01:29:48 UTC MAIN commitmail json YAML

Mark the dup of the resolv fd for close on exec.

(christos)

2014-09-15 23:41:16 UTC MAIN commitmail json YAML

mention what happens if the line contains NUL's.

(christos)

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

2014-09-15 23:29:16 UTC MAIN commitmail json YAML

Fix documentation to reflect what happens when EOF is found before delimiter,
aligning us with POSIX.

(christos)

2014-09-15 20:24:55 UTC MAIN commitmail json YAML

Fix mistakes in Linux ww_mutex code.

I wrote some cases for the WW_WANTOWN state forgetting that there is
an acquisition context associated with it.

- On acceptance of a lock, allow WW_WANTOWN as well as WW_CTX.
- On unlock when WW_WANTOWN, decrement the context's acquire count.

Fixes KASSERT(ctx->wwx_acquired == 0) failure in ww_acquire_fini, and
would fix unlikely but possible kasserts in ww_mutex_lock* if another
lwp swoops in to lock without a context quickly enough.

While here, add some comments and kassert up the wazoo.

(riastradh)

2014-09-15 19:30:16 UTC MAIN commitmail json YAML

BOARDTYPE is now a string, use it directly.

(martin)

2014-09-15 19:28:49 UTC MAIN commitmail json YAML

Pass BOARDTYPE as a string to awin_machdep.c

(martin)

2014-09-15 19:02:38 UTC MAIN commitmail json YAML

Don't set CORTEXA9_AUXCTL_FW on A7. It's undefined.

Misc. cleanup while I'm here.

(skrll)

2014-09-15 16:29:18 UTC MAIN commitmail json YAML

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).

(joerg)

2014-09-15 11:49:01 UTC MAIN commitmail json YAML

fix to invalidate all way of own processor

(ryo)

2014-09-15 06:48:05 UTC MAIN commitmail json YAML

Write about -vlanif in ifconfig.8

PR 49114

(ozaki-r)

2014-09-15 06:46:04 UTC MAIN commitmail json YAML

Add -vlanif to the help message of ifconfig

PR 49114

(ozaki-r)

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

Delete link local addresses of a vlan interface when detaching its parent

This fixes PR 49197.

(ozaki-r)

2014-09-15 05:54:02 UTC MAIN commitmail json YAML

Leave promiscuous mode when detaching a parent (ifconfig -vlanif)

We have to call ifpromisc(ifp, 0) for both a VLAN interface
and its parent when they are in promiscuous mode.

PR 49196

(ozaki-r)

2014-09-15 00:35:37 UTC MAIN commitmail json YAML

Make sure to read SCTRL no matter way CPU we are on.

(matt)

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

2014-09-14 21:06:12 UTC MAIN commitmail json YAML

remove extra space between device name and "Ethernet address"

(jmcneill)

2014-09-14 20:35:45 UTC MAIN commitmail json YAML

add memory access barrier

(ryo)

2014-09-14 20:16:07 UTC MAIN commitmail json YAML

Remove vestigial drm2pci module, replaced by drmkms_pci.

(riastradh)

2014-09-14 20:09:18 UTC MAIN commitmail json YAML

Fix module build of drmkms_linux.

(riastradh)

2014-09-14 20:08:21 UTC MAIN commitmail json YAML

2014-09-14 19:54:05 UTC MAIN commitmail json YAML

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@

(mrg)

2014-09-14 19:06:01 UTC MAIN commitmail json YAML

2014-09-14 18:28:38 UTC MAIN commitmail json YAML

Add (disabled) debug code.
Fix DMA descriptor link initialization.

(martin)

2014-09-14 17:39:06 UTC MAIN commitmail json YAML

Avoid data abort at src/sys/dev/dkwedge/dkwedge_apple.c:swap_apple_drvr_descriptor() on zaurus.

apple_drvr_map.sb_dd (struct apple_drvr_descriptor) isn't located in the address is 4 bytes alignment. Unaligned address is passed from dkwedge_apple.c:swap_apple_drvr_map to dkwedge_apple.c:swap_apple_drvr_descriptor(). data abort occurs when read 4 bytes from that address for read apple_drvr_descriptor.descBlock.

(nonaka)

2014-09-14 16:02:15 UTC MAIN commitmail json YAML

Disable VGA plane after vga_cndetach.

Disabling the VGA plane requires access to the VGA registers, which
don't become available until vga_cndetach.  Oops!

(riastradh)

2014-09-14 14:29:57 UTC MAIN commitmail json YAML

return NULL when failing to establish interrupt

(jmcneill)

2014-09-14 11:00:52 UTC MAIN commitmail json YAML

2014-09-14 09:34:12 UTC MAIN commitmail json YAML

__SHIFTOUT -> __SHIFTIN when writing to a reg

(jmcneill)

2014-09-14 09:32:11 UTC MAIN commitmail json YAML

2014-09-14 08:47:19 UTC MAIN commitmail json YAML

Small markup fixes:
* Use \e instead of \\ to represent a backslash;
* Dont' start a line with .SUFFIXES.

(apb)

2014-09-14 08:47:08 UTC MAIN commitmail json YAML

When doing vendor dma transfer wait for SDHC_TRANSFER_COMPLETE.

From jmcneill@ with some layout changes from me.

(skrll)

2014-09-14 04:32:42 UTC MAIN commitmail json YAML

bump date; I think I'm done for tonight

(dholland)

2014-09-14 04:32:07 UTC MAIN commitmail json YAML

Add some notes on compatibility with other make dialects.

I was originally intending to preserve some of Jarmo Jaakkola's notes
on POSIX make from the PR 49085 changes... but really there's no point
wandering into details about $? and such when the big picture is
"almost everything in this manual works only in BSD make".

Maybe the exact details can be stuffed into a chapter of the mythical
make reference manual if that ever gets (re)written.

(dholland)

2014-09-14 03:50:28 UTC MAIN commitmail json YAML

Improve the documentation of rule-local variables. Cherry-picked from
the PR 49085 changes, with some adjustments by me.

(dholland)

2014-09-14 03:13:49 UTC MAIN commitmail json YAML

Improvements pertaining to shell commands and chdir. Some of this
appeared in the PR 49085 changes, even though it's not actually
relevant there except tangentially. However, I've reworked most of
that for clarity and added some more.

(dholland)

2014-09-14 02:32:51 UTC MAIN commitmail json YAML

Fix handling of the silly $(@D) $(@F) etc. vars so modifiers on them
work. This is issue #1 in PR 49085 from Jarmo Jaakkola, but I've used
a different and cleaner patch this time.

(dholland)

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

Recognize the crazy POSIXisms $(?D) and $(?F); issue 2 in PR 49085
from Jarmo Jaakkola.

(dholland)

2014-09-13 23:10:28 UTC MAIN commitmail json YAML

typo in comment, from the first reverted patch

(dholland)

2014-09-13 19:02:00 UTC MAIN commitmail json YAML

if the bus driver supplies a fifo size and dynfifo is true, use it

(jmcneill)

2014-09-13 18:37:16 UTC MAIN commitmail json YAML

set fifosize to 512, and fix swapped intrx/inttx params to motg_intr

(jmcneill)

2014-09-13 18:36:45 UTC MAIN commitmail json YAML

2014-09-13 18:36:39 UTC MAIN commitmail json YAML

let the bus driver override fifo size

(jmcneill)

2014-09-13 18:35:57 UTC MAIN commitmail json YAML

Fix reversed argument to USBHIST_LOG

(skrll)

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

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

2014-09-13 17:56:51 UTC netbsd-6-1 commitmail json YAML

2014-09-13 17:56:25 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1124):
sys/dev/pci/pci_usrreq.c: revision 1.26
Reject unaligned PCI config register ioctl requests before we kassert.

(snj)

2014-09-13 17:55:23 UTC netbsd-6 commitmail json YAML

2014-09-13 17:55:10 UTC netbsd-6-0 commitmail json YAML

2014-09-13 17:54:26 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1124):
sys/dev/pci/pci_usrreq.c: revision 1.26
Reject unaligned PCI config register ioctl requests before we kassert.

(snj)

2014-09-13 17:53:15 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by riastradh in ticket #1124):
sys/dev/pci/pci_usrreq.c: revision 1.26
Reject unaligned PCI config register ioctl requests before we kassert.

(snj)

2014-09-13 17:50:27 UTC MAIN commitmail json YAML

2014-09-13 17:48:52 UTC MAIN commitmail json YAML

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

2014-09-13 17:42:49 UTC MAIN commitmail json YAML

Instead of polluting motgreg.h with AllWinner specific registers (things
were getting out of hand), move the AllWinner reg definitions to
arch/arm/allwinner/awin_otgreg.h and include that instead of
dev/usb/motgreg.h when MOTG_ALLWINNER is defined.

(jmcneill)

2014-09-13 17:42:07 UTC MAIN commitmail json YAML

vm_offset_t -> vaddr_t, vm_size_t -> vsize_t

(matt)

2014-09-13 17:41:03 UTC MAIN commitmail json YAML

vm_offset_t -> vaddr_t, vm_size_t -> vsize_t
nuke vm_offset_t and vm_size_t

(matt)

2014-09-13 17:36:42 UTC MAIN commitmail json YAML

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

For the benefit of gcc 4.5, rename a local "nl" variable to "nline",
so it doesn't collide with the global curses nl() function.

(martin)

2014-09-13 17:18:45 UTC MAIN commitmail json YAML

PR/49190: bpf_deliver: set scratch memory store in bpf_args_t.

(rmind)

2014-09-13 14:48:02 UTC MAIN commitmail json YAML

options MOTG_ALLWINNER

(jmcneill)

2014-09-13 14:47:35 UTC MAIN commitmail json YAML

options MOTG_ALLWINNER to select the awin specific reg layout

(jmcneill)

2014-09-13 14:46:50 UTC MAIN commitmail json YAML

allow attachment glue to override the number of endpoints

(jmcneill)

2014-09-13 13:20:38 UTC MAIN commitmail json YAML

2014-09-13 11:07:08 UTC MAIN commitmail json YAML

2014-09-13 11:06:42 UTC MAIN commitmail json YAML

Add the -M flag to dhcpcd so it stays in master mode even for one
interface. Suggested by apb@

(roy)

2014-09-13 10:18:24 UTC MAIN commitmail json YAML

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

Fix a bogus gcc warning: dhcp_config may be used uninitialized

(roy)

2014-09-13 09:38:43 UTC MAIN commitmail json YAML

Show the IP6 address instead of yes

(roy)

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

Strip newline from the gateway correctly.

(roy)

2014-09-13 08:15:43 UTC MAIN commitmail json YAML

Fix build when USB_DEBUG is defined and EHCI_DEBUG isn't. The converse is
always true.

PR/49201 (broken build with options USB_DEBUG (latest current))

(skrll)

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

Make emmc use of dma controller optional and disable the bcmdmac for now.

It doesn't work for me.

(skrll)

2014-09-13 02:21:52 UTC MAIN commitmail json YAML

2014-09-13 01:36:07 UTC MAIN commitmail json YAML

usb0drv is >PB9 for cubie2

(jmcneill)

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

2014-09-13 00:38:37 UTC MAIN commitmail json YAML

Only prompt for one nameserver, let the user decide if it's a
pre-determined google server other another one.

(roy)

2014-09-13 00:33:45 UTC MAIN commitmail json YAML

Omit vestigial notes on porting before the API was made to match.

(riastradh)

2014-09-13 00:32:36 UTC MAIN commitmail json YAML

Use KASSERTMSG in ww_acquire_fini to show number of locks held.

(riastradh)

2014-09-12 21:22:13 UTC MAIN commitmail json YAML

2014-09-12 21:12:42 UTC MAIN commitmail json YAML

rtsol is no longer used.

(roy)

2014-09-12 21:06:25 UTC MAIN commitmail json YAML

Fix typo: mask, not mark.

(riastradh)

2014-09-12 21:02:06 UTC MAIN commitmail json YAML

Don't prompt for hostname or domain if obtained from DHCP.

(roy)

2014-09-12 21:00:11 UTC MAIN commitmail json YAML

cv_wait -> cv_timedwait for dma transfers, just to be safe

(jmcneill)

2014-09-12 20:55:48 UTC MAIN commitmail json YAML

use 0 and 1 for states instead of 27 and 42

(jmcneill)

2014-09-12 20:52:52 UTC MAIN commitmail json YAML

improve error handling in bcm_dmac_alloc and disestablish the irq handler in bcm_dmac_free

(jmcneill)

2014-09-12 20:51:21 UTC MAIN commitmail json YAML

enable bcmdmac, now required by sdhc

(jmcneill)

2014-09-12 20:48:55 UTC MAIN commitmail json YAML

dhcpcd will already have configured the system at this point, so
don't bother writing it manually.

(roy)

2014-09-12 20:42:13 UTC MAIN commitmail json YAML

Use the 20-resolv.conf hook from dhcpcd rather than the minimal one.
Extract configured information from resolv.conf and hostname instead
of scraping the last dhcpcd script run.
This will allow the use of DHCPv6 and IPv6RA DNS details in the future.

(roy)

2014-09-12 20:20:25 UTC MAIN commitmail json YAML

The dhcpcd utilties in pkgsrc require dhcpcd to be running in master mode.
So set dhcpcd to start like so, but restrict it to the configured interface
still instead of ifconfig_foo=dhcp.

(roy)

2014-09-12 20:18:42 UTC MAIN commitmail json YAML

Add and enable DMA support for SD cards on Raspberry Pi/BCM2835.

(jakllsch)

2014-09-12 19:47:40 UTC MAIN commitmail json YAML

Avoid NULL deref when sdhc(4) attaches via config_interrupts().

(jakllsch)

2014-09-12 19:45:16 UTC MAIN commitmail json YAML

Allow sdhc(4) to use a non-integrated DMA engine.

(jakllsch)

2014-09-12 19:33:45 UTC MAIN commitmail json YAML

Move DMA interrupt establishement to time of engine allocation so as to
allow the IPL to be specified by the driver using the DMA engine.

(jakllsch)

2014-09-12 17:40:53 UTC MAIN commitmail json YAML

Add a bunch of register offsets to read-only registers.

(jakllsch)

2014-09-12 17:31:32 UTC MAIN commitmail json YAML

Add BCM2835_PERIPHERALS_TO_BUS() macro to convert ARM physical address to
VideoCore bus address, needed when programing the DMA engine with hardware
FIFO register addresses.

(jakllsch)

2014-09-12 16:40:38 UTC MAIN commitmail json YAML

2014-09-12 16:25:55 UTC MAIN commitmail json YAML

Trailing whitespace.

(skrll)

2014-09-12 16:25:30 UTC MAIN commitmail json YAML

Print the cpu in the kernhist record.

(skrll)

2014-09-12 16:06:29 UTC MAIN commitmail json YAML

trust the firmware and use whatever it advertises between DMA0-DMA11

(jmcneill)

2014-09-12 15:41:02 UTC MAIN commitmail json YAML

not sure how this compiles for me, but remove extra * on prop_dictionary_t decl

(jmcneill)

2014-09-12 15:29:30 UTC MAIN commitmail json YAML

2014-09-12 14:46:33 UTC MAIN commitmail json YAML

2014-09-12 14:39:49 UTC MAIN commitmail json YAML

2014-09-12 12:30:20 UTC MAIN commitmail json YAML

2014-09-12 11:38:23 UTC MAIN commitmail json YAML

use the passed parameter instead of PATH_MAX. Change signedness
of nlen.

(mlelstv)

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

Mark /etc/rc.d/rtsold and /rescue/rtsol as obsolete

(martin)

2014-09-12 08:54:26 UTC MAIN commitmail json YAML

Initialize timespec "end" for the benefit of some gcc versions getting
"may be used uninitialized" warnings wrong.

(martin)

2014-09-12 08:17:20 UTC netbsd-7 commitmail json YAML

Adjust Ticket #86 after additional pullups.

(martin)

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

Pull up following revision(s) (requested by enami in ticket #86):
lib/libperfuse/perfuse_priv.h: revision 1.35
lib/libperfuse/ops.c: revision 1.72
Fix build failure on amd64.

(martin)

2014-09-12 07:59:37 UTC MAIN commitmail json YAML

- 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 '/'.

(mlelstv)

2014-09-12 04:10:24 UTC MAIN commitmail json YAML

Call if_input of vlan interface itself, not parent's one

And also we need to drop M_PROMISC before calling if_input;
it was originally at just before bridge_input in ether_input.

Then we can bridge vlan interfaces again.

(ozaki-r)

2014-09-12 03:44:27 UTC MAIN commitmail json YAML

Restore vlan_ioctl overwritten by ether_ifdetach in vlan_unconfig

This fixes PR 49112.

(ozaki-r)

2014-09-11 21:04:35 UTC MAIN commitmail json YAML

2014-09-11 18:25:30 UTC MAIN commitmail json YAML

Visit the Bureau of Redundancy Department.
From Henning Petersen in PR 49191.

(dholland)

2014-09-11 18:11:59 UTC MAIN commitmail json YAML

- Add two more bit definitions
- XINUSE -> XGETBV

(msaitoh)

2014-09-11 18:01:22 UTC MAIN commitmail json YAML

Don't try and install rc.d/rtsold

(roy)

2014-09-11 17:26:30 UTC MAIN commitmail json YAML

Switch default accelmethod back to UXA until we import a stabler SNA.

(riastradh)

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

It's not required to print "failed to detect NVM bank" with
aprint_error_dev(). Use DPRINTF(). Same as {Free,Open}BSD.

(msaitoh)

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

Pull up the following changes (requested by skrll, #83):
sys/arch/arm/broadcom/bcm2835_dmac.c            1.1-1.2
sys/arch/arm/broadcom/bcm2835_dmac.h            1.1
sys/arch/arm/broadcom/bcm2835_intr.c            1.4
sys/arch/arm/broadcom/bcm2835_obio.c            1.21
sys/arch/arm/broadcom/bcm2835reg.h              1.11
sys/arch/arm/broadcom/files.bcm2835            1.22
sys/arch/evbarm/conf/RPI                        1.51
sys/arch/evbarm/rpi/rpi_machdep.c              1.46

Add bcm2835 dma controller driver.

(martin)

2014-09-11 14:04:03 UTC netbsd-7 commitmail json YAML

2014-09-11 14:00:54 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #93):
sys/fs/puffs/puffs_vnops.c: revision 1.186
PUFFS fixes for size update ater write plus read/write sanity checks
- Always update kernel metadata cache for size when writing
  This fixes situation where size update after appending to a file lagged
- Make read/write nilpotent when called with null size, as FFS does
- Return EFBIG instead of EINVAL for negative offsets, as FFS does

(martin)

2014-09-11 13:58:45 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by nat in ticket #92):
lib/libossaudio/ossaudio.c: revision 1.30
lib/libossaudio/soundcard.h: revision 1.24
Add missing defines for 16, 24 and 32 bit NE and OE formats.
Add the ability to set 24 and 32 bit precision.

(martin)

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

Pullup doc/CHANGES.prev (doc/CHANGES) r1.121 (requested by nat in #91):

Note initial ossaudio(3) support.

(martin)

2014-09-11 13:46:49 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #90):
sys/arch/arm/broadcom/bcm2835_bsc.c: revision 1.3
Initialise bsciichist only once, otherwise the kern_histories list
never ends.

(martin)

2014-09-11 13:41:57 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #89):
lib/libperfuse/ops.c: revision 1.74
Avoid a file resize serialization deadlock when writing with
PUFFS_IO_APPEND flag. The symptom was a hang when appending to
a file with a null size.

(martin)

2014-09-11 13:30:04 UTC MAIN commitmail json YAML

2014-09-11 13:10:04 UTC MAIN commitmail json YAML

Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.

As discussed on tech-net@

(roy)

2014-09-11 13:06:03 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #88):
sys/arch/i386/pci/pci_intr_fixup.c: revision 1.50
__USE(id) in the !PCIBIOSVERBOSE case.
Fixes PR 49181.

(martin)

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

Pull up following revision(s) (requested by dholland in ticket #87):
usr.bin/uuencode/uuencode.c: revision 1.16
usr.bin/uuencode/uuencode.1: revision 1.23
usr.bin/uuencode/uuencode.1: revision 1.24
usr.bin/uuencode/uuencode.1: revision 1.25
usr.bin/uuencode/uuencode.1: revision 1.26
Clarify usage message and improve documentation; pursuant to PR 49177.

(martin)

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

Pull up following revision(s) (requested by manu in ticket #86):
lib/libperfuse/perfuse.c: revision 1.34
lib/libperfuse/ops.c: revision 1.71
Improve POSIX compliance of FUSE filesystems through PERDUSE
- access denied is EPERM and not EACCES
- access to file owned by someone else in a sticy-bit directory should
  be allowed for the sticy-bit directory owner
- setting sticky-bit on a non directory should produce EFTYPE
- implement PATHCONF method as much as we can.

(martin)

2014-09-11 12:14:00 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #85):
sys/arch/amiga/dev/gayle_pcmcia.c: revision 1.30
Add support for newer A1200 models.

(martin)

2014-09-11 11:14:44 UTC MAIN commitmail json YAML

correct softreset reg for allwinner boards

(jmcneill)

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

Use false/true on boolean, not increment.
From Henning Petersen in PR 49194.

(wiz)

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

Make sure the data in the descritors is little endian.

(matt)

2014-09-11 08:01:31 UTC MAIN commitmail json YAML

Fix (I hope) ram size calculation.

(matt)

2014-09-11 07:59:14 UTC MAIN commitmail json YAML

PUFFS fixes for size update ater write plus read/write sanity checks

- Always update kernel metadata cache for size when writing
  This fixes situation where size update after appending to a file lagged
- Make read/write nilpotent when called with null size, as FFS does
- Return EFBIG instead of EINVAL for negative offsets, as FFS does

(manu)

2014-09-11 07:06:13 UTC MAIN commitmail json YAML

Initialise bsciichist only once, otherwise the kern_histories list
never ends.

(skrll)

2014-09-11 06:56:05 UTC MAIN commitmail json YAML

Simplify device property handling by moving it into the core driver.
Overriding the MAC address now works again.

(martin)

2014-09-11 04:05:52 UTC MAIN commitmail json YAML

Avoid a file resize serialization deadlock when writing with
PUFFS_IO_APPEND flag. The symptom was a hang when appending to
a file with a null size.

(manu)

2014-09-11 02:21:19 UTC MAIN commitmail json YAML

work in progress HDMI driver, so far it can detect display presence and read the display EDID

(jmcneill)

2014-09-11 02:16:15 UTC MAIN commitmail json YAML

2014-09-11 00:50:39 UTC MAIN commitmail json YAML

2014-09-10 22:50:25 UTC MAIN commitmail json YAML

2014-09-10 22:46:34 UTC MAIN commitmail json YAML

add __diagused

(ryo)

2014-09-10 22:43:36 UTC MAIN commitmail json YAML

Enable building eabihf compat libraries after fixing bsd.eabihf.mk to use
use the proper variant of arm*--netbsdelf-eabihf

(matt)

2014-09-10 21:44:22 UTC MAIN commitmail json YAML

2014-09-10 21:13:51 UTC MAIN commitmail json YAML

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

Sternly advise against `pcictl read/write'.  Use .Cm, not .Nm, while here.

(riastradh)

2014-09-10 21:04:08 UTC MAIN commitmail json YAML

fix grammar stupidity: ipandport takes an optional port but has 2 grammar
productions, one with and one without an optional port. make the port
not optional and kill reduce-reduce conflicts.

(christos)

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

2014-09-10 18:24:16 UTC MAIN commitmail json YAML

We dropped vmobjlock, so reacquire it before uvmfault_unlockall.

(riastradh)

2014-09-10 14:28:02 UTC MAIN commitmail json YAML

Adapt to recent changes.

(martin)

2014-09-10 13:45:52 UTC MAIN commitmail json YAML

Drop unused local-softc variable.

(jakllsch)

2014-09-10 10:49:44 UTC MAIN commitmail json YAML

- dump all partitions, not just ones that are in use
- while here, squash a memory leak

    It shouldn't be necessary to backup unused partitions, however
the partition GUID is created at the time the GPT is created and
is never changed.  It shouldn't matter if the GUID of an unused
partition changes, but there may be some special case where it
does.  Since it isn't a big deal to record the unused partitions,
might as well do it.

(jnemeth)

2014-09-10 10:10:43 UTC netbsd-7 commitmail json YAML

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

options GTTWSI_ALLWINNER

(matt)

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

Pull up following revision(s) (requested by skrll in ticket #82):
sys/arch/evbarm/awin/awin_start.S: revision 1.1
sys/arch/evbarm/conf/mk.cubie: file removal
sys/arch/evbarm/conf/std.awin: revision 1.1
sys/arch/evbarm/cubie/genassym.cf: file removal
sys/arch/evbarm/conf/CUBIEBOARD: revision 1.17
sys/arch/evbarm/conf/BPI: revision 1.1
sys/arch/evbarm/awin/genassym.cf: revision 1.1
sys/arch/evbarm/awin/platform.h: revision 1.1
sys/arch/evbarm/conf/files.awin: revision 1.1
sys/arch/evbarm/conf/mk.cubie: revision 1.4
sys/arch/evbarm/conf/CUBIETRUCK: revision 1.3
sys/arch/evbarm/cubie/cubie_machdep.c: revision 1.21
sys/arch/evbarm/awin/awin_machdep.c: revision 1.1
sys/arch/evbarm/awin/awin_machdep.c: revision 1.3
sys/arch/evbarm/awin/awin_machdep.c: revision 1.4
sys/arch/evbarm/conf/std.cubie: file removal
sys/arch/evbarm/conf/mk.awin: revision 1.1
sys/arch/evbarm/conf/mk.awin: revision 1.2
sys/arch/evbarm/cubie/cubie_machdep.c: file removal
sys/arch/evbarm/cubie/cubie_start.S: file removal
sys/arch/evbarm/cubie/platform.h: file removal
sys/arch/evbarm/conf/files.cubie: file removal

Move away from "cubie" to generic "awin" and introduce a BOARDTYPE
variable. This allows other boards to use the cubie code.

Add a Banana Pi kernel config and fixup mmc0detect assignment for BPI.

(martin)

2014-09-10 08:42:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #79):
sys/fs/puffs/puffs_node.c: revision 1.33
sys/fs/puffs/puffs_vnops.c: revision 1.185
When changing a directory content, update the ctime/mtime in kernel
cache, otherwise the updated ctime/mtime appears after the cached
entry expire.

(martin)

2014-09-10 08:38:31 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #77):
usr.sbin/pcictl/pcictl.c: revision 1.21
usr.sbin/pcictl/pcictl.8: revision 1.14
Read and write commands for pcictl, from riastradh@ and wiz@,
as discussed on tech-kern.

(martin)

2014-09-10 07:40:52 UTC MAIN commitmail json YAML

handle WSDISPLAYIO_GET_EDID and WSDISPLAYIO_GET_FBINFO only if the bus
frontend doesn't ( as in, returns EPASSTHROUGH or doesn't register a
handler )
Now flags passed from things like bcm2835_genfb.c are actually seen by
xf86-video-wsfb again and automatically disabling shadowfb works again,
which results in a major speedup on this kind of hardware.

(macallan)

2014-09-10 07:39:17 UTC MAIN commitmail json YAML

Don't grab the ubootinfo structure and try to determine the mac address
from it.  Rely on reading the mac from the chip.

(skrll)

2014-09-10 07:04:48 UTC MAIN commitmail json YAML

2014-09-10 06:50:13 UTC MAIN commitmail json YAML

Remove hack disabling dma for awinmmc0 on cubietruck.

(matt)

2014-09-10 05:03:50 UTC MAIN commitmail json YAML