summaryrefslogtreecommitdiff
path: root/lib/libsysdecode/sysdecode_socket_protocol.3
AgeCommit message (Collapse)Author
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
2022-04-15libsysdecode: Include required headers in sysdecode.hMark Johnston
Make sysdecode.h self-contained rather than forcing all consumers to include dependencies. No functional change intended. Reviewed by: pauamma_gundo.com, jhb, emaste MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D34899
2019-03-06Drop "All rights reserved" from my copyright statements.John Baldwin
Reviewed by: rgrimes MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D19485 Notes: svn path=/head/; revision=344855
2017-05-25Improve the decoding of the third argument of the socket() call.Michael Tuexen
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