History log of /netbsd-src/external/cddl/osnet/sys/kern/string.c (Results 1 – 3 of 3)
Revision Date Author Comments
# df0e13d5 23-Jun-2016 pgoyette <pgoyette@NetBSD.org>

On NetBSD we already have strpbrk() in libkern, so we don't need to
provide another copy in the module. Removes another 'redefined symbol'
error when loading the module.

Related to PR kern/51265


# 01d7ba74 14-Dec-2010 haad <haad@NetBSD.org>

Simple routine to convert long to string.


# fc8ec0b8 07-Aug-2009 haad <haad@NetBSD.org>

Add NetBSD Solaris compat code and reachover Makefiles. Most of code written
by Andrew Doran some of it by me.

This is still work in progress code. There are known issues. Zfs can panic
your system

Add NetBSD Solaris compat code and reachover Makefiles. Most of code written
by Andrew Doran some of it by me.

This is still work in progress code. There are known issues. Zfs can panic
your system still. I will commit integration bits and needed kernel bits
later when we fix most obvious bugs. This code need some support from our
kernel which I will commit in a separate patch and therefore itnot work yet.

Issues:

1) Support for openat/fstatat syscalls.
2) getnewvnode locking against myself panic when reclaiming vnodes
3) Replace solaris taskq with our workqueue which doesn't need to alloc
anything during work.
4) Investigate problems with NO_WAIT allocations.

Oked by core@ and ad@.

show more ...