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

2024-05-10 07:52:42 UTC Now

2013-05-18 13:13:34 UTC MAIN commitmail json YAML

We cannot skip all Suff processing for .PHONY targets,
else, srcs which are wildcards do not get expanded as needed.

(sjg)

2013-05-18 13:12:45 UTC MAIN commitmail json YAML

Var_Delete: expand name if needed.

(sjg)

2013-05-17 23:00:22 UTC MAIN commitmail json YAML

Add cleanup scripts for future imports.

(joerg)

2013-05-17 22:59:29 UTC MAIN commitmail json YAML

2013-05-17 22:57:27 UTC MAIN commitmail json YAML

Prefer libcxxrt's typeinfo.cc. Do not use cxa_atexit.c, it is only for
Solaris. Do not use libcxxrt's memory.cc, the same content is already
provided by libc++ in new.cpp and that version agrees with the
overwriting rules for the operators from C++11.

(joerg)

2013-05-17 17:43:05 UTC MAIN commitmail json YAML

2013-05-17 15:42:09 UTC MAIN commitmail json YAML

PR/47826: Garrett Cooper: Add <sys/types.h>. Really I am tempted to remove
this file instead.

(christos)

2013-05-17 15:39:17 UTC MAIN commitmail json YAML

PR/47825: Garrett Cooper: Fix hardcoding of NetBSD in t_grep.sh

(christos)

2013-05-17 14:11:55 UTC MAIN commitmail json YAML

Too many endif.

(joerg)

2013-05-17 13:00:40 UTC MAIN commitmail json YAML

Only provide LC_C_LOCALE under _NETBSD_SOURCE.

(joerg)

2013-05-17 12:55:57 UTC MAIN commitmail json YAML

Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.
Provide LC_GLOBAL_LOCALE in a way that works with all locale functions.
Merge constant data used by the initial global locale and the C locale.
Drop function call layer for _current_locale() and directly return the
locale reference, not a pointer to it. Use protected access for global
variables, so that libc references can avoid the GOT overhead.

(joerg)

2013-05-17 10:48:54 UTC MAIN commitmail json YAML

gabage -> garbage, fix wording.

(mbalmer)

2013-05-17 07:53:05 UTC MAIN commitmail json YAML

2013-05-16 21:56:56 UTC MAIN commitmail json YAML

New compiler doesn't like foo()

(sjg)

2013-05-16 21:41:15 UTC khorben-n900 commitmail json YAML

2013-05-16 21:25:27 UTC MAIN commitmail json YAML

Fix typo: s/300/500/ .

(rkujawa)

2013-05-16 19:19:44 UTC MAIN commitmail json YAML

var_get_memory():
if no eol is found in the string we set "next" to NULL, assign it
to "buf" and then check the loop condition by dereferencing it - which
does not work well.
Change the loop condition to first check for buf == NULL.

(martin)

2013-05-16 19:06:45 UTC MAIN commitmail json YAML

2013-05-16 18:47:38 UTC MAIN commitmail json YAML

name it like other ports do

(christos)

2013-05-16 18:43:09 UTC MAIN commitmail json YAML

sort by name, add OF_quiesce

(christos)

2013-05-16 18:24:26 UTC khorben-n900 commitmail json YAML

Rewrote the computation of the clock frequency divider when configuring an
SPI channel.

(khorben)

2013-05-16 15:53:06 UTC khorben-n900 commitmail json YAML

Attaching the lp5523led(4) LED driver to the I2C bus.

Tested on my Nokia N900 smartphone.

(khorben)

2013-05-16 15:51:29 UTC khorben-n900 commitmail json YAML

Added a refresh callback for the temperature sensor.

(khorben)

2013-05-16 15:36:50 UTC khorben-n900 commitmail json YAML

Initial import of the lp5523led(4) driver, a programmable 9-output LED
driver from Texas Instruments. This is not functional yet, but exposes
sysctl nodes and the internal temperature sensor (not refreshed at the
moment).

Tested on my Nokia N900 smartphone.

(khorben)

2013-05-16 13:02:12 UTC MAIN commitmail json YAML

AUTHCID is optional for the GSSAPI mechanism.

(elric)

2013-05-16 07:43:02 UTC MAIN commitmail json YAML

Mark two more test case as only failing for BE

(martin)

2013-05-16 07:37:05 UTC MAIN commitmail json YAML

2013-05-16 07:20:29 UTC MAIN commitmail json YAML

Assume that the NAT failures that happen on some architectures are endianess
bugs, so do not expect failure on LE archs for now.

(martin)

2013-05-15 23:27:49 UTC khorben-n900 commitmail json YAML

Seems to be much closer to working correctly. Apparently one has to read
back anything transmitted, as well as transmit 0's to be able to read
anything. This would explain the whole juggling with chunks, counts and
pointers.

(khorben)

2013-05-15 22:09:32 UTC MAIN commitmail json YAML

More markup, less typos.

(wiz)

2013-05-15 21:53:27 UTC MAIN commitmail json YAML

one more bump for the recent changes

(pooka)

2013-05-15 21:41:25 UTC MAIN commitmail json YAML

2013-05-15 21:39:30 UTC MAIN commitmail json YAML

Support utimes/futimes.  Makes at least fsu_touch work on these platforms.

(pooka)

2013-05-15 20:47:20 UTC MAIN commitmail json YAML

also, bsd.own.mk to pick up mk.conf

(pooka)

2013-05-15 20:27:00 UTC MAIN commitmail json YAML

Make it possible for external parties to specify additional dplibs.
This is useful for example on platforms which require -ldl.

(pooka)

2013-05-15 19:30:46 UTC MAIN commitmail json YAML

bump version for rumpuser changes

(pooka)

2013-05-15 17:53:09 UTC MAIN commitmail json YAML

Improve documentation on the locking order of cv_wait mtx/cpu.

(pooka)

2013-05-15 16:44:03 UTC MAIN commitmail json YAML

Don't change a read-only file system.

(pooka)

2013-05-15 16:00:04 UTC MAIN commitmail json YAML

Looks like I'm done revamping, so bump interface version to 17,
where it will hopefully stay for all eternity (unless some snafus
are discovered before NetBSD 7).

(pooka)

2013-05-15 15:57:01 UTC MAIN commitmail json YAML

Add a generalized rumpuser_syncfd() call which allows the caller
to request a sync or a barrier for fd.

(pooka)

2013-05-15 14:58:24 UTC MAIN commitmail json YAML

Pass off_t over the hypercall interface as int64_t to avoid potential
problems in setups where off_t doesn't want to be 64bit.

I'm already excitedly waiting for 128bit off_t and _LARGE_LARGE_FILES

(pooka)

2013-05-15 14:52:49 UTC MAIN commitmail json YAML

Pass enums over the hypercall interface as ints to avoid some
pathological scenarios from arising in setups where enums might be
of a different size in the rump kernel and hypervisor.

(pooka)

2013-05-15 14:07:26 UTC MAIN commitmail json YAML

2013-05-15 13:58:14 UTC MAIN commitmail json YAML

how did that extra asterisk get there?

(pooka)

2013-05-15 13:52:19 UTC khorben-n900 commitmail json YAML

Let the bus speed of SPI devices be specified within the kernel
configuration.

(khorben)

2013-05-15 12:49:33 UTC MAIN commitmail json YAML

qlock can now be a regular kernel spin mutex instead of a rumpuser mutex.

(pooka)

2013-05-15 12:20:04 UTC MAIN commitmail json YAML

Add (arbitrary) USB serial port support.
XXX why aren't other classes of USB devices added?

(reinoud)

2013-05-15 12:16:41 UTC MAIN commitmail json YAML

Add missing filesystems in the filesystem list but comment them out.
Add missing KGDB options needed for KGDB working

(reinoud)

2013-05-15 05:47:10 UTC MAIN commitmail json YAML

- Add KERNHIST and KERNHIST_PRINT.
- Update UVMHIST and UVMHIST_PRINT.

(msaitoh)

2013-05-15 05:30:33 UTC MAIN commitmail json YAML

s/can be displayed be calling/can be displayed by calling/

XXX pullup-5

(msaitoh)

2013-05-15 05:22:43 UTC MAIN commitmail json YAML

Change from deleted "show uvmhist" to "show kernhist".

XXX pullup-6

(msaitoh)

2013-05-15 02:44:48 UTC khorben-n900 commitmail json YAML

Make sure interrupts are cleared on the current channel when initiating a
transfer. Also force the current transfer to be terminated upon end of
transmission.

(khorben)

2013-05-15 00:47:43 UTC MAIN commitmail json YAML

%td is for ptrdiff_t not for off_t

(christos)

2013-05-15 00:35:02 UTC MAIN commitmail json YAML

avoid stdio assertion, failing later

(christos)

2013-05-14 15:33:21 UTC MAIN commitmail json YAML

2013-05-14 14:11:43 UTC MAIN commitmail json YAML

Don't call sh4_icache_sync_all() before sh_cache_ops is initialized.
Instead, use SH4_EMODE_CACHE_FLUSH() or SH4_CACHE_FLUSH() macro to
invalidate cache before initializing CCR.
This seems to suppress random file system corruption on wd(4) at acardide(4)
(which uses bus-master DMA and calls many cache flush ops) during pkgsrc
packages builds on landisk.

(tsutsui)

2013-05-14 14:03:53 UTC MAIN commitmail json YAML

Add quirk for IODATA2 USB2SC.
This works target 0 only.  However supports 4 targets in spec.

(kiyohara)

2013-05-14 13:53:47 UTC MAIN commitmail json YAML

Add a definition of SCSCMR1, smart card mode register available on 7750 etc.

(tsutsui)

2013-05-14 13:41:48 UTC MAIN commitmail json YAML

Add SET_X11_NOSERVERS for default installation sets.
Althrough landisk doesn't have any screen console (except possible udl(4)
and ukbd(4)), it's a good environment to build packages binaries for sh3el,
including dreamcast.

(tsutsui)

2013-05-14 13:28:01 UTC MAIN commitmail json YAML

Use softint(9) to pass received data into wskbd(9) and wsmouse(9) layers.
It might be problematic to call them from an interrupt handler at IPL_SERIAL.

(tsutsui)

2013-05-14 13:15:55 UTC MAIN commitmail json YAML

Remove pasted but obsolete comments.

(tsutsui)

2013-05-14 13:14:28 UTC MAIN commitmail json YAML

2013-05-14 13:08:57 UTC MAIN commitmail json YAML

Use the default MD_SETS_SELECTED in util.c which includes an Xserver set.
luna68k has working Xserver so no need to specify md MD_SETS_SELECTED
with SET_X11_NOSERVERS.

(tsutsui)

2013-05-14 09:19:37 UTC MAIN commitmail json YAML

found the missing commit so put this back
am I the only one here with a Gdium?

(macallan)

2013-05-14 09:16:59 UTC MAIN commitmail json YAML

always set up a clockframe and make it available to other drivers, so clocks
other than the MIPS cycle counter can be used ( for example pwmclock )

(macallan)

2013-05-14 05:18:11 UTC MAIN commitmail json YAML

The previous patch didn't apply cleanly, because our code doesn't
use #ifdef OPENSSL_HAS_ECC.
Apply manually.
Drop now unused len variable.

(mlelstv)

2013-05-14 00:27:39 UTC MAIN commitmail json YAML

Add some definitions.
Fix compile error.

(msaitoh)

2013-05-13 18:44:11 UTC MAIN commitmail json YAML

- avoid using globals where it is simple.
- simplify: only use stdio for output.

(christos)

2013-05-13 18:01:08 UTC MAIN commitmail json YAML

CVE 1020933: Prevent integer overflow by using wider type

(christos)

2013-05-13 17:58:50 UTC MAIN commitmail json YAML

CVE 1020935: Prevent overflow

(christos)

2013-05-13 17:54:55 UTC MAIN commitmail json YAML

CVE 1020946: Fix res leak.

(christos)

2013-05-13 17:10:59 UTC MAIN commitmail json YAML

For BGE_IS_575X_PLUS() devices, don't set BGE_RXLPSTATCONTROL_DACK_FIX bits because
these bits are reserved.

(msaitoh)

2013-05-13 17:08:20 UTC MAIN commitmail json YAML

Set BGE_MISC_CTL's byte/word swap options before using bge_readmem_ind().
Fixes PR#47716.

Re-enable NVRAM lock stuff again (i.e. revert rev. 1.233).

(msaitoh)

2013-05-13 16:01:31 UTC MAIN commitmail json YAML

make this compile again; macallan, please commit the right fix!

(christos)

2013-05-13 15:47:19 UTC MAIN commitmail json YAML

There is no opt_mvsoc.h; the #ifdef ARMADAXP should be changed to some
inherited device property.

(christos)

2013-05-13 15:40:31 UTC MAIN commitmail json YAML

fix lossage from disklabel.h merge

(christos)

2013-05-13 13:59:39 UTC MAIN commitmail json YAML

CVE 1020938: Fix memory leak

(christos)

2013-05-13 12:07:44 UTC MAIN commitmail json YAML

Make nanotime and getnanotime prototypes match.
Also, the BUGS section doesn't describe something fixable, so make
it a CAVEATS section instead.
Bump date.

(wiz)

2013-05-13 00:21:56 UTC MAIN commitmail json YAML

get rid of mem_region.start_hi - if we can deal with 64bit addresses then
paddr_t is already 64bit anyway

(macallan)

2013-05-13 00:12:01 UTC MAIN commitmail json YAML

more G5 stuff:
- call OF_quiesce()
- properly map the message buffer

(macallan)

2013-05-12 23:53:41 UTC netbsd-6-0 commitmail json YAML

2013-05-12 23:52:57 UTC netbsd-6-0 commitmail json YAML

2013-05-12 23:51:22 UTC netbsd-6 commitmail json YAML

2013-05-12 23:49:43 UTC netbsd-6 commitmail json YAML

2013-05-12 20:11:39 UTC khorben-n900 commitmail json YAML

2013-05-12 16:58:37 UTC netbsd-6 commitmail json YAML

2013-05-12 16:56:05 UTC netbsd-6-0 commitmail json YAML

2013-05-12 16:46:25 UTC netbsd-6 commitmail json YAML

Updated release notes

(riz)

2013-05-12 16:44:04 UTC netbsd-6 commitmail json YAML

Update release notes for the impending release.

(riz)

2013-05-12 16:39:26 UTC netbsd-6 commitmail json YAML

2013-05-12 16:39:04 UTC netbsd-6-0 commitmail json YAML

2013-05-12 16:38:33 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by minoura in ticket #890):
sys/dev/pci/if_vioif.c: revision 1.4
Fix a typo, and remove an unused member.
This should fix the problem that recent Qemu dies during configuring a vioif.

(riz)

2013-05-12 16:38:06 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by minoura in ticket #890):
sys/dev/pci/if_vioif.c: revision 1.4
Fix a typo, and remove an unused member.
This should fix the problem that recent Qemu dies during configuring a vioif.

(riz)

2013-05-12 13:50:11 UTC MAIN commitmail json YAML

add OF_quiesce() to shut down OF background tasks, needed on G5
from Phileas Fogg

(macallan)

2013-05-12 13:42:39 UTC MAIN commitmail json YAML

cleanup mem_regions:
- use different variables for / and /memory nodes
- remove redundant OF_finddevice("/")
- assume 32bit addresses/sizes in "available" on Apple hardware

(macallan)

2013-05-12 13:23:08 UTC MAIN commitmail json YAML

move console_node and console_instance to ofw_consinit.c where they're
actually used

(macallan)

2013-05-12 12:25:12 UTC MAIN commitmail json YAML

conform -> conforms - this is the file that was supposed to be changed.
apb@ was right about iconv(3).

(rodent)

2013-05-12 10:44:23 UTC MAIN commitmail json YAML

conforms -> conform, since it's the verb for three nouns and thus plural.

(wiz)

2013-05-12 09:54:55 UTC MAIN commitmail json YAML

Atomatically swap out pipe pointer before closing the pipe.
Hopefully fixes "ohci_device_isoc_start: not in progress 0xfffffe874ec259c0"

At least, for me, it increased the uptime during my normal use of uaudio@ohci
from 1,5d to over 3d.

Remove some trailing whitespace and unnecessary initialization
(memset before that) while here.

(wiz)

2013-05-12 03:29:07 UTC MAIN commitmail json YAML

2013-05-12 02:55:54 UTC MAIN commitmail json YAML

2013-05-12 01:49:44 UTC khorben-n900 commitmail json YAML

2013-05-12 01:19:54 UTC khorben-n900 commitmail json YAML

2013-05-12 00:56:28 UTC khorben-n900 commitmail json YAML

tps65950pm(4) can now expose a GPIO bus.

(khorben)

2013-05-12 00:42:50 UTC khorben-n900 commitmail json YAML

Added GPIO support to the TPS65950 companion chip. I haven't been able to
test it properly thus far unfortunately.

XXX Implement level-triggered interrupts.

(khorben)

2013-05-11 22:42:59 UTC netbsd-5 commitmail json YAML

2013-05-11 22:42:38 UTC netbsd-5-2 commitmail json YAML

2013-05-11 22:42:21 UTC netbsd-5-1 commitmail json YAML

2013-05-11 22:41:59 UTC netbsd-5-1 commitmail json YAML

distrib/utils/sysinst/menus.mi 1.35, 1.43

Some v6 dns server are outdated, so replace them with google's
public servers.
[msaitoh, ticket #1846]

(riz)

2013-05-11 22:41:34 UTC netbsd-5-2 commitmail json YAML

distrib/utils/sysinst/menus.mi 1.35, 1.43

Some v6 dns server are outdated, so replace them with google's
public servers.
[msaitoh, ticket #1846]

(riz)

2013-05-11 22:41:10 UTC netbsd-5 commitmail json YAML

distrib/utils/sysinst/menus.mi 1.35, 1.43

Some v6 dns server are outdated, so replace them with google's
public servers.
[msaitoh, ticket #1846]

(riz)

2013-05-11 22:34:38 UTC netbsd-5 commitmail json YAML

Applied patch (requested by msaitoh in ticket #1844):

sys/dev/pci/pcireg.h 1.69
sys/dev/pci/ppb.c 1.44-1.45

Support PCI Express 2.0.
Print version and device/port type information
[msaitoh, ticket #1844]

(riz)

2013-05-11 22:30:39 UTC netbsd-5 commitmail json YAML

2013-05-11 22:30:21 UTC netbsd-5-2 commitmail json YAML

2013-05-11 22:29:57 UTC netbsd-5-1 commitmail json YAML

2013-05-11 22:29:35 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1860):

Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz

Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguays DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.

(riz)

2013-05-11 22:29:21 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1860):

Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz

Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguays DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.

(riz)

2013-05-11 22:29:10 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1860):

Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz

Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguays DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.

(riz)

2013-05-11 21:59:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by uwe in ticket #888):
usr.bin/sed/process.c: revision 1.39
usr.bin/sed/sed.1: revision 1.30
usr.bin/sed/sed.1: revision 1.31
The change ("c") command should start a new cycle.
Apply one line patch I posted in PR #45981 and document this in the
manual page.
Bump date for previous (PR #45981): the change ("c") command starts a
new cycle.

(riz)

2013-05-11 21:54:50 UTC netbsd-6-0 commitmail json YAML

2013-05-11 21:53:44 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #886):

Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz

Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguays DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.

(riz)

2013-05-11 21:51:23 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #886):

Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz

Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguays DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.

(riz)

2013-05-11 21:48:23 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #885):
lib/libcurses/setterm.c: revision 1.50
Extend does_ctrl_o() to compare exit attribute and ext ACS sequences.

(riz)

2013-05-11 21:46:26 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jdc in ticket #884):
lib/libcurses/border.c: revision 1.15
Also merge in background attributes.

(riz)

2013-05-11 21:43:06 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #883):
sys/kern/kern_drvctl.c: revision 1.34
Fix memory leak on the following cases when device attached or detached:
  - No one open drvctl.
  - kmem_alloc() failed in devmon_insert().
XXX pullup to both netbsd-5 and netbsd-6.

(riz)

2013-05-11 21:39:16 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #882):
distrib/hp700/ramdisk/Makefile: revision 1.12
Fix PR/47123 for hp700 as well

(riz)

2013-05-11 21:38:47 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #882):
distrib/hp700/ramdisk/Makefile: revision 1.12
Fix PR/47123 for hp700 as well

(riz)

2013-05-11 19:20:30 UTC MAIN commitmail json YAML

s/conform/conforms/1

(rodent)

2013-05-11 18:22:47 UTC khorben-n900 commitmail json YAML

2013-05-11 18:01:04 UTC khorben-n900 commitmail json YAML

2013-05-11 17:48:22 UTC khorben-n900 commitmail json YAML

2013-05-11 17:28:51 UTC khorben-n900 commitmail json YAML

Enable support for the SPI bus

(khorben)

2013-05-11 17:19:42 UTC khorben-n900 commitmail json YAML

Imported omapspi(4), a driver for Multichannel SPI as found on the OMAP 2/3
from Texas Instruments.

Partly tested on the Nokia N900 (OMAP 3430).

(khorben)

2013-05-11 15:44:46 UTC MAIN commitmail json YAML

2013-05-11 14:19:44 UTC MAIN commitmail json YAML

Add attempt at KGDB support from Reiound. I couldn't get gdb to attach
properly, but the kernel was definitely in kgdb_trap and would respond
to $?#3f if typed via tip(1)

(skrll)

2013-05-11 12:52:43 UTC MAIN commitmail json YAML

Revise the algorithm after Step3.
almost written by Y.Sugahara and minor modify by me.
This works for all input of FMOD/FREM and of course solves PR/47810.

(isaki)

2013-05-11 10:15:43 UTC MAIN commitmail json YAML

2013-05-11 10:15:10 UTC MAIN commitmail json YAML

Include opt_{ddb,kgdb} and fix KGDB build

(skrll)

2013-05-11 08:31:32 UTC MAIN commitmail json YAML

2013-05-11 07:42:34 UTC MAIN commitmail json YAML

Fix up the VCONS_DRAW_INTR support and DDB.

From reinoud.

(skrll)

2013-05-11 07:38:42 UTC MAIN commitmail json YAML

Move pmf_system_shutdown earlier and ensure interrupts are enabled.

(skrll)

2013-05-11 07:35:58 UTC MAIN commitmail json YAML

2013-05-11 07:07:38 UTC MAIN commitmail json YAML

2013-05-11 07:03:52 UTC MAIN commitmail json YAML

Remove multiple defines for PLANEX2 {GWUS300MINIS,RT3070,GWUS54GD,GWUSMM,GWUS300MINIX,RTL8188CU_2}.

(kiyohara)

2013-05-10 21:06:14 UTC MAIN commitmail json YAML

2013-05-10 16:39:25 UTC MAIN commitmail json YAML

use explicit_bzero instead of memset to zero memory

(christos)

2013-05-10 16:38:47 UTC MAIN commitmail json YAML

2013-05-10 16:37:10 UTC MAIN commitmail json YAML

no need for vlan.h here.

(christos)

2013-05-10 16:36:25 UTC MAIN commitmail json YAML

2013-05-10 16:35:30 UTC MAIN commitmail json YAML

2013-05-10 16:30:50 UTC MAIN commitmail json YAML

Enable cd at scsibus, just works on LUNA-II.

(tsutsui)

2013-05-10 15:41:44 UTC MAIN commitmail json YAML

2013-05-10 14:55:08 UTC MAIN commitmail json YAML

Add RNG entropy collection support of rnd(9) to re(4).
Taken from rtk(4), and briefly checked by rndctl(8).

(tsutsui)

2013-05-10 14:05:57 UTC MAIN commitmail json YAML

Make re(4) driver always use IDR register values for its MAC address.

Some sandpoint NAS firmwares set MAC address per their
firmware settings and don't use re(4)'s EEPROM values.
Per rtl8169 manuals re(4) chip reads EEPROM automatically after
hardware reset and Linux driver also uses IDR registers,
so this change should not affect existing other boards
which actually have vaild EEPROM.

Per discussion in old tech-kern@ thread:
http://mail-index.netbsd.org/tech-kern/2012/12/01/msg014573.html
Note rtl81x9.c is still shared among rtk(4) only for a multicast function
(to avoid boring refactoring work).

(tsutsui)

2013-05-10 11:05:14 UTC MAIN commitmail json YAML

Mention that TerraTec Aureon 7.1 PCIe is supported by
this driver. Bump date.

(wiz)

2013-05-10 01:25:07 UTC khorben-n900 commitmail json YAML

Just like for the I2C and GPIO buses, added an interrupt locator to the SPI
bus, so that ARM device drivers on either of these buses (like on the Nokia
N900) can register and react on system interrupts. These interrupts are
typically triggered via GPIO pins.

XXX This change is not adequate because intr_establish() is a MD interface,
    so it will have to be re-designed before merging to the main tree.

(khorben)

2013-05-10 01:20:05 UTC khorben-n900 commitmail json YAML

Added a locator for interrupts on the GPIO bus. This allows ARM devices
(like the Nokia N900) to register interrupt handlers as specified within
their respective kernel configuration file.

XXX This change is not adequate because intr_establish() is a MD interface,
    so it will have to be re-designed before merging to the main tree.

(khorben)

2013-05-10 01:16:21 UTC khorben-n900 commitmail json YAML

Added the base registers for SPI support.

(khorben)

2013-05-10 01:10:03 UTC khorben-n900 commitmail json YAML

Added two locators for I2C devices: "intr" and "intrbase".

They are required to allow the TPS65950 companion chip to both handle its
interrupts on the system, and allow its extra GPIO pins to be used as
interrupts as well.

XXX This change is not adequate because intr_establish() is a MD interface,
    so it will have to be re-designed before merging to the main tree.

(khorben)

2013-05-10 00:57:56 UTC khorben-n900 commitmail json YAML

Allow interrupt handlers to be temporarily disabled or enabled again,
including from within interrupt context: returning non-zero keeps the
handler enabled (as previously), while returning zero disables the
interrupt until a call to intr_enable().

This is necessary with the TPS65950 companion chip because:
- it interrupts on the main code (via IRQ_SYS_nIRQ0)
- interrupt handling requires I2C traffic (to access registers)
- interrupt-based interaction is necessary with this chip (keypad, GPIO...)

XXX Affects other ARM devices using the ARM PIC code, additional code
    review is required to address them.

(khorben)

2013-05-10 00:50:50 UTC MAIN commitmail json YAML

Add ./usr/libdata/debug/usr/libexec/ld.elf_so-i386.debug entry.

(htodd)

2013-05-10 00:50:35 UTC khorben-n900 commitmail json YAML

Pre-allocated more potential interrupt sources for the N900. It features
the regular 6 * 32 GPIO pins on the main core, plus 18 pins on the TPS65950
companion chip, for a total of at least 210 such interrupt sources.

(khorben)

2013-05-10 00:38:20 UTC khorben-n900 commitmail json YAML

Allocated a wskbd entry for the Nokia N900

(khorben)

2013-05-09 19:21:50 UTC MAIN commitmail json YAML

Fix FAST_IPSEC locking violation.

Without this change, using ESP tunnels with FAST_IPSEC on a 2-cpu i386
machine results in an mbuf leak.  This change was tested in netbsd-6.

When FAST_IPSEC is enabled and a tunnel is set up, after the
outer packet is stripped off, FAST_IPSEC queues the inner
packet on the appropriate queue (ipinstrq or ip6instrq).
These queues require the KERNEL_LOCK to be held before
using the queue, and the FAST_IPSEC code did not take the
KERNEL_LOCK as required.
KERNEL_LOCK and KERNEL_UNLOCK_ONE calls have been added.

If a struct ifnet instance is passed to the if_handoff
function which does this queuing, the interface's
if_start function may be called.  Some hardware devices
require KERNEL_LOCK to be held; others do not.  Looking
at the body of NetBSD code, other places where an if_start
function is called, KERNEL_LOCK is held.  Thus, the lock is
not released in if_handoff until after the if_start function
is called.  In practice, having the kernel lock when
if_start is called makes no difference - there is not
a single instance in all of the NetBSD code where
if_handoff is passed an instance of struct ifnet.

This commit is the work of Bev Schwartz of BBN.

Approved for Public Release, Distribution Unlimited
This material is based upon work supported by the Defense Advanced Research
Projects Agency and Space and Naval Warfare Systems Center, Pacific, under
Contract No. N66001-09-C-2073.

(gdt)

2013-05-09 19:12:04 UTC MAIN commitmail json YAML

always allow hex where decimal is allowed.

(christos)

2013-05-09 15:47:35 UTC MAIN commitmail json YAML

Remove redundant assignment. Hasn't been needed since 1999.

(skrll)

2013-05-09 15:39:10 UTC MAIN commitmail json YAML

remove stray debugging

(christos)

2013-05-09 15:38:14 UTC MAIN commitmail json YAML

2013-05-09 15:37:58 UTC MAIN commitmail json YAML

Fix refcount of the object we found in our list by name.

(christos)

2013-05-09 15:25:44 UTC MAIN commitmail json YAML

When checking for membership in the system group file don't forget to check
the primary group of the user.

(christos)

2013-05-09 15:03:41 UTC MAIN commitmail json YAML

2013-05-09 13:54:12 UTC MAIN commitmail json YAML

Punctuation fixes, put FILES in a list.

(wiz)

2013-05-09 12:46:22 UTC MAIN commitmail json YAML

mention support for AR3012 based chips and point to the corresponding
firmware files

(aymeric)

2013-05-09 12:44:31 UTC MAIN commitmail json YAML

. add support for loading code + config of AR3012 based chips
. make it easy to add vendor and product ids for similar hardware

(aymeric)

2013-05-09 12:41:13 UTC MAIN commitmail json YAML

2013-05-09 12:40:18 UTC MAIN commitmail json YAML

Add a Foxconn AR3012 bluetooth controller ids

(aymeric)

2013-05-09 12:23:18 UTC MAIN commitmail json YAML

Fix a typo, and remove an unused member.
This should fix the problem that recent Qemu dies during configuring a vioif.

(minoura)

2013-05-09 11:44:37 UTC MAIN commitmail json YAML

2013-05-09 11:43:27 UTC MAIN commitmail json YAML

Document that a here-document can finish at an EOF as well as at the
delimiter.

(simonb)

2013-05-09 07:13:00 UTC MAIN commitmail json YAML

Don't use old syntax - it breaks the build. hi matt.

(skrll)

2013-05-08 20:03:02 UTC MAIN commitmail json YAML

racoon default config is in /etc/racoon/racoon.conf

(mbalmer)

2013-05-08 18:20:15 UTC MAIN commitmail json YAML

2013-05-08 18:18:32 UTC MAIN commitmail json YAML

New sentence, new line. Fix minus. Avoid <>.
Remove trailing whitespace.

(wiz)

2013-05-08 18:06:46 UTC MAIN commitmail json YAML

Clarify which functions are only in libresolv.

(christos)

2013-05-08 17:41:32 UTC MAIN commitmail json YAML

atf fixes, whitespace, sorting

(christos)

2013-05-08 15:50:34 UTC MAIN commitmail json YAML

no changes for tzcode2013c

(christos)

2013-05-08 15:49:43 UTC MAIN commitmail json YAML

2013-05-08 15:35:33 UTC MAIN commitmail json YAML

Put back the second copy of the rtld debug file. Things that link against
the /usr/libexec version of it need it.

(christos)

2013-05-08 15:33:45 UTC MAIN commitmail json YAML

2013-05-08 15:25:01 UTC MAIN commitmail json YAML

need xfree() instead of free(). Using free() ends us up in an infinite loop.

(christos)

2013-05-08 15:14:27 UTC MAIN commitmail json YAML

Add an entry for scif0 serial.

(tsutsui)

2013-05-08 14:59:41 UTC MAIN commitmail json YAML

Make sure to create serial device nodes (scif0 and sci0).

(tsutsui)

2013-05-08 11:08:46 UTC MAIN commitmail json YAML

print more diagnostic info in panic message

(pooka)

2013-05-08 10:39:17 UTC MAIN commitmail json YAML

2013-05-08 10:29:22 UTC MAIN commitmail json YAML

Fix serious file read problem due to not-so-clear VOP_BMAP description. Should
fix PR 45605.

(reinoud)

2013-05-08 08:57:46 UTC MAIN commitmail json YAML

First send initialize and keep alive after that. Fixes inter-operability
issues regarding session initialization.

(kefren)

2013-05-08 08:24:13 UTC MAIN commitmail json YAML

zoneinfo: Import tzdata2013c. [apb 20130508]

(apb)

2013-05-08 08:23:55 UTC MAIN commitmail json YAML

tzcode2013c/tzdata2013c have been released.
We have updated to tzdata2013c.

(apb)

2013-05-08 08:18:45 UTC MAIN commitmail json YAML

Merge tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz

Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguay's DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.

(apb)

2013-05-08 08:15:54 UTC MAIN commitmail json YAML

Import tzdata2013c from ftp://ftp.iana.org/tz/releases/tzdata2013c.tar.gz

Summary of changes from tzdata2013b to tzdata2013c:

  Changes affecting current and future time stamps:

    Palestine observed DST starting March 29, 2013.
    From 2013 on, Gaza and Hebron both observe DST.
    Assume that the recent change to Paraguay's DST rules is permanent.

  Changes affecting past time stamps:

    Fix some historical data for Palestine.
    Fix times of habitation for Macquarie.

  Changing affecting metadata only:

    Macquarie Island is politically part of Australia, not Antarctica.
    Sort Macquarie more-consistently with other parts of Australia.

Status:

Vendor Tag: TZDATA
Release Tags: TZDATA2013C

(apb)