| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
|
|
|
|
|
|
|
| |
Obtained from: ISC
Notes:
svn path=/head/; revision=269867
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
- Exclude unnecessary functions for us.
Notes:
svn path=/head/; revision=156956
|