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 (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

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

2012-10-26 19:15:52 UTC MAIN commitmail json YAML

2012-10-26 19:13:56 UTC MAIN commitmail json YAML

2012-10-26 18:31:14 UTC MAIN commitmail json YAML

- whitespace
- s/consttmp/const tmp/
- sync comments
- don't save errno where it is not needed
- consistent lint comments

(christos)

2012-10-26 18:30:11 UTC MAIN commitmail json YAML

consistent lint commments

(christos)

2012-10-26 18:29:49 UTC MAIN commitmail json YAML

remove unused constant

(christos)

2012-10-26 18:29:35 UTC MAIN commitmail json YAML

2012-10-26 18:15:56 UTC MAIN commitmail json YAML

2012-10-26 16:52:52 UTC MAIN commitmail json YAML

Ensure entire sockaddr_dl is obtained.  May not have
been the case previously for interfaces with long names.

(seanb)

2012-10-26 14:46:44 UTC MAIN commitmail json YAML

in osyscall, set the PSL_I bit into the correct field of the trapframe.
it was going into tf_eip instead of tf_eflags, which would sometimes
corrupt %eip and always return to user mode with interrupts disabled.
this was found with a netbsd 1.0 binary, and dsl@ points out that
this should also fix PR 41342.

(chs)

2012-10-26 12:42:10 UTC MAIN commitmail json YAML

Don't forget to re-assign sock after dup2(); from Jarle Greipsland

(christos)

2012-10-26 11:43:43 UTC MAIN commitmail json YAML

Now the driver supports not only EG20T but also a lot of other
Intel chipsets' serial over lan devices, so modify the entry.

(msaitoh)

2012-10-26 11:34:06 UTC netbsd-5 commitmail json YAML

2012-10-26 11:31:50 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by royger in ticket #1805):
sys/arch/xen/xen/xengnt.c: revision 1.25 via patch

Prevents a memory corruption issue that freezes a Xen DomU and can also
cause fs corruption. Addresses PR port-xen/47057 and port-xen/47056

(sborrill)

2012-10-26 10:22:43 UTC MAIN commitmail json YAML

Add the raspberry pi firmware distribution under the license shown
below.

OK'ed by board@ some time ago.

This version of the firmware allows the gpu/arm memory split to be
configured in config.txt using the gpu_mem= option.

Copyright (c) 2006, Broadcom Corporation.
All rights reserved.

Redistribution.  Redistribution and use in binary form, without
modification, are permitted provided that the following conditions are
met:

* This software may only be used for the purposes of developing for,
  running or using a Raspberry Pi device.
* Redistributions must reproduce the above copyright notice and the
  following disclaimer in the documentation and/or other materials
  provided with the distribution.
* Neither the name of Broadcom Corporation nor the names of its suppliers
  may be used to endorse or promote products derived from this software
  without specific prior written permission.

DISCLAIMER.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

(skrll)

2012-10-26 10:03:13 UTC MAIN commitmail json YAML

Count the memory regions in bootconfig.dramblocks when using the VCPROP
information.

(skrll)

2012-10-26 09:59:11 UTC MAIN commitmail json YAML

Workaround PR kern/47097: use delay() instead of tsleep() ahci_do_reset_drive()
if not called with AT_WAIT.
The right fix here is to change the ata layer to reset the drive from
thread context, to avoid a 0.5 delay() in interrupt context when a drive
fails.

(bouyer)

2012-10-26 09:33:39 UTC netbsd-6 commitmail json YAML

2012-10-26 09:02:28 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #619):
sbin/gpt/gpt.c: revision 1.16-1.17

Endianness fixes.

(sborrill)

2012-10-26 08:05:00 UTC netbsd-6-0 commitmail json YAML

2012-10-26 08:03:00 UTC netbsd-6-0 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #641):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.

(sborrill)

2012-10-26 07:42:56 UTC netbsd-5 commitmail json YAML

2012-10-26 07:41:24 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by msaitoh in ticket #1808):
share/man/man3/bits.3: revision 1.13-1.14 via patch

Document the correct return value of __BIT() and __BITS().

(sborrill)

2012-10-26 05:28:41 UTC MAIN commitmail json YAML

When writing intmask from a softint/workqueue thread, make sure to do so
only with the hwlock locked.

(matt)

2012-10-26 05:11:34 UTC MAIN commitmail json YAML

Use atomic_ops to manipulate sc_intmask

(matt)

2012-10-26 04:46:06 UTC MAIN commitmail json YAML

For the AMACs, turn off read-allocate/write-allocate when doing DMA.

(matt)

2012-10-26 04:45:36 UTC MAIN commitmail json YAML

Add A*CACHE values for AMAC.

(matt)

2012-10-26 04:45:03 UTC MAIN commitmail json YAML

For now, until rnd is fixed, don't use NO_ESTIMATE.

(matt)

2012-10-25 17:30:14 UTC netbsd-6 commitmail json YAML

2012-10-25 17:26:34 UTC netbsd-6-0 commitmail json YAML

2012-10-25 17:26:18 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #637):
sys/netinet6/frag6.c: revision 1.54
Loganaden Velvindron:
From "http://tools.ietf.org/html/draft-ietf-6man-ipv6-atomic-fragments-00":
A host that receives an IPv6 packet which includes a Fragment
Header with the "Fragment Offset" equal to 0 and the "M" bit equal
to 0 MUST process such packet in isolation from any other packets/
fragments, even if such packets/fragments contain the same set
{IPV6 Source Address, IPv6 Destination Address, Fragment
Identification}.  That is, the Fragment Header of "atomic
fragments" should be removed by the receiving host, and the
resulting packet should be processed as a non-fragmented IPv6
datagram.  Additionally, any fragments already queued with the
same set {IPV6 Source Address, IPv6 Destination Address, Fragment
Identification} should not be discarded upon receipt of the
"colliding" IPv6 atomic fragment, since IPv6 atomic fragments do
not really interfere with "normal" fragmented traffic.

(riz)

2012-10-25 17:23:34 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #637):
sys/netinet6/frag6.c: revision 1.54
Loganaden Velvindron:
From "http://tools.ietf.org/html/draft-ietf-6man-ipv6-atomic-fragments-00":
A host that receives an IPv6 packet which includes a Fragment
Header with the "Fragment Offset" equal to 0 and the "M" bit equal
to 0 MUST process such packet in isolation from any other packets/
fragments, even if such packets/fragments contain the same set
{IPV6 Source Address, IPv6 Destination Address, Fragment
Identification}.  That is, the Fragment Header of "atomic
fragments" should be removed by the receiving host, and the
resulting packet should be processed as a non-fragmented IPv6
datagram.  Additionally, any fragments already queued with the
same set {IPV6 Source Address, IPv6 Destination Address, Fragment
Identification} should not be discarded upon receipt of the
"colliding" IPv6 atomic fragment, since IPv6 atomic fragments do
not really interfere with "normal" fragmented traffic.

(riz)

2012-10-25 17:09:44 UTC netbsd-6 commitmail json YAML

share/man/man3/bits.3 1.13-1.14

Document the correct return value of __BIT() and __BITS().
[msaitoh, ticket #636]

(riz)

2012-10-25 17:00:17 UTC MAIN commitmail json YAML

2012-10-25 16:50:15 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #635):
usr.bin/netstat/netstat.1: revision 1.64
usr.bin/netstat/netstat.1: revision 1.65
Add note about -l option. Fixes PR#47085 reported by Julian Fagir.
Add -t flag.

(riz)

2012-10-25 15:14:36 UTC MAIN commitmail json YAML

Make warnings non fatal for older gcc versions - I couldn't figure out how to
shut up gcc when compiling for vax. Feel free to fix differently if you
find a better solution.

(martin)

2012-10-25 15:05:23 UTC MAIN commitmail json YAML

Make the default choice of "Install from" menu to use the sets
in the default file system (assuming which come with the CD/USB image)
and skip distmedium menu if the root file system is not md(4).
Also change "CD-ROM / DVD" menu option accordingly on ports which
have install images.  PR/47038

XXX: still no responsible maintainer of non-en translations

(tsutsui)

2012-10-25 15:04:06 UTC MAIN commitmail json YAML

Revert previous - casting to long is a bad idea, as the value will overflow.
Pointed out by apb.

(martin)

2012-10-25 13:14:33 UTC MAIN commitmail json YAML

Add a few casts to avoid (IMHO bogus) gcc warnings breaking the vax build.

(martin)

2012-10-25 11:53:14 UTC MAIN commitmail json YAML

Move the prototype definition of ether_input() from if.h to if_ether.h.

(msaitoh)

2012-10-25 10:59:44 UTC MAIN commitmail json YAML

Add 1000baseT-FDX.

(msaitoh)

2012-10-25 09:35:09 UTC netbsd-6 commitmail json YAML

2012-10-25 09:33:58 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #641):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.

(sborrill)

2012-10-25 09:29:32 UTC netbsd-5-1 commitmail json YAML

2012-10-25 09:28:24 UTC netbsd-5-1 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #1806):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.

(sborrill)

2012-10-25 09:12:14 UTC netbsd-5-0 commitmail json YAML

2012-10-25 09:11:58 UTC netbsd-5-0 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #1806):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.

(sborrill)

2012-10-25 09:10:39 UTC netbsd-5 commitmail json YAML

2012-10-25 09:10:13 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #1806):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.

(sborrill)

2012-10-25 08:42:46 UTC netbsd-4-0 commitmail json YAML

2012-10-25 08:42:09 UTC netbsd-4-0 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #1463):
share/misc/bsd-family-tree: revision 1.46-1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.

(sborrill)

2012-10-25 08:31:30 UTC netbsd-4 commitmail json YAML

2012-10-25 08:31:09 UTC netbsd-4 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #1463):
share/misc/bsd-family-tree: revision 1.46-1.47
share/misc/bsd-family-tree: revision 1.47

Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.

(sborrill)

2012-10-25 04:03:16 UTC agc-netpgp-standalone commitmail json YAML

change the signature (ha!) of the pgpv_read_pubring() function to allow a
key to be specified as a string in memory, as well as in a file. as always,
the pubring must precede the signature.

(agc)

2012-10-24 23:36:15 UTC MAIN commitmail json YAML

rename ptyfs_flag -> ptyfs_status to avoid confusion with ptyfs_flags

(christos)

2012-10-24 22:56:27 UTC MAIN commitmail json YAML

Whitespace improvements.

(wiz)

2012-10-24 22:25:49 UTC MAIN commitmail json YAML

explain a bit more what's wrong with alloca(3)

(christos)

2012-10-24 22:10:53 UTC MAIN commitmail json YAML

Add a warning when we are using the libc version of alloca(3).

(christos)

2012-10-24 21:45:10 UTC MAIN commitmail json YAML

Remove unnecessary cast.

From chuq (I think)

(skrll)

2012-10-24 21:31:06 UTC MAIN commitmail json YAML

Compare pointer against NULL not 0.

(skrll)

2012-10-24 21:23:55 UTC MAIN commitmail json YAML

Avoid using glob patterns that might match enough files to give
"Arg list too long" errors.  Change the "find" command to use
"-exec ... +" instead of "-exec ... \;" to make it more efficient.

(apb)

2012-10-24 21:23:45 UTC MAIN commitmail json YAML

Add the ifls register.

(skrll)

2012-10-24 20:14:56 UTC MAIN commitmail json YAML

Remove alloca when we get a chance to avoid issues like PR lib/47120.
With an modern optimising compiler, backend integration is necessary as
soon as frame pointers are optional.

(joerg)

2012-10-24 19:33:04 UTC MAIN commitmail json YAML

Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and 5.1.2.

(riz)

2012-10-24 19:14:27 UTC MAIN commitmail json YAML

Re-add a line from NetBSD 0.8 to FreeBSD 1.0, which got lost in the
last commit.  From the original commit log of rev 1.33:

revision 1.33
date: 2006/03/02 16:21:53;  author: tls;  state: Exp;  lines: +3 -3
Add line from NetBSD 0.8 to FreeBSD 1.0, reflecting the fact that the
patchkit maintainers were provided with a prerelease snapshot of NetBSD,
changes from which they integrated into their working tree, well prior
to their announcement of the FreeBSD project.  Per personal communications
with Charles Hannum and Chris Demetriou.  This line is in at least one
other published version of this chart, but seems to never have been in
the version in our repository (unfortunately, cvs diff on ascii art is
not very helpful).

(riz)

2012-10-24 13:07:46 UTC MAIN commitmail json YAML

xen: don't use grants 0-8

Not all grants from the first frame can be used, grants from 0 to 8
(both included) are reserved for external tools. Using this grants
caused system crashes and fs corruption.

Closes PR port-xen/47057 and port-xen/47056
Reviewed by bouyer@

(royger)

2012-10-24 11:36:02 UTC MAIN commitmail json YAML

2012-10-24 03:47:46 UTC netbsd-6 commitmail json YAML

2012-10-24 03:46:50 UTC netbsd-6 commitmail json YAML

2012-10-24 03:46:00 UTC netbsd-6 commitmail json YAML

Apply patch (requested by msaitoh in ticket #634):

==================================================================
sys/dev/usb/usbdevs 1.609,1.611-1.616,1.619,1.623-1.625,
1.628-1.630

Added vendor Terminus Technology.
Add ADS InstantFM Music (RDX-155).
Add USB keyboard found on Netwalker.
Add vendorID and some products of Nintendo Co., Ltd
Add USBConnect Mercury.
Add the Apple IPod Shuffle (second generation) and the
Apple IPod Touch (fourth generation).
Add the Springer Design MP3 players/book reader products.
This includes the original BookPOrt sold by APH.
Added Buffalo WLI-UC-GNM2T.
Add NTT DOCOMO L-02C entry.
Add another sierra device.
Add PLANEX GW-USH300N.
Add two more FTDI USB->serial adapters.
Added the device id for the Huawei EM770W 3G modem to u3g(4)
Confirmed to work on a WeTab.
Recognize apple bluetooth adapter in MacBook Air.
==================================================================

(riz)

2012-10-24 03:42:26 UTC netbsd-6 commitmail json YAML

2012-10-24 03:41:51 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #633):
sys/dev/mii/miidevs: revision 1.106
sys/dev/mii/miidevs: revision 1.107
sys/dev/mii/miidevs: revision 1.108
sys/dev/mii/miidevs: revision 1.109
Sync a comment with a fact.
There is MII_OUI() in miivar.h not mii.h after 2001.
Add VSC8221
Add AR8035
Add another Broadcom OUI and BCM57765 1000BASE-T media interface.
Per PR kern/46961.

(riz)

2012-10-24 03:39:18 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #632):
usr.bin/netstat/if.c: revision 1.75
Line up total numbers again (for -b case and -X case).

(riz)

2012-10-24 03:36:41 UTC netbsd-6 commitmail json YAML

2012-10-24 03:35:42 UTC netbsd-6 commitmail json YAML

Apply patch (requested by msaitoh in ticket #631):

This patch doesn't include any changes that rename ID.

==================================================================
sys/dev/pci/pcidevs 1.1103,1.1105,1.1109-1.1112,1.1114,1.1119-1.1124,
1.1126-1.1128,1.1130-1.1136,1.1138-1.1142

Added Ricoh 5CE823.
Added some AMD/ATI devices.
Add Marvell Yukon 88e8040 ethernet.
More broadcom stuff.
Add IDs for Fresco Logic and their FL1000 and FL1009 xHCI chips.
NEC uPD720100A is USB2.
Add NEC uPD720200, a USB3 Host Controller.
Add Intel Sandybridge integrated graphics.
Add Marvell SoC 88F6282.
Add XGI Technology's devices.
Add some Intel's devices.
Add more FREESCALE devices.
Fix RICOH RU5230 description.
Add some Intel 7 series devices.
Add some ATI and SIS devices. Fixes PR#39580.
Add VirtualBox ids.
Add EG20T PCH.  Closes PR/45567.
Add LSI MegaRAID SAS2208.
Add 82GM45_KT for puc(4).
Add some Intel's KT (Serial over LAN) devices.
Add some PCI AHCI controllers, from linux.
Added ALTERA EP4CGX15BF14C8N entry.
Add Broadcom BCM57762 Gigabit Ethernet, per PR kern/46961.
Add ASMEDIA ASM1061.
Add Lava Computers SSERIAL-PCI single serial port adapter.
Add Intel Ivy Bridge host bridge and integrated graphics device IDs.
Add Intel Centrino Wireless-N 2230.
Pull in changes from matt-nb5-mips64 (RMI & NETLOGIC).
Add SB600_USB_OHCI0 again. This was (accidentally) removed in
rev. 1.1105.

(riz)

2012-10-24 03:28:07 UTC netbsd-6-0 commitmail json YAML

2012-10-24 03:27:13 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #630):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.3            2012-04-18 [FBD]
- OpenBSD 5.1            2012-05-01 [OBD]
- Mac OS X 10.8          2012-07-25 [APL]
- NetBSD 6.0            2012-10-17 [NBD]

(riz)

2012-10-24 03:27:02 UTC netbsd-6 commitmail json YAML

2012-10-24 03:26:39 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #630):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.3            2012-04-18 [FBD]
- OpenBSD 5.1            2012-05-01 [OBD]
- Mac OS X 10.8          2012-07-25 [APL]
- NetBSD 6.0            2012-10-17 [NBD]

(riz)

2012-10-24 03:23:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #629):
sys/compat/linux/common/linux_ioctl.c: revision 1.57
sys/dev/ic/mfi.c: revision 1.47
sys/conf/majors: revision 1.62
etc/etc.i386/MAKEDEV.conf: revision 1.24
sys/dev/ic/mfivar.h: revision 1.20
etc/MAKEDEV.tmpl: revision 1.159
sys/dev/ic/mfiio.h: revision 1.1
etc/etc.amd64/MAKEDEV.conf: revision 1.19
sys/dev/ic/mfireg.h: revision 1.8
Add a pass-through ioctl for mfi(4), allowing userland to send raw commands
to the controller. This is compatible with the linux and FreeBSD
implementations.
Add the needed conversion for mfi ioctls in COMPAT_LINUX
Allocate a character major number, and create /dev/mfi0 by default
on amd64 and i386.
This allows (along with a hand-created /emul/linux/proc/devices file)
to run the MegaCLI linux binary provided by LSI.

(riz)

2012-10-24 03:20:07 UTC netbsd-6 commitmail json YAML

2012-10-24 03:19:20 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #628):
sys/dev/ic/mfi.c: revision 1.40
sys/dev/ic/mfi.c: revision 1.41
sys/dev/ic/mfi.c: revision 1.42
sys/dev/ic/mfi.c: revision 1.43
sys/dev/ic/mfi.c: revision 1.44
sys/dev/ic/mfi.c: revision 1.45
sys/dev/ic/mfi.c: revision 1.46
sys/dev/pci/pcidevs: revision 1.1128
sys/dev/pci/mfi_pci.c: revision 1.15
sys/dev/pci/mfi_pci.c: revision 1.16
sys/dev/ic/mfi.c: revision 1.39
sys/dev/ic/mfivar.h: revision 1.16
sys/dev/ic/mfireg.h: revision 1.6
sys/dev/ic/mfivar.h: revision 1.17
sys/dev/ic/mfireg.h: revision 1.7
sys/dev/ic/mfivar.h: revision 1.18
sys/dev/ic/mfivar.h: revision 1.19
Add some support for 64bit DMA but stick to 32bit DMA for now.
From OpenBSD mfi.c rev 1.119.
Add LSI MegaRAID SAS2208
MFI_IOP_SKINNY is an enum not a single bit value, so it can't be used as
a bit flag. As sc_flags is really used to hold an enum mfi_iop value,
change it to enum mfi_iop and rename to sc_ioptype. While there init it
in mfi_attach() instead of mfi_pci_attach().
sg64.len is 32bits, so use htole32()
Really init sc_ioptype in mfi_attach()
Add support newer LSI RAID controllers based on the SAS2208 chip,
codenamed "ThunderBolt". Add tagged queuing support for all adapters
supported by mfi(4).
Tested with a MegaRAID SAS 9265-8i adapter, and an older Dell PERC 5/i.
Avoid "unused variable" warning for non-DIAGNOSTIC kernels.
Pointed out by Havard Eidnes
After discussion on tech-kern@, fix performance issue related to
cache flush commands from WAPBL, by skipping the cache flush if the
BBU is present and considered good. Users which still want the write back
cache with a non-working BBU can set vfs.wapbl.flush_disk_cache to 0.
- add commands to monitor the BBU state. Add a boolean BBU sensor
  to monitor the BBU state via sysmon_envsys(9).
- if the BBU is considered good, turn SCSI_SYNCHRONIZE_CACHE_10 and
  SCSI_SYNCHRONIZE_CACHE_16 commands from upper layer into NOOPs.
  While there, handle SCSI_SYNCHRONIZE_CACHE_16 in addition to
  SCSI_SYNCHRONIZE_CACHE_10.
- Add a shutdown pmf(9) handler, which flushes the cache and shutdown the
  firmware
- on detach, also flush cache and shutdown firmware.
- on attach, print the firmware-provided name, and the BBU state
Tested on a LSI MegaRAID SAS 9265-8i and a PERC 5/i Integrated
Make MFI_DEBUG build on i386.
Report BBU state changes with aprint_normal(), it seems that sysmon_envsys()
doens't report changes for ENVSYS_INDICATOR as it does for ENVSYS_DRIVE.

(riz)

2012-10-24 03:15:04 UTC netbsd-6-0 commitmail json YAML

2012-10-24 03:14:37 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #611):
usr.bin/calendar/calendars/calendar.netbsd: revision 1.22
note NetBSD 6.0 release

(riz)

2012-10-24 03:13:12 UTC agc-netpgp-standalone commitmail json YAML

add the detached file to be the input for the detached signature verification

(agc)

2012-10-24 03:11:17 UTC agc-netpgp-standalone commitmail json YAML

2012-10-24 03:10:11 UTC netbsd-5-1 commitmail json YAML

2012-10-24 03:09:45 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1804):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]

(riz)

2012-10-24 03:09:33 UTC agc-netpgp-standalone commitmail json YAML

2012-10-24 03:09:28 UTC netbsd-5-0 commitmail json YAML

2012-10-24 03:09:07 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1804):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]

(riz)

2012-10-24 03:08:51 UTC netbsd-5 commitmail json YAML

2012-10-24 03:08:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1804):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]

(riz)

2012-10-24 03:03:53 UTC netbsd-5 commitmail json YAML

sys/dev/raidframe/rf_netbsdkintf.c patch

Implement DIOCGSTRATEGY and DIOCSSTRATEGY for raidframe devices.
(The default strategy is not changed)
[buhrow, ticket #1788]

(riz)

2012-10-24 02:46:25 UTC MAIN commitmail json YAML

Note that -d, -r, and -t are mutually exclusive and only the last one
is used.

While here, alphabetize the other list of r/d/t flags.

(pgoyette)

2012-10-24 02:27:25 UTC agc-netpgp-standalone commitmail json YAML

various improvements in netpgpverify:

+ store the revocation code in the signature

+ attempt to be bug compatible with gpg - if a signature on a text
document does not match the first time, try again, this time trimming
trailing white space (' ' and '\t' characters) from the text document.
this makes the verification work the same as gpg.  this behavior is
not activated for binary documents.  i have absolutely no idea why
this is done in the first place; christoph badura thinks it may be to
do with original pgp compatibility.  this and the stripping of the
trailing \r\n on text document digest calculation make no sense to me.

+ only compare the leading Q bits (i.e.  the length of the DSA Q
value) when verifying a DSA signature, per RFC 4880.  helps with
sha256 digests and smaller keys.

+ calculate the displayed size of DSA keys a bit differently, no functional
difference.

(agc)

2012-10-24 02:18:57 UTC agc-netpgp-standalone commitmail json YAML

src/crypto/external/bsd/netpgp/bin/netpgpverify/Makefile@1.1.2.5 / diff / nxr@1.1.2.5
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected16@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected17@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected18@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected19@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected20@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected21@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected22@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected23@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected24@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected25@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected26@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected27@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected28@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected29@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected30@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected31@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected32@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected33@1.1.2.1 / diff / nxr@1.1.2.1
src/crypto/external/bsd/netpgp/bin/netpgpverify/expected34@1.1.2.1 / diff / nxr@1.1.2.1
      :
(more 14 files)
get rid of RCS Ids in test files - both input and expected output

(agc)

2012-10-24 01:12:52 UTC MAIN commitmail json YAML

The id chgrp command is required to change is not uid but gid.

(enami)

2012-10-24 00:30:53 UTC MAIN commitmail json YAML

remove error(1) output.

(christos)

2012-10-24 00:12:09 UTC MAIN commitmail json YAML

2012-10-24 00:10:03 UTC MAIN commitmail json YAML

2012-10-23 23:58:09 UTC netbsd-4 commitmail json YAML

2012-10-23 23:57:45 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1462):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]

(riz)

2012-10-23 23:56:51 UTC netbsd-4-0 commitmail json YAML

2012-10-23 23:52:35 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1462):
share/misc/bsd-family-tree: revision 1.45
Sync with FreeBSD rev. 241698.
Adds:
- FreeBSD 8.32012-04-18 [FBD]
- OpenBSD 5.12012-05-01 [OBD]
- Mac OS X 10.82012-07-25 [APL]
- NetBSD 6.02012-10-17 [NBD]

(riz)

2012-10-23 23:44:37 UTC netbsd-4-0 commitmail json YAML

2012-10-23 23:44:17 UTC netbsd-4-0 commitmail json YAML

doc/3RDPARTY                            patch
share/zoneinfo/asia                    patch
share/zoneinfo/australasia              patch

        Update timezone definitions to tzdata2012g from
        ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz
        Changes from tzdata2012f to tzdata2012g:
        Samoa fall 2012 and later.  (Thanks to Nicholas Pereira
        and Robert Elz.)
        Palestine fall 2012.  (Thanks to Steffen Thorsen.)
        [apb, ticket #1461]

(riz)

2012-10-23 23:43:31 UTC netbsd-4 commitmail json YAML

2012-10-23 23:43:09 UTC netbsd-4 commitmail json YAML

doc/3RDPARTY                            patch
share/zoneinfo/asia                    patch
share/zoneinfo/australasia              patch

        Update timezone definitions to tzdata2012g from
        ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz
        Changes from tzdata2012f to tzdata2012g:
        Samoa fall 2012 and later.  (Thanks to Nicholas Pereira
        and Robert Elz.)
        Palestine fall 2012.  (Thanks to Steffen Thorsen.)
        [apb, ticket #1461]

(riz)

2012-10-23 23:38:54 UTC netbsd-4 commitmail json YAML

2012-10-23 23:31:13 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #1459):
bin/pax/ftree.c: revision 1.42
deal properly with empty lines in spec file

(riz)

2012-10-23 23:31:01 UTC MAIN commitmail json YAML

fix the mystery of the bad directory times.

(christos)

2012-10-23 23:27:49 UTC netbsd-5 commitmail json YAML

2012-10-23 23:27:21 UTC netbsd-5 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch

Update timezone definitions to tzdata2012g from
ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz
Changes from tzdata2012f to tzdata2012g:
Samoa fall 2012 and later.  (Thanks to Nicholas Pereira
and Robert Elz.)
Palestine fall 2012.  (Thanks to Steffen Thorsen.)
[apb, ticket #1803]

(riz)

2012-10-23 23:25:41 UTC netbsd-5-0 commitmail json YAML

2012-10-23 23:25:19 UTC netbsd-5-0 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch

Update timezone definitions to tzdata2012g from
ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz
Changes from tzdata2012f to tzdata2012g:
Samoa fall 2012 and later.  (Thanks to Nicholas Pereira
and Robert Elz.)
Palestine fall 2012.  (Thanks to Steffen Thorsen.)
[apb, ticket #1803]

(riz)

2012-10-23 23:21:23 UTC netbsd-5-1 commitmail json YAML

2012-10-23 23:21:01 UTC netbsd-5-1 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch

Update timezone definitions to tzdata2012g from
ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz
Changes from tzdata2012f to tzdata2012g:
Samoa fall 2012 and later.  (Thanks to Nicholas Pereira
and Robert Elz.)
Palestine fall 2012.  (Thanks to Steffen Thorsen.)
[apb, ticket #1803]

(riz)

2012-10-23 23:16:05 UTC MAIN commitmail json YAML

2012-10-23 23:13:20 UTC MAIN commitmail json YAML

Add MEMSIZE as an option.

(matt)

2012-10-23 22:50:00 UTC MAIN commitmail json YAML

When allocating the kernel virtual addresses, make sure to match the
color of the user addresses.

(matt)

2012-10-23 20:44:22 UTC MAIN commitmail json YAML

Add --date and --reference to SYNOPSIS.

(wiz)

2012-10-23 20:20:57 UTC netbsd-6-0 commitmail json YAML

2012-10-23 20:20:40 UTC netbsd-6-0 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch

Update timezone definitions to tzdata2012g from
ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz
Changes from tzdata2012f to tzdata2012g:
Samoa fall 2012 and later.  (Thanks to Nicholas Pereira
and Robert Elz.)
Palestine fall 2012.  (Thanks to Steffen Thorsen.)
[apb, ticket #627]

(riz)

2012-10-23 20:20:15 UTC netbsd-6 commitmail json YAML

2012-10-23 20:19:51 UTC netbsd-6 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch

Update timezone definitions to tzdata2012g from
ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz
Changes from tzdata2012f to tzdata2012g:
Samoa fall 2012 and later.  (Thanks to Nicholas Pereira
and Robert Elz.)
Palestine fall 2012.  (Thanks to Steffen Thorsen.)
[apb, ticket #627]

(riz)

2012-10-23 20:12:07 UTC netbsd-6 commitmail json YAML

2012-10-23 20:04:17 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #626):
share/man/man4/uftdi.4: revision 1.17
Add some deivces.

(riz)

2012-10-23 20:01:41 UTC netbsd-6 commitmail json YAML

2012-10-23 20:01:14 UTC netbsd-6 commitmail json YAML

sys/dev/usb/usbdevs 1.626
sys/dev/usb/usbdevs.h regen
sys/dev/usb/usbdevs_data.h regen
sys/dev/usb/uftdi.c 1.52

        Add OpenRD JTAG & serial console support.
[msaitoh, ticket #625]

(riz)

2012-10-23 19:55:38 UTC netbsd-6 commitmail json YAML

distrib/sets/lists/base/md.evbarm.armeb 1.4

Add missing file for big-endian ARM so "make release" completes.
[msaitoh, ticket #624]

(riz)

2012-10-23 19:50:49 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #623):
sys/arch/arm/marvell/mvsocgpp.c: revision 1.4
Fix a bug that the irq_masks of GPIO are set on Marvell SoCs.

(riz)

2012-10-23 19:48:25 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #622):
external/gpl3/gcc/usr.bin/gcc/gcc.1: file removal
external/gpl3/gcc/usr.bin/g++/g++.1: file removal
Remove OLD manunal to install correct manual.

(riz)

2012-10-23 19:44:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #621):
sbin/ping/ping.c: revision 1.103
Fix a bug that misunderstand F_TIMING64,  F_POLICY and F_AUTHHDR.

(riz)

2012-10-23 17:55:46 UTC MAIN commitmail json YAML

- use {g,s}etprogname()
- fix usage

(christos)

2012-10-23 17:31:00 UTC MAIN commitmail json YAML

2012-10-23 16:28:07 UTC netbsd-6 commitmail json YAML

2012-10-23 16:27:16 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #620):
sys/arch/arm/marvell/kirkwood.c: revision 1.7
Add missing ','
It will fix a bug that "vmstat -e" shows the incorrect counts in wrong
entries.

(riz)

2012-10-23 16:25:21 UTC netbsd-6 commitmail json YAML

Remove duplicate entries (requested by enami in ticket #618)

(riz)

2012-10-23 16:21:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #617):
sys/arch/arm/arm/disksubr_mbr.c: revision 1.14
Fix a bug that armeb machine misunderstand MBR partition's offset
and size. Fixes PR#47081

(riz)

2012-10-23 16:19:48 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #616):
sys/netinet/if_atm.c: revision 1.33
sys/net/if_arcsubr.c: revision 1.64
sys/netinet/ip_mroute.c: revision 1.126
Add missing "\n" in log(9)

(riz)

2012-10-23 16:17:39 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #615):
external/gpl3/gcc/dist/gcc/ChangeLog: revision 1.4
external/gpl3/gcc/dist/gcc/config/arm/arm.md: revision 1.2
Fix gcc bugid 51408 for arm.
Fix gcc bugid 51408 for arm.

(riz)

2012-10-23 16:08:12 UTC MAIN commitmail json YAML

Run $(TOOL_CTAGS) instead of ctags: sometimes it's better than the host's
native ctags, and it's nice to have consistent ctags from one host to another.

(dyoung)

2012-10-23 15:30:45 UTC MAIN commitmail json YAML

allow non-command keysyms to be mapped as commands (experimental)

(christos)

2012-10-23 15:12:59 UTC MAIN commitmail json YAML

make anti-aliased character drawing work on hardware where stride != width * bytes per pixel

(macallan)

2012-10-23 15:03:37 UTC agc-netpgp-standalone commitmail json YAML

Fix a tyop in the getopt string so that it specifies that -k takes an
argument - makes the specification of public keyrings work again.

Make pgpv_verify return a cookie if the signature matches, rather than
just a plain pseudo-boolean value.  The cookie can be used
subsequently to retrieve the verified data

Use the cookie as input to pgp_get_verified()

Add tests for DSA key verification

(agc)

2012-10-23 15:00:57 UTC agc-netpgp-standalone commitmail json YAML

Fix a tyop in the getopt string so that it specifies that -k takes an
argument - makes the specification of public keyrings work again.

Make pgpv_verify return a cookie if the signature matches, rather than
just a plain pseudo-boolean value.  The cookie can be used
subsequently to retrieve the verified data

Use the cookie as input to pgp_get_verified()

Add tests for DSA key verification

(agc)

2012-10-23 12:23:20 UTC MAIN commitmail json YAML

Correct inverted boolean logic for the coherent flag introduced in r1.61

Fixes slow nfs seen by msaitoh@

(skrll)

2012-10-23 11:53:18 UTC MAIN commitmail json YAML

support anti-aliased fonts

(macallan)

2012-10-23 01:59:18 UTC MAIN commitmail json YAML

- remove obsolete = { syntac
- print context for yyerror()
- add a production to clarify a syntax error

(christos)

2012-10-22 22:59:33 UTC MAIN commitmail json YAML

Note that -d flag also precludes historical usage.

(pgoyette)

2012-10-22 21:51:58 UTC MAIN commitmail json YAML

Recognize --date and --reference like gnu.

(christos)

2012-10-22 21:21:07 UTC MAIN commitmail json YAML

This move is taking too long :-) make the file re-appear to fix the build.

(christos)

2012-10-22 19:46:36 UTC netbsd-6 commitmail json YAML

2012-10-22 19:45:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #614):
sbin/ping6/ping6.c: revision 1.81
Accept "-s 0"

(riz)

2012-10-22 19:43:58 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #613):
lib/libl/Makefile: file removal
Remove unused lib/libl. Approved by christos.

(riz)

2012-10-22 19:28:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #612):
external/gpl3/gcc/lib/libgcc/Makefile.inc: revision 1.15
Don't add unwind.h stuff into BUILDSYMLINKS when MKGCC=="no".
Fixes "Wrong number of words (1) in .for substitution list with 2 vars" problem
while mknative-ing. Approved by mrg.

(riz)

2012-10-22 18:02:26 UTC MAIN commitmail json YAML

2012-10-22 18:00:46 UTC MAIN commitmail json YAML

fix argument parsing.

(christos)

2012-10-22 17:47:06 UTC MAIN commitmail json YAML

2012-10-22 16:43:06 UTC MAIN commitmail json YAML

Work around missing __BUS_SPACE_HAS_STREAM_METHODS on some ports.

(jakllsch)

2012-10-22 15:43:32 UTC MAIN commitmail json YAML

2012-10-22 15:01:18 UTC MAIN commitmail json YAML

Only call cpu_{,s}dcache_inv_range if len > 0

(matt)

2012-10-22 14:33:28 UTC MAIN commitmail json YAML

Attribute "The STAR WARS Song" to "Weird Al" Yankovic under the proper title,
"Yoda".  Correct said lyrics.

Correct lyrics to "Weird Al" Yankovic's "One Of Those Days".

(jakllsch)

2012-10-22 14:00:07 UTC MAIN commitmail json YAML

define __alignof() in terms of __alignof__ if it is available.

(christos)

2012-10-22 10:37:44 UTC MAIN commitmail json YAML

mention "discard" (ATA "TRIM") support

(drochner)

2012-10-22 08:35:14 UTC agc-netpgp-standalone commitmail json YAML

2012-10-22 04:35:17 UTC MAIN commitmail json YAML

Don't play stupid pet tricks with alignments and simplify the code not
to allocate/copy.

(christos)

2012-10-22 01:21:57 UTC MAIN commitmail json YAML

2012-10-21 23:09:53 UTC MAIN commitmail json YAML

Add FORCE quirks for ASMEDIA ASM1061

(matt)

2012-10-21 23:07:25 UTC MAIN commitmail json YAML

2012-10-21 23:06:59 UTC MAIN commitmail json YAML

Add more ASMEDIA 1061 variants.

(matt)

2012-10-21 22:57:48 UTC MAIN commitmail json YAML

2012-10-21 22:35:52 UTC MAIN commitmail json YAML

Add an __alignof() macro.

(christos)

2012-10-21 22:18:16 UTC MAIN commitmail json YAML

don't check for i and use j.

(christos)

2012-10-21 22:04:05 UTC MAIN commitmail json YAML

Make sure when mapping all the kernel, start at KERNEL_BASE, not kernel_base.

(matt)

2012-10-21 21:23:39 UTC MAIN commitmail json YAML

Move sljit_mod.c to sys/external/bsd/sljit/sljit and share it between
builtin and standalone module.

(alnsn)

2012-10-21 19:15:10 UTC MAIN commitmail json YAML

2012-10-21 19:07:26 UTC MAIN commitmail json YAML

Import sljit @ r176.

r176: Add void to function definitions. Patch by Alexander Nasonov

Status:

Vendor Tag: TNF
Release Tags: SLJIT-r176

(alnsn)

2012-10-21 15:46:00 UTC MAIN commitmail json YAML

Change to use symbolic constants from assym.h and fix a typo in a comment.

(matt)

2012-10-21 13:30:20 UTC netbsd-6 commitmail json YAML

Remove duplicated line.

(msaitoh)

2012-10-21 10:29:53 UTC MAIN commitmail json YAML

Add softint processing for irq_idle_entry

(matt)

2012-10-21 10:29:23 UTC MAIN commitmail json YAML

Use static initializer for bus dma tag initialization

(matt)

2012-10-21 10:22:40 UTC MAIN commitmail json YAML

Use right flag name for bus_dmamem_map (fixes usb on BCM53xx).

(matt)

2012-10-21 09:25:16 UTC MAIN commitmail json YAML

Implement a "fast" path for IRQ handling out of the idle loop.  Since we
are in SVC32 already we only need to save a few registers.  Processing is
also simplified since we know we can't return to user-mode.

(matt)

2012-10-21 08:18:27 UTC MAIN commitmail json YAML

Use more markup.

(wiz)

2012-10-21 01:39:05 UTC MAIN commitmail json YAML

clarify that BLOCKSIZE also influences the total in long output

(jschauma)

2012-10-21 01:11:23 UTC MAIN commitmail json YAML

PR/47098: Steffen "Daode" Nurpmeso: mail(1): SEGV with bad globbed file argument

(christos)

2012-10-21 01:10:22 UTC MAIN commitmail json YAML

consistently use warn

(christos)

2012-10-20 23:16:24 UTC netbsd-6 commitmail json YAML

2012-10-20 23:13:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #611):
usr.bin/calendar/calendars/calendar.netbsd: revision 1.22
note NetBSD 6.0 release

(riz)

2012-10-20 22:31:05 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #609):
sys/arch/arm/marvell/kirkwood.c: revision 1.5
Fix always check high.  macro KIRKWOOD_IRQ_* means bit number.  HIGH is
bit0.

(riz)

2012-10-20 22:24:24 UTC netbsd-6-0 commitmail json YAML

2012-10-20 22:18:43 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #608):

Fix typo - OpenSSL 1.0.1c, not OpenSSH.

(riz)

2012-10-20 22:18:30 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #608):

Fix typo - OpenSSL 1.0.1c, not OpenSSH.

(riz)

2012-10-20 22:11:38 UTC MAIN commitmail json YAML

Use 0 for MS_NOMNTTAB since we have no mnttab anyway.

(riastradh)

2012-10-20 19:53:29 UTC MAIN commitmail json YAML

Add SB600_USB_OHCI0 again. This was (accidentally) removed in rev. 1.1105

(msaitoh)

2012-10-20 15:58:46 UTC agc-netpgp-standalone commitmail json YAML

fix up name of struct, missed on an earlier pass

(agc)

2012-10-20 14:56:31 UTC MAIN commitmail json YAML

Add experimental support GENERIC.MP.

(kiyohara)

2012-10-20 14:53:38 UTC MAIN commitmail json YAML

2012-10-20 14:42:20 UTC MAIN commitmail json YAML

Increase l2pts to accomodate large memory disks.

(matt)