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

2024-05-09 22:02:13 UTC Now

2010-03-11 08:19:01 UTC matt-nb5-mips64 commitmail json YAML

2010-03-11 08:16:59 UTC matt-nb5-mips64 commitmail json YAML

Add ci_softc member to cpu_info.

(matt)

2010-03-11 08:13:18 UTC matt-nb5-mips64 commitmail json YAML

Mark some inlines as __pure.

(matt)

2010-03-11 08:12:38 UTC matt-nb5-mips64 commitmail json YAML

Change md_astpending to u_int

(matt)

2010-03-11 08:09:15 UTC matt-nb5-mips64 commitmail json YAML

2010-03-11 07:21:24 UTC MAIN commitmail json YAML

2010-03-11 07:20:16 UTC MAIN commitmail json YAML

2010-03-11 07:15:25 UTC MAIN commitmail json YAML

2010-03-11 07:14:22 UTC MAIN commitmail json YAML

Rename Debugger to cpu_Debugger.

(skrll)

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

2010-03-11 07:01:10 UTC MAIN commitmail json YAML

Comment improvements.

(skrll)

2010-03-11 04:55:04 UTC MAIN commitmail json YAML

Add missing ifmedia_delete_instance() in bnx_detach().

(msaitoh)

2010-03-11 04:19:56 UTC MAIN commitmail json YAML

2010-03-11 04:00:37 UTC MAIN commitmail json YAML

2010-03-11 03:54:56 UTC MAIN commitmail json YAML

2010-03-11 03:30:16 UTC MAIN commitmail json YAML

- pay attention to the "no-streaming-cache" flag.
- minor re-structure so this looks a little more like psycho.c.

(mrg)

2010-03-11 03:12:43 UTC MAIN commitmail json YAML

convert to CFATTACH_DECL_NEW().

(mrg)

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

Bump SYMTAB_SPACE so that the contents fits again.

(uwe)

2010-03-11 01:32:59 UTC MAIN commitmail json YAML

PR/42952: The Grey Wolf: Fix for "true incremental". Don't overload level
9, use a new level "i" which is logically 10.

(christos)

2010-03-10 23:41:56 UTC MAIN commitmail json YAML

DTrace: fix a libctf toolchain build problem.

(darran)

2010-03-10 23:40:53 UTC MAIN commitmail json YAML

DTrace: fix a build problem for the SDT provider.

(darran)

2010-03-10 23:16:16 UTC MAIN commitmail json YAML

Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change

(abs)

2010-03-10 23:13:10 UTC MAIN commitmail json YAML

Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change

(abs)

2010-03-10 21:33:15 UTC MAIN commitmail json YAML

Bump date for newly added reference books.

(wiz)

2010-03-10 21:00:36 UTC MAIN commitmail json YAML

This is *always* compiled with #define rbus 1, so get rid of the
conditional compilation.

Simplify interrupt (dis)establishment by two source transformations:

-      cardbus_intr_disestablish(cc, cf, ih);
+      Cardbus_intr_disestablish(ct, ih);

-      ih = cardbus_intr_establish(cc, cf, ...);
+      ih = Cardbus_intr_establish(ct, ...);

Tested by me.

(dyoung)

2010-03-10 20:30:00 UTC MAIN commitmail json YAML

Fix apm(4) suspend/resume:
- apm_suspend() and apm_standby() will call splhhigh() before entering
  standby or suspend. After resume, the system go back tsleep()ing
  in the apm thread without restoring the ipl (this is done in
  apm_resume()), and calling tlseep() at IPL_HIGH cause a DIAGNOSTIC
  panic (and other bad things, I guess).
  Fix by calling apm_resume() from within apm_suspend() or apm_standby(),
  after aa_set_powstate() has returned.
- In apm_event_handle(), we test (apm_standbys || apm_suspends) to set
  apm_damn_fool_bios to 1 and break the while() loop in apm_periodic_check().
  But we set apm_standbys or apm_suspends to non-0 only if apm_op_inprog
  is 0 and we failed to record the apm event. With apmd listening
  we usually succeed recording the event, so apm_standbys/apm_suspends remains
  0 and we never go out of the while() loop.
  Fix by apm_op_inprog instead of (apm_standbys || apm_suspends)
  to break the loop.

(bouyer)

2010-03-10 19:23:57 UTC MAIN commitmail json YAML

ahcisata_core.c 1.23 cause long drive probe (31s, reported by
Roy Marples), or other devices misbehavior probably due to interrupts issues
(reported by Jukka Ruohonen). Back it out and do the following changes:
- clear port interrupt register before ahci_channel_start() which enables
  interrupts
- wait 500ms after sata_reset_interface() before touching SERROR register.
  This is what seems to fix the issue I'm seeming on ESB2 controller.
- The 31s delay didn't cause the probe to fail because of a mismatch
  in loop index comparison; use a #define for delay after reset
  instead of numeric values, to avoid this kind of bugs in the
  future.

(bouyer)

2010-03-10 18:53:40 UTC MAIN commitmail json YAML

More comment improvement.

(skrll)

2010-03-10 18:36:05 UTC MAIN commitmail json YAML

2010-03-10 18:28:30 UTC MAIN commitmail json YAML

2010-03-10 18:18:47 UTC MAIN commitmail json YAML

Remove unnecessary function declarations.

(kiyohara)

2010-03-10 18:17:42 UTC MAIN commitmail json YAML

Comment improvements.

(skrll)

2010-03-10 18:06:57 UTC MAIN commitmail json YAML

2010-03-10 17:40:31 UTC MAIN commitmail json YAML

Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
Remove multiple njata.
Add uthum, udl, stuirda, uchcom, uberry, u3g, ugensa, uvideo.

(kiyohara)

2010-03-10 17:25:21 UTC MAIN commitmail json YAML

Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.
=============================================================================

(kiyohara)

2010-03-10 15:04:04 UTC MAIN commitmail json YAML

82576 is dual port, so check the FUNCID and increment the MAC address for
the 2nd port.

(msaitoh)

2010-03-10 14:06:43 UTC MAIN commitmail json YAML

Add two good (KAME) IPv6 books.

Fix the name of Tatuya Jinmei in the RFC reference.

(jruoho)

2010-03-10 13:45:39 UTC MAIN commitmail json YAML

PR/42943: Takashi Sogabe: pppd generates invalid netmask

(christos)

2010-03-10 09:42:46 UTC MAIN commitmail json YAML

Move the ACPI_ACTIVATE_DEV block to one place. While there, provide missing
prototype for a function, try to make the code more simple, guard against a
potential NULL pointer dereference, and improve printing.

No functional change intended.

(jruoho)

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

Some pretty printing for ACPIVERBOSE.

(jruoho)

2010-03-10 06:57:23 UTC MAIN commitmail json YAML

XXX: workaround we'd like to remove when pmap / uvm locking is cleaned up:

- rename pseg_get() and pseg_set() to pseg_get_real() and pseg_set_real().
- if USE_LOCKSAFE_PSEG_GETSET is defined, which it current is by default,
  define pseg_[gs]et() in terms of functions that take a new pseg_lock
  mutex at IPL_VM while calling into the real functions.

this seems to avoid the pseg_set() crashes we've seen:
  1 - spare needed, when pseg_get() just worked for this pmap
  2 - the 2rd ldxa via ASI_PHYS_CACHED in pseg_set() loads garbage
      into %o4, and causes the 3rd ldxa to fault

(mrg)

2010-03-10 05:16:17 UTC MAIN commitmail json YAML

- move register definition in their own header, reduce magic numbers
- get geometry and framebuffer layout from the chip instead of hardcoding
- get rid of some now superfluous leftovers
- remove some debug code
- clean things up a bit
- dump registers with WCFB_DEBUG even if we're not the console

(macallan)

2010-03-10 03:11:49 UTC MAIN commitmail json YAML

enable wcfb now that it's actually useful
This driver has been tested on Sun XVR-500 and XVR-1200 boards but it should
work on most ( all? ) Wildcat-based boards.

(macallan)

2010-03-10 02:41:02 UTC MAIN commitmail json YAML

forgot to include opt_wsdisplay_compat.h for WSDISPLAY_SCROLLSUPPORT

(macallan)

2010-03-10 00:21:10 UTC MAIN commitmail json YAML

This is *always* compiled with #define rbus 1, so get rid of the
conditional compilation.

Simplify interrupt (dis)establishment by two source transformations:

-      cardbus_intr_disestablish(cc, cf, ih);
+      Cardbus_intr_disestablish(ct, ih);

-      ih = cardbus_intr_establish(cc, cf, ...);
+      ih = Cardbus_intr_establish(ct, ...);

Tested by Klaus Heinz.

(dyoung)

2010-03-09 23:17:12 UTC MAIN commitmail json YAML

now we also draw a cursor

(macallan)

2010-03-09 23:12:06 UTC MAIN commitmail json YAML

Although Xen's documentation states that the address_bits field is not used
by XENMEM_decrease_reservation, it is checked by the hypervisor. In certain
circumstances (stack leak), the field could have an improper value, leading
to a fail of the hypercall.

Set it to 0 ("no addressing restriction") to avoid that.

Patch tested by Sam Fourman and haad@.

This should fix the rare "failed allocating DMA memory" encountered
under NetBSD dom0. Will ask for a pull-up.

(jym)

2010-03-09 22:45:50 UTC MAIN commitmail json YAML

Use a shadow framebuffer instead of doing every operation twice ( once for
each framebuffer ) - this gives quite a dramatic speedup and hides the funky
effects previously seen.
Almost there, now we need to actually draw a cursor.

(macallan)

2010-03-09 22:41:03 UTC MAIN commitmail json YAML

Add BookE modifications to cpu_info

(matt)

2010-03-09 22:40:06 UTC MAIN commitmail json YAML

Include BookE version of pmap.h

(matt)

2010-03-09 22:39:32 UTC MAIN commitmail json YAML

2010-03-09 22:37:47 UTC MAIN commitmail json YAML

Add BookE variation of MSR.

(matt)

2010-03-09 22:36:41 UTC MAIN commitmail json YAML

Put ASM RCSIDs into .ident

(matt)

2010-03-09 22:35:50 UTC MAIN commitmail json YAML

2010-03-09 22:35:12 UTC MAIN commitmail json YAML

Add PPC_BOOKE cputype and booke files.

(matt)

2010-03-09 18:15:22 UTC MAIN commitmail json YAML

Remove the namespace scopes.

These are neither used nor useful beyond the parser and interpreter.

ok jmcneill@, joerg@

(jruoho)

2010-03-09 16:14:08 UTC MAIN commitmail json YAML

Do not call pam_end with an invalid handle if pam_start failed.
From Richard Hansen.

(joerg)

2010-03-09 14:31:36 UTC netbsd-5 commitmail json YAML

Fix the revision number of if_wm.c in ticket #1277. The commit messages of
each file were fixed with cvs admin command.

(msaitoh)

2010-03-09 10:54:01 UTC MAIN commitmail json YAML

Sort sections. Try to improve description of -t.

(wiz)

2010-03-09 04:11:20 UTC netbsd-5 commitmail json YAML

2010-03-09 03:54:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pooka in ticket #1332):
sys/dev/usb/ugen.c: revision 1.109
Replace USB_GET_SC() instances with USB_GET_SC_OPEN().  The latter
is exactly like the former, except it returns with ENXIO if sc is
NULL instead of continuing on to use it.  Most of the time this is
handled by the fd layer and you get EBADF, but sometimes it's
possible to race into the device method for whatever reason and
you get a kernel panic.  I have no idea what the "whatever reason"
might be.

(snj)

2010-03-09 03:51:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by veego in ticket #1329):
external/ibm-public/postfix/sbin/postconf/Makefile: revision 1.2
Add nint_table.h and nint_vars.h to generated list files.

(snj)

2010-03-09 03:46:24 UTC netbsd-5 commitmail json YAML

2010-03-09 03:45:43 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by is/martin):
sys/dev/usb/usbdevs: revision 1.535
sys/dev/usb/umass.c: revision 1.137
Add SuperTop and SuperTop IDE Bridge to usbdevs.
--
Max out the expected response size at the actual transfer length.
Fixes PR kern/42225.

(snj)

2010-03-09 02:04:46 UTC matt-nb5-mips64 commitmail json YAML

2010-03-09 02:02:53 UTC matt-nb5-mips64 commitmail json YAML

Use dmfc0 k0,cop0_osscratch if _LP64

(matt)

2010-03-09 02:01:51 UTC MAIN commitmail json YAML

2010-03-08 22:51:52 UTC MAIN commitmail json YAML

Add etherip(4), commented out

(hubertf)

2010-03-08 21:48:42 UTC MAIN commitmail json YAML

use %zd for ssize_t argument

(plunky)

2010-03-08 21:19:29 UTC MAIN commitmail json YAML

fix compilation errors

(plunky)

2010-03-08 18:35:51 UTC MAIN commitmail json YAML

2010-03-08 17:59:52 UTC MAIN commitmail json YAML

Add option 'test mode'(-t).
  Can test your Bluetooth module via com-port.
  This mode guess speed for bcsp(4) or btuart(4), if not respond.

(kiyohara)

2010-03-08 17:41:11 UTC MAIN commitmail json YAML

Add options 'no parity'(-P) and 'disable flow control'(-F).
Also default enable parity for bcsp.

(kiyohara)

2010-03-08 14:52:29 UTC MAIN commitmail json YAML

Set the frame pointer of newly created and function changing LWPs to 0
for the benefit of DDB.

(skrll)

2010-03-08 12:48:31 UTC MAIN commitmail json YAML

add commented out nqmfs

(pooka)

2010-03-08 12:46:34 UTC MAIN commitmail json YAML

Not Quite MFS

Instead of copulating with newfs to produce a new FFS image into
memory, mmap() a given existing image and pass that as the backing
store.  If -s is given, mmap is done with MAP_SHARED and changes
are kept across mounts, else MAP_COPY (i.e. MAP_PRIVATE for us) is
done and changes are lost when the server exits.

Note: -s does not guarantee any kind of file system safety whatsoever
and in case of kill, crash, exit or other form of elusion,
everything will be, according to our theme, quite screwed.

(pooka)

2010-03-08 12:38:14 UTC MAIN commitmail json YAML

mfs is a bit off in the sense that mount(2) doesn't return since
mfs uses the mounting process for the backing store memory.  I
guess mfs could be fixed to just reference the process vmspace and
let it return, but that would probably cause wait() to return for
other worms.  So it's easier to dance according to mfs's tune: if
mounting mfs, create a thread for extra execution context.

(pooka)

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

Add missing (FreeBSD) license. Ok jmcneill@.

(jruoho)

2010-03-08 12:32:18 UTC MAIN commitmail json YAML

2010-03-08 12:30:04 UTC MAIN commitmail json YAML

attempt to know my a-b-c's

(pooka)

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

2010-03-08 12:17:45 UTC MAIN commitmail json YAML

2010-03-08 11:54:35 UTC MAIN commitmail json YAML

register aibs(4) with pmf(9) to quiet the latter down; reported Dieter Roelants

(cnst)

2010-03-08 11:45:45 UTC MAIN commitmail json YAML

Use the predefined ACPI_STA_BATTERY_PRESENT instead of defining a local one.

(jruoho)

2010-03-08 11:39:43 UTC MAIN commitmail json YAML

Remove unused struct sysctllog from the softc.

(jruoho)

2010-03-08 11:12:32 UTC MAIN commitmail json YAML

print ioconf WARNING in caps too

(pooka)

2010-03-08 10:57:25 UTC MAIN commitmail json YAML

2010-03-08 10:56:12 UTC MAIN commitmail json YAML

need -Irumpkern for RUMP_COMPONENT

(pooka)

2010-03-08 10:54:22 UTC MAIN commitmail json YAML

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

Add a detachment routine.

(jruoho)

2010-03-08 10:36:10 UTC MAIN commitmail json YAML

Update minimum to make compile.  i don't have the hardware anymore,
so i can't test other changes.

(pooka)

2010-03-08 10:30:17 UTC MAIN commitmail json YAML

2010-03-08 10:24:37 UTC MAIN commitmail json YAML

2010-03-08 10:19:15 UTC MAIN commitmail json YAML

Add a highly experimental pseudo-root feature to be used in conjuction
with the also-experimental ioconf keyword.  pseudo-root allows to
specify a root at any point in the device tree without having
attachments from the actual root.

For example, instead of having a config file like this:
mainbus0 at root
bus_a? at mainbus0
bus_b? at bus_a*
device7 at bus_b?

You can have one like this:
pseudo-root bus_b*
device7 at bus_b?

This will produce the relevant ioconf.c glue for device number 7
only instead of the whole 9 yards from root.  Perhaps needless to
say, this can be used to generate snippets of config glue for
modules and, let's not deny that my main motivation for doing this,
rump components.

This is part 2/3 of my modifications to config (the last part is
autogenerating source file lists and component Makefiles).

No strong objection from cube (after a little pressuring ;), but
like he said, the implementation will most likely need some more
tweaking and may not work correctly under all pseudo-root uses yet.

(pooka)

2010-03-08 09:32:18 UTC MAIN commitmail json YAML

Fix the setting of MKZFS for amd64 and i386, so that the set lists
match up again, and it matches with the comment a few lines above.

(he)

2010-03-08 08:59:06 UTC MAIN commitmail json YAML

blast_dcache() SMP friendly:

- blast_dcache() becomes sp_blast_dcache(dcache_size, dcache_line_size)
- new smp_blast_dcache(sparc64_cpuset_t) that blasts the D$ on this cpuset
- sparc64_ipi_blast_dcache() to support the above
- in pmap_remove_all(), when freeing mmu contexts for this pmap, mark
  the set of cpus to blast the d$ on as well and convert the
  blast_dcache() call into smp_blast_dcache() on the cpus who ran this
  pmap, or, sp_blast_dcache(dcache_size, dcache_line_size)
- convert the remaining blast_dcache() in machdep.c to sp_blast_dcache()
- in pmap_destroy()/pmap_remove_all() take the pmap_lock() always since
  we assert it is held always.

with these changes, NFS builds on the U60 seem to be stable now, and
the USIII machines also can often complete a single build.sh run now,
diskful or diskless.

reviewed by mlelstv and partially by martin, tested by martin and myself,
with some ideas from chuq as well.

(mrg)

2010-03-08 08:56:03 UTC MAIN commitmail json YAML

ensure that we have an element in the array before we try to store a value
in it.

(agc)

2010-03-08 07:42:47 UTC MAIN commitmail json YAML

2010-03-08 07:37:24 UTC MAIN commitmail json YAML

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

openldap updated to 2.4.21

(lukem)

2010-03-08 06:45:13 UTC MAIN commitmail json YAML

openldap 2.4.21

(lukem)

2010-03-08 06:43:18 UTC MAIN commitmail json YAML

fixed rcsids on 2.4.21 import

(lukem)

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

openldap2netbsd - script to munge rcsids, and otherwise prepare for import

(lukem)

2010-03-08 06:40:08 UTC MAIN commitmail json YAML

2010-03-08 05:45:24 UTC MAIN commitmail json YAML

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

2010-03-08 05:24:33 UTC MAIN commitmail json YAML

2010-03-08 05:23:41 UTC MAIN commitmail json YAML

support building without common.c (for ldapurl)

(lukem)

2010-03-08 05:19:10 UTC MAIN commitmail json YAML

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

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

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

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

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

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

Disable HAVE_TLS here; we'll conditionally enable it in the Makefiles.
Disable HAVE_FETCH; API appears to be incompatible

(lukem)

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

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

2010-03-08 04:18:48 UTC MAIN commitmail json YAML

- when given "boot -1", apply the !MULTIPROCESSOR cpu_match() criteria.

- don't print cache sizes * associativity.  this has been wrong for years.

(mrg)

2010-03-08 03:47:40 UTC MAIN commitmail json YAML

2010-03-08 02:35:50 UTC MAIN commitmail json YAML

These functions are going to first appear in 5.1, not 6.0.

(snj)

2010-03-08 02:34:54 UTC MAIN commitmail json YAML

2010-03-08 01:05:20 UTC MAIN commitmail json YAML

2010-03-07 23:49:14 UTC MAIN commitmail json YAML

indentation/whitespace

(dholland)

2010-03-07 23:45:23 UTC MAIN commitmail json YAML

remove stray semicolon

(dholland)

2010-03-07 23:28:14 UTC MAIN commitmail json YAML

Add a simple tty server which attaches to /dev/ttyU in the rump
kernel and provides the same device on the host with pud(4).  I
can succesfully talk to my u3g device using tip(1) against the
server's devices.  Some characters are lost here and there, though
(probably a problem with interrupt pipes in ugenhc).  Once that
issues is solved, there is no reason why e.g. pppd (chat) could
not be used against the server.

Now, why would anyone want to do this instead of using the kernel
driver directly?  Well, for one, on my laptop I run netbsd-5 which
doesn't have a u3g driver which supports the u3g hardware I have.

As anyone with half an eye can see, this is quite copypasted from
umserv and there is plenty of opportunity for uncopypasting for
the eager vi-wielder.

(pooka)

2010-03-07 23:18:17 UTC MAIN commitmail json YAML

Pause after probe here too, so that you can amuse yourself by
unplugging and replugging devices and looking at the detach/attach
feedback messages.

(pooka)

2010-03-07 19:10:10 UTC MAIN commitmail json YAML

Fix build on Solaris. "seems reasonable" by joerg.

(hans)

2010-03-07 17:44:40 UTC MAIN commitmail json YAML

Make rump devfs expose ttyU1 and dtyU1 as well.

(pooka)

2010-03-07 17:34:25 UTC MAIN commitmail json YAML

Make build.sh work again with /usr/xpg4/bin/sh on Solaris. Ok by pooka.

(hans)

2010-03-07 16:57:41 UTC MAIN commitmail json YAML

* detect missing libraries (such as -lrumpfs_msdosfs)
* fix spelling of -lrumpfs_msdos
* update linklists

(pooka)

2010-03-07 16:55:44 UTC MAIN commitmail json YAML

tweak previous to actually work

(pooka)

2010-03-07 16:46:10 UTC MAIN commitmail json YAML

pmf wants buf_syncwait() which is a part of optional vfs

(pooka)

2010-03-07 16:27:18 UTC MAIN commitmail json YAML

Install PCC cpp as libexec/pcpp to avoid name conflicts with other
compilers (eg GCC), and to match the manpage which is already installed
as pcpp.1

(Gregory McGarry: "I think it's a good idea")

(plunky)

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

2010-03-07 11:28:46 UTC MAIN commitmail json YAML

s/delay/need_delay/ to get rid of shadowed variable warning (some
ports define delay in machine/param.h).

(jdc)

2010-03-07 11:07:02 UTC MAIN commitmail json YAML

Add forgotten commit (IGP3_KMRN_DIAG_PCS_LOCK_LOSS).

(msaitoh)

2010-03-07 10:58:40 UTC MAIN commitmail json YAML

2010-03-07 10:11:04 UTC MAIN commitmail json YAML

Fix the type of sc_ss. That is not bus_space_handle_t but bus_size_t.
Reported by jdc.

(msaitoh)

2010-03-07 09:39:44 UTC MAIN commitmail json YAML

2010-03-07 09:29:26 UTC MAIN commitmail json YAML

2010-03-07 09:18:51 UTC MAIN commitmail json YAML

Add options GUMSTIX_NETBSD_ARGS_CONSOLE and GUMSTIX_NETBSD_ARGS_BUSHEADER.
  Can specify arg 'console='(*new*) and 'busheader=' from u-boot.  These args
  use dynamically configuration.
Also change function name.  s/_line/_liner/.

(kiyohara)

2010-03-07 09:05:19 UTC MAIN commitmail json YAML

- Add code for WOL, ASF, IPMI and Intel AMT.
    - wm_enable_wakeup() is disabled by default. If you want to use WOL with
      the Magic Packet, define WM_WOL.
    - Add the following flags:
        WM_F_ASF_FIRMWARE_PRESENT
        WM_F_ARC_SUBSYSTEM_VALID
        WM_F_HAS_AMT
        WM_F_HAS_MANAGE
        WM_F_WOL
    - Add wm_suspend() and wm_resume(). Give/get the control to/from the
      firmware.
    - Need more work for PCH. See wm_enable_phy_wakeup().
- Enable wm_get_hw_control() for 82574 and 82583.
- Add Yet another workaround for ICH8.
    - Add wm_igp3_phy_powerdown_workaround_ich8lan() for power down problem
      on D3.

(msaitoh)

2010-03-07 08:59:31 UTC netbsd-5 commitmail json YAML

2010-03-07 08:56:07 UTC MAIN commitmail json YAML

Shut astro up if DEBUG defined.

(skrll)

2010-03-07 08:52:21 UTC netbsd-5 commitmail json YAML

2010-03-07 08:44:28 UTC MAIN commitmail json YAML

2010-03-07 07:53:38 UTC MAIN commitmail json YAML

Add two workarounds for ICH8 with igp3.
- Workaround for 82566 Kumeran PCS lock loss.
- WOL from S5 stops working.

(msaitoh)

2010-03-07 07:33:30 UTC MAIN commitmail json YAML

Assorted spelling/capitalization fixes from Igor Sobrado in PR kern/22595.

(kiyohara)

2010-03-07 07:09:00 UTC MAIN commitmail json YAML

Add the detach code.

(msaitoh)

2010-03-07 05:37:25 UTC MAIN commitmail json YAML

Use .Bx to write 4.4BSD.

(jruoho)

2010-03-07 01:52:44 UTC MAIN commitmail json YAML

need _ALIGN in locore.h as well, for DEBUG kernels.

(mrg)

2010-03-07 00:42:58 UTC MAIN commitmail json YAML

gas has supported SPARC ".empty" for a long while; get rid of an
ancient workaround.

(mrg)

2010-03-07 00:42:08 UTC MAIN commitmail json YAML

gas has supported SPARC ".empty" for a long while; get rid of an
ancient workaround.

(mrg)

2010-03-06 23:45:40 UTC MAIN commitmail json YAML

2010-03-06 23:26:10 UTC MAIN commitmail json YAML

move the memcpy/memset implementations out into their own file, with the
block copy versions as well.  move some of the definitions in locore.s
into a new locore.h.

locore.s is almost 2000 lines shorter with this change.

(mrg)

2010-03-06 23:21:18 UTC netbsd-5-0 commitmail json YAML

2010-03-06 23:20:03 UTC netbsd-5-0 commitmail json YAML

Pull up the following revisions(s) (requested by joerg in ticket #1320):
crypto/dist/openssl/crypto/evp/m_sha1.c: patch

Ensure that SHA384 always calls the SHA384 functions.
Should fix PR#42881.

(sborrill)

2010-03-06 22:58:27 UTC netbsd-5 commitmail json YAML

2010-03-06 22:57:49 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by joerg in ticket #1320):
crypto/dist/openssl/crypto/evp/m_sha1.c: patch

Ensure that SHA384 always calls the SHA384 functions.
Should fix PR#42881.

(sborrill)

2010-03-06 22:48:46 UTC netbsd-5 commitmail json YAML

2010-03-06 22:48:22 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by skrll in ticket #1318):
usr.bin/ldd/ldd.c: revision 1.13

Mark each object as printed as visited and then print. Fixes PR/42811.
Improve print order.

(sborrill)

2010-03-06 22:42:08 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by joerg in ticket #1328):
usr.sbin/altq/libaltq/qop_hfsc.c: revision 1.9
dist/pf/sbin/pfctl/pfctl_altq.c: revision 1.9
gnu/dist/binutils/libiberty/floatformat.c: patch
gnu/dist/gcc4/libiberty/floatformat.c: revision 1.2
gnu/dist/gdb6/libiberty/floatformat.c: revision 1.2

Fix standard-violating use of INFINITY in build of NetBSD/vax.
Use HUGE_VAL instead of INFINITY as positive infinity (or maximum value)
is good enough and the side effects of ISO C99 7.12 (4) are not desired.

(sborrill)

2010-03-06 22:35:34 UTC netbsd-5 commitmail json YAML

2010-03-06 22:11:08 UTC netbsd-5 commitmail json YAML

2010-03-06 22:10:46 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by bouyer in ticket #1317):
sys/dev/ic/ahcisata_core.c: revision 1.23

Move ahci_channel_start() after BSY has cleared (do not touch SError while
BSY is asserted). Fixes random behaviour of Intel ESB2 controller with some
models of Hitachi drives (serial console corruption/misfunction, misbehavior
of USB controllers, crazy interrupts crashing the Xen hypervisor, etc.).

(sborrill)

2010-03-06 22:03:19 UTC netbsd-5 commitmail json YAML

2010-03-06 22:02:41 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by joerg in ticket #1315):
include/math.h: revision 1.51

Address PR#36988: ISO C99 mandates that HUGE_VAL, HUGE_VALF, HUGE_VALL and
INFINITY are constant expressions.
Use the GCC builtins if possible to implement them.

(sborrill)

2010-03-06 22:02:31 UTC MAIN commitmail json YAML

Fix typos and sort SEE ALSO.

(wiz)

2010-03-06 22:02:15 UTC MAIN commitmail json YAML

Fix Xr and sort SEE ALSO.

(wiz)

2010-03-06 22:00:22 UTC MAIN commitmail json YAML

Sort list of supported hardware.

(wiz)

2010-03-06 21:33:20 UTC MAIN commitmail json YAML

include ttyHS0 in usbs target [for uhso(4)]

(plunky)

2010-03-06 21:31:52 UTC MAIN commitmail json YAML

2010-03-06 21:22:43 UTC MAIN commitmail json YAML

2010-03-06 21:19:49 UTC netbsd-5 commitmail json YAML

2010-03-06 21:19:11 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by tron in ticket #1313):
usr.bin/wc/wc.c: revision 1.32-1.34
usr.bin/wc/wc.1: revision 1.14-1.15

Add support for "-L" option (longest line) as present in the GNU and
FreeBSD versions of "wc".

(sborrill)

2010-03-06 21:15:17 UTC MAIN commitmail json YAML

add uhso(4) driver for Option N.V. Wireless WAN modems

(plunky)

2010-03-06 21:12:04 UTC MAIN commitmail json YAML

2010-03-06 21:07:47 UTC MAIN commitmail json YAML

add UHSO_DEBUG for uhso(4) driver

(plunky)

2010-03-06 21:06:07 UTC netbsd-5 commitmail json YAML

2010-03-06 21:05:37 UTC MAIN commitmail json YAML

2010-03-06 21:05:29 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by oster in ticket #1325):
sys/dev/raidframe/rf_paritymap.c: revision 1.4

Don't attempt to read or write component label stuff from/to 'dead
disks'. Update used spares with the correct parity map bits too.
Addresses PR#42904.

(sborrill)

2010-03-06 21:00:07 UTC MAIN commitmail json YAML

2010-03-06 20:59:07 UTC MAIN commitmail json YAML

add details of Option N.V. Wireless WAN modems for uhso(4) driver

(plunky)

2010-03-06 20:56:45 UTC netbsd-5 commitmail json YAML

2010-03-06 20:56:16 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by oster in ticket #1324):
sys/dev/raidframe/rf_netbsdkintf.c: revision 1.272

Don't merge a good parity map with random stuff in the event that the
first component is missing.  (Since the merging just OR's the maps,
this isn't that big a deal, as it will just over-estimate the
amount of checking that needs to be done.)

(sborrill)

2010-03-06 19:53:33 UTC MAIN commitmail json YAML

make the acpi resource management paragraph more accurate

(cnst)

2010-03-06 19:36:33 UTC MAIN commitmail json YAML

2010-03-06 16:57:00 UTC MAIN commitmail json YAML

Improved version detection/reporting. From OpenBSD.

(skrll)

2010-03-06 16:42:56 UTC MAIN commitmail json YAML

Since someone (hi ahoka) added a reference to non-existant sched_m2(9),
add at least a stub now.

(dsieger)

2010-03-06 11:31:40 UTC MAIN commitmail json YAML

When clearing a log on failure, not only ask the kernel to ignore an
existing log but to remove it on next mount.

(mlelstv)

2010-03-06 08:08:30 UTC MAIN commitmail json YAML

clean up a bunch of MULTIPROCESSOR:

- always include ci_ipi_evcnt[] in cpuinfo
- #define sparc_ncpus 1 for !MULTIPROCESSOR
- make struct pmap::pm_list an pm_ctx always be an array, and simplify
  several functions and lookups to always be the same

tested on U60 and SB2500 before and after with one and two cpus in an
MP kernel, and UP kernels, and i can't find anything besides noise for
benchmark issues.  (infact, i can't really tell the difference between
GENERIC and GENERIC.MP on these systems...)

(mrg)

2010-03-06 06:25:52 UTC MAIN commitmail json YAML

Refer to sysctl(8) instead of sysctl(7) when appropriate.

(jruoho)

2010-03-06 05:58:56 UTC MAIN commitmail json YAML

add acpismbus(4), aibs(4), uthum(4) and wbsio(4) to DEVNAMES

(cnst)

2010-03-06 04:39:16 UTC MAIN commitmail json YAML

fix the relative humidity sensor

(cnst)

2010-03-06 04:33:24 UTC MAIN commitmail json YAML

no reason to be excluding aibs(4) from i386 XEN3_DOM0 if we include it in amd64;  ok pgoyette

(cnst)

2010-03-06 04:28:54 UTC MAIN commitmail json YAML

remove aiboost(4) from GENERICs, since it cannot win in autoconf(9) over aibs(4);  ok pgoyette

(cnst)

2010-03-06 00:30:54 UTC MAIN commitmail json YAML

- use warn/err properly
- wrap long lines

(christos)

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

Minor wording correction.

(dsieger)

2010-03-05 23:06:49 UTC MAIN commitmail json YAML

Use 'a && b && ...' contructs for running multiple commands on a single line
in Makefiles, to properly detect/report failures.

(njoly)

2010-03-05 22:47:03 UTC MAIN commitmail json YAML

Remove dead code (it is commented out).

Delete the detach routine, it's obviously not finished.

(dyoung)