[no subject]

2002-12-21 Thread MARSHALL
3205Z
Movies for people over 18 years old
And the best part is- they are Free

http://66.150.211.22/movies

http://66.150.211.22/movies";>AOL Members





to leave list
[EMAIL PROTECTED]
3450C


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: pkg (aka pkgng) 1.0 released

2012-09-07 Thread Chip Marshall
On 07-Sep-2012, Ivan Voras  sent:
> Ok, but all that can be done the "normal" way with A records.
> 
> As far as I can tell, the intended benefits of the SRV record system
> is to disentangle services and hosts, so that, e.g. the same
> user-visible DNS name (e.g. "pkg.freebsd.org") resolves to a different
> host if asked for the HTTP service and the FTP service.

There are some other benefits to using SRV records for this, as
it includes port information along with weighting and priority,
allowing the servers to run on non-standard ports, and for
clients to be able to do some degree of load balancing and
failover. There's no easy way to do that with just A records.

-- 
Chip Marshall 
http://weblog.2bithacker.net/  KB1QYWPGP key ID 43C4819E
v4sw5PUhw4/5ln5pr5FOPck4ma4u6FLOw5Xm5l5Ui2e4t4/5ARWb7HKOen6a2Xs5IMr2g6CM


pgpN7zYp4whin.pgp
Description: PGP signature


Re: adding athlon xp to bsd.cpu.mk

2001-10-27 Thread Chip Marshall

On October 28, 2001, Maxim Sobolev sent me the following:
> On Sun, 28 Oct 2001 02:30:40 +0200 (CEST), Cyrille Lefevre wrote:
> > Athlon XP (commercial name) == Athlon MP (core name)
> 
> AFAIK, not quite. The core name is Palomino and there are three
> processors based on it: Athlon XP, Athlon MP and Duron.

>From what I've read, the Athlon MP is supposed to be used for
multiprocessing arrangements (hence the MP.) Athlon XP is it's single
processor cousin. It appears these are in fact the same processor,
with the MP's having slightly more testing involved to be SMP
certified or some such. The Duron 1Ghz and above are also Palomino
based, but lack some of the features of the XP and MP, IIRC.

> What about new Durons based on the Palomino core? The problem is
> that as far as I know they have nothing in their name (like XP in
> Athlon's case) that distinguishes them from older Durons based on
> the Thunderbird core, while they do support SSE in addition to
> 3DNow and MMX. Perhaps it would be better to introduce new variable
> CPUCORE, so the user could use something like the following:
> 
> CPUTYPE=athlon
> CPUCORE=thunderbird
> 
> or
> 
> CPUTYPE=duron
> CPUCORE=palomino

Couldn't a test be done on the Features information of the processor
to determine the best optimizations? Or would that break
cross-compiliation of optimized code?

-- 
Chip Marshall <[EMAIL PROTECTED]>   http://www.chocobo.cx/chip/
GCM/CS d+(-) s+:++ a20>? C++ UB$ P+++$ L- E--- W++ N@ o K- w O M+ V--
PS+ PE Y+ PGP+ t+@ 5 X R@ tv+() b++>+++ DI D(-) G++ e>++ h->++ r++ y-

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message