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

2024-05-10 15:58:03 UTC Now

2014-06-26 20:14:32 UTC MAIN commitmail json YAML

don't depend on expandtc to open the database or not.

(christos)

2014-06-26 07:50:29 UTC MAIN commitmail json YAML

Pass MIIF_DOPAUSE mask to mii_attach() in if_emac.c. emac(4) change a
register from IFM_FLOW flag, so this change is required to control the
setting via ifconfig. PR#48950. OK'd by matt@.

(msaitoh)

2014-06-26 04:02:10 UTC netbsd-6 commitmail json YAML

2014-06-26 04:01:32 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1086):
        sys/compat/freebsd/freebsd_sched.c 1.20-1.21

Avoid NULL dereference and fix sched param conversion (at least make it
do something). Pointed out by Maxime Villard.

Simplify and clarify.

(msaitoh)

2014-06-26 04:01:07 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1086):
        sys/compat/freebsd/freebsd_sched.c 1.20-1.21

Avoid NULL dereference and fix sched param conversion (at least make it
do something). Pointed out by Maxime Villard.

Simplify and clarify.

(msaitoh)

2014-06-26 04:00:30 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1086):
        sys/compat/freebsd/freebsd_sched.c 1.20-1.21

Avoid NULL dereference and fix sched param conversion (at least make it
do something). Pointed out by Maxime Villard.

Simplify and clarify.

(msaitoh)

2014-06-26 03:28:47 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1084):
sys/compat/netbsd32/netbsd32_netbsd.c rev. 1.187

Fix cases where count <= 0 (thanks to Maxime Villard for raising this).

(msaitoh)

2014-06-26 03:24:51 UTC MAIN commitmail json YAML

put the sccsids back here too

(dholland)

2014-06-26 02:14:32 UTC MAIN commitmail json YAML

2014-06-26 01:46:03 UTC MAIN commitmail json YAML

Don't initialize the fh pointer to NULL when the allocation functions fail
and allow NULL in the free functions. It just leads to writing sloppy code
for no good reason.

(christos)

2014-06-25 23:22:18 UTC MAIN commitmail json YAML

2014-06-25 21:23:03 UTC MAIN commitmail json YAML

Remove a couple of items

(skrll)

2014-06-25 19:32:37 UTC MAIN commitmail json YAML

Fix copyright years.

(alnsn)

2014-06-25 19:20:47 UTC MAIN commitmail json YAML

2014-06-25 19:13:27 UTC MAIN commitmail json YAML

2014-06-25 19:13:03 UTC MAIN commitmail json YAML

Add external memory tests.

(alnsn)

2014-06-25 18:16:40 UTC MAIN commitmail json YAML

Fix copyright. These tests are based on tests created in 2013 on github.com.

https://github.com/alnsn/bpfjit , files test/test_cop{,x}.c.

(alnsn)

2014-06-25 18:04:44 UTC MAIN commitmail json YAML

2014-06-25 18:04:05 UTC MAIN commitmail json YAML

Add BPF_COP and BPF_COPX tests.

(alnsn)

2014-06-25 17:10:39 UTC MAIN commitmail json YAML

Provide a compatibility define for binaries generated before NetBSD 1.5.
These binaries contain multiple notes per section and their NetBSD version
value is 199905. This is enabled via COMPAT_OLDNOTE (default off).

(christos)

2014-06-25 16:38:53 UTC MAIN commitmail json YAML

Add support for more open flags that have a native equivalent
(O_NONBLOCK, O_DIRECT and O_NOFOLLOW).
Translate native EFTYPE error (missing on Linux) to expected ELOOP;
when opening symlinks with flag O_NOFOLLOW.

(njoly)

2014-06-25 16:35:13 UTC MAIN commitmail json YAML

1) Make clear that we want the space allocated for the KMEM_SIZE header to be
  aligned, by using kmem_roundup_size(). There's no functional difference with
  the current MAX().

2) If there isn't enough space in the page padding for the red zone, allocate
  one more page, not just 2 bytes. We only poison 1 or 2 bytes in this page,
  depending on the space left in the previous page. That way 'allocsz' is
  properly aligned. Again, there's no functional difference since the shift
  already handles it correctly.

(maxv)

2014-06-25 16:30:42 UTC MAIN commitmail json YAML

2014-06-25 16:14:43 UTC MAIN commitmail json YAML

Enable ie0 in DISKLESS for sun3/110

(abs)

2014-06-25 16:05:22 UTC MAIN commitmail json YAML

Rephrase some comments and remove whitespaces. No functional change.

(maxv)

2014-06-25 15:04:53 UTC MAIN commitmail json YAML

No, that should be unsigned.

(riastradh)

2014-06-25 13:53:40 UTC MAIN commitmail json YAML

Default initialize external memwords.

This change doesn't affect performance of valid bpf kernel programs
because bpf_filter_ext() checks that all memwords are initialized
explicitly.

(alnsn)

2014-06-25 13:10:27 UTC MAIN commitmail json YAML

Fix integer type mismatch in debug printf.

(riastradh)

2014-06-25 11:58:15 UTC MAIN commitmail json YAML

New jitcode takes two arguments.

(alnsn)

2014-06-25 11:13:28 UTC MAIN commitmail json YAML

Use SLJIT_MOV_P to copy extmem pointer.

(alnsn)

2014-06-25 09:51:34 UTC MAIN commitmail json YAML

Check "preinited" argument of bpf_set_extmem().

(alnsn)

2014-06-25 02:05:58 UTC MAIN commitmail json YAML

Command file argument to -f is not optional.

(uwe)

2014-06-25 01:21:36 UTC MAIN commitmail json YAML

bpfjit_generate_code: emit the instruction correctly.

(rmind)

2014-06-25 00:21:42 UTC MAIN commitmail json YAML

npftest: add an example in the README, fix the total in npf_test_conc().

(rmind)

2014-06-25 00:20:06 UTC MAIN commitmail json YAML

Adjust NPF to the recent BPF / BPF JIT changes and make it work again.
All regression tests are happy now (hi alnsn!).

(rmind)

2014-06-24 23:25:33 UTC MAIN commitmail json YAML

No functional change:
- Tabify.
- Remove trailing white spaces.
- Fix typo in comment.

(msaitoh)

2014-06-24 22:27:40 UTC MAIN commitmail json YAML

- bpf_validate_ext: fix memword validation in BPF_ST/BPF_STX case.
- bpf_set_extmem: check the number of words against BPF_MAX_MEMWORDS.

(rmind)

2014-06-24 22:24:18 UTC MAIN commitmail json YAML

Fix our iconv version for the issues that apply to us from CVE-2014-3951
(which are the:
- Consistently pass around context information using a simple pointer.
  This fixes some dereferencing bugs in Chinese character set conversions.
- Fix Simplified Chinese character set conversions by switching around the
  fields of an internal struct so it corresponds with the way variables of
  this type are initialised.
part)
Patch taken from FreeBSD and mutilated to fit.
FreeBSD credits: Manuel Mausz (reporter), Tijl Coosemans (report handler)

(spz)

2014-06-24 22:19:36 UTC MAIN commitmail json YAML

- Improve the comments in bpf.h and KNF a little.
- Rename bpf_ctx_t member noinit to preinited (reflects the meaning better).

(rmind)

2014-06-24 16:39:39 UTC MAIN commitmail json YAML

2014-06-24 14:42:43 UTC MAIN commitmail json YAML

Do not hardcode the value. Use KQ_NEVENTS.

(maxv)

2014-06-24 14:33:57 UTC MAIN commitmail json YAML

Allocate directly KQ_NEVENTS bytes. Otherwise a user can panic the system.

ok christos@

(maxv)

2014-06-24 12:54:56 UTC MAIN commitmail json YAML

Revert previous commit.  Requested by matt@.

(kiyohara)

2014-06-24 12:17:40 UTC MAIN commitmail json YAML

2014-06-24 12:17:33 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE to allow clang to build this kernel.

(joerg)

2014-06-24 11:59:11 UTC MAIN commitmail json YAML

Remove dead code. The kernel already checks for PT_INTERP sections, and puts
their content into "itp". There's no need for re-reading the whole binary and
trying to find this section again. Just use "itp".

DEBUG_FREEBSD_ELF is now unused, so remove its references in amd64/conf/ALL
and i386/conf/ALL.

(maxv)

2014-06-24 11:32:36 UTC MAIN commitmail json YAML

2014-06-24 11:31:49 UTC MAIN commitmail json YAML

Fix signatures of copfuncs.

(alnsn)

2014-06-24 10:53:30 UTC MAIN commitmail json YAML

2014-06-24 10:08:45 UTC MAIN commitmail json YAML

'miliseconds' -> 'milliseconds'.

(maxv)

2014-06-24 09:17:54 UTC MAIN commitmail json YAML

PR/48944: cron ignores '?' (question mark) time field

Fix the obvious merge botch.

(skrll)

2014-06-24 07:28:23 UTC MAIN commitmail json YAML

KMEM_REDZONE+KMEM_POISON is supposed to detect buffer overflows. But it only
poisons memory after kmem_roundup_size(), which means that if an overflow
occurs in the page padding, it won't be detected.

Fix this by making KMEM_REDZONE independent from KMEM_POISON and making it
put a 2-byte pattern at the end of each requested buffer, and check it when
freeing memory to ensure the caller hasn't written outside the requested area.

Not enabled on DIAGNOSTIC for the moment.

(maxv)

2014-06-24 07:23:59 UTC MAIN commitmail json YAML

PR/48810 use cgi handler for index files

OK mrg@ martin@

(shm)

2014-06-24 07:04:27 UTC MAIN commitmail json YAML

use the library just built when running regression tests locally

(agc)

2014-06-24 07:04:00 UTC MAIN commitmail json YAML

only include the codecs.h header if the main program is being used to test -
in normal operations, this won't be needed.

(agc)

2014-06-24 05:07:31 UTC MAIN commitmail json YAML

If [eo]hci_init fail then bail out and don't try and attach devices.

(skrll)

2014-06-24 05:04:14 UTC MAIN commitmail json YAML

use STIP/BLIT on 8bit tcx and RSTIP/RBLIT on S24

(macallan)

2014-06-23 21:53:45 UTC MAIN commitmail json YAML

src/common/lib/libc/arch/arm/atomic/atomic_add_16.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/atomic_add_32.S@1.8 / diff / nxr@1.8
src/common/lib/libc/arch/arm/atomic/atomic_add_8.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/atomic_and_16.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/atomic_and_32.S@1.8 / diff / nxr@1.8
src/common/lib/libc/arch/arm/atomic/atomic_and_8.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/atomic_or_16.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/atomic_or_32.S@1.8 / diff / nxr@1.8
src/common/lib/libc/arch/arm/atomic/atomic_or_8.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/atomic_xor_16.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/atomic_xor_32.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/atomic_xor_8.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/sync_fetch_and_add_8.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/sync_fetch_and_and_8.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/sync_fetch_and_or_8.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/sync_fetch_and_sub_8.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/arm/atomic/sync_fetch_and_xor_8.S@1.3 / diff / nxr@1.3
src/common/lib/libc/arch/m68k/atomic/atomic_add.S@1.10 / diff / nxr@1.10
src/common/lib/libc/arch/m68k/atomic/atomic_and.S@1.11 / diff / nxr@1.11
src/common/lib/libc/arch/m68k/atomic/atomic_or.S@1.11 / diff / nxr@1.11
      :
(more 22 files)
Add aliases for the builtins used to implement C11/C++11 atomics.

(joerg)

2014-06-23 19:19:56 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/earmeb/bfd-in3.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmeb/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmeb/bfd_stdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libbfd/arch/earmeb/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmeb/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmeb/targmatch.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/bfd-in3.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/bfd_stdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/earmhf/targmatch.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/bfd-in3.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/bfd_stdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/earmhfeb/targmatch.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libdecnumber/arch/earmeb/gstdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libdecnumber/arch/earmhf/gstdint.h@1.2 / diff / nxr@1.2
      :
(more 37 files)
regen some more arm variants

(christos)

2014-06-23 18:37:45 UTC MAIN commitmail json YAML

Allow always setting MKCOMPAT (and not failing in weird ways like
creating a c++config.h that only contains #endif), by selecting
only machine_archs that contain *64* in their name.

(christos)

2014-06-23 18:06:32 UTC MAIN commitmail json YAML

Use KASSERT() instead of #ifdef(DIAGNOSTIC). Clearer.

(maxv)

2014-06-23 17:44:31 UTC MAIN commitmail json YAML

Print APE firmware correctly.

(msaitoh)

2014-06-23 17:43:42 UTC MAIN commitmail json YAML

Enable KMEM_SIZE on DIAGNOSTIC. It will catch memory corruption bugs due to a
different size given to kmem_alloc() and kmem_free(), with no performance
impact.

(maxv)

2014-06-23 17:32:05 UTC MAIN commitmail json YAML

2014-06-23 17:31:40 UTC MAIN commitmail json YAML

Add some HP iLO devices.
Add Matrox MGA G200eH.

(msaitoh)

2014-06-23 17:18:45 UTC MAIN commitmail json YAML

where appropriate rename xxx_ioctl() struct mbuf * parameters from
`control' to `ifp' after split from xxx_usrreq().

sys_socket.c
    fix wrapping of arguments to be consistent with other function calls
    in the file after replacing pr_usrreq() call with pr_ioctl() which
    required one less argument.

link_proto.c
    fix indentation of parameters in link_ioctl() prototype to be
    consistent with the rest of the file.

discussed with rmind@

(rtr)

2014-06-23 17:18:43 UTC MAIN commitmail json YAML

Teach configfsf.guess about coldfire and earm

(matt)

2014-06-23 15:22:07 UTC MAIN commitmail json YAML

remove gdbint.info; it is no more.

(christos)

2014-06-23 15:05:30 UTC MAIN commitmail json YAML

No more gdbint.texinfo; has been removed upstream

(christos)

2014-06-23 14:14:10 UTC MAIN commitmail json YAML

Add `remove arc4random' to mythical libc major bump todo list.

(riastradh)

2014-06-23 12:48:43 UTC MAIN commitmail json YAML

2014-06-23 12:38:18 UTC MAIN commitmail json YAML

Hrmph, revert previous pending another fix.  I tested it yesterday with
a slightly older tree, and of course it doesn't work anymore ...

(pooka)

2014-06-23 10:53:20 UTC MAIN commitmail json YAML

2014-06-23 10:43:25 UTC MAIN commitmail json YAML

PR/42032 fixed overrun in bm_exec(), free(3) clean ups

(shm)

2014-06-23 07:29:42 UTC MAIN commitmail json YAML

Return if ohci_init fails.
Please evaluate your changes and consider the following. CVS: Abort checkin if you answer no. CVS: => For all changes: CVS: Do the changed files compile? CVS: Has the change been tested? CVS: => If you
are not completely familiar with the changed components: CVS: Has the change been posted for review?  CVS: Have you allowed enough time for feedback? CVS: => If the change is major: CVS: => If the
change adds files to, or removes files from $DESTDIR: CVS: => If you are changing a library or kernel interface: CVS: Have you successfully run "./build.sh release"? CVS:
---------------------------------------------------------------------- CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS:
sys/arch/arm/allwinner/awin_usb.c CVS: ----------------------------------------------------------------------

(skrll)

2014-06-23 06:57:31 UTC MAIN commitmail json YAML

PR/47319 use addgrp_ret_t instead of magic values

(shm)

2014-06-23 06:27:58 UTC MAIN commitmail json YAML

Get rid of unnecessary xc_broadcast after pktq_barrier

Pointed out by rmind@

(ozaki-r)

2014-06-23 03:40:57 UTC MAIN commitmail json YAML

2014-06-23 03:16:29 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/coldfire/bfd-in3.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/bfd_stdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/coldfire/targmatch.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libdecnumber/arch/coldfire/gstdint.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/build-gnulib/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/init.c@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/jit-reader.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/observer.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/observer.inc@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/version.c@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/coldfire/xml-builtin.c@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libiberty/arch/coldfire/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libiberty/arch/coldfire/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libopcodes/arch/coldfire/config.h@1.3 / diff / nxr@1.3

regen coldfire

(christos)

2014-06-23 02:57:59 UTC MAIN commitmail json YAML

2014-06-23 02:54:01 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/arm/bfd-in3.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/arm/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/arm/bfd_stdint.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libbfd/arch/arm/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/arm/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/arm/targmatch.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd-in3.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd_stdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/armeb/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/armeb/targmatch.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libdecnumber/arch/arm/gstdint.h@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libdecnumber/arch/armeb/gstdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/arm/build-gnulib/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/arm/defs.mk@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/arm/init.c@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/arm/jit-reader.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/arm/observer.h@1.3 / diff / nxr@1.3
      :
(more 18 files)
mknative-gdb for arm and armeb and gdb 7.7

(mrg)

2014-06-23 02:50:32 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd-in3.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd_stdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/mips64el/targmatch.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64el/gstdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/build-gnulib/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h@1.6 / diff / nxr@1.6
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/defs.mk@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/init.c@1.7 / diff / nxr@1.7
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/jit-reader.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/observer.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/observer.inc@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/version.c@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/mips64el/xml-builtin.c@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libiberty/arch/mips64el/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libiberty/arch/mips64el/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libopcodes/arch/mips64el/config.h@1.3 / diff / nxr@1.3

regen mips64el

(christos)

2014-06-23 02:34:34 UTC MAIN commitmail json YAML

2014-06-23 02:29:20 UTC MAIN commitmail json YAML

src/external/gpl3/gcc/lib/crtstuff/arch/powerpc64.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/backtrace-supported.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libbacktrace/arch/powerpc64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/gcc/lib/libgcc/arch/powerpc64/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc64/gcov-iov.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp.spec@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/libgomp_f.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libgomp/arch/powerpc64/omp.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libiberty/arch/powerpc64/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libiberty/defs.mk@1.5 / diff / nxr@1.5
src/external/gpl3/gcc/lib/libobjc/arch/powerpc64/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libobjc/arch/powerpc64/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/c++config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/cxxabi_tweaks.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gstdint.h@1.3 / diff / nxr@1.3
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr-posix.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr-single.h@1.2 / diff / nxr@1.2
src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/gthr.h@1.2 / diff / nxr@1.2
      :
(more 11 files)
regen powerpc64.

(christos)

2014-06-23 02:14:39 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfd-in3.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfd_stdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/powerpc64/targmatch.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libdecnumber/arch/powerpc64/gstdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/build-gnulib/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/defs.mk@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/init.c@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/jit-reader.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/observer.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/observer.inc@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/version.c@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/xml-builtin.c@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libiberty/arch/powerpc64/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libiberty/arch/powerpc64/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libopcodes/arch/powerpc64/config.h@1.3 / diff / nxr@1.3

regen ppc64

(christos)

2014-06-23 02:13:53 UTC MAIN commitmail json YAML

unbreak powerpc64; it is not ready for gcc-4.8 ATM.

(christos)

2014-06-23 01:04:37 UTC MAIN commitmail json YAML

src/external/gpl3/gdb/lib/libbfd/arch/hppa/bfd-in3.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/hppa/bfd.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/hppa/bfd_stdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/hppa/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/hppa/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/hppa/targmatch.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd-in3.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfdver.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/defs.mk@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libbfd/arch/mips64eb/targmatch.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libdecnumber/arch/hppa/gstdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h@1.4 / diff / nxr@1.4
src/external/gpl3/gdb/lib/libgdb/arch/hppa/build-gnulib/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/gdb/lib/libgdb/arch/hppa/config.h@1.3 / diff / nxr@1.3
src/external/gpl3/gdb/lib/libgdb/arch/hppa/defs.mk@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/hppa/init.c@1.5 / diff / nxr@1.5
src/external/gpl3/gdb/lib/libgdb/arch/hppa/jit-reader.h@1.2 / diff / nxr@1.2
      :
(more 15 files)
regen hppa and sgimips

(christos)

2014-06-23 01:00:48 UTC MAIN commitmail json YAML

even more detailed logging

(christos)

2014-06-22 23:53:16 UTC MAIN commitmail json YAML

2014-06-22 23:53:04 UTC MAIN commitmail json YAML

2014-06-22 22:19:28 UTC MAIN commitmail json YAML

2014-06-22 20:17:23 UTC MAIN commitmail json YAML

Wrap pthread_create().  Shouldn't really have a functional effect,
apart from testing that rumpuser_thread_create() can actually survive
an unschedule/schedule cycle (which may or may not be necessary with
other hypercall implementations).

(pooka)

2014-06-22 20:09:19 UTC MAIN commitmail json YAML

Initialize cpu_softcpu before creating softint threads.  Fixes things
with rump kernel hypervisors which wrap the thread creation hypercall.

pointed out by Justin Cormack

(pooka)

2014-06-22 19:09:39 UTC MAIN commitmail json YAML

Sync swapctl() with netbsd32. Return EINVAL when misc<0, and 0 when misc=0
or uvmexp.nswapdev=0.

(maxv)

2014-06-22 18:32:27 UTC MAIN commitmail json YAML

Fix a NULL pointer dereference after a loooong discussion with dholland@,
hannken@, blymn@ and martin@.

This bug would panic the system when veriexec is set to the VERIEXEC_LOCKDOWN
mode (only settable from root).

(maxv)

2014-06-22 17:36:42 UTC MAIN commitmail json YAML

Put the KMEM_GUARD code under #if defined(KMEM_GUARD). No functional change.

(maxv)

2014-06-22 17:23:34 UTC MAIN commitmail json YAML

A KASSERT() is better.

(maxv)

2014-06-22 09:48:20 UTC MAIN commitmail json YAML

Consistently pass a "struct piixpm_softc" to piixpm_intr.
Prevents a crash on hardware interrupts.

(hannken)

2014-06-22 09:47:40 UTC MAIN commitmail json YAML

CID 1223346: No need to check bp against NULL.  It is always valid here.

(hannken)

2014-06-22 08:10:19 UTC MAIN commitmail json YAML

* split PRU_CONTROL functionality out of xxx_userreq() switches and place
  into separate xxx_ioctl() functions.
* place KASSERT(req != PRU_CONTROL) inside xxx_userreq() as it is now
  inappropriate for req = PRU_CONTROL in xxx_userreq().
* replace calls to pr_generic() with req = PRU_CONTROL with pr_ioctl().
* remove & fixup references to PRU_CONTROL xxx_userreq() function comments.
* fix various comments references for xxx_userreq() that mentioned
  PRU_CONTROL as xxx_userreq() no longer handles the request.

a further change will follow to fix parameter and naming inconsistencies
retained from original code.

Reviewed by rmind@

(rtr)

2014-06-21 23:12:10 UTC MAIN commitmail json YAML

Avoid NULL dereference and fix sched param conversion (at least make it
do something). Pointed out by Maxime Villard

(christos)

2014-06-21 21:05:54 UTC MAIN commitmail json YAML

2014-06-21 17:50:01 UTC MAIN commitmail json YAML

add NOTREACHED comment

(christos)

2014-06-21 17:48:07 UTC MAIN commitmail json YAML

add notreached comment

(christos)

2014-06-21 17:43:04 UTC MAIN commitmail json YAML

CID 10006930: Prevent outfile overwrite resource leak.

(christos)

2014-06-21 17:34:30 UTC MAIN commitmail json YAML

2014-06-21 10:23:07 UTC MAIN commitmail json YAML

If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's not
a good idea; but not proven harmful.

With the help of njoly@

(maxv)

2014-06-21 09:11:04 UTC MAIN commitmail json YAML

2014-06-21 04:33:53 UTC MAIN commitmail json YAML

Log some actual information on various failures, so you can tell
what happened.

(dholland)

2014-06-21 04:28:23 UTC MAIN commitmail json YAML

Update a comment on a structure description. Noted by wiz a long time
ago.

does not seem to be worth bumping the date for.

(dholland)

2014-06-21 03:44:06 UTC MAIN commitmail json YAML

__attribute__((__packed__)) -> __packed

(dholland)

2014-06-21 03:42:52 UTC MAIN commitmail json YAML

__attribute__ ((__packed__)) -> __packed

(dholland)

2014-06-21 02:02:40 UTC MAIN commitmail json YAML

2014-06-21 02:01:21 UTC MAIN commitmail json YAML

Properly use an unused-but-set-variable.  Also replace a magic number.

(tsutsui)

2014-06-20 15:22:01 UTC MAIN commitmail json YAML

Use returned size and not buffer max length when displaying attribute
From Thomas Schmitt <scdbackup@gmx.net>

(manu)

2014-06-20 14:55:32 UTC MAIN commitmail json YAML

Do not record a trailing \0
From Thomas Schmitt <scdbackup@gmx.net>

(manu)

2014-06-20 14:22:48 UTC MAIN commitmail json YAML

Remove unnecessary sc_softintr

(ozaki-r)

2014-06-20 13:17:59 UTC MAIN commitmail json YAML

intrcnt and _intrnames are unused.

(joerg)

2014-06-20 12:41:34 UTC MAIN commitmail json YAML

Don't provide intrnames or intrcnt, GC intrcnt.h. IA64 has evcnt(9)
support hooked up, so no need for the legacy interface.

(joerg)

2014-06-20 12:36:32 UTC MAIN commitmail json YAML

document RUMP_SYM_NORENAME

(pooka)

2014-06-20 12:31:55 UTC MAIN commitmail json YAML

evcnt is done.

(joerg)

2014-06-20 11:57:56 UTC MAIN commitmail json YAML

Some rump kernel components for interfacing with the environment need
to access both NetBSD kernel facilities and facilities provided by the
environment.

Where the environment's headers can be #included without namespace
conflict (which can be done - with care - for some Xen mini-os
headers), it is convenient to simply allow the rump kernel code to
call directly into the environment.

This also requires not mangling the symbol names.

So provide a variable RUMP_SYM_NORENAME which can be set by a component
namefile to a series of symbols or symbol prefixes (in makefile-quoted
awk regexp syntax).  For example, in the rumpuser-xen xenbus driver:
RUMP_SYM_NORENAME=xenbus_|HYPERVISOR_|wake$$|block$$|schedule$$|force_evtchn

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
(proposed on rumpkernel-users; very minor modification by myself)

(pooka)

2014-06-20 11:27:25 UTC MAIN commitmail json YAML

Fix error return for rump_vfs_makeonedevnode()

from Ian Jackson <Ian.Jackson@eu.citrix.com>

(pooka)

2014-06-20 09:47:15 UTC MAIN commitmail json YAML

mc146818's sc_flag indicates the time is stored in binary format, not BCD.
So we should configure the chip's REGB for binary format as well.
This makes the BeBox RTC finally work reliable for me.

(phx)

2014-06-20 08:08:58 UTC MAIN commitmail json YAML

2014-06-20 07:08:15 UTC MAIN commitmail json YAML

Remove fagile test which ensured that first namelist element (was
X_NCHSTATS) had a known type. Make disk stats available again for
vmstat display.

(njoly)

2014-06-20 06:13:45 UTC MAIN commitmail json YAML

Return varNoError rather than var_Error for ::?= etc.

(sjg)

2014-06-19 18:01:18 UTC MAIN commitmail json YAML

fix -Werror=unused-but-set-variable compile error

(msaitoh)

2014-06-19 16:54:40 UTC MAIN commitmail json YAML

Enqueue the mbuf with the start of the packet,
not some intermediate one (hi, rmind!).

(ws)

2014-06-19 16:34:21 UTC MAIN commitmail json YAML

Increase IMAGESIZE to fix build.

(skrll)

2014-06-19 15:09:50 UTC MAIN commitmail json YAML

Fix compile error of -Werror=unused-but-set-variable.

(msaitoh)

2014-06-19 15:09:07 UTC MAIN commitmail json YAML

use fparseln() instead of fgetln() for consistency (this was the last fgetln()
using parser in net/.
cVS: ----------------------------------------------------------------------

(christos)

2014-06-19 15:08:18 UTC MAIN commitmail json YAML

use fparseln() instead of abusing fgetln(), so that the last line that
might not have a terminating newline is processed.

(christos)

2014-06-19 14:27:50 UTC MAIN commitmail json YAML

Fix incorrect example (what happens when len == 0?)

(christos)

2014-06-19 13:20:28 UTC MAIN commitmail json YAML

Use 64-bit DMA, if it is available.
This fixes null packet handling on guest which have memory over than 3GB.

(hikaru)

2014-06-19 13:20:13 UTC MAIN commitmail json YAML

Fix "error: variable 's' set but not used [-Werror=unused-but-set-variable]"

(msaitoh)

2014-06-19 13:16:29 UTC MAIN commitmail json YAML

Make it be able to down I/F. This fixes panic when removing IFF_UP flag.

(hikaru)

2014-06-19 09:30:33 UTC MAIN commitmail json YAML

Add all functions to NAME section. End sentences with dots.
Bump date for previous.

(wiz)

2014-06-19 05:31:15 UTC MAIN commitmail json YAML

Fix "shadows a global declaration" compile error.

(msaitoh)

2014-06-18 20:12:15 UTC MAIN commitmail json YAML

cast gotsig because it is long on some systems.

(christos)

2014-06-18 19:50:32 UTC MAIN commitmail json YAML

Revert last change. This is not the right place for rumpuser_sync_icache().

(alnsn)

2014-06-18 18:52:49 UTC MAIN commitmail json YAML

Add stdlib.h for abort() (Jess Thrysoee)

(christos)

2014-06-18 18:17:30 UTC MAIN commitmail json YAML

Adjust to the new alias text libedit API.

(christos)

2014-06-18 18:12:28 UTC MAIN commitmail json YAML

Don't depend on weak aliases to define the vi "alias" expansion function,
provide an API instead to set it.

(christos)

2014-06-18 17:52:49 UTC MAIN commitmail json YAML

2014-06-18 17:50:55 UTC MAIN commitmail json YAML

2014-06-18 17:50:15 UTC MAIN commitmail json YAML

2014-06-18 17:48:22 UTC MAIN commitmail json YAML

add mkostemp{s,} mkstemps from FreeBSD

(christos)

2014-06-18 17:47:58 UTC MAIN commitmail json YAML

2014-06-18 16:55:28 UTC MAIN commitmail json YAML

2014-06-18 16:49:46 UTC MAIN commitmail json YAML

OFIOCNEXTPROP -> OFIOCGET
now this can actually work

(macallan)

2014-06-18 14:47:02 UTC MAIN commitmail json YAML

Suppress space after -I and -i options in description too.
XXX: This should be documented explicitly.

(uwe)

2014-06-18 14:26:15 UTC MAIN commitmail json YAML

Suppress space after -I and -i options.

(uwe)

2014-06-18 14:15:50 UTC MAIN commitmail json YAML

Fix usage. The man page is incorrect with respect to -I and -i and need
fixing, but my troff foo is not there.

(christos)

2014-06-18 14:12:20 UTC MAIN commitmail json YAML

fix second line of synopsis.

(christos)

2014-06-18 13:03:08 UTC MAIN commitmail json YAML

accomodate FreeBSD's flavor of weak references.

(christos)

2014-06-18 10:51:03 UTC MAIN commitmail json YAML

Restructure bridge_input and bridge_broadcast

There are two changes:
- Assemble the places calling pktq_enqueue (bridge_forward)
  for unicast and {b,m}cast frames into one
- Receive {b,m}cast frames in bridge_broadcast, not in
  bridge_input

The changes make the code clear and readable. bridge_input
now doesn't need to take care of {b,m}cast frames;
bridge_forward and bridge_broadcast have the responsibility.

The changes are based on a patch of Lloyd Parkes submitted
in PR 48104, but don't fix its issue yet.

(ozaki-r)

2014-06-18 09:41:29 UTC MAIN commitmail json YAML

Sync usage with manpage.

(wiz)

2014-06-18 09:35:59 UTC netbsd-6-0 commitmail json YAML

2014-06-18 09:35:40 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1067):
sys/dist/ipf/netinet/ip_fil_netbsd.c 1.9 via patch
sys/net/if_ethersubr.c 1.197 via patch
sys/net/if_loop.c 1.77 via patch
sys/net/if_vlan.c 1.70 via patch
sys/netinet/if_arp.c 1.158
sys/netinet/ip_carp.c 1.54 via patch
sys/netinet6/ip6_flow.c 1.23 via patch
sys/netinet6/nd6.c 1.150 via patch
sys/rump/librump/rumpkern/klock.c 1.4

Make sure *(if_output)() is called with KERNEL_LOCK held to avoid mbuf leak.
See http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html
for details. For netinet6, the problem report, fix and test were done
by njoly@ on current-users@

(msaitoh)

2014-06-18 09:35:31 UTC MAIN commitmail json YAML

Sort options. Use Ss for non-standard headers. New sentence, new line.
Add missing Op.

(wiz)

2014-06-18 09:34:45 UTC netbsd-6-1 commitmail json YAML

2014-06-18 09:34:27 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1067):
sys/dist/ipf/netinet/ip_fil_netbsd.c 1.9 via patch
sys/net/if_ethersubr.c 1.197 via patch
sys/net/if_loop.c 1.77 via patch
sys/net/if_vlan.c 1.70 via patch
sys/netinet/if_arp.c 1.158
sys/netinet/ip_carp.c 1.54 via patch
sys/netinet6/ip6_flow.c 1.23 via patch
sys/netinet6/nd6.c 1.150 via patch
sys/rump/librump/rumpkern/klock.c 1.4

Make sure *(if_output)() is called with KERNEL_LOCK held to avoid mbuf leak.
See http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html
for details. For netinet6, the problem report, fix and test were done
by njoly@ on current-users@

(msaitoh)

2014-06-18 09:20:46 UTC MAIN commitmail json YAML

Tidy up bridge_input

No functional change.

(ozaki-r)

2014-06-18 06:35:19 UTC MAIN commitmail json YAML

Fix uninitiazed variable problem found on zaurus. I don't know why
only zaurus found it.

(msaitoh)

2014-06-18 04:54:09 UTC MAIN commitmail json YAML

8bit tcx doesn't implement a hardware cursor, so don't pretend it does.
Also, avoid poking the hw cursor registers in that case. Real hardware doesn't
care but qemu does.

(macallan)

2014-06-18 02:20:05 UTC netbsd-6-0 commitmail json YAML

2014-06-18 02:19:29 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1076):
src/external/bsd/openpam/dist/lib/openpam_configure.c 1.8 via patch

CVE-2014-3879: Incorrect error handling in PAM policy parser:
Missing module files were treated as soft failures leading to
unexpected behavior if policy files were copied between hosts with
differently installed modules or in the short period during upgrades
when module files were being replaced.

(msaitoh)

2014-06-18 02:15:51 UTC netbsd-6-1 commitmail json YAML

2014-06-18 02:15:27 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1076):
src/external/bsd/openpam/dist/lib/openpam_configure.c 1.8 via patch

CVE-2014-3879: Incorrect error handling in PAM policy parser:
Missing module files were treated as soft failures leading to
unexpected behavior if policy files were copied between hosts with
differently installed modules or in the short period during upgrades
when module files were being replaced.

(msaitoh)

2014-06-18 02:03:46 UTC netbsd-6 commitmail json YAML

2014-06-18 02:03:26 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1076):
src/external/bsd/openpam/dist/lib/openpam_configure.c 1.8 via patch

CVE-2014-3879: Incorrect error handling in PAM policy parser:
Missing module files were treated as soft failures leading to
unexpected behavior if policy files were copied between hosts with
differently installed modules or in the short period during upgrades
when module files were being replaced.

(msaitoh)

2014-06-18 01:19:19 UTC MAIN commitmail json YAML

Make local functions static

This change unveiled some functions are unused. Remove some and
comment out the others.

No functional change.

(ozaki-r)

2014-06-17 22:29:13 UTC MAIN commitmail json YAML

Add BGEPHYF_NO_WIRESPEED flag for fiber devices.

(msaitoh)

2014-06-17 21:37:20 UTC MAIN commitmail json YAML

- Fix detection of BGEPHYF_FIBER_{MII|TBI}
- Add BCM5708S support in brgphy(4). The auto negotiation may have some bugs.
- Add 2500SX support (not tested).
- Fix bit definition of BRGPHY_MRBE_MSG_PG5_NP_T2 from FreeBSD.

(msaitoh)

2014-06-17 19:37:03 UTC MAIN commitmail json YAML

2014-06-17 19:36:45 UTC MAIN commitmail json YAML

2014-06-17 19:33:20 UTC MAIN commitmail json YAML

src/sys/external/bsd/sljit/dist/sljit_src/sljitExecAllocator.c@1.4 / diff / nxr@1.4
src/sys/external/bsd/sljit/dist/sljit_src/sljitLir.c@1.4 / diff / nxr@1.4
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_32.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_T2_32.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_32.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_64.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_common.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativePPC_32.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativePPC_64.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativePPC_common.c@1.4 / diff / nxr@1.4
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeSPARC_32.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeSPARC_common.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeTILEGX-encoder.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeTILEGX_64.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_32.c@1.4 / diff / nxr@1.4
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_64.c@1.2 / diff / nxr@1.2
src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeX86_common.c@1.6 / diff / nxr@1.6
src/sys/external/bsd/sljit/dist/sljit_src/sljitUtils.c@1.7 / diff / nxr@1.7

Add $NetBSD$.

(alnsn)

2014-06-17 19:26:18 UTC MAIN commitmail json YAML

libarch on sparc isn't -l${MACHINE_CPU}. Don't link to it.

(alnsn)

2014-06-17 18:48:35 UTC MAIN commitmail json YAML

Update sljit entry.

(alnsn)

2014-06-17 18:18:51 UTC MAIN commitmail json YAML

Fix a variable name in last commit.

(msaitoh)

2014-06-17 17:37:08 UTC MAIN commitmail json YAML

- Print yet another hardware config word in SRAM(BGE_SRAM_DATA_CFG_5) for
  BCM5717 and newer devices.
- Fix a trivial bug in #ifdef NOTYET.

(msaitoh)

2014-06-17 17:30:48 UTC MAIN commitmail json YAML

2014-06-17 16:52:33 UTC MAIN commitmail json YAML

Update code to the latest sljit version.

(alnsn)

2014-06-17 16:49:11 UTC MAIN commitmail json YAML

New sljit version is r257.

(alnsn)

2014-06-17 16:48:24 UTC MAIN commitmail json YAML

2014-06-17 16:39:02 UTC MAIN commitmail json YAML

add -u (unbuffered output) after GNU sed.

(christos)

2014-06-17 14:25:17 UTC MAIN commitmail json YAML

fix a few 8bit tcx issues:
- set ROP when clearing the screen, tcx actually uses it
- deal with possible 2MB VRAM tcx
while there, consistently use aprint_* in tcxattach()

(macallan)

2014-06-17 12:38:12 UTC MAIN commitmail json YAML

Unlock directory vnode after VOP_CREATE.

(hannken)

2014-06-17 10:47:27 UTC MAIN commitmail json YAML

remove last remnants of CG8 emulation

(macallan)

2014-06-17 10:39:46 UTC MAIN commitmail json YAML

Restructure ether_input and bridge_input

The network stack of NetBSD is well organized and
layered. A packet reception is processed from a
lower layer to an upper layer one by one. However,
ether_input and bridge_input are not structured so.
bridge_input is called inside ether_input.

The new structure replaces ifnet#if_input of a bridge
member with bridge_input when the member is attached.
So a packet goes straight on a packet reception via
a bridge, bridge_input => ether_input => ip_input.

The change is part of a patch of Lloyd Parkes submitted
in PR 48104. Unlike the patch, the change doesn't
intend to change the behavior of the packet processing.
Another patch will fix PR 48104.

(ozaki-r)

2014-06-17 09:53:59 UTC MAIN commitmail json YAML

Applications are not supposed to and do not need to include <features.h> explicitly

(justin)

2014-06-17 09:35:46 UTC MAIN commitmail json YAML

PR/48908: Cannot open /dev/uhid? when another report id at the same uhidev
was already opened.

Restore the sc reference counting lost in usbmp merge.

(skrll)

2014-06-17 08:50:49 UTC MAIN commitmail json YAML

Antti objected to including rumpuser_sync_icache. Exclude it from the build.

(alnsn)

2014-06-17 08:42:35 UTC MAIN commitmail json YAML

Antti objected to including rumpuser_sync_icache. Exclude it from the build.

(alnsn)

2014-06-17 07:08:47 UTC MAIN commitmail json YAML

make sure we have a log message at the appropriate level (error) on
why pam is failing in the case of an included pam config file missing.

example: instead of logging with the default log settings:
Jun 17 08:49:37 tucana su: pam_start failed: system error
it will log:
Jun 17 08:55:49 tucana su: in openpam_parse_chain(): failed loading include for service gibbetnich in /etc/pam.d/su(15): No such file or directory
Jun 17 08:55:49 tucana su: pam_start failed: system error

(spz)

2014-06-17 06:43:21 UTC MAIN commitmail json YAML

For consistency with other files in the same directory
don't include <sys/cdefs.h> before __RCSID.

(alnsn)

2014-06-17 06:36:40 UTC MAIN commitmail json YAML

2014-06-17 06:36:01 UTC MAIN commitmail json YAML

2014-06-17 06:31:47 UTC MAIN commitmail json YAML