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

2024-05-10 16:06:11 UTC Now

2011-08-06 14:53:25 UTC MAIN commitmail json YAML

Add Marvell 88SE9128.

(jakllsch)

2011-08-06 14:51:53 UTC MAIN commitmail json YAML

Adjust inconsistent whitespace in MARVELL products.

(jakllsch)

2011-08-06 14:18:26 UTC MAIN commitmail json YAML

2011-08-06 14:17:23 UTC MAIN commitmail json YAML

It's QUANCOM Electronic GmbH, not Quancm.

(mbalmer)

2011-08-06 14:05:35 UTC cherry-xenmp commitmail json YAML

gdtgrow() must extend the gdt size on all cpus, not just the primary

(cherry)

2011-08-06 13:19:46 UTC MAIN commitmail json YAML

2011-08-06 12:32:29 UTC MAIN commitmail json YAML

2011-08-06 12:29:39 UTC MAIN commitmail json YAML

add -u flag that causes the MAKEDEV script to only create a device node if it
doesn't exist

(jmcneill)

2011-08-06 11:51:11 UTC MAIN commitmail json YAML

print devname not subdevname on attach, and report the board name to dtv
subsystem instead of generic CX23885

(jmcneill)

2011-08-06 11:37:56 UTC MAIN commitmail json YAML

don't attach iic@coram unless CORAM_ATTACH_I2C is defined

(jmcneill)

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

Xref chflags(2) and stat_flags(3) with each other.

(jruoho)

2011-08-06 11:12:05 UTC MAIN commitmail json YAML

Add lzma and lzo to usage. From Elie De Brauwer in PR 45219.

(wiz)

2011-08-06 11:10:01 UTC MAIN commitmail json YAML

Drop trailing whitespace.

(wiz)

2011-08-06 11:09:23 UTC MAIN commitmail json YAML

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

Note also common bit rates.

(jruoho)

2011-08-06 11:04:25 UTC MAIN commitmail json YAML

Fix the races of direct select()/poll():

- When sel_do_scan() restarts do a full initialization with selclear() so
  we start from an empty set without registered events.  Defer the
  evaluation of l_selret after selclear() and add the count of direct events
  to the count of events.

- For selscan()/pollscan() zero the output descriptors before we poll and
  for selscan() take the sc_lock before we change them.

- Change sel_setevents() to not count events already set.

Reviewed by: YAMAMOTO Takashi <yamt@netbsd.org>

Should fix PR #44763 (select/poll direct-set optimization seems racy)
      and PR #45187 (select(2) sometimes doesn't wakeup)

(hannken)

2011-08-06 11:02:41 UTC MAIN commitmail json YAML

Xref the non-standard finite(3).

(jruoho)

2011-08-06 11:01:13 UTC MAIN commitmail json YAML

2011-08-06 10:51:26 UTC MAIN commitmail json YAML

Split out the scalbn(3) family out from ieee(3) and properly document it.

(jruoho)

2011-08-06 08:49:04 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2011-08-06 08:47:14 UTC MAIN commitmail json YAML

Take note of the modload(8) changes.

(mbalmer)

2011-08-06 08:43:28 UTC MAIN commitmail json YAML

Quote path separator character.

(wiz)

2011-08-06 08:11:10 UTC MAIN commitmail json YAML

Do not not look for modules in the current working directory first.  This is
to prevent from accidentally loading ./module.kmod when we actually wanted to
load module from the system module area.

To load a module from a filesystem path, the module name must contain at
least on path separator character (/), to load a module from the system
module areas, the name must not contain a path separator character:

modload ./mymod.kmod      # loads mymod.kmod from the curren directory
modload mymod            # loads mymod.kmod from the system module area

(mbalmer)

2011-08-06 07:36:20 UTC MAIN commitmail json YAML

Document MKKMOD, patch from PR 45216.

(mbalmer)

2011-08-06 05:48:01 UTC MAIN commitmail json YAML

nuke pq3cfi_addr() and just use ga_addr; obio already sorts out getting
address from chip select reg when cs locator is used.

(cliff)

2011-08-06 05:03:56 UTC MAIN commitmail json YAML

If both the new and the old methods are available, prefer the old ones, as
the new ones may not be functional in this case.

(jruoho)

2011-08-06 03:53:40 UTC MAIN commitmail json YAML

2011-08-06 03:42:11 UTC MAIN commitmail json YAML

2011-08-05 21:20:27 UTC MAIN commitmail json YAML

hide debug messages under CORAM_DEBUG

(jmcneill)

2011-08-05 21:19:23 UTC MAIN commitmail json YAML

hide debug messages under CX24227_DEBUG

(jmcneill)

2011-08-05 20:51:10 UTC MAIN commitmail json YAML

Various cleanup, mostly reducing debugging spew.

(jakllsch)

2011-08-05 20:33:17 UTC MAIN commitmail json YAML

return status from demod instead of 0, and don't ignore errors when setting
demod parameters

(jmcneill)

2011-08-05 20:32:22 UTC MAIN commitmail json YAML

add QAM64/256 support

(jmcneill)

2011-08-05 18:59:45 UTC MAIN commitmail json YAML

Turns out all we need is AcpiClearEvent in the right place,
and we don't really care if it fails.  Pointed out by jmcneill.

(jakllsch)

2011-08-05 18:27:48 UTC MAIN commitmail json YAML

As we add a handler for the ACPI fixed feature button events,
ensure they aren't going to trigger as soon as we enable interrupts,
furthermore ensure that the event is unmasked.

(jakllsch)

2011-08-05 17:26:27 UTC cherry-xenmp commitmail json YAML

pmap_enter() test needs an address that work for both i386 and amd64

(cherry)

2011-08-05 14:43:41 UTC MAIN commitmail json YAML

Rename the _atf user to _tests.  The _atf name will get obsoleted if/when
we migrate to Kyua (atf v2), so it's better to use a generic name that does
not depend on the specific implementation.  Also, this user has not gone
out yet into any stable release, so we can easily rename it.

Suggested by jruoho@.

(jmmv)

2011-08-05 09:36:29 UTC MAIN commitmail json YAML

NOPATH the lib we are making, rather than HOSTPROG which is irrelevant

(plunky)

2011-08-05 08:17:48 UTC MAIN commitmail json YAML

When union_lookup() creates a shadow directory and nameiop is not LOOKUP
it has to restart the lookup to get the componentname right.

Fixes PR #44383 (an endless stream of whiteout and opaque dir problems ...)

(hannken)

2011-08-05 08:14:00 UTC MAIN commitmail json YAML

Make whiteouts work on rumpfs:

- On lookup it is ok to create if the name exists and is a whiteout
- When replacing a whiteout directory entry remove the whiteout first.
- Set UF_OPAQUE when creating a node in place of a whiteout.

(hannken)

2011-08-05 03:55:32 UTC MAIN commitmail json YAML

fix spello in comment

(lukem)

2011-08-05 02:29:54 UTC MAIN commitmail json YAML

relax an assert slightly, from jmcneill.

(mrg)

2011-08-05 02:00:25 UTC MAIN commitmail json YAML

Reword the comment about "millicode" nature of these functions and add
it to sdivsi3_i4i.S too.

(uwe)

2011-08-05 01:59:40 UTC MAIN commitmail json YAML

Reword the comment about "millicode" nature of these functions and add
it to sdivsi3.S too.

Remove !_KERNEL code left over from the days when we shared these
files with userland.

Use .L prefix for local label.

(uwe)

2011-08-05 00:26:16 UTC MAIN commitmail json YAML

Note switch of mips and powerpc to GCC 4.5

(matt)

2011-08-05 00:24:12 UTC MAIN commitmail json YAML

Switch mips and powerpc to GCC 4.5

(matt)

2011-08-04 23:22:30 UTC MAIN commitmail json YAML

Don't treat C2 states as C1 if the _CST package doesn't have an entry
for C1. ACPI mandates C1 so if it's not present in the _CST package use
the HLT method. Fixes all sorts of performance regressions on AMD CPUs.

(jmcneill)

2011-08-04 22:26:07 UTC MAIN commitmail json YAML

2011-08-04 22:25:08 UTC MAIN commitmail json YAML

modularize coram and add detach + childdet methods

(jmcneill)

2011-08-04 22:24:45 UTC MAIN commitmail json YAML

modularize cx24227

(jmcneill)

2011-08-04 22:24:29 UTC MAIN commitmail json YAML

modularize mt2131

(jmcneill)

2011-08-04 21:59:36 UTC MAIN commitmail json YAML

Typo fix: p5pb.0, not p5pbc.0

(riz)

2011-08-04 21:17:19 UTC MAIN commitmail json YAML

Add missing .0 and .html for p5pb.

(rkujawa)

2011-08-04 21:09:56 UTC MAIN commitmail json YAML

Add p5pb man page to setlist.

(rkujawa)

2011-08-04 20:40:52 UTC MAIN commitmail json YAML

Remove trailing whitespace. Comment out pm2fb(4) link (page does not exist yet)
Merge two one-element lists into one list.

(wiz)

2011-08-04 20:24:36 UTC MAIN commitmail json YAML

Mention Amiga PCI support in CHANGES and installation notes. Approved by phx.

(rkujawa)

2011-08-04 20:02:48 UTC MAIN commitmail json YAML

Drop into ddb, when requested by ofwboot (-d option).

(phx)

2011-08-04 19:30:12 UTC MAIN commitmail json YAML

no space after \ for continuation lines, please

(martin)

2011-08-04 18:01:49 UTC MAIN commitmail json YAML

Make sure to call xbdback_trampoline() at splbio()

(bouyer)

2011-08-04 17:48:51 UTC MAIN commitmail json YAML

2011-08-04 15:40:20 UTC MAIN commitmail json YAML

wd includes SATA as well.

(matt)

2011-08-04 15:07:05 UTC MAIN commitmail json YAML

Do not overwrite ukbd.h with NO_UKBD_DEVICE.

(phx)

2011-08-04 14:45:54 UTC MAIN commitmail json YAML

2011-08-04 14:43:55 UTC MAIN commitmail json YAML

Add coram(4).

A driver for CX23885-based TV cards, such as the
Hauppauge WinTV HVR-1250 "Coram" board.

Currently only supports ATSC 8VSB reception.

(jakllsch)

2011-08-04 14:33:05 UTC MAIN commitmail json YAML

2011-08-04 13:04:20 UTC cherry-xenmp commitmail json YAML

Send an ipi at IPL_HIGH to remote cpu, in order to get it to run spllower()

(cherry)

2011-08-04 09:07:47 UTC cherry-xenmp commitmail json YAML

2011-08-04 08:31:30 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2011-08-04 06:32:29 UTC MAIN commitmail json YAML

initial import of bag into the othersrc repository

bag is a layer on top of libmat(3), the minimalist archiver library
and tool.  mat provides the basic endian-independent library functions
to create embedded checksum protected archives.

on top of that, libbag(3) adds a digital signature (via libnetpgp) of
the mat archive (and its embedded digests) as a digitally-signed
inventory file, and creates a new "outer" mat archive containing the
inner archive and the signed inventory, xz compresses the result, and
then uses libcirca encoding to protect the outer archive against data
corruption.

the net effect is an archive which uses a signature to protect against
data integrity challenges, and circa protection (two reed-solomon
encodings and data spreading) to protect against data corruption at
rest or in transit.

bag provides bag(1) and libbag(3) functionality, and is 2-clause
bsd-licensed.

Status:

Vendor Tag: CROOKS
Release Tags: bag-base

(agc)

2011-08-04 04:47:59 UTC MAIN commitmail json YAML

Add O_TRUNC to the open of the image file (in case the size decreases).

(matt)

2011-08-04 03:48:12 UTC MAIN commitmail json YAML

Note changes to xz require cleaning of a directory by hand.

(matt)

2011-08-04 03:38:57 UTC MAIN commitmail json YAML

2011-08-04 03:38:06 UTC MAIN commitmail json YAML

2011-08-04 03:20:10 UTC MAIN commitmail json YAML

For unsignad integer division gcc used to emit a call to __udivsi3
"millicode" function that uses compiler-private ABI.  Newer gcc uses
heavily tuned __udivsi3_i4i that is NOT compatible with __udivsi3
because it's expected to clobber different registers.  We don't want
to link the kernel against libgcc and we don't have resources to write
heavily tuned version ourselves, so clone __udivsi3 but adjust it to
conform to the __udivsi3_i4i clobber spec.

Ditto for signed division.

You can make gcc use old routines with -mdiv=call-div1 to avoid few
extra instructions to save/restore the right registers in the signed
division funcion.

(uwe)

2011-08-04 02:38:41 UTC MAIN commitmail json YAML

add --disable-werror.  GCC 4.6 doesn't like some of the code here and
rather than patching code to fix it (and one case isn't trivially fixable)
simply turn off -Werror by default here.  should fix PR#45140.

(mrg)

2011-08-04 02:33:00 UTC MAIN commitmail json YAML

2011-08-04 02:31:37 UTC MAIN commitmail json YAML

Add Conexant CX23885

(jakllsch)

2011-08-04 01:48:34 UTC MAIN commitmail json YAML

Add Conexant/Samsung CX24227/S5H1409 demodulator subroutines.

(jakllsch)

2011-08-04 01:45:38 UTC MAIN commitmail json YAML

Add subroutines to support Microtune MT2131 silicon tuner.

(jakllsch)

2011-08-04 01:17:34 UTC MAIN commitmail json YAML

2011-08-04 00:57:33 UTC MAIN commitmail json YAML

Fix machfb build on ports not based on powerpc or sparc.

(jakllsch)

2011-08-04 00:52:50 UTC MAIN commitmail json YAML

2011-08-03 22:19:31 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE so that the contents fits again.

(he)

2011-08-03 21:16:04 UTC MAIN commitmail json YAML

Re-add intro(4) removed by accident.

(wiz)

2011-08-03 18:22:29 UTC MAIN commitmail json YAML

include pixman-noop.c.  oops.

(mrg)

2011-08-03 18:04:46 UTC MAIN commitmail json YAML

mdocml-1.11.5 out.

(wiz)

2011-08-03 17:54:52 UTC MAIN commitmail json YAML

Missing a diff for the loongson2 fixes

(matt)

2011-08-03 17:46:40 UTC MAIN commitmail json YAML

2011-08-03 17:34:28 UTC MAIN commitmail json YAML

2011-08-03 17:00:13 UTC MAIN commitmail json YAML

Add -E entrypoint for "byteswapped" entry-points.

(matt)

2011-08-03 16:27:15 UTC MAIN commitmail json YAML

Add some defintions for SYSCTL_CFG0

(matt)

2011-08-03 16:26:53 UTC MAIN commitmail json YAML

Deal with RA_CONSOLE_EARLY a little more sanely

(matt)

2011-08-03 16:26:05 UTC MAIN commitmail json YAML

No need to specify MEMSIZE since we read it from SYSCTL_CFG0.

(matt)

2011-08-03 16:25:03 UTC MAIN commitmail json YAML

Get memsize from SYSCTL_CFG0 register.

(matt)

2011-08-03 16:21:52 UTC MAIN commitmail json YAML

Insert casts to off_t to avoid 32-bit multiplication overflow when
computing device offsets on 32-bit platforms. Should fix PR 45191.

(dholland)

2011-08-03 15:44:15 UTC MAIN commitmail json YAML

Adjust wording of previous and fix a couple grammar slipups/typos.

(dholland)

2011-08-03 15:00:29 UTC MAIN commitmail json YAML

Address part of PR kern/44972.  From YAMAMOTO Takashi.  Thanks!

(oster)

2011-08-03 14:47:28 UTC MAIN commitmail json YAML

Explain how to use -e -v without -o to see the current options.
Caution that installing a new primary bootstrap will reset options to
default values.

(gdt)

2011-08-03 14:44:39 UTC MAIN commitmail json YAML

2011-08-03 14:13:08 UTC MAIN commitmail json YAML

2011-08-03 14:02:59 UTC MAIN commitmail json YAML

New sentence, new line. Remove trailing whitespace. Bump date for previous.

(wiz)

2011-08-03 13:59:15 UTC MAIN commitmail json YAML

2011-08-03 12:55:03 UTC MAIN commitmail json YAML

iExplain what happens to extended attriutes when -p is used.

(manu)

2011-08-03 10:03:52 UTC MAIN commitmail json YAML

Make whiteouts work on journaling ffs file system by adding the missing
UFS_WAPBL_BEGIN() / UFS_WAPBL_END() around CREATE and DELETE ops.

Fixes PR #44377 (union whiteouts don't work on ffs -o log)

(hannken)

2011-08-03 09:48:12 UTC MAIN commitmail json YAML

Bump date for previous. Remove trailing whitespace.
Sort error descriptions.

(wiz)

2011-08-03 06:42:59 UTC MAIN commitmail json YAML

add a little bit of DRM_NO_AGP to help build on ofppc

(mrg)

2011-08-03 06:07:51 UTC MAIN commitmail json YAML

2011-08-03 06:01:55 UTC MAIN commitmail json YAML

2011-08-03 05:58:11 UTC MAIN commitmail json YAML

2011-08-03 05:52:19 UTC MAIN commitmail json YAML

The function to circa encode/decode a file is useful in itself. Move it
from the driver program to the library itself, and rename it circa_file()

(agc)

2011-08-03 05:27:08 UTC MAIN commitmail json YAML

don't try to a 'better' vertical frequency, it's almost certainly wrong with
flat panels

(macallan)

2011-08-03 04:11:17 UTC MAIN commitmail json YAML

Make cp -p and mv preverve extended attributes, and complain if they cannot.

Also introduce library functions for copying extended attributes from one
file to another:
- extattr_copy_file, extattr_copy_fd, extattr_copy_link, with FreeBSD style,
  where a namespace is to be supplied
- cpxattr, fcpxattr, lcpxattr, with Linux style, where all namespaces
  accessible to the caller are copied, and the others are silently ignored.

(manu)

2011-08-03 03:06:00 UTC MAIN commitmail json YAML

2011-08-03 03:02:14 UTC MAIN commitmail json YAML

2011-08-03 02:57:23 UTC MAIN commitmail json YAML

2011-08-03 02:56:29 UTC MAIN commitmail json YAML

look in .../man as well.

(mrg)

2011-08-03 02:55:30 UTC MAIN commitmail json YAML

updates for x11perf 1.5.4

(mrg)

2011-08-03 02:50:11 UTC MAIN commitmail json YAML

2011-08-03 02:50:01 UTC MAIN commitmail json YAML

merge xset 1.2.2

(mrg)

2011-08-03 02:47:13 UTC MAIN commitmail json YAML

2011-08-03 02:44:55 UTC MAIN commitmail json YAML

2011-08-03 02:44:53 UTC MAIN commitmail json YAML

2011-08-03 02:44:51 UTC MAIN commitmail json YAML

2011-08-03 02:44:36 UTC MAIN commitmail json YAML

2011-08-03 01:58:30 UTC MAIN commitmail json YAML

no -A or -a with -q

(christos)

2011-08-03 01:47:40 UTC MAIN commitmail json YAML

2011-08-03 01:43:26 UTC MAIN commitmail json YAML

2011-08-03 01:33:06 UTC MAIN commitmail json YAML

2011-08-03 01:32:16 UTC MAIN commitmail json YAML

Add the spdmem directory and kernel modules for booke and 4xx.

(he)

2011-08-03 01:30:42 UTC MAIN commitmail json YAML

revert a bad merge with chips 1.2.4.  now this builds with 1.10 like
the upstream does.

(mrg)

2011-08-03 01:19:47 UTC MAIN commitmail json YAML

2011-08-03 01:09:59 UTC MAIN commitmail json YAML

check for 'f' argument being given without a corresponding file

(agc)

2011-08-03 00:39:45 UTC MAIN commitmail json YAML

2011-08-03 00:38:42 UTC MAIN commitmail json YAML

obsolete renderedge.h and xaaWrapper.h

(macallan)

2011-08-03 00:22:05 UTC MAIN commitmail json YAML

Replace the word `NetBSD' with `SuSE' in the rest of comments
for the cpp macro constatnt ELF_NOTE_SUSE_*.

(enami)

2011-08-03 00:06:00 UTC MAIN commitmail json YAML

Scan already attached devices at startup and post 'device-attach' events for
them to the hooks scripts.

(jmcneill)

2011-08-02 23:19:26 UTC MAIN commitmail json YAML

Initial import of udevfsd, a simple daemon that listens for drvctl events
and processes them with hooks scripts. A hook is included that creates /dev
entries if they do not already exist (requires a patched MAKEDEV).

Status:

Vendor Tag: JMCNEILL
Release Tags: udevfsd-base

(jmcneill)

2011-08-02 22:45:52 UTC MAIN commitmail json YAML

2011-08-02 21:23:25 UTC MAIN commitmail json YAML

Re-add include of "drvctl.h", as its removal a year and a half ago broke
drvctl DRVGETEVENT.

(jmcneill)

2011-08-02 20:44:10 UTC MAIN commitmail json YAML

add JEDEC Mfgr ID for Macronix

(cliff)

2011-08-02 20:42:42 UTC MAIN commitmail json YAML

remove unused option RTNORFLASH

(cliff)

2011-08-02 18:52:35 UTC MAIN commitmail json YAML

Allow multiple sdtemp sensors to attach, at all valid addresses

(pgoyette)

2011-08-02 18:51:35 UTC MAIN commitmail json YAML

Allow unit numbers to float, rather than tying to specific i2c address

(pgoyette)

2011-08-02 18:46:35 UTC MAIN commitmail json YAML

Prevent multiple attachments at the same i2c address.

OK jmcneill@

(pgoyette)

2011-08-02 17:22:51 UTC MAIN commitmail json YAML

2011-08-02 17:22:02 UTC MAIN commitmail json YAML

Only use -Wconversion if GCC is actually the active compiler.

(joerg)

2011-08-02 17:12:40 UTC MAIN commitmail json YAML

2011-08-02 16:57:17 UTC MAIN commitmail json YAML

Do not reject reads on directory, it raises a useless EBADFD while the
thing can just fail silently.

(manu)

2011-08-02 16:46:45 UTC MAIN commitmail json YAML

Accept both 'modstat -n name' as well as 'modstat name' to display information
about a single module.

(mbalmer)

2011-08-02 16:44:01 UTC MAIN commitmail json YAML

2011-08-02 16:12:44 UTC MAIN commitmail json YAML

Pass -mfix-loongson2f-jump -mfix-loongson2f-nop to assembler to workaround
loongson2f j[la]r issues.

(matt)

2011-08-02 16:11:17 UTC MAIN commitmail json YAML

2011-08-02 14:53:38 UTC MAIN commitmail json YAML

Fix creds passed to FUSE when requests are done on behalf of the kernel.
We previously sent uid/gid set to -1, we now set it to 0.

(manu)

2011-08-02 14:06:15 UTC MAIN commitmail json YAML

When detaching the device, tear down its sysctl tree.

(pgoyette)

2011-08-02 10:28:00 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2011-08-02 10:23:33 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2011-08-02 10:21:12 UTC MAIN commitmail json YAML

Sort sections. Remove comma in enumeration of two items.

(wiz)

2011-08-02 10:17:36 UTC MAIN commitmail json YAML

2011-08-02 10:15:03 UTC MAIN commitmail json YAML

Add serial comma.

(wiz)

2011-08-02 10:08:24 UTC MAIN commitmail json YAML

Fix typo in function name.

(wiz)

2011-08-02 10:04:07 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2011-08-02 09:37:08 UTC MAIN commitmail json YAML

disable ReputImage API call -- these drivers use an older version
of this call that no longer matches the caller.

XXX:  most drivers simply removed the call like this change does,
      but not all.

(mrg)

2011-08-02 09:36:17 UTC MAIN commitmail json YAML

include dix-config.h since this depends up on symbols defined there

(mrg)

2011-08-02 09:35:52 UTC MAIN commitmail json YAML

update for xf86-input-ws 1.3.0

(mrg)

2011-08-02 09:33:33 UTC MAIN commitmail json YAML

2011-08-02 09:30:15 UTC MAIN commitmail json YAML

2011-08-02 09:28:22 UTC MAIN commitmail json YAML

2011-08-02 09:11:39 UTC MAIN commitmail json YAML

2011-08-02 08:13:48 UTC MAIN commitmail json YAML

2011-08-02 07:56:34 UTC MAIN commitmail json YAML

2011-08-02 07:44:39 UTC MAIN commitmail json YAML

updates for xorg-server 1.10.3

(mrg)

2011-08-02 07:41:02 UTC MAIN commitmail json YAML

2011-08-02 07:22:05 UTC MAIN commitmail json YAML

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

default the format for recovering key data to be "human", rather than hard
coding it in the embedded calls.

(agc)

2011-08-02 07:16:56 UTC MAIN commitmail json YAML

plug some memory leaks in error paths

(agc)

2011-08-02 07:16:37 UTC MAIN commitmail json YAML

2011-08-02 07:15:07 UTC MAIN commitmail json YAML

2011-08-02 07:13:20 UTC MAIN commitmail json YAML

revert the change below, to help merge 1.10.3.  there's a new version of
this coming up shortly:

http://mail-index.netbsd.org/source-changes/2011/03/18/msg020067.html

Log Message:
Pull up fix from https://bugs.freedesktop.org/show_bug.cgi?id=28181 to
prevent random segfaults of the X server when using composite with the
ati driver.

(mrg)

2011-08-02 06:59:20 UTC MAIN commitmail json YAML

initial import of xorg-server 1.10.3.  highlights include:
- fixes xorg bugs 29969, 30367, 30527, 30267, 30260, 29046,
  30260, 31548, 28672, 24887, 32115, 21457, 32436, 21827,
  28414, 24703, 32803, 16318, 33449, 33324, 33929, 35082,
  35209, 36146, 36119
- many additional NULL checks
- adjustments related to input ABI 12
- *lots* of dead code removal
- vga arbitrator fixes
- GL fixes
- EDID fixes
- conversion to using asprintf() in many places
- many fixes from valgrind, compiler warnings

see these for more details:
http://lists.freedesktop.org/archives/xorg-announce/2011-February/001612.html
http://lists.freedesktop.org/archives/xorg-announce/2011-April/001646.html
http://lists.freedesktop.org/archives/xorg-announce/2011-May/001675.html
http://lists.freedesktop.org/archives/xorg-announce/2011-July/001710.html

Status:

Vendor Tag: xorg
Release Tags: xorg-server-1-10-3

(mrg)

2011-08-02 05:36:45 UTC MAIN commitmail json YAML

when matching pubkeys, also return the first (pgp) uid for the key in the
resultant key listing

when using json to format keys returned from libnetpgp, also prepare for
machine-readable format ("mr") as well as human ("human"), even though
it's not yet used.

(agc)

2011-08-02 05:17:18 UTC MAIN commitmail json YAML

ncr53c9x was converted to use mutex(9), follow that.  Fix DEBUG build too.

(uebayasi)

2011-08-02 05:13:21 UTC MAIN commitmail json YAML

Clear the BTB on user->kernel entry on Loongson2

(matt)

2011-08-02 05:12:32 UTC MAIN commitmail json YAML

Add Loongson2 DIAG register definitions (partial)

(matt)

2011-08-02 05:10:31 UTC MAIN commitmail json YAML

Include sys/simplelock.h to use simple_lock(); fix build.

(uebayasi)

2011-08-02 05:08:31 UTC MAIN commitmail json YAML

configure NOR flash partitions

(cliff)

2011-08-02 04:45:10 UTC MAIN commitmail json YAML

Define struct alpha_pci_conf_readwrite_args only once; fix build.

(uebayasi)

2011-08-02 03:41:16 UTC MAIN commitmail json YAML

configure CFI NOR flash

(cliff)

2011-08-02 03:40:01 UTC MAIN commitmail json YAML

CFI NOR support for mips/ralink

(cliff)

2011-08-02 03:38:48 UTC MAIN commitmail json YAML

CFI NOR support for mips/ralink

(cliff)

2011-08-02 03:37:25 UTC MAIN commitmail json YAML

when unpacking CFI QRY data, byte order within a word is host order,
but order across words appears to be invariant across -el and -eb systems.

(cliff)

2011-08-02 01:43:03 UTC matt-nb5-pq3 commitmail json YAML

2011-08-02 01:34:36 UTC matt-nb5-pq3 commitmail json YAML

2011-08-02 01:26:01 UTC matt-nb5-pq3 commitmail json YAML

Pull in ETTF EHCI changes from -current.

(matt)

2011-08-02 01:11:08 UTC MAIN commitmail json YAML

- CFI_0002_STATS no longer defined here
- add missing arg for do-nothing variant of CFI_0002_STATS_INIT()

(cliff)

2011-08-02 01:09:44 UTC matt-nb5-pq3 commitmail json YAML

silence the "usb_block_allocmem: in interrupt context" print

(cliff)

2011-08-02 01:01:35 UTC matt-nb5-pq3 commitmail json YAML

- CFI_0002_STATS no longer defined here
- add missing arg for do-nothing variant of CFI_0002_STATS_INIT()

(cliff)

2011-08-02 00:45:37 UTC MAIN commitmail json YAML

Don't define LINK_EH_SPEC if it's already defined.

(matt)

2011-08-02 00:35:06 UTC matt-nb5-pq3 commitmail json YAML

2011-08-02 00:27:42 UTC MAIN commitmail json YAML

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