prop_bool.3: Don't use defined type names as variable names.
Remove unnecessary whitespace in macro arguments in some manual pages.
Dynamic root: Move required libraries to /lib* Add /lib to the standard run-time loader library search path* Ensure libxxx.so symbolic links stay in /usr/lib, the build tools won't pick them up
Dynamic root: Move required libraries to /lib* Add /lib to the standard run-time loader library search path* Ensure libxxx.so symbolic links stay in /usr/lib, the build tools won't pick them up in /lib
show more ...
Remove various unneeded .Pp macro in manual pages (all before .It).
Fix our tree for -Wmissing-include-dirs.
libprop: Add two missing MLINKS.
proplib manpages: Add missing .Nd
libprop: Fix some references in the manual pages (malloc(9) -> kmalloc(9)).
Import proplib from NetBSD- main change: fix for an implementation inconsistency with theprop_*_send_syscall() and prop_*_recv_syscall() functionsNetBSD commit message:http://mail-index.netbsd.o
Import proplib from NetBSD- main change: fix for an implementation inconsistency with theprop_*_send_syscall() and prop_*_recv_syscall() functionsNetBSD commit message:http://mail-index.netbsd.org/source-changes/2011/09/30/msg027701.html- some unrelated minor fixes
prop_dictionary.3: Reapply 4bba5a94fad7a40a25b58fff23a76b3c0bee80ee.
libprop manpages: Add missing LIBRARY sections (some added again).
update proplib * There are several bugfixes and many cosmetic fixes.Obtained-from: NetBSD
prop_{array,dictionary}_util.3: Add missing .Nd's.
prop_array_util.3 & udev_monitor.3: Add missing MLINKS.
Fix some more the the typos.
proplib - Don't link unconditionally to libphtread* There is no need to link unconditionally to libpthread, since it can also work in single-thread applications using the libc stubs. That is af
proplib - Don't link unconditionally to libphtread* There is no need to link unconditionally to libpthread, since it can also work in single-thread applications using the libc stubs. That is after all why we fixed some of them a few months ago.
libprop: Clean up the Makefile a bit (and raise WARNS to 3).
manpages: Fix some more .Dv abuse.
prop_*.[39]: Fix include path.
libprop: Comment out MLINK of prop_dictionary_mutable.3, too.
prop_dictionary.3: Comment out non-existant function.
Perform some mdoc cleanup on various manpages which came in lately.
proplib - port to dragonflyMany-thanks-to: Sascha Wildner