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

2024-05-10 12:19:39 UTC Now

2013-07-24 00:51:47 UTC riastradh-drm2 commitmail json YAML

2013-07-24 00:51:31 UTC riastradh-drm2 commitmail json YAML

2013-07-24 00:51:06 UTC riastradh-drm2 commitmail json YAML

Include <linux/kernel.h> and <linux/types.h> in <drm/drm_hashtab.h>.

(riastradh)

2013-07-24 00:50:51 UTC riastradh-drm2 commitmail json YAML

Define __user to be empty in <linux/kernel.h>.

__user qualifies a pointer into userspace for static analyzers.

(riastradh)

2013-07-24 00:50:36 UTC riastradh-drm2 commitmail json YAML

Dumb implementation of a subset of Linux's idr abstraction.

An idr maintains a mapping from integers to data, like file descriptors
to struct file pointers.

(riastradh)

2013-07-24 00:50:03 UTC riastradh-drm2 commitmail json YAML

2013-07-24 00:49:48 UTC riastradh-drm2 commitmail json YAML

Add initial draft of Linux list and hlist to <linux/list.h>.

Implemented in terms of TAILQ and LIST, respectively.
Not yet tested.

(riastradh)

2013-07-24 00:49:32 UTC riastradh-drm2 commitmail json YAML

Add type-unsafe container_of to drm2's <linux/kernel.h>.

(riastradh)

2013-07-24 00:49:19 UTC riastradh-drm2 commitmail json YAML

Implement Linux spin lock in terms of kmutex_t in drm2's <linux/spinlock.h>.

Currently a spin lock will be an adaptive mutex, until I identify
cases in drm2 that actually require spinning and interrupt deferral.

(riastradh)

2013-07-24 00:49:04 UTC riastradh-drm2 commitmail json YAML

Define __printf in drm2's <linux/kernel.h> shim.

(riastradh)

2013-07-24 00:48:50 UTC riastradh-drm2 commitmail json YAML

Define dma_addr_t to be bus_addr_t in drm2's <linux/dma-mapping.h> shim.

(riastradh)

2013-07-24 00:48:34 UTC riastradh-drm2 commitmail json YAML

Implement atomic_t and atomic_read in drm2's <linux/atomic.h> shim.

(riastradh)

2013-07-24 00:48:20 UTC riastradh-drm2 commitmail json YAML

Add types u8, u16, u32 to drm2's <linux/types.h> shim.

(riastradh)

2013-07-24 00:38:15 UTC riastradh-drm2 commitmail json YAML

Make stub Linux header files visible to drm2.

(riastradh)

2013-07-24 00:33:12 UTC riastradh-drm2 commitmail json YAML

src/sys/external/bsd/drm2/include/asm/agp.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/asm/current.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/asm/io.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/asm/ioctl.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/asm/mman.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/asm/mtrr.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/asm/pat.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/asm/pgalloc.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/asm/shmparam.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/asm/uaccess.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/drm/drm_os_linux.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/drm_trace.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/linux/acpi.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/linux/acpi_io.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/linux/agp_backend.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/linux/atomic.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/linux/backlight.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/linux/bitmap.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/linux/bitops.h@1.1.2.1 / diff / nxr@1.1.2.1
src/sys/external/bsd/drm2/include/linux/bug.h@1.1.2.1 / diff / nxr@1.1.2.1
      :
(more 74 files)
Add stubs for Linux header files for drm.

(riastradh)

2013-07-24 00:07:42 UTC riastradh-drm2 commitmail json YAML

2013-07-23 21:28:24 UTC riastradh-drm2 commitmail json YAML

src/sys/external/bsd/drm2/dist/drm/Kconfig@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/Makefile@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/README.drm@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/Kconfig@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/Makefile@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/ast_dram_tables.h@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/ast_drv.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/ast_drv.h@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/ast_fb.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/ast_main.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/ast_mode.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/ast_post.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/ast_tables.h@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ast/ast_ttm.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/ati_pcigart.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/drm_auth.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/drm_buffer.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/drm_bufs.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
src/sys/external/bsd/drm2/dist/drm/drm_cache.c@1.1.1.1.2.2 / diff / nxr@1.1.1.1.2.2
      :
(more 218 files)
sync with HEAD and actually get the drm2 import

(riastradh)

2013-07-23 21:07:42 UTC riastradh-drm2 commitmail json YAML

src/bin/hostname/hostname.1@1.17.66.1 / diff / nxr@1.17.66.1
src/bin/hostname/hostname.c@1.17.12.1 / diff / nxr@1.17.12.1
src/build.sh@1.269.2.1 / diff / nxr@1.269.2.1
src/common/lib/libc/arch/m68k/atomic/Makefile.inc@1.9.18.1 / diff / nxr@1.9.18.1
src/common/lib/libc/arch/m68k/gen/bswap16.S@1.4.2.1 / diff / nxr@1.4.2.1
src/common/lib/libc/arch/m68k/gen/bswap32.S@1.4.2.1 / diff / nxr@1.4.2.1
src/common/lib/libc/arch/m68k/gen/bswap64.S@1.3.2.1 / diff / nxr@1.3.2.1
src/common/lib/libc/arch/m68k/string/bcmp.S@1.4.2.1 / diff / nxr@1.4.2.1
src/common/lib/libc/arch/m68k/string/bcopy.S@1.4.2.1 / diff / nxr@1.4.2.1
src/common/lib/libc/arch/m68k/string/bzero.S@1.4.2.1 / diff / nxr@1.4.2.1
src/common/lib/libc/arch/m68k/string/ffs.S@1.4.2.1 / diff / nxr@1.4.2.1
src/common/lib/libc/arch/m68k/string/memcmp.S@1.3.2.1 / diff / nxr@1.3.2.1
src/common/lib/libc/arch/m68k/string/memset.S@1.4.2.1 / diff / nxr@1.4.2.1
src/common/lib/libc/arch/m68k/string/strcmp.S@1.4.2.1 / diff / nxr@1.4.2.1
src/common/lib/libc/arch/m68k/string/strncmp.S@1.4.2.1 / diff / nxr@1.4.2.1
src/common/lib/libc/arch/m68k/string/strncpy.S@1.3.2.1 / diff / nxr@1.3.2.1
src/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c@1.31.4.1 / diff / nxr@1.31.4.1
src/crypto/dist/ipsec-tools/src/racoon/isakmp_xauth.c@1.25.2.1 / diff / nxr@1.25.2.1
src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.8@1.13.56.1 / diff / nxr@1.13.56.1
src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8@1.22.18.1 / diff / nxr@1.22.18.1
      :
(more 863 files)
sync with HEAD

(riastradh)

2013-07-23 14:52:07 UTC MAIN commitmail json YAML

Another codegen bug that fixes (in this case lots of) atf tests.
rump_server doesn't die so much now.

(skrll)

2013-07-23 14:47:54 UTC MAIN commitmail json YAML

Add revision to previous

(skrll)

2013-07-23 12:41:01 UTC MAIN commitmail json YAML

Use . for shm bus path and rump_server url instead of /tmp
Exit after first reply in mpls_fw

(kefren)

2013-07-23 12:14:49 UTC MAIN commitmail json YAML

Move all shm files from /tmp into . so ATF can automatically do cleanup
for us. Ok: kefren

(martin)

2013-07-23 11:26:33 UTC MAIN commitmail json YAML

2013-07-23 11:11:55 UTC MAIN commitmail json YAML

Implement RFC4182 changes - switchable via sysctl

(kefren)

2013-07-23 07:40:38 UTC MAIN commitmail json YAML

Restrict the hack for offset BAR's to x86.
A cleaner fix requires a rewrite of puc.c, but not today.

(soren)

2013-07-23 07:04:18 UTC MAIN commitmail json YAML

Compile tests/lib/libc/sys/t_msgrcv with -O0 on hppa to avoid compiler
bug.

(skrll)

2013-07-23 07:03:16 UTC MAIN commitmail json YAML

Fix debug code to not use uninitialised variables.

(skrll)

2013-07-22 21:12:03 UTC MAIN commitmail json YAML

In recv, align data after ether_header at _ALIGN_BYTES.

(pooka)

2013-07-22 19:43:54 UTC MAIN commitmail json YAML

Revert the previous commit.

(alnsn)

2013-07-22 17:52:21 UTC MAIN commitmail json YAML

Move to motorola syntax
Change all branches to use j.. instead of b.. (branches now use byte offsets)
(this causes it to go from 932 to 848 bytes of text)
Add GETCURPCB macro.
(binary identical before the b -> j changes)

(matt)

2013-07-22 14:52:02 UTC MAIN commitmail json YAML

2013-07-22 14:40:03 UTC MAIN commitmail json YAML

Unbreak the build - soren, please review!

(martin)

2013-07-22 13:56:46 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2013-07-22 13:46:20 UTC MAIN commitmail json YAML

Use the standard i2c address to DIMM slot mapping to show the slot number.

(soren)

2013-07-22 13:44:59 UTC MAIN commitmail json YAML

PUCCN is now implicit.

(soren)

2013-07-22 13:43:49 UTC MAIN commitmail json YAML

2013-07-22 13:42:18 UTC MAIN commitmail json YAML

Since puc(4) serial ports are typically not identified in the
BIOS COM[1234] table, the I/O address must be manually set using
installboot(8) in order to enable a serial console.
Print the address here so the user doesn't have to dig through
PCI configuration space to find it.

Enable suspend/resume hooks.

(soren)

2013-07-22 13:40:36 UTC MAIN commitmail json YAML

Allow console on com_puc without a compile-time option so that PC servers
can become headless after the first reboot (sadly, e.g. Intel AMT presents
as a com_puc, but doesn't appear in the BIOS serial port table, so you need
a keyboard and monitor to install and set the installboot parameters first).

Fix com_puc console on devices with offset BAR's.

(soren)

2013-07-22 13:27:14 UTC MAIN commitmail json YAML

The SB800 SMBus controller has four selectable SDA lines.
Expose them as four iic busses.

(soren)

2013-07-22 12:36:57 UTC MAIN commitmail json YAML

2013-07-22 12:11:03 UTC MAIN commitmail json YAML

Support Linuxen where libc ioctl has cmd as int unstead of unsigned long.

(pooka)

2013-07-22 08:58:31 UTC MAIN commitmail json YAML

TIMEVAL_TO_TIMESPEC (for musl)

from Justin Cormack

(pooka)

2013-07-22 04:55:09 UTC MAIN commitmail json YAML

Both increment_overflow() and normalize_overflow() have two different
declarations. One must be *32(). Fixes compile error observed on sparc64.

(msaitoh)

2013-07-22 03:40:36 UTC MAIN commitmail json YAML

In the non-MP case, just initialize onproc to NULL.

(matt)

2013-07-22 03:39:55 UTC MAIN commitmail json YAML

If not MULTIPROCESSOR, just make cpu_tlb_info(ci) return &pmap_tlb0_info

(matt)

2013-07-22 03:37:17 UTC MAIN commitmail json YAML

use mvz[wb] when possible

(matt)

2013-07-22 03:30:38 UTC MAIN commitmail json YAML

Use motorola syntax
Adjust for coldfire
(no binary difference for non-coldfire

(matt)

2013-07-21 22:30:19 UTC MAIN commitmail json YAML

When reading from /dev/random, block at most once in cprng_strong.

We are not obligated to return exactly as many bytes as requested,
and many applications -- notably those that use stdio or otherwise
buffered I/O to read from /dev/random -- try to read many more than
32 bytes at a time from /dev/random even if all they are about to use
is 32 bytes.

In this case, blocking until we have enough entropy to fill a large
buffer causes needless application delays, e.g. causing cgdconfig
(which reads from /dev/random with stdio) to hang at boot when trying
to configure a random-keyed device for swap.

Patch tested by Aran Clauson.  Fixes PR kern/48028.

(riastradh)

2013-07-21 15:29:04 UTC MAIN commitmail json YAML

Fix build with stack-protection enabled.

(tron)

2013-07-21 10:14:55 UTC MAIN commitmail json YAML

2013-07-21 00:01:22 UTC MAIN commitmail json YAML

Merge logic from ulfs_close(), ulfs_getattr(), and ulfs_strategy()
into the preexisting lfs_*() versions of these functions, and delete
the unused ulfs copies.

(dholland)

2013-07-20 23:00:08 UTC MAIN commitmail json YAML

oops, spell b_bcount properly

(dholland)

2013-07-20 22:42:59 UTC MAIN commitmail json YAML

In spec_strategy, if fscow_run() fails, set b_resid along with b_error
to avoid panic in biodone. Noticed by riastradh.

(dholland)

2013-07-20 22:16:02 UTC MAIN commitmail json YAML

Remove ulfs_mknod, which is not used.

(dholland)

2013-07-20 22:14:49 UTC MAIN commitmail json YAML

Merge ulfs_mknod into lfs_mknod, which was missing some bits.

(dholland)

2013-07-20 21:44:42 UTC MAIN commitmail json YAML

2013-07-20 21:40:05 UTC MAIN commitmail json YAML

src/crypto/dist/ipsec-tools/src/racoon/plainrsa-gen.8@1.14 / diff / nxr@1.14
src/crypto/dist/ipsec-tools/src/racoon/racoonctl.8@1.23 / diff / nxr@1.23
src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech.5@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/hkpclient/hkpc.1@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.1@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3@1.15 / diff / nxr@1.15
src/crypto/external/bsd/netpgp/dist/src/libbn/libnetpgpbn.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/libdigest/tiger.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/libmj/libmj.3@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/libpaa/libpaa.3@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/librsa/libnetpgprsa.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/libverify/libnetpgpverify.3@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.1@1.18 / diff / nxr@1.18
src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.1@1.19 / diff / nxr@1.19
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/netpgpverify.1@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/pgp2ssh/pgp2ssh.1@1.3 / diff / nxr@1.3
src/crypto/external/bsd/openssh/dist/scp.1@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssh/dist/sftp-server.8@1.6 / diff / nxr@1.6
src/crypto/external/bsd/openssh/dist/ssh-keyscan.1@1.7 / diff / nxr@1.7
src/crypto/external/bsd/openssh/dist/ssh-keysign.8@1.6 / diff / nxr@1.6
      :
(more 361 files)
Use Mt for email addresses.

(wiz)

2013-07-20 20:44:02 UTC MAIN commitmail json YAML

fix another defective C&P makefile

(dholland)

2013-07-20 20:43:09 UTC MAIN commitmail json YAML

why does rump have to have its own private build system?

(dholland)

2013-07-20 20:01:25 UTC MAIN commitmail json YAML

2013-07-20 19:59:32 UTC MAIN commitmail json YAML

2013-07-20 18:46:15 UTC MAIN commitmail json YAML

Fixes when compiling against musl libc.

from Justin Cormack via private email

(pooka)

2013-07-20 15:55:57 UTC MAIN commitmail json YAML

Remove, in do_sys_renameat(), wrong KASSERTs that check for non NULL
from/to arguments. Such values are correctly handled by later
pathbuf_maybe_copyin() calls, that will fail with EFAULT.

ok from dholland@.

(njoly)

2013-07-20 14:15:20 UTC MAIN commitmail json YAML

Mention rmind-smpnet branch.

(rmind)

2013-07-20 13:13:33 UTC MAIN commitmail json YAML

Initialise destination before performing stat structure conversion.
Avoid getting garbage for structure members not set explicitely.

(njoly)

2013-07-20 10:31:19 UTC MAIN commitmail json YAML

revert socklen_t to int (from dh)

(christos)

2013-07-20 05:16:08 UTC MAIN commitmail json YAML

don't connect on first hello, there are chances that ours is not seen yet
setproctitle with ldp id - useful for rump kernels testing
fix a memory leak in ldp_peer_new
don't holddown if already holded down
peer sockets are now non-blocking
connected routes deletes are now processed
check if peer is connected before attempting to sending label mappings

(kefren)

2013-07-20 04:46:58 UTC MAIN commitmail json YAML

Note addition of non-kernel coldfire support.

(matt)

2013-07-19 22:32:04 UTC MAIN commitmail json YAML

Don't use the fs* variants, just use the f* ones.

(matt)

2013-07-19 22:14:24 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/coldfire/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/coldfire/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/coldfire/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/coldfire/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/coldfire/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/coldfire/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/coldfire/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/coldfire/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/coldfire/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/coldfire/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/coldfire/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/coldfire/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/coldfire/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/coldfire/itbl-cpu.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/coldfire/obj-format.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/coldfire/targ-cpu.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/coldfire/targ-env.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gprof/arch/coldfire/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gprof/arch/coldfire/gconfig.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/ld/arch/coldfire/config.h@1.1 / diff / nxr@1.1
      :
(more 67 files)
gmp, binutils, gcc, gdb configury for coldfire

(matt)

2013-07-19 21:48:38 UTC MAIN commitmail json YAML

2013-07-19 20:58:58 UTC MAIN commitmail json YAML

Even if we aren't making a crossgdb still make the object dir for it.

(matt)

2013-07-19 17:31:49 UTC MAIN commitmail json YAML

2013-07-19 17:31:14 UTC MAIN commitmail json YAML

2013-07-19 17:07:28 UTC MAIN commitmail json YAML

Add m5407--netbsdelf* support

(matt)

2013-07-19 16:52:44 UTC MAIN commitmail json YAML

Use m5407--netbsdelf for coldfire (Why not just use m5407--netbsd?  Because
gas will think that's a.out since internally it expands it to m68--netbsd
and that matches a.out)

(matt)

2013-07-19 16:42:30 UTC MAIN commitmail json YAML

Add an initialization function of DS1287A RTC and call it during attach.

It looks the boot firmware doesn't initialize the control registers
of DS1287A (while it resets NVRAM settings) and RTC oscillator is not
started properly after replacement.

Now my LUNA-II can keep RTC properly even after reboot.

(tsutsui)

2013-07-19 16:42:12 UTC MAIN commitmail json YAML

2013-07-19 16:35:57 UTC MAIN commitmail json YAML

Properly initialize the palette for while on black even on 1bpp framebuffer.
Preparing for demonstration in Open Source Conference 2013 Kyoto.

(tsutsui)

2013-07-19 16:23:10 UTC MAIN commitmail json YAML

Configury changes to match tuple of m5407--netbsdelf as a variant of
m68k--netbself but with a coldfire cpu (m5475).  Fix m68010 to actually
properly default to m68010.

(matt)

2013-07-19 16:03:36 UTC MAIN commitmail json YAML

2013-07-19 16:01:33 UTC MAIN commitmail json YAML

2013-07-19 15:58:48 UTC MAIN commitmail json YAML

2013-07-19 15:57:18 UTC MAIN commitmail json YAML

Allow stripping of the m before m5... so that it can match coldfire cpus.

(matt)

2013-07-19 15:55:57 UTC MAIN commitmail json YAML

2013-07-19 15:53:00 UTC MAIN commitmail json YAML

2013-07-19 12:00:30 UTC MAIN commitmail json YAML

PR/48063: Justin Cormack: incorrect definition of socklen_t

(christos)

2013-07-19 11:56:42 UTC MAIN commitmail json YAML

2013-07-19 11:44:51 UTC MAIN commitmail json YAML

Commit the patches in Wolfgang Stukenbrock's PR bin/41896.

(1) Do not serve UIDs below MINUID in master.passwd.* maps,
just like in passwd.* maps.

(2) Since stdethers(8) and stdhosts(8) strip comments, we do
not have to do it here, much less inconsistently.

(hauke)

2013-07-19 11:43:18 UTC MAIN commitmail json YAML

Enable opt-out from shlib mapfile creation.  Not all linkers (namely
the solaris one) support such fancy features.

no default functional change

(pooka)

2013-07-19 11:19:23 UTC MAIN commitmail json YAML

2013-07-19 11:06:37 UTC MAIN commitmail json YAML

regen

(XXX: I don't think these files were previously regen'd with the
method documented in configure.ac, and therefore the diffs are now huge)

(pooka)

2013-07-19 10:54:52 UTC MAIN commitmail json YAML

From Rainer Weikusat <rweikusat@mobileactivedefense.com>: Export phase1
remote address as Radius Calling-Station-Id.

(tteras)

2013-07-19 10:53:20 UTC MAIN commitmail json YAML

Fix some tests for musl libc -based systems.

from Justin Cormack and Jens Staal

(pooka)

2013-07-19 10:34:51 UTC MAIN commitmail json YAML

Add the following options
-A Display the FQDN of each address on all interfaces.
-a Display alias name(s) of the host.
-d Display the DNS domain.
-f Display the FQDN for the hostname.
-I Display each IP address on all interfaces.
-i Display the IP address(es) for the hostname.

(roy)

2013-07-19 08:29:27 UTC MAIN commitmail json YAML

Replace mrg's clean cpp+cpp_arg interface with xrdb version 420347005c
to minimise upstream differences.
OK wiz@

(prlw1)

2013-07-19 08:29:24 UTC MAIN commitmail json YAML

Replace mrg's clean cpp+cpp_arg interface with xrdb version 420347005c
to minimise upstream differences.
OK wiz@

(prlw1)

2013-07-19 07:32:35 UTC MAIN commitmail json YAML

Catch open without FREAD|FWRITE (it should not happen)

(manu)

2013-07-19 06:43:21 UTC MAIN commitmail json YAML

cpuset_info is no longer volatile

(matt)

2013-07-19 06:26:41 UTC MAIN commitmail json YAML

Deal with m68010 not having bsrl so usr jsr on !__pic__

(matt)

2013-07-19 05:05:59 UTC MAIN commitmail json YAML

Constify some more.

(uwe)

2013-07-19 04:59:46 UTC MAIN commitmail json YAML

Spell "keywords" without space.  Fix couple of typos.

(uwe)

2013-07-19 04:55:06 UTC MAIN commitmail json YAML

manual_find_buildkeyword() - now that we control the format string, we
may use asterisk precision specification instead of temporary
modifying the _build string itself.

(uwe)

2013-07-19 04:18:10 UTC MAIN commitmail json YAML

Fix manual_find_buildkeyword() to not use non-literal printf format.

(uwe)

2013-07-19 04:17:02 UTC MAIN commitmail json YAML

Use -Wno-format-nonliteral instead of blanket -Wno-format.

(uwe)

2013-07-19 04:00:40 UTC MAIN commitmail json YAML

2013-07-19 03:29:35 UTC MAIN commitmail json YAML

Update ichsmb(4) manual. We support both PCH and C6xx series, too.

(msaitoh)

2013-07-19 01:02:49 UTC MAIN commitmail json YAML

Print the part number for DDR3 modules.

Also closes PR kern/44665.

(soren)

2013-07-18 22:58:35 UTC MAIN commitmail json YAML

sys/cdefs.h should come from rumpuser_port.h

Noticed by Justin Cormack while building against musl libc.

(pooka)

2013-07-18 22:42:51 UTC MAIN commitmail json YAML

2013-07-18 22:40:58 UTC MAIN commitmail json YAML

default to MACHINE_GNU_PLATFORM so that when run with nbmake-foo the right
thing happens

(matt)

2013-07-18 22:39:57 UTC MAIN commitmail json YAML

Don't emit _fix _floatun for coldfire

(matt)

2013-07-18 22:38:52 UTC MAIN commitmail json YAML

Cleanup old cruft that wasn't working properly
Adjust for supporting Coldfire processors (default them to softfloat).

(matt)

2013-07-18 22:32:53 UTC MAIN commitmail json YAML

If __HAVE_LONG_DOUBLE is not defined,
add a strong alias for nextafterl to nextafter

(matt)

2013-07-18 22:31:13 UTC MAIN commitmail json YAML

Only compile is __HAVE_LONG_DOUBLE is defined

(matt)

2013-07-18 22:24:53 UTC MAIN commitmail json YAML

pte and pmap files for the soft tlb on coldfire cpus.
(uncompiled and mostly probably wrong.)

(matt)

2013-07-18 22:21:31 UTC MAIN commitmail json YAML

Adjust LEA_LCL, GOT_SETUP, INTERRUPT_{SAVE,RESTORE}REG for Coldfire

(matt)

2013-07-18 22:20:48 UTC MAIN commitmail json YAML

Teach to use coldfire isac byterev if available, otherwise let the compiler
figure it since there is rorw instruction to fall back on.

(matt)

2013-07-18 22:18:31 UTC MAIN commitmail json YAML

Fix some definitions

(matt)

2013-07-18 22:17:57 UTC MAIN commitmail json YAML

2013-07-18 22:15:45 UTC MAIN commitmail json YAML

Coldfire uses atomic_cas_generic.c

(matt)

2013-07-18 22:14:54 UTC MAIN commitmail json YAML

Clear errors before beginning a transfer.

Closes PR port-i386/46792.

(soren)

2013-07-18 22:14:48 UTC MAIN commitmail json YAML

2013-07-18 22:14:10 UTC MAIN commitmail json YAML

2013-07-18 22:08:59 UTC MAIN commitmail json YAML

2013-07-18 22:06:09 UTC MAIN commitmail json YAML

Test BSD makefile about coldfire.
XXX still hate m68k--netbsdelf-coldfire

(matt)

2013-07-18 22:00:48 UTC MAIN commitmail json YAML

m68k doesn't support with-float=soft

(matt)

2013-07-18 21:59:46 UTC MAIN commitmail json YAML

Use MACHINE_CPU with m68k (m68000 will not be matched due to MKPIC=no)

(matt)

2013-07-18 21:58:14 UTC MAIN commitmail json YAML

Support MACHINE_ARCH of coldfire

(matt)

2013-07-18 21:57:42 UTC MAIN commitmail json YAML

Use new macros from <machine/asm.h> to be more portable

(matt)

2013-07-18 21:39:11 UTC MAIN commitmail json YAML

Use ${MACHINE_CPU} for m68k

(matt)

2013-07-18 21:37:47 UTC MAIN commitmail json YAML

2013-07-18 21:36:37 UTC MAIN commitmail json YAML

2013-07-18 21:36:08 UTC MAIN commitmail json YAML

Fix typo.  Don't define map if it isn't used.

(matt)

2013-07-18 21:34:33 UTC MAIN commitmail json YAML

Cleanup.  hardfloat stuff is now in its own directory

(matt)

2013-07-18 21:31:22 UTC MAIN commitmail json YAML

Move hardfloat support to its own directory

(matt)

2013-07-18 21:30:40 UTC MAIN commitmail json YAML

Coldfire doesn't do FLOATX80

(matt)

2013-07-18 21:29:31 UTC MAIN commitmail json YAML

2013-07-18 21:29:08 UTC MAIN commitmail json YAML

2013-07-18 21:25:11 UTC MAIN commitmail json YAML

2013-07-18 21:19:50 UTC MAIN commitmail json YAML

${MACHINE_ARCH} != "m68000" --> ${MACHINE_ARCH} == "m68k"

(matt)

2013-07-18 21:18:36 UTC MAIN commitmail json YAML

Use stack adjustment in the lnk instruction to adjust the stack.
Saves one word on the following moveml

(matt)

2013-07-18 21:11:47 UTC MAIN commitmail json YAML

Use ${MACHINE_CPU} == "m68k"

(matt)

2013-07-18 21:03:07 UTC MAIN commitmail json YAML

2013-07-18 20:35:39 UTC MAIN commitmail json YAML

Make the shared library related tests dependent on pic

(matt)

2013-07-18 19:49:01 UTC MAIN commitmail json YAML

invert tests ${MACHINE} != "m68000" -> ${MACHINE} == "m68k"

(matt)

2013-07-18 19:39:49 UTC MAIN commitmail json YAML

Always terminate qc_name with NUL because pool_init(9) uses
strcmp(3) to compare wchans.

(alnsn)

2013-07-18 18:43:56 UTC MAIN commitmail json YAML

Only supplie -fPIE to crtbegin.c if MKPIC is yes.

(matt)

2013-07-18 18:43:04 UTC MAIN commitmail json YAML

s/bsrl/jsr/ and let gas figure it out

(matt)

2013-07-18 18:11:30 UTC MAIN commitmail json YAML

+librumpnet_netmpls.so.0.0.debug

(njoly)

2013-07-18 17:31:02 UTC MAIN commitmail json YAML

Do not make FUTEX_WAIT wait indefinitely for an invalid timeout
(tv_nsec = -1).

(njoly)

2013-07-18 17:02:58 UTC MAIN commitmail json YAML

2013-07-18 16:33:31 UTC MAIN commitmail json YAML

Don't access memory outside the array if tmpdirlen == 0.

(uwe)

2013-07-18 16:28:52 UTC MAIN commitmail json YAML

use -Wno-format and revert "fixstring"

(christos)

2013-07-18 16:01:41 UTC MAIN commitmail json YAML

2013-07-18 16:01:25 UTC MAIN commitmail json YAML

Set the string to NUL instread of providing an new empty string (from uwe)

(christos)

2013-07-18 15:59:28 UTC MAIN commitmail json YAML

2013-07-18 15:39:08 UTC MAIN commitmail json YAML

WARNS=6
- fix cast qual issues
- don't use snprintf on a user-provided buffer

(christos)

2013-07-18 15:31:49 UTC MAIN commitmail json YAML

From bmake: move decl of pwd nearer to where it is used so the whole
thing can be ifdef'd out without causing unused variable errors.

(sjg)

2013-07-18 14:35:30 UTC MAIN commitmail json YAML

Rework cprng(9) man page to reflect the current state of affairs.

- Remove defunct cprng_strong_getflags/setflags.
- Remove defunct cprng_strong_ready.
- Document CPRNG_HARD.
- Omit cprng_strong structure, which is now opaque.
- Specify what can sleep and under what conditions.
- Be a little more consistent about some markup.

This is not the whole story (select/kqueue stuff for /dev/random is
still omitted), and I plan to change it some more (to split
cprng_strong into one routine that unconditionally guarantees as many
bytes as you asked, and another routine that may block or return
partial reads), but this will do until I find the time for those.

(riastradh)

2013-07-18 14:14:00 UTC MAIN commitmail json YAML

futimens uses two timespec as well.

(matt)

2013-07-18 14:07:43 UTC MAIN commitmail json YAML

Deal with timespecs properly in futimens and utimensat.
PR/48060

(matt)

2013-07-18 14:06:27 UTC MAIN commitmail json YAML

2013-07-18 13:43:32 UTC MAIN commitmail json YAML

Move *at syscall handlers to netbsd32_fs.c from netbsd32_netbsd.c
Fix netbsd32_fstatat to emit a 32bit stat structure.

(matt)

2013-07-18 13:41:08 UTC MAIN commitmail json YAML

2013-07-18 13:10:50 UTC MAIN commitmail json YAML

PR/48061: NAKAJIMA Yoshihiro: wrong description about bzip2's suffix

(christos)

2013-07-18 12:54:08 UTC MAIN commitmail json YAML

2013-07-18 12:53:09 UTC MAIN commitmail json YAML

Reorder a little to make clearer.

(matt)

2013-07-18 12:50:51 UTC MAIN commitmail json YAML

Add comment to udf_do_rootdir(). Might eventually be moved to newfs_udf(8)

(reinoud)

2013-07-18 12:44:21 UTC MAIN commitmail json YAML

2013-07-18 12:42:24 UTC MAIN commitmail json YAML

Keep stack longword aligned.
Use longword ops for %d2.

(matt)

2013-07-18 12:40:42 UTC MAIN commitmail json YAML

Convert to motorola syntax

(matt)

2013-07-18 12:29:30 UTC MAIN commitmail json YAML

Convert to morotola syntax

(matt)

2013-07-18 12:28:26 UTC MAIN commitmail json YAML

Fix build where compiler can throw an array-bounds error and
code is built with NDEBUG
or
platform's assert is not __dead

(pooka)

2013-07-18 12:27:01 UTC MAIN commitmail json YAML

2013-07-18 12:21:52 UTC MAIN commitmail json YAML

Remove non-__ELF__ defines

(matt)

2013-07-18 12:20:41 UTC MAIN commitmail json YAML

Use pcrel access and avoid GOT entries.  Restructure a little to be more
efficient.

(matt)

2013-07-18 12:16:40 UTC MAIN commitmail json YAML

Don't use %d2 (violates the ABI since it wasn't saved), use %a0 instead.
Use a pcrelative access for the local data avoiding the GOT.

(matt)

2013-07-18 12:15:16 UTC MAIN commitmail json YAML

2013-07-18 12:05:30 UTC MAIN commitmail json YAML

2013-07-18 11:45:36 UTC MAIN commitmail json YAML

* rework the reattachment code
* build an implnull label when a route is added and let mpls_add_label
  to take care of relabelling
* take out last piece of the code where we do route lookups - we should have
  every information we need in labels
* tested these changes using a number of rump kernels and some couple of
  thousands of flapping routes

(kefren)

2013-07-18 09:01:20 UTC MAIN commitmail json YAML

One more explicit error log, and two bug fixes
1) with recent FUSE, when lookup returns a null ino, it means ENOENT
2) odd corner case that caused a bug on dd if=test of=test conv=notrunc
  This caused the file to be open first ro, then rw. A logic bug in
  perfuse_node_open caused it to skip the second operation, whereas
  it should open for writing, and store the write FH without touching
  the read FH.

(manu)

2013-07-18 07:59:44 UTC MAIN commitmail json YAML

PR/48048: Add a missing vm_map_unlock_read() and uvmspace_free() to the ENOMEM error case in procfs_domap()d

(ryo)

2013-07-18 06:39:18 UTC MAIN commitmail json YAML

New sentence, new line. Some whitespace. Bump date for previous.

(wiz)

2013-07-18 06:23:07 UTC MAIN commitmail json YAML

explicitly call sysctl setup in init. Needed for future dynamic loading

(kefren)

2013-07-18 06:07:45 UTC MAIN commitmail json YAML

Make sure labels are always updated when a route is added and when a peer
is added
Rework mpls_add_label according to that so no route refresh is done anymore
Use poll when reading the PF_ROUTE socket
setsockopt SO_USELOOPBACK on the PF_ROUTE socket
Output some information on SIGINFO
Allow map changing for a ldp peer
Finally fix the connected routes admission into labels
Correct the route trigger when a label map is received

(kefren)

2013-07-18 04:05:32 UTC MAIN commitmail json YAML

Revert previous; other errors from WARNS=3 obscured the error in jump().

(uwe)

2013-07-18 04:02:31 UTC MAIN commitmail json YAML

Constify jump() arguments appropriately.

(uwe)

2013-07-18 03:48:22 UTC MAIN commitmail json YAML

Move manstate::pagerlen so that its "length of the above" comment makes sense.

(uwe)

2013-07-18 03:40:31 UTC MAIN commitmail json YAML

whatis.db is no more, so don't mention its location in FILES.

(uwe)

2013-07-18 03:38:25 UTC MAIN commitmail json YAML

Remove unnecessary line wrap.

(uwe)

2013-07-18 03:14:10 UTC MAIN commitmail json YAML

Add Intel 8 Series SMBus.

(msaitoh)

2013-07-17 23:27:02 UTC MAIN commitmail json YAML

2013-07-17 23:25:25 UTC MAIN commitmail json YAML

2013-07-17 23:25:12 UTC MAIN commitmail json YAML

2013-07-17 23:15:20 UTC MAIN commitmail json YAML

Make this kcpuset_t instead of the private __cpuset_t
Add improvements for single TLB implementation (PPC, ARM).

(matt)

2013-07-17 23:09:26 UTC MAIN commitmail json YAML

2013-07-17 22:36:26 UTC MAIN commitmail json YAML

Some constification.
Add kcpuset_clone, kcpuset_insersection, kcpuset_remove,
kcpuset_ffs, kcpuset_ffs_intersecting,
kcpuset_atomicly_merge, kcpuset_atomicly_intersect, kcpuset_atomicly_remove

(matt)

2013-07-17 21:58:14 UTC MAIN commitmail json YAML

Import wpa_supplicant and hostapd 1.1

(adam)

2013-07-17 21:47:50 UTC MAIN commitmail json YAML