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

2024-05-10 18:55:02 UTC Now

2011-06-12 03:50:42 UTC MAIN commitmail json YAML

Note rmind-uvmplock branch merge.

(rmind)

2011-06-12 03:42:42 UTC MAIN commitmail json YAML

2011-06-12 03:36:04 UTC MAIN commitmail json YAML

Welcome to 5.99.53!  Merge rmind-uvmplock branch:

- Reorganize locking in UVM and provide extra serialisation for pmap(9).
  New lock order: [vmpage-owner-lock] -> pmap-lock.

- Simplify locking in some pmap(9) modules by removing P->V locking.

- Use lock object on vmobjlock (and thus vnode_t::v_interlock) to share
  the locks amongst UVM objects where necessary (tmpfs, layerfs, unionfs).

- Rewrite and optimise x86 TLB shootdown code, make it simpler and cleaner.
  Add TLBSTATS option for x86 to collect statistics about TLB shootdowns.

- Unify /dev/mem et al in MI code and provide required locking (removes
  kernel-lock on some ports).  Also, avoid cache-aliasing issues.

Thanks to Andrew Doran and Joerg Sonnenberger, as their initial patches
formed the core changes of this branch.

(rmind)

2011-06-12 03:29:34 UTC MAIN commitmail json YAML

2011-06-12 03:26:20 UTC MAIN commitmail json YAML

Fix the build of ALL kernel (hi matt@).

(rmind)

2011-06-12 03:21:21 UTC MAIN commitmail json YAML

No need to initialize interrupt evcnt(9) so earlier, so remove phase arg
from intr_init() and initialize all stuff in cpu_configure(9) as other ports
rather than in mach_init() and mbattach().

(tsutsui)

2011-06-12 03:14:03 UTC MAIN commitmail json YAML

- misc KNF
- use device_xname(), device_unit(), and device_class()

(tsutsui)

2011-06-12 03:06:00 UTC rmind-uvmplock commitmail json YAML

Sync RUMP's rump_etfs_remove() and uvm_aio_aiodone() with branch changes.

(rmind)

2011-06-12 02:39:37 UTC rmind-uvmplock commitmail json YAML

Sync RUMP's uvm_pagealloc_strat() and processpage() with branch changes.

(rmind)

2011-06-12 02:32:29 UTC rmind-uvmplock commitmail json YAML

Do not call uvm_loan_init() twice.

(rmind)

2011-06-12 01:45:00 UTC MAIN commitmail json YAML

note that sparc MODULAR works and is enabled now.

(mrg)

2011-06-12 01:44:06 UTC MAIN commitmail json YAML

enable options MODULAR, now that it is tested to work.

(mrg)

2011-06-12 01:29:58 UTC MAIN commitmail json YAML

sparc relative reloctions are busted here; copy the sparc64 style
which seems to make things work fine, and also seems to follow what
ld.elf_so does.

this makes modules work in my limited testing.

(mrg)

2011-06-12 01:28:29 UTC MAIN commitmail json YAML

Set iospace and virtual_end address properly.
Fixes TLB miss panic during device attach on emips.

(tsutsui)

2011-06-12 00:24:32 UTC rmind-uvmplock commitmail json YAML

2011-06-12 00:07:19 UTC MAIN commitmail json YAML

Change i_len in ieee80211req to be unsigned and fix other signed/unsigned
issues. From Dan Rosenberg (drosenberg at vsecurity dot com).

(christos)

2011-06-11 18:03:57 UTC MAIN commitmail json YAML

2011-06-11 18:03:19 UTC MAIN commitmail json YAML

2011-06-11 16:54:58 UTC MAIN commitmail json YAML

2011-06-11 16:34:36 UTC MAIN commitmail json YAML

split device_t/softc.

(nonaka)

2011-06-11 14:37:36 UTC MAIN commitmail json YAML

document OLDPWD and cd -

(christos)

2011-06-11 13:52:46 UTC MAIN commitmail json YAML

Added LCD-8000UD-DVI entry.

(nonaka)

2011-06-11 13:51:45 UTC MAIN commitmail json YAML

2011-06-11 13:50:06 UTC MAIN commitmail json YAML

Added LCD-8000UD-DVI entry.

(nonaka)

2011-06-11 11:43:23 UTC MAIN commitmail json YAML

MBR magic exists at the beginning of 'a' partition, BPB is cleared.
Avoid to detect msdosfs incorrectly at boot time.

(nonaka)

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

Add iscsiattach(int), to be called when configured statically into a kernel.
Rename old iscsiattach->iscsi_attach, also iscsi_match and iscsi_detach,
and adjust their invocation.

iscsi now works when configured statically into a kernel.

(riz)

2011-06-11 06:49:25 UTC MAIN commitmail json YAML

2011-06-11 03:00:20 UTC MAIN commitmail json YAML

Fix build; p was not used, but l was passed to kauth.  Use curlwp directly.

(uebayasi)

2011-06-11 02:10:48 UTC MAIN commitmail json YAML

Use %zu rather than cast

(sjg)

2011-06-11 01:07:33 UTC MAIN commitmail json YAML

Use KASSERTMSG so if these trigger, we can see what exactly caused them to fire.

(matt)

2011-06-11 00:59:44 UTC MAIN commitmail json YAML

If compiled with -msoft-float, make the compiler emit soft float code
by default.

(matt)

2011-06-11 00:57:29 UTC MAIN commitmail json YAML

If we are compiling -msoft-float, define _SOFT_FLOAT

(matt)

2011-06-11 00:52:43 UTC MAIN commitmail json YAML

2011-06-10 23:57:39 UTC MAIN commitmail json YAML

size_t on amd64 doesn't like %u, use a cast.

(sjg)

2011-06-10 21:02:48 UTC MAIN commitmail json YAML

l isn't used.  nuke it.

(matt)

2011-06-10 18:49:33 UTC MAIN commitmail json YAML

Use size_t for sizes, not int, so this can build on 64-bit platforms.

(riz)

2011-06-10 18:48:52 UTC MAIN commitmail json YAML

Don't try to dereference a void pointer without proper cast.

(riz)

2011-06-10 17:10:43 UTC MAIN commitmail json YAML

Do not print sizeof values in skip message.

(njoly)

2011-06-10 16:38:17 UTC MAIN commitmail json YAML

Change default of GUR_BASE to 0xffe00000 which is used on more recent machines.
Add options GUR_BASE=0xe0000000 to MPC8548CDS and RB800

(matt)

2011-06-10 16:31:18 UTC MAIN commitmail json YAML

If building the cross gcc for softfloat, add --with-float=soft so it will
default to it.

(matt)

2011-06-10 15:52:44 UTC MAIN commitmail json YAML

Remove unneeded prototypes.

(njoly)

2011-06-10 15:43:59 UTC MAIN commitmail json YAML

Remove newlines from various messages.

(njoly)

2011-06-10 15:21:25 UTC MAIN commitmail json YAML

Do not call exit() after atf_tc_fail().

(njoly)

2011-06-10 14:59:35 UTC MAIN commitmail json YAML

Protoize the inline to C89 and use const.
Optimizie KERNHIST_LOG slightly (saves 40KB over previous version).

(matt)

2011-06-10 14:20:34 UTC MAIN commitmail json YAML

ehci_set_qh_qtd: terminate alternate next qTD pointer with EHCI_NULL, not 0

(jmcneill)

2011-06-10 14:10:18 UTC MAIN commitmail json YAML

nanl() do use strtold(), not strtod().

(njoly)

2011-06-10 13:07:14 UTC MAIN commitmail json YAML

do_sys_rename: Kill an unused variable.

(uebayasi)

2011-06-10 09:29:07 UTC MAIN commitmail json YAML

- split device_t/softc
- struct proc -> struct lwp

XXX: this driver is not in the default kernels.

(tsutsui)

2011-06-10 09:27:51 UTC MAIN commitmail json YAML

2011-06-10 04:45:41 UTC MAIN commitmail json YAML

Disable integrated assembler for clang until the RNG instructions are
supported

(joerg)

2011-06-10 03:19:25 UTC MAIN commitmail json YAML

Add a few more cases that need GNU as. One of the padlock instructions
is missing in LLVM. spl.S and lock_stubs.S break with patchfunc
otherwise.

(joerg)

2011-06-10 03:18:27 UTC MAIN commitmail json YAML

Disable LLVM MC for spl.S for now. The different spllower sizes break
patchfunc.

(joerg)

2011-06-10 03:17:35 UTC MAIN commitmail json YAML

Explicitly disable use of SSE. LLVM generates SSE by default on AMD64
and we certainly don't want that in the kernel.

(joerg)

2011-06-10 02:19:10 UTC MAIN commitmail json YAML

Support $OLDPWD.  (christos@ will update the manual.)

Reviewd By: christos

(uebayasi)

2011-06-10 01:38:31 UTC MAIN commitmail json YAML

add a driverFunc to tell the Xserver that this driver doesn't need PIO access
Now this works again on sparc64.

(macallan)

2011-06-10 00:32:52 UTC MAIN commitmail json YAML

2011-06-10 00:10:35 UTC MAIN commitmail json YAML

setting things once is enough.

(christos)

2011-06-09 22:08:20 UTC MAIN commitmail json YAML

2011-06-09 21:23:30 UTC MAIN commitmail json YAML

2011-06-09 21:04:37 UTC MAIN commitmail json YAML

catch a case where an ip6 address with scope embedded was compared with
one without -- interestingly this didn't break the connection but just
caused a useless encapsulation
(this code needs to be rearranged to get it clean)

(drochner)

2011-06-09 19:57:53 UTC MAIN commitmail json YAML

2011-06-09 19:54:18 UTC MAIN commitmail json YAML

2011-06-09 19:11:06 UTC MAIN commitmail json YAML

Fix ATTR register definitions

(matt)

2011-06-09 19:10:38 UTC MAIN commitmail json YAML

Correct definitions of USB_SNOOP registers.  Add USB_CONTROL register.

(matt)

2011-06-09 19:09:58 UTC MAIN commitmail json YAML

For PPC_BOOKE, make BUS_DMA_COHERENT equal to BUS_DMA_NOCACHE.  Now USB
works again.  (which means USB uses of bus_dmamap_sync is broken).

(matt)

2011-06-09 19:08:33 UTC MAIN commitmail json YAML

Move EHCI_DEBUG, OHCI_DEBUG, UHCI_DEBUG, USB_DEBUG, UHUB_DEBUG to opt_usb.h
(ya dependencies).
Cleanup usb_mem.c a little more and add block tracking code.  Help find
corruption problems.
Comment out the SPEED check for ETTF.  XXX why doesn't that work right?

(matt)

2011-06-09 17:29:42 UTC MAIN commitmail json YAML

2011-06-09 14:52:01 UTC MAIN commitmail json YAML

PR/42642: Ed Ravin: Handle daemons that start with #!/usr/bin/env interp

(christos)

2011-06-09 14:47:42 UTC MAIN commitmail json YAML

use 64-bit integers for GF128 multiplication on LP64 CPUs

(drochner)

2011-06-09 14:47:16 UTC MAIN commitmail json YAML

dma_addr_t may not be a 64bit type, so add an explicit cast here instead
of silent truncation

(joerg)

2011-06-09 14:46:33 UTC MAIN commitmail json YAML

Use a format string when printing strings

(joerg)

2011-06-09 14:46:06 UTC MAIN commitmail json YAML

Annotate that gpiobus_close's return value is undesired here

(joerg)

2011-06-09 14:41:24 UTC MAIN commitmail json YAML

-if an opencrypto(9) session is allocated, the driver is refcounted
and can not disappear -- no need to hold crypto_mtx to check the
driver list
(the whole check is questionable)
-crp->crp_cv (the condition variable) is used by userland cryptodev
exclusively -- move its initialization there, no need to waste
cycles of in-kernel callers
-add a comment which members of "struct cryptop" are used
by opencrypto(9) and which by crypto(4)
(this should be split, no need to waste memory for in-kernel callers)

(drochner)

2011-06-09 13:43:44 UTC MAIN commitmail json YAML

Rework mvsoctmr(4), improving timekeeping accuracy

Inconveniently the Marvell hardware only counts down.
We need to reverse this for timecounter(9), and we need
to do it in a very lightweight way.

- use Timer0 for the clock interrupt
- use Timer1 for timecounter(9) and delay(9)
- drop statclock due to lack of timers (does anyone actually use this?)

(jakllsch)

2011-06-09 13:41:40 UTC MAIN commitmail json YAML

2011-06-09 13:09:42 UTC MAIN commitmail json YAML

Input function is not used

(joerg)

2011-06-09 12:13:00 UTC MAIN commitmail json YAML

Do not indent RETURN VALUES section (which was ignored because of
missing dash).

(njoly)

2011-06-09 12:04:30 UTC MAIN commitmail json YAML

the BCM5785 is a PCIe chip but does not report PCIe capabilities.
Check for this chip explicitely and enable PCIe.
Fixes 'firmware handshake timeout'. Tested with root on nfs.

patch from msaitoh@

(cegger)

2011-06-09 07:17:02 UTC MAIN commitmail json YAML

Use __arraycount

(matt)

2011-06-09 05:26:01 UTC MAIN commitmail json YAML

and fix the sets for the addition of srp and evp tests in libcrypto

(spz)

2011-06-09 05:25:22 UTC MAIN commitmail json YAML

2011-06-09 05:11:17 UTC MAIN commitmail json YAML

_gr_copy() can get called with fromgrp->gr_mem == NULL.

(sjg)

2011-06-09 02:59:22 UTC MAIN commitmail json YAML

2011-06-09 02:49:32 UTC MAIN commitmail json YAML

Convert simple_lock/ltsleep to mutex/condvar and malloc to kmem.

(rmind)

2011-06-09 01:49:49 UTC MAIN commitmail json YAML

Rework the cfdata similar to the way pad(4) does it, and explicitly
call config_cfdata_attach().  Now 'modunload iscsi' works as expected.

(riz)

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

- Use IPL_BIO (instead of IPL_SERIAL) for SPI.
- Convert simple_lock/ltsleep to mutex/condvar.

(rmind)

2011-06-08 22:43:10 UTC MAIN commitmail json YAML

Convert simple_lock to mutex.

(rmind)

2011-06-08 22:33:35 UTC MAIN commitmail json YAML

Mention a new ktrace(1) trace point.

(alnsn)

2011-06-08 18:37:23 UTC MAIN commitmail json YAML

Also create device nodes for wd2 and wd3. Up to 4 disks in a NAS system are
not unusual.

(phx)

2011-06-08 18:22:24 UTC MAIN commitmail json YAML

Factor out some duplicated code to simplify maintenance.  Reduces
the source file by ~100 lines, and amd64 object file shrinks by
~650 bytes.

No functional change intended.

(pgoyette)

2011-06-08 18:09:58 UTC MAIN commitmail json YAML

Fix prologue macros order.

(njoly)

2011-06-08 18:06:02 UTC MAIN commitmail json YAML

Support disk units from multiple IDE/SATA PCI controllers.

(phx)

2011-06-08 17:47:48 UTC MAIN commitmail json YAML

Make GDIUM build again after matt-nb5-mips64 merge. untested as I don't have
this hardware, but I'll use this as a base for Lemote Fulong support.

(bouyer)

2011-06-08 17:19:20 UTC MAIN commitmail json YAML

Rework to support more relocations.  Reorganize so code doesn't need to be
replicated over and over.

(matt)

2011-06-08 16:24:50 UTC MAIN commitmail json YAML

Fiddle a bit with const's to make FAST_IPSEC compile.

(dyoung)

2011-06-08 16:14:57 UTC MAIN commitmail json YAML

Restrict limit monitoring for Indicator sensors as well as for
Battery-charge sensors.

(pgoyette)

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

Instead of relying on the want-percent attribute, use the sensor
type to restrict value-based limits from Battery-capacity sensors.

(pgoyette)

2011-06-08 16:04:40 UTC MAIN commitmail json YAML

Use prototypes from libi386.h.

(joerg)

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

2011-06-08 15:19:57 UTC MAIN commitmail json YAML

A small speedup, when mapping memory in bus_dmamem_map, if the memory is
cacheable and is in a single segment (physically contiguous) don't bother
allocating KVA for it, just use the physical address as the VA.

(matt)

2011-06-08 13:54:16 UTC MAIN commitmail json YAML

mention combinations of flags

(yamt)

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

err -> errx where appropriate

(yamt)

2011-06-08 12:49:45 UTC MAIN commitmail json YAML

Sync usage with man page.

(wiz)

2011-06-08 12:47:51 UTC MAIN commitmail json YAML

Sort options. New sentence, new line.

(wiz)

2011-06-08 12:19:15 UTC MAIN commitmail json YAML

Correct description for hw.swwdog.reboot behaviour.

(pgoyette)

2011-06-08 10:25:21 UTC MAIN commitmail json YAML

2011-06-08 10:14:16 UTC MAIN commitmail json YAML

reduce typecasts and byte swapping

(drochner)

2011-06-08 08:48:39 UTC MAIN commitmail json YAML

2011-06-08 05:54:38 UTC MAIN commitmail json YAML

When printing the header, convert values to names:
Use strlcpy to copy the name, not strncpy.

magic:      0x27051956
time:        Tue Jun  7 15:58:41 2011
size:        2482203
load addr:  0x00020000
entry point: 0x00020000
data crc:    0x700fdf53
os:          2 (netbsd)
arch:        7 (powerpc)
type:        2 (kernel)
comp:        1 (gz)
name:        NetBSD/evbppc 5.99.52 (INSTALL_
header crc:  0x94ea96cf

(matt)

2011-06-08 05:31:43 UTC MAIN commitmail json YAML

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

Use atf_tc_skip() instead of #if 0.

(jruoho)

2011-06-08 05:21:42 UTC MAIN commitmail json YAML

When delivering MSIs, sometimes after clearing the MSI but before the interrupt
routine get called the MSI reasserts and we loop around and would detect a
spurious interrupt.

So now we keep track of the interrupts we have serviced successfully for this
dispatch loop.  If we have to invoke an interrupt handler and that handler
indicates nothing was serviced, if we previously serviced it it isn't counter
as a spurious interrupt.

(matt)

2011-06-08 05:13:00 UTC MAIN commitmail json YAML

Add an e500_idlespin to detect calls to idlespin when interrupts are blocked
or disabled.

(matt)

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

In INIT_CPUINFO, make L_CPU to set the cpu_info (just to be safe).

(matt)

2011-06-08 05:09:21 UTC MAIN commitmail json YAML

Cleanup register use so that r5-r8 are preserved.  Take advantage of
changes to INIT_CPUINFO (it now saves curcpu to L_CPU(%r13)).

(matt)

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

2011-06-08 01:57:01 UTC MAIN commitmail json YAML

Add a couple calls to splx(), from dyoung@.  The code now works under
DIAGNOSTIC without panic.

(riz)

2011-06-07 23:47:51 UTC MAIN commitmail json YAML

2011-06-07 22:51:32 UTC MAIN commitmail json YAML

Be a bit cleaner and reduce the amount of namespace pollution

(joerg)

2011-06-07 20:23:15 UTC MAIN commitmail json YAML

2011-06-07 20:22:56 UTC MAIN commitmail json YAML

Whitespace fix and sort SEE ALSO.

(wiz)

2011-06-07 20:05:46 UTC MAIN commitmail json YAML

Catch up with addition of putstr32.S.

(joerg)

2011-06-07 20:04:32 UTC MAIN commitmail json YAML

2011-06-07 19:06:39 UTC MAIN commitmail json YAML

Temporarily comment out the 'stat_dir' test. It panics QEMU/i386 guests.

(jruoho)

2011-06-07 18:02:35 UTC MAIN commitmail json YAML

Document PPS_SYNC for com(4) and zstty(4) (the only serial drivers
in which NetBSD currently supports the option), with cross reference
to ntpd(8) and options(4).

(fair)

2011-06-07 17:51:58 UTC MAIN commitmail json YAML

Make pcu_save_all and pcu_discard_all KASSERTs accept LW_SYSTEM threads
since kthread_create will call lwp_create with lwp0 which may not be curlwp.

(matt)

2011-06-07 17:47:24 UTC MAIN commitmail json YAML

2011-06-07 17:30:18 UTC MAIN commitmail json YAML

Add mpc85xx kernels.  Add INSTALL_PMPPC
Put each family of kernels on a separate line.

(matt)

2011-06-07 17:29:00 UTC MAIN commitmail json YAML

Add a BUGS section to point out that the statistic "average" is an
average only of the current, minimum, and maximum values, and not a
running average of all displayed current values.

(pgoyette)

2011-06-07 17:24:32 UTC MAIN commitmail json YAML

Zero is a valid value for some sensors so update statistics code to
handle that.

(pgoyette)

2011-06-07 17:13:43 UTC MAIN commitmail json YAML

Document the naming convention.

(jym)

2011-06-07 16:41:14 UTC MAIN commitmail json YAML

Be more consistent for event handler naming with block backend: it is
xbdback(4) rather than xbd(4), and use i for identifier separation
(like xvif(4)).

The name is not used outside from event counters (vmstat -i), so
should be transparent to Xen block scripts.

(jym)

2011-06-07 15:57:52 UTC MAIN commitmail json YAML

use a simple counter as IV for AES-GMAC as suggested in RFC4543

(drochner)

2011-06-07 15:54:58 UTC MAIN commitmail json YAML

fix tunnel encapsulation in ipsec6_process_packet() -- it is not
completely clean yet, but at least a v6-in-v6 tunnel works now

(drochner)

2011-06-07 15:50:42 UTC MAIN commitmail json YAML

reindent ipsec6_process_packet() - whitespace changes only

(drochner)

2011-06-07 15:01:44 UTC MAIN commitmail json YAML

SYMTAB_SPACE is decimal, so fix syntax error introduced by the previous.

(he)

2011-06-07 14:56:13 UTC MAIN commitmail json YAML

2011-06-07 14:53:03 UTC MAIN commitmail json YAML

Don't call psignal() without holding proc_lock. This is the cause of
the reboot of PR port-xen/45028
Now that Xen2 is gone, handle FPU context switches the same way as
amd64. This makes all tests in /usr/tests/lib/libc/ieeefp pass.

(bouyer)

2011-06-07 14:22:14 UTC MAIN commitmail json YAML

Pull following m68k softfloat fixes from upstream:
---
Revision 109143
2005-12-29  Paul Brook  <paul@codesourcery.com>
* config/m68k/fpgnulib.c (__extendsfdf2): Handle negative zero.
(__truncdfsf2): Ditto.
(__extenddfxf2): Ditto.
(__truncxfdf2): Ditto.
* config/m68k/lb1sf68.asm (__addsf3): Return -0.0 for -0.0 + -0.0.
(__adddf3): Ditto.
---
Revision 109145
2005-12-29  Paul Brook  <paul@codesourcery.com>
* config/m68k/lb1sf68.asm (__cmpdf2): Fix typo in immediate mask.
Create wrapper and rename body...
(__cmpdf2_internal): ... to this.  Return correct value for unordered
result.
(__cmpsf2): Create wrapper and rename body...
(__cmpsf2_internal): ... to this.  Return corerct value for unordered
result.
(__eqdf2, __nedf2, __gtdf2, __gedf2, __ltdf2, __ledf2): Use
__cmpdf2_internal.
(__eqsf2, __nesf2, __gtsf2, __gesf2, __ltsf2, __lesf2): Use
__cmpsf2_internal.
---
Revision 110744
* gcc/config/m68k/lb1sf68.asm (__divsf3, __divdf3, __mulsf3,
__muldf3): Return a correctly signed zero.
---

Note:
- lb1sf68.asm revision 110744 is still GPLv2.
- fpgnulib.c is not GPLed.

(tsutsui)

2011-06-07 13:52:31 UTC MAIN commitmail json YAML

check that the list is empty before calling cv_wait(). Otherwise
we may sleep waiting for an event which is already in the queue.

(bouyer)

2011-06-07 13:51:52 UTC MAIN commitmail json YAML

Sparc64 does not fail the strtold_nan test, so don't expect failure there

(martin)

2011-06-07 13:30:35 UTC MAIN commitmail json YAML

2011-06-07 13:07:27 UTC MAIN commitmail json YAML

use better method of creating version string, current method can
introduce spurious " characters during stringification

(plunky)

2011-06-07 10:10:44 UTC MAIN commitmail json YAML

add BCM5785 phy:

brgphy0 at bge0 phy 1: BCM5785 1000BASE-T media interface, rev. 3
brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FD , auto

(cegger)

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

2011-06-07 10:07:35 UTC MAIN commitmail json YAML

add ATI Radeon Cypress and Lucent IEEE 1394b Controller

(cegger)

2011-06-07 09:26:27 UTC MAIN commitmail json YAML

2011-06-07 09:24:17 UTC MAIN commitmail json YAML

2011-06-07 07:27:31 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2011-06-07 07:26:20 UTC MAIN commitmail json YAML

Remove leading zero in date.

(wiz)

2011-06-07 05:46:00 UTC MAIN commitmail json YAML

- Add some new devices (from OpenBSD rev. 1.11-1.12,1.15 and 1.20).
- force usb to send a zero length packet on the end of usb packets
  which happen to be a multple of 64 bytes, to indicate end of packet.
  (from OpenBSD rev. 1.23)
- style change

(msaitoh)

2011-06-07 01:01:43 UTC MAIN commitmail json YAML

2011-06-07 01:00:36 UTC MAIN commitmail json YAML

Remove unused variable pcb.

(matt)

2011-06-07 00:52:53 UTC MAIN commitmail json YAML

Mention tmpfs fixed, PowerPC improvements and Alpha conversion to PCU.

(rmind)

2011-06-07 00:48:32 UTC MAIN commitmail json YAML

2011-06-07 00:10:21 UTC MAIN commitmail json YAML

Some systems (eg. MirBSD) use a ksh, with an echo which cannot
be used for things containing \x: etc.
Check for print or printf as builtin and use if available.
Note that a builtin will fail, if make decides a shell is not needed.

(sjg)

2011-06-06 22:04:35 UTC MAIN commitmail json YAML

Add some more MI hook points for PCU.  Discard the PCU state at lwp_exit and
at exec time.  Before forking, save the PCU state so that cpu_lwp_fork
doesn't have.  Remove MD code which did that before.

(matt)

2011-06-06 21:53:42 UTC matt-nb5-mips64 commitmail json YAML

Make sure to free the TLB when exiting from tlb_invalid_exception

(matt)

2011-06-06 20:48:56 UTC MAIN commitmail json YAML

1. Don't print blank for Integer sensors with value of zero
2. Properly print percentages in -T statistics mode
3. Always set Sensor Type (units) to a non-NULL value
4. Enable printing of percentages for Integer sensors

(pgoyette)

2011-06-06 19:15:43 UTC MAIN commitmail json YAML

Don't allocate resources for vtw until/unless it is enabled.  This will
further help those machines where memory is in short supply.

TBD: release resources after vtw is disabled and all entries have
expired.

(dyoung)

2011-06-06 18:27:12 UTC MAIN commitmail json YAML

Add two new capabilities(PCI_CAP_SATA and PCI_CAP_PCIAF).

(msaitoh)

2011-06-06 18:01:16 UTC MAIN commitmail json YAML

2011-06-06 17:53:01 UTC MAIN commitmail json YAML

Don't update the value_{min,max} - these fields are not {low,high}-water
marks, and setting them without also updating the ENVSYS_FVALID_{MIN,MAX}
flags is quite pointless.

(pgoyette)

2011-06-06 17:49:41 UTC MAIN commitmail json YAML

Don't set the FVALID_{MAX,MIN} flags since these values are not
min/max legal values.  The values are alarms limits, and they're
already being tracked properly with the flag settings in *props

(pgoyette)

2011-06-06 17:30:33 UTC MAIN commitmail json YAML

CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0
struct device * -> device_t
struct cfdata * -> cfdata_t

(matt)

2011-06-06 17:27:42 UTC MAIN commitmail json YAML

CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0
struct device * -> device_t
struct cfdata * -> cfdata_t
use __arraycount when appropriate

(matt)

2011-06-06 17:13:06 UTC MAIN commitmail json YAML

2011-06-06 17:02:30 UTC MAIN commitmail json YAML

make sure the infinity returned by HUGE_VALL has the "implicit"
bit set, otherwise it is invalid
This code is unlikely to be hit because gcc (and clang) use
their builtins for these special values.

(drochner)

2011-06-06 16:52:18 UTC MAIN commitmail json YAML

CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0
struct device * -> device_t
struct cfdata * -> cfdata_t
use bool when appropriate

(matt)

2011-06-06 16:52:16 UTC MAIN commitmail json YAML

2011-06-06 16:50:46 UTC MAIN commitmail json YAML

make this work again after routing socket alignment changes

(drochner)

2011-06-06 16:48:35 UTC MAIN commitmail json YAML

remove a limitation that inner and outer IP version must be equal
for an ESP tunnel, and add some fixes which make v4-in-v6 work
(v6 as inner protocol isn't ready, even v6-in-v6 can never have worked)

being here, fix a statistics counter and kill an unused variable

(drochner)

2011-06-06 16:42:19 UTC MAIN commitmail json YAML

2011-06-06 16:29:16 UTC MAIN commitmail json YAML

2011-06-06 16:16:00 UTC MAIN commitmail json YAML

2011-06-06 14:33:32 UTC MAIN commitmail json YAML

2011-06-06 14:31:52 UTC MAIN commitmail json YAML

2011-06-06 14:31:23 UTC MAIN commitmail json YAML

Rename 82801DB LPC Interface Bridge for consisitency.

(msaitoh)

2011-06-06 13:43:49 UTC MAIN commitmail json YAML

2011-06-06 12:54:48 UTC MAIN commitmail json YAML

Fix typo (.Ed -> .El).

(njoly)

2011-06-06 12:02:26 UTC MAIN commitmail json YAML

Pull the following revision from upstream to provide __unordsf2() and
other missing softfloat functions:
---
Revision 108487
2005-12-13  Paul Brook  <paul@codesourcery.com>
* config/m68k/fpgnulib.c (__unordsf2, __unorddf2, __unordxf2,
__floatunsidf, __floatunsisf, __floatunsixf): New functions.
---

Fixes link errors of sources that refer isnan() on m68000.

Note this file is not GPLed.

(tsutsui)

2011-06-06 09:10:25 UTC jruoho-x86intr commitmail json YAML

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

2011-06-06 07:42:33 UTC MAIN commitmail json YAML

When getting the frequency, use APERF/MPERF as a fallback method.

(jruoho)

2011-06-06 06:59:16 UTC MAIN commitmail json YAML

2011-06-06 06:44:57 UTC MAIN commitmail json YAML

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

2011-06-06 05:40:34 UTC MAIN commitmail json YAML

fix up OPENSSL_VERSION_NUMBER check for entropy_add so it deals with the
current situation. Compile-checked by dholland, thanks.

(spz)

2011-06-06 03:15:14 UTC MAIN commitmail json YAML

add an entry about the US nationalising gold to replace old confiscation entry

(jnemeth)

2011-06-06 02:49:39 UTC MAIN commitmail json YAML

convert dcache_flush_page() into a function pointer.  introduce a
sp_dcache_flush_page() to help the smp version.

XXX: probably best to have usI/II and usIII (and nop) of this and
XXX: avoid the need for sp_dcache_flush_page at all.

(mrg)

2011-06-06 01:23:31 UTC MAIN commitmail json YAML

2011-06-06 01:16:49 UTC MAIN commitmail json YAML

re-implement blast_dcache() and blast_icache() via function pointers so that
we can set these to functions that simply return on sun4us/sun4v systems.

also include some work-in-progress #if 0'ed code to do the same for the
dcache_flush*() functions.

(some of these could probably move into the cpuinfo except that sparc64
systems don't really ever work with mismatches AFAICT.)

(mrg)

2011-06-05 23:09:51 UTC MAIN commitmail json YAML

src/crypto/external/bsd/openssl/dist/apps/speed.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/bio/b_sock.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/bio/bss_file.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/bio/bss_log.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/cast/cast.h@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_pwri.c deleted
src/crypto/external/bsd/openssl/dist/crypto/conf/conf_def.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/crypto.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/des/des.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/engine/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/engine/eng_aesni.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/engine/eng_cryptodev.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/openssl/dist/crypto/engine/engine.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/evp/m_sha1.c@1.4 / diff / nxr@1.4
src/crypto/external/bsd/openssl/dist/crypto/idea/i_skey.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/idea/idea.h@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssl/dist/crypto/md32_common.h@1.3 / diff / nxr@1.3
      :
(more 62 files)
merge
It builds, which is an improvement to before. It may not work.
AES-NI is disabled and needs to be retrofitted yet

(spz)

2011-06-05 23:09:15 UTC MAIN commitmail json YAML

add libgcc_pic dependency.

(christos)

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

Add libgcc_pic for millicode.

(christos)

2011-06-05 17:15:40 UTC MAIN commitmail json YAML

2011-06-05 17:09:18 UTC MAIN commitmail json YAML

2011-06-05 17:03:19 UTC MAIN commitmail json YAML

2011-06-05 16:59:21 UTC MAIN commitmail json YAML

2011-06-05 16:58:00 UTC MAIN commitmail json YAML

Fix fencepost error.

(matt)