aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/hosts
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* /etc/hosts: Wording changes to better match RFC 1918Pedro F. Giffuni2022-03-051-6/+6
| | | | | | | | Summary: No functional change. Subscribers: imp Differential Revision: https://reviews.freebsd.org/D34391
* Move hosts, hosts.equiv, networks, nsswitch.conf, protocols to lib/libc/net/Brad Davis2018-09-171-0/+31
This uses relative paths to make it more specific to avoid any potential future problems with .PATH and leverages CONFS. libc was picked as the destination location for these because of the syscalls that use these files as the lowest level place they are referenced. Approved by: re (gjb), will (mentor) Differential Revision: https://reviews.freebsd.org/D17164 Notes: svn path=/head/; revision=338729