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

2024-05-10 15:36:37 UTC Now

2010-12-25 12:12:50 UTC MAIN commitmail json YAML

mdocml-1.10.8 out.

(wiz)

2010-12-25 11:51:21 UTC MAIN commitmail json YAML

remove some ancient, unused debug code

(macallan)

2010-12-25 10:08:21 UTC MAIN commitmail json YAML

Little bit more debug information.

(blymn)

2010-12-25 10:05:08 UTC MAIN commitmail json YAML

Ignore request to change the values of colour pair 0
Explicitly set foreground and/or background colours when -1 is passed
to assume_default_colors()

(blymn)

2010-12-25 09:59:52 UTC MAIN commitmail json YAML

Allow attributes to be applied to the default line drawing characters
by just passing attributes as arguments to the wborder call.

(blymn)

2010-12-25 04:57:07 UTC MAIN commitmail json YAML

Begin cleanup of the make parser: separate out the logic for reading files
from the parsing goo. This will now use mmap for reading if it works and
fall back to read only for pipes and such. Step 1 of a cleanup program
proposed without objection on tech-toolchain.

(dholland)

2010-12-25 03:29:08 UTC MAIN commitmail json YAML

there is no R128_LITTLE_ENDIAN_EN flag, just lack of R128_HOST_BIG_ENDIAN_EN
Someone(tm) needs to test this on little endian hw

(macallan)

2010-12-25 01:25:37 UTC MAIN commitmail json YAML

Correctly added the conditional part, but now need to remove the original
unconditional part.

(pgoyette)

2010-12-25 01:22:02 UTC MAIN commitmail json YAML

Don't include the siginfo tests unless we actually have siginfo ability!

(pgoyette)

2010-12-25 01:20:11 UTC MAIN commitmail json YAML

Don't descend into siginfo - it's not there any more

(pgoyette)

2010-12-25 01:19:34 UTC MAIN commitmail json YAML

2010-12-25 01:08:44 UTC MAIN commitmail json YAML

Correct recently exposed printf format problem.

(jakllsch)

2010-12-25 01:08:38 UTC MAIN commitmail json YAML

2010-12-25 01:04:27 UTC MAIN commitmail json YAML

Move the siginfo tests from regress to atf.  While here, add a new test
for PR/43655.

XXX The sigchild_dump test currently fails when execute under atf-run.
XXX It does not fail when executed directly from the shell, so there's
XXX something in atf that prevents the child process from dumping.

(pgoyette)

2010-12-24 23:39:19 UTC MAIN commitmail json YAML

We still need to update ouvmexp to output the differene from
previous iteration.

(enami)

2010-12-24 23:28:14 UTC MAIN commitmail json YAML

2010-12-24 23:27:14 UTC MAIN commitmail json YAML

2010-12-24 23:12:29 UTC MAIN commitmail json YAML

panic takes a printf format too.

(christos)

2010-12-24 20:54:29 UTC MAIN commitmail json YAML

VIDIOC_QUERYCAP changes:
- use driver name instead of device instance name in 'driver' field
- add 'get_businfo' callback to fill in 'bus_info' field instead of
  hard-coding "USB"
- use the kernel version for the 'version' field instead of 1
- adapt pseye and uvideo drivers to changes in struct video_hw_if

(jmcneill)

2010-12-24 20:49:55 UTC MAIN commitmail json YAML

fill audio_info.config with the string "usb:<cookie>" instead of "uaudio",
where <cookie> comes from the usbd device handle:

  $ audioctl -d /dev/sound1 config
  config=usb:00000009

this can be used by software to find the audio device(s) associated with a
USB video capture device

(jmcneill)

2010-12-24 20:40:42 UTC MAIN commitmail json YAML

2010-12-24 20:36:51 UTC MAIN commitmail json YAML

2010-12-24 19:22:37 UTC MAIN commitmail json YAML

2010-12-24 19:22:17 UTC MAIN commitmail json YAML

add Hauppauge WinTV USB2 FM

(jmcneill)

2010-12-24 18:58:18 UTC MAIN commitmail json YAML

dm(4): Make LVM use non 512-byte sector devices.

(mlelstv)

2010-12-24 17:05:34 UTC MAIN commitmail json YAML

Establishing an UMTS connection with ubsa(4) works fine with my Pismo,
so add it to our config.

(phx)

2010-12-24 16:13:58 UTC MAIN commitmail json YAML

libzfs_fru_clear was not ported to NetBSD disable it foor now.

(haad)

2010-12-24 16:03:54 UTC MAIN commitmail json YAML

#include "opt_lockdebug.h"

(skrll)

2010-12-24 16:00:13 UTC MAIN commitmail json YAML

LOCKDEBUG is not referenced in this file anymore.

(skrll)

2010-12-24 15:47:39 UTC MAIN commitmail json YAML

restore lost overlow check fix.

(christos)

2010-12-24 15:29:09 UTC MAIN commitmail json YAML

Unwrap/reformat long lines.

(skrll)

2010-12-24 14:49:19 UTC MAIN commitmail json YAML

2010-12-24 14:46:03 UTC MAIN commitmail json YAML

Add support for 32bit (i386) binaries on amd64.

(njoly)

2010-12-24 13:38:58 UTC MAIN commitmail json YAML

For update mounts the root vnode is already in use and we must not
free it. Since the mount persists even when the update fails,
this is not a problem either.

(mlelstv)

2010-12-24 13:12:10 UTC MAIN commitmail json YAML

Adjust LDFLAGS handling to fix curses detection for mknative-gdb.

(njoly)

2010-12-24 13:00:24 UTC MAIN commitmail json YAML

Fix xref and pasto.

(wiz)

2010-12-24 12:42:56 UTC MAIN commitmail json YAML

2010-12-24 12:41:44 UTC MAIN commitmail json YAML

2010-12-24 10:11:40 UTC MAIN commitmail json YAML

2010-12-24 07:52:01 UTC matt-nb5-mips64 commitmail json YAML

mips_vector_init needs to be called sooner so that the spl routine are
instantiated.

(matt)

2010-12-24 07:50:58 UTC matt-nb5-mips64 commitmail json YAML

2010-12-24 07:32:26 UTC matt-nb5-mips64 commitmail json YAML

2010-12-24 07:23:42 UTC matt-nb5-mips64 commitmail json YAML

2010-12-24 07:21:13 UTC matt-nb5-mips64 commitmail json YAML

Bring locore_mips1.S into the new world order.  You can diff locore_mips1.S
against mipsX_subr.S and have reasonable output.  A lot of comments have
been changed to be common between the two.  The ordering of vectors/functions
have also changed to improve diff output.

(matt)

2010-12-24 07:16:50 UTC matt-nb5-mips64 commitmail json YAML

MIPS_LOCK_RAS_SIZE needs to be 256 since each RAS need 64 bytes and we can
have 4 of them.

(matt)

2010-12-24 07:13:19 UTC matt-nb5-mips64 commitmail json YAML

MIPS1 needs load delay nops.  Fix a problem in the RAS mips_spin_enter
where we weren't actually decrementing ci_mtx_count.

(matt)

2010-12-24 07:12:10 UTC matt-nb5-mips64 commitmail json YAML

If compiling for MIPS1, deal with the presence of load delay slots.

(matt)

2010-12-24 07:11:25 UTC matt-nb5-mips64 commitmail json YAML

Just use the generic tlb_read_indexed instead of the mips1 specific version.

(matt)

2010-12-24 07:10:32 UTC matt-nb5-mips64 commitmail json YAML

2010-12-24 07:09:54 UTC matt-nb5-mips64 commitmail json YAML

Deal with MIPS_NUM_TLB_PIDS not being constant.

(matt)

2010-12-24 03:37:37 UTC MAIN commitmail json YAML

make this thread-safe. We could use localtime_tz and make it even better,
but not now.

(christos)

2010-12-24 02:58:21 UTC MAIN commitmail json YAML

2010-12-24 02:56:57 UTC MAIN commitmail json YAML

2010-12-23 23:36:33 UTC MAIN commitmail json YAML

2010-12-23 21:55:40 UTC MAIN commitmail json YAML

Fix speling ("deferred," not "defered") as reported in #netbsd-code on
freenode IRC.  While I'm here, clean up the wording later in the comment.

(riz)

2010-12-23 21:39:09 UTC MAIN commitmail json YAML

Change way how we get device size from device. Do not use LSEEK but
DIOCGWEDGEINFO and DIOCGDINFO. This should fix problem with raidframe + lvm
reported by

Toby Karyadi on current-users@.

Thanks for reporting this issue.

(haad)

2010-12-23 21:34:02 UTC MAIN commitmail json YAML

read 32bits instead of 64bits and truncate the upper 32bits

(cegger)

2010-12-23 21:11:37 UTC MAIN commitmail json YAML

build fix: add missing initializers

(cegger)

2010-12-23 20:11:00 UTC MAIN commitmail json YAML

Fix sub-section reference.

(njoly)

2010-12-23 20:07:13 UTC MAIN commitmail json YAML

Now that we have allowed operator to access the control node, make sure
that he cannot cause damage, by only allowing the superuser to do ioctls
that can cause damage.

(christos)

2010-12-23 19:15:56 UTC MAIN commitmail json YAML

Remove double-quotes from .Sx macros.

(njoly)

2010-12-23 18:08:41 UTC MAIN commitmail json YAML

Deduce raw device correctly by prepending "r" to basename.

(mlelstv)

2010-12-23 17:46:55 UTC MAIN commitmail json YAML

PR/44267: Michael van Elst: LVM devices have wrong permissions
- Centralize CPPFLAGS for DM_DEVICE_{UID,GID,MODE}
- Make DM_DEVICE_GID operator DM_DEVICE_MODE 0640 to be more NetBSD like
- make all the code use DM_DEVICE_MODE instead of hard-coding.
- make sure that all mknod calls are followed by a chown call.

(christos)

2010-12-23 17:44:33 UTC MAIN commitmail json YAML

2010-12-23 16:16:27 UTC MAIN commitmail json YAML

Remove double-quotes from .Sx macro.

(njoly)

2010-12-23 15:32:04 UTC MAIN commitmail json YAML

2010-12-23 15:27:45 UTC MAIN commitmail json YAML

2010-12-23 14:58:14 UTC MAIN commitmail json YAML

make dm aware of physical sector sizes.

For aggregates of multiple disks we use the largest sector size from
all disks. For standard power-of-2 sizes this is the same as the least
common multiple. We still require proper alignment of the targets in
the mapping table.

ok by haad@

(mlelstv)

2010-12-23 14:46:25 UTC MAIN commitmail json YAML

Get sector size from device properties using DIOCGDISKINFO and
use the disklabel (DIOCGDINFO) only as a fallback. This works
with wedges.

(mlelstv)

2010-12-23 14:43:37 UTC MAIN commitmail json YAML

mount(2) doesn't remove vnodes from the freelist in the error path,
so that they get reused with a invalid pointer to a mount structure.

As a workaround, free the vnodes used to create the in-filesystem journal
immediately.

(mlelstv)

2010-12-23 14:29:52 UTC MAIN commitmail json YAML

First release that shipped wdogctl(8) was 1.6, not 1.5.1.

(hauke)

2010-12-23 14:22:03 UTC MAIN commitmail json YAML

Make wedges aware of underlying physical block size.

(mlelstv)

2010-12-23 13:34:46 UTC MAIN commitmail json YAML

Fix the $NetBSD$ tag (missed the trailing $)

(pgoyette)

2010-12-23 04:32:51 UTC MAIN commitmail json YAML

Make saving/restoring video modes work on my PowerBook.
The problem was, that the driver blindly assumed that everyone uses PLL3 for
everything which isn't true at least on my PowerBook, which uses PLL0. So now
we actually restore which PLL to use and save PLL0 as well.

(macallan)

2010-12-22 23:48:20 UTC MAIN commitmail json YAML

2010-12-22 23:45:44 UTC MAIN commitmail json YAML

2010-12-22 22:41:46 UTC MAIN commitmail json YAML

use pthread__stacksize since size has not been initialized yet.

(christos)

2010-12-22 22:29:19 UTC MAIN commitmail json YAML

2010-12-22 22:28:35 UTC MAIN commitmail json YAML

Add IPI0001, an identifier for ipmi(4). From Dell M710.

(jruoho)

2010-12-22 22:19:46 UTC MAIN commitmail json YAML

only mprotect base if we moved it.

(christos)

2010-12-22 22:08:47 UTC MAIN commitmail json YAML

__HAVE_CPU_INFO_FIRST -> __HAVE_CPU_DATA_FIRST.

(njoly)

2010-12-22 22:02:54 UTC MAIN commitmail json YAML

2010-12-22 20:46:43 UTC MAIN commitmail json YAML

It just so happens we don't need -Wno-attributes if we
place __packed in the right place.

(jakllsch)

2010-12-22 20:17:50 UTC MAIN commitmail json YAML

2010-12-22 19:47:57 UTC MAIN commitmail json YAML

Use __constfunc(3) instead of __attribute__((const)) directly.

(jruoho)

2010-12-22 19:43:33 UTC MAIN commitmail json YAML

Use __dead instead of __attribute__((__noreturn__)) directly.

(jruoho)

2010-12-22 19:35:42 UTC MAIN commitmail json YAML

2010-12-22 17:06:03 UTC MAIN commitmail json YAML

Add punctuation.

(wiz)

2010-12-22 17:00:55 UTC MAIN commitmail json YAML

2010-12-22 16:59:10 UTC MAIN commitmail json YAML

2010-12-22 14:05:51 UTC MAIN commitmail json YAML

Fix nestio's behavior on error.

The mbp->b_resid is used to track if all the nested buffers have been issued
and reported back. When the last buffer calls in, mbp->b_resid becomes zero
and biodone(mbp) is called. This is fine as long as there are no errors.

If a read-error does occure in one of the nested buffers, the mbp->b_error is
set and on its call to biodone(mbp), with mbp->b_resid is zero, physio()
panics since it asserts that IF an error is set on a buffer, there should be a
residual amount of data left to transfered.

The patch fixes this case by setting mbp->b_resid back to mbp->b_bcount on
mbp->b_error just before biodone(mbp).

This behaviour is consistent with normal buffer issueing. It either succeeds
or doesn't succeed.

(reinoud)

2010-12-22 12:38:43 UTC MAIN commitmail json YAML

Running with DEBUG again revealed locking errors previously undetected. The
VAT writeout was done locked while marked locked as were the readin and
writeout of the metadata partition space table.

While here, also protect the (vp) argument of the UDF_SET_SYSTEMFILE() macro.

Tested on UDF 1.50 sequential, UDF 2.01 RW and UDF 2.50 metadata RW meda.

(reinoud)

2010-12-22 12:15:02 UTC MAIN commitmail json YAML

Growing the metadata partition is not yet implemented. Be so kind to report
this as unimplemented when the debug flag asks for it!

(reinoud)

2010-12-22 09:42:53 UTC MAIN commitmail json YAML

Add iseek and oseek option as aliases for skip and seek respectively.
These options exist in dd of solaris or svr3.  From FreeBSD.

(enami)

2010-12-22 09:39:06 UTC MAIN commitmail json YAML

Copy argument before modifying it so that ps shows entire argument.
From OpenBSD via FreeBSD.

(enami)

2010-12-22 09:12:28 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2010-12-22 09:08:09 UTC MAIN commitmail json YAML

2010-12-22 09:07:15 UTC MAIN commitmail json YAML

2010-12-22 09:05:08 UTC MAIN commitmail json YAML

Talk more about NetBSD and less about FreeBSD. Sort sections.

(wiz)

2010-12-22 09:02:32 UTC MAIN commitmail json YAML

Sort option descriptions, bump date for -a.

(wiz)

2010-12-22 07:24:11 UTC MAIN commitmail json YAML

we need uvm_extern.h now

(macallan)

2010-12-22 06:13:36 UTC matt-nb5-mips64 commitmail json YAML

Rework how fixups are processed.  Inside of generating a table, we just
scan kernel text for jumps to locations between (__stub_start, __stub_end]
and if found, we actually decode the instructions in the stub to find out
where the stub would eventually jump to and then patch the original jump
to jump directly to it bypassing the stub.  This is slightly slower than
the previous method but it's a simplier and new stubs get automagically
handled.

(matt)

2010-12-22 06:09:02 UTC matt-nb5-mips64 commitmail json YAML

Cleanup definition of __HAVE_PREEMPTION

(matt)

2010-12-22 06:08:10 UTC matt-nb5-mips64 commitmail json YAML

If we are MULTIPROCESSOR (which means preemption is enabled), we need to
reload curcpu() after disabling interrupts since we have been preempted
to a different CPU before interrupt got disabled.

(matt)

2010-12-22 06:06:19 UTC matt-nb5-mips64 commitmail json YAML

Add a check to more the ASID is valid on a user fault.

(matt)

2010-12-22 06:05:42 UTC matt-nb5-mips64 commitmail json YAML

Add a pmap_asid_check which verifies the current ASID is in COP0 ENTRY_HI

(matt)

2010-12-22 05:59:14 UTC matt-nb5-mips64 commitmail json YAML

Just call splcheck directly.  The stub fixer will make it right.

(matt)

2010-12-22 05:57:48 UTC matt-nb5-mips64 commitmail json YAML

Don't signal a preemption if we aren't enabling it.

(matt)

2010-12-22 05:57:13 UTC matt-nb5-mips64 commitmail json YAML

2010-12-22 05:54:56 UTC matt-nb5-mips64 commitmail json YAML

If the first thing is a conditional item, and it doesn't actually get
defines, genassym get very unhappy.  So move an item up so that never
happens.

(matt)

2010-12-22 05:53:38 UTC matt-nb5-mips64 commitmail json YAML

Allocate page from anywhere in KSEG0, not just the first 256MB.

(matt)

2010-12-22 05:51:19 UTC MAIN commitmail json YAML

print the error code for writing parity.

(christos)

2010-12-22 05:46:26 UTC MAIN commitmail json YAML

Say that -a is non-standard and -P is the default.

(christos)

2010-12-22 04:15:02 UTC MAIN commitmail json YAML

2010-12-22 03:22:44 UTC MAIN commitmail json YAML

PROC_PC() should have been changed to LWP_PC().

(nisimura)

2010-12-22 02:58:35 UTC MAIN commitmail json YAML

Emit DWARF relocation in its expected form

(matt)

2010-12-22 02:43:23 UTC MAIN commitmail json YAML

Add CTASSERT to verify __HAVE_CPU_DATA_FIRST is correct defined or undefined.

(matt)

2010-12-22 02:42:29 UTC MAIN commitmail json YAML

2010-12-22 02:41:13 UTC MAIN commitmail json YAML

Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first
member in struct cpu_info.

(matt)

2010-12-22 01:34:19 UTC MAIN commitmail json YAML

don't disable interrpts in ohci_intr1 - now USB works again on my Blade 2500
( hi gimpy )

(macallan)

2010-12-22 01:34:18 UTC MAIN commitmail json YAML

- make sure cpu_switchto() not to touch MIPS_CURLWP register at newlwp
  switchframe restoration stage.
- discard MIPS_CURLWP assignments exposed in cpu_lwp_fork() and
  cpu_setfunc().
- use plain 'jal' instruction to call lwp_startup().

(nisimura)

2010-12-22 01:04:23 UTC MAIN commitmail json YAML

Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first
member in struct cpu_info.

(matt)

2010-12-22 01:03:18 UTC MAIN commitmail json YAML

Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first
member in struct cpu_info.

(matt)

2010-12-22 01:03:03 UTC MAIN commitmail json YAML

Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first
member in struct cpu_info.

(matt)

2010-12-22 00:05:33 UTC MAIN commitmail json YAML

Add a define __HAVE_CPU_DATA_FIRST which means that cpu_data is the first
member in struct cpu_info.

(christos)

2010-12-21 22:26:44 UTC netbsd-5 commitmail json YAML

2010-12-21 22:25:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1498):
sys/dev/audio.c: revision 1.252
Fix botches in rev 1.185 (kent-audio1 merge) which cause buffer overrun
and "tlb_exception: no copyin/out fault hander" panic in
audio_fill_silence() after audio playback on dreamcast.
The problem is tracked and fix is provieded by Ryo SHIMIZU,
who is the auther of aica(4) audio driver for dreamcast.

(riz)

2010-12-21 22:23:38 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #1497):
sys/arch/dreamcast/dev/g2/aica.c: revision 1.19
Make aica_round_blocksize() always return a fixed buffer size.
I'm not sure if this is correct, but audio playback doesn't work
on dreamcast without this workaround. (since kent-audio1 merge?)

(riz)

2010-12-21 22:21:42 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1496):
sys/kern/init_main.c: revision 1.418
fix LOCKDEBUG panic 'uninitialized lock'.
seminit() calls exithook_establish(). exithook_establish() uses the exec_lock.
exec_lock is initialzed by exec_init(1).
Call exec_init(1) before seminit().

(riz)

2010-12-21 22:20:12 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1495):
sys/arch/acorn32/stand/lib/riscospart.c: revision 1.3
Use partition_cyl_high and partition_cyl_low to find the "RiscBSD"
partition.
Makes nbfs somewhat work on my RiscPC.

(riz)

2010-12-21 20:56:01 UTC MAIN commitmail json YAML

Add -a archive flag. from Aleksey Cheusov

(christos)

2010-12-21 20:39:53 UTC MAIN commitmail json YAML

All ports have to expose 'struct cpu_info' when _KMEMUSER is defined.
We will just expose cpu_info.ci_data for the moment, which is needed for
vmstat(1) to compile. Doing so with the whole cpu_info structure is
problematic, because of imask_t.

(phx)

2010-12-21 20:30:13 UTC MAIN commitmail json YAML

PR/44259: Aleksey Cheusov: xargs: -r option is supported but not documented
Synced with the FreeBSD doc.

(christos)

2010-12-21 19:18:47 UTC MAIN commitmail json YAML

Add ttyE1-ttyE3 for wscons.
Use serial devices tty00, tty01, tty10 and tty11, which are configured
by MAKEDEV.

(phx)

2010-12-21 18:35:49 UTC MAIN commitmail json YAML

Correct entry [jmcneill 20090804] (the hw.wake was moved to hw.acpi.wake).

(jruoho)

2010-12-21 18:28:59 UTC MAIN commitmail json YAML

ACPICA 20101209 is out.

Major rework of the GPE handling. A lot of API breakages. Perhaps not worth
updating before 6.0, given that the current version works relatively well.

(jruoho)

2010-12-21 18:27:19 UTC MAIN commitmail json YAML

Clean-up some of my entries.

(jruoho)

2010-12-21 18:13:03 UTC MAIN commitmail json YAML

fix incorrect overflow check from Nicholas Joly

(christos)

2010-12-21 18:05:43 UTC MAIN commitmail json YAML

2010-12-21 18:05:05 UTC MAIN commitmail json YAML

Fix xref: rb(3) -> rbtree(3).

(njoly)

2010-12-21 15:05:03 UTC MAIN commitmail json YAML

2010-12-21 14:26:18 UTC MAIN commitmail json YAML

2010-12-21 14:23:43 UTC MAIN commitmail json YAML

Migrate a few more tests from old regress style to atf

(pgoyette)

2010-12-21 08:53:25 UTC MAIN commitmail json YAML

2010-12-21 08:50:18 UTC MAIN commitmail json YAML

Note the 'vm.user_va0_disable', labelled as "protections against NULL
pointer dereferences".

(jruoho)

2010-12-21 08:11:22 UTC MAIN commitmail json YAML

2010-12-21 07:07:44 UTC MAIN commitmail json YAML

PR/44213 - B ICT A.P. de Brouwer Jr. -- add some Motorola phones

(jnemeth)

2010-12-21 07:03:55 UTC MAIN commitmail json YAML

2010-12-21 07:03:09 UTC MAIN commitmail json YAML

PR/44213 - B ICT A.P. de Brouwer Jr. -- clarify Motorola USBLAN

(jnemeth)

2010-12-21 00:24:14 UTC MAIN commitmail json YAML

We don't expect tests to fail anymore.

(christos)

2010-12-21 00:15:11 UTC MAIN commitmail json YAML

- document limitations
- add extra number name parsing

(christos)

2010-12-21 00:14:10 UTC MAIN commitmail json YAML

- document limitations
- add synonyms for the numbers

(christos)

2010-12-20 23:48:26 UTC MAIN commitmail json YAML

2010-12-20 23:47:23 UTC MAIN commitmail json YAML

2010-12-20 21:18:46 UTC MAIN commitmail json YAML

Now, get the return error too, in case that could help with EC2
troubleshooting...

(jym)

2010-12-20 21:11:26 UTC MAIN commitmail json YAML

2010-12-20 19:51:03 UTC MAIN commitmail json YAML

2010-12-20 19:18:24 UTC MAIN commitmail json YAML

The driver didn't work, because it expects the whole data packet in a
single interrupt. Reality shows that with current kernels a 81 bytes packet
is split into 3 interrupts with 32 + 32 + 17 bytes. I have added a workaround
to deal with it. The Geyser2 devices with 64 byte packets are unsupported
at the moment. Somebody needs to test it.

New: Added support for the iBook 12-inch trackpad.

(phx)

2010-12-20 19:15:26 UTC MAIN commitmail json YAML

A small clarification in the example.

(jruoho)

2010-12-20 18:49:12 UTC MAIN commitmail json YAML

usbd_dump_*() functions are also needed when just EHCI_DEBUG is defined,
without USB_DEBUG.

(phx)

2010-12-20 18:18:32 UTC MAIN commitmail json YAML

Xref module(7) and iic(4).

(jruoho)

2010-12-20 18:15:21 UTC MAIN commitmail json YAML

Note options I2C_SCAN.

(jruoho)

2010-12-20 18:11:35 UTC MAIN commitmail json YAML

Fix section, atf(1) -> atf(7).

(njoly)

2010-12-20 16:23:01 UTC MAIN commitmail json YAML

Add testcase from PR/44255, that exercize parsedate(3) with sample
strings taken from the manpage.

(njoly)

2010-12-20 16:13:45 UTC MAIN commitmail json YAML

2010-12-20 15:10:06 UTC MAIN commitmail json YAML

Remove unneeded .debug entry for t_swsensor script.

(njoly)

2010-12-20 09:11:37 UTC MAIN commitmail json YAML

2010-12-20 08:34:15 UTC MAIN commitmail json YAML

Remove C1E from CAVEATS, as it is now handled by acpicpu(4).

(jruoho)

2010-12-20 08:33:09 UTC MAIN commitmail json YAML

Note that all relatively new x86 systems should prefer acpicpu(4).

Also mention that the legacy ENHANCED_SPEEDSTEP and POWERNOW_K8 are known to
be problematic or entirely dysfunctional with new processors.

(jruoho)

2010-12-20 08:13:04 UTC MAIN commitmail json YAML

Use branch annotations in couple of places. Add two comments.

(jruoho)

2010-12-20 04:56:18 UTC MAIN commitmail json YAML

Add a rump-based set of tests for sysmon_envsys(8) + powerd(8) + swsensor(4)

(pgoyette)

2010-12-20 04:29:56 UTC MAIN commitmail json YAML

To use x86/cpu.h struct cpu_info from userland, we need via_padlock.h installed.

(christos)

2010-12-20 04:29:29 UTC MAIN commitmail json YAML

To use x86/cpu.h struct cpu_info from userland, we need via_padlock.h installed.

(christos)

2010-12-20 04:27:35 UTC MAIN commitmail json YAML

Add a little #ifdef _KERNEL so that vmstat can use this file. Also userland
does not know about lwp_t, so use struct lwp.

(christos)

2010-12-20 04:25:03 UTC MAIN commitmail json YAML

make this work with the per-cpu counters.

(christos)

2010-12-20 01:12:45 UTC MAIN commitmail json YAML

2010-12-20 00:55:10 UTC MAIN commitmail json YAML

Move the bottom of the heap off the top of the stack. Also, increase the heap
size by 64KiB.  These changes allows gzipped Xen with gzipped Dom0 kernels
to successfully boot.  I also suspect this will cure the amd64 CD boot issue
without disabling ext2fs support.

(jakllsch)

2010-12-20 00:49:23 UTC MAIN commitmail json YAML

Revert previous - inadvertant commit to wrong repository.

(riz)

2010-12-20 00:44:53 UTC MAIN commitmail json YAML

Pull in change from njoly@ in -current

(riz)

2010-12-20 00:39:06 UTC MAIN commitmail json YAML

We want a literal 0x86 in %ah for this int $0x15 delay,
not the value of the byte at 0x86.

(jakllsch)

2010-12-20 00:25:48 UTC MAIN commitmail json YAML

2010-12-20 00:14:41 UTC MAIN commitmail json YAML

Add siisata (but make sure wd0 is still on viaide)

(matt)

2010-12-20 00:12:47 UTC MAIN commitmail json YAML

revert vfs_lookup.c rev.1.126 for now because some problems are reported
on source-changes-d@ (thanks pooka) and i don't think i can take a look at
them in a timely manner.

(yamt)

2010-12-19 23:23:36 UTC MAIN commitmail json YAML

Need the successful count (for AMI debugging)

(jym)

2010-12-19 23:22:46 UTC MAIN commitmail json YAML

Add missing .Os macro.

(njoly)

2010-12-19 22:53:20 UTC MAIN commitmail json YAML

2010-12-19 22:52:08 UTC MAIN commitmail json YAML

2010-12-19 22:19:27 UTC MAIN commitmail json YAML

Remove trailing whitespace; sort errors; spell "variadic" like
Wikipedia or GNU libc.

(wiz)

2010-12-19 17:26:51 UTC MAIN commitmail json YAML

2010-12-19 17:18:23 UTC MAIN commitmail json YAML

Compute real/protected %sp/%esp offset in 'gdt_fixup' using all 32-bits.
Allows the case of %ss being less than %cs to work.
Also, completely save and restore the general-purpose registers we use.

(jakllsch)

2010-12-19 17:17:50 UTC MAIN commitmail json YAML

Remove unnecessary #ifdef RTLD_DEBUG

(skrll)

2010-12-19 16:54:10 UTC MAIN commitmail json YAML

Make the ioctl prototype reflect reality and explain why. Also mention that
the generic file descriptor manipulation ioctls are superceded by the
equivalent fcntl one.

(christos)

2010-12-19 16:25:16 UTC MAIN commitmail json YAML

Fix theoretical buffer overflow by using MAXPATHLEN for realpath(3).

(jruoho)

2010-12-19 15:58:15 UTC MAIN commitmail json YAML

Fixed typo.

(phx)

2010-12-19 15:57:26 UTC MAIN commitmail json YAML

amigappc onboard serial works

(phx)

2010-12-19 14:46:10 UTC MAIN commitmail json YAML

Fixed serial RBF interrupt.
We have to call ser_fastint() instead of ser_intr().

(phx)

2010-12-19 13:04:54 UTC MAIN commitmail json YAML

Disable bzip2 support in tools bdftopcf(1).
We don't use bzip2 fonts on build and some OS doesn't have bzip2 headers.
Ok'ed by mrg@, martin@, fixes PR/44138.

Should be pulled up to netbsd-5 (and netbsd-5-1).

(tsutsui)

2010-12-19 11:05:06 UTC MAIN commitmail json YAML

The 604e User's Manual states that the PLL_CFG settings are compatible with
the 603e, so we just need a single pll-table. Also, the PLL_CFG settings in
the 603e manual seem to be partly wrong, leading to some misdetected cpu
clocks for the BPPC cards.
Patch by Radoslaw Kujawa.

(phx)

2010-12-19 10:08:44 UTC MAIN commitmail json YAML

2010-12-19 10:07:24 UTC MAIN commitmail json YAML