Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 05:16:19 UTC Now

2011-07-26 12:56:39 UTC MAIN commitmail json YAML

2011-07-26 12:55:35 UTC MAIN commitmail json YAML

2011-07-26 12:54:28 UTC MAIN commitmail json YAML

2011-07-26 12:33:23 UTC MAIN commitmail json YAML

2011-07-26 12:28:39 UTC MAIN commitmail json YAML

2011-07-26 12:28:02 UTC MAIN commitmail json YAML

2011-07-26 12:26:33 UTC MAIN commitmail json YAML

fix a kmem_alloc/free size mismatch

(yamt)

2011-07-26 12:24:16 UTC MAIN commitmail json YAML

add an option to put samples for each symbols together.

(yamt)

2011-07-26 12:21:28 UTC MAIN commitmail json YAML

remove a duplicated "unknown option" message.

(yamt)

2011-07-26 08:59:38 UTC MAIN commitmail json YAML

2011-07-26 08:56:27 UTC MAIN commitmail json YAML

2011-07-26 08:37:45 UTC MAIN commitmail json YAML

finish device_t-ification

(macallan)

2011-07-26 08:36:02 UTC MAIN commitmail json YAML

2011-07-26 07:18:36 UTC MAIN commitmail json YAML

mention recent bind update, correct used bind version

(spz)

2011-07-26 05:53:03 UTC MAIN commitmail json YAML

2011-07-26 05:51:58 UTC MAIN commitmail json YAML

2011-07-26 04:48:24 UTC MAIN commitmail json YAML

mibank.h is no more so don't try to use it
now this driver builds and works again on shark

(macallan)

2011-07-26 03:45:15 UTC matt-nb5-pq3 commitmail json YAML

2011-07-26 03:42:21 UTC matt-nb5-pq3 commitmail json YAML

netbsd-5 uses pool_put, not kmem_free for ucontexts

(matt)

2011-07-26 03:41:27 UTC matt-nb5-pq3 commitmail json YAML

Merge MKUBOOTIMAGE support from -HEAD

(matt)

2011-07-26 03:38:49 UTC matt-nb5-pq3 commitmail json YAML

2011-07-26 03:37:57 UTC matt-nb5-pq3 commitmail json YAML

cleanup DEBUG printf

(matt)

2011-07-26 03:35:25 UTC matt-nb5-pq3 commitmail json YAML

2011-07-26 03:34:13 UTC matt-nb5-pq3 commitmail json YAML

When matching a TLB1 entry for an I/O mapping, make sure it's not cachable.

(matt)

2011-07-26 03:33:22 UTC matt-nb5-pq3 commitmail json YAML

Force COHERENT bus dma mappings to be NOCACHE.

(matt)

2011-07-26 03:32:46 UTC matt-nb5-pq3 commitmail json YAML

2011-07-26 03:22:31 UTC matt-nb5-pq3 commitmail json YAML

2011-07-26 02:58:05 UTC matt-nb5-pq3 commitmail json YAML

Include the battable, not just the contents of the bat registers.

(matt)

2011-07-26 02:57:30 UTC matt-nb5-pq3 commitmail json YAML

2011-07-25 23:26:03 UTC MAIN commitmail json YAML

nflash is dead.  remove it.

(matt)

2011-07-25 21:12:23 UTC MAIN commitmail json YAML

Move some macros back to sh3/include/bus_funcs.h from
sh3/sh3/sh3_machdep.c, where I moved them by mistake.

Pull the bus_space(9) routines into a new module,
sh3/sh3/sh3_bus_space.c, that is built only on !landisk.

Fixes the mmeye and landisk builds.  Should fix other sh3 ports.

(dyoung)

2011-07-25 20:34:07 UTC MAIN commitmail json YAML

Constify bus_space_reserve_subregion() implementation.

(dyoung)

2011-07-25 20:33:20 UTC MAIN commitmail json YAML

In _bus_dmamap_load_busaddr(), just return 0 instead of assigning an
intermediate variable (int error = 0;) and returning that (return
error;).

(dyoung)

2011-07-25 19:42:50 UTC MAIN commitmail json YAML

Adjust xref varargs(3) -> stdarg(3)

(njoly)

2011-07-25 19:11:49 UTC MAIN commitmail json YAML

Get rid of the "rep ret" trick in places where it is not needed. FWIW,
the "rep ret" trick is recommended by AMD as a branch prediction
optimization in certain circumstances (quoting their manual):

- any kind of branch (either conditional or unconditional) that has the
single-byte near-return RET instruction as its target

- a conditional branch that occurs in the code directly before the
single-byte near-return RET instruction.

(jym)

2011-07-25 18:23:14 UTC MAIN commitmail json YAML

substitute @LIBBZ2@ here as well.

(mrg)

2011-07-25 18:02:47 UTC MAIN commitmail json YAML

Fix RASOPS_SMALL build

(njoly)

2011-07-25 17:29:43 UTC cherry-xenmp commitmail json YAML

Do not register the same callback more than once.

(cherry)

2011-07-25 16:32:44 UTC MAIN commitmail json YAML

2011-07-25 16:31:05 UTC MAIN commitmail json YAML

mention that we don't handle more than 2TB disks/partitions.

(christos)

2011-07-25 16:06:58 UTC MAIN commitmail json YAML

Move the sh_memio_*() declarations back to sh3/include/bus_funcs.h.
Should fix the mmeye build.

(dyoung)

2011-07-25 16:02:25 UTC MAIN commitmail json YAML

#include <sys/bus.h>.  Should fix most of the SH3 ports.

(dyoung)

2011-07-25 15:58:44 UTC MAIN commitmail json YAML

Change u_intXX_t to uintXX_t throughout.

(dyoung)

2011-07-25 15:41:59 UTC MAIN commitmail json YAML

Include bsd.own.mk for obj directory.

(njoly)

2011-07-25 14:21:52 UTC MAIN commitmail json YAML

Add additional Radeon devices from FreeBSD via Dragon Fly BSD.

(jakllsch)

2011-07-25 09:36:10 UTC MAIN commitmail json YAML

Works with the integrated assembler again.

(joerg)

2011-07-25 08:51:10 UTC MAIN commitmail json YAML

2011-07-25 05:46:13 UTC MAIN commitmail json YAML

Add support for MEMSIZE to limit the amount of memory detected.

(matt)

2011-07-25 05:45:08 UTC MAIN commitmail json YAML

2011-07-25 05:33:09 UTC MAIN commitmail json YAML

2011-07-25 05:32:12 UTC MAIN commitmail json YAML

Add few devices that should be exactly identical with the Hauppauge WinTV
Nova-T DVB-T adapter. All of these use the common DiBCom bridge,
DiB7000P/DiB7070P frontend demodulator, and DiB0070 base-band RF tuner.

(jruoho)

2011-07-25 04:31:26 UTC MAIN commitmail json YAML

Remove unconditional debugging code.  Also, a few other cleanups.

(jakllsch)

2011-07-25 03:12:04 UTC MAIN commitmail json YAML

2011-07-25 03:09:52 UTC MAIN commitmail json YAML

2011-07-25 03:04:23 UTC MAIN commitmail json YAML

generate ecdsa key

(christos)

2011-07-25 03:03:33 UTC MAIN commitmail json YAML

2011-07-25 00:18:28 UTC jym-xensuspend commitmail json YAML

Pull-up to my branch some of the improvements I committed to HEAD, but
forgot to reflect here.

Improvements in the attachement routines: in case of error, don't forget
to free() the allocated rings. Should not happen anyway, more a matter
of staying clean.

(jym)

2011-07-25 00:06:49 UTC MAIN commitmail json YAML

And... explain xbd(4).

(jym)

2011-07-25 00:02:39 UTC MAIN commitmail json YAML

KNF. No functional change.

(jym)

2011-07-24 23:56:34 UTC MAIN commitmail json YAML

Add more comments to xbdback(4) code. These make the continuations a bit
easier to follow (and understand). Helped tracking down a regression
between save/restore xbdback(4) states.

A few minor fixes, which are merely cosmetic:
- call graph is (somewhat) more readable
- rework the xbdback_do_io routine with a switch statement, so as to
trigger a panic() in case an invalid operation passed through the sanity
checks. panic might be overkill here, but I am sure to catch errrors in
case it happens.

(jym)

2011-07-24 21:40:31 UTC MAIN commitmail json YAML

Gdium needs MBR support since the firmware only knows how to boot from e2fs
partition in an MBR

(macallan)

2011-07-24 20:15:09 UTC MAIN commitmail json YAML

Fix off-by-one in validation of EmbeddedControl OperationRegion handler.

(jakllsch)

2011-07-24 18:06:08 UTC MAIN commitmail json YAML

Fill in missing IPTOS defines (from Linux/OpenBSD)

(christos)

2011-07-24 15:11:38 UTC MAIN commitmail json YAML

XtAsprintf.0 is in X11R7 / xorg.

(mrg)

2011-07-24 15:09:11 UTC MAIN commitmail json YAML

2011-07-24 14:00:36 UTC MAIN commitmail json YAML

make sum volatile to avoid printing

(christos)

2011-07-24 13:01:13 UTC MAIN commitmail json YAML

avoid having macros expand code to be:
((f) ? (f)->m1 : NULL)->m2

(mrg)

2011-07-24 12:31:33 UTC MAIN commitmail json YAML

Existing inode don't recycle. rump works.

(uch)

2011-07-24 12:26:14 UTC MAIN commitmail json YAML

avoid a C construct lint complains about.

(mrg)

2011-07-24 12:00:17 UTC MAIN commitmail json YAML

avoid a C construct lint complains about.

(mrg)

2011-07-24 09:40:11 UTC MAIN commitmail json YAML

Make sure to not overwrite error if it already is EEXISTS - hopefully
will fix > 100 failing fs tests in my last test run.

(martin)

2011-07-24 09:00:08 UTC MAIN commitmail json YAML

2011-07-24 08:55:31 UTC MAIN commitmail json YAML

2011-07-24 08:28:11 UTC MAIN commitmail json YAML

2011-07-24 07:18:18 UTC MAIN commitmail json YAML

Correct typo, while here, unfold lines.

(mbalmer)

2011-07-24 01:41:27 UTC MAIN commitmail json YAML

2011-07-24 01:40:40 UTC MAIN commitmail json YAML

update to xorg-server 1.9.5

(mrg)

2011-07-24 01:35:15 UTC MAIN commitmail json YAML

don't set flags in the wrong fields.

(christos)

2011-07-24 01:33:36 UTC MAIN commitmail json YAML

2011-07-24 01:29:50 UTC MAIN commitmail json YAML

initial import of xorg-server 1.9.5
fixes for FDO bugs 33929, 32803, 24703, 28414, 24887, 30260, 31093, 29046, 30267
memory leak fixes
EDID and modes fixes for multi-screen
dri2 fixes
randr vs invalid size fixes
fixes for Xext triggers
fix for a black-screen after VT switch back (redhat bug 533217)
fixes for x86emu

Status:

Vendor Tag: xorg
Release Tags: xorg-server-1-9-5

(mrg)

2011-07-24 01:22:17 UTC MAIN commitmail json YAML

enable MSE_MISC on netbsd as well, otherwise we can't find WSMouse.

(mrg)

2011-07-24 00:45:29 UTC MAIN commitmail json YAML

2011-07-24 00:45:04 UTC MAIN commitmail json YAML

vtSwitchSupported no longer exists; don't try to set it

(mrg)

2011-07-24 00:42:43 UTC MAIN commitmail json YAML

2011-07-24 00:38:41 UTC MAIN commitmail json YAML

2011-07-24 00:33:39 UTC MAIN commitmail json YAML

2011-07-24 00:06:38 UTC MAIN commitmail json YAML

2011-07-24 00:04:36 UTC MAIN commitmail json YAML

initial import of xf86-input-keyboard 1.6.0.  important changes include:
adjust for input ABI 12
fixes for sun japanese keyboards
fixes for type5 wscons keyboards

Status:

Vendor Tag: xorg
Release Tags: xf86-input-keyboard-1-6-0

(mrg)

2011-07-23 23:53:11 UTC MAIN commitmail json YAML

2011-07-23 23:51:31 UTC MAIN commitmail json YAML

2011-07-23 23:42:02 UTC MAIN commitmail json YAML

2011-07-23 23:38:19 UTC MAIN commitmail json YAML

2011-07-23 23:30:59 UTC MAIN commitmail json YAML

2011-07-23 23:30:20 UTC MAIN commitmail json YAML

2011-07-23 23:29:56 UTC MAIN commitmail json YAML

2011-07-23 23:27:44 UTC MAIN commitmail json YAML

define XINPUT and HAVE_XORG_SERVER_1_5_0.

(mrg)

2011-07-23 23:26:52 UTC MAIN commitmail json YAML

2011-07-23 22:17:43 UTC MAIN commitmail json YAML

gcc optimizes away the side effect free call to the "poke" function which
is supposed to smash our stack in this test case.
So: make it print out some dummy value based on the smashing changes.

(martin)

2011-07-23 21:58:29 UTC MAIN commitmail json YAML

update for xf86-input-elographics 1.3.0

(mrg)

2011-07-23 21:56:54 UTC MAIN commitmail json YAML

add back support for xorg-server 1.9 Xinput APIs

(mrg)

2011-07-23 21:37:28 UTC MAIN commitmail json YAML

handle the rename of XSetCPtr.c to XISetCPtr.c.

(mrg)

2011-07-23 21:32:31 UTC MAIN commitmail json YAML

2011-07-23 21:12:58 UTC MAIN commitmail json YAML

2011-07-23 21:00:22 UTC MAIN commitmail json YAML

2011-07-23 21:00:12 UTC MAIN commitmail json YAML

initial import of xf86-input-synaptics-1.4.1.  important changes include:
fixes for x.org bugs 37459 34257
fixes for freedesktop bug 31921
support for pressure and width
support for hysteresis-based noise reduction
support for corner tap
support for input ABI 12
fixes for configuration issues

Status:

Vendor Tag: xorg
Release Tags: xf86-input-synaptics-1-4-1

(mrg)

2011-07-23 21:00:04 UTC MAIN commitmail json YAML

initial import of xf86-input-elographics-1.3.0.  important changes include:
require xorg-server 1.9 
remove various dead code
support for input ABI 12

Status:

Vendor Tag: xorg
Release Tags: xf86-input-elographics-1-3-0

(mrg)

2011-07-23 20:52:15 UTC MAIN commitmail json YAML

Add driver to load Atheros AR3011 USB Bluetooth interface firmware.

(jakllsch)

2011-07-23 20:50:05 UTC MAIN commitmail json YAML

s/ULONG/uint32_t/ in a function passing to uint32_t *.

(mrg)

2011-07-23 20:45:15 UTC MAIN commitmail json YAML

Replace spaces with tabs, to be more consistent.

(jakllsch)

2011-07-23 19:14:37 UTC MAIN commitmail json YAML

Enable DIAGNOSTIC by default

(martin)

2011-07-23 16:04:35 UTC MAIN commitmail json YAML

And struct cfdata => cfdata_t too...

(jym)

2011-07-23 16:02:15 UTC MAIN commitmail json YAML

struct device => device_t. Bump date.

(jym)

2011-07-23 15:22:27 UTC MAIN commitmail json YAML

We use the "iterate phdrs method for exception unwinding now, so
make sure to pass --eh-frame-hdr to get the GNU_EH_FRAME header
generated.

(martin)

2011-07-23 14:28:28 UTC MAIN commitmail json YAML

putter_fop_stat(): set st_mode to S_IFCHR.

Fixes PR #44807: something broken in stat(2).

(hannken)

2011-07-23 12:27:41 UTC MAIN commitmail json YAML

adjust for new XtAsprintf manual.  sort set list.

(mrg)

2011-07-23 12:27:03 UTC MAIN commitmail json YAML

merge libXi 1.4.3.

(mrg)

2011-07-23 12:26:43 UTC MAIN commitmail json YAML

2011-07-23 12:24:04 UTC MAIN commitmail json YAML

2011-07-23 12:22:59 UTC MAIN commitmail json YAML

2011-07-23 12:22:49 UTC MAIN commitmail json YAML

2011-07-23 12:22:12 UTC MAIN commitmail json YAML

2011-07-23 12:21:58 UTC MAIN commitmail json YAML

2011-07-23 12:21:14 UTC MAIN commitmail json YAML

2011-07-23 12:13:40 UTC MAIN commitmail json YAML

build cayman_shader.c for xf86-video 6.14.2.

(mrg)

2011-07-23 12:13:17 UTC MAIN commitmail json YAML

remove unused directory.

(mrg)

2011-07-23 12:03:10 UTC MAIN commitmail json YAML

updates for xkeyboard-config 2.3

(mrg)

2011-07-23 12:02:02 UTC MAIN commitmail json YAML

2011-07-23 11:38:28 UTC MAIN commitmail json YAML

When KERN_SA is not defined, kern.no_sa_support is a constant (1). So
add CTLFLAG_IMMEDIATE to flags. Make the macro block logically reversed so
it looks more natural when reading.

Reported by Peter Tworek on tech-kern@.

(jym)

2011-07-23 11:21:56 UTC MAIN commitmail json YAML

merge xkeyboard-config 2.3

(mrg)

2011-07-23 11:20:20 UTC MAIN commitmail json YAML

2011-07-23 11:11:58 UTC MAIN commitmail json YAML

2011-07-23 11:10:39 UTC MAIN commitmail json YAML

2011-07-23 09:59:14 UTC MAIN commitmail json YAML

Don't assume that "first lock that blocks" is a lock with the lowest
start offset and change the test to work when F_GETLK returns any
lock that blocks.

(alnsn)

2011-07-23 09:37:48 UTC MAIN commitmail json YAML

prefix cfb8_16ScreenInit with a local_ so this doesn't interfere with
the same name in xorg-server itself.

(mrg)

2011-07-23 09:32:57 UTC MAIN commitmail json YAML

2011-07-23 09:32:27 UTC MAIN commitmail json YAML

2011-07-23 09:31:53 UTC MAIN commitmail json YAML

2011-07-23 09:21:53 UTC cherry-xenmp commitmail json YAML

Remove the bogus TLB ipi wrapper code. We don't use it in xen anyway.
This syncs back, with -current.

(cherry)

2011-07-23 09:03:38 UTC MAIN commitmail json YAML

When reading the bits from the I2C bus, also report SCL.  Fixes PR43275.
Fix originally from Maxim Weber, thanks.

(mbalmer)

2011-07-23 08:38:43 UTC MAIN commitmail json YAML

2011-07-23 08:37:51 UTC MAIN commitmail json YAML

2011-07-23 08:27:24 UTC MAIN commitmail json YAML

2011-07-23 08:19:19 UTC MAIN commitmail json YAML

2011-07-23 08:18:36 UTC MAIN commitmail json YAML

2011-07-23 08:18:13 UTC MAIN commitmail json YAML

2011-07-23 08:17:48 UTC MAIN commitmail json YAML

2011-07-23 08:12:12 UTC MAIN commitmail json YAML

initial import of xf86-video-siliconmotion-1.7.5. important changes include:
various minor bug fixes, particulary for Xv and 64 bit

Status:

Vendor Tag: xorg
Release Tags: xf86-video-siliconmotion-1-7-5

(mrg)

2011-07-23 08:12:02 UTC MAIN commitmail json YAML

2011-07-23 08:11:48 UTC MAIN commitmail json YAML

2011-07-23 08:11:44 UTC MAIN commitmail json YAML

initial import of xf86-video-ati-6.14.2.  important changes include:
many evergreen/cayman/fusion features and fixes
R520 feature updates
UMS r6xx/r7xx bug fix (from yours truly)
clang derived fixes
fixes for xorg-server 1.10 (not relevant for us yet)
EXA fixes
adds support for these chipsets:
    BARTS - Radeon HD 6850/6870
    TURKS - Radeon HD 6570/6670
    CAICOS - Radeon HD 6450
    CAYMAN - Radeon HD 6950/6970/6990
  and several more PCI-IDs for older chipsets

Status:

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

(mrg)

2011-07-23 08:10:43 UTC MAIN commitmail json YAML

2011-07-23 07:37:24 UTC MAIN commitmail json YAML

2011-07-23 07:27:32 UTC MAIN commitmail json YAML

2011-07-23 07:17:34 UTC MAIN commitmail json YAML

- add little endian variants of cfi_opmodes tables (untested)
- try to reduce glop factor in cfi_jedec_fill()

(cliff)

2011-07-23 07:13:15 UTC MAIN commitmail json YAML

2011-07-23 07:11:49 UTC MAIN commitmail json YAML

2011-07-23 06:41:09 UTC MAIN commitmail json YAML

2011-07-23 06:27:40 UTC MAIN commitmail json YAML

- dump raw QRY and/or JEDEC data depending on CFI_DEBUG_QRY, CFI_DEBUG_JEDEC
- add ability to emulate CFI based on table lookup keyed by JEDEC IDs.
- warn if CFI command set is unknown

(cliff)

2011-07-23 06:27:09 UTC MAIN commitmail json YAML

- names changed: erase_chiptime_* --> erase_chip_time_*
- define CFI_IFCODE_* and use those instead of literals
- add field 'cfi_emulated' to struct cfi;
use when the cfi query info are synthesized/faked
based on table lookup, i.e. for a non CFI chip.
- add field 'cfi_name' to struct cfi;
- add struct cfi_jedec_tab to allow creating lookup table
to obtain chip parameters given JEDEC ID.

(cliff)

2011-07-23 06:26:26 UTC MAIN commitmail json YAML

- names changed: erase_chiptime_* --> erase_chip_time_*

(cliff)

2011-07-23 06:24:54 UTC MAIN commitmail json YAML

- add option flags CFI_DEBUG_QRY CFI_DEBUG_JEDEC in opt_cfi.h

(cliff)

2011-07-23 06:06:41 UTC MAIN commitmail json YAML

2011-07-23 06:02:16 UTC MAIN commitmail json YAML

2011-07-23 06:01:57 UTC MAIN commitmail json YAML

2011-07-23 06:01:42 UTC MAIN commitmail json YAML

2011-07-23 06:01:10 UTC MAIN commitmail json YAML

2011-07-23 05:59:48 UTC MAIN commitmail json YAML

2011-07-23 05:56:37 UTC MAIN commitmail json YAML

2011-07-23 05:56:31 UTC MAIN commitmail json YAML

2011-07-23 05:56:14 UTC MAIN commitmail json YAML

2011-07-23 05:56:05 UTC MAIN commitmail json YAML

2011-07-23 05:55:53 UTC MAIN commitmail json YAML

2011-07-23 05:55:45 UTC MAIN commitmail json YAML

2011-07-23 05:54:31 UTC MAIN commitmail json YAML

2011-07-23 05:54:24 UTC MAIN commitmail json YAML

2011-07-23 05:54:02 UTC MAIN commitmail json YAML

2011-07-23 05:10:30 UTC MAIN commitmail json YAML

remove partition check from v7fs_mount. problem on rump implementation.

(uch)

2011-07-23 04:54:39 UTC MAIN commitmail json YAML

2011-07-23 04:46:18 UTC MAIN commitmail json YAML

2011-07-23 04:45:09 UTC MAIN commitmail json YAML

2011-07-23 04:44:58 UTC MAIN commitmail json YAML

2011-07-23 04:44:53 UTC MAIN commitmail json YAML

2011-07-23 04:44:42 UTC MAIN commitmail json YAML

2011-07-23 04:44:33 UTC MAIN commitmail json YAML

2011-07-23 04:44:23 UTC MAIN commitmail json YAML

2011-07-23 03:10:12 UTC MAIN commitmail json YAML

2011-07-23 03:09:41 UTC MAIN commitmail json YAML

Add MARVELL2 vendor and 88SE9123 device.

(matt)

2011-07-22 23:22:38 UTC MAIN commitmail json YAML

fixes from gilbert dot fernandes at orange dot fr

(christos)

2011-07-22 23:12:30 UTC MAIN commitmail json YAML

Set error indicator on invalid arguments. From Carsten Hey.

(joerg)

2011-07-22 22:50:56 UTC MAIN commitmail json YAML

2011-07-22 20:41:58 UTC MAIN commitmail json YAML

voyagerfb wants properties too

(macallan)

2011-07-22 20:41:37 UTC MAIN commitmail json YAML

RAM shows up in PCI space at 0x80000000, not 0x00000000
Now my Gdium finds USB devices and manages to get an IP via DHCP

(macallan)

2011-07-22 19:20:29 UTC MAIN commitmail json YAML

2011-07-22 19:06:23 UTC MAIN commitmail json YAML

2011-07-22 18:21:10 UTC MAIN commitmail json YAML

Fix printf format

(njoly)

2011-07-22 18:17:12 UTC MAIN commitmail json YAML

PR/35473: Wigcher Spanninga: Add Dutch keyboard support to wscons

(christos)

2011-07-22 15:53:21 UTC MAIN commitmail json YAML

Improve previous; thanks to tsutsui-san for reminding me of the proper
reference. PR 45166

(dholland)

2011-07-22 15:53:02 UTC MAIN commitmail json YAML

Implement recognition of more wmieeepc(4) hotkey events.

(jakllsch)

2011-07-22 15:47:46 UTC MAIN commitmail json YAML

Clarify UFS2 superblock format stuff. Bump date.

(dholland)

2011-07-22 15:12:01 UTC MAIN commitmail json YAML

Make wsfb driver work with 1bpp wscons framebuffer on luna68k:
- Pass proper args (a number of line dots, not byte of screen width)
  to fbScreenInit() in 1bpp case, as X11R6 Xhpc server did
- handle luna68k quirk (fbstart has 8 byte offset) by WSDISPLAYIO_GTYPE
  (XXX wstype should be stored in pScrn?)
- set rgbBits properly in 1bpp and 4bpp cases
  (XXX not sure if really necessary)

(tsutsui)