Can't use gcc in a clang built world

2013-06-26 Thread Kevin Day
Are you supposed to be able to use gcc to build userland binaries if you built world with clang? I'm on -CURRENT as of a few days ago (using armv6 but i'm not sure if that matters). If I buildworld with clang, then attempt to compile some userland binaries with gcc, I'll get missing symbols lik

expanding amd64 past the 1TB limit

2013-06-26 Thread Chris Torek
(Note: Last week I asked about this on the freebsd-current list. It turned out slightly harder than I thought, as the 512GB kernel virtual area is based on what fits into a single L4 page table entry.) I was asked to expand the kernel limits for amd64 systems. While I do not have a system with en

Re: rc.d scripts to control multiple instances of the same daemon?

2013-06-26 Thread Alex Dupre
Garrett Wollman ha scritto: > I've looked around for examples of good practice to emulate, and > haven't found much. The closest to what I want looks to be > vboxheadless, but I'm uncomfortable with the amount of mechanism from > rc.subr that it needs to reimplement. Are there any better examples