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

2024-05-09 22:42:26 UTC Now

2012-04-06 17:48:09 UTC netbsd-6 commitmail json YAML

2012-04-06 17:46:41 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #163):
usr.sbin/cpuctl/arch/i386.c: revision 1.30
report l3 cache information on AMD Family 10h and newer processors

(riz)

2012-04-06 17:44:21 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #162):
sys/dev/vnd.c: revision 1.220
sys/dev/vndvar.h: revision 1.32
When backed by a sparse file limit the number of pending requests.
Should fix PR #45829: "writing to vnd on sparse file blocks on pager_map"
where the pager_map gets exhausted by requests enqueued on a vnd
device and the device worker thread blocks on putpages() needing the map.
While here always sync the underlying vnode before calling biodone().
XXX: vnd should be converted to mutex/condvar.

(riz)

2012-04-06 17:40:21 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by njoly in ticket #161):
sys/fs/msdosfs/msdosfs_vnops.c: revision 1.81
sys/fs/msdosfs/msdosfs_vnops.c: revision 1.82
Report the SF_ARCHIVED file flag if set.
Add missing braces in previous commit.

(riz)

2012-04-06 17:28:04 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #160):
sys/arch/landisk/landisk/bus_dma.c: revision 1.15
Don't call sh_dcache_inv_range() on BUS_DMASYNC_POSTREAD ops
as other mips and arm ports.
All cached data is cared on BUS_DMASYNC_PREREAD and
invalidating cache without writeback could cause unexpected
data loss if specified sync region is not cacheline aligned.
This may fix "ffs_alloccg: map corrupted" panic on acardide IDE disks,
which didn't happen on USB HDD.

(riz)

2012-04-06 17:23:40 UTC MAIN commitmail json YAML

bring in this change from openbsd:
Implement the AMD suggested workaround for family 10h & 12h errata 721
"Processor May Incorrectly Update Stack Pointer" by setting a bit
marked 'reserved' in an MSR that is only "documented" to exist on 12h.

(chs)

2012-04-06 17:16:30 UTC MAIN commitmail json YAML

fix uarea_system_poolpage_free() to handle freeing a uarea
that was not allocated by cpu_uarea_alloc() (ie. on plaforms
where cpu_uarea_alloc() failing is not fatal).
fixes PR 46284.

(chs)

2012-04-06 17:12:46 UTC MAIN commitmail json YAML

take the kernel lock during detach of atapibus as well.

(chs)

2012-04-06 17:02:09 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #147):
tests/lib/libppath/Makefile: revision 1.4
external/mit/xorg/server/xorg-server/hw/xfree86/loader/Makefile: revision 1.11
external/mit/xorg/server/xorg-server/hw/xfree86/loader/Makefile: revision 1.12
tests/lib/libppath/plist_to_c: revision 1.2
Use :Q for quoting. Execute shell script using the host shell.
Use :Q for quoting. Execute shell script using the host shell.
Use toolchain awk to make them buildable on Solaris 10.

(riz)

2012-04-06 13:13:13 UTC MAIN commitmail json YAML

Update comments to reflect that we always have a hardware FPU.

(skrll)

2012-04-06 13:09:32 UTC MAIN commitmail json YAML

Remove unnecessary cache flushes.

FP regs are stored in memory from a pool which is direct mapped and
therefore available in virtual and physical modes.

(skrll)

2012-04-06 12:21:59 UTC MAIN commitmail json YAML

2012-04-06 11:42:08 UTC MAIN commitmail json YAML

Describe behaviour when no arguments are given.
Add comma.
Bump date.

From Bug Hunting.

(wiz)

2012-04-06 11:36:56 UTC MAIN commitmail json YAML

- fix timed(8) references;
- fix capitalization;
- add reference to environ(7) in `SEE ALSO' section, as it is
  mentioned in the text.

From patch by Bug Hunting.

(wiz)

2012-04-06 11:36:04 UTC MAIN commitmail json YAML

Fix capitalization and typo, from Bug Hunting.

(wiz)

2012-04-06 11:35:39 UTC MAIN commitmail json YAML

Fix typo, from Bug Hunting.

(wiz)

2012-04-06 11:34:58 UTC MAIN commitmail json YAML

Sync usage with man page, from Bug Hunting.

(wiz)

2012-04-06 10:55:19 UTC MAIN commitmail json YAML

expat is now at 2.1.0

(spz)

2012-04-06 10:49:29 UTC MAIN commitmail json YAML

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

2012-04-06 10:23:44 UTC MAIN commitmail json YAML

import of expat 2.1.0
Fixes CVE-2012-1147, CVE-2012-1148 and CVE-2012-0876 (other security
issues have been previously fixed in our tree)

relevant Changes:
Release 2.1.0 Sat March 24 2012
        - Bug Fixes:
          #1742315: Harmful XML_ParserCreateNS suggestion.
          #2895533: CVE-2012-1147 - Resource leak in readfilemap.c.
          #1785430: Expat build fails on linux-amd64 with gcc version>=4.1 -O3.
          #1983953, 2517952, 2517962, 2649838:
                Build modifications using autoreconf instead of buildconf.sh.
          #2815947, #2884086: OBJEXT and EXEEXT support while building.
          #1990430: CVE-2009-3720 - Parser crash with special UTF-8 sequences.
          #2517938: xmlwf should return non-zero exit status if not well-formed.
          #2517946: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml.
          #2855609: Dangling positionPtr after error.
          #2894085: CVE-2009-3560 - Buffer over-read and crash in big2_toUtf8().
          #2958794: CVE-2012-1148 - Memory leak in poolGrow.
          #2990652: CMake support.
          #3010819: UNEXPECTED_STATE with a trailing "%" in entity value.
          #3206497: Unitialized memory returned from XML_Parse.
          #3287849: make check fails on mingw-w64.
          #3496608: CVE-2012-0876 - Hash DOS attack.
        - Patches:
          #1749198: pkg-config support.
          #3010222: Fix for bug #3010819.
          #3312568: CMake support.
          #3446384: Report byte offsets for attr names and values.
        - New Features / API changes:
          Added new API member XML_SetHashSalt() that allows setting an intial
                value (salt) for hash calculations. This is part of the fix for
                bug #3496608 to randomize hash parameters.
          When compiled with XML_ATTR_INFO defined, adds new API member
                XML_GetAttributeInfo() that allows retrieving the byte
                offsets for attribute names and values (patch #3446384).
          Added CMake build system.
                See bug #2990652 and patch #3312568.
          Added run-benchmark target to Makefile.in - relies on testdata module
                present in the same relative location as in the repository.


Status:

Vendor Tag: expat
Release Tags: expat-2-1-0

(spz)

2012-04-06 10:10:11 UTC MAIN commitmail json YAML

When printing the list of valid console names, don't treat the consoles[]
array as NULL terminated, because it's not.

(gson)

2012-04-06 09:44:44 UTC MAIN commitmail json YAML

2012-04-06 09:38:40 UTC MAIN commitmail json YAML

Print my progname in error messages.
It makes easy to find who displayed it.

(isaki)

2012-04-06 09:21:40 UTC MAIN commitmail json YAML

Update version to 3.7.10, since that's what's currently in dist/
From Ryo ONODERA in PR 46300.

(wiz)

2012-04-06 09:16:34 UTC MAIN commitmail json YAML

Regen from miidevs,v 1.106; sync a comment with a fact.

(isaki)

2012-04-06 09:15:37 UTC MAIN commitmail json YAML

Sync a comment with a fact.
There is MII_OUI() in miivar.h not mii.h after 2001.

(isaki)

2012-04-06 08:22:28 UTC jmcneill-usbmp commitmail json YAML

note that ulpt and uplcom both attach

(mrg)

2012-04-06 08:13:40 UTC jmcneill-usbmp commitmail json YAML

mark ubt and uhso as working, thanks iain!

(mrg)

2012-04-06 08:11:41 UTC jmcneill-usbmp commitmail json YAML

take the thread lock earlier in uhci_device_intr_start().
avoids failed mutex owned asserts, and now bt* work.

(mrg)

2012-04-06 08:07:32 UTC MAIN commitmail json YAML

Point to PR port-alpha/46301 when failing on Alpha.

(jruoho)

2012-04-06 07:53:11 UTC MAIN commitmail json YAML

2012-04-06 06:15:14 UTC MAIN commitmail json YAML

don't hold the thread lock while calling allocm() or freem().  fixes PR#46121

(mrg)

2012-04-06 03:20:43 UTC MAIN commitmail json YAML

Retrive and print the hypervisor "extra" (teeny) version.
From Manuel Bouyer.

(riz)

2012-04-06 02:52:00 UTC MAIN commitmail json YAML

Fix a typo (that I found 5 years ago).  Though the definition of
atabusiodetach_args is the same as atabusioscan_args (at the moment).

(isaki)

2012-04-06 02:51:03 UTC MAIN commitmail json YAML

2012-04-06 01:47:16 UTC MAIN commitmail json YAML

avoid warning with options PLCOM_DEBUG for INTEGRATOR.

(bsh)

2012-04-06 01:35:58 UTC MAIN commitmail json YAML

don't mix #define<TAB> and #define<SPACE> in a file.

(bsh)

2012-04-05 22:32:09 UTC jmcneill-usbmp commitmail json YAML

2012-04-05 21:33:53 UTC jmcneill-usbmp commitmail json YAML

2012-04-05 21:09:23 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/libgomp/arch/m68k/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/c++config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/c++config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68k/gstdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/c++config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/c++config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/config.h@1.6 / diff / nxr@1.6
      :
(more 28 files)
rerun mknative-gcc:
- turn off <fenv.h> on platforms that don't have it

(mrg)

2012-04-05 21:00:30 UTC MAIN commitmail json YAML

Split out cpu_softc into cpuvar.h

Split out the interrupt definitions into intrdefs.h and add the IPI
definitions

Add the required field to cpu_info for the IPI functions.

Makes a MULTIPROCESSOR kernel compiles.

(skrll)

2012-04-05 20:25:53 UTC MAIN commitmail json YAML

midi_attach() does not actually ever use the parent device
pointer, so no need to store it in sc_dev. Further, remove
the sc_dev field entirely since it is easily confused with
the dev field, which is the 'self' device pointer. Fix the
comment.

(plunky)

2012-04-05 20:17:24 UTC MAIN commitmail json YAML

Add the IPI routinte prototypes.

(skrll)

2012-04-05 20:13:35 UTC MAIN commitmail json YAML

move the pmf_device_register() for midi.c and midi_pcppi.c to midi_attach()
for symmetry, since it is removed in midi detach code

and don't need to call device_pmf_is_registered() before registering it

(plunky)

2012-04-05 20:12:09 UTC MAIN commitmail json YAML

Replace #ifdef DEBUG/BTLBDEBUG with DPRINTF{,N}

(skrll)

2012-04-05 19:53:35 UTC MAIN commitmail json YAML

2012-04-05 19:44:29 UTC MAIN commitmail json YAML

Whitespace in previous

(skrll)

2012-04-05 19:42:14 UTC MAIN commitmail json YAML

Use CR_ control regsiter definition for consistency.

(skrll)

2012-04-05 16:31:53 UTC MAIN commitmail json YAML

no need to device_pmf_is_registered() before unregister

(plunky)

2012-04-05 16:16:01 UTC MAIN commitmail json YAML

bah, remove a load of old (debug) code.

(skrll)

2012-04-05 16:13:47 UTC MAIN commitmail json YAML

Commit work in progress ipi functions.

(skrll)

2012-04-05 12:12:57 UTC MAIN commitmail json YAML

mboot now depends on libiocs. noticed by tsutsui@.

(isaki)

2012-04-05 12:01:37 UTC MAIN commitmail json YAML

Use common library libiocs.a.  suggested by tsutsui@.
o Originally, mboot had an IOCS_S_READEXT() inline function but
  its expansion corrupted (from somewhere after branching netbsd-5).
  This solves PR#46293 by using the common library.
  This problem was reported by Y.Sugahara at NetBSD booth at
  Open Source Conference (OSC) 2012 Ehime in March.
o As a side effect, it also correct the different problem that
  IOCS_S_READ() calls _S_READEXT not _S_READ.
Should be pulled up to netbsd-6.

(isaki)

2012-04-05 11:05:54 UTC MAIN commitmail json YAML

report l3 cache information on AMD Family 10h and newer processors

(cegger)

2012-04-05 09:15:56 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

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

add a description for the new check_passwd_permit_dups variable

(spz)

2012-04-05 09:09:27 UTC MAIN commitmail json YAML

change security so that there is a configuration value for the list of
users who will not be considered for duplicate uid check.
Seed it with 'toor' in defaults/security.conf.

(spz)

2012-04-05 07:26:37 UTC MAIN commitmail json YAML

Fix vn_lock() to return an invalid (dead, clean) vnode
only if the caller requested it by setting LK_RETRY.

Should fix PR #46221: Kernel panic in NFS server code

(hannken)

2012-04-05 04:04:05 UTC MAIN commitmail json YAML

abort attach if memory access is not enabled
this avoids a panic later on when trying to attach to an unconfigured ohci
found for example in later iBooks when DIAGNOSTIC is set

(macallan)

2012-04-05 02:46:22 UTC MAIN commitmail json YAML

2012-04-05 01:04:18 UTC MAIN commitmail json YAML

Fix retry logic to avoid triggering an assertion.

(jmmv)

2012-04-04 23:00:37 UTC MAIN commitmail json YAML

Regen for Marvell Yukon 88e8040 ethernet.

(uwe)

2012-04-04 22:58:57 UTC MAIN commitmail json YAML

Add Marvell Yukon 88e8040 ethernet.

(uwe)

2012-04-04 19:52:48 UTC MAIN commitmail json YAML

Assert that we can a valid inode when looking up a file handle.

(tron)

2012-04-04 18:53:35 UTC MAIN commitmail json YAML

New testcase that check file flags with unprivileged credentials.

(njoly)

2012-04-04 17:47:03 UTC MAIN commitmail json YAML

2012-04-04 17:44:31 UTC MAIN commitmail json YAML

For 1's and 2's complement sensor data, convert unsigned raw data to a
signed type before proceeding any computation. Fix handling of
negative temperatures that can be set for critmin/warnmin limits.

(njoly)

2012-04-04 13:33:20 UTC MAIN commitmail json YAML

- remove unused thread (non-lwp) code.
- make the get method return the value, and only add 1 in the put method.

(christos)

2012-04-04 10:59:48 UTC MAIN commitmail json YAML

2012-04-04 10:54:45 UTC MAIN commitmail json YAML

-enable-iv-rewrite is neither supported nor needed with LLVM now.
The one case where it was a big win was partially an inliner bug and
the changes to the inline cost estimate are much smaller over all.

(joerg)

2012-04-04 10:52:59 UTC MAIN commitmail json YAML

Try fixing t_strtod to not depend on -ffloat-store by adding the
necessary volatiles.

(joerg)

2012-04-04 10:44:21 UTC MAIN commitmail json YAML

Hook up llvm-readobj for LLVM_DEVELOPER builds.

(joerg)

2012-04-04 10:42:05 UTC MAIN commitmail json YAML

2012-04-04 10:37:18 UTC MAIN commitmail json YAML

Make it easier to specify the list of checkers to enable for the static
analyzer.

(joerg)

2012-04-04 10:03:54 UTC MAIN commitmail json YAML

2012-04-04 07:32:29 UTC MAIN commitmail json YAML

add phony targets to build gzimg files for specified kernels, instead
of building all gzimg files in TARGETS.

(bsh)

2012-04-04 06:29:17 UTC MAIN commitmail json YAML

Add a pthread cancel stub for sigwait, following Onno van der Linden's
analysis in PR 45131.  Kindly tested by Hisashi T Fujinaka (using csup
as the test case) with a successful outcome.

OK martin@

(agc)

2012-04-04 01:40:57 UTC MAIN commitmail json YAML

support WSDISPLAY_COMPAT_RAWKBD for TWINTAIL's on-board matrix keys.

(bsh)

2012-04-04 01:23:27 UTC MAIN commitmail json YAML

2012-04-04 00:26:26 UTC matt-nb5-mips64 commitmail json YAML

Move the uvm_scheduler_mutex and cv init to uvm_init since they are
independent of VMSWAP.

(matt)

2012-04-03 22:21:13 UTC MAIN commitmail json YAML

s/netbsd.org/NetBSD.org/, per mspo@

(riz)

2012-04-03 22:14:13 UTC MAIN commitmail json YAML

npf_tcp_inwindow: in a case of negative skew, bump the maximum seen value of
SEQ+LEN in the receiver's side correctly (using ACK from the sender's side).

PR/46265 from Changli Gao.

(rmind)

2012-04-03 17:32:12 UTC netbsd-6 commitmail json YAML

2012-04-03 17:31:20 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by plunky in ticket #159):
sys/dev/bluetooth/btsco.c: revision 1.28
sys/dev/bluetooth/bthidev.c: revision 1.22
sys/dev/bluetooth/bthub.c: revision 1.18
sys/dev/bluetooth/btkbd.c: revision 1.14
sys/dev/bluetooth/btms.c: revision 1.10
sys/dev/bluetooth/btmagic.c: revision 1.2
register/deregister pmf(9) NULL handlers for bthub(4) and
bluetooth devices which attach there, to fix PR/39006

(riz)

2012-04-03 17:25:04 UTC netbsd-6 commitmail json YAML

2012-04-03 17:22:54 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #158):
sys/net/npf/npf_session.c: revision 1.12
sys/net/npf/npf_tableset.c: revision 1.10
sys/net/npf/npf_rproc.c: revision 1.2
usr.sbin/npf/npfctl/npf_parse.y: revision 1.4
sys/net/npf/npf_inet.c: revision 1.11
sys/net/npf/npf.h: revision 1.15
usr.sbin/npf/npfctl/npf_build.c: revision 1.5
sys/net/npf/npf_ruleset.c: revision 1.11
sys/net/npf/npf_instr.c: revision 1.10
usr.sbin/npf/npfctl/Makefile: revision 1.6
sys/net/npf/npf_processor.c: revision 1.10
sys/net/npf/npf_log.c: revision 1.3
lib/libnpf/npf.h: revision 1.7
sys/net/npf/npf_alg.c: revision 1.3
sys/net/npf/npf_sendpkt.c: revision 1.9
lib/libnpf/npf.c: revision 1.8
usr.sbin/npf/npfctl/npfctl.h: revision 1.13
sys/net/npf/npf_ctl.c: revision 1.13
usr.sbin/npf/npfctl/npf_ncgen.c: revision 1.8
sys/net/npf/npf_ctl.c: revision 1.14
sys/net/npf/npf_nat.c: revision 1.11
sys/net/npf/npf_nat.c: revision 1.12
sys/net/npf/npf_impl.h: revision 1.11
usr.sbin/npf/npfctl/npf_disassemble.c: revision 1.1
sys/net/npf/npf_impl.h: revision 1.12
usr.sbin/npf/npfctl/npf_disassemble.c: revision 1.2
sys/net/npf/npf_handler.c: revision 1.14
usr.sbin/npf/npfctl/npf_disassemble.c: revision 1.3
sys/net/npf/npf_handler.c: revision 1.15
sys/net/npf/npf_ncode.h: revision 1.6
sys/net/npf/npf.c: revision 1.8
sys/net/npf/npf.c: revision 1.9
sys/net/npf/npf_alg_icmp.c: revision 1.9
sys/net/npf/npf_session.c: revision 1.11
- Add NPF_DECISION_BLOCK and NPF_DECISION_PASS.  Be more defensive in the
  packet handler.  Change the default policy to block when the config is
  loaded and set it to pass when flush operation is performed.
- Use kmem_zalloc(9) instead of kmem_alloc(9) in few places.
- npf_rproc_{create,release}: use kmem_intr_{alloc,free} as the destruction
  of rule procedure might happen in the interrupt handler (under a very rare
  condition, if config reload races with the handler).
- npf_session_establish: check whether layer 3 and 4 are cached.
- npfctl_build_group: do not make groups as passing rules.
- Remove some unecessary header inclusion.
Simplify slightly: merge iface into addr_or_iface, use it in filt_addr.
Add a small disassembler.
definitions used by the disassembler.
- better printing of type/code flags/mask
- pass the instruction start pointer, instead of subtracting 1 to account for it
- Save active config in proplib dictionary; add GETCONF ioctl to retrieve.
- Few fixes.  Improve some comments.
don't leak the branch target array.
Add NPF config retrieval routines.

(riz)

2012-04-03 16:36:23 UTC netbsd-6 commitmail json YAML

src/external/bsd/pcc/Makefile.inc@1.16.2.1 / diff / nxr@1.16.2.1
src/external/bsd/pcc/dist/pcc/DATESTAMP@1.1.1.2.2.1 / diff / nxr@1.1.1.2.2.1
src/external/bsd/pcc/dist/pcc/arch/amd64/local.c@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/pcc/dist/pcc/arch/i386/local2.c@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
src/external/bsd/pcc/dist/pcc/arch/vax/local2.c@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/external/bsd/pcc/dist/pcc/cc/cc/Makefile.in@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/pcc/dist/pcc/cc/ccom/Makefile.in@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/external/bsd/pcc/dist/pcc/cc/ccom/builtins.c@1.1.1.3.2.1 / diff / nxr@1.1.1.3.2.1
src/external/bsd/pcc/dist/pcc/cc/ccom/ccom.1@1.5.2.1 / diff / nxr@1.5.2.1
src/external/bsd/pcc/dist/pcc/cc/ccom/cgram.y@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
src/external/bsd/pcc/dist/pcc/cc/ccom/gcc_compat.c@1.1.1.4.4.2 / diff / nxr@1.1.1.4.4.2
src/external/bsd/pcc/dist/pcc/cc/ccom/init.c@1.1.1.5.2.1 / diff / nxr@1.1.1.5.2.1
src/external/bsd/pcc/dist/pcc/cc/ccom/inline.c@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/external/bsd/pcc/dist/pcc/cc/ccom/main.c@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/external/bsd/pcc/dist/pcc/cc/ccom/optim.c@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/external/bsd/pcc/dist/pcc/cc/ccom/pass1.h@1.1.1.4.4.2 / diff / nxr@1.1.1.4.4.2
src/external/bsd/pcc/dist/pcc/cc/ccom/pftn.c@1.7.4.1 / diff / nxr@1.7.4.1
src/external/bsd/pcc/dist/pcc/cc/ccom/stabs.c@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/external/bsd/pcc/dist/pcc/cc/ccom/trees.c@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
src/external/bsd/pcc/dist/pcc/cc/cpp/Makefile.in@1.1.1.4.4.1 / diff / nxr@1.1.1.4.4.1
      :
(more 22 files)
Pull up following revision(s) (requested by plunky in ticket #157):
external/bsd/pcc/Makefile.inc
external/bsd/pcc/dist/pcc/DATESTAMP
external/bsd/pcc/dist/pcc/arch/amd64/local.c
external/bsd/pcc/dist/pcc/arch/i386/local2.c
external/bsd/pcc/dist/pcc/arch/vax/local2.c
external/bsd/pcc/dist/pcc/cc/cc/Makefile.in
external/bsd/pcc/dist/pcc/cc/ccom/Makefile.in
external/bsd/pcc/dist/pcc/cc/ccom/builtins.c
external/bsd/pcc/dist/pcc/cc/ccom/ccom.1
external/bsd/pcc/dist/pcc/cc/ccom/cgram.y
external/bsd/pcc/dist/pcc/cc/ccom/gcc_compat.c
external/bsd/pcc/dist/pcc/cc/ccom/init.c
external/bsd/pcc/dist/pcc/cc/ccom/inline.c
external/bsd/pcc/dist/pcc/cc/ccom/main.c
external/bsd/pcc/dist/pcc/cc/ccom/optim.c
external/bsd/pcc/dist/pcc/cc/ccom/pass1.h
external/bsd/pcc/dist/pcc/cc/ccom/pftn.c
external/bsd/pcc/dist/pcc/cc/ccom/stabs.c
external/bsd/pcc/dist/pcc/cc/ccom/trees.c
external/bsd/pcc/dist/pcc/cc/cpp/Makefile.in
external/bsd/pcc/dist/pcc/cc/cxxcom/Makefile.in
external/bsd/pcc/dist/pcc/cc/cxxcom/builtins.c
external/bsd/pcc/dist/pcc/cc/cxxcom/gcc_compat.c
external/bsd/pcc/dist/pcc/cc/cxxcom/init.c
external/bsd/pcc/dist/pcc/cc/cxxcom/inline.c
external/bsd/pcc/dist/pcc/cc/cxxcom/main.c
external/bsd/pcc/dist/pcc/cc/cxxcom/optim.c
external/bsd/pcc/dist/pcc/cc/cxxcom/pass1.h
external/bsd/pcc/dist/pcc/cc/cxxcom/pftn.c
external/bsd/pcc/dist/pcc/cc/cxxcom/stabs.c
external/bsd/pcc/dist/pcc/cc/cxxcom/trees.c
external/bsd/pcc/dist/pcc/cc/driver/Makefile.in
external/bsd/pcc/dist/pcc/f77/f77/Makefile.in
external/bsd/pcc/dist/pcc/f77/fcom/Makefile.in
external/bsd/pcc/dist/pcc/f77/fcom/main.c
external/bsd/pcc/dist/pcc/mip/common.c
external/bsd/pcc/dist/pcc/mip/manifest.h
external/bsd/pcc/dist/pcc/mip/match.c
external/bsd/pcc/dist/pcc/mip/pass2.h
external/bsd/pcc/dist/pcc/mip/reader.c
external/bsd/pcc/dist/pcc/mip/regs.c
external/bsd/pcc/include/config.h

Update to pcc-20120325

The full changelog is at

http://pcc.ludd.ltu.se/fisheye/changelog/~date=2012-03-25T06%3A00%3A00/pcc

and includes some bug and documentation fixes.

The siginifcant improvements were that the __returns_twice__ attribute is
now accepted, and a problem parsing attributes on parameters of function
prototypes was fixed.

(both of these issues caused problems compiling with the NetBSD headers)

(riz)

2012-04-03 16:14:02 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by para in ticket #155):
sys/kern/subr_vmem.c: revision 1.73
sys/kern/subr_kmem.c: revision 1.43
sys/rump/librump/rumpkern/vm.c: revision 1.124
make accounting for vm_inuse sane
while here don't statically allocated for more caches then required
adjust rump for static pool_cache count
should have went in with subr_vmem 1.73
don't overallocated once we leave the caches

(riz)

2012-04-03 15:58:46 UTC netbsd-6 commitmail json YAML

2012-04-03 15:57:50 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #154):
sys/fs/puffs/puffs_vnops.c: revision 1.164
Prevent access beyond end of PUFFS file on read,
similar to as is done for NFS.

(riz)

2012-04-03 15:54:48 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #152):
external/gpl3/binutils/dist/bfd/elflink.c: revision 1.6
Fix merge botch dealing with linker assignments.

(riz)

2012-04-03 15:52:48 UTC netbsd-6 commitmail json YAML

2012-04-03 15:52:27 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #151):
sys/dev/pci/viaide.c: revision 1.78
sys/dev/pci/pcidevs: revision 1.1106
Add VIA VX900 media system processor IDE controller.
PR/46166 from Hiroshi Tokuda.
Regen from pcidevs rev 1.1106:
Add VIA VX900 media system processor IDE controller.
PR/46166 from Hiroshi Tokuda.
Add UDMA support for VIA VX900 media system processor IDE controller.
PR/46166 from Hiroshi Tokuda.
This should be pulled up to netbsd-6, since ZOTAC ZBOX nano VD01
http://www.zotacusa.com/zbox-nano-vd01.html
exhibited at NetBSD booth in Open Source Conference 2012 Tokyo Spring
was favored by many people.

(riz)

2012-04-03 15:40:36 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #150):
sys/uvm/uvm_amap.c: revision 1.106
adjust amap_cow_now() to make UVM_PAGE_TRKOWN happy.

(riz)

2012-04-03 15:38:55 UTC netbsd-6 commitmail json YAML

2012-04-03 15:38:31 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by pgoyette in ticket #149):
sys/dev/pci/pcidevs: revision 1.1108
sys/dev/pci/jmide.c: revision 1.13
Add JMB 362 (as found on ASUS M5A99X motherboard)
Add match for JMB362 (with two SATA ports).

(riz)

2012-04-03 15:34:42 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #148):
sys/arch/hp700/hp700/intr.c: revision 1.38
Check for HPPA_SID_KERNEL when checking for interrupt in the
mutex_enter critical section.

(riz)

2012-04-03 14:58:55 UTC MAIN commitmail json YAML

Add missing braces in previous commit.

(njoly)

2012-04-03 14:18:14 UTC MAIN commitmail json YAML

2012-04-03 14:15:47 UTC MAIN commitmail json YAML

2012-04-03 14:13:27 UTC MAIN commitmail json YAML

Re-arrange to deal with LOCKDEBUG/MULTIPROCESSOR properly.

(skrll)

2012-04-03 12:07:26 UTC MAIN commitmail json YAML

2012-04-03 12:03:05 UTC MAIN commitmail json YAML

Stop playing games with stdin and stdout file descriptors.
calendar did not work with nss_ldap installed. Typical symptoms were
      cc1: error: stdout: Bad file descriptor
in daily.out.

(matthias)

2012-04-03 11:44:32 UTC MAIN commitmail json YAML

Make MULTIPROCESSOR compile.

(skrll)

2012-04-03 11:43:37 UTC MAIN commitmail json YAML

Remove unnecessary #includes.

(skrll)

2012-04-03 10:50:47 UTC MAIN commitmail json YAML

Wrap our restart command using if ... then so that we return zero
if it doesn't exist or is not running.
Depend on this Makefile so that if the restart command structure changes
the subscribers are rebuilt.

(roy)

2012-04-03 09:32:54 UTC MAIN commitmail json YAML

2012-04-02 22:06:47 UTC MAIN commitmail json YAML

fix a couple of typos

(agc)

2012-04-02 21:08:02 UTC MAIN commitmail json YAML

don't print 2 lines of info, remove the bogus one.

(christos)

2012-04-02 19:01:21 UTC MAIN commitmail json YAML

Pull FreeBSD fix from Andreas Tobbler:

- Write the ISO9660 descriptor after the apm partition entries.
- Fill the needed pmPartStatus flags. At least the OpenBIOS
  implementation relies on these flags.

This commit fixes the panic seen on OS-X when inserting a FreeBSD/ppc disc.
Additionally OpenBIOS recognizes the partition where the boot code is located.
This lets us load a FreeBSD/ppc PowerMac kernel inside qemu.

(christos)

2012-04-02 18:53:54 UTC MAIN commitmail json YAML

add apple partition status information bits.

(christos)

2012-04-02 18:31:13 UTC netbsd-6 commitmail json YAML

2012-04-02 18:28:12 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #146):
crypto/external/bsd/openssl/dist/crypto/rand/md_rand.c: revision 1.2
crypto/external/bsd/openssl/dist/crypto/rand/md_rand.c: revision 1.3
crypto/external/bsd/openssh/dist/sshd.c: revision 1.9
crypto/external/bsd/openssl/dist/crypto/rand/rand_unix.c: revision 1.3
crypto/external/bsd/openssh/dist/random.c: file removal
Patch OpenSSL RNG to allow explicit initial seeding.  Patch OpenSSH to
explicitly seed the OpenSSL RNG in each new process rather than letting
it repeatedly open /dev/urandom to reseed, which depletes entropy severely.
Note that the OpenSSH part of this fix works better on NetBSD than it would
on many other platforms because on NetBSD, if you don't reopen /dev/urandom,
repeated reads don't deplete entropy.  On other platforms, some other
approach might be required.
Note also that this problem does not arise on OpenBSD because OpenBSD seems
to have patched OpenSSL to seed the RAND functions from arc4random()!  That
seems dangerous, so I am not taking that approach here.
Fix applications that call RAND_bytes() before any other RAND function.
Last change was...a bit too simple.

(riz)

2012-04-02 18:25:35 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #145):
sys/netinet/ip_carp.c: revision 1.48
Do not sleep in callout context, this will hang the clock soft interrupt.
Should fix PR kern/46217.

(riz)

2012-04-02 18:22:03 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by 143 in ticket #christos):
usr.bin/fstat/fstat.c: revision 1.96
byte swap the inet6 ports.

(riz)

2012-04-02 13:18:04 UTC MAIN commitmail json YAML

Fix crash(8) build on hppa.

(skrll)

2012-04-02 09:56:58 UTC MAIN commitmail json YAML

language improvement

(plunky)

2012-04-02 09:01:30 UTC MAIN commitmail json YAML

Change Ethertype 0x80df symbolic name.  According to the real
if_ether.h, dated back to 1991, Integrated Solution, Inc. used the
following definitions.

#define ETHERTYPE_WIPC          0x80DE  /* ISI: WIPC protocol */
#define ETHERTYPE_ISIBOOT      0x80DF  /* ISI: bootd enet protocol */
#define ETHERTYPE_ISIBOOT_OLD  0x0807  /* ISI: old bootd (NOT OFFICIAL!) */
#define ETHERTYPE_RFS          0x0813  /* ISI: RFS protocol (NOT OFFICIAL!) */

No functionality change is expected.

(nisimura)

2012-04-02 07:30:22 UTC MAIN commitmail json YAML

Report the SF_ARCHIVED file flag if set.

(njoly)

2012-04-02 07:27:43 UTC MAIN commitmail json YAML

Note that amd64 defaults to 32k read/write data size, just like i386.

(njoly)

2012-04-01 19:16:24 UTC MAIN commitmail json YAML

Add NPF config retrieval routines.

(rmind)

2012-04-01 17:02:47 UTC MAIN commitmail json YAML

don't overallocated once we leave the caches

(para)

2012-04-01 14:09:47 UTC MAIN commitmail json YAML

Correct maintainer.

(tron)

2012-04-01 14:06:04 UTC MAIN commitmail json YAML

Add entry for "expat" as requested by Thomas Klausner.

(tron)

2012-04-01 14:01:12 UTC MAIN commitmail json YAML

Sort, or well, at get this one step closer to being sorted.

(tron)

2012-04-01 00:29:20 UTC MAIN commitmail json YAML

The movers came, a long time ago. Closes PR 44860.

(dholland)

2012-03-31 21:44:28 UTC MAIN commitmail json YAML

Make v7fs_getattr() report file flags, and adjust v7fs_setattr() to
allow unsetting SF_APPEND flag.

(njoly)

2012-03-31 14:46:17 UTC MAIN commitmail json YAML

document gmake export command

(christos)

2012-03-31 14:02:54 UTC MAIN commitmail json YAML

2012-03-31 11:41:33 UTC MAIN commitmail json YAML

2012-03-31 06:35:11 UTC MAIN commitmail json YAML

Don't call sh_dcache_inv_range() on BUS_DMASYNC_POSTREAD ops
as other mips and arm ports.

All cached data is cared on BUS_DMASYNC_PREREAD and
invalidating cache without writeback could cause unexpected
data loss if specified sync region is not cacheline aligned.

This may fix "ffs_alloccg: map corrupted" panic on acardide IDE disks,
which didn't happen on USB HDD.

(tsutsui)

2012-03-31 02:45:37 UTC MAIN commitmail json YAML

2012-03-31 02:41:05 UTC MAIN commitmail json YAML

Add a config file for HP t5325 Thin Client (mostly taken from SHEEVAPLUG).
http://h50146.www5.hp.com/products/thinclient/t5325/

Demonstrated on NetBSD booth at Open Source Conference 2012 Ehime.
http://www.netbsd.org/gallery/events.html#opensourceconf2012-ehime

(tsutsui)

2012-03-31 02:36:31 UTC MAIN commitmail json YAML

Make this compile NMVPEX > 0 && !ORION && KIRKWOOD.

(tsutsui)

2012-03-31 00:12:25 UTC MAIN commitmail json YAML

2012-03-30 20:15:19 UTC MAIN commitmail json YAML

reorder initialization to improve error handling in case the system
runs out of file descriptors, avoids LOCKDEBUG panic due to double
mutex initialization

(drochner)

2012-03-30 19:29:50 UTC netbsd-5 commitmail json YAML

2012-03-30 19:29:24 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1745):
sys/arch/hp700/hp700/intr.c: revision 1.38
Check for HPPA_SID_KERNEL when checking for interrupt in the
mutex_enter critical section.

(bouyer)

2012-03-30 19:24:44 UTC netbsd-5 commitmail json YAML

2012-03-30 19:23:35 UTC netbsd-5 commitmail json YAML

Apply patch, requested by skrll in ticket #1724
src/libexec/ld.elf_so/arch/alpha/alpha_reloc.c patch
src/libexec/ld.elf_so/arch/arm/mdreloc.c patch
src/libexec/ld.elf_so/arch/hppa/hppa_reloc.c patch

Fix gcc uninitialized variable warning.

(bouyer)

2012-03-30 18:27:55 UTC MAIN commitmail json YAML

sysvbfs do not support file flags; fail with EOPNOTSUPP.

(njoly)

2012-03-30 18:24:08 UTC MAIN commitmail json YAML

uid mismatch for file flags changes is expected to fail with EPERM not
EACCES.

(njoly)

2012-03-30 18:09:12 UTC MAIN commitmail json YAML

Do not ignore kauth errors when setting file flags.

(njoly)

2012-03-30 15:49:24 UTC MAIN commitmail json YAML

Add sleep to the list.

(njoly)

2012-03-30 09:27:10 UTC MAIN commitmail json YAML

2012-03-30 02:25:24 UTC MAIN commitmail json YAML

adjust amap_cow_now() to make UVM_PAGE_TRKOWN happy.

(chs)

2012-03-30 01:04:48 UTC matt-nb5-mips64 commitmail json YAML

Deal with station ids without names (not all XLS have all stations).

(matt)

2012-03-29 21:44:10 UTC MAIN commitmail json YAML

Remove unnecessary #include

(skrll)

2012-03-29 21:21:04 UTC MAIN commitmail json YAML

2012-03-29 21:20:08 UTC MAIN commitmail json YAML

- elide parameter tags
- make argument size_t as appropriate
- add begin/end decls

(christos)

2012-03-29 20:31:49 UTC MAIN commitmail json YAML

Use PSW_BITS to decode the bits of the PSW in db_dump_trap

(skrll)

2012-03-29 19:27:05 UTC MAIN commitmail json YAML

make constant explicitly unsigned

(christos)

2012-03-29 19:26:21 UTC MAIN commitmail json YAML

fix lint, should nbytes be changed to size_t to match with the struct passed?

(christos)

2012-03-29 18:37:46 UTC MAIN commitmail json YAML

- improve wording;
- replace references to resolver(5) with ones to resolv.conf(5);
- remove references to FreeBSD (which were copied 1:1 from their
  man page).

From patch by Bug Hunting.

(wiz)

2012-03-29 18:37:22 UTC MAIN commitmail json YAML

Replace references to resolver(5) with ones to resolv.conf(5).

From patch by Bug Hunting.

(wiz)

2012-03-29 18:35:11 UTC MAIN commitmail json YAML

Fix typos; wording.

From patch by Bug Hunting.

(wiz)

2012-03-29 18:33:20 UTC MAIN commitmail json YAML

Punctuation.

From patch by Bug Hunting.

(wiz)

2012-03-29 15:49:08 UTC MAIN commitmail json YAML

Add support for PMAP_MINIMALTLB.

(matt)

2012-03-29 15:48:20 UTC MAIN commitmail json YAML

Add support PMAP_MINIMALTLB option.  This changes the default use of TLB1
entries to map all of physical memory to using two TLB1 entries, one for
mapping text and one for data.  The rest of memory is mapped using the
page table which is updated as needed.  This is used to trap memory
corruption issues.

(matt)

2012-03-29 15:45:06 UTC MAIN commitmail json YAML

Add e500_tlb_minimize prototype.

(matt)

2012-03-29 15:44:40 UTC MAIN commitmail json YAML

Add vsize_t to pmap_md_{un,}map_poolpage.
Add pmap_kvptefill prototype.
Slightly change pmap_bootstrap prototype.

(matt)

2012-03-29 15:42:59 UTC MAIN commitmail json YAML

Add PMAP_MINIMALTLB defflag

(matt)

2012-03-29 15:42:16 UTC MAIN commitmail json YAML

Add ldscript which aligns .data to a 1MB boundary. (used for testing)

(matt)

2012-03-29 14:47:09 UTC MAIN commitmail json YAML

Fix P2020 GPIO support (which has pins that are input/output instead of just
input or output).

(matt)

2012-03-29 14:43:58 UTC MAIN commitmail json YAML

PR/46279: Dr. W. Stukenbrock: Off-by-one in buffer length check and make sure
that the password fits in the supplied buffer.

(christos)

2012-03-29 14:27:34 UTC MAIN commitmail json YAML

The flush function makes the tests fail. So undo it for now until we decide
if the tests are wrong or the flushing is wrong.

(christos)

2012-03-29 13:05:10 UTC MAIN commitmail json YAML

PR?40728: W. Stukenbrock: Fix various issues with NIS-netgroups in users
and groups.

(christos)

2012-03-29 09:26:24 UTC MAIN commitmail json YAML

Check for HPPA_SID_KERNEL when checking for interrupt in the
mutex_enter critical section.

(skrll)

2012-03-29 08:56:06 UTC MAIN commitmail json YAML

Adjust as per apb@'s suggestion.

(jruoho)

2012-03-29 08:52:31 UTC MAIN commitmail json YAML

XXX
Don't assume LP64 unless lint itself is built as LP64
On mips64 we default to n32 which produces errors when things like
TARG_LONG_MAX don't fit into a long
A proper fix would be to teach lint about different target ABIs so it can
pick the right parameters, this is just a bandaid to make it slightly less
wrong and allow a mips64 build to complete.

(macallan)

2012-03-29 06:16:57 UTC MAIN commitmail json YAML

2012-03-29 05:56:36 UTC MAIN commitmail json YAML

There was also atoll(3).

(jruoho)

2012-03-29 05:42:31 UTC MAIN commitmail json YAML

2012-03-29 00:02:41 UTC MAIN commitmail json YAML

Add match for JMB362 (with two SATA ports).

(pgoyette)

2012-03-28 20:11:25 UTC MAIN commitmail json YAML

2012-03-28 17:39:33 UTC MAIN commitmail json YAML

2012-03-28 17:04:41 UTC MAIN commitmail json YAML

make CHAR_{MIN,MAX} work for both -fsigned-char and -funsigned-char

(christos)

2012-03-28 17:03:31 UTC MAIN commitmail json YAML

2012-03-28 15:21:11 UTC MAIN commitmail json YAML

only provide compatibility i/o functions to the ones provided by the caller.

(christos)

2012-03-28 14:55:24 UTC MAIN commitmail json YAML

2012-03-28 14:54:15 UTC MAIN commitmail json YAML

Add JMB 362 (as found on ASUS M5A99X motherboard)

(pgoyette)

2012-03-28 10:38:00 UTC MAIN commitmail json YAML

Apparently there is a CVE coming for the bug, so append that to a comment.

(jruoho)

2012-03-28 10:33:58 UTC MAIN commitmail json YAML

Add a small test that checks that random(3) does not always return zero when
the RNG is initialized with zero. Prompoted by the recent nasty bug in the
OpenBSD libc.

(jruoho)

2012-03-28 10:22:46 UTC MAIN commitmail json YAML

2012-03-28 10:19:34 UTC MAIN commitmail json YAML

* Fixed a potential segfault with IPv6 option handling
* Add a suffix to all our config files so that RA never stamps on IPv4
* All valgrind errors fixed on FreeBSD (with ./configure --debug=YES)
* When started with an interface list, respect that with signal handling
* Fix a potential route table corruption if we failed to add a route

Status:

Vendor Tag: roy
Release Tags: dhcpcd-5-5-6

(roy)

2012-03-27 21:56:04 UTC MAIN commitmail json YAML

disable exact cpu override to fix cross-compiling on linux

(christos)

2012-03-27 21:23:46 UTC MAIN commitmail json YAML

2012-03-27 21:21:25 UTC MAIN commitmail json YAML

2012-03-27 19:24:03 UTC MAIN commitmail json YAML

2012-03-27 18:37:57 UTC MAIN commitmail json YAML

Fix a regression introduced during the change of the DMI naming conventions
(rev. 1.48). Also add a quirk for ASUSTeK's M2A-MX in order to allow
powernow(4) to attach (reported by bouyer@).

(jruoho)

2012-03-27 17:57:02 UTC MAIN commitmail json YAML

Fix another type in the metadata.

(jruoho)

2012-03-27 17:48:18 UTC MAIN commitmail json YAML

Do not sleep in callout context, this will hang the clock soft interrupt.
Should fix PR kern/46217.

(bouyer)

2012-03-27 15:07:02 UTC MAIN commitmail json YAML

add funopen2() and friends

(christos)

2012-03-27 15:06:01 UTC MAIN commitmail json YAML

2012-03-27 15:05:43 UTC MAIN commitmail json YAML

2012-03-27 12:32:47 UTC MAIN commitmail json YAML

2012-03-27 09:27:34 UTC MAIN commitmail json YAML

Mark the failing tests as broken. XXX: If no one is willing to maintain
the ipf tests, these should be removed.

(jruoho)

2012-03-27 08:16:33 UTC MAIN commitmail json YAML

2012-03-27 07:54:59 UTC MAIN commitmail json YAML

Adjust the memset size to not override the nul byte at the end of buffer
array.

(njoly)