History log of /netbsd-src/common/lib/libprop/prop_copyin_ioctl.9 (Results 1 – 15 of 15)
Revision Date Author Comments
# 656b88f2 07-Mar-2017 njoly <njoly@NetBSD.org>

Fix commas in NAME section.


# accf810f 05-Feb-2017 pgoyette <pgoyette@NetBSD.org>

Add the *_size() variants to the .Nm list so it will be found by
apropos(1).

While here, reorder the function lists to improve readability.


# 4cb81f1b 04-Feb-2017 wiz <wiz@NetBSD.org>

Use just the right amount of commas.


# 7a4cf709 29-Jan-2017 pgoyette <pgoyette@NetBSD.org>

Update for the new *_size() functions recently added. Mention the
implicit size limit (128KB) for the functions which do not take an
explicit limit argument.


# 7d1bc672 15-Jan-2017 wiz <wiz@NetBSD.org>

Sort errors.


# 4545115c 15-Jan-2017 pgoyette <pgoyette@NetBSD.org>

Document E2BIG error when copying a large object.


# 7663d370 20-Jan-2011 wiz <wiz@NetBSD.org>

Add commas in enumerations.


# 07247bb7 19-Jan-2011 bouyer <bouyer@NetBSD.org>

- Implement prop_{array,dictionary}_copyout(), based on
prop_{array,dictionary}_copyout_ioctl().
- Implement prop_{array,dictionary}_recv_syscall(), which
takes as parameter the pref we got from

- Implement prop_{array,dictionary}_copyout(), based on
prop_{array,dictionary}_copyout_ioctl().
- Implement prop_{array,dictionary}_recv_syscall(), which
takes as parameter the pref we got from kernel and internalize it,
and unmaps the buffer prop_{array,dictionary}_copyout() mapped for us.
- add a prop_{array,dictionary}_send_syscall() for symetry, which is
an alias to prop_{array,dictionary}_externalize_to_pref()

Discussed on tech-kern@ and tech-userlevel@

show more ...


# f57683f0 14-Dec-2009 dholland <dholland@NetBSD.org>

Minor wording fix/clarification (sending -> copying) from Silas Silva
in PR 42414.


# 8b77bca1 11-Oct-2009 wiz <wiz@NetBSD.org>

Sort sections. New sentence, new line.


# 6947118a 10-Oct-2009 bad <bad@NetBSD.org>

Implement prop_array_externalize_to_pref(), prop_array_copyin(),
prop_dictionary_externalize_to_pref() and prop_dictionary_copyin()
as discussed in the thread:
http://mail-index.netbsd.org/tech-kern/

Implement prop_array_externalize_to_pref(), prop_array_copyin(),
prop_dictionary_externalize_to_pref() and prop_dictionary_copyin()
as discussed in the thread:
http://mail-index.netbsd.org/tech-kern/2009/07/29/msg005594.html

Bump libprop shlib minor.

show more ...


# 11a6dbe7 30-Apr-2008 martin <martin@NetBSD.org>

Convert TNF licenses to new 2 clause variant


# 428727f4 21-Jan-2008 christos <christos@NetBSD.org>

PR/37838: Stathis Kamperis: proplib documentation enhancements


# 8ad48713 22-Apr-2007 yamt <yamt@NetBSD.org>

correct function names.


# 1aea07a3 26-Oct-2006 thorpej <thorpej@NetBSD.org>

Add prop_array_t support to prop_kern.