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

2024-05-10 08:20:41 UTC Now

2011-11-01 00:31:39 UTC MAIN commitmail json YAML

elfcore_grok_netbsd_note: sync SuperH PT_GETREGS value with reality.
Recognize PT_GETFPREGS that we don't yet actually have, but for which
the number is now reserved.

(uwe)

2011-10-31 23:30:27 UTC MAIN commitmail json YAML

Minor cosmetics to minimize diffs with vendor branch.

(uwe)

2011-10-31 23:23:52 UTC MAIN commitmail json YAML

Since sh3 has got PT_STEP, nuke software single-stepping entirely.

(uwe)

2011-10-31 23:10:16 UTC MAIN commitmail json YAML

shnbsd_software_single_step: fix logic botch.  Now that removal of
software single step breakpoints is handled by the caller we no longer
need to keep static next_pc around.

(uwe)

2011-10-31 21:31:29 UTC MAIN commitmail json YAML

PR/45545 Yui NARUSE: pipe2's return value is wrong

(christos)

2011-10-31 21:30:16 UTC MAIN commitmail json YAML

2011-10-31 21:00:39 UTC MAIN commitmail json YAML

struct reg has GBR since NetBSD 5, so bump up SHNBSD_SIZEOF_GREGS.
It would be nice to detect this dynamically, but gdb7 wouldn't work on
NetBSD 4 anyway.

(uwe)

2011-10-31 20:52:15 UTC MAIN commitmail json YAML

2011-10-31 19:12:48 UTC MAIN commitmail json YAML

get_netbsd_elfcore_note_type: sync SuperH PT_GETREGS value with
reality.  Recognize old PT___GETREGS40 (for struct __reg40 without
GBR).  Recognize PT_GETFPREGS that we don't yet actually have, but for
which the number is now reserved.

(uwe)

2011-10-31 19:08:46 UTC MAIN commitmail json YAML

#if-0'ed defines for PT_GETFPREGS and PT_SETFPREGS.  Not used yet, but
reserve the numbers as they are "leaked" to readelf(1), that has to know
them as NT_NETBSDCORE_FIRSTMACH + x (see get_netbsd_elfcore_note_type).

(uwe)

2011-10-31 18:41:17 UTC MAIN commitmail json YAML

We need to allocate an inferior with our fake pid so that kernel core dumps
work.

(christos)

2011-10-31 18:40:40 UTC MAIN commitmail json YAML

enable kernel stack frames now that I have tested them.

(christos)

2011-10-31 18:37:01 UTC MAIN commitmail json YAML

No need to keep on trying when this fails in the expected manner.  We
really don't need to have 32k failures.

OK jruoho@

(pgoyette)

2011-10-31 15:41:32 UTC MAIN commitmail json YAML

2011-10-31 15:37:17 UTC MAIN commitmail json YAML

2011-10-31 15:26:12 UTC MAIN commitmail json YAML

Constify structure pointed to by getataparams() return value.

(jakllsch)

2011-10-31 14:50:10 UTC MAIN commitmail json YAML

Remove write-only variable.

(jakllsch)

2011-10-31 14:44:07 UTC MAIN commitmail json YAML

Wrap or shorten lines longer than 80 columns.

(jakllsch)

2011-10-31 14:20:12 UTC MAIN commitmail json YAML

switch everything except vax to gcc 4.5.
switch m68k to -Os since -O2 produces much bigger code
with gcc 4.5 than it did with gcc 4.1.

(chs)

2011-10-31 13:27:51 UTC MAIN commitmail json YAML

annotate for lint

(yamt)

2011-10-31 13:25:21 UTC MAIN commitmail json YAML

fix a type in a printf message

(yamt)

2011-10-31 13:23:55 UTC MAIN commitmail json YAML

replace a non us-ascii character in a comment

(yamt)

2011-10-31 13:17:22 UTC MAIN commitmail json YAML

2011-10-31 13:16:01 UTC MAIN commitmail json YAML

redo ip_output.c rev.1.206 and 1.207 differently.  PR/43664.
ok'ed by martin@

(yamt)

2011-10-31 13:01:42 UTC MAIN commitmail json YAML

fix a double unlock bug introduced by tcp_input.c rev.1.312.

(yamt)

2011-10-31 12:56:46 UTC MAIN commitmail json YAML

tcp_drain: grab softnet_lock where appropriate

(yamt)

2011-10-31 12:52:19 UTC MAIN commitmail json YAML

tcp_reass_unlock: assertion

(yamt)

2011-10-31 12:50:50 UTC MAIN commitmail json YAML

remove an unnecessary cast

(yamt)

2011-10-31 12:49:32 UTC MAIN commitmail json YAML

2011-10-31 12:47:15 UTC MAIN commitmail json YAML

hpet:
- fix an integer overflow bug introduced by hpet.c rev.1.11.
- a workaround for AMD SB700 based systems, inspired from linux.

(yamt)

2011-10-31 12:42:53 UTC MAIN commitmail json YAML

dumpsys_seg: don't overwrite the previous mapping

(yamt)

2011-10-31 12:42:36 UTC MAIN commitmail json YAML

dumpsys_seg: don't overwrite the previous mapping

(yamt)

2011-10-31 12:18:32 UTC MAIN commitmail json YAML

- make lendpri/changepri similar.
- make common code a subroutine.

(yamt)

2011-10-31 08:28:46 UTC MAIN commitmail json YAML

Add support for the WSDISPLAYIO_GET_EDID ioctl (requires passing a device_t
to ffb_attach).

(jdc)

2011-10-31 08:14:44 UTC MAIN commitmail json YAML

obsolete now useless (and wrongly set to "219" :-) HAVE_BINUTILS.
switch the sense of the gdb and gcc tests to list the platforms not
switched to gcc 4.5 or gdb 7, which is now:

GCC 4.1:
.if ${MACHINE_ARCH} == "alpha" || \
    ${MACHINE_CPU}  == "arm" || \
    ${MACHINE_CPU}  == "m68k" || \
    ${MACHINE_CPU}  == "vax"

GDB 6:
.if ${MACHINE_ARCH} == "alpha" || \
    ${MACHINE_ARCH} == "hppa" || \
    ${MACHINE_CPU}  == "mips" || \
    ${MACHINE_CPU}  == "sh3" || \
    ${MACHINE_ARCH} == "vax"

let's go, people!  (-:

(mrg)

2011-10-30 21:53:43 UTC MAIN commitmail json YAML

PR/45517: Henning Petersen: Add restrict keywords in the definition of glob
to match the declaration.

(christos)

2011-10-30 21:48:27 UTC MAIN commitmail json YAML

Use boolean AND instead of bitwise one in _DIAGASSERT.
From Henning Petersen in PR 45518.

(wiz)

2011-10-30 21:33:40 UTC MAIN commitmail json YAML

2011-10-30 21:08:33 UTC MAIN commitmail json YAML

2011-10-30 20:42:09 UTC MAIN commitmail json YAML

Make sure to disable interrupts, as U-Boot may call us with interrupts
enabled, causing quite unpleasant effects (e.g. by decrementer interrupts).

When DEBUG is defined, an exception handler will be installed, which reports
about all exceptions while altboot is running, including register dump and
stack frame backtrace.

(phx)

2011-10-30 18:40:06 UTC MAIN commitmail json YAML

2011-10-30 16:54:58 UTC MAIN commitmail json YAML

PR/45542: Henning Petersen: Misplaced parenthesis in rshd.c

(christos)

2011-10-30 14:31:05 UTC MAIN commitmail json YAML

Improve wording. Remove trailing whitespace.

(wiz)

2011-10-30 13:24:13 UTC MAIN commitmail json YAML

Add a comment that pn_sizemtx should be useless as VOP_GETATTR now
needs a shared lock at least.

(hannken)

2011-10-30 12:12:21 UTC MAIN commitmail json YAML

Import of the virtio driver written by MINOURA Makoto <minoura@netbsd.org>
with minor changes to make it compile an run on -current.  This driver
speeds up disk and network access in virtual environments like KVM.

Enabled on i386 and amd64.  Tested with a CentOS 5.7 x86_64 host.

See http://ozlabs.org/~rusty/virtio-spec/virtio.pdf for the specification.

(hannken)

2011-10-30 12:00:28 UTC MAIN commitmail json YAML

VOP_GETATTR() needs a shared lock at least.

(hannken)

2011-10-30 11:19:56 UTC MAIN commitmail json YAML

2011-10-30 11:16:05 UTC MAIN commitmail json YAML

2011-10-30 11:10:43 UTC MAIN commitmail json YAML

Improve probe procedure in efa(4). Update man apge to reflect this.

(rkujawa)

2011-10-30 08:50:14 UTC MAIN commitmail json YAML

switch powerpc64 to GCC 4.5 and GDB 7.  untested, but it builds which
is a step forward from a week ago.

(mrg)

2011-10-30 08:33:43 UTC MAIN commitmail json YAML

Update comment (mention added 32-bit methods).

(rkujawa)

2011-10-30 05:17:41 UTC MAIN commitmail json YAML

Fix the confusion between nodeid and inode numbers

(manu)

2011-10-30 05:11:37 UTC MAIN commitmail json YAML

- Fix the confusion between fileno (opaque FUSE reference) and inode
  numbers. fileno must be used when exchanging FUSE messages.
- Do not use kernel name cache anymore, as it caused modification from
  other machines to be invisible.
- Honour name and attribute cache directive from FUSE filesystem

(manu)

2011-10-30 01:57:40 UTC MAIN commitmail json YAML

Back out previous; this should not be done in statclock but when the
allocations change or getrusage(). Plus the += seems wrong, we cannot
keep adding to the stats.

(christos)

2011-10-30 01:50:39 UTC MAIN commitmail json YAML

makefile frontend to run gmp configure under nbmake-$MACHINE.

(mrg)

2011-10-30 01:06:44 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64el/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64el/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64el/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/init.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/observer.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/observer.inc@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/version.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/xml-builtin.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/mips64el/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/mips64el/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libopcodes/arch/mips64el/config.h@1.1 / diff / nxr@1.1
      :
(more 3 files)
add mips64el, the last one

(christos)

2011-10-30 00:30:57 UTC MAIN commitmail json YAML

As both of the "ns-wide.wide.ad.jp" and "light.imasy.or.jp" IPv6 resolvers
now refuse my queries, replace them with "google-public-dns-a.google.com"
and "google-public-dns-b.google.com".

(jakllsch)

2011-10-30 00:28:57 UTC MAIN commitmail json YAML

use LIBISPRIVATE instead of home-grown.

(mrg)

2011-10-30 00:28:26 UTC MAIN commitmail json YAML

expand the POWERPC_LINUX checks to also apply to POWERPC_NETBSD.

(mrg)

2011-10-30 00:27:52 UTC MAIN commitmail json YAML

2011-10-30 00:15:24 UTC MAIN commitmail json YAML

2011-10-30 00:14:20 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/armeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/armeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/armeb/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/armeb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/armeb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/armeb/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc64/gstdint.h@1.1 / diff / nxr@1.1
      :
(more 29 files)
add ppc64 and armeb

(christos)

2011-10-30 00:11:28 UTC MAIN commitmail json YAML

2011-10-29 23:42:45 UTC MAIN commitmail json YAML

add support for powerpc64-netbsd.
fix support for sh*-netbsd.

(mrg)

2011-10-29 21:18:28 UTC MAIN commitmail json YAML

shnbsd_get_next_pc: declare displacement as LONGEST and use
regcache_cooked_read_signed() to fetch displacement for braf/bsrf.

(uwe)

2011-10-29 20:59:30 UTC MAIN commitmail json YAML

Another binutils workaround

(christos)

2011-10-29 20:55:36 UTC MAIN commitmail json YAML

- make noat-at noreorder-reorder sequences consistent.
- add nop hack to fix assembler internal error.

(christos)

2011-10-29 20:11:09 UTC MAIN commitmail json YAML

2011-10-29 19:25:20 UTC MAIN commitmail json YAML

Allow 32-bit transfers for drives which support it. Add missing bus_space methods needed for such transfers.

(rkujawa)

2011-10-29 18:56:50 UTC MAIN commitmail json YAML

2011-10-29 18:43:58 UTC MAIN commitmail json YAML

Some comment improvements; spelling and grammar.

(jakllsch)

2011-10-29 18:26:20 UTC MAIN commitmail json YAML

Use pool(9) for struct pv_entry allocations rather than
uvm_km_alloc(9)/uvm_km_free(9) and ancient homegrown pv_page_info structures.

Calling uvm_km_free(9) during pmap_remove(9) could cause rw_lock error
in uvm_unmap1() as noted in PR port-m68k/45519.

NetBSD/x68k (both real X68030 and XM6i emulator) still gets weird panic
(corrupted kernel stack pointer?) on some heavy load:
---
panic: MMU fault
Stopped in pid 363.1 (X68k) at  netbsd:cpu_Debugger+0x6: unlk a6
db> tr
cpu_Debugger(4012004,8,1cbb528,2a618e0,2a5b000) + 6
db>
---
but it also occurs without this change so there might be some more bugs
in m68k pmap...

(tsutsui)

2011-10-29 17:14:12 UTC MAIN commitmail json YAML

Make the mips softloat special case the same as in the libgcc Makefile.

(christos)

2011-10-29 16:54:50 UTC MAIN commitmail json YAML

cleanup some messy casts and type violations.
XXX: There is one piece of code I marked that does not make sense.
Someone should take a look at it.

(christos)

2011-10-29 16:04:39 UTC MAIN commitmail json YAML

2011-10-29 16:03:34 UTC MAIN commitmail json YAML

Everything else uses PIC branches to __cerror except those two...

(christos)

2011-10-29 16:03:04 UTC MAIN commitmail json YAML

Sync with other ports: in PIC mode make __cerror hidden; it is not supposed
to be used outside libc.

(christos)

2011-10-29 15:58:38 UTC MAIN commitmail json YAML

PR/45539: Greg A. Woods: add support for getrusage(2) memory size statistics

(christos)

2011-10-29 15:18:21 UTC MAIN commitmail json YAML

mention another ppc64 hack.

(christos)

2011-10-29 11:52:15 UTC MAIN commitmail json YAML

mark all these modules with "compatmodules" as evbppc64 doesn't want them.

(mrg)

2011-10-29 11:42:09 UTC MAIN commitmail json YAML

make sure to use powerpc64/elf.m4, not powerpc32/elf.m4 here!

(mrg)

2011-10-29 11:41:32 UTC MAIN commitmail json YAML

2011-10-29 11:16:19 UTC MAIN commitmail json YAML

2011-10-29 11:05:46 UTC MAIN commitmail json YAML

2011-10-29 10:51:16 UTC MAIN commitmail json YAML

remove the duplicated -mcall-netbsd.
adjust the __PIC__ definition to match common.opt.

(mrg)

2011-10-29 10:28:37 UTC MAIN commitmail json YAML

remove -I- from CPPFLAGS.

(mrg)

2011-10-29 09:58:24 UTC MAIN commitmail json YAML

Don't run off the beginning of an array from Maurizio Lombardi.

(jnemeth)

2011-10-29 09:21:32 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/powerpc64.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/powerpc64.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/gcov-iov.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp.spec@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp_f.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/omp.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libiberty/arch/powerpc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/powerpc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libobjc/arch/powerpc64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++allocator.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/cxxabi_tweaks.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr-default.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr-posix.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr-single.h@1.1 / diff / nxr@1.1
      :
(more 16 files)
mknative-gcc for powerpc64.

(mrg)

2011-10-29 09:16:54 UTC MAIN commitmail json YAML

2011-10-28 22:23:54 UTC MAIN commitmail json YAML

Remove the #if 1 / #endif around some code that appears to be
responsible deleting the 'first' AF_INET address on the interface if the
target address has family == AF_UNSPEC.

(dyoung)

2011-10-28 22:08:15 UTC MAIN commitmail json YAML

For these interfaces, the implementation of SIOCSIFDSTADDR is identical
to SIOCINITIFADDR, and SIOCSIFDSTADDR callers always fall back to
SIOCINITIFADDR, so just get rid of the SIOCSIFDSTADDR case.

(dyoung)

2011-10-28 21:51:06 UTC MAIN commitmail json YAML

Only advance the time if we are skipping the gap.

(christos)

2011-10-28 20:13:32 UTC MAIN commitmail json YAML

Don't kauth-orize SIOCSIFMTU in pppsioctl() and stf_ioctl(), ifioctl()
has already done that for us.

(dyoung)

2011-10-28 20:11:59 UTC MAIN commitmail json YAML

Userland may not change the IFF_CANTCHANGE flags, however, the kernel
may, so make sure if_flags_set() takes care of them.  Fixes a regression
in ifpromisc().

(dyoung)

2011-10-28 16:42:52 UTC MAIN commitmail json YAML

Don't kauth-orize SIOCDIFPHYADDR, SIOCSIFFLAGS, SIOCSIFMTU, or
SIOCSLIFPHYADDR, in gif_ioctl() or in gre_ioctl(), because those
operations are ordinarily kauth-orized already in ifioctl().

Kauth-orizing SIOCSIFFLAGS in gre_ioctl() caused a panic ("panic:
bpf_detachd: ifpromisc failed: 1") when tcpdump(8) was interrupted.
Somehow bpf(4) enables promiscuous mode using different credentials than
it uses to disable promiscuous mode, hence the ifpromisc failure.  This
may have something to do with privilege-separation in tcpdump(8).  I.e.,
an LWP with SIOCSIFFLAGS privilege opens /dev/bpf, but an LWP without
SIOCSIFFLAGS privilege closes it.

(dyoung)

2011-10-28 16:10:12 UTC MAIN commitmail json YAML

kauth isn't used in here, so don't #include <sys/kauth.h>.

(dyoung)

2011-10-28 14:00:20 UTC MAIN commitmail json YAML

rename data() -> parse_data() to appease the powerpc64 toolchain:
{standard input}: Assembler messages:
{standard input}:105: Error: symbol `.data' is already defined

(christos)

2011-10-28 13:53:06 UTC MAIN commitmail json YAML

prevent underflow from giving us a false positive test in the first iteration.

(christos)

2011-10-28 13:18:58 UTC MAIN commitmail json YAML

2011-10-28 07:23:18 UTC MAIN commitmail json YAML

2011-10-28 07:20:03 UTC MAIN commitmail json YAML

Postfix 2.8.6 was imported.

(tron)

2011-10-28 07:12:17 UTC MAIN commitmail json YAML

Resolve conflicts from last import.

(tron)

2011-10-28 07:11:19 UTC MAIN commitmail json YAML

Import Postfix 2.8.6. Changes since version 2.8.5:
- The Postfix SMTP daemon sent "bare" newline characters instead of
  <CR><LF> when a header_checks REJECT pattern matched multi-line
  header. This bug was introduced with Postfix 1.1.
- The Postfix SMTP daemon sent "bare" newline characters instead of
  <CR><LF> when an smtpd_proxy_filter returned a multi-line
  response. This bug was introduced with Postfix 2.1.
- For compatibility with future EAI (email address
  internationalization) implementations, the Postfix MIME processor no
  longer enforces the strict_mime_encoding_domain check on unknown
  message subtypes such as message/global*. This check is disabled by
  default.
- The Postfix master daemon could report a panic error ("master_spawn:
  at process limit") after the process limit for some service was
  reduced with "postfix reload". This bug existed in all Postfix
  versions.

Status:

Vendor Tag: VENEMA
Release Tags: PFIX-2-8-6

(tron)

2011-10-28 06:28:48 UTC MAIN commitmail json YAML

switch m68* to GDB 7.3.1.  tested on sun2 and sun3 in TME.  works
at least reasonably on sun3.  GCC 4.1 barely runs on sun2 and GCC
4.5 doesn't run...

(mrg)

2011-10-28 02:28:01 UTC MAIN commitmail json YAML

Treat emips specially as we did with libgcc. Needs some of the softfloat
functions, even if it does not MKSOFTFLOAT.
XXX: still bad text relocations in eh_frame.

(christos)

2011-10-28 02:00:50 UTC MAIN commitmail json YAML

shouldn't need .size for ppc64.

(christos)

2011-10-27 22:56:25 UTC MAIN commitmail json YAML

Whitespace. New sentence, new line. Fix a typo.

(wiz)

2011-10-27 22:30:11 UTC MAIN commitmail json YAML

Add info about FastATA 1200

(rkujawa)

2011-10-27 22:18:51 UTC MAIN commitmail json YAML

Mention the new driver for FastATA 1200.

(rkujawa)

2011-10-27 22:13:42 UTC MAIN commitmail json YAML

2011-10-27 22:12:24 UTC MAIN commitmail json YAML

2011-10-27 21:10:55 UTC MAIN commitmail json YAML

Use PR_SLOWHZ, PR_FASTHZ defines in a couple spots.

(seanb)

2011-10-27 20:18:54 UTC MAIN commitmail json YAML

2011-10-27 20:04:57 UTC MAIN commitmail json YAML

Fix gif(4)/gre(4) operation over interfaces such as wm(4) that do IPv4
checksum-offload.  Note well: it really is necessary to clear the
csum_data.

While I'm here, remove the do-nothing case for SIOCSIFDSTADDR and let
ifioctl_common() or the protocol handle it.

(dyoung)

2011-10-27 19:56:50 UTC MAIN commitmail json YAML

remove second _errno.h

(christos)

2011-10-27 18:46:43 UTC MAIN commitmail json YAML

librt needs the ppc64 hack too.

(christos)

2011-10-27 18:45:44 UTC MAIN commitmail json YAML

Add the same ppc64 hack that libposix needs.

(christos)

2011-10-27 17:21:27 UTC MAIN commitmail json YAML

mention ppc64 hack.

(christos)

2011-10-27 17:18:10 UTC MAIN commitmail json YAML

HACK: Include _errno.c here for powerpc64 build. Otherwise __errno does not
resolve. Why?

(christos)

2011-10-27 16:12:53 UTC MAIN commitmail json YAML

There is no reason not to support CLOCK_MONOTONIC in {g,s}etitimer() since
the underlying implementation already supports it, so add it.

(christos)

2011-10-27 16:10:37 UTC MAIN commitmail json YAML

document ITIMER_MONOTONIC.

(christos)

2011-10-27 14:48:00 UTC MAIN commitmail json YAML

Change mktime*(3) so that it does not always return EOVERFLOW when it cannot
perform the conversion, but returns EINVAL when the time requested would fall
in the DST gap, or is not representable in the timezone requested, and document
this.

(christos)

2011-10-27 13:07:37 UTC MAIN commitmail json YAML

Attempt to complete the WD_QUIRK_SPLIT_MOD15_WRITE list.
Per Seagate Publication number 100221381, Rev. B, the ST360015AS
is the only other drive in the Seagate Barracuda Serial ATA V
family that was not already listed.

Also, correct spelling of "globing".

(jakllsch)

2011-10-27 12:50:06 UTC MAIN commitmail json YAML

- Postfix 2.8.6 is out.
- Add 4.2.3 to ISC DHCP.

(taca)

2011-10-27 07:23:24 UTC MAIN commitmail json YAML

Sort SEE ALSO.

(wiz)

2011-10-27 05:25:08 UTC MAIN commitmail json YAML

Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI can
not be used before interrupts have been enabled. Suggested by macallan@.

(jruoho)

2011-10-27 05:13:04 UTC MAIN commitmail json YAML

Bump CPUFREQ_LATENCY_MAX to UINT32_MAX.

(jruoho)

2011-10-26 20:24:41 UTC MAIN commitmail json YAML

Obvious copy&pasto, PR port-vax/45525 from Henning Petersen

(martin)

2011-10-26 15:57:27 UTC MAIN commitmail json YAML

avoid linker warnings with the new binutils by not forcing rump modules
to be soft-float.

(chs)

2011-10-26 15:56:58 UTC MAIN commitmail json YAML

avoid linker warnings with the new binutils by not forcing ld.elf_so
to be soft-float.  the floating-point usage in ld.elf_so is only
because of stdarg functions like printf(), and gcc 4.5 is good
about not actually executing the FP instructions in such functions
unless FP values are passed to them, which ld.elf_so doesn't do.

(chs)

2011-10-26 13:54:18 UTC MAIN commitmail json YAML

2011-10-26 09:02:20 UTC MAIN commitmail json YAML

Change the pattern for matching ttys to allow any number of digits,
(tty[0-9]*).  This should fix PR 45514.

(apb)

2011-10-26 04:56:23 UTC MAIN commitmail json YAML

2011-10-26 01:46:11 UTC MAIN commitmail json YAML

- Indent ifdefs, comment endif and else cpp tags
- Add missing END macro for LP64
- Make whitespace consistent

(christos)

2011-10-26 00:57:37 UTC MAIN commitmail json YAML

2011-10-26 00:57:00 UTC MAIN commitmail json YAML

catch up with other zs ports, original commit was:

>add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),
>and use them instead of various spl's in the zs.c's.
>
>reviewed by ad and martin.

(mrg)

2011-10-26 00:14:13 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/init.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/observer.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/observer.inc@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/version.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/xml-builtin.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/mips64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/mips64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libopcodes/arch/mips64eb/config.h@1.1 / diff / nxr@1.1
      :
(more 3 files)
add mips64eb

(christos)

2011-10-25 23:45:19 UTC MAIN commitmail json YAML

Move getuid() out of the loop, uid should not change behind our back. KNF.

(jym)

2011-10-25 23:13:57 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/m68000/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/m68000/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/m68000/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/m68000/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/m68000/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/m68000/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/m68000/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/m68000/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/m68000/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/m68000/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/m68000/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/m68000/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/m68000/init.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/m68000/observer.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/m68000/observer.inc@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/m68000/version.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/m68000/xml-builtin.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/m68000/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/m68000/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libopcodes/arch/m68000/config.h@1.1 / diff / nxr@1.1
      :
(more 3 files)
add mc68000

(christos)

2011-10-25 22:26:18 UTC MAIN commitmail json YAML

Document the ifioctl locking in comments.

Add a missing percpu_free(9) call.

(dyoung)

2011-10-25 22:13:22 UTC MAIN commitmail json YAML

kill(2) might not be a good test after all, users can send signals
to setuid binaries (like SIGINT for ping(8)). So apply the exact same
rights as procfs, and test uid against proc p_uid (real owner of process).

Bail out if we are not root and we attempt to print mappings of a process
that the user does not really own.

(jym)

2011-10-25 21:47:38 UTC MAIN commitmail json YAML

age_init() is called from age_watchdog() which is interrupt context, we
can't sleep here or we get a DIAGNOSTIC panic when age_watchdog() fires.
More correct bus_dma(9) usage in age_encap()
Introduce a age_shutdown() to be called by pmf(9) at shutdown time,
to stop the DMA engine. My system would't properly reboot without this.
Be consistent in WAIT/NOWAIT use in init routines
Use BUS_DMA_COHERENT where appropriate
Rework the interrupt routine a bit, and ACK but do not disable interrupts
here. There seems to be a race where interrupts would not be properly
reenabled after this, leading do watchdog timeouts.

With these changes, the on-board age(4) on ftp.fr.netbsd.org seems to
be finally working properly.

(bouyer)

2011-10-25 20:16:13 UTC cherry-xenmp commitmail json YAML

Make this build without options MULTIPROCESSOR

(bouyer)

2011-10-25 18:26:09 UTC MAIN commitmail json YAML

back to using timespec, but convert to microseconds to prevent overflow.

(christos)

2011-10-25 17:25:47 UTC MAIN commitmail json YAML

Fix bogus KASSERT: if there is a xbdi_io, xbdi_pendingreqs must *NOT* be 0.
Not sure why it has stayed unoticed for so long ...

(bouyer)

2011-10-25 16:56:23 UTC MAIN commitmail json YAML

Add all the missing HAS_ so that we get back login_cap functionality.

(christos)

2011-10-25 16:12:02 UTC MAIN commitmail json YAML

enable Sony's Six Axis and DualShock 3 USB controllers

(aymeric)

2011-10-25 16:10:20 UTC MAIN commitmail json YAML

2011-10-25 16:09:14 UTC MAIN commitmail json YAML

add Sony PLAYSTATION(R)3 Controller entry

(aymeric)

2011-10-25 15:16:22 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/mipseb/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipseb/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/mipsel/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3el/defs.mk@1.1 / diff / nxr@1.1
      :
(more 49 files)
Add mipseb,mipsel,sh3el

(christos)

2011-10-25 15:01:46 UTC MAIN commitmail json YAML

Per existing x86 GENERIC kernels, add:
#options BUFQ_READPRIO
options BUFQ_PRIOCSCAN
to Xen kernels.

(jakllsch)

2011-10-25 14:11:27 UTC MAIN commitmail json YAML

add radix_tree_empty_tagged_tree_p, a "tagged" variant of
radix_tree_empty_tree_p.

(yamt)

2011-10-25 11:35:49 UTC MAIN commitmail json YAML

Use microsecond rather than nanosecond resolution when sampling latencies.

(jruoho)

2011-10-25 09:33:55 UTC MAIN commitmail json YAML

2011-10-25 09:28:17 UTC MAIN commitmail json YAML

Fix function prototype. From Henning Petersen in PR 45516.

(wiz)

2011-10-25 09:26:53 UTC MAIN commitmail json YAML

Fix typo reported by Henning Petersen in PR 45515.

(wiz)

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

RIP itojun. (email address not useful)

(lukem)

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

add some notes about GDB 7.3.1, and the platforms that have switched.

(mrg)

2011-10-25 05:54:16 UTC MAIN commitmail json YAML

switch sparc, sparc64, arm and powerpc to GDB 7.

(mrg)

2011-10-25 05:41:35 UTC MAIN commitmail json YAML

2011-10-25 05:04:33 UTC MAIN commitmail json YAML

2011-10-25 05:03:57 UTC MAIN commitmail json YAML

2011-10-25 00:02:30 UTC MAIN commitmail json YAML

2011-10-25 00:00:13 UTC MAIN commitmail json YAML

hdafg_halt_output: disable digital output

(jmcneill)

2011-10-24 23:58:02 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/dist/gdb/shnbsd-nat.c@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/dist/gdb/shnbsd-tdep.c@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sh3eb/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/sh3eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/sh3eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/sh3eb/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/init.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/observer.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/observer.inc@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/version.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/xml-builtin.c@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libiberty/arch/sh3eb/config.h@1.1 / diff / nxr@1.1
      :
(more 5 files)
make sh3 compile.

(christos)

2011-10-24 22:20:59 UTC MAIN commitmail json YAML

2011-10-24 20:52:34 UTC MAIN commitmail json YAML

SATA_SIGNAL_GEN3 definition for Serial ATA capabilities word in
IDENTIFY DEVICE structure.

(jakllsch)

2011-10-24 19:15:42 UTC MAIN commitmail json YAML

use C99 fixed-width integer types

(jakllsch)

2011-10-24 19:13:04 UTC MAIN commitmail json YAML

2011-10-24 18:42:41 UTC MAIN commitmail json YAML

add nbsd-nat.o to NATDEPFILES.  fixes gdb link issues.
normalise with sparc64 version.

(mrg)

2011-10-24 18:13:51 UTC MAIN commitmail json YAML

Move disconnection code to a separate function, similar to what is done
with xbdback_connect.

(jym)

2011-10-24 17:21:29 UTC MAIN commitmail json YAML

add all the possible build types for each arch

(christos)

2011-10-24 16:49:02 UTC MAIN commitmail json YAML

- Make the table of ports more machine readable: ^name\tarch\tdate\tdesc\n$
- Add the specific architecture instead of just the processor family where
  I knew it (please fill in the rest).
- Add missing RS/6000 entry.

(christos)

2011-10-24 16:15:46 UTC MAIN commitmail json YAML

note what "other ln implementations" is.

(yamt)

2011-10-24 16:12:26 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/sparc/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sparc/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sparc/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sparc/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sparc/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sparc/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/sparc/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/vax/bfd-in3.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/vax/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/vax/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/vax/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/vax/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/vax/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libbfd/arch/vax/targmatch.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/sparc/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/sparc/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/sparc/gstdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/vax/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/vax/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/gdb/lib/libdecnumber/arch/vax/gstdint.h@1.1 / diff / nxr@1.1
      :
(more 26 files)
Add sparc and vax.

(christos)

2011-10-24 16:09:58 UTC MAIN commitmail json YAML

Add defines for SET FEATURES for the SATA, PUIS and AAM feature sets.

(jakllsch)

2011-10-24 16:06:44 UTC MAIN commitmail json YAML

Remove unused local defines for PCI_COMMAND_STATUS_REG bits (already
available from pcireg.h).

(njoly)

2011-10-24 15:56:17 UTC MAIN commitmail json YAML

change lines containing only whitespace to empty lines,
remove trailing whitespace

(jakllsch)

2011-10-24 15:44:56 UTC MAIN commitmail json YAML

zoneinfo: Import tzdata2011m. [apb 20111024]

(apb)

2011-10-24 15:44:10 UTC MAIN commitmail json YAML

tzdata2011m is released and merged

(apb)

2011-10-24 15:42:57 UTC MAIN commitmail json YAML

2011-10-24 15:40:49 UTC MAIN commitmail json YAML

Import tzdata2011m.

The executive summary:
        europe  Pridnestrovian Moldavian Republic (Europe/Tiraspol)
                has followed much of Russia, and will retain "summer time"
                year round (that is no time transition is due Oct 30).
                This reintroduces a zone that had earlier been removed,
                and so removes the "backward" link.

                On the other hand, Ukraine have decided not to follow,
                so the change which had been made in preparation for
                that in tzdata2011k is now reverted, and there will be
                a transition on Oct 30.

        southamerica
                The change to Bahia, Brazil, that introduced summer time
                (following the regular Brazil rules, so commencing this
                year on Oct 16 - last SUnday) that was mooted before
                tzdata2011l was released, but withdrawn becase the
                change was not yet official, has now been ratified.

Status:

Vendor Tag: ADO
Release Tags: TZDATA2011M

(apb)

2011-10-24 11:43:31 UTC MAIN commitmail json YAML

VOP_GETATTR() needs a shared lock at least.

As nfs_kqpoll() ignores the return value from VOP_GETATTR() initialize
the attrributes to zero -- nfs_kqfilter() does the same.

(hannken)

2011-10-24 07:33:27 UTC MAIN commitmail json YAML

2011-10-24 07:31:31 UTC MAIN commitmail json YAML

2011-10-24 07:30:29 UTC MAIN commitmail json YAML

- document RESCHED_KPREEMPT
- "Specifically" -> "Typically" in the paragraph which says what this
  function can do, because they are merely examples.

(yamt)

2011-10-24 07:27:09 UTC MAIN commitmail json YAML

update the description of the priority argument.

(yamt)

2011-10-24 07:25:51 UTC MAIN commitmail json YAML

- document XC_HIGHPRI
- explicitly note that xc_wait requires thread context.

(yamt)

2011-10-24 02:08:23 UTC MAIN commitmail json YAML

ossaudio's SNDCTL_DSP_GETOSPACE will call AUDIO_SETINFO if the block size
isn't a power of two, and since the block size is changing this tells
audio(4) to halt output, reconfigure the device, then trigger output again.

mplayer's oss driver uses SNDCTL_DSP_GETOSPACE a lot.

Instead of simply rounding to 128 bytes as required by the hardware, change
hdafg_round_blocksize to return one of 128, 256, 512, 1024, 2048, 4096,
or 8192.

(jmcneill)

2011-10-23 23:41:56 UTC MAIN commitmail json YAML

2011-10-23 22:02:45 UTC MAIN commitmail json YAML

ps/l shows LWP name, not command name.

(jym)

2011-10-23 21:41:23 UTC MAIN commitmail json YAML

Turn a workqueue(9) name into an array in the struct workqueue, rather
than a const char *. This avoids keeping a reference to a string
owned by caller (string could be allocated on stack).

(jym)

2011-10-23 21:15:02 UTC MAIN commitmail json YAML

2011-10-23 21:11:23 UTC MAIN commitmail json YAML

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

Don't block SIGTRAP so that on architectures where the debugger needs to
be able to receive sigtrap for breakpoints to work, it can. For example
we are setting breakpoints inside dlopen(), after we've blocked the signal,
so the process keep trapping and looping over the trap instruction without
being able to send the signal. Another way would be to move the
_rtld_debug_state() calls outside the critical section...

(christos)

2011-10-23 20:02:52 UTC MAIN commitmail json YAML

also build the man page for iscsid

(agc)

2011-10-23 17:37:55 UTC MAIN commitmail json YAML

Fixed misplaced parenthesis (Nirbhay Choubey)

(christos)

2011-10-23 13:30:20 UTC MAIN commitmail json YAML

Like ddb(4) "ps/l", use '>' sign to indicate running LWPs for the /w
modifier.

(jym)

2011-10-23 13:21:54 UTC MAIN commitmail json YAML

Calling psignal(9) (via EV_WAKEUP()) in interrupt handlers
could cause mutex error panic, so defer it via softint(9).
This should fix panic on heavy key strokes during running Xserver.

Should be pulled up to netbsd-5.

XXX: amiga and atari might have the similar problem?

(tsutsui)

2011-10-23 13:20:59 UTC MAIN commitmail json YAML

Document "show proc". Be more verbose about commands that print
information about processes especially the '>' sign (e.g. LWP is
currently running).

Bump date. Straight from Hackathon@ESPCI.

(jym)