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

2024-05-10 00:57:45 UTC Now

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

Add a southeastern china airport.

(mbalmer)

2013-01-03 10:12:36 UTC MAIN commitmail json YAML

explicitly include sys/resource.h

(para)

2013-01-03 09:40:56 UTC MAIN commitmail json YAML

Rearange VA layout for 64 bit kernels, as suggested by Lars Heidieker:
move the dynamic kernel memory past 4GB (basically unlimiting it) and
use the now freed address range past kernel data upto 2GB for modules.

(martin)

2013-01-03 09:34:44 UTC MAIN commitmail json YAML

This is a working version of memcpy implemented using NEON instructions.
Still needs tuning as it is still about 15% than the non-NEON version.

(matt)

2013-01-03 07:51:49 UTC MAIN commitmail json YAML

There is no point in trying to tell userland access from kernel access by
looking at the address on sparc64 - so, let us believe the comment and always
deal with kernel access here.
While there, fix write access to kernel text for bigger kernels.

(martin)

2013-01-02 23:36:12 UTC netbsd-6 commitmail json YAML

2013-01-02 23:34:56 UTC netbsd-6 commitmail json YAML

sys/dev/sdmmc/sdhc.c patch
sys/dev/sdmmc/sdhcreg.h patch

Support SDHC version 3 clocks.
[skrll, ticket #759]

(riz)

2013-01-02 23:23:15 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #758):
sys/kern/vfs_wapbl.c: revision 1.53
sys/kern/vfs_wapbl.c: revision 1.54
wapbl_biodone: Release the buffer before reclaiming the log.
  wapbl_flush() may wait for the log to become empty and
  all buffers should be unbusy before it returns.
Try to coalesce writes to the journal in MAXPHYS sized and aligned blocks.
Speeds up wapbl_flush() on raid5 by a factor of 3-4.
Discussed on tech-kern.
Needs pullup to NetBSD-6.

(riz)

2013-01-02 22:34:05 UTC MAIN commitmail json YAML

Note that Postfix 2.9.5 was imported.

(tron)

2013-01-02 22:33:21 UTC MAIN commitmail json YAML

2013-01-02 22:28:42 UTC MAIN commitmail json YAML

include limits.h for CHAR_MIN

(dsl)

2013-01-02 21:19:13 UTC MAIN commitmail json YAML

Include "sys/ioctl.h" for the prototype of ioctl(2) which fixes the build.

(tron)

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

2013-01-02 19:40:23 UTC MAIN commitmail json YAML

This is included into user-programs by signal.h, it shouldn't be
pulling in machine/fpu.h - which doesn't describe anything userspace
(directly) needs.

(dsl)

2013-01-02 19:39:04 UTC MAIN commitmail json YAML

Only expose the bulk of sys/proc.h and sys/lwp.h if _KERNEL or _KMEMUSER
is defined.
i386 and amd64 build ok.

(dsl)

2013-01-02 19:35:44 UTC MAIN commitmail json YAML

Expose the DTYPE_xxx (names) defines even if _KERNEL isn't defined.
There is no other excuse for including this file in userspace.

(dsl)

2013-01-02 19:29:40 UTC MAIN commitmail json YAML

Only define 'struct kinfo_proc' if _KERNEL or _KMEMUSER is defined.
All 'normal' programs should be using kinfo_proc2 instead.

(dsl)

2013-01-02 19:24:31 UTC MAIN commitmail json YAML

#include sys/ioctl.h

(dsl)

2013-01-02 19:18:37 UTC MAIN commitmail json YAML

src/external/ibm-public/postfix/dist/README_FILES/ADDRESS_VERIFICATION_README@1.5 / diff / nxr@1.5
src/external/ibm-public/postfix/dist/README_FILES/INSTALL@1.4 / diff / nxr@1.4
src/external/ibm-public/postfix/dist/README_FILES/TLS_README@1.6 / diff / nxr@1.6
src/external/ibm-public/postfix/dist/conf/main.cf@1.3 / diff / nxr@1.3
src/external/ibm-public/postfix/dist/conf/master.cf@1.5 / diff / nxr@1.5
src/external/ibm-public/postfix/dist/conf/postfix-files@1.4 / diff / nxr@1.4
src/external/ibm-public/postfix/dist/html/ADDRESS_VERIFICATION_README.html@1.5 / diff / nxr@1.5
src/external/ibm-public/postfix/dist/html/INSTALL.html@1.4 / diff / nxr@1.4
src/external/ibm-public/postfix/dist/html/TLS_README.html@1.7 / diff / nxr@1.7
src/external/ibm-public/postfix/dist/html/postconf.5.html@1.10 / diff / nxr@1.10
src/external/ibm-public/postfix/dist/makedefs@1.7 / diff / nxr@1.7
src/external/ibm-public/postfix/dist/man/man5/postconf.5@1.10 / diff / nxr@1.10
src/external/ibm-public/postfix/dist/pflogsumm-conn-delays-dsn-patch deleted
src/external/ibm-public/postfix/dist/postfix-install@1.4 / diff / nxr@1.4
src/external/ibm-public/postfix/dist/proto/ADDRESS_VERIFICATION_README.html@1.5 / diff / nxr@1.5
src/external/ibm-public/postfix/dist/proto/INSTALL.html@1.4 / diff / nxr@1.4
src/external/ibm-public/postfix/dist/proto/TLS_README.html@1.6 / diff / nxr@1.6
src/external/ibm-public/postfix/dist/proto/postconf.proto@1.10 / diff / nxr@1.10
src/external/ibm-public/postfix/dist/src/cleanup/cleanup.c@1.4 / diff / nxr@1.4
src/external/ibm-public/postfix/dist/src/cleanup/cleanup.h@1.5 / diff / nxr@1.5
      :
(more 11 files)
Resolve conflicts from last import.

(tron)

2013-01-02 19:10:45 UTC MAIN commitmail json YAML

Import Postfix 2.9.5. Major changes since version 2.8.x:
- Support for long, non-repeating, queue IDs (queue file names). The
  main benefit of non-repeating names is simpler logfile analysis. See
  the description of "enable_long_queue_ids" in postconf(5) for
  details.
- Memcache client support, and support to share postscreen(8) and
  verify(8) caches via the proxymap server. Details about memcache
  support are in memcache_table(5) and MEMCACHE_README.
- Gradual degradation: if a database is unavailable (can't open, most
  read or write errors) a Postfix daemon will log a warning and
  continue providing the services that don't depend on that table,
  instead of immediately terminating with a fatal error. To terminate
  immediately when a database file can't be opened, specify
  "daemon_table_open_error_is_fatal = yes".
- Revised postconf(1) command. It warns about unused parameter
  name=value settings in main.cf or master.cf (likely mistakes),
  understands "dynamic" parameter names such as names that depend on
  the name of a master.cf entry (finally, "postconf -n" shows all
  parameter settings), and it can display main.cf and master.cf in a
  more user-friendly format (postconf -nf, postconf -Mf).
- Read/write deadline support in the SMTP client and server to defend
  against application-level DOS attacks that very slowly write or read
  data one byte at a time.

Status:

Vendor Tag: VENEMA
Release Tags: PFIX-2-9-5

(tron)

2013-01-02 18:51:53 UTC MAIN commitmail json YAML

Expose the pseudo-errors if _KMEMUSER is defined (as well as _KERNEL).
CVS :----------------------------------------------------------------------

(dsl)

2013-01-02 18:50:08 UTC MAIN commitmail json YAML

Put the kernel function prototypes inside #ifdef _KERNEL

(dsl)

2013-01-02 18:48:22 UTC MAIN commitmail json YAML

These files don't need compat/osf1/osf1_cvt.h

(dsl)

2013-01-02 18:44:46 UTC MAIN commitmail json YAML

amd64's machine/reg now includes fpu.h (to define 'struct fxsave64)
so no need to include signal.h here - which shouldn't result in
the definitions in fpu.h being included anyway.

(dsl)

2013-01-02 18:41:50 UTC MAIN commitmail json YAML

There is some very dubious code to locate the values of
tcb.rcv_adv, tcb.snd_nxt and tcb.rcv_nxt for a socket.
so set CPPFLAGS+=      -D_KMEMUSER

(dsl)

2013-01-02 18:12:58 UTC MAIN commitmail json YAML

2013-01-02 18:11:44 UTC MAIN commitmail json YAML

2013-01-02 17:02:13 UTC MAIN commitmail json YAML

Don't define __BIT/__BITS if __ASSEMBLER__ is defined.
(since they use C syntax they won't work anyways).

(matt)

2013-01-02 16:31:25 UTC MAIN commitmail json YAML

I've NFI why this code has userspace stuff playing with 'struct proc *'
  nor why it uses &p0 as a magic constant (rather than NULL).
Re-instate the definition of p0, but enable the 'fake' definition
  of 'struct proc' if the relevant part of sys/proc.h seems to have
  been #if'ed away.
Should fix the build.

(dsl)

2013-01-02 15:50:34 UTC MAIN commitmail json YAML

# There is some very dubious code to locate the values of
# tcb.rcv_adv, tcb.snd_nxt and tcb.rcv_nxt for a socket.
so add: CPPFLAGS+=    -D_KMEMUSER

(dsl)

2013-01-02 15:38:03 UTC MAIN commitmail json YAML

Deal with _LIBC (aliases, etc).
Add missing #endif.

(matt)

2013-01-02 15:24:21 UTC MAIN commitmail json YAML

Rename strlen_armv6.S to strlen.S since this is no longer armv6 dependent.

(matt)

2013-01-02 14:05:04 UTC MAIN commitmail json YAML

Really expand the name, not the definition, as the comment says.

(apb)

2013-01-02 13:46:17 UTC MAIN commitmail json YAML

we define HAS_ISBLANK in the Makefile

(christos)

2013-01-02 11:28:49 UTC MAIN commitmail json YAML

Remove check for GLOB_NOCHECK - the behaviour has been changed again, so it
will return a modified pattern.

(martin)

2013-01-02 10:43:11 UTC MAIN commitmail json YAML

pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS

(dsl)

2013-01-02 10:36:07 UTC MAIN commitmail json YAML

Explicitly include sys/resource.h

(dsl)

2013-01-02 10:33:49 UTC MAIN commitmail json YAML

2013-01-02 10:33:19 UTC MAIN commitmail json YAML

Replace alloca(256) with an array.
The code ended up using alloca() from libc - which 'just can't work' (tm).
It is also pointless!

(dsl)

2013-01-02 09:53:58 UTC MAIN commitmail json YAML

Use NULL not 0 for pointer assignment.

(skrll)

2013-01-02 09:50:26 UTC MAIN commitmail json YAML

Correct a comment

(skrll)

2013-01-02 09:49:15 UTC MAIN commitmail json YAML

2013-01-02 05:54:58 UTC MAIN commitmail json YAML

Add an assembly version of strcpy/strncpy/strlcpy.
(they all use a common source with defines to determine which to build).

(matt)

2013-01-01 23:22:44 UTC MAIN commitmail json YAML

If EDID is supplied, parse and print it. While here, try not to crash
if is_console is false.

(jmcneill)

2013-01-01 23:21:26 UTC MAIN commitmail json YAML

Read EDID data on Beagleboard and pass it to omapfb driver if found.

(jmcneill)

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

add a function to lookup the i2c controller tag for the specified device_t

(jmcneill)

2013-01-01 19:03:26 UTC MAIN commitmail json YAML

Comment out the unused 'struct proc p0;'
This is userspace, it isn't supposed to know what a 'struct proc' is.

(dsl)

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

This needs an explicit include of sys/ioctl.h.
XXX: There is some crappy code in here :-)

(dsl)

2013-01-01 19:01:11 UTC MAIN commitmail json YAML

Explicitly include sys/ioctl.h

(dsl)

2013-01-01 18:44:27 UTC MAIN commitmail json YAML

Explicitly include sys/ioctl.h

(dsl)

2013-01-01 18:42:39 UTC MAIN commitmail json YAML

Don't rely on sys/lwp.h includeing sys/resource.h for us.

(dsl)

2013-01-01 18:32:17 UTC MAIN commitmail json YAML

Don't rely on something including sys/ioctl.h for us.

(dsl)

2013-01-01 17:28:27 UTC MAIN commitmail json YAML

Hook up generic_bs_sr_4 for bus_space_set_region_4 in the OMAP bus space.

(jakllsch)

2013-01-01 15:34:02 UTC MAIN commitmail json YAML

remove dead assignment (Christoph Mallon)

(christos)

2013-01-01 15:33:06 UTC MAIN commitmail json YAML

Fix pasto that affected bind -k (Christoph Mallon)

(christos)

2013-01-01 13:05:46 UTC MAIN commitmail json YAML

add OMAP3 SCM (temp sensor)

(jmcneill)

2013-01-01 13:05:21 UTC MAIN commitmail json YAML

2013-01-01 12:45:06 UTC MAIN commitmail json YAML

fix incomplete comment

(apb)

2013-01-01 12:13:28 UTC MAIN commitmail json YAML

add a compile option to override the fallback to software drawing of bitmap
fonts on R3xx ( options RADEONFB_ALWAYS_ACCEL_PUTCHAR ) since this works just
fine on my RV350.
Next step: don't map VRAM if we don't need it.

(macallan)

2013-01-01 11:53:28 UTC MAIN commitmail json YAML

units(1): add -l and -L options.  [apb 20130101]

(apb)

2013-01-01 11:51:56 UTC MAIN commitmail json YAML

Add -l and -L options to units(1).  "-l" simply lists all unit
definitions, while "-L" alsoreduces them to depend only on a few
primitive units (such as m, kg, sec).

(apb)

2013-01-01 11:44:01 UTC MAIN commitmail json YAML

Correctly ignore duplicate definitions.  "continue" applies only to the
innermost loop.

(apb)

2013-01-01 00:01:23 UTC MAIN commitmail json YAML

Happy 2013 everybody

(spz)

2012-12-31 23:21:27 UTC MAIN commitmail json YAML

add a sync to make it less likely to boot with /etc pointing to nothing after
a crash.

(christos)

2012-12-31 21:45:36 UTC MAIN commitmail json YAML

add TPS65950 RTC support

(jmcneill)

2012-12-31 21:34:32 UTC MAIN commitmail json YAML

reset todr clock on shutdown

(jmcneill)

2012-12-31 19:47:28 UTC MAIN commitmail json YAML

add support for TPS65950 watchdog timer

(jmcneill)

2012-12-31 18:47:42 UTC MAIN commitmail json YAML

2012-12-31 16:20:18 UTC MAIN commitmail json YAML

Move the two fields used to save some i387 state on the last fpu trap
  into their own sub-structure of the pcb (from 'struct savefpu').
They only (seem) to be used in some code that generates core dumps
  for 32bit processes (code that might be broken as well!).
'struct safefpu' is now identical to 'struct fxsave64'. One (or both)
  needs extending to support AVX - might need to be dynamically sized.
Removed all the __aligned(16) except for the one in struct pcb itself.
  Only the copy used for the fsave instruction need be aligned.

(dsl)

2012-12-31 16:05:40 UTC MAIN commitmail json YAML

new awk, ping update

(christos)

2012-12-31 14:10:15 UTC MAIN commitmail json YAML

Add support for '%n' being a shorthand for 'fg %n'.

(dsl)

2012-12-31 13:28:30 UTC MAIN commitmail json YAML

2012-12-31 13:26:43 UTC MAIN commitmail json YAML

TI TPS65950 driver, right now about all it can do is control LEDs

(jmcneill)

2012-12-31 13:20:16 UTC MAIN commitmail json YAML

2012-12-31 12:47:25 UTC MAIN commitmail json YAML

2012-12-31 12:45:49 UTC MAIN commitmail json YAML

2012-12-31 11:11:18 UTC MAIN commitmail json YAML

fix some typos & comments

(macallan)

2012-12-31 10:38:51 UTC MAIN commitmail json YAML

R4xx support is untested at best, so don't pretend to support them.

(macallan)

2012-12-31 10:31:19 UTC MAIN commitmail json YAML

clean up some more confusion between (ws)displays and CRTCs.
Now palette initialization no longer stomps over the port table, which gives
us a fighting chance to intentionally enable the right outputs.
How on earth did this ever work?

(macallan)

2012-12-31 08:57:27 UTC MAIN commitmail json YAML

At each function level print a useful offset (as also shown in rlv)

OK from gimpy

(skrll)

2012-12-31 07:58:44 UTC MAIN commitmail json YAML

Make this work on all ARMs but keep the armv6 optimizations.  It as fast as
the existing strlen for small string and once strings are 8 bytes or more in
length it starts getting significantly faster.  For really long strings,
compared to the existing strlen, this uses about 1/2 of the cycles for the
non-armv6 version and about 1/3 of the cycles for the armv6 version.

(matt)

2012-12-31 03:23:53 UTC MAIN commitmail json YAML

Always re-enable the VFP when loading for a kernel LWP.

(matt)

2012-12-31 01:23:31 UTC MAIN commitmail json YAML

Correct one of the kernel_size calculations.

(matt)

2012-12-31 01:20:05 UTC MAIN commitmail json YAML

Remove a debugging printf

(matt)

2012-12-31 01:19:37 UTC MAIN commitmail json YAML

Switch to using vfp_kernel_{acquire,release} so that softints don't cause
the VFP to become disabled.

(matt)

2012-12-31 00:01:48 UTC MAIN commitmail json YAML

print the PC of the VFP kernel fault in the panic message.

(matt)

2012-12-30 23:52:48 UTC MAIN commitmail json YAML

bump for arch linux/rpi support.

(pooka)

2012-12-30 23:52:12 UTC MAIN commitmail json YAML

Take into account armv6 hacks from common/lib/libc/arch/arm/atomic to
allow this to build with -march=armv6k

(pooka)

2012-12-30 22:52:35 UTC MAIN commitmail json YAML

fix function name in error messages.

(christos)

2012-12-30 22:50:43 UTC MAIN commitmail json YAML

PR/46579: Takahiro HAYASHI: ifconfig clone destroy should not print useless
diagnostic and exit with an error code. Get the interface name and flags
opportunistically to allow the code to return normally if it does not need
to do anything.

(christos)

2012-12-30 21:23:20 UTC MAIN commitmail json YAML

typo in comment, from Abhinav Upadhyay in PR 47385

(dholland)

2012-12-30 20:52:20 UTC MAIN commitmail json YAML

size_t needs to printed with %zu

(pooka)

2012-12-30 20:16:59 UTC MAIN commitmail json YAML

No need to check both TARGET_64BIT and ix86_preferred_stack_boundary >= 64,
if the former is true the latter is also true.

(dsl)

2012-12-30 17:37:13 UTC MAIN commitmail json YAML

Fix failure message for ecalloc.

(dholland)

2012-12-30 17:36:00 UTC MAIN commitmail json YAML

If malloc, calloc, or realloc returns NULL when a size of 0 was
requested, which is allowed by pertinent standards, honor it instead
of bombing.

Do not do this for calloc(x, y) where x != 0 && y != 0 but x*y == 0;
in that case bomb.

(dholland)

2012-12-30 16:13:57 UTC MAIN commitmail json YAML

If -march=native is specified, only enable AVX if the processor supports
  it and the OS has enabled XGETBV for application use.
It might need to also check XCR0[2] (having executed XGETBV) to check that
  the kernel actually supports saving the YMM registers, but I suspect the
  kernel might defer setting that until the first fault.
See vol 1 section 13.5 of the Intel SDM (intel_x86_325462.pdf).
Fixes toolchain/45673

(dsl)

2012-12-30 14:56:53 UTC MAIN commitmail json YAML

Remove a couple of items.

(skrll)

2012-12-30 12:27:09 UTC MAIN commitmail json YAML

Fix bug where menu mark was not displayed on menus with O_ONEVALUE set
Set a default menu mark

(blymn)

2012-12-30 10:04:22 UTC MAIN commitmail json YAML

FUSE seems to allow short writes without errors but PUFFS doesn't. Work
around this by returning ENOSPC in case of a short write to avoid protocol
errors. This change is based on problem analysis provided by Antti Kantee.

This fixes PR lib/45129 by myself.

(tron)

2012-12-30 09:45:05 UTC MAIN commitmail json YAML

2012-12-30 09:19:24 UTC MAIN commitmail json YAML

Always call brelse() on error for breadn() too.

(hannken)

2012-12-30 03:19:24 UTC MAIN commitmail json YAML

deduct phdrlen after computing max size.

(christos)

2012-12-30 02:41:11 UTC MAIN commitmail json YAML

1. Allocate the max packet size before accounting for phdrlen, harmless.
2. In the clear-route-cache sendto, don't send 0 bytes (if -s was specified
  with < 8, phdrlen would be 0).
3. Always send ICMP_MINLEN packets; this is what everyone else does. Makes
  ping -s n where n < 8 work.
4. The condition for checking the data bytes was completely wrong. only check
  the data bytes if we got all of them.
5. The condition for printing a newline was wrong; before it would not print
  a newline before printing the data bytes, and it would append to the previous
  error message.

(christos)

2012-12-29 23:44:23 UTC MAIN commitmail json YAML

- use warn/err
- if both users are on the same machine, use the loopback address. This
  allows us to use talkd from inetd listening only to the loopback.

(christos)

2012-12-29 22:15:07 UTC MAIN commitmail json YAML

better messages, more quoting.

(christos)

2012-12-29 21:57:13 UTC MAIN commitmail json YAML

don't leak a vnode on error

(christos)

2012-12-29 21:56:04 UTC MAIN commitmail json YAML

Always call brelse() on error. Otherwise a possible error from bread() will
cause the buffer to stay lock and we end up blocking forever in
VOP_CLOSE->spec_close->vinvalbuf->bbysy since the buffer is marked busy
but there is no I/O pending.
This caused my laptop to hang on boot_findwedge because:
    findroot: unable to read block 358331527 of dev dk0 (22)

(christos)

2012-12-29 20:08:23 UTC MAIN commitmail json YAML

2012-12-29 18:51:40 UTC MAIN commitmail json YAML

The sanity check prevented messages that carry only ancillary data.

(mlelstv)

2012-12-29 16:18:08 UTC MAIN commitmail json YAML

add missing prototype for crc32v

(jmcneill)

2012-12-29 15:11:56 UTC MAIN commitmail json YAML

2012-12-29 14:51:41 UTC MAIN commitmail json YAML

2012-12-29 14:35:01 UTC MAIN commitmail json YAML

Update for comment of OVERO.  It support Overo COMS.

(kiyohara)

2012-12-29 14:32:45 UTC MAIN commitmail json YAML

Change size of some devices.  from DM37xx and OMAP 35xx datasheet.
Support Overo *STORM.  Tested only Overo EarthSTORM(Silverload).

(kiyohara)

2012-12-29 14:22:55 UTC MAIN commitmail json YAML

Change order for TLB operation.
We can boot Overo EarthSTORM.

(kiyohara)

2012-12-29 11:05:30 UTC MAIN commitmail json YAML

- defer session cleanup to not force detachments
- use more and explicit locking
- improve connection recovery
- use larger timeouts
- handle ccb buffer underflow correctly
- simplify throttling code

Sessions can now temporarily exist without a valid
connection, you also need to update iscsid(8).

(mlelstv)

2012-12-29 10:22:40 UTC MAIN commitmail json YAML

If an untraced process sleeps in recvmsg/sendmsg, the syscall does not
allocate an iov structure for ktrace. When tracing is then enabled
and the process wakes up, it crashes the kernel.

Undo the last commit which introduced this error path.

Avoid the mentioned kmem_alloc assertion by adding a sanity check analog
to similar code in sys_generic.c for I/O on file handles instead of
sockets.

This also causes the syscall to return EMSGSIZE if the msg_iovlen member
of the msg structure is less than or equal to 0, as defined in
recvmsg(2)/sendmsg(2).

(mlelstv)

2012-12-29 08:28:20 UTC MAIN commitmail json YAML

Handle invalid messages more gracefully, handle sessions with no valid
connections, and be more verbose about errors.

(mlelstv)

2012-12-29 05:36:57 UTC MAIN commitmail json YAML

A few slight speedups (remove one instruction from the main loop).

(matt)

2012-12-29 05:00:36 UTC MAIN commitmail json YAML

Enable the watchdog driver on BeagleBone.

(riz)

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

In kernel tickle mode, tickle once immediately upon setting the mode.
Works around a peculiarity where the first watchdog period (only) on the
BeagleBone is only half as long as expected.

(riz)

2012-12-29 02:44:26 UTC MAIN commitmail json YAML

2012-12-29 02:14:53 UTC MAIN commitmail json YAML

2012-12-29 00:08:26 UTC MAIN commitmail json YAML

no need to print irq twice

(jmcneill)

2012-12-29 00:05:45 UTC MAIN commitmail json YAML

dont set SDHC_FLAG_SINGLE_ONLY for OMAP3530 either

(jmcneill)

2012-12-28 23:24:47 UTC MAIN commitmail json YAML

enable WDT2 (MPU) for watchdog instead of WDT3 (IVA2). remove WDT1, it doesnt exist on OMAP3530

(jmcneill)

2012-12-28 19:23:30 UTC MAIN commitmail json YAML

Add acpi0 at mainbus - it is not realy optional.

(martin)

2012-12-28 17:57:46 UTC MAIN commitmail json YAML

Rename "tappit-hen" to "tappithen" because unit names cannot contain
hyphens.  Also change the definition from "3 imperial" (a dimensionless
quantity) to "3 bottle" (2.25 litres).  Wikipedia and several other web
sites say 3 bottles or 2.25 litres, but
<http://www.christies.com/lotfinder/wine/chateau-lafite-rothschild-vintage-1811-1-tappit-hen-per-4992576-details.aspx>
says:

    There seems to be no firm definition of the bottle size referred to
    as "tappit-hen". Believed to be of Scottish origin, a tappit-hen
    can vary, according to which definition one follows, from 1 1/2
    bottles to a tregnum or 3-bottle bottle. It is safest to say that it
    approximates to a magnum.

and ends with:

    1 Tappit-Hen (2.25 liters) per lot

(apb)

2012-12-28 17:07:04 UTC MAIN commitmail json YAML

Allow a number and a unit to be juxtaposed without an intervening space.
Now "litres/100km" works as desired, instead of silently being
treated as "litres/100".

(apb)

2012-12-28 13:53:12 UTC MAIN commitmail json YAML

Add "wide" to description. From OpenBSD via Ingo Schwarze.

(wiz)

2012-12-28 13:45:53 UTC MAIN commitmail json YAML

Fix references to undefined units:
* "southamericarand" should be "southafricarand";
* "sidereal day" should be "siderealday";
* "perusol" should be "perunewsol".

(apb)

2012-12-28 13:25:26 UTC MAIN commitmail json YAML

Improve the description of the [count] from-unit to-unit arguments.

(apb)

2012-12-28 08:16:53 UTC MAIN commitmail json YAML

Fix a bug that a multicast filter entry is incorrectly overrode
on some cases.

(msaitoh)

2012-12-28 08:04:00 UTC MAIN commitmail json YAML

Move the initialization of n to after the error branch.

From Taylor R Campbell <riastradh@netbsd.org>

(hannken)

2012-12-28 07:10:41 UTC MAIN commitmail json YAML

strlen implementation for armv6 and later.  Uses clz and uqadd8 to really
speed the search for NUL.  as fast as normal strlen at about a length of
6 or 7 and 2-3 times faster starting around 10.

(matt)

2012-12-28 06:29:56 UTC MAIN commitmail json YAML

Simplify the xen event handler callback by:
- moving the interrupt handler callback traversal into a separate
  function.
- using evt_iterate_bits() to scan through the pending bitfield
- removing cross-cpu pending actions - events recieved on the wrong
  vcpu are re-routed via hypervisor_send_event().
- simplifying nested while() loops by encapsulating them in
  equivalent functions.

Many thanks for multiple reviews by bouyer@ and jym@

(cherry)

2012-12-28 05:15:08 UTC MAIN commitmail json YAML

Debug.  This becomes faster than the normal strlen at about 80 characters.

(matt)

2012-12-28 03:48:00 UTC MAIN commitmail json YAML

Enable DCache Streaming Switch and Write Allocate.
This change improve system performance significantly.

(msaitoh)

2012-12-27 21:34:10 UTC MAIN commitmail json YAML

2012-12-27 21:19:20 UTC MAIN commitmail json YAML

sprinkle const, no functional change intended.

(christos)

2012-12-27 21:17:47 UTC MAIN commitmail json YAML

Instead of changing the code to match the documentation, change the documentation
to match the code. NOCHECK is used only by csh(1) and csh(1) is too broken for
words (histchars quoting is "special").

(christos)

2012-12-27 20:32:44 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/ia64/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/ia64/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/ia64/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/ia64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/ia64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/ia64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/ia64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/ia64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/ia64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/ia64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/ia64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/ia64/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/ia64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/ia64/itbl-cpu.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/ia64/obj-format.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/ia64/targ-cpu.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gas/arch/ia64/targ-env.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gprof/arch/ia64/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/gprof/arch/ia64/gconfig.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/ld/arch/ia64/config.h@1.1 / diff / nxr@1.1
      :
(more 38 files)
ia64 mknative results for gcc and binutils

(martin)

2012-12-27 20:21:51 UTC MAIN commitmail json YAML

2012-12-27 16:42:33 UTC MAIN commitmail json YAML

2012-12-27 16:23:48 UTC MAIN commitmail json YAML

- reset the chip if the tx engine gets stuck after a link state change,
  from OpenBSD
- no need to do a full reset of the chip when enabling or disabling
  promiscuous mode

(jmcneill)

2012-12-27 15:58:56 UTC MAIN commitmail json YAML

Hide inline functions from userland

(martin)

2012-12-27 15:17:01 UTC MAIN commitmail json YAML

Since cvs does not provide a version number for the entire tree, provide
identifiers which can be used by external parties to check if the NetBSD
source tree is of required vintage.

inspired by a buildrump.sh bug report due to an out-of-date src

(pooka)

2012-12-27 14:47:27 UTC MAIN commitmail json YAML

better patch (no functional change); centralize freeing in one place.

(christos)

2012-12-27 14:41:10 UTC MAIN commitmail json YAML

- hit me with your parenthesis stick
- remove extra void *

(christos)

2012-12-27 14:39:39 UTC MAIN commitmail json YAML

Add some usb devices.

(skrll)

2012-12-27 14:16:57 UTC MAIN commitmail json YAML

Note another ia64 compiler workaround

(martin)

2012-12-27 14:16:16 UTC MAIN commitmail json YAML

Compile bignum.c with -O1 only on ia64 to avoid a gcc bug

(martin)

2012-12-27 10:41:18 UTC MAIN commitmail json YAML

2012-12-27 08:22:36 UTC MAIN commitmail json YAML

2012-12-27 08:07:37 UTC MAIN commitmail json YAML

Note libelf ia64 hack

(martin)

2012-12-27 08:06:28 UTC MAIN commitmail json YAML

ia64 compiler bug workaround: reduce -O to 1 for one file

(martin)

2012-12-27 07:14:25 UTC MAIN commitmail json YAML

Add WCHAR_MIN and WCHAR_MAX.
Why don't we use the compiler supplied __WCHAR_MIN__ and __WCHAR_MAX__ for
this?

(martin)

2012-12-27 07:09:46 UTC MAIN commitmail json YAML

Document libc hesiod.c compiler workaround on ia64

(martin)

2012-12-27 07:08:59 UTC MAIN commitmail json YAML

Avoid gcc 4.5.3 compiler bug on ia64 by compiling hesiod.c with -O1 only.

(martin)

2012-12-27 06:55:49 UTC MAIN commitmail json YAML

Add a MID for IA64 (also it never used a.out, we need it for kernel crash
dumps)

(martin)

2012-12-27 06:42:14 UTC MAIN commitmail json YAML

2012-12-27 06:29:50 UTC MAIN commitmail json YAML

Add support for WARN_REFERENCESE and __KERNEL_RCSID for assembler files.

(martin)

2012-12-27 01:11:14 UTC MAIN commitmail json YAML

prevent double free on error.

(christos)

2012-12-26 19:43:10 UTC MAIN commitmail json YAML

2012-12-26 19:39:26 UTC MAIN commitmail json YAML

2012-12-26 19:20:30 UTC MAIN commitmail json YAML

Note NEON works on arm now.
Note new PCU changes.

(matt)

2012-12-26 19:17:48 UTC MAIN commitmail json YAML

Update to use new pcu_state_{load,save,release} definitions

(matt)

2012-12-26 19:15:16 UTC MAIN commitmail json YAML

2012-12-26 19:13:19 UTC MAIN commitmail json YAML

Update to new pcu_state_{load,save,release} definitions

(matt)

2012-12-26 19:11:27 UTC MAIN commitmail json YAML

Note MKRUMP=no and the need to specify HAVE_GCC= explicitly when using
MKGCC=no. Also point at but number 47353.

(martin)

2012-12-26 19:09:07 UTC MAIN commitmail json YAML

Update to use new pcu_state_{load,save,release} definitions.

(matt)

2012-12-26 19:05:04 UTC MAIN commitmail json YAML

2012-12-26 18:35:47 UTC MAIN commitmail json YAML

Add not-yet-enabled code to use vfp_kernel_{acquire,release}

(matt)

2012-12-26 18:34:57 UTC MAIN commitmail json YAML

Add support for PCU_KERNEL and vfp_kernel_acquire/vfp_kernel_release.
Add an undefined handler to catch NEON instructions.

(matt)

2012-12-26 18:32:41 UTC MAIN commitmail json YAML

Add vfp_kernel_acquire and vfp_kernel_release prototypes.

(matt)

2012-12-26 18:32:01 UTC MAIN commitmail json YAML

Remove pcb_fpstate.
Add pcb_kernel_vfp.

(matt)

2012-12-26 18:30:23 UTC MAIN commitmail json YAML

Add support for kernel-based code to use a PCU.  (for memory to memory
copies or in_cksum or ...)

(matt)

2012-12-26 18:28:09 UTC MAIN commitmail json YAML

2012-12-26 17:57:49 UTC MAIN commitmail json YAML

whitespace '  ' -> ' '

(plunky)

2012-12-26 17:33:09 UTC MAIN commitmail json YAML

add a comment pointing out that the link-mode may need to be
changed manually, for devices which cannot authenticate

for PR/47286

(plunky)

2012-12-26 10:15:29 UTC MAIN commitmail json YAML

Allow named wedges to be used on command line, also fix name lookup
for the dump device.

(mlelstv)

2012-12-25 22:34:36 UTC MAIN commitmail json YAML

Fix comment.  Add MDLWP_VFPINTR

(matt)

2012-12-25 22:33:39 UTC MAIN commitmail json YAML

Add CP15 Generic Timer definitions.
Add cortex PMUSERENR inlines

(matt)

2012-12-25 21:17:41 UTC MAIN commitmail json YAML

Change the way rx are consumed.  Only consume a 1/4 of the receive buffers
before refilling with new buffers.  Don't stop until there are no packets
left to receive.

(matt)

2012-12-25 21:10:35 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #764):
usr.bin/sed/compile.c: revision 1.38
Fix memory leak.

(snj)

2012-12-25 21:07:05 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #763):
usr.bin/netstat/bpf.c: revision 1.11
Fix memory leak.

(snj)

2012-12-25 21:01:14 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #757):
sbin/sysctl/sysctl.c: revision 1.149
Add missing free() in error path.

(snj)

2012-12-25 20:31:04 UTC MAIN commitmail json YAML

2012-12-25 17:07:07 UTC MAIN commitmail json YAML

QNAP V200 boards have no EEPROM for the MAC address, so all devices default
to the same address (00:e0:4c:69:20:01).
Now we read the real MAC address from the flash ROM. It is stored at the
beginning of a 512-byte block in ASCII format. Some QNAP's have a broken
ext2 file system, so we cannot look for the file ETH0.MAC_ADDR therein,
but have to search the whole flash in 512-byte steps for candidates...

(phx)

2012-12-25 17:02:35 UTC MAIN commitmail json YAML

Add a DEBUG function to search the Flash for byte-streams, as U-Boot usually
doesn't offer a search function.

(phx)

2012-12-25 10:51:04 UTC MAIN commitmail json YAML

2012-12-25 09:24:45 UTC MAIN commitmail json YAML

Consistent use of return.

(mbalmer)

2012-12-25 05:04:56 UTC MAIN commitmail json YAML

2012-12-24 23:11:25 UTC MAIN commitmail json YAML

Silence gcc in npf_recache().

(rmind)

2012-12-24 22:16:19 UTC matt-nb6-plus commitmail json YAML

2012-12-24 22:12:29 UTC MAIN commitmail json YAML

backwards compatible with netbsd-6.

(christos)

2012-12-24 19:30:46 UTC MAIN commitmail json YAML

PR/47362: Brian Marcotte: cron is too restrictive on file permissions
Allow file being writable by owner.
XXX: pullup to 6.

(christos)

2012-12-24 19:05:49 UTC MAIN commitmail json YAML

2012-12-24 14:50:39 UTC ipsec-tools-0_8-branch commitmail json YAML

From G旦tz Babin-Ebell <g.babin-ebell@novamedia.de>: Smarter X.509 subject
name compare.

(tteras)

2012-12-24 14:50:04 UTC MAIN commitmail json YAML

From G旦tz Babin-Ebell <g.babin-ebell@novamedia.de>: Smarter X.509 subject
name compare.

(tteras)