freebsd-dev/share/man
Alexander Leidinger 8ec6c4a38b - add more linux socket options (sorted by value)
- map those IPv4 / IPv6 socket options which exist in FreeBSD
   + most of them visually verified to have the same type/layout of arguments
   + not tested with linux programs to behave as intended
 - be more human readable for known options which are not handled
 - be more verbose for unhandled socket message flags we know about
 - print the jail ID in linux_msg if run in a jail
 - add possibility to print debug message about known missing parts only once
 - add multiple levels of sysctl linux.debug:
   1: print debug messages, tell about unimplemented stuff (only once)
   2: like 1, but also print messages about implemented but not tested
      stuff (only once)
   3+: like 2, but no rate limiting of messages
 - increase default linux debug level from 1 to 3

We are a lot more verbose in as we need to be (e.g. some of the IP socket
options which are the same, and share the same memory layout, and are
believed to work). The reason is that we have no good testsuite to test those
linux-bits. The LTP or other test suites like the python one, are not fully
up to the task we need. As such the excessive messages about emulated but not
tested socket options.

IMO any MFC (possible, but most probably not by me) should set the default
debug level to 1.

Discussed with:	trasz
2020-11-08 09:50:58 +00:00
..
man1 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man3 sigevent(3): Fix a typo 2020-10-10 12:06:39 +00:00
man3lua flua: Add a libjail module 2020-10-24 17:08:59 +00:00
man4 - add more linux socket options (sorted by value) 2020-11-08 09:50:58 +00:00
man5 Add a periodic script to backup output generated from gmirror list. 2020-11-07 04:15:24 +00:00
man6 pkgbase: move man pages from runtime-manual to runtime 2019-07-19 15:12:20 +00:00
man7 build.7: Mention etcupdate(8) alongside mergemaster(8) 2020-11-03 18:13:42 +00:00
man8 beinstall.sh: Use bectl instead of beadm by default 2020-10-30 09:40:55 +00:00
man9 refcount(9): Add refcount_release_if_last() and refcount_load() 2020-11-04 16:30:30 +00:00
Makefile flua: Add a libjail module 2020-10-24 17:08:59 +00:00