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

2024-05-10 21:12:17 UTC Now

2010-08-11 10:30:30 UTC MAIN commitmail json YAML

Change bus header a little: reserve only 32bits for the lock and
use 32bit atomic ops to handle it.  Begin data from 0x10 instead
of 0x14.

(pooka)

2010-08-11 10:25:59 UTC MAIN commitmail json YAML

* if kevent() fails with EINTR, try again instead of returning an error
* stuff rumpuser_dprintf to stderr instead of stdout

(pooka)

2010-08-11 09:50:01 UTC uebayasi-xip commitmail json YAML

s/vm_physseg_find_direct/vm_physseg_find_device/

(uebayasi)

2010-08-11 09:36:45 UTC MAIN commitmail json YAML

Use kpause() instead of DELAY() and sleep a minimum of 1 tick.
This is possible now since softints have a thread context.  It's
also not a very frequent code path.  Addresses ABI issue with delay
(kern/40505).

I'm not entire sure what this delay is meant to accomplish, though.

(pooka)

2010-08-10 21:57:44 UTC MAIN commitmail json YAML

2010-08-10 21:56:24 UTC MAIN commitmail json YAML

2010-08-10 21:55:28 UTC MAIN commitmail json YAML

Add a most elementary carp test: it forks off two processes,
configures carp in each of them, and after verifying that the shared
address responds to ping it brutally kills the master like a proper
carnivore (none of that ifconfig down sissy vegan nonsense).  Then
the test checks if the backup got its act together by pinging the
shared address and passes verdict.

(pooka)

2010-08-10 21:50:10 UTC MAIN commitmail json YAML

Support carp.  It would be nice to support this as its own component,
but there's about 1000 lines of #ifdef which disagree with my wish.

(pooka)

2010-08-10 21:48:23 UTC MAIN commitmail json YAML

Attach 1 loop instead of 0.

not tested on animals

(pooka)

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

Include opt_inet since this checks INET/INET6

(pooka)

2010-08-10 21:32:38 UTC MAIN commitmail json YAML

Don't create the percpu clock interrupt threads as softint threads
because they aren't softint threads.  This fixes callouts in
situations where there is nothing else happening in the rump kernel
(i.e. no threads executed which would trigger the softints when
they unschedule).

(pooka)

2010-08-10 19:16:04 UTC MAIN commitmail json YAML

Use correct indices for clock threads and more descriptive ones
for the softint threads.

(pooka)

2010-08-10 18:17:12 UTC MAIN commitmail json YAML

* use atomic ops instead of __cpu_simple_luck
* this interface is un-IFF_SIMPLEX

(pooka)

2010-08-10 18:06:10 UTC MAIN commitmail json YAML

* improve diagnostic print
* deal with a tap quirk when it returns 0 bytes

(pooka)

2010-08-10 17:53:08 UTC MAIN commitmail json YAML

two disgusting hacks:
-mk/bsd.lib.mk picks up a .S asm file behind our back (did it do so
always?). s_modf.S is incorrect; I'm undecided whether it makes sense
to fix it, so add a stupid rule to enforce the .c file to be used.
-on i386, s_tanh.c gets miscompiled. It works with -O0, so add
COPTS for exactly that file.

(drochner)

2010-08-10 13:52:13 UTC MAIN commitmail json YAML

Include the type of non-complex pins in the label.

(joerg)

2010-08-10 13:47:39 UTC MAIN commitmail json YAML

Increase safety of the speaker -> beep generator workaround by check
that no such widget is defined first.  On a Dell Latitude 430, widget
0x14 is the beep generator and the original version would replace the
normal speaker output, breaking head phone redirection in the process.

Discussed with jmcneill@

(joerg)

2010-08-10 11:14:30 UTC MAIN commitmail json YAML

Reduce noise by explicitly skipping unassociated pins.

(joerg)

2010-08-10 11:01:01 UTC MAIN commitmail json YAML

fix a double free() in error case, see the thread
"openssl-1.0.0a and glibc detected sthg ;)" in openssl-dev.
I was getting a SEGV with the example posted there.

(drochner)

2010-08-10 06:10:16 UTC MAIN commitmail json YAML

Call a flag flag, not argument.

(wiz)

2010-08-10 05:22:07 UTC MAIN commitmail json YAML

2010-08-10 04:38:06 UTC MAIN commitmail json YAML

Add a XXX-comment as a TODO. From jmcneill@:

        /*
        * XXX: The pci_find_device(9) function only deals with
        *      attached devices. Change this to use something like
        *      pci_device_foreach(), and implement it for IA-64.
        */

(jruoho)

2010-08-10 02:57:44 UTC MAIN commitmail json YAML

pull across a patch from git 11005146d6defa876a988daad587ae558f04ecbb:

From: Alex Deucher <alexdeucher@gmail.com>
Date: Tue, 10 Aug 2010 02:18:53 +0000
Subject: atom: upstream parser update

fixes digital output problems on evergreen asics

(mrg)

2010-08-10 02:43:50 UTC MAIN commitmail json YAML

Note the gathered statistics. One CAVEAT down.

(jruoho)

2010-08-10 02:42:05 UTC MAIN commitmail json YAML

2010-08-09 23:09:00 UTC MAIN commitmail json YAML

Use empty do/while for no-op.

(uwe)

2010-08-09 23:07:20 UTC MAIN commitmail json YAML

Misc cosmetics.  Refix __func__ fallout fixed in previous by
eliminating the temp completely (__func__ is already an array).

This has been sitting in my tree for years, and I forgot to commit it.
Compile-tested by compiling hpcsh GENERIC with options DEBUG.

(uwe)

2010-08-09 21:14:26 UTC MAIN commitmail json YAML

Add -G to usage, omission pointed out by wiz.  Also, make usage format
nicer on a 80col terminal.

(pooka)

2010-08-09 20:23:20 UTC MAIN commitmail json YAML

Sort option descriptions.

(wiz)

2010-08-09 19:36:30 UTC MAIN commitmail json YAML

add comment saying why the other test doesn't use fstest

(pooka)

2010-08-09 19:34:59 UTC MAIN commitmail json YAML

* convert 48k fs image test to FSTEST_CON/DESTRO
* make sure hugeblocksize doesn't accidentally succeed

(pooka)

2010-08-09 19:32:26 UTC MAIN commitmail json YAML

allow overriding of defaults

(pooka)

2010-08-09 17:42:26 UTC MAIN commitmail json YAML

Check that mounting a file system with blocksize > MAXPHYS returns an error.

(pooka)

2010-08-09 17:20:57 UTC MAIN commitmail json YAML

Add -G, which turns consistency check errors in warnings.  The
current testing purpose is to create a file system with
block size > MAXPHYS.

(the check doesn't make that much sense anyway in these days of
mobile file systems, since we're interested in MAXPHYS where we
attempt to mount the file system, not where we happen to create it)

(pooka)

2010-08-09 17:12:18 UTC MAIN commitmail json YAML

add a linefeed to the previous

(pooka)

2010-08-09 16:18:45 UTC MAIN commitmail json YAML

2010-08-09 16:17:58 UTC MAIN commitmail json YAML

2010-08-09 16:13:22 UTC MAIN commitmail json YAML

Fix a typo. Sypported indeed.

(jruoho)

2010-08-09 15:56:45 UTC MAIN commitmail json YAML

On systems where both the existing EST code and the one provided by ACPI are
functional, the previously loaded EST code may have used frequencies that
are not present in the BIOS. This will cause failures since acpicpu(4) will
treat these unknown frequencies as errors. "Fix" this by initializing the
cached P-state to P0, regardless of what the true state might be.

(jruoho)

2010-08-09 15:50:13 UTC MAIN commitmail json YAML

Return error if we try to mount a file system with block size > MAXBSIZE.

Note: there is a billion ways to make the kernel panic by trying
to mount a garbage file system and I don't imagine we'll ever get
close to fixing even half of them.  However, for this one failing
gracefully is a bonus since Xen DomU only does 32k MAXBSIZE and
the 64k MAXBSIZE file systems are out there (PR port-xen/43727).

Tested by compiling sys/rump with CPPFLAGS+=-DMAXPHYS=32768 (all
tests in tests/fs still pass).  I don't know how we're going to
translate this into an easy regression test, though.  Maybe with
a hacked newfs?

(pooka)

2010-08-09 15:46:18 UTC MAIN commitmail json YAML

Revert the previous changes to EST. The used hack had an obvious flaw:
the acpicpu(4) driver should attach even if the existing frequency management
code fails to attach, mainly because ACPI is the only proper way to deal
with EST on new Intel system.

Use a more drastic hack to deal with this: when acpicpu(4) attachs, it tears
down any existing sysctl(8) controls and installs identical ones in place.
Upon detachment, the initialization function of the existing EST is called.

(jruoho)

2010-08-09 15:39:41 UTC MAIN commitmail json YAML

2010-08-09 15:10:20 UTC MAIN commitmail json YAML

2010-08-09 15:08:43 UTC MAIN commitmail json YAML

2010-08-09 15:07:51 UTC MAIN commitmail json YAML

add a simple pingtest

(pooka)

2010-08-09 13:41:39 UTC MAIN commitmail json YAML

2010-08-09 10:57:23 UTC MAIN commitmail json YAML

Group hyphens differently.

(wiz)

2010-08-09 09:36:42 UTC MAIN commitmail json YAML

acpi_pcidev_scan: attach PCI information only to working devices.

ok jruoho@

(gsutre)

2010-08-09 06:40:34 UTC MAIN commitmail json YAML

2010-08-09 06:36:19 UTC MAIN commitmail json YAML

Document P-states. Update notes about C-states. Shorten CAVEATS.

(jruoho)

2010-08-09 05:00:24 UTC MAIN commitmail json YAML

Downgrade the currently supported maximum C-state to C1. There appears to be
timer-related interrupt issues also in C2. With C1 it is guaranteed that
acpicpu(4) will not cause any slowdowns due stalled local APIC timer.

(jruoho)

2010-08-09 04:27:07 UTC MAIN commitmail json YAML

When retrieving the current frequency, scan all available P-states.
Only use the dynamic maximum when setting a frequency.

(jruoho)

2010-08-09 04:18:49 UTC MAIN commitmail json YAML

Move the sysctl function pointers used by acpicpu(4) to x86/cpu.c.
Rename these so that the same pointers may be used in other parts.

(jruoho)

2010-08-08 20:04:54 UTC MAIN commitmail json YAML

add more spdmem instances for HP xw-series workstations.
add se (scsi ethernet).

(chs)

2010-08-08 20:04:25 UTC MAIN commitmail json YAML

add more (commented-out) spdmem instances for HP xw-series workstations.

(chs)

2010-08-08 18:47:54 UTC MAIN commitmail json YAML

jmcneill@: do not touch the bus_space(9) handle.

(jruoho)

2010-08-08 18:44:16 UTC MAIN commitmail json YAML

merge sparc and sparc64 fsr.h into one file.
add the missing FSR_TT_* definitions.
fix FSR_FTT_MASK.  fix the V9 FCC fields.

(chs)

2010-08-08 18:38:31 UTC MAIN commitmail json YAML

print the correct error code if nfs_mount() fails.

(chs)

2010-08-08 18:31:50 UTC MAIN commitmail json YAML

fix emul state tracking for exit vs exit_group on linux.

(chs)

2010-08-08 18:28:00 UTC MAIN commitmail json YAML

add more (commented-out) spdmem instances for HP xw-series workstations.

(chs)

2010-08-08 18:25:14 UTC MAIN commitmail json YAML

only print the boot-time message if we're being verbose.

(chs)

2010-08-08 18:25:06 UTC MAIN commitmail json YAML

2010-08-08 18:24:35 UTC MAIN commitmail json YAML

move a debug printf to FD_DEBUG.

(chs)

2010-08-08 18:22:39 UTC MAIN commitmail json YAML

remove an unused variable.

(chs)

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

2010-08-08 18:19:56 UTC MAIN commitmail json YAML

remove some unreachable debug code.

(chs)

2010-08-08 18:19:26 UTC MAIN commitmail json YAML

enable DDB_HISTORY_SIZE since DDB is enabled.

(chs)

2010-08-08 18:18:58 UTC MAIN commitmail json YAML

fix copy{in,out}{,str}() to return the error returned by uvm_fault().
part of PR 41813 that I missed earlier.

(chs)

2010-08-08 18:17:12 UTC MAIN commitmail json YAML

in genfs_getpages(), mark the vnode dirty (ie. add to syncer worklist
and set VI_WRMAPDIRTY) after we have busied the pages rather than
before.  this prevents other threads calling genfs_do_putpages() from
marking the vnode clean again while we're in the process of creating
new writable mappings, since such threads will wait for the page(s) to
become unbusy before proceeding.
fixes the problem recently reported by hannken@ on tech-kern.

(chs)

2010-08-08 18:13:54 UTC MAIN commitmail json YAML

Fix several panics that can be caused by applications using
bad segment register values with setcontext() or sigreturn().

(chs)

2010-08-08 18:10:35 UTC MAIN commitmail json YAML

As per jmcneill@'s suggestion, improve error reporting.

(jruoho)

2010-08-08 17:21:14 UTC MAIN commitmail json YAML

Add P-states. (I blame the ease of using modules.)

(jruoho)

2010-08-08 17:05:50 UTC MAIN commitmail json YAML

Remove bogus check and allow all CPUs to use I/O-based P-states.

(jruoho)

2010-08-08 16:58:42 UTC MAIN commitmail json YAML

Merge P-state support for acpicpu(4).

Remarks:

  1.    All processors (x86 or not) for which the vendor has implemented
        ACPI I/O access routines are supported. Native instructions are
        currently supported only for Intel's "Enhanced Speedstep". Code for
        "PowerNow!" (AMD) will be merged later. Native support for VIA's
        "PowerSaver" will be investigated.

  2.    Backwards compatibility with existing userland code is maintained.
        Comparable to the case with cpu_idle(9), the ACPI CPU driver
        installs alternative functions for the existing sysctl(8) controls.
        The "native" behavior (if any) is restored upon detachment.

  3.    The dynamic nature of ACPI-provided P-states needs more investigation.
        The maximum frequency induced (but not forced) by the firmware may
        change dynamically. Currently, the sysctl(8) controls error out with
        a value larger than the dynamic maximum. The code itself does not
        however yet react to the notifications from the firmware by changing
        the frequencies in-place. Presumably the system administrator should
        be able to choose whether to use dynamic or static frequencies.

(jruoho)

2010-08-08 16:51:34 UTC MAIN commitmail json YAML

make this compile with DIAGNOSTIC and PSH3TP_DEBUG.

(chs)

2010-08-08 16:27:30 UTC MAIN commitmail json YAML

2010-08-08 16:26:47 UTC MAIN commitmail json YAML

acpi_pcidev_scan: discard invalid PCI addresses.

(gsutre)

2010-08-08 16:25:49 UTC MAIN commitmail json YAML

remove dup "options KTRACE".

(chs)

2010-08-08 16:23:40 UTC MAIN commitmail json YAML

make this compile with DIAGNOSTIC.

(chs)

2010-08-08 15:23:28 UTC MAIN commitmail json YAML

Remove trailing whitespace, and mark up file name suffix.

(wiz)

2010-08-08 14:26:23 UTC MAIN commitmail json YAML

Filling in a few more gaps.

(pgoyette)

2010-08-08 13:42:44 UTC MAIN commitmail json YAML

gcc-4.5.1 out.

(wiz)

2010-08-08 11:58:26 UTC MAIN commitmail json YAML

Erroneously committed test code. Reverted to previous revision.

(phx)

2010-08-08 11:54:46 UTC MAIN commitmail json YAML

2010-08-08 11:25:54 UTC MAIN commitmail json YAML

Add options PXA2X0_LCD_WRITETHROUGH to improve console speed.

(tsutsui)

2010-08-08 11:24:52 UTC MAIN commitmail json YAML

Allow pxa2x0_lcd driver mapping screen buffer memory cachable with
write-through map (i.e. map it without BUS_DMA_COHERENT) since
currently all DMA data transfers are memory to device only.

Disabled by default, but enabled by "options PXA2X0_LCD_WRITETHROUGH"
or setting pxa2x0_lcd_writethrough = 1 in a kernel binary.

Tested on WS003SH by me and on WS011SH by jun@, and console output speed
is improved ~three times faster than coherent (uncached) mapping.

XXX: should we have a flag like BUS_DMA_WRITETHROUGH in MI bus_dma(9)?

(tsutsui)

2010-08-08 09:33:36 UTC MAIN commitmail json YAML

Must disable LCD Controller in pxa2x0_lcd_attach_sub(), if already enabled.
We wait to become disable LCD in pxa2x0_lcd_initialize().

(kiyohara)

2010-08-08 09:33:05 UTC MAIN commitmail json YAML

white space -> tab.

(isaki)

2010-08-08 09:30:29 UTC MAIN commitmail json YAML

Probe not only ctrl address but also bank window address.
This prevents the wrong matching when other boards like
Neptune-X exist.  Reported by Yasushi Oshima.

(isaki)

2010-08-08 09:00:16 UTC MAIN commitmail json YAML

Use EVBARM_BOARDTYPE to print 'NetBSD/evbarm(*)'.  That defined to
std.gumstix and std.overo.

(kiyohara)

2010-08-08 05:03:00 UTC MAIN commitmail json YAML

Note the acpiverbose module.

(jruoho)

2010-08-08 01:57:24 UTC MAIN commitmail json YAML

Like some other USB devices, register cdce(4) with pmf(9).
Addresses PR#40949.

(jakllsch)

2010-08-08 00:48:46 UTC MAIN commitmail json YAML

Some core i7 CPUs report model 0c. In this case, check for the extended
model value.

Required to avoid faulting on rdmsr(MSR_FSB_FREQ) early during boot.

Will ask for a pull-up. This affects GENERIC, and most likely, install iso
too.

XXX quick hack. Obtaining FSB through ACPI should be cleaner.

(jym)

2010-08-08 00:44:38 UTC MAIN commitmail json YAML

2010-08-08 00:23:26 UTC MAIN commitmail json YAML

2010-08-07 22:31:58 UTC MAIN commitmail json YAML

Use aprint_debug_dev(). Caught thanks to coccinelle.

(jym)

2010-08-07 22:21:31 UTC MAIN commitmail json YAML

2010-08-07 21:59:11 UTC MAIN commitmail json YAML

2010-08-07 21:58:34 UTC MAIN commitmail json YAML

2010-08-07 21:53:19 UTC MAIN commitmail json YAML

Add bsd.ioconf.mk now that we are installing it. You must be able
to type 'make obj' and have it work from any directory, and if you
try from /usr/src/compat, this does not work because the build does
not automatically add -m $topdir/share/mk in that case.

(christos)

2010-08-07 21:50:52 UTC MAIN commitmail json YAML

don't forget to install bsd.ioconf.mk

(christos)

2010-08-07 21:32:28 UTC MAIN commitmail json YAML

fix the build; we need libmj installed before compiling netpgp binaries.

(christos)

2010-08-07 21:28:40 UTC MAIN commitmail json YAML

In jobs mode, if we cannot make a target we die without any further
clue.  Call PrintOnError() before DieHorribly().

(sjg)

2010-08-07 21:09:49 UTC MAIN commitmail json YAML

Pass the lengths of the buffers and use bound string functions where easy
to do so.

(christos)

2010-08-07 21:03:18 UTC MAIN commitmail json YAML

Add __BEGIN_PUBLIC / __END_PUBLIC, __BEGIN_HIDDEN / __END_HIDDEN and
__dso_public and __dso_hidden markers. Change __BEGIN_DECLS /
__END_DECLS to include __BEGIN_PUBLIC / __END_PUBLIC.

(joerg)

2010-08-07 20:48:55 UTC MAIN commitmail json YAML

2010-08-07 20:47:27 UTC MAIN commitmail json YAML

2010-08-07 20:43:46 UTC MAIN commitmail json YAML

Fix for another 3g modem used by Cosmote in Greece. This is a ZTE MF636(?)
modem that requires ejecting the fake umass disk that contains the drivers
like the novatel one. Perhaps I should rename the novatel routine
usbd_scsi_eject() or something.

(christos)

2010-08-07 20:39:33 UTC MAIN commitmail json YAML

Fix incorrect comments about the buffer size being 2K; it is really 8K now.
From Robert Watson.

(christos)

2010-08-07 20:38:13 UTC MAIN commitmail json YAML

Apply changes from 2.4.5. Supposedly fixes some 3G issues.

(christos)

2010-08-07 20:07:26 UTC MAIN commitmail json YAML

Do not try to disable ACPI if we can not enter to legacy mode. While it is
safe to call AcpiDisable() even if a system operates only in ACPI mode, this
leads to unpleasantly verbose error messages in ACPICA.

(jruoho)

2010-08-07 19:47:35 UTC MAIN commitmail json YAML

Stricter matching for _rtld_invalid_paths by ensuring separator.
Use mem* functions instead of str* for strings of known size.

(joerg)

2010-08-07 19:18:04 UTC MAIN commitmail json YAML

Removed double WAPBL option. Fixed typo.

(phx)

2010-08-07 18:59:53 UTC MAIN commitmail json YAML

Allow to dump the basic information at runtime with a flag to modload(8).
This can help when dealing with problem reports, as the user does not need
to reboot nor compile a kernel. Instead: 'modload -b dump=true acpiverbose'.

(jruoho)

2010-08-07 18:57:12 UTC MAIN commitmail json YAML

2010-08-07 18:13:12 UTC MAIN commitmail json YAML

Remove reference to fpresetsticky(3), which doesn't exist.
From Stathis Kamperis.

(wiz)

2010-08-07 18:12:46 UTC MAIN commitmail json YAML

Fix typo in MLINKS, from Stathis Kamperis. Adapt set lists, and run
them through sort while there.

(wiz)

2010-08-07 18:06:59 UTC MAIN commitmail json YAML

Retire old crtbegin/crtend implementation. It is not compatible with the
expectations of modern C++

(joerg)

2010-08-07 18:02:40 UTC MAIN commitmail json YAML

Don't build the CRT stuff here for i386 and x86_64.

(joerg)

2010-08-07 18:01:35 UTC MAIN commitmail json YAML

Switch i386 and x86_64 to the new CRT layout. The crt0.c body is shared
between all platforms and a small assembler stub in crt0.S is used for
setting up the proper stack and whatever else MD needs.

Extract crti.S and crtn. from the old dot_init.h files. Prepare other
platforms that use the 6-argument form of __(_)start for this.

Rewrite the crtbegin and crtend modules in assembler to make them
compiler independent. Document the interface in README.

(joerg)

2010-08-07 17:12:55 UTC MAIN commitmail json YAML

Fix build failure.

(jruoho)

2010-08-07 16:59:48 UTC MAIN commitmail json YAML

2010-08-07 16:41:34 UTC MAIN commitmail json YAML

2010-08-07 16:24:19 UTC MAIN commitmail json YAML

Reject invalid vendor IDs (say if there was a RIRB timeout while reading the
VID registers)

(jmcneill)

2010-08-07 16:15:48 UTC MAIN commitmail json YAML

Don't use complete prototypes in FUNCTIONS. But use standard section headers.

(jruoho)

2010-08-07 14:56:02 UTC MAIN commitmail json YAML

Remove AR9280 and AR9285 from the supported chips list.

(jmcneill)

2010-08-07 14:17:22 UTC MAIN commitmail json YAML

Dump MADT in ACPIVERBOSE.

(jruoho)

2010-08-07 09:55:59 UTC MAIN commitmail json YAML

Remove the last ACPI driver -specific #ifdef, ACPI_FDC_DEBUG.

(jruoho)

2010-08-07 09:53:25 UTC MAIN commitmail json YAML

Remove ACPI_MADT_DEBUG.

(jruoho)

2010-08-07 09:41:20 UTC MAIN commitmail json YAML

Reorganize: also the APIC tables will be dumped in ACPIVERBOSE, and the
callback functions will be modified to be suitable also with other tables.

(jruoho)

2010-08-07 08:59:51 UTC MAIN commitmail json YAML

Dump the whole FADT in ACPIVERBOSE.

(jruoho)

2010-08-07 06:44:08 UTC MAIN commitmail json YAML

wait[pid]() is called in several places.
If we encounter an error and run the .ERROR target, we may
reap a pid which jobs is waiting for.  Ensure that we
cleanup so that make isn't left waiting for an already
deceased child.

(sjg)

2010-08-07 06:18:17 UTC MAIN commitmail json YAML

Remove unused options PIC_I8259.

(kiyohara)

2010-08-07 06:16:22 UTC MAIN commitmail json YAML

Remove unnecessary line.
Variable openpic_base exists, if defined PIC_OPENPIC.

(kiyohara)

2010-08-07 05:53:21 UTC MAIN commitmail json YAML

2010-08-07 05:30:58 UTC MAIN commitmail json YAML

2010-08-07 04:53:56 UTC MAIN commitmail json YAML

2010-08-07 04:50:35 UTC MAIN commitmail json YAML

re-fix this typo once again...

(agc)

2010-08-07 04:45:56 UTC MAIN commitmail json YAML

2010-08-07 04:41:58 UTC MAIN commitmail json YAML

2010-08-07 04:40:07 UTC MAIN commitmail json YAML

2010-08-07 04:34:03 UTC MAIN commitmail json YAML

Build libraries in the correct order, also waiting for prereqs to build first

(agc)

2010-08-07 04:27:00 UTC MAIN commitmail json YAML

also make the JSON library

(agc)

2010-08-07 04:26:03 UTC MAIN commitmail json YAML

2010-08-07 04:25:19 UTC MAIN commitmail json YAML

2010-08-07 04:23:56 UTC MAIN commitmail json YAML

use any alternate location for openssl

(agc)

2010-08-07 04:18:54 UTC MAIN commitmail json YAML

2010-08-07 04:17:49 UTC MAIN commitmail json YAML

2010-08-07 04:16:41 UTC MAIN commitmail json YAML

Catch up the JSON routines being in their own library. Use the JSON routines
to return all the text as a JSON-encoded string for all keys and sigs which
are returned.

(agc)

2010-08-07 04:13:57 UTC MAIN commitmail json YAML

2010-08-07 02:39:01 UTC MAIN commitmail json YAML

Add NVIDIA MCP77 to the quirk table, so ahcisata will attach when the
BIOS is set to 'RAID' mode.

(jmcneill)

2010-08-06 23:38:34 UTC MAIN commitmail json YAML

Simplify ACPIVERBOSE; we can manage just fine with the function pointers.

(jruoho)

2010-08-06 22:45:00 UTC MAIN commitmail json YAML

2010-08-06 19:39:26 UTC MAIN commitmail json YAML

ACPICA 20100806 is out.

(Not yet time to import; rest of the GPE changes should arrive
before this is updated for the last time before 6.0.)

(jruoho)

2010-08-06 18:54:50 UTC MAIN commitmail json YAML

As the devices are listed in the body of the text,
remove the .Xref spam in SEE ALSO.

(jruoho)

2010-08-06 18:36:10 UTC MAIN commitmail json YAML

Like with mqueue(3), create and remove the aio(3) sysctl nodes dynamically.

(jruoho)

2010-08-06 18:10:40 UTC MAIN commitmail json YAML

Fix prototypes; SYSCTLFN_ARGS -> SYSCTLFN_PROTO.
(These things really only obscure the code.)

(jruoho)

2010-08-06 17:00:13 UTC MAIN commitmail json YAML

2010-08-06 16:44:07 UTC MAIN commitmail json YAML

2010-08-06 16:42:31 UTC MAIN commitmail json YAML

2010-08-06 16:33:19 UTC MAIN commitmail json YAML

2010-08-06 16:17:13 UTC MAIN commitmail json YAML

2010-08-06 16:13:55 UTC MAIN commitmail json YAML

2010-08-06 16:13:27 UTC MAIN commitmail json YAML

Add test cases to check that sysmon/swwdog will panic and reboot
the kernel if left untickled.

Thanks to jmmv for the tip that doing this is possible in atf via
means of fork/wait.

(pooka)

2010-08-06 16:02:56 UTC MAIN commitmail json YAML

* fix logic inversion in swwdog_reboot (and the sysctl).
* attach sysctl in constructor instead of as a link set to give it
  a chance to work in a module
* teardown sysctl when driver is detached to avoid dangling pointer

(pooka)

2010-08-06 15:26:16 UTC MAIN commitmail json YAML

2010-08-06 15:21:50 UTC MAIN commitmail json YAML

move namespace protection before inclusion.

(christos)

2010-08-06 15:04:13 UTC MAIN commitmail json YAML

If compiled with RUMP_ACTION, access rump kernel instead of host
kernel.  This is an easy way to browse & modify the sysctl tree
offered by a rump kernel instance.

(pooka)

2010-08-06 14:23:06 UTC MAIN commitmail json YAML

Add a weak alias for pthread_attr_get_np. Noted my Matthias Drochner.

(christos)

2010-08-06 10:59:52 UTC MAIN commitmail json YAML

2010-08-06 10:58:13 UTC MAIN commitmail json YAML

2010-08-06 10:46:49 UTC MAIN commitmail json YAML

CMI, DE, DS, DVB, EST, FFH, IOMMU, IPI, MCA, MCE, MID, MMX,
MSR, MTRR, NX, PBE, PSE, QAM, RT, SFI, SMM, SS, SVM, TSC, VMX.

(jruoho)

2010-08-06 09:14:40 UTC MAIN commitmail json YAML

Rework the game startup so it uses curses nicely. There are now menus
and stuff for picking scenarios and ships and all that.

(dholland)

2010-08-06 06:58:53 UTC MAIN commitmail json YAML

Check in mods from Alan Horn to allow an alternate location for (a more
up to date?) version of openssl to be specified at configuration time.

(agc)

2010-08-06 06:29:39 UTC MAIN commitmail json YAML

2010-08-06 05:39:43 UTC MAIN commitmail json YAML

2010-08-06 05:35:42 UTC MAIN commitmail json YAML

2010-08-06 05:26:35 UTC MAIN commitmail json YAML

weakasm for kevent so it can be a cancelation point.

(christos)

2010-08-06 05:25:46 UTC MAIN commitmail json YAML

make kevent(2) a cancelation point, and document properly all the cancelation
points we currently support.

(christos)

2010-08-06 05:25:02 UTC MAIN commitmail json YAML

2010-08-06 04:03:27 UTC MAIN commitmail json YAML

avoid writing in parseltongue

(dholland)

2010-08-06 03:10:27 UTC MAIN commitmail json YAML

Don't define esc-[ as a custom key sequence because it steps on vt
function keys.

(dholland)

2010-08-06 00:07:06 UTC MAIN commitmail json YAML

do a better job synchronizing %tick across CPUs
ok'ed by mrg

(macallan)

2010-08-05 20:44:57 UTC MAIN commitmail json YAML


regen

Status:

Vendor Tag: ISC
Release Tags: bind-9-7-2b1

(christos)

2010-08-05 20:18:34 UTC MAIN commitmail json YAML

2010-08-05 17:45:44 UTC MAIN commitmail json YAML

Note acpicpu(4). Convert the list of devices to use .Xr.

(jruoho)

2010-08-05 17:31:11 UTC MAIN commitmail json YAML

Add acpicpu(4). Describes the basic functionality (will be adjusted as the
functionality grows). Contains a big list of caveats as a TODO.

(jruoho)

2010-08-05 16:47:59 UTC MAIN commitmail json YAML

remove leftover debug printf

(pooka)

2010-08-05 14:03:17 UTC MAIN commitmail json YAML

2010-08-05 04:58:27 UTC MAIN commitmail json YAML

2010-08-05 01:48:12 UTC netbsd-4-0 commitmail json YAML

2010-08-05 01:46:31 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1399):
lib/libc/gen/glob.c: patch
lib/libc/gen/glob.3: revision 1.37 via patch
crypto/dist/ssh/sftp.c: patch
crypto/dist/ssh/sftp-glob.c: patch
Add GLOB_LIMIT to the glob calls to prevent DoS attacks.
Apply more limits to GLOB_LIMIT, number of stat(2) calls from me and number
of readdir(3) calls from Maksymilian Arciemowicz. Also reduce the memory
used by matches strings from Maksymilian Arciemowicz.

(riz)

2010-08-05 01:44:13 UTC netbsd-4 commitmail json YAML

2010-08-05 01:43:21 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1399):
lib/libc/gen/glob.c: patch
lib/libc/gen/glob.3: revision 1.37 via patch
crypto/dist/ssh/sftp.c: patch
crypto/dist/ssh/sftp-glob.c: patch
Add GLOB_LIMIT to the glob calls to prevent DoS attacks.
Apply more limits to GLOB_LIMIT, number of stat(2) calls from me and number
of readdir(3) calls from Maksymilian Arciemowicz. Also reduce the memory
used by matches strings from Maksymilian Arciemowicz.

(riz)

2010-08-04 20:50:30 UTC MAIN commitmail json YAML

Mark correct entries as obsolete.

(joerg)

2010-08-04 20:29:54 UTC MAIN commitmail json YAML

2010-08-04 20:29:18 UTC MAIN commitmail json YAML

2010-08-04 19:23:15 UTC MAIN commitmail json YAML

Don't enable readline support for "wpa_cli" as "libedit" doesn't provide
the necessary rl_on_new_line function.

(tron)

2010-08-04 19:11:15 UTC MAIN commitmail json YAML

Comment out recommendation what to use with wlan(4) for ap_scan.

XXX: recommend something for NetBSD!

(wiz)

2010-08-04 19:10:50 UTC MAIN commitmail json YAML