On Fri, Jul 19, 2013 at 07:15:52PM -0700, Erik Fair wrote:
> > * dhcpcd will now assign a short hostname by default
> > To use a FQDN hostname, set this in dhcpcd.conf(5)
> > env hostname_fqdn=YES
>
> This is the wrong default, too - hostname should always be FQDN.
This is far from univers
On Jul 19, 2013, at 04:52, "Roy Marples" wrote:
> Module Name: src
> Committed By: roy
> Date: Fri Jul 19 11:52:58 UTC 2013
>
> Update of /cvsroot/src/external/bsd/dhcpcd/dist
> In directory ivanova.netbsd.org:/tmp/cvs-serv22216
>
> Log Message:
> Import dhcpcd-6.0.3 with the followin
On Jul 19, 2013, at 03:34, "Roy Marples" wrote:
> Module Name: src
> Committed By: roy
> Date: Fri Jul 19 10:34:51 UTC 2013
>
> Modified Files:
> src/bin/hostname: hostname.1 hostname.c
>
> Log Message:
> Add the following options
> -A Display the FQDN of each address on all int
On Jul 19, 2013, at 12:19 AM, Jukka Ruohonen wrote:
> On Wed, Jul 17, 2013 at 10:36:26PM +, Matt Thomas wrote:
>> Log Message:
>> Some constification.
>> Add kcpuset_clone, kcpuset_insersection, kcpuset_remove,
>> kcpuset_ffs, kcpuset_ffs_intersecting,
>> kcpuset_atomicly_merge, kcpuset_atom
> Module Name: src
> Committed By: matt
> Date: Thu Jul 18 22:42:51 UTC 2013
>
> Modified Files:
> src/common/lib/libc/arch/m68k/gen: bswap16.S bswap32.S bswap64.S
> src/common/lib/libc/arch/m68k/string: bcmp.S bcopy.S bzero.S ffs.S
> memcmp.S memset.S strcmp.S strnc
> Module Name: src
> Committed By: matt
> Date: Fri Jul 19 16:42:12 UTC 2013
>
> Modified Files:
> src/common/lib/libc/arch/m68k/string: memset.S strcmp.S strncmp.S
>
> Log Message:
> With these changes, they now produce identical binary as before the coldfire
> changes.
... and p
On Fri, Jul 19, 2013 at 08:52:22AM -0700, Matt Thomas wrote:
> There is a reason for the difference.
>
> the atomic_{set,cler} are actually atomic.
>
> the atomicly use atomic operation but since they work word-by-word
> they aren't truly atomic.
Ah, I see. Might be worth to mention this also in
On Wed, Jul 17, 2013 at 10:36:26PM +, Matt Thomas wrote:
> Log Message:
> Some constification.
> Add kcpuset_clone, kcpuset_insersection, kcpuset_remove,
> kcpuset_ffs, kcpuset_ffs_intersecting,
> kcpuset_atomicly_merge, kcpuset_atomicly_intersect, kcpuset_atomicly_remove
A small nit: kcpuset_