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 (21m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-09 20:43:48 UTC Now

2010-05-13 22:35:57 UTC MAIN commitmail json YAML

2010-05-13 21:52:43 UTC MAIN commitmail json YAML

Use plain references and don't depend on multiple expansion runs.

(joerg)

2010-05-13 21:50:11 UTC MAIN commitmail json YAML

Mask %U, it is a macro nowadays.

(joerg)

2010-05-13 21:03:33 UTC MAIN commitmail json YAML

2010-05-13 21:01:59 UTC MAIN commitmail json YAML

2010-05-13 20:30:01 UTC MAIN commitmail json YAML

Reflect canonical order by majority rule. The local version in share/man
already got this chance a while ago.

(joerg)

2010-05-13 19:31:28 UTC MAIN commitmail json YAML

2010-05-13 19:29:01 UTC MAIN commitmail json YAML

2010-05-13 18:38:24 UTC MAIN commitmail json YAML

Remove the note about the standard recommending fgets(3);
should be clear enough from the big warning to "NEVER use gets()".

(jruoho)

2010-05-13 18:21:33 UTC MAIN commitmail json YAML

Use COM_REGMAP instead of hd64461uart_{read,write}_1().

(kiyohara)

2010-05-13 18:19:18 UTC MAIN commitmail json YAML

PR/19069: SUENAGA Hiroki: Original fix was defective because on big endian
the expression is not truncated to 16 bits, thus sending to port 65536 makes
the == 0 test fail and the packet ends up being sent.

(christos)

2010-05-13 18:10:17 UTC MAIN commitmail json YAML

Drop trailing white space. Use .Oo / .Oc explicitly to annotate that the
empty content is intended.

(joerg)

2010-05-13 18:08:37 UTC MAIN commitmail json YAML

2010-05-13 18:07:40 UTC MAIN commitmail json YAML

Standby AFE Clock, if use_afeck is 0.  Don't stop AFE Clock, if PERSONA boots
on serial console.

(kiyohara)

2010-05-13 18:04:58 UTC MAIN commitmail json YAML

Move the structure inside the body text. Some additional markup improvements.

(jruoho)

2010-05-13 17:52:12 UTC MAIN commitmail json YAML

2010-05-13 17:48:50 UTC MAIN commitmail json YAML

Build links for syslogp(3), syslogp_r(3), vsyslogp(3), and vsyslogp_r(3).

From Takahiro Kambe in PR lib/43301.

(jruoho)

2010-05-13 15:23:56 UTC matt-nb5-mips64 commitmail json YAML

moveed callout_init call from sysmonopen_wdog to sysmon_wdog_init

(cliff)

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

2010-05-13 13:04:56 UTC MAIN commitmail json YAML

In order to widen the paragraphs, move the newly added list of flags below
the list of function parameters. Add two small sentences to give few more
clues about KTHREAD_JOINABLE. Add a missing prototype for kthread_join().
Also: newpl -> newlp.

(jruoho)

2010-05-13 10:40:02 UTC MAIN commitmail json YAML

Patches by Toru Nishimura:
- set up DBATs for 80000000-8fffffff and fc000000-ffffffff
- honour DHCP's filename field, use 'netbsd' when unspecified
- PCI-fixups for KuroBox
- determine PCIIDE programming mode for BAR assignment

(phx)

2010-05-13 09:56:12 UTC MAIN commitmail json YAML

Put flags into a list. Bug fixes to kthread_join docs.

(wiz)

2010-05-13 05:51:48 UTC matt-nb5-mips64 commitmail json YAML

Add a spare int field to ifa_msghdr so its length is a multiple of 8.

(matt)

2010-05-13 05:38:16 UTC matt-nb5-mips64 commitmail json YAML

Decode the routing message using the new RT_ROUNDUP alignment restrictions.

(matt)

2010-05-13 05:36:49 UTC matt-nb5-mips64 commitmail json YAML

Make sure all structure lengths are rounded via RT_ROUNDUP in routing messages.
This simplies the protocol since all items will now start on a RT_ROUNDUP
aligned address independent of the structure.

(matt)

2010-05-13 05:34:58 UTC matt-nb5-mips64 commitmail json YAML

Add RTAX_NAMES macro to initialize an array of names for RTAX_*

(matt)

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

implement fullcmd mode. Now we need to modernize the machine specific code
to handle displays > 80 columns to make this work effectively.

(christos)

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

Fix grammar in a line of output.
From Hywel Mallett via FreeBSD.

(mbalmer)

2010-05-12 20:58:52 UTC MAIN commitmail json YAML

set RI_NO_AUTO then attaching early, clear it otherwise

(macallan)

2010-05-12 19:26:33 UTC MAIN commitmail json YAML

Update also keywords.{c,h} generator in order to reflect latest changes.

(kefren)

2010-05-12 19:11:33 UTC matt-nb5-mips64 commitmail json YAML

Force the Watchdog interrupts to NMI and don't mask them.

(matt)

2010-05-12 18:44:49 UTC MAIN commitmail json YAML

hid_get_data() does not work if the size of data is less than
a byte and crosses a byte boundary, and it always returns a
sign-extended value.

fix this by using the algorithm from libusbhid to read bytes,
and provide a hid_get_udata() function to return unsigned data
values.

while here, const args

(plunky)

2010-05-12 18:37:56 UTC MAIN commitmail json YAML

note const from actual API

(plunky)

2010-05-12 18:33:09 UTC MAIN commitmail json YAML

Typo: DHB should be DMB (most significant bye, not high byte).

(phx)

2010-05-12 18:28:20 UTC MAIN commitmail json YAML

hid_get_data() will read an extra byte if the data being read ends on
a byte boundary. This byte is subsequently discarded, but it could be
a byte from memory after the end of the report being parsed.

Fix this by rounding up and ending the loop one earlier.

(plunky)

2010-05-12 18:22:36 UTC MAIN commitmail json YAML

2010-05-12 18:16:53 UTC MAIN commitmail json YAML

Suply clock SAFECKE_[IO]ST, if platid is PERSONA.
  tested on HPW-50PA.

(kiyohara)

2010-05-12 17:56:13 UTC MAIN commitmail json YAML

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

Rewrote most of the code to make the 8245 I2C module finally work.
Tested with a RICOH RS5C372 RTC on a Synology DS-101g+ and Kurobox.
Reviewed by <nisimura>.

(phx)

2010-05-12 17:03:11 UTC MAIN commitmail json YAML

Print a warning if AcpiOsSleep() is called with a value larger than two
seconds. It is known that there are systems in the field that pass bogus AML
values to the Sleep() operation code, possibly requesting delays that could
be measured in days.

Discussed with jmcneill@.

XXX: While the used mstohz(9) is documented to round to one second if the
    passed value is larger than 131072 ms, we may still need to force a
    sensible upper limit if this warning starts to appear.

(jruoho)

2010-05-12 16:48:21 UTC MAIN commitmail json YAML

fix inversion: advance clock on cpu0, not the complement of cpu0

(pooka)

2010-05-12 16:41:08 UTC MAIN commitmail json YAML

Fix arg of intr_establish().
  comintr() expects struct com_softc* for arg.

(kiyohara)

2010-05-12 16:11:05 UTC MAIN commitmail json YAML

When scanning the device "capabilities" (power, wake-up, etc.),
include all device nodes, regardless of the status of the device.

XXX: It is known that some systems implement the _STA method incorrectly.
    If needed in the future, attachment based on the values from this
    method may need revisiting. Same goes for ACPI_ACTIVATE_DEV.

(jruoho)

2010-05-12 15:59:52 UTC MAIN commitmail json YAML

Initial pass for issues observed by dyoung@ on HP Pavilion N3270. In this
laptop there is a PNP0C0B ("ACPI fan") with the following properties:

        _PSC : Power state for D3 (alone).
        _PR0 : Power resources for D0.
        _PSx : Power state switch for D0 and D3.

Thus, it is impossible to get or set the D3 power state via power resources
alone; there is only a single PowerResource() and it is for D0.

To tackle this:

  1. Evaluate the direct _PSC control method if and only if there is no
    given _PRx. The order is important; it is known that some other
    systems implement the _PSC method (like _STA) incorrectly.

  2. If no _PRx is available (and thus no _ON or _OFF), do not error out.
    Instead, if we have AE_NOT_FOUND, continue to evaluate the power state
    switch method, _PSx, which (on this laptop) should alone suffice for
    the D0 -> D3 transition.

(jruoho)

2010-05-12 15:54:47 UTC MAIN commitmail json YAML

Document kthread_join in kthread(9).

(haad)

2010-05-12 15:53:20 UTC MAIN commitmail json YAML

Fix bogus KASSERT, typo and KNFize my previous patch.

(haad)

2010-05-12 14:43:48 UTC MAIN commitmail json YAML

Add PSL_HIGHIPL for recent subr.S change

(matt)

2010-05-12 13:15:00 UTC MAIN commitmail json YAML

move MKDEBUG entries for libs from md.shark to ad.arm to match ../base/ad.arm

(lukem)

2010-05-12 12:27:08 UTC MAIN commitmail json YAML

2010-05-12 12:26:16 UTC MAIN commitmail json YAML

Use device names from the OpenBSD iwn driver, adding and modifying device
names as needed. From Sverre Froyen

(christos)

2010-05-12 12:26:00 UTC MAIN commitmail json YAML

Remove obsolete comment about a data corruption on IDE controllers
in Blade 100/Netra X1.

Workaround for a data corruption was commited as rev. 1.16 of
src/sys/dev/pci/aceride.c in 2005.

(nakayama)

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

Use callout_halt() instead of callout_stop() - otherwise gem_detach() might
be too fast and run callout_destroy() while another cpu is still busy
in the callout.

(martin)

2010-05-12 08:11:16 UTC MAIN commitmail json YAML

pool_{cache_}get: improve previous diagnostic by checking for panicstr,
so it wont trigger the assert while trying to dump core on crash.

(rmind)

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

2010-05-12 04:30:18 UTC MAIN commitmail json YAML

2010-05-12 03:43:46 UTC MAIN commitmail json YAML

- Sprinkle asserts to catch calls from interrupt context on IPL_NONE pools.
- Add diagnostic drain attempt.

(rmind)

2010-05-12 03:40:38 UTC MAIN commitmail json YAML

execve1: move few PNBUF_PUT() outside the lock paths.

(rmind)

2010-05-12 01:58:23 UTC MAIN commitmail json YAML

Make sure the softint lwp runs at IPL_HIGH.

(matt)

2010-05-11 22:26:00 UTC MAIN commitmail json YAML

Add support for kthread_join in our kernel thread implementation. This is used
by zfs but I think that it can be generaly usefull. Thread need to be created
with KTHREAD_JOINABLE flag and can be joined only once.
When joinable thread was created it will not e automatically reaped from system
and kthread_join must be called on it to reap it.

Ok by ad@.

(haad)

2010-05-11 22:21:05 UTC MAIN commitmail json YAML

Actually, push defining _RUMPKERNEL down to libkern, since it's
not needed elsewhere.

(pooka)

2010-05-11 22:18:10 UTC MAIN commitmail json YAML

Fix userspace cv_timedwait implementation to work on NetBSD.

(haad)

2010-05-11 22:08:02 UTC matt-nb5-mips64 commitmail json YAML

Use assembly since deref a 64bit value as a pointer does not make a
32bit compiler happy.

(matt)

2010-05-11 21:51:34 UTC matt-nb5-mips64 commitmail json YAML

Need to turn KX for N32 kernels with mips3_lw_a64 and mips3_sw_a64

(matt)

2010-05-11 21:50:35 UTC MAIN commitmail json YAML

2010-05-11 21:08:51 UTC matt-nb5-mips64 commitmail json YAML

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

Limit visibility of _RUMPKERNEL to prevent abuse.

(pooka)

2010-05-11 21:08:01 UTC matt-nb5-mips64 commitmail json YAML

Add siisata/wd for LannerInc MR-460

(matt)

2010-05-11 21:06:45 UTC matt-nb5-mips64 commitmail json YAML

Fix printf for u_quad_t route changes.

(matt)

2010-05-11 21:03:41 UTC MAIN commitmail json YAML

add __HAVE_CPU_COUNTER stubs where possible (i.e. where the arch
doesn't think inlines are the second compiling)

(pooka)

2010-05-11 21:03:20 UTC matt-nb5-mips64 commitmail json YAML

2010-05-11 21:02:43 UTC matt-nb5-mips64 commitmail json YAML

Fixup for u_quad_t change for route interface.

(matt)

2010-05-11 21:01:24 UTC matt-nb5-mips64 commitmail json YAML

Use RT_ROUNDUP which will always do the right thing for alignment now.

(matt)

2010-05-11 21:00:13 UTC matt-nb5-mips64 commitmail json YAML

A few changes that make the route interface and related sysctls 32/64 bit
independent so the netbsd32 userland can use them.

(matt)

2010-05-11 20:58:10 UTC matt-nb5-mips64 commitmail json YAML

Properly pad some structures to 64bit.  A N32 ktruss on a N64 kernel now
works (this might not work for sparc/x86 if their register_t for 32bit isn't
the same size as register_t).

(matt)

2010-05-11 20:55:22 UTC matt-nb5-mips64 commitmail json YAML

If icache_sync_index_range is > way size, limit to way size.

(matt)

2010-05-11 20:54:28 UTC matt-nb5-mips64 commitmail json YAML

Change to not use t8.  Any former use of t8 is now t9.
Any former use of t9 is going to either AT or a to-be-overwritten register.

(matt)

2010-05-11 20:36:04 UTC MAIN commitmail json YAML

Test for barebones rump network config (i.e. just rumpnet and kernel base).

(pooka)

2010-05-11 20:25:14 UTC MAIN commitmail json YAML

adjust comment in previous.
XXX: should make that (and physmem) mean something here

(pooka)

2010-05-11 20:21:56 UTC MAIN commitmail json YAML

2010-05-11 20:11:47 UTC MAIN commitmail json YAML

2010-05-11 20:09:47 UTC MAIN commitmail json YAML

_RUMPKERNEL -> _KERNEL

(pooka)

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

_RUMPKERNEL -> _KERNEL

(pooka)

2010-05-11 20:07:40 UTC MAIN commitmail json YAML

This not working on ews4800mips has nothing to do with rump, so:
_RUMPKERNEL -> _MACHINE != ews4800mips

(pooka)

2010-05-11 18:34:37 UTC MAIN commitmail json YAML

Fix YOW entry while I am here...

(mbalmer)

2010-05-11 18:27:04 UTC MAIN commitmail json YAML

Language fix: upto date -> up to date.

(mbalmer)

2010-05-11 16:59:42 UTC MAIN commitmail json YAML

Cache directory entry name length.  This brings kernel bootstrap
time down: 14ms -> 12ms.  Further hashing etc. did not seem to have
any noticable effect.
(without /dev node creation bootstrap time is 8ms, so it's still
the bottleneck)

(pooka)

2010-05-11 16:49:35 UTC MAIN commitmail json YAML

Cosmetic: remove superfluous parentheses from return statements.  Don't
test truth of pointers, or compare with 0, but compare with NULL,
instead.

The compiler generated the same assembly language before & after this
change.

(dyoung)

2010-05-11 16:17:19 UTC MAIN commitmail json YAML

Correctly spell 'acknowledged'.

Found by Christian Brueffer.

(mbalmer)

2010-05-11 14:57:20 UTC MAIN commitmail json YAML

Initialize p_pgrp when creating a new process structure (and not
only for proc0).  This makes something work.  I just can't remember
what it was anymore.

(pooka)

2010-05-11 14:49:07 UTC MAIN commitmail json YAML

Set default number of vnodes to 1k instead of 64k: a large default
reserves a large amount of memory by default and this is not
desirable in a rump kernel where the typical usage is minimal.
Maybe I should write a few lines to autoscale desiredvnodes up to
a hard limit after the soft limit is reached?

(pooka)

2010-05-11 14:42:24 UTC MAIN commitmail json YAML

Fix reclaim locking so that we don't attempt lock reentry if making
a new rumpfs vnode triggers a reclaim for a rumpfs vnode.

(pooka)

2010-05-11 14:06:08 UTC MAIN commitmail json YAML

uvm_object_printit() should be wrapped in DEBUGPRINT

(pooka)

2010-05-11 13:23:09 UTC MAIN commitmail json YAML

Add SSP SSSR register definitions.

(nonaka)

2010-05-11 11:58:14 UTC MAIN commitmail json YAML

2010-05-11 11:28:47 UTC MAIN commitmail json YAML

Added some CKEN_* definition for pxa270.

(nonaka)

2010-05-11 09:46:46 UTC MAIN commitmail json YAML

2010-05-11 09:45:59 UTC MAIN commitmail json YAML

2010-05-11 09:30:29 UTC MAIN commitmail json YAML

the crowd went crazy
as typo left the stage

(pooka)

2010-05-11 09:28:40 UTC MAIN commitmail json YAML

Reclaim spec-type vnodes properly.

(pooka)

2010-05-11 09:08:13 UTC MAIN commitmail json YAML

Fix some typos in comments.

(njoly)

2010-05-11 06:20:00 UTC MAIN commitmail json YAML

2010-05-11 06:01:12 UTC matt-nb5-mips64 commitmail json YAML

2010-05-11 02:34:40 UTC MAIN commitmail json YAML

2010-05-11 01:38:15 UTC MAIN commitmail json YAML

use RI_NO_AUTO for the gdium's early rasops console so we don't try to
allocate memory before kmem is ready

(macallan)

2010-05-10 20:28:05 UTC MAIN commitmail json YAML

Fix tunnelling (ssh -w).  The kernel expects a device to be passed
to the socked, not a path.

(jnemeth)

2010-05-10 18:46:59 UTC MAIN commitmail json YAML

Provide pmap_enter_ma(), pmap_extract_ma(), pmap_kenter_ma() in all x86
kernels, and use them in the bus_space(9) implementation instead of ugly
Xen #ifdef-age.  In a non-Xen kernel, the _ma() functions either call or
alias the equivalent _pa() functions.

Reviewed on port-xen@netbsd.org and port-i386@netbsd.org.  Passes
rmind@'s and bouyer@'s inspection.  Tested on i386 and on Xen DOMU /
DOM0.

(dyoung)

2010-05-10 16:33:45 UTC MAIN commitmail json YAML

Add WZERO3 kernel to MD kernel set menu for
possible newer users of these smartphones:
http://www.willcom-inc.com/ja/lineup/ws/004sh/
http://www.willcom-inc.com/ja/lineup/ws/007sh/
http://www.willcom-inc.com/ja/lineup/ws/011sh/
etc.

XXX: sysinst/util.c:init_set_status() calls md_init_set_status()
XXX: to allow MD hook choose the right kernel, but it can do nothing
XXX: because set_status[] was changed to static. Is it okay to export it?

(tsutsui)

2010-05-10 16:08:56 UTC matt-nb5-mips64 commitmail json YAML

2010-05-10 15:54:21 UTC MAIN commitmail json YAML

PrintOnError: run .ERROR last, so even if it causes problems we
still print MAKE_PRINT_VAR_ON_ERROR.

(sjg)

2010-05-10 15:45:22 UTC MAIN commitmail json YAML

Kill a left-over break from the for-loop that vanished in 1.13.
Issue noticed by tnn.

(joerg)

2010-05-10 15:10:54 UTC MAIN commitmail json YAML

Include <bsd.own.mk> before ${NETBSDSRCDIR}.

(tsutsui)

2010-05-10 14:53:18 UTC MAIN commitmail json YAML

2010-05-10 14:50:50 UTC MAIN commitmail json YAML

2010-05-10 14:44:19 UTC MAIN commitmail json YAML

2010-05-10 14:41:27 UTC MAIN commitmail json YAML

2010-05-10 14:33:22 UTC MAIN commitmail json YAML

Make this compile on sparc64.

(tsutsui)

2010-05-10 12:17:33 UTC MAIN commitmail json YAML

2010-05-10 06:55:51 UTC matt-nb5-mips64 commitmail json YAML

2010-05-10 06:55:25 UTC matt-nb5-mips64 commitmail json YAML

2010-05-10 06:39:31 UTC MAIN commitmail json YAML

2010-05-10 06:38:45 UTC MAIN commitmail json YAML

Add MARVELL 88SB2211 PCIe-PCI bridge

(matt)

2010-05-10 06:27:57 UTC MAIN commitmail json YAML

Disable building of stub_stand.c we build all locking primitives in libzpool.

(haad)

2010-05-10 06:26:11 UTC MAIN commitmail json YAML

If thread_create was called with thread_id = NULL use our local thread id
as replacement otherwise we will crash.

(haad)

2010-05-10 06:15:28 UTC MAIN commitmail json YAML

Fix spa_thread to compile under the NetBSD.

(haad)

2010-05-10 06:10:59 UTC MAIN commitmail json YAML

Get new vnode when creating zfs share dir for it's znode.

(haad)

2010-05-10 03:39:57 UTC MAIN commitmail json YAML

note bozohttpd 20100509

(mrg)

2010-05-10 03:37:45 UTC MAIN commitmail json YAML

2010-05-10 03:30:06 UTC MAIN commitmail json YAML

import bozohttpd 20100509.  it has these changes:
o  major rework and clean up of internal interfaces.  move the main
  program into main.c, the remaining parts are useable as library.
  add bindings for lua.  by Alistair G. Crooks <agc@netbsd.org>
o  fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325


special thanks to al for the majority of these changes.

Status:

Vendor Tag: bozohttpd
Release Tags: bozohttpd-20100509

(mrg)

2010-05-09 22:29:26 UTC MAIN commitmail json YAML

The interrupt handler uses the softc, so it's probably a good idea to
initialize it before causing interrupts. Prevents a panic on VAXstation
4000/9x with SPX console.

(hans)

2010-05-09 22:24:44 UTC MAIN commitmail json YAML

Make console keyboard work on VAXstation 4000/9x. Seems not to break
anything on other VAXstations (tested on 4000 VLC).

(hans)

2010-05-09 22:19:46 UTC MAIN commitmail json YAML

Make SPX work as console device on VAXstation 4000/9x.

(hans)

2010-05-09 20:32:41 UTC MAIN commitmail json YAML

2010-05-09 20:25:45 UTC matt-nb5-mips64 commitmail json YAML

Pull-up rev 1.30 from HEAD.  OK matt@.

(rmind)

2010-05-09 20:18:40 UTC MAIN commitmail json YAML

Add node/core/smt ID numbers to struct cpu_data, will be filled by MD.
OK matt@.

(rmind)

2010-05-09 18:53:03 UTC MAIN commitmail json YAML

Don't try to build xldscripts during build.sh modules

(morr)

2010-05-09 14:02:10 UTC MAIN commitmail json YAML

Remove trailing whitespace and dot in Nd.

(wiz)

2010-05-09 12:45:19 UTC MAIN commitmail json YAML

Add missing license

(degroote)

2010-05-09 12:02:04 UTC MAIN commitmail json YAML

MKDEBUG support for X11R6 shlibs

(lukem)

2010-05-09 11:58:15 UTC MAIN commitmail json YAML

2010-05-09 10:40:00 UTC MAIN commitmail json YAML

2010-05-09 05:44:44 UTC MAIN commitmail json YAML

2010-05-09 02:03:35 UTC MAIN commitmail json YAML

Added 2 options for X.

(nonaka)

2010-05-08 23:18:44 UTC MAIN commitmail json YAML

Fix tools build on Solaris with MKCROSSGDB=YES.

(hans)

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

document IPFILTER_LOOKUP and IPFILTER_COMPAT.
use "IP-Filter" instead of "ip-filter".
bump date.

(mrg)

2010-05-08 22:18:24 UTC MAIN commitmail json YAML

2010-05-08 22:16:31 UTC MAIN commitmail json YAML

2010-05-08 20:41:25 UTC MAIN commitmail json YAML

2010-05-08 20:39:55 UTC MAIN commitmail json YAML

- don't enable TMPFS for SMALL030
- remove dup PTYFS

(tsutsui)

2010-05-08 19:49:02 UTC MAIN commitmail json YAML

PCI-ISA Bridge paired with M5229 UDMA IDE Controller rev. 0xC3 is
M1533.

Follow the fix in rev 1.1004 of pcidevs.

(nakayama)

2010-05-08 19:41:07 UTC MAIN commitmail json YAML

2010-05-08 18:48:44 UTC MAIN commitmail json YAML

Synology uses sk(4) NIC.
Included information about Iomega StorCenter. Note that the EPIC mapping
is not verified.

(phx)

2010-05-08 18:08:35 UTC matt-nb5-mips64 commitmail json YAML

Rework the way interrupts are decided on.  Don't use pa_bus since that's
arbitrary.  Instead grab the device from pa_intrtag since that corresponds
to the PCIe bus we are actually attached to.

While I'm here, compact some switch statements into a few simple assignments.

(matt)

2010-05-08 18:03:15 UTC MAIN commitmail json YAML

2010-05-08 16:57:24 UTC MAIN commitmail json YAML

Make the .pc file rules depend on the Makefile so that when rebuilding
the tree with MKUPDATE=yes set after an atf upgrade, the .pc files get
the correct version in them.

Suggested by njoly@ in private mail.

(jmmv)

2010-05-08 15:26:54 UTC MAIN commitmail json YAML

Print "Kuro Box" when detected. Print "Unknown board" when the hardware was
not identified.

(phx)

2010-05-08 14:40:08 UTC MAIN commitmail json YAML

Calculate busclock and cpuclock for 8245-based boards from PLL_CFG and HID1.
Print the clocks after netboot's welcome-message.
Make sure DUART-mode is enabled for eumb-systems.
Support for communication with the satellite processor via the 2nd UART.
Currently only KuroBox and Synology make use of it. Synology also resets the
board via its satellite.
Fixed console speed for KuroBox and QNAP (it is 115200).

(phx)

2010-05-08 11:55:01 UTC MAIN commitmail json YAML

Remove trailing whitespace; new sentence, new line; sort sections;
standardize SYNOPSIS; use serial comma.

(wiz)

2010-05-08 11:35:14 UTC MAIN commitmail json YAML

2010-05-08 11:29:40 UTC MAIN commitmail json YAML

Sort options, standardize SYNOPSIS, slight rewordings. Use more markup.

(wiz)

2010-05-08 11:22:58 UTC MAIN commitmail json YAML

Remove double quotes around missing function in BUGS section.

(wiz)

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

Adjust paths to new location of the atf-compile sources in atf 0.8.
(You may be happy to know that this tool will probably disappear in
the next atf release!)

(jmmv)

2010-05-08 08:16:41 UTC MAIN commitmail json YAML

Add missing debug libraries for MKDEBUG=yes.

(jmmv)

2010-05-08 08:16:14 UTC MAIN commitmail json YAML

Note update of atf to 0.8.

(jmmv)

2010-05-08 08:14:37 UTC MAIN commitmail json YAML

2010-05-08 08:13:12 UTC MAIN commitmail json YAML

Update directories to match the atf 0.8 layout.

(jmmv)

2010-05-08 08:12:35 UTC MAIN commitmail json YAML

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

2010-05-08 08:05:40 UTC MAIN commitmail json YAML

Import atf 0.8.  Changes in this release:

* Test programs no longer run several test cases in a row. The execution
  of a test program now requires a test case name, and that single test
  case is executed. To execute several test cases, use the atf-run
  utility as usual.

* Test programs no longer fork a subprocess to isolate the execution of
  test cases. They run the test case code in-process, and a crash of the
  test case will result in a crash of the test program. This is to ease
  debugging of faulty test cases.

* Test programs no longer isolate their test cases. This means that they
  will not create temporary directories nor sanitize the environment any
  more. Yes: running a test case that depends on system state by hand
  will most likely yield different results depending on where (machine,
  directory, user environment, etc.) it is run. Isolation has been moved
  to atf-run.

* Test programs no longer print a cryptic format (application/X-atf-tcs)
  on a special file channel. They can now print whatever they want on
  the screen. Because test programs can now only run one test case every
  time, providing controlled output is not necessary any more.

* Test programs no longer write their status into a special file
  descriptor. Instead, they create a file with the results, which is
  later parsed by atf-run. This changes the semantics of the -r flag.

* atf-run has been adjusted to perform the test case isolation. As a
  result, there is now a single canonical place that implements the
  isolation of test caes. In previous releases, the three language
  bindings (C, C++ and shell) had to be kept in sync with each other
  (read: not a nice thing to do at all). As a side effect of this
  change, writing bindings for other languages will be much, much easier
  from now on.

* atf-run forks test programs on a test case basis, instead of on a test
  program basis as it did before. This is to provide the test case
  isolation that was before implemented by the test programs themselves.

* Removed the atf-exec tool. This was used to implement test case
  isolation in atf-sh, but it is now unnecessary.

* It is now optional to define the descr meta-data property. It has been
  proven to be mostly useless, because test cases often carry a
  descriptive name of their own.

Status:

Vendor Tag: TNF
Release Tags: atf-0-8

(jmmv)

2010-05-08 07:41:44 UTC MAIN commitmail json YAML

Recognize additional SMBus controllers.  From FreeBSD.

(pgoyette)

2010-05-08 07:34:02 UTC MAIN commitmail json YAML

remove pmap_update() calls on the kernel_pmap -- they do nothign.

(mrg)

2010-05-08 07:20:12 UTC MAIN commitmail json YAML

2010-05-08 07:18:47 UTC MAIN commitmail json YAML

Add a couple more SMBus controllers.  From FreeBSD.

(pgoyette)

2010-05-08 05:55:52 UTC MAIN commitmail json YAML

Rename PCI_PRODUCT_MARVELL_MV64360 from PCI_PRODUCT_MARVELL_GT64360.

(kiyohara)

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

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

if the home directory does not exist, still set its value as a netpgp
variable, as the netpgpkeys(1) program, for one, will try to create the
home directory if it does not exist.

should fix PR 42435

(agc)

2010-05-08 04:16:20 UTC MAIN commitmail json YAML

create the home directory, if it doesn't exist, in a slightly less opaque manner

(agc)

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

2010-05-08 02:58:34 UTC MAIN commitmail json YAML

don't use the __{BIG,LITTLE}_ENDIAN__ test on NetBSD.  it doesn't give
the right result for some platforms, and the later valid tests are
never used.  (this problem seems fixed in newer autoconf...)

(mrg)

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

use the correct filed type for a size_t

(agc)

2010-05-08 02:48:31 UTC MAIN commitmail json YAML

Correct rev1.11.
Fix panic reported by Yasushi Oshima.

(isaki)

2010-05-08 02:45:46 UTC MAIN commitmail json YAML

2010-05-08 02:18:05 UTC MAIN commitmail json YAML

enumerate all the tests to see easily which ones failed.
add a test for signed armored detached signature and verification

(agc)

2010-05-08 02:17:16 UTC MAIN commitmail json YAML

2010-05-08 01:33:00 UTC MAIN commitmail json YAML

Move "opt_slhci.h" from .h to .c
to avoid link error (multiple definition of _KERNEL_OPT_foo).

(isaki)

2010-05-08 00:33:28 UTC MAIN commitmail json YAML

2010-05-08 00:31:07 UTC MAIN commitmail json YAML

use hexdump() function where appropriate.

change the way that we generate a detached signature file, so that ascii
armour is used if --armor is specified. addresses PR 43248 from Juan RP.

(agc)

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

minor cosmetic indentation fixes - no functional change

(agc)

2010-05-08 00:26:39 UTC MAIN commitmail json YAML

don't try to be too clever and guess the signature file name from the
raw data - just conform to expected practice, and only infer names if
given an ascii armoured detached signature, or a binary detached
signature.

(agc)

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

not much point in defining a function to dump in hexadecimal if we don't
use it.

(agc)

2010-05-07 21:54:07 UTC MAIN commitmail json YAML

2010-05-07 20:43:40 UTC MAIN commitmail json YAML

2010-05-07 20:43:27 UTC MAIN commitmail json YAML

bump crontab limit to 256K per the old manual page.

(christos)

2010-05-07 17:41:58 UTC MAIN commitmail json YAML

Add support for pfs(8)

pfs(8) is a tool similar to ipfs(8) but for pf(4). It allows the admin to
dump internal configuration of pf, and restore at a latter point, after a
maintenance reboot for example, in a transparent way for user.

This work has been done mostly during my GSoC 2009

No objections on tech-net@

(degroote)

2010-05-07 17:35:32 UTC MAIN commitmail json YAML

2010-05-07 17:12:00 UTC MAIN commitmail json YAML

remove the +1 second. Otherwise jobs that are supposed to run at 10:00:00,
run at 10:00:01 which is tolerable because cron has a 1 minute granularity,
but confusing. This restores the old behavior with the new timing logic.

(christos)

2010-05-07 17:06:32 UTC MAIN commitmail json YAML

2010-05-07 16:29:09 UTC MAIN commitmail json YAML

Sync with reality using patch provided by Juan RP in PR 43259. Thanks!

(agc)

2010-05-07 16:22:40 UTC MAIN commitmail json YAML

Don't rely on \r\n line endings when doing comparisons on strings for
the presence of ASCII armored signatures. Be consistent with the spelling
of certain transatlanticly-munged words.

(agc)

2010-05-07 16:20:08 UTC MAIN commitmail json YAML

Overhaul the mechanism used to decide what is a detached signature, and
a detached armoured signature, as well as just a plain standard signed
file.

This is in response to PR 43245 from Juan RP, and addresses the
verification of detached armoured signatures, but in a different way
to the patch provided in the PR which is hopefully more generic, and
less reliant upon size of detached signature files.

(agc)

2010-05-07 14:25:07 UTC MAIN commitmail json YAML

Use macro PCI_PRODUCT_MARVELL_MV64[34]60.

(kiyohara)