summaryrefslogtreecommitdiff
path: root/lib/libsysdecode/sysdecode_socket_protocol.3
Commit message (Collapse)AuthorAgeFilesLines
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
| | | | | | | | | Reviewed by: rgrimes MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D19485 Notes: svn path=/head/; revision=344855
* Improve the decoding of the third argument of the socket() call.Michael Tuexen2017-05-251-0/+54
Decoding of the third argument depends on the first one. For doing this, add a corresponding function to libsysdecode. Thanks to jhb@ for suggesting this. Notes: svn path=/head/; revision=318879