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

2024-05-10 13:02:02 UTC Now

2013-12-22 18:30:21 UTC MAIN commitmail json YAML

Preallocate command and status buffers as auto allocation cannot
happen in intrrupt context.

(mlelstv)

2013-12-22 18:29:25 UTC MAIN commitmail json YAML

Catch illegal memory allocations in softints.

(mlelstv)

2013-12-22 18:20:46 UTC MAIN commitmail json YAML

Now that cngetc supports -1 as a return value from the cn_getc routine,
let cngetc loop until a character is available so it can call the critpoll
hooks.

(matt)

2013-12-22 18:05:40 UTC MAIN commitmail json YAML

raise spl to IPL_HIGH when calling cngetc.  Make sure to call
do_critpollhooks() when outputing and getting input.

(matt)

2013-12-22 17:14:23 UTC MAIN commitmail json YAML

CTASSERT that native to compat errno translation tables are kept in
sync with native errno list.

Remove extra entries (linux) which resulted in bad translated values,
and add missing ones (ibcs2, osf1 and svr4) which made some out of
bounds accesses.

(njoly)

2013-12-22 16:29:42 UTC MAIN commitmail json YAML

Use arm_cksumdata instead of .L_cksumdata
pop {..., pc} instead of pop {..., lr}; RET

(matt)

2013-12-22 14:31:51 UTC MAIN commitmail json YAML

Resolve symlinks and cook the targets instead of the symlink names.

(mlelstv)

2013-12-22 11:36:12 UTC MAIN commitmail json YAML

Note ACA500 support.

(rkujawa)

2013-12-22 07:25:01 UTC MAIN commitmail json YAML

2013-12-22 07:24:33 UTC MAIN commitmail json YAML

Added some Realtek devices.

(nonaka)

2013-12-22 02:45:16 UTC MAIN commitmail json YAML

- don't clobber hp in the RES_USE_INET6 case
- increment naddrs in the yp case
- don't use __hostalias(), it is not thread-safe.

(christos)

2013-12-22 02:40:48 UTC MAIN commitmail json YAML

this is supposed to be re-entrant, call don't call __hostalias that uses
a static buffer.

(christos)

2013-12-22 02:21:51 UTC MAIN commitmail json YAML

Add preliminary support for the Individual Computers ACA500 in the form of acahf
driver. If ACA500 is equipped with supported accelerator with MMU, it allows
running NetBSD on an Amiga 500.

Since ACA is not autoconf-aware, and the probe procedure does not exist yet, the
driver is activated with the ACA500_SUPPORT kernel option. The acahf driver
is commented out in the GENERIC kernel for now (at least until it stops being
very experimental and hackish).

When it comes to ACA-specific hardware, for now the boot CF slot works. Support for everything else is incoming...

(rkujawa)

2013-12-22 01:18:28 UTC MAIN commitmail json YAML

Fix _crunch entries, which accidentally got changed from compression
operations to decompression operations nearly two years ago. They are
used only by catman(8), which we don't run any more, but they ought to
be correct anyway.

(dholland)

2013-12-21 20:10:02 UTC MAIN commitmail json YAML

refer to our own h_errno so we don't fetch the libc one

(christos)

2013-12-21 17:44:33 UTC MAIN commitmail json YAML

Check interp after reading it. Checking newly allocated memory doesn't
work.

Hi Christos.

(skrll)

2013-12-21 17:12:36 UTC MAIN commitmail json YAML

Add and enable wsmux(4) in GENERIC (for mlterm-fb demonstration).

(tsutsui)

2013-12-21 15:20:39 UTC MAIN commitmail json YAML

Add Marvell 88E1543.  Tested on OPENBLOCKS_AX3.

(kiyohara)

2013-12-21 15:18:21 UTC MAIN commitmail json YAML

2013-12-21 15:16:23 UTC MAIN commitmail json YAML

Add Marvell 88E1543 Quad Port Gb PHY

(kiyohara)

2013-12-21 14:41:02 UTC MAIN commitmail json YAML

Consistency checks for the length of the interpreter (the length includes
the trailing NUL): make sure it is not empty and has the proper length.
From Maxime Villard

(christos)

2013-12-21 09:24:11 UTC MAIN commitmail json YAML

2013-12-21 09:23:36 UTC MAIN commitmail json YAML

Add some Intel E600 and EG20T devices.

(msaitoh)

2013-12-21 08:58:07 UTC MAIN commitmail json YAML

Re-enable arm-simd now that SPRSR restoration has been fixed.

(skrll)

2013-12-20 21:04:09 UTC MAIN commitmail json YAML

2013-12-20 20:22:26 UTC MAIN commitmail json YAML

sixthavenue got upgraded

(christos)

2013-12-20 17:01:39 UTC MAIN commitmail json YAML

Revert previous, it was wrong.
From David H. Gutteridge in PR bin/48460.

(wiz)

2013-12-20 16:58:34 UTC MAIN commitmail json YAML

2013-12-20 15:35:48 UTC MAIN commitmail json YAML

Drop .fpu. Discussed with Matt.

(joerg)

2013-12-20 13:48:46 UTC MAIN commitmail json YAML

2013-12-20 12:46:42 UTC MAIN commitmail json YAML

2013-12-20 10:14:25 UTC MAIN commitmail json YAML

Document what ngen 0 does.
From David Gutteridge in PR 48460.

(wiz)

2013-12-20 10:13:24 UTC MAIN commitmail json YAML

include shmif_dumpbus

(pooka)

2013-12-20 10:04:33 UTC MAIN commitmail json YAML

2013-12-20 10:00:59 UTC MAIN commitmail json YAML

use _KERNEL_RCSID only in _KERNEL, _RCSID elsewhere

(pooka)

2013-12-20 09:44:16 UTC MAIN commitmail json YAML

Allow overriding LIBCRT0 in mk.conf

(pooka)

2013-12-20 09:36:03 UTC MAIN commitmail json YAML

RCS Id police stings again!

(pooka)

2013-12-20 09:32:13 UTC MAIN commitmail json YAML

If creating a pcap dump to stdout, print metainfo to stderr.

(pooka)

2013-12-20 09:06:35 UTC MAIN commitmail json YAML

2013-12-20 07:01:06 UTC MAIN commitmail json YAML

When restoring SPRSR, use spsr_fsxc not spsr_all so bits[23-8] are restored.
This should fix use of simd instructions that rely on the GE bits.

(matt)

2013-12-20 06:50:28 UTC MAIN commitmail json YAML

If we are exec'ing AAPCS and running on armv6+, disable alignment faults
since gcc 4.8 will generate code that uses unaligned accesses.

(matt)

2013-12-20 06:48:09 UTC MAIN commitmail json YAML

2013-12-20 01:17:54 UTC MAIN commitmail json YAML

Add support for the brandless "QF9700" USB 1.1 to 10Mbit/s Ethernet adapter.
The multicast filter doesn't appear to work, so put the chip in promisc
mode so that IPv6 NDP works.

(jakllsch)

2013-12-20 01:06:21 UTC MAIN commitmail json YAML

2013-12-20 01:05:26 UTC MAIN commitmail json YAML

Add QF9700 USB Ethernet.

(jakllsch)

2013-12-19 23:48:44 UTC MAIN commitmail json YAML

Use explicit register pairs as arguments for ldrd.

(joerg)

2013-12-19 23:36:07 UTC MAIN commitmail json YAML

cpu_infos is a NULL terminated array, not an array followed by a 0 byte.

(mlelstv)

2013-12-19 23:00:50 UTC MAIN commitmail json YAML

long_ad is a mix of struct and union, so use memset to initialise in the
one place it is used.

(joerg)

2013-12-19 22:45:38 UTC MAIN commitmail json YAML

Make SYMTAB_SPACE a plain number, the expression creates invalid syntax
constructs with Clang.

(joerg)

2013-12-19 22:45:03 UTC MAIN commitmail json YAML

Bump SYMTAB_SPACE to 600k for clang.

(joerg)

2013-12-19 22:20:01 UTC MAIN commitmail json YAML

Only apply -fno-tree-vrp for GCC.

(joerg)

2013-12-19 22:13:38 UTC MAIN commitmail json YAML

ist_maps is only used by code in #if 0, so apply it here as well.

(joerg)

2013-12-19 22:10:03 UTC MAIN commitmail json YAML

initialize dummy_ref

(christos)

2013-12-19 22:05:58 UTC MAIN commitmail json YAML

2013-12-19 19:40:59 UTC MAIN commitmail json YAML

Mention POSIX shared memory support.

(rmind)

2013-12-19 19:40:08 UTC MAIN commitmail json YAML

Add a man page for shm_open(3) and shm_unlink(3).  Obtained from FreeBSD,
with various modifications.

(rmind)

2013-12-19 19:11:50 UTC MAIN commitmail json YAML

Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects.
They are implemented using tmpfs (mounted at /var/shm).

Discussed on tech-{kern,userlevel} (quite a while ago).

(rmind)

2013-12-19 15:51:39 UTC MAIN commitmail json YAML

Note that etfs keys are not visible in directory listings,
per discussion with bad

(pooka)

2013-12-19 08:22:41 UTC MAIN commitmail json YAML

Add support for FTDI FT230X.

(msaitoh)

2013-12-19 08:22:13 UTC MAIN commitmail json YAML

2013-12-19 08:21:49 UTC MAIN commitmail json YAML

2013-12-19 08:16:56 UTC netbsd-6 commitmail json YAML

2013-12-19 08:11:45 UTC netbsd-5 commitmail json YAML

Fix ticket 1887: fix gethostbyaddr prototype, second argument is socklen_t
not size_t.

(bouyer)

2013-12-19 07:49:50 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2013-12-19 06:46:51 UTC MAIN commitmail json YAML

Add the backup subcommand.  It dumps the contents of the partition
tables as a plist, which is readable by the restore subcommand.

XXX restore subcommand forthcoming

(jnemeth)

2013-12-19 01:26:38 UTC matt-nb5-mips64 commitmail json YAML

2013-12-19 01:22:02 UTC matt-nb5-mips64 commitmail json YAML

error out if VM_NFREELIST isn't defined

(matt)

2013-12-19 01:20:41 UTC matt-nb5-mips64 commitmail json YAML

2013-12-19 01:19:26 UTC matt-nb5-mips64 commitmail json YAML

2013-12-19 01:18:44 UTC matt-nb5-mips64 commitmail json YAML

2013-12-19 01:18:01 UTC matt-nb5-mips64 commitmail json YAML

compat in libc needs some uvm stuff which needs VM_NFREELIST defined.

(matt)

2013-12-19 01:17:06 UTC matt-nb5-mips64 commitmail json YAML

Pull from HEAD (for post armv6 defines).

(matt)

2013-12-19 01:16:13 UTC matt-nb5-mips64 commitmail json YAML

2013-12-19 01:15:09 UTC matt-nb5-mips64 commitmail json YAML

2013-12-19 01:14:12 UTC matt-nb5-mips64 commitmail json YAML

2013-12-19 01:13:27 UTC matt-nb5-mips64 commitmail json YAML

2013-12-19 01:12:39 UTC matt-nb5-mips64 commitmail json YAML

2013-12-19 01:10:19 UTC MAIN commitmail json YAML

rm -f an .objdir file before copying to it.

(gdt)

2013-12-19 01:07:03 UTC MAIN commitmail json YAML

When copying an .OBJDIR file, rm -f first.

Arguably there should be some general mechanism, but there isn't yet,
and I hit a build failure at

cp ${.CURDIR}/arch/${GMP_MACHINE_ARCH}/config.m4 ${.OBJDIR}/config.m4

because my source tree is mode 444, and hence my previously-copied
config.m4 was too.

(gdt)

2013-12-18 22:41:45 UTC netbsd-6 commitmail json YAML

2013-12-18 22:39:32 UTC netbsd-6 commitmail json YAML

Pullup the following revisions, requested by bad in ticket 975:
lib/libc/net/gethnamaddr.c 1.79-1.81, 1.84
lib/libc/net/getnameinfo.3 1.37-1.40
lib/libc/net/getnameinfo.c 1.51, 1.52, 1.54
lib/libc/net/hostent.h 1.1, 1.2
lib/libc/net/sethostent.c 1.17-1.19

Make getnameinfo(3) re-entrant (ahem __ypdomain).
Add not advertised reentrant functions: {get,set,end}hostent_r,
gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use
gethostbyaddr_r(3).
Implement no-check-names.

(bouyer)

2013-12-18 22:39:16 UTC MAIN commitmail json YAML

Add bpfilterbadmem, bpfilternoinitA and bpfilternoinitX tests.

(alnsn)

2013-12-18 20:56:32 UTC MAIN commitmail json YAML

Actually, nevermind with the whole LD_DYNAMIC_WEAK business, forgot
to unset it from the shell before testing.

(pooka)

2013-12-18 20:50:31 UTC MAIN commitmail json YAML

Set LD_DYNAMIC_WEAK, required by glibc ld.so for -l params.

(this accidentally slipped in the previous commit already, but
I'm recommitting it to get cvs annotate right)

(pooka)

2013-12-18 20:48:31 UTC MAIN commitmail json YAML

Use rumperr to print correct error strings on !NetBSD.

(pooka)

2013-12-18 20:25:16 UTC netbsd-5 commitmail json YAML

2013-12-18 20:24:04 UTC MAIN commitmail json YAML

remove outdated comment (since quite a few months ago)

(pooka)

2013-12-18 20:23:36 UTC netbsd-5 commitmail json YAML

Apply patch, requested by bad in ticket #1887:
lib/libc/net/gethnamaddr.c 1.79-1.82 via patch
lib/libc/net/getnameinfo.3 1.37-1.40 via patch
lib/libc/net/getnameinfo.c 1.4 via patch
lib/libc/net/hostent.h 1.1, 1.2 via patch
lib/libc/net/sethostent.c 1.17-1.19 via patch

Make getnameinfo(3) re-entrant (ahem __ypdomain).
Add not advertised reentrant functions: {get,set,end}hostent_r,
gethostbyname{,2}_r, gethostbyaddr_r. Make getnameinfo(3) use
gethostbyaddr_r(3).
Implement no-check-names.

(bouyer)

2013-12-18 20:14:02 UTC MAIN commitmail json YAML

2013-12-18 20:12:08 UTC MAIN commitmail json YAML

2013-12-18 20:10:58 UTC MAIN commitmail json YAML

generate errno -> str routine (for portable programs)

(pooka)

2013-12-18 18:43:30 UTC matt-nb5-mips64 commitmail json YAML

2013-12-18 18:42:57 UTC matt-nb5-mips64 commitmail json YAML

Add arch files for armv7/armv7eb (same as arm/armv7 except configargs.h
supplies cpu as cortex-a8)

(matt)

2013-12-18 18:41:40 UTC matt-nb5-mips64 commitmail json YAML

2013-12-18 18:40:35 UTC matt-nb5-mips64 commitmail json YAML

Allow arch of armv7/armv7eb for evbarm.  Add evbarmv7-e[bl] alias

(matt)

2013-12-18 18:39:25 UTC matt-nb5-mips64 commitmail json YAML

Bring OBJCOPYLIBFLAGS from HEAD so we can preserve $a/$d/$t on BE ARM

(matt)

2013-12-18 18:39:05 UTC matt-nb5-mips64 commitmail json YAML

Bring OBJCOPYLIBFLAGS from HEAD so we can preserve $a/$d/$t on BE ARM

(matt)

2013-12-18 18:38:21 UTC matt-nb5-mips64 commitmail json YAML

Allow armv7/armv7eb as valid MACHINE_ARCH for arm

(matt)

2013-12-18 18:33:11 UTC matt-nb5-mips64 commitmail json YAML

2013-12-18 18:31:22 UTC matt-nb5-mips64 commitmail json YAML

2013-12-18 14:49:47 UTC matt-nb5-mips64 commitmail json YAML

2013-12-18 14:07:30 UTC matt-nb5-mips64 commitmail json YAML

2013-12-18 13:03:59 UTC MAIN commitmail json YAML

2013-12-18 12:54:35 UTC MAIN commitmail json YAML

Initialise len in ti_iic_do_{read,write}.

Is this worth a pullups?

(skrll)

2013-12-18 12:54:01 UTC MAIN commitmail json YAML

Deal with unused variables.

(skrll)

2013-12-18 12:53:26 UTC MAIN commitmail json YAML

Remove unused variable.

(skrll)

2013-12-18 12:52:48 UTC MAIN commitmail json YAML

Remove unused variables.

(skrll)

2013-12-18 12:43:59 UTC MAIN commitmail json YAML

2013-12-18 11:53:17 UTC MAIN commitmail json YAML

get rid of /dev/fb support which has never been used for anything other than
some highly experimental code in xf86/Xsun

(macallan)

2013-12-18 10:09:56 UTC MAIN commitmail json YAML

The "close" call returns no arguments

(martin)

2013-12-18 04:07:37 UTC netbsd-5 commitmail json YAML

2013-12-18 04:07:13 UTC netbsd-5-1 commitmail json YAML

2013-12-18 04:06:26 UTC netbsd-5-2 commitmail json YAML

2013-12-18 04:05:55 UTC netbsd-5-2 commitmail json YAML

Revert ticket #1893 - netbsd-5 does not have pathbuf_destroy()

(riz)

2013-12-18 04:05:36 UTC netbsd-5-1 commitmail json YAML

Revert ticket #1893 - netbsd-5 does not have pathbuf_destroy()

(riz)

2013-12-18 04:05:19 UTC netbsd-5 commitmail json YAML

Revert ticket #1893 - netbsd-5 does not have pathbuf_destroy()

(riz)

2013-12-18 03:20:19 UTC MAIN commitmail json YAML

2013-12-18 03:20:10 UTC MAIN commitmail json YAML

If we want to GUIDs to display with correct endian, it helps to decode it first.

(jnemeth)

2013-12-18 02:22:19 UTC netbsd-6 commitmail json YAML

2013-12-18 02:22:01 UTC netbsd-6 commitmail json YAML

2013-12-17 22:40:30 UTC netbsd-6-1 commitmail json YAML

2013-12-17 22:40:15 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #995):
sys/arch/xen/xen/evtchn.c: revision 1.70
Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n" printf.
With help from Robert Elz we've finally figured out what's going on, and
it actually isn't a bug in the handler, but related to spin mutexes.
When a spin mutex is released, the IPL isn't lowered back if the
curcpu is holding other spin mutexes. This is because mutexes may not
be released in order (and, in this case, the CPU in interrupted while
it holds a spin mutex at IPL < IPL_SCHED).
Also remove the test and resetting the IPL, it will be reset anyway
inside the loop, or at the end of the loop.

(riz)

2013-12-17 22:40:04 UTC netbsd-6-0 commitmail json YAML

2013-12-17 22:39:49 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #995):
sys/arch/xen/xen/evtchn.c: revision 1.70
Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n" printf.
With help from Robert Elz we've finally figured out what's going on, and
it actually isn't a bug in the handler, but related to spin mutexes.
When a spin mutex is released, the IPL isn't lowered back if the
curcpu is holding other spin mutexes. This is because mutexes may not
be released in order (and, in this case, the CPU in interrupted while
it holds a spin mutex at IPL < IPL_SCHED).
Also remove the test and resetting the IPL, it will be reset anyway
inside the loop, or at the end of the loop.

(riz)

2013-12-17 22:39:33 UTC netbsd-6 commitmail json YAML

2013-12-17 22:39:23 UTC MAIN commitmail json YAML

Turn on executable allocator an use module_map with UVM_KMF_EXEC flag.

This should fix execution of code generated by librumpkern_sljit.
Also enable global lock.

(alnsn)

2013-12-17 22:39:17 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #995):
sys/arch/xen/xen/evtchn.c: revision 1.70
Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n" printf.
With help from Robert Elz we've finally figured out what's going on, and
it actually isn't a bug in the handler, but related to spin mutexes.
When a spin mutex is released, the IPL isn't lowered back if the
curcpu is holding other spin mutexes. This is because mutexes may not
be released in order (and, in this case, the CPU in interrupted while
it holds a spin mutex at IPL < IPL_SCHED).
Also remove the test and resetting the IPL, it will be reset anyway
inside the loop, or at the end of the loop.

(riz)

2013-12-17 22:34:45 UTC netbsd-6-1 commitmail json YAML

2013-12-17 22:34:18 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #991):
sbin/fsck_ffs/inode.c: revision 1.70
Fix pasto in the !ufs2 case (use dp->dp1 and not of dp->dp2).
This would be a problem only when allocating a new data block and the
indir block is already allocated, which explains why automated tests didn't
find it.
Problem reported on tech-kern@ and fix tested by manu@.

(riz)

2013-12-17 22:34:07 UTC netbsd-6-0 commitmail json YAML

2013-12-17 22:33:39 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #991):
sbin/fsck_ffs/inode.c: revision 1.70
Fix pasto in the !ufs2 case (use dp->dp1 and not of dp->dp2).
This would be a problem only when allocating a new data block and the
indir block is already allocated, which explains why automated tests didn't
find it.
Problem reported on tech-kern@ and fix tested by manu@.

(riz)

2013-12-17 22:33:26 UTC netbsd-6 commitmail json YAML

2013-12-17 22:33:01 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #991):
sbin/fsck_ffs/inode.c: revision 1.70
Fix pasto in the !ufs2 case (use dp->dp1 and not of dp->dp2).
This would be a problem only when allocating a new data block and the
indir block is already allocated, which explains why automated tests didn't
find it.
Problem reported on tech-kern@ and fix tested by manu@.

(riz)

2013-12-17 22:29:48 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #984):
sys/dev/acpi/acpi_cpu.h: revision 1.44
sys/dev/acpi/acpi_cpu_tstate.c: revision 1.31
Remove the upper limit for the number of T-states.

(riz)

2013-12-17 22:14:24 UTC MAIN commitmail json YAML

2013-12-17 21:08:22 UTC netbsd-6 commitmail json YAML

2013-12-17 21:07:59 UTC netbsd-6 commitmail json YAML

Apply patch, requested by tron in ticket #997:
usr.bin/ftp/Makefile patch
usr.bin/ftp/cmds.c patch
usr.bin/ftp/cmdtab.c patch
usr.bin/ftp/extern.h patch
usr.bin/ftp/fetch.c patch
usr.bin/ftp/ftp.1 patch
usr.bin/ftp/ftp.c patch
usr.bin/ftp/ftp_var.h patch
usr.bin/ftp/main.c patch
usr.bin/ftp/progressbar.c patch
usr.bin/ftp/ssl.c patch
usr.bin/ftp/ssl.h patch
usr.bin/ftp/util.c patch
usr.bin/ftp/version.h patch

Add HTTPS support to ftp(1).

(bouyer)

2013-12-17 21:01:32 UTC netbsd-5-1 commitmail json YAML

2013-12-17 21:01:30 UTC netbsd-5-2 commitmail json YAML

2013-12-17 21:00:41 UTC netbsd-5 commitmail json YAML

2013-12-17 21:00:24 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1893):
sys/compat/common/compat_util.c: revision 1.45
Free pathbuf in an error path.
From Maxime Villard.

(bouyer)

2013-12-17 21:00:19 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1893):
sys/compat/common/compat_util.c: revision 1.45
Free pathbuf in an error path.
From Maxime Villard.

(bouyer)

2013-12-17 21:00:02 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1893):
sys/compat/common/compat_util.c: revision 1.45
Free pathbuf in an error path.
From Maxime Villard.

(bouyer)

2013-12-17 20:58:38 UTC netbsd-5-2 commitmail json YAML

2013-12-17 20:58:19 UTC netbsd-5-1 commitmail json YAML

2013-12-17 20:58:16 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1892):
usr.sbin/ndp/ndp.c: revision 1.42
sys/netinet6/nd6.c: revision 1.146
Instead of voodo casts use simple byte pointer arithmetic and memcpy to
create the "packed" binary format we pass out to userland when querying
the router/prefix list.
Simplify code to print the router/prefix list: use memcpy and local structs
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.

(bouyer)

2013-12-17 20:57:53 UTC netbsd-5 commitmail json YAML

2013-12-17 20:57:21 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1892):
usr.sbin/ndp/ndp.c: revision 1.42
sys/netinet6/nd6.c: revision 1.146
Instead of voodo casts use simple byte pointer arithmetic and memcpy to
create the "packed" binary format we pass out to userland when querying
the router/prefix list.
Simplify code to print the router/prefix list: use memcpy and local structs
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.

(bouyer)

2013-12-17 20:57:11 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1892):
usr.sbin/ndp/ndp.c: revision 1.42
sys/netinet6/nd6.c: revision 1.146
Instead of voodo casts use simple byte pointer arithmetic and memcpy to
create the "packed" binary format we pass out to userland when querying
the router/prefix list.
Simplify code to print the router/prefix list: use memcpy and local structs
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.

(bouyer)

2013-12-17 20:54:49 UTC netbsd-6-0 commitmail json YAML

2013-12-17 20:54:46 UTC netbsd-6-1 commitmail json YAML

2013-12-17 20:52:38 UTC netbsd-6 commitmail json YAML

2013-12-17 20:52:17 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #999):
sys/compat/common/compat_util.c: revision 1.45
Free pathbuf in an error path.
From Maxime Villard.

(bouyer)

2013-12-17 20:52:13 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #999):
sys/compat/common/compat_util.c: revision 1.45
Free pathbuf in an error path.
From Maxime Villard.

(bouyer)

2013-12-17 20:52:10 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #999):
sys/compat/common/compat_util.c: revision 1.45
Free pathbuf in an error path.
From Maxime Villard.

(bouyer)

2013-12-17 20:48:34 UTC netbsd-6 commitmail json YAML

2013-12-17 20:48:32 UTC netbsd-6-0 commitmail json YAML

2013-12-17 20:48:30 UTC netbsd-6-1 commitmail json YAML

2013-12-17 20:47:49 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #998):
usr.sbin/ndp/ndp.c: revision 1.42
sys/netinet6/nd6.c: revision 1.146
Instead of voodo casts use simple byte pointer arithmetic and memcpy to
create the "packed" binary format we pass out to userland when querying
the router/prefix list.
Simplify code to print the router/prefix list: use memcpy and local structs
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.

(bouyer)

2013-12-17 20:47:44 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #998):
usr.sbin/ndp/ndp.c: revision 1.42
sys/netinet6/nd6.c: revision 1.146
Instead of voodo casts use simple byte pointer arithmetic and memcpy to
create the "packed" binary format we pass out to userland when querying
the router/prefix list.
Simplify code to print the router/prefix list: use memcpy and local structs
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.

(bouyer)

2013-12-17 20:47:33 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #998):
usr.sbin/ndp/ndp.c: revision 1.42
sys/netinet6/nd6.c: revision 1.146
Instead of voodo casts use simple byte pointer arithmetic and memcpy to
create the "packed" binary format we pass out to userland when querying
the router/prefix list.
Simplify code to print the router/prefix list: use memcpy and local structs
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.

(bouyer)

2013-12-17 20:45:22 UTC MAIN commitmail json YAML

Free pathbuf in an error path.
From Maxime Villard.

(martin)

2013-12-17 20:26:46 UTC MAIN commitmail json YAML

Simplify code to print the router/prefix list: use memcpy and local structs
properly aligned on the stack to decode the binary format passed by the
kernel - instead of (bogusly) assuming the format will obey all local
alignement requirements.

(martin)

2013-12-17 20:25:00 UTC MAIN commitmail json YAML

Instead of voodo casts use simple byte pointer arithmetic and memcpy to
create the "packed" binary format we pass out to userland when querying
the router/prefix list.

(martin)

2013-12-17 17:13:46 UTC MAIN commitmail json YAML

Add an ID for VIA VT1705.

(jakllsch)

2013-12-17 16:00:23 UTC MAIN commitmail json YAML

Remove unused variables.

(martin)

2013-12-17 14:30:18 UTC MAIN commitmail json YAML

2013-12-17 13:44:59 UTC MAIN commitmail json YAML

Add a few missing xorg drivers debug entries. And while here kill some
duplicated lines.

(njoly)

2013-12-17 13:13:27 UTC MAIN commitmail json YAML

Mark bcmrng_write_4, bcmccb_write_4 and bcmccb_read_4 as unused

(joerg)

2013-12-17 13:12:45 UTC MAIN commitmail json YAML

armgic_priority_to_ipl is only used in #if 0'd code, so apply that as
well.

(joerg)

2013-12-17 13:11:18 UTC MAIN commitmail json YAML

delta can't be negative. Wrapped value is seen as large positive, so
covered already.

(joerg)

2013-12-17 12:51:26 UTC MAIN commitmail json YAML

Skip varshm check if there is no fstab (like in chroots).

(njoly)

2013-12-17 09:54:08 UTC MAIN commitmail json YAML

In all man pages that say:

    The -H, -L and -P options are ignored unless the -R option is
    specified.  In addition, these options override each other and the
    command's actions are determined by the last one specified.

Add:

    The default is as if the -P option had been specified.

(apb)

2013-12-17 09:28:10 UTC MAIN commitmail json YAML

Fix handling of nested double quotes.

From Ingo Schwarze <schwarze@usta.de> based on patch by enami@
in PR 48438.

(wiz)

2013-12-17 08:46:37 UTC MAIN commitmail json YAML

2013-12-17 01:29:39 UTC MAIN commitmail json YAML

Initialiase nop count to avoid uninitalised use warnings from Clang.
XXX Nop should be spelled in a better way

(joerg)

2013-12-17 01:28:56 UTC MAIN commitmail json YAML

Mark tmr0_read and tmr1_read as unused.

(joerg)

2013-12-17 01:28:04 UTC MAIN commitmail json YAML

2013-12-17 01:27:21 UTC MAIN commitmail json YAML

2013-12-17 01:17:39 UTC MAIN commitmail json YAML

ib_get is not used in the evbarm/OPENRD kernel, so mark it as such.

(joerg)

2013-12-17 01:00:17 UTC MAIN commitmail json YAML

2013-12-17 00:02:22 UTC MAIN commitmail json YAML

added luasystm files (for some reason it wasn't done in the last commit)

(lneto)

2013-12-16 23:54:26 UTC MAIN commitmail json YAML

2013-12-16 23:35:49 UTC MAIN commitmail json YAML

2013-12-16 23:27:34 UTC MAIN commitmail json YAML

Don't hold back, tell us how you really feel when dlopen() fails.

(bad)

2013-12-16 23:25:56 UTC MAIN commitmail json YAML

changed lua_Number and lua_Integer to intmax_t in lua(4)
*

(lneto)

2013-12-16 21:34:16 UTC MAIN commitmail json YAML

Back out change for bsd.lib.mk which skips objcopy -x for BE ARM.
Change OBJCOPYLIBFLAGS to keep $a/$d/$t symbols on BE ARM.

(matt)

2013-12-16 20:17:35 UTC MAIN commitmail json YAML

2013-12-16 19:06:41 UTC MAIN commitmail json YAML

Provide ARM_APCS_FLAGS on arm and earm.

(skrll)

2013-12-16 18:29:57 UTC MAIN commitmail json YAML

Use (new) mii_mpd_rev in struct mii_softc rather than providing our own
mii_revision in struct rgephy_softc.

(jakllsch)

2013-12-16 15:49:40 UTC MAIN commitmail json YAML

apply __diagused where appropriate.

(mrg)

2013-12-16 15:49:25 UTC MAIN commitmail json YAML

avoid unused variables outside of diag code.

(mrg)

2013-12-16 15:49:00 UTC MAIN commitmail json YAML

use (void) when we don't care about the return value

(mrg)

2013-12-16 15:48:29 UTC MAIN commitmail json YAML

apply __diagused where appropriate and remove useless variables

(mrg)

2013-12-16 15:46:57 UTC MAIN commitmail json YAML

- remove unused variables
- use (void) when we don't care about the return value
- move variables inside their usage #if

(mrg)

2013-12-16 15:45:29 UTC MAIN commitmail json YAML

2013-12-16 15:44:41 UTC MAIN commitmail json YAML

apply __diagused where appropriate.

(mrg)

2013-12-16 15:36:30 UTC MAIN commitmail json YAML

Translate return values for emulations, e.g. Linux.  For ports without
__HAVE_MINIMAL_EMUL, we simply look up the values from p->p_emul->e_errno.
For ports which cannot afford to keep an extra pointer per emul structure
around, we hope there is __HAVE_SYSCALL_INTERN support and thread the
errno values through p_emuldata.  Notably, we cannot alter the syscall
method like most ports do with syscall_intern, since they do it via
p_mdproc, so MI code is not possible there.

(pooka)

2013-12-16 12:08:14 UTC MAIN commitmail json YAML

Use #if defined in previous.

(skrll)

2013-12-16 10:04:20 UTC MAIN commitmail json YAML

Backout the ED/QH change removal in [eo]hci_device_request.

Reports of the KASSERT firing mean this needs more thought/testing.

(skrll)