aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/port_before.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* Update our stub resolver to final version of libbind.Hajimu UMEMOTO2014-08-121-0/+1
| | | | | | | Obtained from: ISC Notes: svn path=/head/; revision=269867
* libc/resolv: Use poll() instead of kqueue().Jilles Tjoelker2014-01-141-1/+1
| | | | | | | | | | | The resolver in libc creates a kqueue for watching a single file descriptor. This can be done using poll() which should be lighter on the kernel and reduce possible problems with rlimits (file descriptors, kqueues). Reviewed by: jhb Notes: svn path=/head/; revision=260652
* Fix two warnings about self-assignment in libc. These normally onlyDimitry Andric2012-06-061-1/+1
| | | | | | | | | | trigger with clang, when you either use -save-temps, or ccache. Reported by: Sevan / Venture37 <venture37@gmail.com> MFC after: 3 days Notes: svn path=/head/; revision=236695
* - Merge our local changes.Hajimu UMEMOTO2006-03-211-0/+22
- Exclude unnecessary functions for us. Notes: svn path=/head/; revision=156956