On Fri, Nov 05, 2010 at 09:42:27PM -0700, Garrett Cooper wrote:
> On Fri, Nov 5, 2010 at 1:25 PM, Ulrich Sp?rlein wrote:
> > Hey folks, not sure why, but I had a stab at looking which files were
> > actually read during building world.
[..]
> > usr.bin/cpio/test/* ? ? # move to tools/regression?
On Fri, Nov 05, 2010 at 09:42:27PM -0700, Garrett Cooper wrote:
> On Fri, Nov 5, 2010 at 1:25 PM, Ulrich Spörlein wrote:
> > Hey folks, not sure why, but I had a stab at looking which files were
> > actually read during building world.
> > bin/sh/bltin/echo.1
> I'd talk to jilles@ (weird thing i
Hi,
> On Fri, 5 Nov 2010 17:16:47 -0400
> John Baldwin said:
> etc/periodic/security/610.ipf6denied
jhb> I wonder if this is stale due to ip6fw being removed?
No, it seems to me that it is not related to ip6fw, and it calls
ipfstat. Perhaps, some work for IPv6 support of IP Filter?
S
On Fri, Nov 5, 2010 at 1:25 PM, Ulrich Spörlein wrote:
> Hey folks, not sure why, but I had a stab at looking which files were
> actually read during building world.
>
> Method went something like this:
>
> (turn on atime)
> # find . -exec touch {} +
> # sleep 2; touch timestamp
> # make buildworl
On Friday, November 05, 2010 4:25:36 pm Ulrich Spörlein wrote:
> Hey folks, not sure why, but I had a stab at looking which files were
> actually read during building world.
>
> Method went something like this:
>
> (turn on atime)
> # find . -exec touch {} +
> # sleep 2; touch timestamp
> # make
On Fri, Nov 05, 2010 at 09:25:36PM +0100, Ulrich Sp??rlein wrote:
> lib/msun/src/s_fabs.c
> lib/msun/src/s_modf.c
These are explicitly ignored by msun/Makefile.
# FreeBSD's C library supplies these functions:
#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
--
Steve
_
Hey folks, not sure why, but I had a stab at looking which files were
actually read during building world.
Method went something like this:
(turn on atime)
# find . -exec touch {} +
# sleep 2; touch timestamp
# make buildworld buildkernel installworld installkernel (this is on amd64)
# make unive