From owner-freebsd-arch Mon May 13 7:17:17 2002 Delivered-To: freebsd-arch@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id C8B6137B407 for ; Mon, 13 May 2002 07:17:04 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g4DEGhb5045292 for ; Mon, 13 May 2002 10:16:43 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Mon, 13 May 2002 10:16:42 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: arch@FreeBSD.org Subject: Future of IFS Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As many of you know, we have a number of "variants" on the UFS/FFS theme in src/sys/ufs. In the past this has included mfs (now axed) and lfs (now axed). Currently, the denizens are ufs, ffs, ifs, and ext2fs. With the impending commit of a first draft of UFS2, we probably need to decide what's happening with each of these. The topic of this e-mail is IFS. IFS provides a "short circuit" to access the filestore mechanism defined in FFS. It optimizes out the namespace for application services requiring a filestore, but providing their own namespace/meta-data, and not wanting to pay the cost of the filesystem namespace/meta-data service (either in time for synchronous operation, or memory for soft updates). Typically, this type of filestore service is used for applications like Squid caches, or could be used for applications like Coda that provide the namespace as a pseudo-stack above the cache filestore. In the past, services such as AFS have attempted to avoid paying the price of the namespace through calls such as iopen() or fhopen() (*). IFS permits these applications to run cleanly above the filestore. However. IFS currently does not have an active maintainer (Adrian Chadd has indicated that his priorities currently lie elsewhere), and as far as I know, we have no applications in the ports tree that make use of IFS. This doesn't mean there aren't consumers of IFS, or no potential maintainer, just that I don't know of them. The UFS2 commit is going to involve a fairly extensive overhaul of the FFS code, as well as having its hands in the UFS tree. Without an active maintainer and active consumers, the IFS code is probably not something that can be maintained in the tree over this sort of change. I know Adrian had expressed the intent of axing and re-implementing the current code in time for 5.0. So... The question: Are you (or have you ever been **) an active maintainer or consumer of the IFS code. Will you notice if IFS evaporates from the souce tree? Unless we have a highly active maintainer who can fix the IFS problems that will turn up with the UFS2 commit, it would probably be best to simply remove it now. Pending a healthy and lively volunteer on the IFS front, I will do so immediately following the commit of UFS2. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services * An interesting question that has not been answered experimentally (in a published form) is whether or not this continues to be an important performance optimization. In the past, it has been, but the behavior of systems has changed substantially since the last such performance analysis I've seen. ** A member of the communist party. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Mon May 13 19:39:47 2002 Delivered-To: freebsd-arch@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 46E5737B404 for ; Mon, 13 May 2002 19:39:42 -0700 (PDT) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id TAA02164; Mon, 13 May 2002 19:39:41 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda02162; Mon May 13 19:39:32 2002 Received: from cwsys.cwsent.com (cwsys2 [10.1.2.1]) by passer.osg.gov.bc.ca (8.12.3/8.12.3) with ESMTP id g4E2dRDI086852; Mon, 13 May 2002 19:39:27 -0700 (PDT) (envelope-from cy@cwsent.com) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.3/8.12.3) with ESMTP id g4E2dLBe085221; Mon, 13 May 2002 19:39:21 -0700 (PDT) (envelope-from cy@cwsys.cwsent.com) Message-Id: <200205140239.g4E2dLBe085221@cwsys.cwsent.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 Reply-To: Cy Schubert - CITS Open Systems Group From: Cy Schubert - CITS Open Systems Group X-Sender: schubert To: rodrigobaroni@yahoo.com.br Cc: freebsd-arch@FreeBSD.ORG Subject: Re: FreeBSD design and concepts In-Reply-To: Message from "=?iso-8859-1?q?Rodrigo=20F.=20Baroni?=" of "Thu, 09 May 2002 22:05:40 -0300." <20020510010540.77293.qmail@web11107.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Date: Mon, 13 May 2002 19:39:21 -0700 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC = FreeBSD UNIX: cy@FreeBSD.org In message <20020510010540.77293.qmail@web11107.mail.yahoo.com>, = "=3D?iso-8859-1? q?Rodrigo=3D20F.=3D20Baroni?=3D" writes: > Hello all > = > = > = > I=B4m a computer science student, and I=B4m doing a > project about FreeBSD, could someone tell me where I > can find docs about design, concepts and > implementation about FreeBSD ?! > = > = > Thanks so very In addition to the other suggestions, Kirk McKusick's book entitled The = Design and Implementation of the 4.4BSD Operating System is also a good = place to get some valuable information. The information in the book is = dated but it will give you a good enough overview before you dive into = the source code to really see what is going on. Cheers, Phone: 250-387-8437 Cy Schubert Fax: 250-387-5766 Team Leader, Sun/Alpha Team Email: Cy.Schubert@osg.gov.bc.ca Open Systems Group, CITS Ministry of Management Services Province of BC = FreeBSD UNIX: cy@FreeBSD.org I To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Tue May 14 9:53:26 2002 Delivered-To: freebsd-arch@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 5F8DD37B408; Tue, 14 May 2002 09:53:21 -0700 (PDT) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020514164031.DUSP29832.rwcrmhc51.attbi.com@InterJet.elischer.org>; Tue, 14 May 2002 16:40:31 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id JAA39762; Tue, 14 May 2002 09:30:42 -0700 (PDT) Date: Tue, 14 May 2002 09:30:40 -0700 (PDT) From: Julian Elischer To: Robert Watson Cc: arch@FreeBSD.org Subject: Re: Future of IFS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have used IFS as a squid cache seeverla times ad I was in teh process of evaluating it for a project at the moment. I have not used it in the last year butI was planning on using it if my tests work.. (I am on vacation and thus the testing is suspended) In my talks with Adrian last week in Perth he indicated that he is preparing to return to FreeBSD within the next few weeks and resume his work as squid maintainer as well.. (he was 'on sabatical' while moving house and starting university) Julian On Mon, 13 May 2002, Robert Watson wrote: > > As many of you know, we have a number of "variants" on the UFS/FFS theme > in src/sys/ufs. In the past this has included mfs (now axed) and lfs (now > axed). Currently, the denizens are ufs, ffs, ifs, and ext2fs. With the > impending commit of a first draft of UFS2, we probably need to decide > what's happening with each of these. The topic of this e-mail is IFS. > > IFS provides a "short circuit" to access the filestore mechanism defined > in FFS. It optimizes out the namespace for application services requiring > a filestore, but providing their own namespace/meta-data, and not wanting > to pay the cost of the filesystem namespace/meta-data service (either in > time for synchronous operation, or memory for soft updates). Typically, > this type of filestore service is used for applications like Squid caches, > or could be used for applications like Coda that provide the namespace as > a pseudo-stack above the cache filestore. In the past, services such as > AFS have attempted to avoid paying the price of the namespace through > calls such as iopen() or fhopen() (*). IFS permits these applications to > run cleanly above the filestore. > > However. IFS currently does not have an active maintainer (Adrian Chadd > has indicated that his priorities currently lie elsewhere), and as far as > I know, we have no applications in the ports tree that make use of IFS. > This doesn't mean there aren't consumers of IFS, or no potential > maintainer, just that I don't know of them. The UFS2 commit is going to > involve a fairly extensive overhaul of the FFS code, as well as having its > hands in the UFS tree. Without an active maintainer and active consumers, > the IFS code is probably not something that can be maintained in the tree > over this sort of change. I know Adrian had expressed the intent of axing > and re-implementing the current code in time for 5.0. So... > > The question: Are you (or have you ever been **) an active maintainer or > consumer of the IFS code. Will you notice if IFS evaporates from the > souce tree? Unless we have a highly active maintainer who can fix the IFS > problems that will turn up with the UFS2 commit, it would probably be best > to simply remove it now. Pending a healthy and lively volunteer on the > IFS front, I will do so immediately following the commit of UFS2. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Project > robert@fledge.watson.org NAI Labs, Safeport Network Services > > * An interesting question that has not been answered experimentally (in a > published form) is whether or not this continues to be an important > performance optimization. In the past, it has been, but the behavior of > systems has changed substantially since the last such performance > analysis I've seen. > > ** A member of the communist party. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-arch" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Tue May 14 10:33:15 2002 Delivered-To: freebsd-arch@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 663A937B401 for ; Tue, 14 May 2002 10:33:10 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g4EHWdb5072785; Tue, 14 May 2002 13:32:39 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 14 May 2002 13:32:38 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Julian Elischer Cc: arch@FreeBSD.org Subject: Re: Future of IFS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 May 2002, Julian Elischer wrote: > I have used IFS as a squid cache seeverla times ad I was in teh process > of evaluating it for a project at the moment. Please let us know how that evaluation goes. As I said, I've seen past results (circa early 90's) that suggest this model can be highly effective at reducing cost for namespace-free filestore environments, but given a lack of more recent material evidence, it's hard to talk effectively about IFS. > I have not used it in the last year butI was planning on using it if my > tests work.. (I am on vacation and thus the testing is suspended) > > In my talks with Adrian last week in Perth he indicated that he is > preparing to return to FreeBSD within the next few weeks and resume his > work as squid maintainer as well.. (he was 'on sabatical' while moving > house and starting university) My impression from my conversation with him was that if he did start maintaining IFS again, it would be a re-implementation for 5.0. I'm concerned that in its current state, we will be unable to make progress on UFS2. So I think there are two alternatives: (1) We disconnect it from the build and let it rot in 5.0-CURRENT until he (or someone) fixes it, or that we determine that's not happening by 5.0-RELEASE, and remove it. This is pretty low-cost for us. (2) We remove it from 5.0-CURRENT entirely until he re-adds it. This is also low-cost for us. Given the intent he expressed, I'd prefer (2) so we can make as much progress on UFS2 as we can--given that IFS is highly "in bed" with UFS, it may need re-implementing regardless. If you're in closer contact with Adrian, could you ping him on his time-table for restarting work on IFS? If he does plan on re-implementing, stripping from 5.0 doesn't hurt us (or him), but it will facilitate UFS2 work, which in the long term will benefit IFS as IFS can be updated to use the UFS2 implementation and the abstraction improvements brought in. Another thing to keep in mind here is that we'll be divorcing the ext2fs bits from the UFS bits since UFS will decreasingly provide a useful starting point for the ext2fs implementation. It might be that using the same strategy for IFS would also make sense. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Tue May 14 23:16: 1 2002 Delivered-To: freebsd-arch@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 5E5AF37B406; Tue, 14 May 2002 23:15:57 -0700 (PDT) Received: from pool0038.cvx22-bradley.dialup.earthlink.net ([209.179.198.38] helo=mindspring.com) by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 177s4q-0002z4-00; Tue, 14 May 2002 23:15:56 -0700 Message-ID: <3CE1FCFE.A2602D49@mindspring.com> Date: Tue, 14 May 2002 23:15:26 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Robert Watson Cc: Julian Elischer , arch@FreeBSD.org Subject: Re: Future of IFS References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Robert Watson wrote: > My impression from my conversation with him was that if he did start > maintaining IFS again, it would be a re-implementation for 5.0. I'm > concerned that in its current state, we will be unable to make progress on > UFS2. At first glance, I find this answer surprising. I would think that the problems of externalizing UFS2 through the existing system call interface (a VFS consumer limited to 32 bits for everything but file offsets) would be exactly analogous to externalizing it via NFSv3 (a VFS consumer limited to 32 bits for almost everything, except the things where it's limited to 16 bits). The IFS code conversion of inode numbers into files isn't, to my mind, so significantly different from the conversion of NFS handles into files, that I could see how you could fundamentally break one without at least causing a lot of problems for the other. In fact, since the on disk dirent and the system call exposed dirent are only intentionally "coincidentally" equal... the same for the stuctures used by getattr/setattr/stat... it should be possible to implement a UFS2 in FreeBSD without really changing *any* of the exposed interfaces seen by user space, except later, to get at UFS2 specific features, so the work could even be staged to reduce overall risk. Every FS that isn't FFS (and therefore doesn't "coincidently" luck out) already does explicit conversions. Breaking the historical "coincidence" for a new FS seems to be a logical way of achieving ABI/API compatability. Please correct me if my logic is way off base. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Wed May 15 6:54:26 2002 Delivered-To: freebsd-arch@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id C620137B40B for ; Wed, 15 May 2002 06:54:20 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g4FDrtb5095325; Wed, 15 May 2002 09:53:55 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 15 May 2002 09:53:54 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Terry Lambert Cc: Julian Elischer , arch@FreeBSD.org Subject: Re: Future of IFS In-Reply-To: <3CE1FCFE.A2602D49@mindspring.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 14 May 2002, Terry Lambert wrote: > Robert Watson wrote: > > My impression from my conversation with him was that if he did start > > maintaining IFS again, it would be a re-implementation for 5.0. I'm > > concerned that in its current state, we will be unable to make progress on > > UFS2. > > At first glance, I find this answer surprising. > <... observations about exposing interfaces at various levels> > In fact, since the on disk dirent and the system call exposed dirent are > only intentionally "coincidentally" equal... the same for the stuctures > used by getattr/setattr/stat... it should be possible to implement a > UFS2 in FreeBSD without really changing *any* of the exposed interfaces > seen by user space, except later, to get at UFS2 specific features, so > the work could even be staged to reduce overall risk. Every FS that > isn't FFS (and therefore doesn't "coincidently" luck out) already does > explicit conversions. Breaking the historical "coincidence" for a new > FS seems to be a logical way of achieving ABI/API compatability. > > Please correct me if my logic is way off base. The problem is that IFS is highly "in bed" with FFS/UFS with respects to the internal kernel interfaces. Arguably, that's not actually a problem except in the context if the current work, in fact :-). The implementation is small -- just over a thousand lines, and it largely works by plugging into existing FFS functionality by either referring to FFS or UFS vnode operations in its operation arrays, or by directly hooking into FFS inode/file system structure details and interfaces so it can generate directory information and invoke file system meta-data calls. The problem isn't at the userland interface, where (as you surmise) the first step will simply be to use largely the same interfaces already exposed, but in the inter-FFS/UFS interface layer, where there are substantial changes in how UFS and FFS talk to each other. It doesn't seem to me that it would be all that "hard" to update IFS for the new environment, but it will take someone willing to commit to doing the work. As I said, there are really two options following the UFS2 commit: disconnect it from the build if the maintainer hasn't updated it yet, or remove it until the maintainer replaces it. If Adrian is willing to do the work, that's great; if he's not, we'll need to find a maintainer. But even if he is the maintainer, my impression from a conversation with him is that he plans to reimplement it *anyway*, making removal of the current IFS non-harmful during the "UFS2 is added but before IFS is replaced" window. In the event he does plan to "start from" the current code, it will all still be there in the Attic where it can be easily recovered (some files never die...). Another choice would be for the maintainer to do what is being done from ext2fs: divorce it from the UFS implementation entirely, so that it does get mixed up in the UFS/FFS changes. Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Thu May 16 0:21:59 2002 Delivered-To: freebsd-arch@freebsd.org Received: from hotmail.com (oe84.pav0.hotmail.com [64.4.33.226]) by hub.freebsd.org (Postfix) with ESMTP id B849937B405 for ; Thu, 16 May 2002 00:21:55 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 16 May 2002 00:21:51 -0700 X-Originating-IP: [210.74.136.33] From: "kai ouyang" To: Subject: growfs problem Date: Thu, 16 May 2002 15:21:44 +0800 MIME-Version: 1.0 X-Mailer: MSN Explorer 7.00.0021.1900 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0004_01C1FCED.637AB780" Message-ID: X-OriginalArrivalTime: 16 May 2002 07:21:51.0061 (UTC) FILETIME=[58FBA050:01C1FCAA] Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ------=_NextPart_001_0004_01C1FCED.637AB780 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Hi everyone, I have some problem on growfs. =20 I test the growfs on FreeBSD4.5 release, I do the test according http:/= /www.daemonnews.org/200111/growfs.html. On ad0s2: Firstly: c: 8177085 0 unused 0 0 # (Cyl. 0 - 50= 8) e: 1024000 0 4.2BSD 2048 16384 16 # (Cyl. 0 - 12= 7*) Secondly: c: 8177085 0 unused 0 0 # (Cyl. 0 - 50= 8) e: 248000 0 4.2BSD 2048 16384 16 # (Cyl. 0 - 127= *) I think I modify slice size, so I needn't 'fdisk -u ad0'. Then: I use growfs -s 2048000 /dev/ad0s2e; The screen infor: We strongly recommend you to make a backup before growing the Filesystem Did you backup your data (Yes/No) ? no /*I enter yes also, but the res= ult is the same*/ Nothing done Then, I fsck and re-mount the partition, the df shows me the same size as= 516M. Nothing happen.:( Best Regards Ouyang Kai=B4=D3=CD=F8=D5=BE=B5=C3=B5=BD=B8=FC=B6=E0=D0=C5=CF=A2=A1=A3MSN= Explorer =C3=E2=B7=D1=CF=C2=D4=D8:http://explorer.msn.com/lccn ------=_NextPart_001_0004_01C1FCED.637AB780 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable
Hi everyone,
  I have some problem on growfs.
  I test= the growfs on FreeBSD4.5 release, I do the test according http://www.daemonnews.org/2001= 11/growfs.html.
  On ad0s2:
Firstly:
=
  c:  8177085      &nb= sp; 0    unused        = 0     0       &nbs= p; # (Cyl.    0 - 508)
  e:  1024000 &nb= sp;      0    4.2BSD  &= nbsp;  2048 16384    16   # (Cyl. &nbs= p;  0 - 127*)
Secondly:
  c:  8177085 &= nbsp;      0    unused  = ;      0     0  &n= bsp;      # (Cyl.    0 - 508)
=   e:  248000        0 &= nbsp;  4.2BSD     2048 16384    1= 6   # (Cyl.    0 - 127*)
I think I mo= dify slice size, so I needn't 'fdisk -u ad0'.
Then:
  I use growfs -s 2048000 /dev/ad0s2e;
The screen infor:=
We strongly recommend you to make a backup before growing the= Filesystem
 Did you backup your data (Yes/No) ? no =   /*I enter yes also, but the result is the same*/
Nothin= g done
Then, I fsck and re-mount the partition, the df sho= ws me the same size as 516M. Nothing happen.:(
Best Regards
Ouyang = Kai


=B4=D3=CD=F8=D5=BE=B5=C3=B5=BD= =B8=FC=B6=E0=D0=C5=CF=A2=A1=A3MSN Explorer =C3=E2=B7=D1=CF=C2=D4=D8=A3=BA= http://explorer.msn.com/lccn=

------=_NextPart_001_0004_01C1FCED.637AB780-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Thu May 16 1:54:41 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mars.elim.net (elim.net [203.239.130.5]) by hub.freebsd.org (Postfix) with ESMTP id 7996537B40B; Thu, 16 May 2002 01:46:12 -0700 (PDT) Received: from lsmkhcfbm.drsvef.edu.br ([210.102.0.148]) by mars.elim.net (8.12.3/8.12.3) with SMTP id g4G8jFoQ022166; Thu, 16 May 2002 17:45:15 +0900 (KST) Date: Thu, 16 May 2002 17:45:15 +0900 (KST) Message-Id: <200205160845.g4G8jFoQ022166@mars.elim.net> From: To: MIME-Version: 1.0 Subject: =?EUC-KR?B?SDQ1vNK52sfRILLeQEknPTlmPA==?= Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ÀÖ´Â °÷¿¡ ¶ÇÇÑ ±â»ÝÀÌ ÀÖ´Ù. -±«Å× ¿©ÀÚÀÇ ÀÏ»ý µ¿¾È¿¡ Âü´Ù¿î ºñ±ØÀ̶õ ´Ü ÇÑ °¡Áö ¹Û¿¡ ¾ø´Ù. ±×°ÍÀº °ú°ÅÁö»ç¸¦ ¾ðÁ¦³ª ³²Æíó·³ »ý°¢ÇÏ¿© ´Ü³äÇØ ¹ö¸®´Â ÀÏÀÌ´Ù. -¿À½ºÄ« ¿ÍÀÏµå ¹ÞÀ¸½Ã´Â ºÐ²² ÇÊ¿äÇÑ Á¤º¸°¡ µÇ±æ ¹Ù¶ó¸ç º¸³»µå¸³´Ï´Ù. ±×·¸Áö ¾ÊÀº°æ¿ì¶ó¸é Áø½ÉÀ¸·Î »çÁ˵帳´Ï´Ù. ÇÁ·Î±×·¥ ŸÀÌƲ 2100¿©Àå°ú µ¿¿µ»ó ŸÀÌƲ 500¿©ÆíµîÀÇ ÀÎÅÍ³Ý "ÃÖ´Ù"ÀÇ Á¦Ç°µéÀ» ÁÖ¹®¹Þ¾Æ¼­ º¸³»µå¸®°í ÀÖ½À´Ï´Ù. ÄÄÇ»Å͸¦ ¾²½Ã´ÂÇÑ ¾ðÁ¨°£ ÇÊ¿äÇϽÇÅ×´Ï ÀúÀåÇϼż­ ÀÌ¿ëÇϽøé Æí¸®ÇϽʴϴÙ. ---------------------------------------------------- . Á¦Å¸ÀÌƲµéÀº ´ëºÎºÐ ¼ö½Ê¸¸¿ø¿¡¼­ ¼öõ¸¸¿ø¾¿ÇÏ´Â Á¦Ç°µéÀÔ´Ï´Ù. . ÀÎÅÍ³Ý Ãִ٠ŸÀÌƲÀ» º¸À¯ÇÏ°í ÀÖ½À´Ï´Ù. . ¿Ïº®ÇÑ Å©·¢/ÆÐÄ¡µéÀ» º¸À¯ÇÏ°í ÀÖ½À´Ï´Ù. Á¦°¡ Ãë±ÞÇÏ´Â ¼ÒÇÁÆ®¿þ¾î´Â ÃÖ½ÅÀÇ Ç®¹öÀüÀ̸ç 1 0 0 % ½ÇÇàÅ×½ºÆ®¸¦ ¸¶Ä£ Á¦Ç°µéÀÔ´Ï´Ù. Åë½Å»ó¿¡¼­ °¡Àå ¾çÁúÀÇ Á¦Ç°À̶ó ÀÚºÎÇÕ´Ï´Ù. µ¿¿µ»óÀº ¼ºÀοëÀ̹ǷΠ¹Ì¼º³â²²´Â ÆǸÅÄ¡ ¾Ê½À´Ï´Ù. ¹°·Ð AS µµ ÃæºÐÈ÷ Áö¿øµÇ°í ÀÖ½À´Ï´Ù. **¾ðÁ¦³ª ÃÖ½ÅÁ¦Ç°ÀÇ ¸ñ·Ï µéÀÌ ÇÊ¿äÇϽôٸé ÀüÈ­Áֽøé Á¦ ¸ÞÀΠȨÆäÀÌÁö¸¦ ¾È³»ÇØ µå¸®°Ú½À´Ï´Ù.** ¾Æ¸¶ ãÀ¸½Ã´Â Á¦Ç°Àº °ÅÀÇ ´Ù ÀÖÀ»°Ì´Ï´Ù. ¾ø´õ¶óµµ ¹®ÀÇÁÖ½Ã¸é ±¸Çص帳´Ï´Ù. ----------------------------------------------- >>-A/S¾È³»-<< Å×½ºÆ®¸¦ ¸¶Ä£ Á¦Ç°µéÀ̱⠶§¹®¿¡ º°´Ù¸¥ A/S »çÇ×Àº ¾øÀ» °ÍÀÔ´Ï´Ù. ¹°·Ð ¾î¶² °æ¿ì¶óµµ ¿Ïº®ÇÑ A/S ¸¦ º¸ÀåÇØ µå¸³´Ï´Ù. ¹®Á¦°¡ ¹ß»ýÇÒ °æ¿ì´Â '¹Ýµå½Ã' ¿¬¶ôÁֽʽÿÀ ²À! ÇØ°áÇØ µå¸³´Ï´Ù. ±âŸ¾÷ÀÚ¿¡°Ô¼­ ½ÇÇà ¾ÈµÇ´Â Á¦Ç°À» ±¸ÀÔÇغ¸½Å ºÐµéÀ̳ª, ¼³Ä¡¹æ¹ý ¹°¾îº¸¸é ÀüÈ­²÷¾î¹ö¸®´Â^^ ¾÷ÀÚ³ª È£Ãâ±â·Î ÁÖ¹®¹Þ´Â ¾÷ÀÚ¿¡°Ô¼­ »ç±â´çÇϼż­ ¿¬¶ôµµ ¸øÇغ¸½Ã°í ¹ß¸¸ µ¿µ¿±¼·¯º¸½Å ºÐµé, ºñ½Ñ°ªÁÖ°í ±¸ÀÔÇÑ°ÍÀÌ °Ü¿ì ¸³¹öÀüÀ̳ª ¼¼¾î¿þ¾î¿´´ø ºÐµé, ÀÌÁ¦ ´ä´äÇÑ ¸¶À½À» ¹ö¸®½Ã°í Àú¿Í »óÀÇÇϽʽÿÀ =================================================== ===================[ ÀÌ¿ë¾È³» ]================== =================================================== ÇÊ¿äÇÑ °ÍÀÌ ÀÖ´Ù¸é ¾Æ·¡¸¦ ÂüÁ¶ÇÏ¿© ÀüÈ­·Î ÁÖ¹®ÁֽøéµË´Ï´Ù. ! . ¸ÞÀϷδ ÁÖ¹®¹ÞÁö ¾Ê½À´Ï´Ù . ! ! . º¸³»µå¸° ¸ÞÀÏÁּҷδ ÁÖ¹®Áּŵµ Á¦°¡ ¹ÞÁö¸¦ ¸øÇÕ´Ï´Ù . ! >>-ÁÖ ¹® ¹æ ¹ý-<< ÀüÈ­ÁÖ½ÅÈÄ ¹°°ÇÀÇ ¹øÈ£¿Í ¹ÞÀ¸½Ã´ÂºÐÀÇ ÁÖ¼Ò¿Í ¼ºÇÔ,¿¬¶ôó ÀÔ±ÝÇϽôºÐÀÇ ¼ºÇÔÀ» ¸»¾¸ÁÖ½ÅÈÄ ÀúÈñ°¡ ¾Ë·Áµå¸®´Â °èÁ·ΠÀÔ±ÝÇϽøé , È®ÀÎÈÄ ¹ß¼ÛÇÕ´Ï´Ù. ÈÞÀÏÀº ½±´Ï´Ù.. ÀºÇ൵ ¹è´ÞºÎµµ ½¬°Åµç¿ä.. >>-ÀԱݽà ȮÀλçÇ×-<< Á¦°èÁ°¡ ÃàÇùÀÌ ³óÇùÀ¸·Î º¯ÇÑ°ÍÀÌ¶ó¼­ ³óÇùÀÌ ¾Æ´Ñ ŸÇàÀԱݽÿ¡ Á¦ °èÁ¹øÈ£¸¸ ³ª¿À°í Á¦À̸§ÀÌ È­¸é¿¡ ¾È ¶ß´Â °æ¿ì°¡ ÀÖÀ¾´Ï´Ù. ÀÌ°æ¿ì °èÁ¹øÈ£¸¸ ÀÏÄ¡Çϸé ÀÔ±ÝÇϽøé Á¦°Ô·Î Á¤È®È÷ ÀÔ±Ý µË´Ï´Ù. (³óÇù¿¡¼­ ÀÔ±ÝÇϽô °æ¿ì´Â »ó°üÀÌ ¾ø½À´Ï´Ù.) >>>>>>>>>>>>>>-ÁÖ ¹® Àü È­ ¹ø È£-<<<<<<<<<<<<<<< ÇÚ µå Æù : 0 ¢Ã 1 ¢Ã 1 - 9 ¢Ã 0 ¢Ã 2 ¢Ã 2 - 0 ¢Ã 6 ¢Ã 2 ¢Ã 1 ÇÚ µå Æù : 0 ¢Ã 1 ¢Ã 1 - 9 ¢Ã 0 ¢Ã 2 ¢Ã 2 - 0 ¢Ã 6 ¢Ã 2 ¢Ã 1 >>-¿µ ¾÷ ½Ã °£-<< ¿ÀÀü 10½ÃºÎÅÍ ¿ÀÈÄ 6½Ã±îÁö. (°¡²û7½Ã±îÁöµµ ÄÕ´Ï´Ù) °£È¤ ²¨Á®Àִ°æ¿ì 1½Ã°£ÈÄ ¿¬¶ôÁֽðųª ÀüÈ­¹øÈ£¸¦ ³²°ÜÁÖ¼¼¿ä. 1½Ã°£ À̳»·Î ¿¬¶ôµå¸®°Ú½À´Ï´Ù. (Àú³áÀÏ°æ¿ì ÀÍÀÏ¿ÀÀü¿¡ ²À ¿¬¶ôµå¸³´Ï´Ù) >>-¼Ò ¿ä ½Ã °£-<< ´ëºÎºÐ ""ÀÔ±ÝÇϽŠ´ÙÀ½³¯"" ¹ÞÀ¸½Ê´Ï´Ù. (24½Ã°£À̳») >>-°¡ °Ý-<< °¡°ÝÀº º°µµ Ç¥½ÃµÈ Á¦Ç°À» Á¦¿ÜÇÏ°í´Â ¸ðµÎ 1¸¸ 5õ¿øÀ¸·Î °è»ê ÇÏ½Ã¸é µË´Ï´Ù. Åùèºñ´Â 5õ¿øº°µµ . (5¸¸¿øÀÌ»ó½Ã Åùèºñ¹«·á) (ÇѲ¨¹ø¿¡ 5Àå ±¸ÀԽà ¾ßµ¿1Àå ´õ ¼±Åð¡´É!) >>-¸ñ·Ï±¸¼º¾È³»-<< ´ÙÀ½°ú °°Àº ¼ø¼­·Î ±¸¼ºµÇ¾îÀÖ½À´Ï´Ù. ========================================================= 1 - * ÃֽŠ¾÷µ¥ÀÌÆ® ¸®½ºÆ® * -ÃÖ±Ù ¾÷µÈ ºÎºÐÀÔ´Ï´Ù. 2 - * ¸ÞÀθ®½ºÆ® * - Á¦ ¸®½ºÆ®ÀÇ Àüü¸ñ·ÏÀÔ´Ï´Ù. Àüü¸ñ·ÏÀº ´ÙÀ½°ú °°Àº ¼ø¼­·Î ±¸¼ºµÇ¾îÀÖ½À´Ï´Ù. O - ¿î¿µÃ¼Á¦,Norton(¹ÙÀÌ·¯½º...) W - »ç¹«¿ë ¿ÀÇǽº,¿öµå,ÀüÀÚÃâÆÇ,¹®ÀÚÀνÄ(OCR) N - ³×Æ®¿öÅ©,DB°ü·Ã L - ·©±ÍÁö,ÇÁ·Î±×·¡¹Ö Åø C - ijµå.°ÇÃà.±â°è¼³°è.ÀüÀÚ.GIS°ü·Ã S - ¼öÇÐ,Åë°è°ü·Ã G - ±×·¡ÇÈ °ü·Ã(¸Æ½º,Æ÷Åä¼¥,ÇÁ¸®¹Ì¾îµî,,,) T - ¸ÖƼ¹Ìµð¾î,À¥,ȨÆäÀÌÁö,Photo¾Ù¹üÁ¦ÀÛ J - ±âŸ(À½¾Ç,·¹ÄÚµù,ÇØÅ·,µîµî) E - ÇнÀ,±³À°¿ë(¹é°ú,¹ø¿ª,¹ÙµÏ,ƯÈ÷ »ó¾÷¿ëµµ,,,,) D - ÀÇÇаü·Ã X - Çѱ¹ÀÇ ¼ºÀο뵿¿µ»ó (¹é¾ç, ÁøÁÖÈñ µî) Y - ÀϺ»ÀÇ ¼ºÀÎ¿ë µ¿¿µ»ó ( °¡Á¤±³»ç µî) Z - ¼­¾çÀÇ ¼ºÀÎ¿ë µ¿¿µ»ó (¹é¼³°øÁÖ µî..) R- ·Î¸®Å¸ ¹× ±âŸ ¿±±âµ¿¿µ»ó ¸ðÀ½... ============================================================ **¿ë·®°ü°è·Î Àüü ŸÀÌƲÀÇ ¼¼¼¼ÇÑ ¼³¸íÀ» ½ÆÁö ¸øÇÑÁ¡ ¾çÇØ ¹Ù¶ø´Ï´Ù. Á¦°¡°¡Áø ŸÀÌƲÀÇ ´ëºÎºÐÀÇ Á¦¸ñÀ» ½Ç¾úÀ¾´Ï´Ù. ¿ì¼± Á¦¸ñÀ¸·Î ã¾Æº¸½Ã°í, ¼¼¼¼ÇÑ ¼³¸íÀÌ ÇÊ¿äÇϽźеéÀº Á¦ ÀÓ½ÃȨÆäÀÌÁö¸¦ ¹æ¹®Çϼż­ È®ÀÎÇÏ½Ã¸é µË´Ï´Ù.** Àӽà ȨÆäÀÌÁö´Â http://rH3Fh1.dA.rU http://rH3Fh1.cE.rO http://rH3Fh1.kA.kY ÀÔ´Ï´Ù. ÀÓ½ÃȨÆäÀÌÁö Àå¾Ö½Ã ÀüÈ­ÁÖ½Ã¸é ¸ÞÀÎȨÆäÀÌÁö¸¦ ¾Ë·Áµå¸³´Ï´Ù. <ÀüÈ­»óÀ¸·Î ÇÊ¿äÇÏ½Å°É Á÷Á¢ ¹®ÀÇÇϼŵµ µË´Ï´Ù.> //////////////////////////////////////////////////////// 5¿ù ¾÷µ¥ÀÌÆ® ¸®½ºÆ® //////////////////////////////////////////////////////// * ¸ÞÀθ®½ºÆ®´Â ¾÷¸®½ºÆ®ÀÇ ´ÙÀ½¿¡ À̾îÁý´Ï´Ù. ¿î¿µÃ¼Á¦,À¯Æ¿ ¾÷µ¥ÀÌÆ® ====================== O-009¹Ù¢Ã MS Windows 2000 Datacenter Server -2¸¸¿ø - À©µµ¿ì 2000 °è¿­ÀÔ´Ï´Ù. O-011¶ó¢Ã MS Windows XP Home Edition(ÇÑ) -2¸¸¿ø È®½ÇÈ÷ Ȩ¿¡µð¼Ç ÀÔ´Ï´Ù-½ÃÀÛÈ­¸é¿¡¼­ºÎÅÍ ´Ù¸§! O-011¸¶¢Ã MS Windows XP ADVANCED SERVER -3¸¸¿ø O-011¹Ù¢Ã MS Windows XP DATACENTER SERVER -3¸¸¿ø O-054¢Ã Lindows(¸°µµ¿ì) Linux ¿Í Windows¸¦ ÇÕÇß´Ù³ª¿ä..? ¸¶ÀÌÅ©·Î¿Í ¹ýÁ¤¼Ò¼Û±îÁö ¹úÀÌ´Â ¸°µµ¿ì ÀÔ´Ï´Ù. O-055¢Ã Microsoft Windows .NET Enterprise Server ´å³Ý ¿£ÅÍÇÁ¶óÀÌÁî ¼­¹öÀÔ´Ï´Ù. 3¸¸¿ø O-056¢Ã FINAL DATA for NT AND 9X.ISO Æ÷¸Ë½ÃŲ µ¥ÀÌÅͱîÁöµµ º¹±¸ÇØÁÝ´Ï´Ù. »ç¹«¿ë,¿ÀÇǽº,OCR°ü·Ã ¾÷µ¥ÀÌÆ® ====== W-047¢Ã BYVOICE (¹ÙÀ̺¸À̽º) professional (ÇѱÛÆÇ) -2¸¸¿ø º¸À̽º to ÅؽºÆ® ÀÇ Å¹¿ùÇÑ ÇÁ·Î±×·¥ Çѱ۷Π¸»À»Çϸé, ÄÄÇ»Å͸¦ Á¦¾îÇÏ°í ÅؽºÆ®·Î ÃÄÁÝ´Ï´Ù. ŸÀÚÄ¡±â ½ÈÀ¸½ÅºÐµéÀ» À§ÇÑ Èñ¼Ò½Ä!! W-051¢Ã FONT CD 2CD 3¸¸¿ø ¾¾µðµÎÀå¿¡ ²ËÂ÷´Â ºÐ·®ÀÇ ¾öû³­ ÆùÆ®¸¦ ¸ð¾Ò½À´Ï´Ù. À̸§ µé¾îº»µíÇÑ °Ç ¸ðµÎ ÀÖ½À´Ï´Ù. W-048¢Ã Crazytalk v2.51 (std+web,txt¸¦ ¸ñ¼Ò¸®·Î!) 2¸¸¿ø ÅؽºÆ®·Î Ä¡¸é È­¸é»óÀÇ ÁÖÀΰø(»ç¶÷ µ¿¹°)µéÀÌ ÀÔÀ»¹ú·Á ¸»ÇØÁÝ´Ï´Ù. TTS °è¿­ÀÇ Àç¹ÌÀÖ´Â ÇÁ·Î±×·¥, ¸»ÇÏ´Â ÁÖÀΰøÀÇ Ç¥Á¤±îÁö ÆíÁý°¡´ÉÇÕ´Ï´Ù. ÇÁ·Î±×·¡¹Ö °ü·Ã ¾÷µ¥ÀÌÆ® ============ L-004Â÷¢Ã Borland C++ Builder 6.0 Enterprise Edition Full -5CD 5¸¸¿ø CD1: Main Application (Borland C++ Builder 6 Enterprise Edition) CD2: Main Application (Borland C++ Builder 6 Enterprise Edition) CD3: Enterprise server: Web Edition, VisiBroker Edition,AppServer Edition. CD4: e-Learning - RADical web services for the e-business CD5: C++ Builder Companion tools (which contains add-on libs by 3rd party etc). L-024¶ó¢Ã Powerbuilder 8 -2¸¸¿ø L-020»ç¢Ã MS Visual Studio .NET ÇÑ±Û 7CD Full -7¸¸¿ø (ÃÖ°í¹öÀü ¾ÆÅ°ÅØÃÄ_ ¾ØÅÍÇÁ¶óÀÌÁî ¹öÀüÀÔ´Ï´Ù A_D ¾Æ´Ô!) L-035¢Ã Compaq Visual Fortran Professional v6.5.0 -2¸¸¿ø L-036¢Ã Rational Rose 2001 for win -2¸¸¿ø ºñÁÖ¾ó ¸ðµ¨¸µ UML °ü·Ã L-037¢Ã IDA pro 4.17 -2¸¸¿ø ÀÎÅ;×Ƽºê µð½º¾î¼Àºí·¯ÀÔ´Ï´Ù. L-020¾Æ¢Ã MSDN (JANUARY) 1¿ù 3CD 3¸¸¿ø ³×Æ®¿öÅ©°ü·Ã ¾÷µ¥ÀÌÆ® ============== N-029³ª¢Ã Borland Kylix Server Developer 2.0 For Linux -2¸¸¿ø N-033¢Ã David 6.6 m -3¸¸¿ø - Unified Messaging Software ¼¼°èÀûÀ¸·Î À¯¸íÇÑ ¸Þ½Ã¡ ³×Æ®¿öÅ© ¼Ö·ç¼Ç (Æѽº À̸ÞÀÏµî ¸ðµçÁ¾·ùÀÇ ¸Þ½Ã¡) N-034¢Ã CheckPoint 2000 Enterprise Suite SP -3¸¸¿ø ¹æÈ­º® °èÅë¿¡¼­´Â À¯¸íÇÑ È¸»çÁÒ. ijµå°ü·Ã ¾÷µ¥ÀÌÆ® ================= C-144¢Ã E-CAD Pro (c)AMS 2¸¸¿ø ÀÛÁö¸¸ °­·ÂÇÏ°í °£ÆíÇÑ PCB °ü·Ã ijµåÇÁ·Î±×·¥ÀÔ´Ï´Ù. C-142³ª¢Ã AutoDesk Building Mechanical V1.0 for Architectural Desktop -3¸¸¿ø C-145¢Ã ARTcam pro v5.104 (C)Delcam -3¸¸¿ø C-146¢Ã TEBIS CAD/CAM v3.1 R11 3¸¸¿ø NT sp5/2000 À̻󿡼­ ½ÇÇàµË´Ï´Ù. 1024-1280 ¸ð´ÏÅÍ Çʼö. C-147¢Ã WaterCAD.v4.5 ¼ö(À¯)·® ºÐ¼®CAD/µðÀÚÀÎ/¸ðµ¨¸µ°ü·Ã CAD -3¸¸¿ø C-148¢Ã GS MESHER V2002 R1 (c) MSC -5¸¸¿ø 3¸¸ºÒÂ¥¸® µ¶¸³Çü meshing tool ÇÁ·Î±×·¥ÀÔ´Ï´Ù. C-109´Ù¢Ã ArcGIS DeskTop V8.1.2 (c)ESRI 3CD -6¸¸¿ø CD1 - ArcGIS Desktop 8.1.2 for NT/2K/XP CD2 - Crystal Decisions Crystal Reports Version 8.5 for ESRI CD3 - ArcGIS Digital Books and Sample Maps C-073¶ó¢Ã MDT 6.0 ÇÑ±Û -2CD 5¸¸¿ø C-053³ª¢Ã FloorPlan v6.15 3¸¸¿ø º®Ã¼ ¼³°è °ü·Ã Åø C-002¸¶¢Ã ansys.6.0 10¸¸¿ø C-003³ª¢Ã Ansys Designspace 6.01 TFL.rar 3¸¸¿ø ¼³°èÀÚ¸¦ À§ÇÑ À¯ÇÑ¿ä¼Ò Çؼ® ÇÁ·Î±×·¥ C-019¶ó¢Ã Autodesk AutoSketch R8 2¸¸¿ø G-072¶ó¢Ã avid softimage xsi v2.1 3CD 10¸¸¿ø - ¼ÒÇÁÆ®À̹ÌÁö XSI ÀÇ »õ·Î¿î ¹öÀü 2.1ÀÇ Ç®¹öÀüÀÔ´Ï´Ù. C-109³ª¢Ã ArcView v8.1 ESRI 2CD 4¸¸¿ø ³Ê¹«³ª À¯¸íÇÑ µ¥½ºÅ©Å¾ GIS & ¸ÅÇÎ ¼ÒÇÁÆ®¿þ¾î C-076³ª¢Ã microstation v8 -5¸¸¿ø - ¿£Áö´Ï¾î¸µ µðÀÚÀÎ ¼Ö·ç¼ÇÀÔ´Ï´Ù. À©xp,98,me,nt4,2000 Áö¿ø 128·¥ÇÊ¿ä C-092´Ù¢Ã Rhino V 2.0 -3¸¸¿ø - ¸®³ë 3D ¹öÀü 2 ÀÔ´Ï´Ù. C-041´Ù¢Ã Cimatron (½Ã¸¶Æ®·Ð) v12 15¸¸¿ø È®½ÇÈ÷ ½ÇÇàµÇ°í ( ncµ¥ÀÌŸ ³ª¿È), º°µµ·Î ±¸ÀÔÇϼžßÇÏ´Â Æ÷½ºÆ® ÇÁ·Î¼¼¼­µµ Æ÷ÇÔ,¿Ïº® ½ÇÇà C-072»ç¢Ã Mastercam v9.0 -10¸¸¿ø C-137¢Ã Multisim Pro 2001 Electronic WorkBench -3¸¸¿ø -circuit µðÀÚÀÎ ÅøÀÔ´Ï´Ù. C-138¢Ã FME suite 2001 -3¸¸¿ø ¿©¼¸°³ÀÇ ¸ðµâ·Î ±¸¼ºµÇ¾î ¿Ïº®ÇÑ µ¥ÀÌŸ ¾ï¼¼½º¸¦ Á¦°øÇÏ´Â ¼Ö·ç¼Ç FME/Universal Translator FME/Universal Viewer FME/Workbench FME/Themes for ArcView FME/Plug-in Builder API FME/Objects API C-139¢Ã SilverScreen Solid Modeler v6.92 3¸¸¿ø -°ÇÃà,¿£Áö´Ï¾î¸µ °ü·Ã ijµå (¸³ÀÌÁö¸¸ È®½Ç½ÇÇà!) C-140¢Ã Surfacer v10.5 3¸¸¿ø - Imageware(tm) Surfacer for NT/2K °­·ÂÇÏ°í Á÷°üÀûÀÎ surface creation Åø. C-141¢Ã CADIAN 2002(ÇѱÛ) Professional 3¸¸¿ø ÇѱÛijµå ijµð¾È 2002 ÀÔ´Ï´Ù. C-142¢Ã Autodesk Building Electrical V1.0 3¸¸¿ø Àü±â ±â»ç¿¡°Ô 2D ¹× 3D »ý»ê¼º µµ±¸¸¦ Á¦°øÇÏ´Â »õ °Ç¹° ½Ã½ºÅÛ Á¦Ç°. Àü±â¹è¼± µµ¸éÈ­... C-143¢Ã CAD Exceed 6.2 3D (3D °ü·Ã ijµåÀÓ. x½á¹ö¾Æ´Ô) -3¸¸¿ø ±×·¡ÇÈ°ü·Ã ¾÷µ¥ÀÌÆ® ================ G-014¶ó¢Ã Adobe After Effects 5.5 Production Bundle 2¸¸¿ø ¾îµµºñÀÇ ¸ÖƼ¹Ìµð¾î-À¥ ÅëÇÕ¼Ö·ç¼ÇÆÐÅ°ÁöÀÔ´Ï´Ù. ½ºÅÄ´Ùµå ¹öÀüº¸´Ù, ¿ÀÈ÷·Á »óÀ§ÀÇ ÇÁ·Î´ö¼Ç ¹øµé ¹öÀüÀÔ´Ï´Ù. G-091¢Ã Adobe Atmosphere 1.0 °¡»ó 3D À¥ÆíÁý °ü·Ã G-034¸¶¢Ã Corel Draw 9.0 (ÇѱÛ) -3CD 3¸¸¿ø - ´©¶ôµÇ¾ú´ø°Í ¿Ã¸³´Ï´Ù. G-021¸¶¢Ã Adobe Premiere 6 2CD 3¸¸¿ø G-093¢Ã Macromedia Extreme 3D v2 2¸¸¿ø ¸¶Å©·Î¸Þµð¾ÆÀÇ 3D ±×·¡ÇÈ°ú ¸ÖƼ¹Ìµð¾î °ü·Ã ÇÁ·Î±×·¥ G-092¢Ã Adobe LiveMotion v2.0 2¸¸¿ø ¾îµµºñÀÇ À¥ÀúÀÛ°ü·Ã ÇÁ·Î±×·¥ ¶óÀ̺ê¸ð¼Ç G-094¢Ã Corel Knockout 2 2¸¸¿ø °¡Àå ºü¸£°í Á¤È®ÇÑ ¸¶½ºÅ© Å×Å©´ÐÀ» º¸¿©ÁÝ´Ï´Ù. G-020¾Æ¢Ã Adobe PhotoShop 7.0 -2¸¸¿ø G-055»ç¢Ã Maya Unlimited 4.01 for linux 2¸¸¿ø S-003´Ù¢Ã Mathematica v4.1 -2¸¸¿ø ¸Å½º¸ÅƼī 4.1 ÀÔ´Ï´Ù. S-010¢Ã Origin 6.0 ¸ÖƼ¹Ìµð¾î , À¥ °ü·Ã ¾÷µ¥ÀÌÆ® ========== T-002´Ù¢Ã Adobe Golive v6.0 2¸¸¿ø ¾îµµºñÀÇ À¥ÀúÀÛ°ü·Ã ÇÁ·Î±×·¥ °í¶óÀ̺ê. T-024¸¶¢Ã Macromedia Flash MX 6 (¼ö¹é¸Þ°¡ Ç®¹öÀü!) 3¸¸¿ø T-056¢Ã Avid Xpress DV v3 3¸¸¿ø °­·ÂÇÑ ¿Àµð¿À ºñµð¿À DV ÆíÁý Åø T-035¹Ù¢Ã MS Visio Professional 2002 SR1 2¸¸¿ø T-026¶ó¢Ã Ulead Vedio studio 5.0 DVD Edition -2¸¸¿ø À¯¸®µå ºñµð¿À ½ºÆ©µð¿ÀÀÔ´Ï´Ù. T-057¢Ã Swish 2.0 (Flash ÅøÀÔ´Ï´Ù.) 2¸¸¿ø ±âŸ °ü·Ã ¾÷µ¥ÀÌÆ® ================== J-016¢Ã MUSICBOX ¹ÂÁ÷¹Ú½º -2CD 3¸¸¿ø J-017¢Ã LucasFilm Sound Effects Library (6CD¸¦ 2Àå¿¡ ¸ðµÎ ´ãÀ½!) 2CD -3¸¸¿ø ¹æ´ëÇÑ ºÐ·®ÀÇ »ç¿îµå È¿°ú ¼Ò½º µð½ºÅ©ÀÔ´Ï´Ù. J-018¢Ã Native instruments Reactor v3.2 -2¸¸¿ø ¼¼°èÀûÀÎ »ç¿îµå ½Åµð»çÀÌ¡ ¼ÒÇÁÆ®¿þ¾î J-034¶ó¢Ã Nero 5.5.7.8 J-003³ª¢Ã Cakewalk Home Studio 2002 10.0.2 -2¸¸¿ø ±³À°, ·¹Àú, ÇнÀ¿ë °ü·Ã ¾÷µ¥ÀÌÆ® ================ E-001³ª¢Ã Microsoft Autoroute 2002 Europe 2CD -3¸¸¿ø Áöµµ°ü·ÃÀÔ´Ï´Ù. À¯·´¿©ÇàÇϽǺÐÀº Çʼö¶ó³×¿ä. E-110¢Ã SYSTRAN Professional PREMIUM ¹ø¿ªÇÁ·Î±×·¥ -2¸¸¿ø ¼¼°èÀûÀÎ ¹ø¿ªÇÁ·Î±×·¥. ¿µ,µ¶,ÀÌ,ºÒ,½º ¾ð¾î¸¦ »óÈ£¹ø¿ª ÇØÁÝ´Ï´Ù. Àü°øÀÚ´Ôµé µ¶¾î ¿ø¹®À» ¿µ¾î·Î ÀüȯÇÑÈÄ ¿µÇѹø¿ª ÇÁ·Î±×·¥À¸·Î ¹ø¿ªÇϽøé ÁÁÀ»µí ½Í½À´Ï´Ù. E-066¢Ã Bonito RadioCom 5.1 ÇÜÀåºñ(¶óµð¿À)¸¦ ÄÄÇ»ÅÍ¿¡¼­ ÅëÁ¦ÇÏ´Â ¹«¼±(ÇÜ)°ü·Ã ÇÁ·Î±×·¥ E-286¢Ã MyBible 301 (¼º°æÀü¼­ÀÔ´Ï´Ù ) ============ ¼ºÀÎ µ¿¿µ»ó ŸÀÌƲ ÀÔ´Ï´Ù. ==================== ¿±±â, ƯÀÌÇÑ µ¿¿µ»ó °ü·Ã¾÷µ¥ÀÌÆ® ================================ R-006¢Ã ·Î¸®Å¸ 0401 µ¿³²¾Æ,¼­¾ç Æ丣Áî - ¾î¸° ¼­¾ç ¼Ò³àÀÔ´Ï´Ù. µ¿³²¾Æ 15¼¼ - °í°ÍÂü ¹«Áö ½Ã²ô·´±º¿©..ÀϺ»³ÑÀÌ ÇѸ¶µðÇÏ¸é ¿©·¯¸¶µð ÇÕ´Ï´Ù. R-007¢Ã ·Î¸®Å¸ 0402 ºòÅ°,È­Àå½Ç vicky-anal À̹ø¿£ ª°Ô ¸Ó¸®ÀÚ¸£°í ÇÕ´Ï´Ù.. ÈÄÀå¿¡.. µé¾î°¡´Â°Ô ¿ëÇϱº¿©.. È­Àå½ÇÀÇ ¼Ò³à - È­Àå½Ç ÀÇ ¼­¾ç Çлýµé... R-008¢Ã ·Î¸®Å¸ 0403 ÁßÇлý,½ºÆ®¸³¼¿Ä« ÁßÇлý ÀϺ» ÁßÇлý ·Î¸®Å¸ ÀÔ´Ï´Ù. Áß2Á¤µµ? ÀÏ´Ü ¹°°í ½ÃÀÛÇؼ­ ³ªÁß¿¡ ¹­¾î³õ°í ¸éµµ¿¡ ¾Æ³¯±îÁö.... ÷¿£ ±³º¹ Ä¡¸¶¸¸ µéÃß°í Çعö¸®´Â ±º¿ä..^^ÁÁ½À´Ï´Ù. ½ºÆ®¸³¼¿Ä« Àڱ⠳²ÀÚÄ£±¸¾Õ¿¡¼­ ¸ÚÁö°Ô ½ºÆ®¸³ÇÏ´Â ¼­¾ç ¼Ò³à.. Z-2011¢Ã SM¸ðÀ½CD 0401 Woman gets a torture °æÀÌÀûÀÎ ¿©ÀÚ±º¿ä.. ÃÐ³ó ¶³¾î¶ß¸®±â, ¸»Ã¤ÂïÀ¸·Î ¶§¸®±â,»¡·¡Áý°Ô·Î °Å±â^^ ¹°¸®±â ¹Ù´Ã·Î Â±â,¸·´ë±â·Î ¾¥½Ã±â.... ±×·¯¸é¼­ ¼Ò¸®¸¦ Áö¸¨´Ï´Ù..¿ì~ RigEast ÇϳàµéÀ» ¸ð¾Æ³õ°í ¹úÀ» ÁÖ´Â À̾߱âÀÔ´Ï´Ù. ü¹ú½Ç¿¡¼­ ÀÇÀÚ¿Í ±âµÕ¿¡ Á¤¸»·Î ¶§·Á¼­ ÇǸÛÀÌ µé¶§±îÁö ¶§¸®´Â ±º¿ä. Z-2012¢Ã SM¸ðÀ½CD 0402 Emsis ³²ÀÚ¸¦ ÇüƲ¿¡ ¹­°í äÂïÀ¸·Î Æаí..À½ °Å±â¿¡ »¡·¡Áý°Ô¸¦.. ½ÉÇÑ ÆÐƼ½¬´Â ¾Æ´ÏÁö¸¸ º¼¸¸Çϳ׿ä. spanking pedding and caned ¿ì¸®¸»·Î´Â Æø·Â°¡Á¤ Âë Çؾ߰ڳ׿ä.. ^^ ¹«¸­¿¡ ¿Ã·Á³õ°í º¼±â¸¦ ¶§¸®´Â Àå¸é ÀÌ ¸¹ÀÌ ³ª¿É´Ï´Ù. ¿©·¯°¡Áö ¸Å·Î ´Ù¾çÇÏ°Ô Æд±º¿ä.. Çѱ¹ µ¿¿µ»ó ¾÷µ¥ÀÌÆ® ===================== X-055¢Ã ¸ðµ¨¸ôÄ« , °¡¸é¸Ç(»ß¿¡·Î) ¸ðµ¨¸ôÄ«- ²Ï ¾Ë·ÁÁø ¸ðµ¨À̶ø´Ï´Ù. ¼ÓĪ P¾çÀÌÁÒ.. ±ô±ôÇѵ¥¼­, ¹àÀºµ¥¼­.. ¾ÖÀΰú Çϴ±º¿ä. ½ºÅÄµå ¾²·¯Áö°í.. ³­¸®³³´Ï´Ù.. ^^ °¡¸é¸Ç(»ß¿¡·Î) ³²ÀÚ°¡ °¡¸éÀ»¾²°í ¿©ÀÚ¿Í ÇÕ´Ï´Ù...ÀßÂï¾ú³×¿ä. X-056¢Ã ´Ù¹æ·¹Áö/¼úº´³Ö±â/¹æ¹èµ¿¸ôÄ« ´Ù¹æ·¹Áö - ¹è´Þ¿Â ´Ù¹æ·¹Áö¸¦ ¾ó¸¶¹Þ³Ä°í ²¿¼Å¼­... °á±¹ ½Ñ°ª¿¡ Âï¾î¹ö¸®´Â ¹«¼­¿î ³Ê¹Ì ³ª¿É´Ï´Ù. °¡·ÃÇÑ ·¹Áö... ¾à°£ ¸Ö¸®¼­ ÀâÀº ¼¿Ä«ÀÔ´Ï´Ù. Áß°£¿¡ ¼úº´À¸·Î ¾¥½Ã´Â±º¿©. ^^ + ¹æ¹èµ¿ ¸ðÅÚ ¸ôÄ«(1½Ã°£) DIVX µ¿¾ç ¾÷µ¥ÀÌÆ® ================ Y-140¢Ã ¿øÁ¶±³Á¦(±×·ì) 3¸íÀÇ ¼Ò³àµé°ú µ¿½Ã¿¡ ÇÑ Ä§´ë¿¡¼­ ¿øÁ¶±³Á¦¸¦ ÇÏ´Â ³Ñ! Á¤¸» Á×ÀÌ°í ½Í°Ô ºÎ·´±º¿©... ¼¿ÇÁÄ«¸Þ¶ó ÀÔ´Ï´Ù. Y-141¢Ã ¼º°í¹® µîÀåÀι°- °³¸ñ°ÉÀÌ,Ãгó,º×,ÄÅ,Ȥ´Þ¸° ÀÎÁ¶¹°°Ç^^,Ä¿´Ù¶õÁøµ¿±â ¹­´Â ÀÇÀÚ. ÄÅ¿¡ ¹» ¸ðÀ»±î¿ä..? ^^ Y-142¢Ã Big Boob Whores "Å« Á¥ÆÃÀÌÀÇ Å¸¶ôÇÑ ¿©ÀÚ ^^ " ½Ã¸®Áî 1 ÀÔ´Ï´Ù. »ç¹«¶óÀÌ¿¡¼­ Á¦ÀÛÇÑ °Ì´Ï´Ù. ¹¦ÇÏ°Ô ±Í¿©¿î ¼¼¸íÀÇ °¡½¿Å« ¿©ÀÚ¸¦ Â÷·Ê·Î µû¸Ô´Â °Ì´Ï´Ù. ^^ °¡½¿Å« ¿©ÀÚ´Â ¿ôÀ½ÀÌ ÇìÇÁ´Ù´øµ¥ °ú¿¬ ±×·¸±º¿ä.. Y-143¢Ã ÁֺΠÁ¦¸ñ¾øÀ½. ÁֺεéÀ» »ó´ë·Î ÀÎÅͺäÇѵڿ¡ µû¸Ô´Â ¾ÆÁÖ Æ¯ÀÌÇÑ °ÍµéÀ̳׿ä. »ç¹«¶óÀÌ Á¦ÀÛ. ÀþÀº°Íµé°ú´Â ´Ù¸¥ »ö´Ù¸§ÀÌ ÀÖ½À´Ï´Ù.^^ Y-144¢Ã ¹Ì³à BIJIN (¸ðÀÚÀÌÅ©) Âü½ÅÇÑ Çпø¹°ÀÔ´Ï´Ù. Çб³Á¾ÀÌ ¿ï¸®¸é¼­ ½ÃÀÛÇϴµ¥ ±Í¿©¿î ±³º¹ÀÇ ÁÖÀΰøÀÌ Çб³¼ºÀû¶§¹®¿¡ °í¹ÎÀ» ¹Þ½À´Ï´Ù. ±×·¡¼­ ƯÈÆÀ» ¹Þ´Âµ¥.. ¾çÈ£½Ç, üÀ°°ü, Àç½ÃÇèÀå¿¡¼­±îÁö.. ¸Í·ÄÇÑ^^ ƯÈÆÀ» ¹Þ½À´Ï´Ù. ¿¡¸®Ä« Å°¸®½Ã¸¶..¾ÆÁÖ ±Í¿±½¿´Ù. Y-145¢Ã ¾à¼Ó (¸ðÀÚÀÌÅ©) ¾ÆÁî¹ÌÄ«¿Í½Ã¾ÆÀÇ ¾à¼Ó ÀÔ´Ï´Ù. ¾ÆÁÖ ¿¹¼úÀûÀÎ.. Y-146¢Ã Fuck time! ³ª³ª¼¼ ŰŸÇ϶óÀÇ fuck time ÀÔ´Ï´Ù ¾ÕºÎºÐ¿¡ ¸ÚÁø °£È£»çÀÇ ½ºÆ®¸³ÀÌ º¸ÀÌ´Â ±º¿ä..ºÏ¼Ò¸®¿¡ ¸ÂÃç ¿ÊÀ» ¹þ¾îÀ糧´Ï´Ù. Y-147¢Ã 3 Days Sex ÀÜÀÜÇÑ À½¾ÇÀÌ È帣¸é¼­..Á¥²ÀÁö¿¡ ²ÜÀ» »Ñ¸®´Â Àå¸éÀ¸·Î ½ÃÀÛÇÏ³×¿ä µÎ³²ÀÚ°¡ ¸¶ÁÖ ½Ä»ç¸¦ Çϴµ¥ ½ÄŹ¹Ø¿¡ ¿©ÀÚ°¡ µÎ³²ÀÚÀÇ ¹°°ÇÀ» ¾ÆÁÖ Àß±ÙÀß±Ù... ^^ ¹äÀÌ ³Ñ¾î°¥±î¿ä..? ¾ÆÁÖ Á׿©ÁÝ´Ï´Ù. ¸ÞÀνºÅ丮´Â ¿©ÀÚÀÇ ¼¼¶óº¹ÀÇ µþÀÌ ¿«¾î °©´Ï´Ù.. <¿µ¹®ÀÚ¸·> Y-148¢Ã ¾ÆÄÉÈ÷²¿ °ËÁ¤¸ðÀÚÀÇ ¿ïÆ®¶ó û¼ø°¡·Ã¼Ò³à°¡ ÆĵµÄ¡´Â ¹Ù´Ù¸¦ °ÉÀºµÚ ÈçµéÀÇÀÚ¿¡ ¾É¾Æ â¹ÛÀÇ ¹Ù´Ù¸¦ º¾´Ï´Ù. ±×¸®°í..... ... ÀÚÀ§¸¦ Çϳ׿ä^^? ¹è¿ì°¡ Á׿©ÁÝ´Ï´Ù. Y-149¢Ã ڸ뿪Ϊ·ª¿ª¿ªê ¾Æ¸§´Ù¿î À°Ã¼ÀÇ ¹°¹æ¿ï À̶ó³×¿ä..? »êµî¼ºÀÌÀÇ ¿ÀÅä¹ÙÀÌÀ§¿¡¼­ ÀÚÀ§ÇÏ´ø ¿©ÀÚ¸¦ ³²ÀÚ°¡ µ¤Ä¨´Ï´Ù. À̾î Áý¿¡¼­µµ.... ¼öÁرÞÀÇ ¹Ì³à³×¿ä... Y-150¢Ã Real Fuckin Deal ³²ÀÚ³ðÀÌ ¼ÒÆÄ¿¡¼­ ¿©°í»ýÀ» ²¿½Ê´Ï´Ù. À̾îħ´ë¿¡¼­ ÀÏÀ» ¹úÀ̴µ¥ ¿©°í»ý.. Á׿©ÁÝ´Ï´Ù.!!! È÷Åä¹Ì À¯³¢¶ó³×¿ä.. À̾ üÀ°º¹À» ÀÔ°í Çб³¿¡°£ ¼Ò³à.. üÀ°±³»ç¿Í ¾ê±â¸¦ ³ª´©°í ..(¹º°¡ Âñ¸®´Âµí) ¿îµ¿±¸½Ç¿¡¼­ ÀÏÀ» ¹úÀÔ´Ï´Ù.. ¶ÜƲ°ÉÃĵÚÄ¡±â(?)°¡ ¾Ð±ÇÀÔ´Ï´Ù.. ÀÌ ÁöÁö¹è Á¤¸» Á׿©ÁÖ´Â ±º¿ä. Y-151¢Ã Àü±¹ ¼ºÀÎ ¿©¹è¿ì ±â´É´ëȸ ÀϺ»³»ÀÇ Çà»çÀΰ¡ º¾´Ï´Ù. üÀ°°ü¿¡ ¸ðÀÎ ¼ºÀιè¿ìµéÀÌ ¸ðµÎ ¹þÀºÃ¤·Î ÀÏÀ» ¹úÀÌ´Â °Ì´Ï´Ù. ¼ö½Ê¸íÀÌ ¹Ù±Û¹Ù±ÛÇϸç ÇØ´ë´Âµ¥ ¸Ó¸®°¡ º¹ÀâÇÒ Áö°æÀÔ´Ï´Ù. Á¤¹ß º¸±âµå¹® Çʸ§À̳׿ä.. ´Ù¹þ°í ±ÇÅõ±Û·¯ºê¸¸ ³¤ ¸ð½ÀµéÀÌ ¾ÆÁÖ ¼½½ÃÇÕ´Ï´Ù. Y-152¢Ã ¹Ì´Ï½ºÄ¿Æ® Ŭ·´ 9 (¸ðÀÚÀÌÅ©) ¾ÆÁÖ Æ¯ÀÌÇÑ Àå¼Ò¿Í ƯÀÌÇÑ °ÍµéÀÌ ³ª¿À´Â±º¿ä. °£È£»ç°¡ ¼¼¸é´ë À§¿¡¼­ ¼Òº¯º¸´Â Àå¸é°ú õÁ¤¿¡ ¸Å´Þ¸° ³²ÀÚ¸¦ »¡°£ ¼Ó¿ÊÀÇ ¿©ÀÚ°¡ ¾ÆÁÖ Å×Å©´ÏÄÃÇÏ°Ô µ¤Ä¡´Â Àå¸éÀÌ ¾ÆÁÖ ÁÁ½À´Ï´Ù. ³ª¿À´Â ¾Æ°¡¾¾ ¸ðµÎ À̻޴ϴÙ. Y-153¢Ã ±ÙÄ£»ó°£ V1 ¸ðÀÚÀÌÅ© »þ¿öÇÏ´Â ¾Æµé³ðÀÇ ¸öÀ» º¸´ø ºÎÀÎ ..±âºÐÀÌ ÀÌ»óÇØÁý´Ï´Ù. Àá½ÃÈÄ ÀâÁö¸¦ º¸¸ç ÀÚÀ§¸¦ ÇÏ´Â ¾ÆµéÀ» º» ºÎÀÎÀº ¸¶Ä§³» ±× °í¹ÎÀ» ÇØ°áÇØ Áִµ¥..... Y-154¢Ã Nurse Go!Go ( ¾ÆÀÚ! °£È£¿ø ) ¸ðÀÚÀÌÅ© ¹«Àð°Ô ±Í¿©¿î °£È£»ç°¡ ³ª¿É´Ï´Ù. ¾ÆÁÖ ¿±±âÀûÀ̱¸¿ä. ȯÀÚ¿¡°Ô, Àǻ翡°Ô, º´¿ø°÷°÷¿¡¼­ ´çÇÏ´Â ¿ì¸®ÀÇ ±Í¿©¿î °£È£»ç!! ¾öû ±Í¿±½À´Ï´Ù. ¹Ì³ë¸® ¾Æ¿ÀÀ̶ó´Â±º¿ä. ¸ðÀÚÀÌÅ©Áö¸¸ °­ÃßÇÒ¸¸ ÇÕ´Ï´Ù. °£È£»ç ¿Ê ÀÚ¸£±â, µÚ°¡ ÅÍÁø °£È£»çº¹±îÁö ³ª¿É´Ï´Ù. Y-155¢Ã äñÖ¥ü£ ¸ðÀÚÀÌÅ© ²ÉÀ» °í¸£´Â ¾Æ°¡¾¾¸¦ À¯½ÉÈ÷ º¸´ø Á߳ⳲÀÚ »ç¶÷À» ½ÃÄѼ­ ¿©ÀÚ¸¦ ³³Ä¡ÇÏ°í .. °­°£À» ÇÕ´Ï´Ù. ¾à±îÁö ½á°¡¸é¼­¿ä.. ¹­¾î³õ±âµµÇϱ¸ ÀÔ¿¡ °øÀ» ¹°¸®±âµµ Çϸ鼭 ¼­¼­È÷ ³ë¿¹·Î ¸¸µé¾î °©´Ï´Ù. Y-156¢Ã ¼Ò±¸¹Ì¾Ö 2 - À̹ø¿£ ²É¹«´Ì ¿øÇǽºÀÇ ¼Ò³à±º¿ä. Y-157¢Ã Asian Sex Retreat »ç¹«¶óÀÌÀÇ ¸íÀÛÀÌÁÒ. ¿Âõ°ú ¿­Â÷ ÀÚµ¿Â÷ ¿¡¼­ °¡¸®Áö ¾Ê°í ÇØ´ë´Â.. Áß°£ÀÇ Á¤·Â¼¾ ³ëÀγ׵µ °ü¶÷ Æ÷ÀÎÆ® ÀÔ´Ï´Ù. ƯÈ÷ ÈÄÀå¿¡ °ü½ÉÀ» º¸ÀÌ´Â... Y-158¢Ã ¿¤·¹º£ÀÌÅÍ°É ¿¹Àü ¼­ºñ½º¿¡ ÀϺΠ¼Ò°³ µÇ¾úÁÒ..? ¿¤·¹º£ÀÌÅÍ¿¡ °°ÀÎ ¿¤·¹º£ÀÌÅÍ °É°ú ¼Õ´Ô... °ÉÀº »ç¸íÀ» ÀØÁö ¾Ê°í ¿Ã·Áº¸³» ÁÖ´Â ±º¿ä. ¿ª½Ã ³¡±îÁö ·¹À̽º Àå°©À» ¹þÁö¾Ê´Â Á÷¾÷¿¡ ´ëÇÑ »ç¸í°¨À» º¸¿©ÁÝ´Ï´Ù. Y-159¢Ã ¿©±³»çÀÇ ¼º±³À° »ý¹°À» °¡¸£ÃÄÁÖ´ø ±³»ç.. Ä¥ÆÇ¿¡ ¾²´Â°Í ¸¸À¸·Î ¾Ë¾ÆµèÁö ¸øÇÏÀÚ Ä£ÀýÇÏ°Ô ¿ÊÀ» ¹þÀ¸¸é¼­ ¾Ë·ÁÁÝ´Ï´Ù. ¼Õ°¡¶ôÀ¸·Î ÀÏÀÏÀÌ Âï¾î°¡¸é¼­¿ä.. ±³¹«½Ç¿¡¼± µ¿·á ±³»çÀÇ ¸¶À½À» ´Þ·¡ÁÖ°í Ä£ÀýÇÏ°Ô °¡Á¤¹æ¹®Çؼ­±îÁö ¾Ë·ÁÁÖ´Â Èñ»ýÀûÀÎ ¿©±³»ç±º¿ä...^^ Y-160¢Ã °£È£»çÀÇ »ç»ýÈ° °£È£»çÀÇ »ç»ýÈ° ÀÔ´Ï´Ù. ÁÙÀÚ·Î ³²ÀÚ¹°°ÇÀ» Àç±âµµÇÏ°í ÀÇ·á±â±¸ ¼³¸íÀ» Çϱ⵵ ÇÕ´Ï´Ù. È­ÁúÀÌ º°·Î ÁÁÁö ¾Ê±º¿ä.. Y-161¢Ã ëÌÚÚìÈãÝ È¸»ç¿øµéÀÌ OL À» ³³Ä¡Çؼ­ ... ħ´ë¿¡ ¹­°í ´þÄ¡´Âµ¥ ÈÄÀå¿¡ ´ë´ÜÇÑ ÁýÂøÀ» º¸ÀÔ´Ï´Ù... ¿ÀÈ£.. ¸ðÀÚÀÌÅ©°¡ °ÅÀÇ Áö¿öÁ³½À´Ï´Ù. Âü½ÅÇÑ OL ¹° Y-162¢Ã ½ºÆÄÅ° À¯¸íÇÑ ½ºÆÄÅ° ÀÔ´Ï´Ù. ³ª°¡¼¼ °¡ ³ª¿À´Â.. ÀÎÅͺäÇϸ鼭 Åõ¸íÇÑ ÀÎÁ¶¹°°Ç ¾Õ¿¡¼­ Çظ¼¼¼ ¿ô³×¿ä^^ ½ÃÅ°´Âµ¥·Î ´ÙÇÏ´Â ¿ì¸®ÀÇ ¹Ì¼Ò³à.. À¸ÈÞ~ ±Í¿©¿î°Í.. Y-163¢Ã Nasty Asian Nurses °£È£¿ø ¹«ºñÀÇ ¼öÀÛ!! ¼ö¼ú½Ç¿¡¼­ ¹úÀÌ´Â ´õºí ±×·ì½Åµµ ±¦Âú±¸¿ä ¿©Àǻ簡 Á¤¾×»ùÇÃÀ» Á÷Á¢Ã¤Ãë(?) ÇÏ´Â ºÎºÐµµ ÁÁ½À´Ï´Ù. ÀÇ»ç¿Í º´¿ø¿Á»ó¿¡¼­ ¸ô·¡ ¹úÀÌ´Â Àå¸éµî º´¿ø·ù ¹«ºñÀÇ ¸ðµç°ÍÀ» º¸¿©ÁÖ´Â ¿ì¼öÀÛ. Y-164¢Ã SleazyBaby (Divx) ³²ÀÚ¼ÂÀÌÀÖ´Â »ç¹«½Ç¿¡ ÆĶõ¾ß±¸¸ðÀÚ¸¦ ¾´ ¾Æ°¡¾¾°¡ ã¾Æ¿É´Ï´Ù. Áï¼®¹è¿ì·Î ij½ºÆÃÇϴµíÀÌ »ç±â¸¦ Ä¡¸é¼­.. ´«°¡·Á³õ°í ¹Ù·Î ´Þ·Áµì´Ï´Ù. ³¡ºÎºÐÀÇ ¹­Àο©ÀÚ°¡ ¿ÀÁܽδ Àå¸éµµ..... Y-165¢Ã ¼ÒÀÎ (Divx) ¹Ì³à-»þ¿öÇÏ°í È­ÀåÀ» ¸¶Ä£¹Ì³à.. ³²Àڵѿ¡ÀÇÇØ ¹æ¿¡ ²ø·Áµé¾î°¡¼­ ¾öû´çÇϴ±º¿ä.. ¹åÁÙ·Î ²Ç²Ç¹­ÀδÙÀ½ Á¥²ÀÁö¿¡ »¡·¡Áý°Ô±îÁö ¹°¸°Ã¤·Î.... Èå¹Ì~ SMµµ º¼¸¸Çϱº¿ä. Y-166¢Ã Sex Starved Sluts 1 (Divx) Á¦¸ñ´ë·Î »ö¿¡ ±¾ÁÖ¸° µÎ¿©ÀÚ°¡ Â÷·Ê·Î ³ª¿É´Ï´Ù. °³ÀÎÀûÀ¸·Ð µÎ¹ø°°¡ ¶¯±â´Â ±º¿ä... ¹¦ÇÏ°Ô ±Í¿±³×¿ä.. 2ÆíÀº ¸®½ºÆ®¾ÕÂÊ¿¡ ÀÖ½À´Ï´Ù. Y-167¢Ã ³»Ãò·² (Divx) (¸ðÀÚÀÌÅ©) pure crystal heart and covered with semen body ÅÅ·±Æ® ±ÞÀÇ ¾ÆÁî¹Ì Ä«¿Í½Ã¸¶°¡ ³ª¿À´Â ¿µÈ­ÁÒ. Àẹ±Ù¹«ÁßÀÎ Çü»ç¿Í ¿¬¾ÖÇÏ´Â ³»¿ëÀÔ´Ï´Ù. À̻ڳ׿ä.. Y-168¢Ã Óæî» (Divx) ÁÁ½À´Ï´Ù. ƯÀÌÇÑÀå¸éÀÌ ¸¹³×¿ä. ´Ù´Ù¹Ì ±ò¸° ¿ìµ¿Áý¿¡¼­ ¼­ºñ½º·Î ÁÖ¹æÀåÀÌ ÇØÁÖ´Â Àå¸é°ú ÅÍÅ°ÅÁ¿¡¼­ ³²ÀÚ°¡ ¿©ÀÚ¸¦ ¾È¸¶ÇØÁÖ´Â Àå¸éÀÌ Àç¹ÌÀÖ½À´Ï´Ù. Y-2501¢Ã PINKY (ÇÎÅ°) 2CD ±ú¹°¾îÁÖ°í ½ÍÀº ¹Ì¼Ò³à ¸ðÂî´Ù ·á²¿°¡ Ã⿬ÇÑ ³¡³»ÁÖ´Â... ÇѸ¶µð·Î.. !! ¹«ÁöÇÏ°Ô ±Í¿±½À´Ï´Ù. ½Å¾Ö¶ó ºñ½´¹«·¹ÇÏ°Ô.. Çظ¼Àº ¾ó±¼·Î º°ÀÏ ´ÙÇÕ´Ï´Ù. Å×Å©´Ðµµ ±Í¿±°Ô ³¡³»ÁÖÁÒ. ¾ÕµÚ·Î µÎ³²ÀÚ µ¿½Ã¿¡ Çϱâ. ¹«¼ºÇÑ ÅÐ ¸éµµÇϱâ. ¼Òº¯º¸±â µîµî... ±×°Í ¸¶Àú ±Í¿±°Ô ÇÕ´Ï´Ù. ^^ ÃÊ°­Ãß! ¼­¾ç µ¿¿µ»ó ¾÷µ¥ÀÌÆ® ====================== Z-171¢Ã hawaii À̱¹ÀûÀÌ°í ȯ»óÀûÀÎ Çغ¯ÀÇ Á¤»ç.. ¿Ã¿©¸§ÀÇ ²ÞÀ» ¹Ì¸®º¸¼¼¿ä.. ²Ï³ª À¯¸íÇß´ø.. Z-172¢Ã sperem overdose »ø·¯µå À§¿¡ Á¤¾×À» »Ñ·Á¸Ô´Â ¹Ì³àµé... Á¤¾×ÆÄƼÀÔ´Ï´Ù. °°ÀÌ¸Ô°í ³ª´²¸Ô°í ÇӾƸ԰í.. µîµî... ¸¶±¸ »ïÄÑ´ð´Ï´Ù. Z-173¢Ã Sex In The Second Real ºÎµÎÀÇ ¹«´çÀÌ ³ª¿À³×¿©.... Z-174¢Ã Down The Hatch V6 ´Ù¿î´õ ÇØÄ¡ ½Ã¸®ÁîÀÇ 6ÆíÀÔ´Ï´Ù. Z-175¢Ã A Woman Scorned (DivX) ºñºñµå Á¦ÀÛ, ÃÖÁ¶½Ç¿¡¼­ µÎÇü»ç¿¡°Ô ÃÖÁ¶¹Þ´Â ³²ÀÚ... ±×ÀÇ ±â¾ï¼Ó¿¡¼­ ÆîÃÄÁö´Â ȯ»óÀÇ ±×·ì ÇϵåÄÚ¾î... È®½ÇÇÏÁÒ. Á¦¸ñ´ë·Î¸é ²Ã¸°´¤..^^ Z-176¢Ã Marionnette (DivX) ³»¿ëÀÌ ±â¹ßÇÕ´Ï´Ù. ÀÀÀÀÀÀ °ø¿¬À» º¸´ø ³ëÀÎÀÌ ÆÄ´Â ¹«´ëÀåÄ¡°¡ µÈ Á¶±×¸¸»óÀÚ .. ÃÄ´Ùº¸¸é ±× ¾ÈÀÇ ÀÎÇüÀÌ »ì¾Æ¼­ ¿òÁ÷ÀÔ´Ï´Ù. ..... ±âŸµîµî Á¤¸» ȯ»óÀûÀÎ ÇÁ¶û½º ¿µÈ­ ¾Èº¸½Ã¸é ÈÄȸÇÕ´Ï´Ù. Áß°£ÀÇ ¹ß·¹¸®³ª´Â .. Á¤¸» ¿¹¼úÀÌÁÒ... Z-177¢Ã Dirty Club (DivX) ÇÑ ¼úÁýÀÇ ¹ÙÅÙ¿¡¼­ ¹ú¾îÁö´Â... Z-178¢Ã Reife Damen, junge Manner (DivX) ¿µ¾î·Î´Â mature lady & young man ÀÔ´Ï´Ù. (ÇäÇä``) ³ªÀÌµç ¿©ÀÚ¿Í ÀþÀº ³²ÀÚµéÀÇ ±×·ì½ÅÀÔ´Ï´Ù. Âü ³ªÀ̸¸Å­ ÁøÇÏ°Ô Çϴ±º¿©. Z-179¢Ã Dirty Young Girls (DivX) Á¤¸» ÀþÀº ¿µÈ­±º¿©.. ÀúÅÿ¡¼­ ¿µ¸Ç°ú ¿µ¿ì¸ÕµéÀÌ ÆîÄ¡´Â Àå¸éµéÀä. miko lee ¶ó´Â µ¿¾çÀο©ÀÚ°¡ ³ª¿À´Âµ¥... ±¹ÀûÀÌ ¼ö»óÇϱº¿©...ÀÌ¿©ÀÚ°¡ ´Ù¸¥ ³²³à ÇÏ´Â °÷¿¡ ħ¹ß¶ó ÁÝ´Ï´Ù...^^ Z-180¢Ã Barely Legal 5 (DivX) Çã½½·¯Á¦ÀÛ Å¹¿ùÇÑ ¸ðµ¨µéÀÌ ³ª¿À´Â ÄÁÆ©¸®Ç³ÀÇ ±ò²ûÇÑ °Ì´Ï´Ù. À¯¸íÇÑ Çã½½·¯¿¡¼­ Á¦ÀÛÇؼ­ ±×·±Áö. Âü ¶¯±â´Â ±º¿ä ÇѹøÂë ²Þ²Ü¸¸ÇÑ Àå¸éÀÌ Á¾Á¾ ³ª¿É´Ï´Ù. Æ®·¢ÅÍÀ§ÀÇ Ä«¿ìº¸À̸ðÀÚ ¾´ ¿©ÀÚ°¡ ÇÏ´Â ºÎºÐÀÌ ¾ÆÁÖ ¼½½¬ÇÕ´Ï´Ù. Z-181¢Ã Maximum Perversum (DivX) Áö³ª¿ÍÀϵ尡 Ã⿬ÇÑ °Ì´Ï´Ù. ³×¸íÀÇ ³²ÀÚ°¡ ¸ð¿© ¼ºÀι°À» ¸¸µé¸é¼­ ½ÃÀÛÇÕ´Ï´Ù. Åбð´Â Àå¸é°ú ÈÄÀå¿¡ ¼ÕÀ» ¸ðµÎ Áý¾î³Ö´Â Àå¸éÀÌ Æ¯ÀÌÇÕ´Ï´Ù. ¿ª½Ã Áö³ª¿ÍÀÏµå ±º¿ä.. Z-182¢Ã ½ºÅ¸Å· ·¹Áîºñ¾ð(Lesbian Pantyhose) (DivX) ¿©·¯ ·¹Áî Ä¿ÇõéÀÌ ³ª¿É´Ï´Ù. ƯÈ÷ ½ºÅ¸Å·ÀÌ ¸ÚÁø..^^ Ã¥À» Àдٰ¡ ¿·¿¡¼­ Ã¥À» °í¸£´Â ¿©ÀÚÀÇ Ä¡¸¶¼ÓÀ¸·Î ¼ÕÀ» ½½¸ç½Ã ³Ö½À´Ï´Ù. ^^ Çã~ Áß¹ÝÀÇ ½ÖµÕÀÌ °°Àº ½ºÅ¸Å·¹Ì³àµéÀÌ ÇÏ´Â ºÎºÐÀÌ ¾ÆÁÖ Á׿©ÁÝ´Ï´Ù. Z-183¢Ã Los schluck runter (DivX) ¸Ö ¶³¾î¶ß¸°´Ù´Â°ÇÁö.... À½.. Á¤¾×ÆÄƼ·Î±º¿ä.. ¸ðµÎ ÀÔÀ¸·Î ¹Þ¾Æ ¸Ô½À´Ï´Ù. ÇѳÑÀÌµç ¿©·¯³ÑÀ̵ç.. ^^ ¿©ÀÚ¸¦ µÑ·¯½Î¼­ ½ÃÀÛÇÔ´Ù. ¸¶±¸ »ïÄÑ´ð´Ï´Ù.. Z-184¢Ã Operation Sex Siege (DivX) Ư¸í ¾î¼±¸ ÇÏ´õ´Ï ±ºÇÔ±îÁö ³ª¿É´Ï´Ù. ¹°·Ð ±×À§¿¡¼­µµ ÀÏÀ» ¹úÀÌ´Â ±º¿ä.. øº¸¹° ºñ½ÁÇÑ °Ì´Ï´Ù. ½ºÄÉÀÏÀÌ ±¦Âú±º¿ä. Z-185¢Ã ¼½ ½º ¼¦ (Sexshot) (DivX) ÇÁ¶óÀ̺ñÆ® ƯÀ¯ÀÇ °í±Þ½º·± ºÐÀ§±â°¡ ³ª¿À´Â±º¿ä ¿ª½Ã ¹Ì³à.. Áß°£ÀÇ ±×³×Ÿ±â Àå¸éµµ ÁÁ±¸¿© ¾ÆÁÖ ¾çÈ£ÇÕ´Ï´Ù. ¿ª½Ã ºø¼Ó¿¡¼­ ÇÏ´ÂÀå¸éÀÌ ¹é¹Ì±º¿©. Z-186¢Ã Lusty Teens 3 (DivX) 10´ë ¼Ò³àµé ¸ðÀ½ÁýÀÔ´Ï´Ù. Áß°£¿¡ ÁøÂ¥ ·Î¸®Å¸µµ »ì¦ º¸ÀÌ´Â ±º¿ä.. Z-187¢Ã She is my little fortune nookie (DivX) 1973³âÀÇ º£Æ®³²À» ¹è°æÀ¸·Î ÆîÃÄÁö´Â ÀüÀ￵ȭ±º¿ä º£Æ®³²ÀÇ ¼úÁý°ú ¸·»ç¸¦ ¿À°¡¸ç ÆîÃÄÁý´Ï´Ù. ¹°·Ð µ¿¾ç¹Ì³àµéµµ ³ª¿É´Ï´Ù. ^^ Z-188¢Ã Babysitter 4 episode (DivX) 4°¡Áö ¿¡ÇǼҵ尡 ÀÖ½À´Ï´Ù. 10´ë ºÐÀ§±âÀÇ ¼Ò³àµé.. ¾Öº¸´Â ¼Ò³à,°Å¸®ÀÇ ¼Ò³à, Áýº¸´Â¼Ò³àµî »ö´Ù¸¥ ¸ÀÀ» ÁÖ´Â °Ì´Ï´Ù. Á¤¸» ¾î¸°¼Ò³àµé °°½À´Ï´Ù. ³ªÀÌ°¡ ¾î¸®´Ï ºÐÀ§±â°¡ ¾ÆÁÖ µ¶Æ¯Çϳ׿ä. Z-189¢Ã dirty little sex brats 1 (Divx) °ñ¶§¸®´Â ±º¿ä.. È­Àå½Ç¿¡¼­ºÎÅÍ ¹ú¾îÁö´Â ¿±±â ÆÛ·¹À̵å.. ¿©ÀÚ°¡ ¹°°ÇÂ÷±¸ ³²ÀڰŽñ⸦ ¾¥¼Å´ë±¸.. ³ª¿À´Â ¾Öµé Á¤¸» È­·ÁÇÑ ¾×¼ÇÀ» º¸¿©Áִ±º¿ä.. ¾ÆÁÖ È­²öÇÑ ¿µ»óÀÔ´Ï´Ù. Z-190¢Ã µå¸²Äù½ºÆ® Dream Quest (Divx) ¾È°æ¾´¹Ì³àÀÇ Ä§½Ç¿¡ ³ªÅ¸³­ µÎ ÀÌ»óÇÑ ¿äÁ¤.. ±×³à¸¦ Áß¼¼ ¸¶¹ýÀÇ ¼¼°è·Î µ¥·Á°©´Ï´Ù. ±â»ç¿Í ¸¶¹ý»ç , ±«¹°µéÀÌ ³ª¿À´Â ¾ÆÁÖ ÀßµÈ ¿µÈ­³×¿ä ÁÁ½À´Ï´Ù.^^ Z-191¢Ã Á»ºñÀÇ º¹¼ö Revenge of the Gangbang Zombies (Divx) ¾à°£ ÄÚ¹ÍÇÑ.. Á»ºñ¿µÈ­ÁÒ.. ´ÙÅ¥¸àÅ͸®¸¦ º¸µíÀÌ Èæ¹éÀ¸·Î ½ÃÀÛÇÕ´Ï´Ù. UFO °¡ ¾È¿¡¼­ ÀÏÀ» ¹úÀÌ°í, ¿Ü°èÀεµ ÃâÇöÇÏ°í. Á»ºñµéÀÌ ´Ù½Ã »ì¾Æ³ª¼­ ³ª¿À±âµµÇÏ´Â ¾ß¸©ÇÑ ¿µÈ­³×¿ä.. ^^ Z-192¢Ã Teeny Exzesse (Divx) ¾ÆÁÖ ÈÇ·æÇÑ ¿µÃd´Ï´Ù.. ¾çº¹ÀÔÀº Áß³âÀÇ ¾ÆÀú¾¾°¡. 10´ë ¼Ò³àµéÀ» ´¯Çô³õ°í ¸éµµ¸¦ ÇØÁÖ°í.. ³î¾ÆÁÝ´Ï´Ù.. È­ÁúÁÁ°í ¾Öµé Á¤¸» ¾î¸®°í ±Í¿±±º¿ä.. 10´ëµéÀÇ ¹é¼­!! Z-193¢Ã Scarlet Fantasy (DivX) ºñºñµå»çÀÇ 1990³â Á¦ÀÛ °íÀüÀÔ´Ï´Ù. Z-2507¢Ã The Best Of Brianna Banks 2CD (DivX) ºê¶óÀ̾Ƴª ¹ðÅ©ÀÇ °ÉÀÛ¸ðÀ½ÁýÀÔ´Ï´Ù. ¿Ü±¹ ¸Å´Ï¾ÆµéÀÇ »ç¶ûÀ»¹Þ´Â.. ¿©·¯ÆíÀÇ ¿¢±â½º¸¸ ¸ðÀÎ.. ½ÈÁõ¾È³ª´Â °Ì´Ï´Ù. À½ - ´ë´ÜÇϱº¿©. Z-2508¢Ã Ultimate Guide To Anal Sex For Woman 2CD (DivX) ÀÌ¹Ì 1Àå Â¥¸®·Î ¼Ò°³µÈ ¾Æ³¯ÀÇ °ÉÀÛ ¾óƼ¹Ô°¡À̵åÅõ ¾Æ³¯ÀÇ 2ÀåÂ¥¸® Ç®¹öÀüÀÔ´Ï´Ù. Á¤¸» °ÉÀÛÀÌÁÒ Z-2509¢Ã Gold Bitches I 2CD (DivX) ÇÁ¶óÀ̺ñÆ®»ç¿¡¼­ ¾ß½ÉÂ÷°Ô ±âȹÇß´ø °ñµåºñÄ¡ 1ź 2Àå ÀÔ´Ï´Ù. ¿µ¾î°¡ ª¾Æ¼­ ³»¿ëÀº ¸ð¸£°ÚÁö¸¸ Á׿©Áشٴ °Ç ¾Ë°Ú±º¿ä. ¾ÆÁÖ ¸ÚÁý´Ï´Ù. ÁÖ·Î ÈÞ¾çÁö¿¡¼­ ÆîÃÄÁö´Â Ãʹ̳àµéÀÇ ¼î!! Z-2510¢Ã Superfuckers 11 2CD (DivX) ¿©·¯¸íÀÇ ¹Ì³àµéÀÌ ÀÎÅͺ並 ÇÏ°í ÇöÀåÀ¸·Î ÅõÀԵ˴ϴÙ. °¢°¢ÀÇ ÇöÀ帶´Ù ¿¡ÇǼҵåµéÀÌ ÀÖ±º¿ä..°¢°¢ÀÇ Àå¼Ò¿¡¼­ ÃÖ´ëÇÑÀ¸·Î ¼½½¬ÇÏ°Ô ÀÏÀ» ¹úÀ̴±º¿ä...Á¤¸» ½´ÆÛ½ÅÀεé.. Z-2511¢Ã Junge Debutantinnen 13 2CD (DivX) 13¸íÀÇ ÀþÀº ½ÅÀεéÀÌ ¿Àµð¼ÇÀ» ÅëÇØ µ¥ºßÇÏ´Â ½ÇȲÀ» ¸ð¾Æ³õÀº ±âȹÀÛÇ°ÀÔ´Ï´Ù. ¸ðµÎµé DzDzÇϱº¿ä ±×·ì, ¾Æ³¯ µî ¿©·¯°¡Áö·Î µ¥ºßÇÏ´Â ±º¿ä Z-2512¢Ã Best of Dru Berrymore 2CD (DivX) Á¤¸» µå·ùº£¸®¸ð¾îÀÎÁö..?^^ È­·ÁÇÑ ´ëÀÛÀÔ´Ï´Ù.¸ÚÁø Çغ¯º°Àå¿¡¼­ ±×¹° ¿øÇǽº¸¦ ÀÔ°í ½ÃÀÛÇϴ±º¿ä ¸®¹«ÁøÄ«¼½, Æ÷¸£½¦Ä«¼½ µî.. ¸éµµÀå¸éµî. ¾ÆÁÖ ±¦ÂúÀº °ÅÁÒ. Z-2513¢Ã Pure Anal 2CD ÇÁ¶óÀ̺ñÆ®»ç°¡Á¦ÀÛÇÑ ¾Æ³¯ÀÇ ¼öÀÛÀÔ´Ï´Ù. Á¤¸» ¹«´øÈ÷µµ ¾¥¼Å´ë´Â ±º¿©~ Z-2514¢Ã Castings 31 (divx) ÇÁ¶óÀ̺ñÆ®»çÀÇ »ý»ýÇÑ Ä³½ºÆà ±â·Ï. ±âȹǰÀÔ´Ï´Ù. ½ÅÀεéÄ¡°í´Â ³Ê¹« °ÅÄ¥°Ô ÁøÇÏ°Ô ÇØ´ë´Â ±º¿ä. ÀÎÅͺ信 À̾îÁö´Â ³î¶ó¿î º£µå½Åµé!! //////////////////////////////////////////////////////// ¸Þ ÀÎ ¸® ½º Æ® //////////////////////////////////////////////////////// * ¸¹Àº ¿ë·®°ü°è·Î Á¦¸ñÀ§ÁÖ·Î ½Ç¾ú½À´Ï´Ù. ÀÚ¼¼ÇÑ ¼³¸íÀº * ÀÓ½ÃȨÆäÀÌÁö ÂüÁ¶ÇϽðí ȨÇÇ Àå¾Ö½Ã¿£ ¿¬¶ôÁֽʽÿÀ * ¹°·Ð Á÷Á¢ ÀüÈ­¹®Àǵµ °¡´ÉÇÕ´Ï´Ù. oooooooooooooooo ¿î¿µÃ¼Á¦, ¹ÙÀÌ·¯½º,³ëÅÏ... ooooooooooooooooooo O-001´Ù¢Ã BeOS 5.0 3¸¸¿ø O-002¢Ã Exceed(¿¢½Ãµå) 6.2 (c) Hummingbird (Á¤Ç°Ç®) O-002³ª¢Ã EXCEED 7.0 2¸¸¿ø O-003¢Ã ¿µ¹® MS Windows 98 O-003³ª¢Ã ¿µ¹® MS window98 SE O-004¢Ã ÇÑ±Û MS WINDOWS 98 Á¤½Ä (ÀϺ»,Áß±¹ ¸ðµÎµ¿ÀÏ) O-004³ª¢Ã ÇÑ±Û MS WINDOWS 98 Second Edition (FULL) O-005¢Ã Áß¹® MS Windows 98 2¸¸¿ø O-006¢Ã ÀϾîÆÇ MS Windows 98 2¸¸¿ø O-006³ª¢Ã ÀϾîÆÇ MS Windows 98 SE -2¸¸¿ø O-006´Ù¢Ã ÀϾîÆÇ MS Windows ME -2¸¸¿ø O-006¶ó¢Ã ÀϾîÆÇ MS Windows 2000 Professional 2¸¸¿ø O-007³ª¢Ã ÇÑ±Û MS À©µµ¿ì 98 SE(ÃÖÁ¾-Build 2222 )¿ë O-008¢Ã MS ÇÑ±Û Windows ME (Á¤½Ä¹öÁ¯) O-008³ª¢Ã MS ÇÑ±Û Windows ME (¾÷±×·¹À̵å¹öÀü) O-009¢Ã MS ÇÑ±Û Windows 2000 Professional (2cd Á¤½ÄÇ®) -3¸¸¿ø O-009³ª¢Ã MS ÇÑ±Û Windows 2000 advanced server(Á¤½ÄÇ®2CD)-4¸¸¿ø O-009´Ù¢Ã MS ÇÑ±Û Windows 2000 Server Á¤½Ä (3¿ù7ÀÏÀÚ) -4¸¸¿ø O-009¶ó¢Ã MS ÇÑ±Û Windows 2000 Wow (Á¤½Ä¹öÀüÀÔ´Ï´Ù) -5¸¸¿ø O-009¸¶¢Ã Ms ¿µ¹® Windows 2000 server SP2 C/E O-009¹Ù¢Ã MS Windows 2000 Datacenter Server -2¸¸¿ø O-010¢Ã Windows 2000 ½Ã¸®Áî Á¤½Ä Ãâ½Ã¹öÁ¯ ¸ðÀ½ (¿µ¹®) -6¸¸¿ø O-010³ª¢Ã MS ¿µ¹® Windows 2000 - MSDNÀå (Pro,server,A-server) O-011¢Ã MS Windows XP Pro ÇѱÛÆÇ 2¸¸¿ø O-011³ª¢Ã Ms Windows XP PlusPack O-011´Ù¢Ã MS Windows Xp WOW (ÇѱÛ)2.0 2¸¸¿ø O-011¶ó¢Ã MS Windows XP Home Edition(ÇÑ) -2¸¸¿ø O-011¸¶¢Ã MS Windows XP ADVANCED SERVER -3¸¸¿ø O-011¹Ù¢Ã MS Windows XP DATACENTER SERVER -3¸¸¿ø O-055¢Ã Microsoft Windows .NET Enterprise Server O-013¢Ã MS ¿µ¹® Windows NT 4.0 Server O-013³ª¢Ã MS ¿µ¹® Windows NT 4.0 Workstation O-014¢Ã MS ÇÑ±Û Windows NT v4.0 Server O-014³ª¢Ã MS ÇÑ±Û Windows NT v4.0 Workstation O-015¢Ã RedHat Linux/Intel 5.2 [Apollo] O-017¢Ã Solaris 7.0 for x86 O-017³ª¢Ã Solaris 8.0 -6CD(Á¤Ç°Ç®¹öÀü) 7¸¸¿ø O-018¢Ã OS/2 WARP 4.0 O-019¢Ã IBM PC DOS 2000 O-020¢Ã Slack Ware 3.6 ¸®´ª½º°ü·Ã 3¸¸¿ø º¸¾È ¹ÙÀÌ·¯½º,³ëÅÏ================================================== O-040¢Ã McAfee UTILITIES DELUXE 2000 2¸¸¿ø O-040³ª¢Ã Mcafee utility 400 for win9x O-041¢Ã McAfee Office Suite V1.06 (400mb-Ç®¹öÀü) 2¸¸¿ø O-042¢Ã Norton 2000 Corporate Edition 2.0 O-043³ª¢Ã Norton AntiVirus for WinNT Server, Norton AntiVirus for Win95/98 O-043´Ù¢Ã ÇÑ±Û Norton AntiVirus 2001 (win9x/nt/2000) O-043¶ó¢Ã ÇÑ±Û Norton AntiVirus 2002 O-044³ª¢Ã Norton Ghost 2001 (ÇѱÛ) O-044´Ù¢Ã Norton Ghost 2002 (ÇѱÛ)- XP°¡´É O-044¶ó¢Ã Norton Ghost Coprate Edision (±â¾÷¿ë) v7.5 O-045³ª¢Ã Norton Utility 2001 (ÇѱÛ) O-045´Ù¢Ã Norton Utilities 2002 (ÇѱÛ) O-046¢Ã Symantec Norton System Work2000 O-046³ª¢Ã Norton System Works 2001 O-046´Ù¢Ã Norton SystemWorks 2002 O-046¶ó¢Ã Norton System Works 2002 (ÇѱÛ) O-047¢Ã PC Anywhere V8.0 ÇÑ±Û O-047³ª¢Ã pc Anywhere v9 coperate Edition O-047´Ù¢Ã Pc Anywhere 9.0 ÇÑ±Û O-047¶ó¢Ã PC Anywhere v10 O-047¸¶¢Ã Norton PcAnyWhere v10 (ÇѱÛ) O-047¹Ù¢Ã Symantec Norton PC Anywhere 10.5 Corp.Edision(ȸ»ç¿ë) O-048¢Ã Norton Internet Security Family Edition 3.0 O-048³ª¢Ã Norton Internet Security 2002 (ÇѱÛ) O-049¢Ã Partition Magic 6 O-049³ª¢Ã Partition Magic Mulitlanguage v7.0 O-049´Ù¢Ã Partition Magic v7.0(ÇѱÛÆÇ) O-050¢Ã CD SPACE 4.0 O-051¢Ã Symantec Winfax Pro 10.2 O-052¢Ã Disk Keeper 7.0 (¿µ¹®) O-053¢Ã Drive Image 5.0 Multilanguage O-054¢Ã Lindows(¸°µµ¿ì) O-056¢Ã FINAL DATA for NT AND 9X.ISO wwwwwwwwwww »ç¹«¿ë ¿ÀÇǽº,¿öµå,ÀüÀÚÃâÆÇ,¹®ÀÚÀνÄ(OCR) wwwwwwwwww W-001³ª¢Ã Adobe ¿µ¹® page Maker 6.5 plus 2cd 3¸¸¿ø W-001´Ù¢Ã Adobe ÇÑ±Û PageMaker V6.5 2¸¸¿ø W-001¶ó¢Ã Adobe ¿µ¹® PageMaker 7.0 2CD 3¸¸¿ø W-050¢Ã Adobe InDesign 2.0 (ÀεðÀÚÀÎ) 2¸¸¿ø W-002¢Ã Adobe Type Manager Deluxe V4.0 S-010>¢Ã Origin 6.0 ¾×¼¿°ú ¿¬µ¿ ±×·¡ÇÁµîÀ» ½±°Ô.. -2¸¸¿ø W-003¢Ã MS Office 97 Professional ÇÑ±Û 2CD 3¸¸¿ø W-003³ª¢Ã MS Office 97 Small Buniess Edition ÇÑ±Û W-003´Ù¢Ã Ms office 97 ¿µ¹® W-003¶ó¢Ã MS Office 97 Devoloper Edition W-003¸¶¢Ã MS Office 97 ÀϾîÆÇ 2¸¸¿ø W-003¹Ù¢Ã MS OFFICE 97 Áß¹® 2¸¸¿ø W-003»ç¢Ã MS office 2000 Developer Edition W-003¾Æ¢Ã MS Office 2000 Premium (¿µ¹®) -1CD (¸ÞÀÎÀå) 2¸¸¿ø W-003Àڢà MS ÇÑ±Û ¿ÀÇǽº2000 ÇÁ¸®¹Ì¾ö (Á¤Ç°Ä«ÇǺ») 6CD 7¸¸¿ø W-003Â÷¢Ã MS ¿µ¹® ¿ÀÇǽº XP(2002) ÇÁ·ÎÆä¼Å³Î -3CD 5¸¸¿ø W-003Â÷-ÀÓ½Ãa¢Ã MS Office XP Proofing Tools °¢ 1¸¸5õ¿ø W-003Â÷-ÀÓ½Ãb¢Ã MS Personal Portfolio 2002 W-003Â÷-ÀÓ½Ãc¢Ã MS Publisher 2002 XP W-003Â÷-ÀÓ½Ãd¢Ã MS Office XP Language Pack W-003Ä«¢Ã MS ÇÑ±Û ¿ÀÇǽº XP(2002) ÇÁ·ÎÆä¼Å³Î -2CD 3¸¸¿ø W-003Ÿ¢Ã MS Office XP Developer Edition -3CD 5¸¸¿ø W-004¢Ã MS Outlook 2000 Developer Edition W-004³ª¢Ã MS Outlook 2002 ¿µ¹® W-005¢Ã MS Project 2000 (ÇѱÛ) W-005³ª¢Ã MS Project 2000 with Integrated SRI C/E (¿µ) W-007¢Ã ÇÑÄÄȨ 97 2CD 3¸¸¿ø W-007³ª¢Ã ÇÑÄÄ¿ÀÇǽº97 W-008¢Ã ¿öµð¾È 2¸¸¿ø W-008³ª¢Ã ÇÑ±Û 815 W-008´Ù¢Ã ÇÑ±Û 97 ±â´É°­È­ÆÇ W-008¶ó¢Ã ÇÑ±Û 2002 2¸¸¿ø W-008¸¶¢Ã ÇѱÛÇ÷¯½º PDF 5.0 2cd 3¸¸¿ø W-009³ª¢Ã ÈƹÎÁ¤À½ ¿ÀÇǽº 2000 2 cd 3¸¸¿ø E-207¢Ã ¾î¸°ÀÌ ÈƹÎÁ¤À½ 3.0 -ÃÖ½ÅÀÇ 3.0¹öÀüÀÔ´Ï´Ù! W-010³ª¢Ã Quark Xpress V4.1 2¸¸¿ø W-010´Ù¢Ã Quark Xpress V5.01( 2001³â ½Å¹öÁ¯-IBM¿ë!) 3¸¸¿ø ¼­Ã¼======================================================== W-030¢Ã ÆùÆ® ¸ðÀ½Áý 2¸¸¿ø W-031¢Ã ÃâÆÇ¿ë ÇÁ·Î±×·¥ ¸ðÀ½ ¹× ÆùÆ® ¸ðÀ½ W-032¢Ã À±¼­Ã¼( IBM¿ë) 2¸¸¿ø W-033¢Ã ³×½ºÅÍ ÅäÅ» ¼­Ã¼¸ðÀ½ 2¸¸¿ø W-034¢Ã ¹¬Çâ ÆùÆ® V2.5 W-051¢Ã FONT CD 2CD 3¸¸¿ø W-035¢Ã ¹®¹æ»ç¿ì V3.2 W-036¢Ã ½Ö¿ë Super ReaderÇ÷¯½º W-037¢Ã Hi-Art ±Û´« 98 [Àü¹®°¡¹öÀü] W-038¢Ã ¾Æ¸£¹Ì 4.0 W-038³ª¢Ã ¾Æ¸£¹Ì 5.0 (Á¦°ÍÀº ¼ö½Ê¸¸¿øÂ¥¸® Àü¹®°¡¿ëÀÓ´Ù!) 2¸¸¿ø W-038´Ù¢Ã ¾Æ¸£¹Ì 6.0 -ÃÖ°íÀÇ ÇÑ±Û ¹®ÀÚÀνÄ(OCR)ÇÁ·Î±×·¥ 2¸¸¿ø W-039¢Ã OMNI Page Professional 9.0 ¿µ¹® ¹®ÀÚÀÎ½Ä OCRÀÇ ¼¼°è ÃÖ°íºÀ 2¸¸¿ø W-039³ª¢Ã Scansoft OmniPage Pro v11.0 2¸¸¿ø W-040¢Ã ÇÑ±Û ¹è³Ê¹æ -! ¹öÀüÀÌ ³Ê¹«³·¾Æ¿ä!-º¸·ù! W-041¢Ã ´ÙºóÄ¡ V1.1 W-042¢Ã The print shop Press Writer W-043¢Ã Corel print Office 3.1 (599M,Á¤½ÄÇ®) 2¸¸¿ø W-044¢Ã Recognita Plus V3.2 [for Win95/NT] (OCR) SOFTWARE 3¸¸¿ø W-045¢Ã Dragon NaturallySpeaking Personal W-045³ª¢Ã Dragon Naturally Speaking Pro 6 2¸¸¿ø W-046¢Ã ViaVoice (ºñ¾Æ º¸À̽º) 2000 (IBM) 2¸¸¿ø W-047¢Ã BYVOICE (¹ÙÀ̺¸À̽º) professional (ÇѱÛÆÇ) -2¸¸¿ø W-048¢Ã Crazytalk v2.51 (std+web,txt¸¦ ¸ñ¼Ò¸®·Î!) 2¸¸¿ø W-050¢Ã Adobe InDesign 2.0 (ÀεðÀÚÀÎ) 2¸¸¿ø nnnnnnnnnnnnnnnnnnn ³×Æ®¿öÅ©°ü·Ã nnnnnnnnnnnnnnnnnnnnnnn N-001¢Ã Novell NetWare 5.0 ³×Æ®¿öÅ© /¿î¿µÃ¼Á¦ 2CD 4¸¸¿ø N-001³ª¢Ã Novell NetWare 6.0 3¸¸¿ø N-002´Ù¢Ã OPENSTEP 4.2 for Win NT N-003¢Ã Rhapsody (·¦¼Òµð)DR2 for x86 3¸¸¿ø N-003³ª¢Ã Rhapsody DR2 YellowBox for WinNT/x86 3¸¸¿ø N-004¢Ã SCO UNIX V5.04 2CD 4¸¸¿ø N-005¢Ã ÇÑ±Û Lotus Notes 4.5K(¹«ÇÑÀ¯Àú¿ë) 2¸¸¿ø N-005³ª¢Ã Lotus Domino R5.05 Enterprise Server 2¸¸¿ø N-005´Ù¢Ã LOTUS Domino Enterprise V507 3¸¸¿ø N-006¢Ã Lotus Smart Suite ME v9.5 2¸¸¿ø N-006³ª>LOTUS smartsuite 2000 3¸¸¿ø N-007¢Ã Micrografx Network charter pro v3.0.116 N-008¢Ã MS Back Office Server v4.0 [For NT] 6CD 5¸¸¿ø N-008³ª¢Ã MS Back Office Server 2000 -5CD 5¸¸¿ø N-028¢Ã MS Small Business Server 2000 -4CD 4¸¸¿ø N-009³ª¢Ã MS Exchange Server 2000 2¸¸¿ø N-010¢Ã MS Site Server v3.0 (ÀüÀÚ»ó°Å·¡µî) N-011³ª¢Ã MS ¿µ¹® SQL Server 2000 Enterprise Edition 2¸¸¿ø N-011´Ù¢Ã MS ÇÑ±Û SQL Server 2000 Personal Edition 2¸¸¿ø N-011¶ó¢Ã MS ÇÑ±Û SQL Server 2000 Enterprise Edition 2¸¸¿ø N-012¢Ã MS System Management Server v2.0 Corporate Edition N-029¢Ã MS SHAREPOINT portal server 2001 2¸¸¿ø N-014¢Ã Oracle 8.0.5 for LINUX standard N-014³ª¢Ã Oracle 8.05 Enterprise Edition N-014´Ù¢Ã Oracle 8i Enterprise Edition 8.15 for NT N-014¶ó¢Ã Oracle Personal Edition 8.17 for Win2000 2¸¸¿ø N-030¢Ã ORACLE 2000 -3¸¸¿ø N-015¢Ã Oracle application sever 4.07 N-015³ª¢Ã Oracle 9i application server V1.0.2.2.1 for WIN NT_2000 3CD 5¸¸¿ø N-016¢Ã Oracle Designer 2000(ÇѱÛ) R1.3.2 N-016³ª¢Ã Oracle Developer 2000 R2 [for windows95/98/NT] 2¸¸¿ø N-017¢Ã Oracle Enterprise Manager Production Version 1.6.0 3cd 5¸¸¿ø N-017³ª¢Ã Oracle E.M. With Diagnostics Pack N-017´Ù¢Ã Oracle E.M .With Tuning Pack N-018¢Ã Oracle V8.0 Solution N-019¢Ã Oracle v8.0.4 Client [For WinNT/95] N-019³ª¢Ã Oracle V8.0.4 Server [For NT] N-020¢Ã Oracle Video Server (OVS) [for NT] N-021¢Ã ARserve IT Advanced Edition v6.61 NT N-022¢Ã NetShield Security Suite Corporate v4.0.3 N-023¢Ã MAXIMIZER Enterprise 5.0 N-024¢Ã Seagate DMS (Desk top Management Suite) v3.01a N-025¢Ã WRQ Reflections Network Suite v6.7 [Win95/NT] 2¸¸¿ø N-026¢Ã Eudora Pro Comm Center v4.0 [for Win95] N-027¢Ã EASY DB 1.5 N-029¢Ã Borland Kylix Server Developer 1.0 For Linux 2cd 5¸¸¿ø N-029³ª¢Ã Borland Kylix Server Developer 2.0 For Linux -2¸¸¿ø N-031¢Ã Suse Linux eMail Server 2 5¸¸¿ø N-033¢Ã David 6.6 m -3¸¸¿ø ppppppppppppppppp ·©±ÍÁö,ÇÁ·Î±×·¡¹Ö Åø pppppppppppppppppp L-001¢Ã Borland C++ 5.0 Developement SUITE(2CD,Á¤½Ä) 2CD 3¸¸¿ø L-003¢Ã Borland Interbase 5.0 working release L-004»ç¢Ã Borland J Builder V5.0 Enterprise Edition 3¸¸¿ø L-004¾Æ¢Ã Borland C++ Builder V5.0 Enterprise Edition 3¸¸¿ø L-004Àڢà J builder 6 Enterprise - 3¸¸¿ø L-004Â÷¢Ã Borland C++ Builder 6.0 Enterprise Edition Full -5CD 5¸¸¿ø L-005¢Ã Borland Visual D base 7 Professional (Á¤½ÄÇ®-255¸Þ°¡) N-029¢Ã Borland Kylix Server Developer 1.0 For Linux 2cd 5¸¸¿ø N-029³ª¢Ã Borland Kylix Server Developer 2.0 For Linux -2¸¸¿ø L-006³ª¢Ã Delphi V5.0 (µ¨ÆÄÀÌ 5.0) Enterprise Suite (c) Borland -2¸¸¿ø L-006´Ù¢Ã Borland Delphi V6.0(µ¨ÆÄÀÌ 6)Enterprise Suite (2CDÁ¤½ÄÇ®)-3¸¸¿ø L-007¢Ã Digital Visual Fortran(Æ÷Æ®¶õ) V 5.0 L-008¢Ã Digital Visual Fortran v6.0 Professional L-009¢Ã FileMaker Pro 4.0 (DB°ü·Ã) (c)Claris L-010¸¶¢Ã IBM VisualAge For Java 3.5 Enterprise Edition (forWin) 3¸¸¿ø L-011¢Ã Informix Data Director 3.0 For Visual Basic L-012´Ù¢Ã InstallShield(ÀνºÅç ½¯µå) Pro- SE 6.30 ( 2000º¸´Ù ½Å¹öÀüÀÓ! ) -2¸¸¿ø L-012¶ó¢Ã InstallShield Developer 7.0 Final -3¸¸¿ø L-013¢Ã JAVA SAFE V1.0 ( PDF ¸Þ´º¾ó Æ÷ÇÔ) L-014¢Ã Java Studio 1.0 [for WinNT/95] L-015¢Ã MS Fortran (Æ÷Æ®¶õ)PowerStation 4 professional Edition L-016¢Ã MS ÇÑ±Û Visual Basic V5.01 Enterprise Edition L-016³ª¢Ã MS ÇÑ±Û VISUAL BASIC 6.0 -Enterprise editon- 4cd 4¸¸¿ø L-017¢Ã Mastering MS visual Basis 6 Development L-018¢Ã MS VISUAL C++6.0 µ¶¸³¹öÁ¯(Á¤½Ä¹öÁ¯) 4CD 5¸¸¿ø L-019¢Ã MS VISUAL J++ 6.0 -Enterprise editon- L-020³ª¢Ã MS ¿µ¹® Visual Studio v6.0 Enterprise Edition 6CD 6¸¸¿ø L-020´Ù¢Ã MS ÇÑ±Û Visual Studio v6.0 Enterprise Edition 5CD 6¸¸¿ø L-020¶ó¢Ã MS Visual Studio 6.0 Service Pack 1 (ÇÑ/¿µ) L-020¸¶¢Ã Visual Studio 6.0 NET Enterprise Architect 7CD 7¸¸¿ø L-020¹Ù¢Ã MS ¿µ¹® MSDN (October 2001) 3cd 3¸¸¿ø L-020»ç¢Ã MS Visual Studio .NET ÇÑ±Û 7CD Full -7¸¸¿ø L-020¾Æ¢Ã MSDN (JANUARY) 1¿ù 3CD 3¸¸¿ø L-021¢Ã VBX ¸ðÀ½ L-022¢Ã OCX ¸ðÀ½ L-023¢Ã OCX ¸ðÀ½ II 2¸¸¿ø L-024¢Ã PowerBuilder V6.0 Enterprise Edition (c)sybase 6cd 5¸¸¿ø L-024³ª¢Ã PowerBuilder V6.5 Enterprise Edition (c)sybase 5CD 5¸¸¿ø L-024´Ù¢Ã PowerBuilder(ÆÄ¿öºô´õ) 7.0 (c)sybase 3CD 4¸¸¿ø L-024¶ó¢Ã Powerbuilder 8 -2¸¸¿ø (¸ÞÀÎÀå1cd) L-025´Ù¢Ã Crystal Report 8.5 Developer Edition 2¸¸¿ø L-025¶ó¢Ã Crystal Reports Professional 8.5 2¸¸¿ø L-026¢Ã RoboHELP Office v6 L-027¢Ã RoboHELP Office Edition v7 2¸¸¿ø L-028¢Ã WATCOM C/C++ v11 3¸¸¿ø L-029¢Ã Code Warrior Pro 4 L-030¢Ã Lab windows 5.01 (Á¤½Ä) 4¸¸¿ø L-031¢Ã KEILL 8051 compiler (5.1) 3¸¸¿ø L-031³ª¢Ã KEIL 8051 V 6.14 5¸¸¿ø C-068¢Ã Test stand 1.0 (ijµåÂÊ¿¡ ÀÖÀ¾´Ï´Ù) T-032³ª¢Ã Visual Cafe v3.0 -2¸¸¿ø T-033´Ù¢Ã Visual Cafe V4.0 Expert Edition 2¸¸¿ø T-033¶ó¢Ã Visual Cafe for JAVA V4.0 Enterprise Edition(Á¤½ÄÇ®) 2¸¸¿ø L-034¢Ã NUMEGA DRIVER STUDIO 2.6 3¸¸¿ø L-035¢Ã Compaq Visual Fortran Professional v6.5.0 -2¸¸¿ø L-036¢Ã Rational Rose 2001 for win -2¸¸¿ø L-037¢Ã IDA pro 4.17 -2¸¸¿ø ccccccccccccccc ijµå.°ÇÃà.±â°è¼³°è.ÀüÀÚ.GIS°ü·Ã cccccccccccccccccc * ¸¹Àº ¿ë·®°ü°è·Î Á¦¸ñÀ§ÁÖ·Î ½Ç¾ú½À´Ï´Ù. ÀÚ¼¼ÇÑ ¼³¸íÀº * ÀÓ½ÃȨÆäÀÌÁö ÂüÁ¶ÇϽðí ȨÇÇ Àå¾Ö½Ã¿£ ¿¬¶ôÁֽʽÿÀ * ¹°·Ð Á÷Á¢ ÀüÈ­¹®Àǵµ °¡´ÉÇÕ´Ï´Ù. C-001¢Ã ActiveCAD 3.0 for Xilinx Foundations v1.4 b3.0(ÀüÀÚ CAD °ü·Ã) C-002¶ó¢Ã AnSys 5.7.1 (±â°èÇؼ®°ü·Ãijµå-Á¤½ÄÇ®) [2CD] -10¸¸¿ø C-002¸¶¢Ã ansys.6.0 -10¸¸¿ø C-003¢Ã Anysys Designspace v4.11 for SolidWork 3¸¸¿ø C-003³ª¢Ã Ansys Designspace v6.01 3¸¸¿ø C-004¢Ã Arc/Info 7.21 (À¯¸íÇÑ GIS °ü·Ã Åø ,280¸Þ°¡ Á¤½Ä Ç®) 5¸¸¿ø C-005¢Ã ArcCAD 14 for AutoCAD R14 (c) ESRI (GIS°ü·Ã,full) 2¸¸¿ø C-006¢Ã ArchiCAD 6.0 (c)Teamworks R2 (°ÇÃàijµå Á¤½ÄÇ®) 2¸¸¿ø C-006³ª¢Ã ArchiCAD 7.0 (¾ÆŰijµå) 3¸¸¿ø C-007¢Ã Arris Builders CAD V7.0 ( 637¸Þ°¡ Á¤½ÄÇ®) 2¸¸¿ø C-008¢Ã ArtCam Pro 3.1 Suite (BY DELCAM)(Á¶Çü/Á¶°¢°ü·Ã ijµåÆÐÅ°Áö ,Á¤½Ä) 2¸¸¿ø C-009´Ù¢Ã AutoCAD Architectural Desktop 3.0 (2CD,Á¤½ÄÇ®)4¸¸¿ø C-009¶ó¢Ã AutoCAD Architectural Desktop R3.3 (1cd) 2¸¸¿ø C-010¢Ã Auto Pipe V5.0.3 (¹è°ü(piping)½Ã½ºÅÛ¼³°è,stress analysis package) 5¸¸¿ø C-011¢Ã AutoCAD AEC v5.11 (°ÇÃà°ü·Ãijµå , Á¤½Ä) 2¸¸¿ø C-012¢Ã AutoCAD Land Development 1.02 (ÁöÇü°ü·ÃGIS ijµå,Á¤½Ä) C-013¢Ã AutoCAD MAP 3.0 (ÇѱÛ) 2¸¸¿ø C-013³ª¢Ã AUTOCAD MAP 2000 (¿µ¹®) 3¸¸¿ø C-014¢Ã Autodesk Map guide (GIS°ü·Ã) C-015¢Ã AutoDesk 3D Commercial Props C-016¢Ã AutoCad R14 C-016³ª¢Ã ÇÑ±Û AutoCAD R14 ( AutoDesK»ç-374¸Þ°¡ Á¤½Ä Ç®¹öÁ¯) C-017¢Ã AutoCAD 2000 ( Á¤½Ä ¿µ¹®) 2CD 3¸¸¿ø C-017³ª¢Ã Auto CAD 2000 ÇÑ±Û 2cd 3¸¸¿ø C-017´Ù¢Ã ¿µ¹® AutoCAD 2000i 2CD 3¸¸¿ø C-017¶ó¢Ã ¿µ¹® AutoCAD 2002 2CD 4¸¸¿ø C-017¸¶¢Ã AUTOCAD 2002 ÇÑ±Û 1CD 3¸¸¿ø C-018¢Ã AutoCAD LT 98 (2CD,Á¤½Ä) 2CD 3¸¸¿ø C-018³ª¢Ã Auto CAD LT 2000 i 2¸¸¿ø C-018´Ù¢Ã AutoCad LT 2002 2CD 3¸¸¿ø C-019¢Ã AUTOSKETCH R5 [for Win 95/NT] C-019³ª¢Ã Autodesk Autosketch(¿ÀÅ佺ÄÉÄ¡) R6 C-019´Ù¢Ã Autodesk Autosketch R7.0 for Win9X/NT 2¸¸¿ø C-019¶ó¢Ã Autodesk AutoSketch R8 2¸¸¿ø C-020¢Ã Autodesk CAD Overlay [FOR AutoCAD R14] (Á¤½Ä) 2¸¸¿ø C-020³ª¢Ã Autodesk Cad Overlay 2002 3¸¸¿ø C-021¢Ã Autodesk GENIUS DeskTop v 3.0 3¸¸¿ø C-118¢Ã AutoDesk INVENTOR 4.0 -2¸¸¿ø C-118³ª¢Ã AutoDesk Inventor (Win9x,NT,2K) 5.0 -3¸¸¿ø C-022¢Ã AutoDesk SYMBOLS 97 C-023¢Ã AutoDesk Visual LISP [for AutoCAD R14] 2¸¸¿ø C-024¢Ã Auto Cad °ü·Ã ÇÁ·Î±×·¥ ¸ðÀ½ 2¸¸¿ø C-025¢Ã AUTOCAD °ü·Ã ¼­µåÆÄÆ® ÇÁ·Î±×·¥ ¸ðÀ½ 2¸¸¿ø C-026¢Ã AutoCAD Addon Collection 2¸¸¿ø C-027¢Ã °í¿î±Û 4.0 (AUTOCAD ¿ë ÇÑ±Û ÀÔÃâ·Â ÇÁ·Î±×·¥- r14¿¡¼­¸¸½ÇÇà!..µµ½º¿ë) C-028¢Ã ¼Û¼±»ý AutoCAD R14 ±³À°½Ãµð (2CD,ÇѱÛ) 2CD 3¸¸¿ø C-029¢Ã CADSOFT build 4.0 3¸¸¿ø C-030¢Ã CAD Solution ¸ðÀ½ 2CD 3¸¸¿ø C-031¢Ã CADBlocks 1998 Version 1.0 for TR Publishing C-032¢Ã CadKey 97 Release 2 (Á¤½Ä Ç®) C-033¢Ã C-Mold 3D Quick Fill 98.6 (c) Advanced CAE Technology, Inc (52¸Þ°¡) 5 ¸¸¿ø C-034¢Ã Cabinet Vision Solid v2.1 C-035¢Ã CADRA for Windows v10.4 2¸¸¿ø C-036¢Ã CAD STAR V2.3.2 C-036³ª¢Ã Cad Star V2.4.1 2¸¸¿ø C-037¢Ã CAM 350 v5.0 2¸¸¿ø C-038¢Ã CASMATE 6.52 C-039¢Ã CATIA CADAM Drafting V4 R2 FOR NT 2¸¸¿ø C-039¶ó¢Ã CATIA V5 R6 for Win NT/2000 (3CD Á¤½ÄÇ®) -6¸¸¿ø C-039¸¶¢Ã CATIA v5 R7 (3cd Á¤½ÄÇ®) -6¸¸¿ø C-039¹Ù¢Ã CATIA v5 R7 SP 3cd -6¸¸¿ø C-040¢Ã CESAR II PIPLINE CAD C-041¢Ã CIMATRON(½Ã¸¶Æ®·Ð) IT V9.04 (±â°è¼³°è°ü·Ã) 3¸¸¿ø C-042¢Ã CIMLogic Toolbox v14.5 [for AutoCAD R13/R14/MDT2] 3¸¸¿ø C-041´Ù¢Ã Cimatron (½Ã¸¶Æ®·Ð) v12 15¸¸¿ø C-042¢Ã CIMLogic Toolbox v14.5 [for AutoCAD R13/R14/MDT2] 3¸¸¿ø C-043¢Ã CivilDraft (½Ãºô µå·¹ÇÁÆ®)by for MicroStation C-044¢Ã cosmos works v4.0 [for solid works98] C-044 ³ª¢Ã Cosmos M v2.6 (NT) SRAC 3¸¸¿ø C-045¢Ã Design Works 98 C-046¢Ã DynaCAD 98 (c) Ditek (588¸Þ°¡ Á¤½Ä Ç®) 2¸¸¿ø C-047¢Ã Edgecam 3.0 (c) Pathtrace Engineering Systems LTD C-047³ª¢Ã EdgeCAM 6.0(¿¡ÂîÄ·) 3¸¸¿ø C-048¢Ã Engineering Geometry Assistant (Á¤½Ä) 3¸¸¿ø C-049¢Ã 2020 Design V5.1(ÁÖ¹æÀÎÅ׸®¾î¼³°è,Á¤½ÄÇ®) ÆǸÅÁßÁö-Å©·¢±¸ÇÏ´ÂÁßÀÓ´Ù! C-050¢Ã Autodesk Planix Deck 3D v1.0a (211¸Þ°¡) C-051¢Ã Autodesk Planix Landscape 2.0 (466¸Þ°¡) C-052¢Ã Planix Home Design 3D 4.0 (ÁÖÅõðÀÚÀÎ,Á¤½Ä) (64¸Þ°¡) C-053¢Ã Floor Plan 3D Design Suite v4.0 (°ÇÃ༳°è°ü·Ã) 2¸¸¿ø C-053³ª¢Ã FloorPlan v6.15 (º®Ã¼ ¼³°è °ü·Ã Åø) 3¸¸¿ø C-054¢Ã Home design 3D (212MB,°ÇÃà°ü·Ã Á¤½Ä) C-055¢Ã 3D Home Architect Deluxe(Ȩ ¾ÆÅ°ÅØÃß¾î µð·°½º) V3.0( 530¸Þ°¡) C-055³ª¢Ã 3D Home Architect Deluxe 4.0 2CD 3¸¸¿ø C-056¢Ã Home interior(ȨÀÎÅ׸®¾î µð·°½º2.0) (C)Broderbund 2CD 3¸¸¿ø C-057¢Ã visual Home (c)Books That Work (340¸Þ°¡) C-058¢Ã SoftPlan Architectural Design v10 For Windows 9x/NT 3¸¸¿ø C-059¢Ã 3D Studio Max Reality And Max Pack Datapump C-060¢Ã 3D Studio Viz(½ºÆ©µð¿À ºñÁî) R2 (Á¤½ÄÇ®2CD) 3¸¸¿ø C-060³ª¢Ã 3D Studio VIZ V3.0 (R3i) 2CD 4¸¸¿ø C-060´Ù¢Ã 3D Studio VIZ V4.2 (=Autodesk ViZ.4.2) 3¸¸¿ø C-061¢Ã Electronic sturcture detail Library for Autocad V12,13,14 2¸¸¿ø C-062¢Ã CAD ¿ë°ÇÃà/ÀÎÅ׸®¾î ¼Ò½º 2CD 4¸¸¿ø C-064¢Ã Intelli CAD 98 (c) Visio C-064³ª¢Ã IntelliCAD 2000B 3¸¸¿ø C-065¢Ã Intergraph GEOVEC C2 -2¸¸¿ø C-066¢Ã Lab view 5.0 ( Àü±âÀüÀÚ ½Ã¹°·¹À̼Ç) 2CD 3¸¸¿ø C-067¢Ã LAB VIEW 5.1 C5 -3¸¸¿ø C-067³ª¢Ã LABView 6i 4¸¸¿ø C-067´Ù¢Ã LABView Real Time v6.0.3 for Labview 2¸¸¿ø C-068¢Ã Teststand 1.0 (c) National Instruments (160¸Þ°¡) 2¸¸¿ø C-069³ª¢Ã MATLAB 5.3 (C)Math Works 3¸¸¿ø C-069´Ù¢Ã Matlab 5.3 for [Unix+Linux] 2CD, 2¸¸¿ø C-069¶ó ¢Ã Matlab 6.0 2cd 3¸¸¿ø C-069¸¶¢Ã Matlab 6.1 (R12.1 FULL) 2CD 4¸¸¿ø C-070¢Ã Chem office 2000 Professional Edition 2¸¸¿ø C-071¢Ã LandScape(·£µå½ºÄÉÀÌÇÁ) Architect v6.0 (c) SoftKey C-072¢Ã Master CAM v7.0 C-072³ª¢Ã Master CAM v7.1 2¸¸¿ø C-072´Ù¢Ã Master CAM v7.2 & v7.2b update 3¸¸¿ø C-072¶ó¢Ã Master Cam CAD 8.0 -5¸¸¿ø C-072¸¶¢Ã Master Cam 8.1 final -5¸¸¿ø C-072¹Ù¢Ã MasterCam Post Processor V8.0 (Ç®¹öÀü) -3¸¸¿ø C-072»ç¢Ã Mastercam v9.0 -10¸¸¿ø C-073´Ù¢Ã Autodesk Mechanical DeskTop (MDT) v6.0 2CD 5¸¸¿ø C-073¶ó¢Ã MDT 6.0 ÇÑ±Û (µåµ® ÇѱÛÆÇÀ» ÀÔ¼ö!) -2CD 5¸¸¿ø C-074¢Ã Mechpart Solid [For Solid works 98] C-075¢Ã Microstation Repro graphics 7.0 for Microstation SE 5¸¸¿ø C-075³ª¢Ã MicroStation ReproGraphics 7.0 for PowerDraft 5¸¸¿ø C-075´Ù¢Ã MicroStation ReproGraphics V7.0 for Microstation/J 5¸¸¿ø C-076¢Ã MicroStation 95 ÇÑ±Û (¸¶ÀÌÅ©·Î ½ºÅ×À̼Ç) ÇÑ+¿µ C-076³ª¢Ã microstation v8 -5¸¸¿ø C-077¢Ã MiniCAD VACTOR WORKS v8.0 (99³â ½Åǰijµå) 2¸¸¿ø C-078¢Ã NASTRAN 70.52 5¸¸¿ø C-078³ª¢Ã MSC Visual Nastran Desktop 2001 5¸¸¿ø C-079¢Ã NASTRAN CAM/CAD v4.4 5¸¸¿ø C-080¢Ã ORCAD SUITE 9.0 Power Connection 4¸¸¿ø C-080³ª¢Ã ORCAD V9.1 Power Connection 5¸¸¿ø C-080´Ù¢Ã ORCAD V9.2(Á¤½Ä Ç®) ÃÊÃÖ½Å! 6¸¸¿ø C-081¢Ã PSPICE 8.0 (Á¤½Ä-Ç®) 3¸¸¿ø C-082¢Ã Protel 99 2¸¸¿ø C-082³ª¢Ã PROTEL 99 SE (with ServicePack1-6) 2 ¸¸¿ø C-135¢Ã PROTEUS 5.2.03 (ÇÁ·ÎÅ׿콺) 2¸¸¿ø C-084¢Ã PCAD 2000 -3¸¸¿ø C-085¢Ã Pads POWER LOGIC 1.2 (ÀüÀÚȸ·Î°ü·Ã) C-086¢Ã Pads Specctra Route Engine v7.1.4(ÃֽŠÀüÀÚȸ·Î ¼³°è °ü·ÃÅø) 2¸¸¿ø C-119¢Ã Pads Power PCB BlazeRouter 3.5 -5¸¸¿ø C-087¢Ã Point line CAD V15.0 (630¸Þ°¡-Á¤½ÄÇ®) 2¸¸¿ø C-088-0¢Ã PTC Icem DDN 3.404 Revision.F 3¸¸¿ø C-088-0³ª¢Ã ICEM CFD 4.1 3¸¸¿ø C-088¢Ã Pro / ENGINEER (ÇÁ·Î¿£Áö´Ï¾î) V.20 2CD 4¸¸¿ø C-088³ª¢Ã Pro Engineer (ÇÁ·Î¿£Áö´Ï¾î) 2000i (Build 1999390- 355¸Þ°¡) 5¸¸¿ø C-088´Ù¢Ã Pro Engineer (ÇÁ·Î¿£Áö´Ï¾î) 2000i.2 (Datecode 2001040-513¸Þ°¡)for Win9X -5¸¸¿ø C-088¶ó¢Ã PTC Pro Engineer (ÇÁ·Î¿£Áö´Ï¾î) 2001 PreProduction -5¸¸¿ø C-088¸¶¢Ã PTC Pro Engineer v2000i.2 for NT -5¸¸¿ø C-088¹Ù¢Ã PTC Pro Engineer v2001 Final (Build 2001150) -5¸¸¿ø C-088»ç¢Ã PTC Pro Engineer v2001 Final win9x C-088¾Æ¢Ã PTC Pro Engineer v2001 for NT C-088Àڢà PTC Pro Engineer v2001 Multi Language -5¸¸¿ø C-088Â÷¢Ã PTC ProEngineer 2001 DateCode 2001320 (9X) 6¸¸¿ø C-088Ä«¢Ã PTC ProEngineer 2001 DateCode 2001320 (NT/2k) 6¸¸¿ø C-088Ÿ¢Ã PTC ProENGINEER 2001 DateCode 2001360 (XP¿ë!) 7¸¸¿ø C-089¢Ã Pro Mechanica(ÇÁ·Î¸ÅÄ«´ÏÄ«) V20.0 (ijµåÇؼ®°ü·Ã-406¸Þ°¡ Á¤½ÄÇ®) 4¸¸¿ø C-089³ª¢Ã Pro Mechanica 2000i for win9x -5¸¸¿ø C-089´Ù¢Ã PTC ProMechanica (ÇÁ·Î¸ÅÄ«´ÏÄ«)2001 5¸¸¿ø C-092¢Ã Rhino 3D Nurbs Modeler v1.0 2¸¸¿ø1 C-092³ª¢Ã RHINO 3D V1.1 -3¸¸¿ø C-092´Ù¢Ã Rhino V 2.0 -3¸¸¿ø C-093¢Ã SmartCAM V10 [95/98/NT] 5¸¸¿ø C-094¢Ã Design wave 3.0 ( ±â°è¼³°è°ü·Ã ijµå) C-095¢Ã SolidWorks(¼Ö¸®µå¿÷½º) 2000(À©µµ¿ì98 ¹× NT °øÅë) ÁÖ:5¸¸¿ø C-095³ª¢Ã SOLIDWORKS(¼Ö¸®µå¿÷½º) 2001(Win9x/NT/2000) 2CD(Ç®) 10¸¸¿ø C-096¢Ã Super Scape VRT V5.60 (À¥,ȨÆäÀÌÁöÂÊ¿¡¼­ ãÀ¸¼¼¿ä) C-097¢Ã SurvCADD98 [for AutoCAD R14] C-098¢Ã Turbo Cad Solid Modeler 2.00.544 (c) IMSI C-099¢Ã TurboCAD V5.0 (Build 19.0)[ for Windows 9x / NT4] 3¸¸¿ø C-100¢Ã TurboSketch 4.5 (Build 112) [for Windows 9x / NT4] 3¸¸¿ø C-101¢Ã UniCAD(À¯´Ïijµå) v1.0 2¸¸¿ø C-102¢Ã ÀüÀÚȸ·Î°ü·Ã Xilinx(ÀÚÀϸµ½º) Foundation 2.1i C-102³ª¢Ã Xilinx Foundation Series ISE 4.li (ÀüÀÚȸ·Î°ü·Ã) 2cd 5¸¸¿ø C-103¢Ã Intergraph Smart Sketch v3.0 ( 2000³â ½Å»óÇ°,ijµå°ü·Ã) C-104¢Ã Intergraph Geomedia version 2 (GIS°ü·Ã Åø) C-104³ª¢Ã Intergraph Geomedia Professional 4.0.22.12 -3¸¸¿ø C-105¢Ã LEONARDO: The Inventor 2.0 (ÀüÀÚ°ü·Ã) 3¸¸¿ø C-106¢Ã IDEAS v6.1 4CD 10¸¸¿ø C-106³ª¢Ã IDEAS v8M2 2cd 6¸¸¿ø C-106´Ù¢Ã IDEAS v8M4 update 3¸¸¿ø C-107¢Ã HP Advanced System 1.1 ÀüÀÚȸ·Î¼³°è°ü·Ã ¿¡·¯ ÆǸÅÁßÁö C-108¢Ã HP VEE v4.0 [for win95/NT](for electronic engeineer) C-109¢Ã ARCView v3.1 CTIS ( 586MB) (ÁöÇü,Åä¸ñ ,°ÇÃà°ü·Ã) C-109³ª¢Ã ArcView v8.1 ESRI 2CD 4¸¸¿ø C-109´Ù¢Ã ArcGIS DeskTop V8.1.2 (c)ESRI 3CD -6¸¸¿ø C-110¢Ã ALTERA MAX PLUS II v8.0 (c) ALTERA (ÀüÀÚȸ·Î°ü·Ãijµå) C-110³ª¢Ã ALTERA 3DS MAX Plus II 9.1 3¸¸¿ø(Á¤½Ä) C-110´Ù¢Ã Altera MAX Plus II (¾ËÅ׶ó¸Æ½ºII ) 10.1 4¸¸¿ø C-111¢Ã QuickCAD V6.0 Millelium (Á¤½Ä) (c)AutoDesk 2¸¸¿ø C-121¢Ã GibbsCAM 2000 (Gibbs 2K V5.55) -3¸¸¿ø C-122¢Ã SOLID EDGE 9.0 (¼Ö¸®µå ¿¡Âî) UNIGraphics Co. -3¸¸¿ø C-122³ª¢Ã Solid Edge 10.0 -3¸¸¿ø C-112¢Ã Solid Thinking V3.0 5¸¸¿ø C-113¢Ã TOP SOLID 2.61 (±â°è,ÀÏ¹Ý ¼³°è°ü·Ã) C-114¢Ã UNIGRAPHICS 15th (Á¤½Ä) 2CD 3¸¸¿ø C-114³ª¢Ã UNIGRAPHICS v1.5 0.2.2 upgrade C-114´Ù¢Ã UNIGRAPHICS(À¯´Ï±×·¡ÇȽº) 16ÆÇ (3cd-Á¤½ÄÇ®¹öÁ¯) 5¸¸¿ø C-114¶ó¢Ã Unigraghics v18 Final 3CD 10¸¸¿ø C-115¢Ã Working Model 3D v2.0 ( crackÀÓ) 2¸¸¿ø C-115³ª¢Ã WorkingModel 4D for Solidworks ¿Ü ±âŸµîµî Áö¿ø Msc Co. 2¸¸¿ø C-116¢Ã SAP2000 v6.11 NonLinear 3¸¸¿ø C-117¢Ã ¼¾Ãò¶ó (Á¤½Ä) C-120¢Ã Think Design 6.01(3D ijµå¸ðµ¨¸µ...etc) -3¸¸¿ø C-121¢Ã GibbsCAM 2000 (Gibbs 2K V5.55) -3¸¸¿ø C-123¢Ã Powermill (ÆÄ¿ö¹Ð) v3.1 (c)Delcam -3¸¸¿ø C-124¢Ã OpenMind Hypermill(ÇÏÀÌÆÛ¹Ð) 5.2 -3¸¸¿ø C-145¢Ã ARTcam pro v5.104 (C)Delcam -3¸¸¿ø C-125¢Ã TekSoft CAMworks 2000 -3¸¸¿ø C-127¢Ã AlphaCAM 2001 -3¸¸¿ø C-128¢Ã Agilent Advanced Design System (ADS) 1.5 -3¸¸¿ø C-129¢Ã IRON CAD 4.2 -3¸¸¿ø C-130¢Ã ELCAD v7 MULTILINGUAL(ÀüÀÚ±â¼ú °ü·Ã) 3¸¸¿ø C-131¢Ã Accurender lite v3.1.263 (c)AutoDesk 2¸¸¿ø C-132¢Ã Dynamic Designer Pro (for SolidWorks2001) 2¸¸¿ø C-133¢Ã CAD POWER 21S (ÇѱÛijµå) 3¸¸¿ø C-134¢Ã Chief Architect 7.01 3¸¸¿ø C-135¢Ã PROTEUS 5.2.03 (ÇÁ·ÎÅ׿콺) 2¸¸¿ø C-136¢Ã VX CAD/CAM 5.3w FULL (c) VARIMETRIX .VX .CORP 5¸¸¿ø C-137¢Ã Multisim Pro 2001 Electronic WorkBench 3¸¸¿ø C-138¢Ã FME suite 2001 -5¸¸¿ø C-139¢Ã SilverScreen Solid Modeler v6.92 3¸¸¿ø C-140¢Ã Surfacer v10.5 3¸¸¿ø C-141¢Ã CADIAN 2002(ÇѱÛ) Professional 3¸¸¿ø C-142¢Ã Autodesk Building Electrical V1.0 3¸¸¿ø C-142³ª¢Ã AutoDesk Building Mechanical V1.0 for ADT -3¸¸¿ø C-143¢Ã CAD Exceed 6.2 3D (3D °ü·Ã ijµåÀÓ. x½á¹ö¾Æ´Ô) -3¸¸¿ø C-144¢Ã E-CAD Pro (c)AMS (PCB °ü·Ã ijµåÇÁ·Î±×·¥ÀÔ´Ï´Ù.)-2¸¸¿ø C-147¢Ã WaterCAD.v4.5 ¼ö(À¯)·® ºÐ¼®/µðÀÚÀÎ/¸ðµ¨¸µ°ü·Ã CAD -3¸¸¿ø C-148¢Ã GS MESHER V2002 R1 (c) MSC -5¸¸¿ø C-149¢Ã ArcGIS DeskTop V8.1.2 (c)ESRI 3CD -6¸¸¿ø T-035¶ó¢Ã VISIO 2002 2¸¸¿ø SSSSSSSSSSSSSSSSS ¼öÇÐ,Åë°è°ü·Ã SSSSSSSSSSSSSSSSSSSSSS S-001¢Ã Maple V Release 4 - The Power Editio S-001³ª¢Ã Maple 7 (¼öÇÐ/Åë°è°ü·Ã) 3¸¸¿ø S-002³ª¢Ã MathCad 2000 2¸¸¿ø S-002´Ù¢Ã MathCAD 2001 3¸¸¿ø S-003³ª¢Ã MATHMETICA 4 (Á¤½ÄÇ®-380¸Þ°¡) 2¸¸¿ø S-003´Ù¢Ã Mathematica v4.1 -2¸¸¿ø S-004¢Ã S-PLUS v4.5 (c) Mathsoft[for WIN95/NT] 2¸¸¿ø S-005¢Ã SAS 6.12 (Á¤½Ä Ç®-351¸Þ°¡) 3¸¸¿ø S-005³ª¢Ã SAS 8.1 (686MB Á¤½ÄÇ®) -5¸¸¿ø S-006³ª¢Ã Sigmaplot 2000 v6.0 3¸¸¿ø S-007¢Ã SPSS 7.51 (ÇÑ±Û ÆÐÄ¡! ) S-007¶ó¢Ã SPSS v10.7 2¸¸¿ø S-007¸¶¢Ã SPSS v11 (½ÅÁ¦Ç°ÀÓ´Ù!) 3¸¸¿ø S-008¢Ã Statistica v5.11 S-009¢Ã MapInfo Professional v6.5 3¸¸¿ø S-010>¢Ã Origin 6.0 ¾×¼¿°ú ¿¬µ¿ ±×·¡ÇÁµîÀ» ½±°Ô.. -2¸¸¿ø C-069¢Ã MATLAB v5.2 -2¸¸¿ø C-069³ª¢Ã MATLAB 5.3 (C)Math Works -3¸¸¿ø C-069´Ù¢Ã MATLAB 5.3 for [Unix+Linux] -2CD 4¸¸¿ø C-069¶ó¢Ã MATLAB 6.0 -2CD 5¸¸¿ø GGGGGGGGGGGGGGGGG ±×·¡ÇÈ °ü·Ã GGGGGGGGGGGGGGGGGGGGGGGGG G-001¢Ã ÃÖ½ÅÀÇ ±×·¡ÇÈ ¸ðÀ½ (³¹Àå °¢ 1¸¸5õ¿ø ) 5¸¸¿ø G-001³ª¢Ã Àü¹®±×·¡ÇÈ ¸ðÀ½ 3¸¸¿ø G-002¢Ã 3D Deck and Backyard Construction (with LandScape) G-003¢Ã 3D LandScape 2.0 (c) book that works.inc G-004¢Ã 3DS MAX Modeling Data G-005¢Ã ¼Û¼±»ý 3D Studio MAX ±³À°½Ãµð (2CD,ÇѱÛ) 2CD 3¸¸¿ø G-006¶ó¢Ã 3D MAX V3.1 2cd 3¸¸¿ø G-006¸¶¢Ã 3D Studio MAX V4.0 2cd 4¸¸¿ø G-006¹Ù¢Ã 3DS MAX V4.2 2CD 4¸¸¿ø G-006Àڢà 3DS MAX V4.2 updater G-007³ª¢Ã MAX 4 Plug-In ¸ðÀ½ -2¸¸¿ø(ȨÆäÀÌÁö ÂüÁ¶) G-007¢Ã MAX PLUG IN & UTIL 2¸¸¿ø(ȨÆäÀÌÁö ÂüÁ¶) G-008¢Ã 3D MAX II Plug-In ¸ðÀ½ (ȨÆäÀÌÁö ÂüÁ¶) G-009¢Ã MAX Plug-In ¸ðÀ½ 2¸¸¿ø(ȨÆäÀÌÁö ÂüÁ¶) G-010¢Ã ABC Graphic Suite (micrografx) G-011¢Ã Acrobat Exchange 3.0 G-012³ª¢Ã Adobe Acrobat 4.0 ÇÑ±Û (Á¤½Ä) 2¸¸¿ø G-012¶ó¢Ã Adobe ACROBAT 5.0 (¿µ¹®) 2¸¸¿ø G-012¸¶¢Ã Adobe Acrobat 5.0 ÇÑ±Û 2¸¸¿ø G-012¹Ù¢Ã Adobe Acrobat Writer 5 multilingual 2¸¸¿ø G-013¢Ã Adobe Acrobat Capture 2.0 G-014¢Ã Adobe After Effect 4.0 (Á¤½Ä Ç®) G-014³ª¢Ã Adobe After Effect (¿¡ÇÁÅÍ ÀÌÆåÆ®) 4.1 G-014´Ù¢Ã Adobe After Effects 5.0 ¹øµé G-014¶ó¢Ã Adobe After.Effects.5.5.Production.Bundle 2¸¸¿ø G-015¢Ã Adobe Circulate Release Candidate 1 [for Windows] 2¸¸¿ø G-016¢Ã Adobe Font Folio v8.0 (Á¤½ÄÇ®) 2¸¸¿ø G-016³ª¢Ã Adobe Font Folio v9.0 (Á¤½ÄÇ®) -3¸¸¿ø G-017¢Ã Adobe Frame Maker v5.5 (Á¤½ÄÇ®) G-017³ª¢Ã Adobe FrameMaker(ÇÁ·¹ÀÓ ¸ÞÀÌÄ¿) V6.0 2¸¸¿ø G-018¢Ã Adobe ILLUSTRATOR 7.0.2 (ÇѱÛ) G-018³ª¢Ã Adobe Illustrator v8.0 (¿µ¹®-¿ÏÀü Á¤½ÄÇ®) 6CD 6¸¸¿ø G-018´Ù¢Ã ¿µ¹® Adobe illustrator V9.0 (459¸Þ°¡ Á¤½ÄÇ®) 2¸¸¿ø G-018¶ó¢Ã ¿µ¹® Adobe illustrator (ÀÏ·¯½ºÆ®·¹ÀÌÅÍ)V9.0 ¾÷±×·¹À̵å¹öÁ¯ (2¸¸¿ø) G-018¸¶¢Ã ¿µ¹® Adobe illustrator 10 2¸¸¿ø G-018¹Ù¢Ã ÇÑ±Û Adobe illustrator 9.0 (Á¤Ç°°¡-74¸¸¿ø) 2¸¸¿ø G-091¢Ã Adobe Atmosphere 1.0 (°¡»ó 3D À¥ÆíÁý °ü·Ã) G-092¢Ã Adobe LiveMotion v2.0 2¸¸¿ø G-020¢Ã Adobe ImageStyler V1.0 (Á¤½ÄÇ®) G-088¢Ã PAINTSHOP PRO(ÆäÀÎÆ®¼¥ÇÁ·Î) 7.0 G-020´Ù¢Ã ÇÑ±Û (Adobe Photo Shop) Æ÷Åä¼¥ V5.5 G-020¸¶¢Ã Adobe Photoshop v6.0 (Æ÷Åä¼¥457MB-¿µ¹®) 2¸¸¿ø G-020¹Ù¢Ã Adobe Photoshop 6.01 (ÇѱÛ) 2¸¸¿ø G-020»ç¢Ã ADOBE PHOTOSHOP ELEMENTS. G-020¾Æ¢Ã Adobe PhotoShop 7.0 -2¸¸¿ø G-021¢Ã Adobe Premiere v5.0(600M) G-021³ª¢Ã Adobe Premiere 5.1 [for Win9X/NT](500M-Á¤½ÄÇ®) 2¸¸¿ø G-021¶ó¢Ã ADOBE Premiere(ÇÁ¸®¹Ì¾î) V6.0 2¸¸¿ø G-021¸¶¢Ã Adobe Premiere 6 (Á¤½ÄÇ®) 2CD 3¸¸¿ø G-022¢Ã Animatek`s World Builder V2.00.30 2CD 3¸¸¿ø G-024¢Ã Animation Master99 v7.1 (c) Hash G-026¢Ã Architecture Graphic Standard G-027¢Ã Arete Digital Nature Tools for Maya v1.02 for Win NT G-028¢Ã Art Dabbler v2.1 G-029¢Ã Art-lantis Render G-030¢Ã AURORIX V2.0 (after Effects Plug-In) G-031¢Ã Boris F/X 3.0.2 (after Effects Plug-In) G-032¢Ã BRYCE(ºê¶óÀ̽º) 3D V3.1 [for Win95/NT3.5-4] 2¸¸¿ø G-032³ª¢Ã Bryce 3D 4.0 2cd-3¸¸¿ø G-032´Ù>Corel Bryce 5.0 2CD 3¸¸¿ø G-033¢Ã Cinema 4D XL + Cinema 4D v4.27 [for WIN95/NT] G-034³ª¢Ã Corel Draw 9 3CD 3¸¸¿ø G-034´Ù¢Ã Corel Draw 10.0 3cd 5¸¸¿ø G-034¶ó¢Ã COREL DRAW v9.0 ÇÑ±Û 2¸¸¿ø G-034¸¶¢Ã Corel Draw 9.0 (ÇѱÛ) -3CD 3¸¸¿ø G-035¢Ã Corel DREAM 3D v8 [for Win95] G-035-1¢Ã Corel Print House Magic Deluxe 2¸¸¿ø G-089¢Ã Corel Click & Create 2.11 G-090¢Ã Corel VENTURA 8.0 (2CD) 3¸¸¿ø G-094¢Ã Corel Knockout 2 -2¸¸¿ø G-036¢Ã Cosmopolitan virtual Make over v 1.1(400¿© ¸Þ°¡) G-087¢Ã CHARACTER STUDIO R3.0 (c)Diskreet -2¸¸¿ø G-037¢Ã Disney Magic Artist 2¸¸¿ø G-038¢Ã LifeForms(¶óÀÌÇÁ Æû) 3.02 G-039¢Ã Elastic Reality 3.1 (C) Avid Technology, Inc (Á¤½Ä) G-040¢Ã Extreem 3D V2.0 (Á¤½ÄÇ®) G-041³ª¢Ã FormZ V3.5(Á¤½Ä/G18) (Á¤Ç° °¡°ÝÀº 335¸¸¿øÂ¥¸®) 3¸¸¿ø G-041´Ù¢Ã FORMZ V3.8 G-042¢Ã Houdini v2.5 Full (600M Ç®) G-042³ª¢Ã Houdini v4.0 for WinNT (Èĵð´Ï 4.0 ÃÖ½Å!- SideFX»ç ) 3¸¸¿ø G-043¢Ã MetaCreations Infini-D V4.5 2¸¸¿ø G-044¢Ã Kai's photo soap 2 (Á¤½Ä) G-044³ª¢Ã Kai's Photo Soap 2.5 G-045¢Ã Kai's Power Show (¿ÏÀüÁ¤½ÄÇ®) G-046³ª¢Ã Kai's Power Tools V 6.0 (c)Matacreations 2¸¸¿ø G-046´Ù¢Ã KPT Effects v7.0 G-047¢Ã KPT VECTOR Effects V1.5 For Illustrator G-048¢Ã kai's super goo (Á¤½Ä) G-049¢Ã LightScape(¶óÀÌÆ®½ºÄÉÀÌÇÁ) V3.2 2¸¸¿ø G-050´Ù¢Ã Light Wave(¶óÀÌÆ®¿þÀ̺ê) 6.5 2¸¸¿ø G-050¶ó¢Ã Lightwave 7.0 (c) Newtek 3¸¸¿ø G-051¢Ã LIGHT WAVE PLUG IN & UTIL 2¸¸¿ø (ȨÆäÀÌÁöÂüÁ¶) G-052¢Ã LivePix V2.0 Deluxe (c) LivePix G-053¢Ã FREEHAND 7.0 ÇÑ±Û G-053´Ù¢Ã MacroMedia FreeHand(ÇÁ¸®ÇÚµå) V9.0 G-053¶ó¢Ã MacroMedia FreeHand(ÇÁ¸®ÇÚµå) V10.0 2¸¸¿ø G-054¢Ã Macromedia XRES V3.0 (¿Ïº®ÇÑ Á¤Ç° ¹Ú½º Ä«ÇǺ») 3¸¸¿ø G-093¢Ã Macromedia Extreme 3D v2 2¸¸¿ø G-055¶ó¢Ã Maya V3.0 unlimitted 5¸¸¿ø G-055¸¶¢Ã Maya 4.0 3¸¸¿ø G-055¹Ù¢Ã Maya Unlinited 4.0 3cd 5¸¸¿ø G-055»ç¢Ã Maya Unlimited 4.01 for linux 2¸¸¿ø G-056¢Ã AlliasWaveFront MAYA Scenes Addons G-056³ª¢Ã Allias&Wavefront STUDIO TOOLS 9.7 2cd 5¸¸¿ø G-057¢Ã MEGA CLIP ART G-058¢Ã MS Photo Draw 2000 for Win95/98/NT 4.0 Service Pack 3 or later 3CD 5¸¸¿ø G-059³ª¢Ã MS Picture It 99 [for Win95/98/ NT4.0 or later] (Á¤½Ä) 2CD 3¸¸¿ø G-059´Ù¢Ã Picture It Publishing 2002 3cd 3¸¸¿ø G-059¶ó¢Ã MS Picture It Photo Premium 2002 [2cd] 3¸¸¿ø G-060¢Ã Painter 3D v1.0 (Á¤½Ä) (c)Metacreation G-061¢Ã Painter 5.03 (Fractal Design »çÀ϶§) G-061³ª¢Ã Metacreation Painter V6.0 2CD 4¸¸¿ø G-061´Ù¢Ã Painter 7 (c)Procreate (COREL) G-063¢Ã Photo Impact Mega Pack V4.0(Á¤½Ä) (c) Ulead 2CD 3¸¸¿ø G-095¢Ã Ulead Photo Express 4.0 Digital Studio Edition G-064¢Ã PHOTO SHOP PLUG -IN ¸ðÀ½ 2¸¸¿ø(ȨÆäÀÌÁö ÂüÁ¶) G-065¢Ã Photo/Graphic Edges V3.0 (c)Auto F/X G-066¢Ã PHOTOSHOP Learning CD ( ÇѱÛ) G-067¢Ã Photoshop¿ë ÇÊÅÍ ¸ðÀ½Áý (ȨÆäÀÌÁö ÂüÁ¶) G-068³ª¢Ã POSER (Æ÷Á®) V4.0 2CD 2¸¸¿ø G-069¢Ã Professional Graphics pack G-070¢Ã RenderWorld & NatureFX V2.0 for SoftImage 3.7 (SoftImage plug-in) G-071¢Ã Shade Plus ÇÑ±Û G-072¢Ã SoftImage 3.8(Á¤½ÄÇ®438¸Þ°¡ sp1 ¹öÀüÀÓ ) G-072³ª¢Ã SoftImage 3D Ver 3.8 SP3 G-072´Ù¢Ã SoftImage XSI 1.5 3cd 4¸¸¿ø G-072¶ó¢Ã avid softimage xsi v2.1 3CD 10¸¸¿ø G-073¢Ã SoftImage 3D Extreme 3.8 [for WIN NT] G-075¢Ã Phoenix tools RED CD for softimage3D 3.8(softimage plug-in) 3¸¸¿ø G-076¢Ã True Space (Æ®·ç ½ºÆäÀ̽º) v4.0 G-076³ª¢Ã TrueSpace V4.3 2¸¸¿ø G-077¢Ã Ulead COOL(À¯¸®µå Äð) 3D (Á¤½Ä) G-078¢Ã Ulead Face Factory 1.0 G-079¢Ã Working Model 3d G-082¢Ã World Construction Set 4.55 G-083¢Ã Metacreation Dance Studio v1.0 2¸¸¿ø G-084¢Ã Avid Marquee v1.0 G-085¢Ã View Point 4cd 5¸¸¿ø G-086¢Ã Realviz MatchMover 1.0 3¸¸¿ø G-087¢Ã Macromedia Esenssinal 1.0 3¸¸¿ø L-025´Ù¢Ã Crystal Report (Å©¸®½ºÅ» ¸®Æ÷Æ®)8.5 Developer Edition 2¸¸¿ø L-025¶ó¢Ã Crystal Reports Professional 8.5 2¸¸¿ø ttttttttttttttttttttttt ¸ÖƼ¹Ìµð¾î ,À¥,ȨÆäÀÌÁö,¾Ù¹üÁ¦ÀÛ tttttttttttttttttttttttttttt T-001¢Ã Super Scape VRT V5.60 3¸¸¿ø T-002³ª¢Ã Adobe GoLive v5.0 T-002´Ù¢Ã Adobe Golive v6.0 2¸¸¿ø T-003¢Ã Adobe PageMil V3.0 T-004¢Ã Adobe Persuasion V4.0 T-005¢Ã Adobe Photoshop Web Magic T-006¢Ã Adobe Photo Deluxe V2.0 ÇÑ±Û (563M Á¤½ÄÇ®,2000³âÆÇ) T-006 ³ª¢Ã ADOBE PHOTODELUXE BUSINESS EDITION 1.0 T-006 ´Ù¢Ã ADOBE PHOTODELUXE HOME EDITION 4.0 T-007¢Ã Instant Photo Effects V1.0 T-008¢Ã ÇÑ±Û IXLA photo 1.1 T-009¢Ã Photo Bank(Æ÷Åä ¹ðÅ©) V1.0 T-010¢Ã PhotoRecall Deluxe V2.0 [for Win 95/98/nt] T-011¢Ã MGI photosuite II V1.02 T-012³ª¢Ã MGI Videowave lll 2CD 3¸¸¿ø (¼ö¹é¸Þ°¡ Á¤½ÄÇ®) T-012´Ù¢Ã MGI VEDIO WAVE 5 2¸¸¿ø T-013¢Ã Inscriber CG Feature Pak And Motion Pak v3.3.0.43 T-014¢Ã DVMPEG v5.01 (vedio, sound µîÀÇ ¾ÐÃàÀúÀå¹×...) T-015¢Ã Digital Fusion 2.13 2¸¸¿ø T-016¢Ã DeBabelizer Pro V4.5 2¸¸¿ø T-017³ª¢Ã Discreet EDIT v6.0(317M Ç®) 3¸¸¿ø T-017´Ù¢Ã COMBUSTION V2 (Discreet) 2¸¸¿ø T-018¢Ã Drumbeat (µå·³•») 2000 v3.0 2¸¸¿ø T-019¢Ã Authorware (¿À½î¿þ¾î) v5.0 (c)Macromedia T-020³ª¢Ã ÇÑ±Û Authorware (¿À½î¿þ¾î) v5.0 2¸¸¿ø T-021³ª¢Ã Director (µð·ºÅÍ) V8.0 (Á¤½Ä Ç®) 2¸¸¿ø T-021´Ù¢Ã Director (µð·ºÅÍ) V8.5 (Á¤½Ä Ç®) T-022¶ó¢Ã DreamWeaver (µå¸²À§¹ö)ULTRADEV 4 FireWorks 4 studio -2CD 5¸¸¿ø T-023´Ù¢Ã Macromedia FireWorks V4.0 2¸¸¿ø T-024´Ù¢Ã FLASH Ç÷¹½¬5.0 (¼ö¹é¸Þ°¡ÀÔ´Ï´Ù!) 2¸¸¿ø T-024¸¶¢Ã Macromedia Flash -MX 6 (¼ö¹é¸Þ°¡ Ç®¹öÀü!) 3¸¸¿ø T-025³ª¢Ã Tool Book II V7.0 (ÅøºÏÀÌ µåµð¾î 7.0 ÀÌ ³ª¿Ô±º¿ä. 321 ¸Þ°¡ Á¤Ç°Ä«ÇǺ») T-026¢Ã Media Studio Pro V5.0 (Ulead Co.) 2CD 3¸¸¿ø T-026³ª¢Ã Ulead MediaStudio(À¯¸®µå ¹Ìµð¾î ½ºÆ©µð¿À) Pro 6.0 T-026´Ù¢Ã Ulead Media Studio Pro 6.5 -2¸¸¿ø T-026¶ó¢Ã Ulead Vedio studio 5.0 DVD Edition -2¸¸¿ø T-027¢Ã Kaydara FILMBOX v1.5 SPI T-028¢Ã MS Liquid Motion v1.0 T-029¢Ã Cold fusion Studio 4.0(Á¤½Ä) (c)Allaire 2¸¸¿ø T-029³ª¢Ã Allaire Cold Fusion Server V5.0 Release Candidate 2¸¸¿ø T-030³ª¢Ã Net object fusion 4.0 (Á¤½ÄÇ®) 2¸¸¿ø T-031¢Ã Symantec Visual Page V2.0 T-032¢Ã Symantec Visual Cafe v2.5 [for Java for Win95/NT] T-032³ª¢Ã Symantec Visual Cafe v3.0 2¸¸¿ø T-033¶ó¢Ã Visual Cafe for JAVA V4.0 Enterprise E~(Á¤½ÄÇ®) -WebGain Inc 2¸¸¿ø T-034¢Ã ÇÑ±Û Visio 5.0 Standard T-034³ª¢Ã Visio Enterprise 5.0 T-034´Ù¢Ã VISIO Technical 5.0 (ÇѱÛ) T-035´Ù¢Ã VISIO 2000 Enterprise Edition (2000³â ½ÅÇ°,Á¤½Ä Ç®¹öÁ¯) 2cd 3¸¸¿ø T-035¶ó¢Ã VISIO 2002 2¸¸¿ø T-035¸¶¢Ã MS Visio 2002 Professional (ÇѱÛ) 2¸¸¿ø T-035¹Ù¢Ã MS Visio Professional 2002 SR1 2¸¸¿ø T-036¢Ã Xara 3D 3.04 ( Á¤½Ä) T-036³ª¢Ã XARA webstyle v2.0 2¸¸¿ø T-039¢Ã Punch Super home suite (À¥Á¦ÀÛ°ü·Ã) T-040³ª¢Ã MS Front Page 2000 Coperate Edition (1)/(2) 2CD 3¸¸¿ø T-040´Ù¢Ã MS ÇÑ±Û ÇÁ·ÐÆ® ÆäÀÌÁö 2000 2¸¸¿ø T-040¶ó¢Ã MS FrontPage 2002 Inside Out 2¸¸¿ø T-041¢Ã Omni Page Web Edition 1.0 T-042¢Ã Web page 5.0 (640¸Þ°¡) (À¥ÆäÀÌÁö ÀúÀÛ Å°Æ®.) T-043³ª¢Ã ³ª¸ðÀ¥ 4.0 (Ç®¹öÀü) T-043´Ù¢Ã Namo WebEditor 5.0 (Ç®¹öÀü) 2¸¸¿ø T-044¢Ã ĬÅ×ÀÏ 98 2CD 3¸¸¿ø T-045¢Ã Æ÷Å佺ÇÁ·¹ÀÌ 1.0 T-046¢Ã Äíµµ( KUDO ) À̹ÌÁö ¸ðÀ½Áý.. 2¸¸¿ø T-047¢Ã Photodisc -4CD 6¸¸¿ø T-048¢Ã American Fine Art & Illustration (c) Photodisc (½ÅÇ°! À̹ÌÁö ½Ãµð) - 2¸¸¿ø T-049¢Ã Pinnacle STUDIO(ÇdzªÅ¬ ½ºÆ©µð¿À) 7 Full Multilanguage 3¸¸¿ø T-049³ª¢Ã Pinnacle SYSTEM STUDIO DV plus 1.1 3¸¸¿ø T-049´Ù¢Ã Pinnacle System Impression DVD PRO SE v2.1 3¸¸¿ø T-050¢Ã Ulead DVD Movie Maker v1.0 (DVD Åø) 2¸¸¿ø T-051¢Ã Corel Pro Photo Windsurfing 2¸¸¿ø T-052¢Ã Corel Land of the Pyramids 2¸¸¿ø T-053¢Ã Roxio VideoPack 5 T-054¢Ã hollywood fx (Ç㸮¿ìµå FX) Gold ! 3¸¸¿ø T-055¢Ã Macromedia HOMESITE 5.0 2¸¸¿ø T-056¢Ã Avid Xpress DV v3 3¸¸¿ø T-057¢Ã Swish 2.0 -2¸¸¿ø J-109¢Ã PowerDVD XP 4.0 J-110¢Ã WinDVD 2001 jjjjjjjjjjjjjjjjjjjjjjjj ±âŸ(À½¾Ç,·¹ÄÚµù,ÇØÅ·,µîµî...) jjjjjjjjjjjjjjjjjjjjjjjjjjjjj À½¾Ç°ü·Ã======================================================== J-001¢Ã EnCore 4.21 (À½¾Ç°ü·Ã) J-003¢Ã Cakewalk Home Studio 9 ( for Win 9X/ NT ) 2¸¸¿ø J-003³ª¢Ã Cakewalk Home Studio 2002 10.0.2 -2¸¸¿ø J-011¢Ã CakeWork Sonar XL V1.0 2¸¸¿ø J-011³ª¢Ã CakeWalk SONAR XL 1.2 UPDATER J-011´Ù¢Ã Cakewalk Music Creator 2002 2¸¸¿ø J-004³ª¢Ã Finale 2000 (Çdz¯·¹ 2000) J-004´Ù¢Ã Finale 2001 J-005¢Ã Music Soft Musician's Toolbox II [for WIN95/ NT] 2CD 3¸¸¿ø J-006¢Ã Soundforge(»ç¿îµåÆ÷Áö) v4.5a J-006³ª¢Ã Sonic Foundry Sound Forge v5.0b 2¸¸¿ø J-006´Ù¢Ã Sonic Foundry Vegas Pro Audio 2 2cd 3¸¸¿ø J-006¶ó¢Ã Sonic Foundry Voices of Native America 2¸¸¿ø J-007¢Ã Sound Forge DirectX Noise Reduction Plug-in J-008¢Ã Voyatra MusicWrite Plus À½¾ÇÆíÁý°ü·Ã J-009³ª¢Ã Dance ejay 4 (c) PXD Musicsoft Inc. 2¸¸¿ø J-010¢Ã Digital CD-Recording Studio (c) Macmillan (Á¤½ÄÇ®-331¸Þ°¡) 2¸¸¿ø J-012¢Ã MusicMatch Jukebox Plus 7.0 Build 135 J-013¢Ã Coda Finale(DVDA-002112) 3¸¸¿ø J-014¢Ã CUBASE (Å¥º£À̽º) 5 (c)STEINBURG 3¸¸¿ø J-014³ª¢Ã CUBASE all Plugin 2¸¸¿ø J-015¢Ã Cooledit 2000 J-015³ª¢Ã Cooledit pro 2¸¸¿ø J-016¢Ã MUSICBOX ¹ÂÁ÷¹Ú½º -2CD 3¸¸¿ø J-017¢Ã LucasFilm Sound Effects Library (6CD¸¦ 2Àå¿¡ ¸ðµÎ ´ãÀ½!) -3¸¸¿ø ·¹ÄÚµù °ü·Ã============================================== O-050¢Ã CD SPACE 4.0 J-031¢Ã WinOnCD 3.7 (ÆÄ¿ö¿¡µð¼Ç) J-031³ª¢Ã WinOnCD 3.8 (Á¤½ÄÇ®¼ö¹é¸Þ°¡) J-032¢Ã ÀÌÁö½Ãµð Å©·¹ÅÍ 4.02 ÇÑ±Û - 2¸¸¿ø J-033¢Ã EasyCD Creator V4.02a Deluxe - 2¸¸¿ø J-033³ª¢Ã EasyCD Creator V5.0 Ç÷¡Æ¼³Ñ(Á¤½Ä) J-033´Ù¢Ã EasyCD Creator 5.02 (XP°¡´É) (ÇѱÛÆÐÄ¡) J-034 ³ª¢Ã Nero 5.5.6.4 with All Language Packs J-034 ´Ù¢Ã Nero 5.5.7.2 with All Language Packs J-034 ¶ó¢Ã Nero 5.5.7.8 -1¸¸ ¿Àõ¿ø ÇØÅ·°ü·Ã============================================ J-051¢Ã ÇØÅ·Åø ¸ðÀ½CD 1 (ȨÆäÀÌÁöÂüÁ¶) J-052¢Ã ÇØÅ·Åø ¸ðÀ½CD 2 (ȨÆäÀÌÁöÂüÁ¶) J-053¢Ã ÇØÅ·ÇÁ·Î±×·¥¸ðÀ½Áý (ȨÆäÀÌÁöÂüÁ¶) J-054¢Ã 3¸¸¿øÇØÅ·¹®¼­ (ȨÆäÀÌÁöÂüÁ¶) ±âŸ============================================ J-101¢Ã Bleem ! Key CD(ºí¸² Á¤½Ä ÇÊ¿ä) J-102¢Ã CLIPS(ARIS»ç) VINTAGE ALOHA (1SET) J-103¢Ã Creata Card Plus(2CD) 3¸¸¿ø J-104¢Ã LabLink Professinal 7.5 J-105¢Ã MIPS Products J-106¢Ã Andromedia Texture series 4 J-107¢Ã Resume Maker Delux Edition J-108¢Ã Laplink PCsync v3.0 J-109¢Ã PowerDVD XP 4.0 J-110¢Ã WinDVD 2001 eeeeeeeeeeeeeeeeee ÇнÀ,±³À°¿ë eeeeeeeeeeeeeeeeeeeee * ¸¹Àº ¿ë·®°ü°è·Î Á¦¸ñÀ§ÁÖ·Î ½Ç¾ú½À´Ï´Ù. ÀÚ¼¼ÇÑ ¼³¸íÀº * ÀÓ½ÃȨÆäÀÌÁö ÂüÁ¶ÇϽðí ȨÇÇ Àå¾Ö½Ã¿£ ¿¬¶ôÁֽʽÿÀ * ¹°·Ð Á÷Á¢ ÀüÈ­¹®Àǵµ °¡´ÉÇÕ´Ï´Ù. Áöµµ°ü·Ã============================================= E-001¢Ã MS AutoRoute Express Europe 2001) E-001³ª¢Ã Microsoft Autoroute 2002 Europe 2CD -3¸¸¿ø E-002´Ù¢Ã MS MapPoint 2002 North America 2CD 3¸¸¿ø E-003¢Ã 3D ATLAS(¾ÆƲ¶ó½º) ¹é°ú»çÀü E-004¢Ã MS encarta World Atlas 98 - ¸¶ÀÌÅ©·Î¼ÒÇÁÆ®»ç ÀÇ ¼¼°èÁöµµ E-005¢Ã ¿¡½ºÄÚÆ® ¿ì¸®³ª¶ó Àüü Áöµµ°¡ ÇÑ´«¿¡ ! E-006¢Ã ¹éµÎ´ë°£ Àü±¹ °ü±¤Áöµµ V1.1 E-007¢Ã ¼­¿ï½Ã ±³Åë Áöµµ E-009¢Ã MEDIA CLIPS(ARIS»ç) BATIC DEGINES (1SET) ¸ÉÇμҽº E-010¢Ã ·ÎµåÆÄÀÏ·µ 2000 ( ´ë¿ìÁ¤¹Ð ÀüÀÚÁöµµ) ¿©Çà, ¼¼°èdz¹°, ´ëÀÚ¿¬°ü·Ã==================================================== E-031¢Ã KBS World Information 4cd 4¸¸¿ø E-032¢Ã National Geographic Street Locator (451MB) E-033¢Ã National Geographic Trip Planner Platinum (1)(2) 2cd 3¸¸¿ø E-034¢Ã MS Streets & Trips 2002 (NA) 2CD 3¸¸¿ø ¹ÙµÏ,·¹Á®,½ºÆ÷Ã÷,Ãë¹Ì°ü·Ã======================================== E-051¢Ã Àºº° E-053¢Ã õÇϼö´ã2000 E-054¢Ã ÀΰøÁö´É ¹ÙµÏ 98 [for Windows] E-055¢Ã Æò¼º±â¿ø2 E-065¢Ã PADI Encyclopedia of Recreational Diving(3cd) 5¸¸¿ø E-066¢Ã Bonito RadioCom 5.1 ¾îÇРȸȭ°ü·Ã=============================================== E-071¢Ã NEW ¿À¼º½Ä »ýÈ°¿µ¾î SOS 2CD 3¸¸¿ø E-072¢Ã ÀÌ°ÍÀÌ ¹Ì±¹ ¿µ¾î´Ù (Á¶È­À¯ Àú) 4CD 4¸¸¿ø E-073¢Ã ÀÌ°ÍÀÌ ¿©Çà ¿µ¾î´Ù [¿µ¾î±³À°¿ë] E-074¢Ã ACE ÀϺ»¾îȸȭ [ÀϾî] E-075¢Ã ¾ß¹«Áø ÀϺ»¾î [ÀϺ»¾î ÇнÀ ŸÀÌƲ] E-076¢Ã ÀÌÄ¡´Ù·Î & ÇÑÄÄ ÀϺ»¾îÆÇ E-081¢Ã JPT(ÀϺ»¾î ´É·Â½ÃÇè ½ÇÀüÅ×½ºÆ®) E-084¢Ã MBC ENGLISH ¸Å°ÅÁø (7°³¿ùÄ¡ 7Àå) 7¸¸¿ø E-085¢Ã SBS POWER ENGLISH ( 7°³¿ùÄ¡ 7Àå ) 7¸¸¿ø ¹ø¿ª============================================================== E-100¢Ã I-SEOUL / JK E-101¢Ã ¾Ó²¿¸£ V3.0 [Internet ¹ø¿ª¿ë] E-102³ª¢Ã TRANNIE 2000 E-102´Ù ¢Ã E-Tran 2001 ¿µÇѹø¿ªÇÁ·Î±×·¥ E-103¢Ã ¿öµå üÀÎÁö 5.0 (¿µÇÑ ¹ø¿ª±â) 3¸¸¿ø E-103³ª¢Ã ¹Ùº§ Top 2002 (ÇѱÛ) 2¸¸¿ø E-105¢Ã Universal Translator 2000 5¸¸¿ø E-106¢Ã ÇÑ°¡À̵å 2.0 (ÇÑ¿µ¹ø¿ª) E-107¢Ã Àΰ¡À̵å (±¹³»ÃÖ°íÀÇ ¿µÇѹø¿ª) E-108¢Ã JapKo Trans 2000 (ÀÏÇѹø¿ª) E-109 ¢Ã Click Q (¹ø¿ªÇÁ·Î±×·¥Áß º¥Ä¡¸¶Å© 1À§¸¦ ´Þ¸®´Â...) E-110¢Ã SYSTRAN_Professional_PREMIUM ¹ø¿ªÇÁ·Î±×·¥ -2¸¸¿ø »çÀü·ù========================================================= E-120¢Ã ¿Á½ºÆ÷µå¿µ¿µ»çÀü E-121¢Ã À¥½ºÅÍ ¿µ¿µ»çÀü(Webster's New World Dictionary & Thesaurus Deluxe Audio 2000) E-122¢Ã µÎ»ê µ¿¾Æ ÇÁ¶óÀÓ ¿µÇÑ/ÇÑ¿µ »çÀü E-123¢Ã MS Book Shelf E-124¢Ã PC DIC 7.0 (Àü¹®°¡¿ë) E-125¢Ã ÀÌÂî¹æ »çÀü [ÀϺ»¾î »çÀü] E-126¢Ã »çÀ̹ö ÀüÀÚ»çÀü (Àü¹®°¡¿ë) E-127¢Ã Easy ÀüÀÚ ¿ÁÆí 1.5 (Àü¹®°¡¿ë) E-128¢Ã Ä·ºê¸®Áö ¿µ¿µ»çÀü = (¿µ¾î¹ßÀ½³ª¿È) E-129¢Ã ¿µ¾î¹ßÀ½ Ŭ¸®´Ð E-130¢Ã collins cobuild Perfect ¹é°ú »çÀü·ù=============================================== E-141³ª¢Ã µÎ»êµ¿¾Æ ¼¼°è´ë¹é°ú 2001 -5CD 3¸¸¿ø E-142¢Ã ºê¸®Å´ÏÄ¿ ´ë¹é°ú»çÀü 2000 (ÇѱÛ) 3Cd 3¸¸¿ø E-142³ª¢Ã ºê¸®Å´ÏÄ¿(Britannica) ¼¼°è´ë¹é°ú»çÀü 2001 3cd 3¸¸¿ø E-142´Ù¢Ã ÇÑ±Û ºê¸®Å´ÏÄ¿(Britannica) ¼¼°è´ë¹é°ú»çÀü 2001 µð·°½º 3CD 3¸¸¿ø E-143 ¶ó¢Ã MS Encarta Reference Library 2002 5CD 3¸¸¿ø E-144¢Ã ÇѸÞÆĽºÄ® ´ë¹é°ú »çÀü 3CD 3¸¸¿ø E-144 ³ª¢Ã ÇѸ޵ðÁöÅйé°ú»çÀü (¹Ð·¹´Ï¾öÆÇ) 4CD 4¸¸¿ø E-146¢Ã ¼Öºû ¼¼°è ´ë¹é°ú »çÀü E-156¢Ã ¸£ºÎ¸£ ¹Ú¹°°ü (¿µ¹®ÆÇÀÓ) À¯¼Ò¾Æ °ü·Ã=============================================== E-174> ·¹°í ¾ÆÀÏ·£µå (¾î¸°ÀÌ¿ë ºí·Ï½×±â ³îÀÌ) ¿¡·¯! ÆǸÅÁßÁö E-175¢Ã Á¶ÀÌ ºí·° 2.0 [KBS ¿µ»ó»ç¾÷´Ü] (¼Ò¾Æ¿ë) ---ÃֽŠE-176¢Ã Ƽ¹ÌÀ̾߱â (À¯¾Æ¿ë) ------- ÃֽŠE-177¢Ã ¸¶ÀÌ´ÏÂî ÀϺ»¾î(À¯¾Æ¿ë) ------- ÃֽŠÃʵîÇлý °ü·Ã================================================= E-201¢Ã ¹Ì ¾Ø ¸¶ÀÌ ¿ùµå -´ë±³ ¸ÖƼ¹Ìµð¾î ÃʵîÇб³ ¿µ¾î ±³À°¿ë E-202¢Ã ÇÇÅÍÆæ ¿µ¾îÇнÀ ŸÀÌƲ 2cd ¿¡·¯;ÆǸÅÁßÁö E-203¢Ã ÇÁ¶óÀÓ Ãʵ¾î»çÀü E-204¢Ã µÎ³ú°³¹ßÀ» À§ÇÑ ¸óÅ׽ ½Ã¸®Áî 4CD 4¸¸¿ø E-205¢Ã õÀçµéÀÇ ¿ìÁÖ/ÀÚ¿¬/ÀÎü/°úÇÐ/¼¼°è»ç ¹é°ú»çÀü 5cd 5¸¸¿ø(³¹Àå °¢ ¸¸¿Àõ¿ø) E-206¢Ã õÀç¸Å¸Óµå¿Í ¹è¿ì´Â °úÇпø¸® E-207¢Ã ¾î¸°ÀÌ ÈƹÎÁ¤À½ 3.0 -ÃÖ½ÅÀÇ 3.0¹öÀüÀÔ´Ï´Ù! Áß,°í»ý ÇнÀ°ü·Ã=================================== E-231¢Ã ½Å³ª´Â ¼¼°è ¿ª»ç 2CD 3¸¸¿ø E-232¢Ã Áö±¸¸¶À» E-233¢Ã ¹°¸®¸¶À» E-234¢Ã PIRANHA(ÇǶó´Ï¾Æ) Redshift 3.0 E-235¢Ã °è¸ù»ç °úÇйé°ú ¼¼µàÄ« 2CD 2¸¸¿ø Àü¹®°¡,ÇÐȸ¿ë==================================== E-251¢Ã A General Survey of Korea Folk (c)NAMO - ¹ö±×¼öÁ¤Áß E-252¢Ã Á¶¼±¿ÕÁ¶½Ç·Ï 97 Áõº¸ÆÇ!! 4CD 6¸¸¿ø E-253¢Ã °í·Á´ëÀå°æ 2CD 4¸¸¿ø E-254¢Ã ÇÑÄÄ »ï±¹»ç±â E-255¢Ã ÇÑÄÄ´ëÇѹα¹ ÇöÇà¹ý·ÉÁý E-256¢Ã ¹ý°íÀ»LX V6.0 [¹ý¿øµµ¼­°ü-98³â 3¿ù] E-256³ª¢Ã ¹ý°íÀ» (LX ver 7.8) 4CD 4¸¸¿ø E-257³ª¢Ã Å·½ºÇʵå 2000 ´ë¹ý¿øÆÇ·ÊÁý E-258¢Ã ¼¼¹ýÆÇ·ÊÁý E-259¢Ã ¸ÖƼ ¹Ìµð¾Æ ºÏÇÑ ´ë¹é°ú »çÀü[Áß¾ÓÀϺ¸»ç] E-260¢Ã »ï¼º ¹ÝµµÃ¼ µ¥ÀÌÅÍ ºÏ 2.0 E-261¢Ã Machinery's handbook (±â¼ú¼­Àû) E-261³ª¢Ã Machinery's Handbook v.26 E-262¢Ã Àڹ̵μö(ÁÖ¿ª°ü·Ã ÇÁ·Î±×·¥) E-263¢Ã ÁÖ¿ª -»çÁÖÇÁ·Î±×·¥ÀÇ ´ë°¡¶ó°í ÇÒ ¼ö ÀÖÁÒ. ¼º°æ °ü·Ã ======================================= E-281¢Ã ±×¸² ¼º°æ[±¸¾à,½Å¾à] 2CD 3¸¸¿ø E-282¢Ã ¸ñȸ ÀÚ·á Å«¹é°ú 4.0 2CD 3¸¸¿ø E-283¢Ã ¼³±³ ¿¹È­ ÀÚ·á CD 4Áý E-284¢Ã ¼º°æ ¾Ï¼Û/Àбâ 365ÀÏ E-285¢Ã ¼ÀƲ¼º°æ ¸ñȸÀÚ¿ë V4.0 E-286¢Ã MyBible 301 (¼º°æÀü¼­ÀÔ´Ï´Ù ) ¾÷¹«¿ë,ºñÁö´Ï½º,»ó¾÷°ü·Ã=================================================== E-305¢Ã ¸íÀÎ ¿ÀÇǽº 2000 (¸íÀÎ2000 +ȸ°è¸íÀÎ+Æѽº¸íÀÎ) 3¸¸¿ø E-307¢Ã °¢Á¾¼­½Ä ¹× ¾÷¹«¿ë ÇÁ·Î±×·¥ ¸ðÀ½Áý 3¸¸¿ø E-308¢Ã ¼¼¹«, ȸ°è, Àç°í, °ü¸® ÇÁ·Î±×·¥ ¸ðÀ½Áý 3¸¸¿ø E-309¢Ã Quicken Quick Book pro 99 3¸¸¿ø E-309³ª¢Ã Quicken 2002 Home Business °¡°Ý¹ÌÁ¤ E-309´Ù¢Ã Quicken 2002 deluxe °¡°Ý¹ÌÁ¤ E-310¢Ã ¾ó¸¶¿¡¿ä! 2000 - ȸ°èÇÁ·Î±×·¥! 2¸¸¿ø dddddddddddddddd ÀÇÇаü·Ã ddddddddddddddddddddd D-001¢Ã Çѹ浿ÀǺ¸°¨- ¼ÒÀå°¡Ä¡ 100% D-001³ª¢Ã CD °¡Á¤Çѹæ´ëÀü D-002¢Ã Stedmans Electronic Medical Dictionary v4.0a 3¸¸¿ø D-003¢Ã ÀÇÇпë MRI-CT 2¸¸¿ø D-004¢Ã Body Works 97 V5.0 D-005¢Ã BodyWorks 6.0 [for Windows] D-006¢Ã Clinical Anatomy 1.0 [for Windows] D-007¢Ã Griffith's 5 Minute Clinical Consult 1997(ÇǺΰú) D-008¢Ã Interactive Atlas of Human Anatomy D-009¢Ã MAXX ; The Electronic Medical D-010¢Ã The Illustrated Merck Manual (16TH Edition) 2¸¸¿ø D-011¢Ã ¾Æ´ã Symposium on Refractive Ophthalmology (2CD) 3¸¸¿ø D-012¢Ã ¾Æ´ã Symposium on Refractive Surgery (2CD) 3¸¸¿ø D-013¢Ã ¾Æ´ã ±³¼ö¿ë¹öÀü [A.D.A.M Inside the story] D-014¢Ã ¾Æ´ã ±³¼ö¿ë¹öÀü [A.D.A.M Nine month Miracle] D-015¢Ã ¾Æ´ã ±³¼ö¿ë¹öÀü [A.D.A.M Ultimate Human body] D-016¢Ã ¿µ»óÀÇÇÐ CD (4CD) 4CD 6¸¸¿ø(³¹Àå 2¸¸¿ø) D-017¢Ã Çظ®½¼ÀÇÇйé°ú 14TH ============================================================= ¼ºÀΠŸÀÌƲ ============================================================= * ¸¹Àº ¿ë·®°ü°è·Î Á¦¸ñÀ§ÁÖ·Î ½Ç¾ú½À´Ï´Ù. ÀÚ¼¼ÇÑ ¼³¸íÀº * ÀÓ½ÃȨÆäÀÌÁö ÂüÁ¶ÇϽðí ȨÇÇ Àå¾Ö½Ã¿£ ¿¬¶ôÁֽʽÿÀ * ¹°·Ð Á÷Á¢ ÀüÈ­¹®Àǵµ °¡´ÉÇÕ´Ï´Ù. * ȨÆäÀÌÁö´Â °¢ ŸÀÌƲ¸¶´Ù ÀÚ¼¼ÇÑ ¼³¸íÀ» ½Ç¾î³õ¾Ò½À´Ï´Ù. Çѱ¹ÀÇ µ¿¿µ»ó ==================== ----------------------------------------------------------------- X-047¢Ã °­Á¦¼÷, °­Á¦¼÷µ¿»ý ASF ¹öÁ¯ -2¸¸¿ø X-048¢Ã °­Á¦¼÷µ¿»ý mpg ¹öÀü X-049¢Ã ¶ó¶ó ¸® Z-001¢Ã ¹éÁö¿µ 40ºÐ Ç®¹öÀü X-002-A¢Ã ÁøÁÖÈñ 1 X-002-B¢Ã ÁøÁÖÈñ 2 X-003¢Ã ¿ÀÇö°æ 3 X-004¢Ã ºÎ»ê¿©´ë ¸ôÄ« X-006¢Ã ÀÌÈ­¿©´ë ¸ôÄ« X-007¢Ã ºñµð¿À¹æ ¸ô·¡ Ä«¸Þ¶ó X-008¢Ã ½ÅÈ¥¿©Çà ¼¿ÇÁÄ«¸Þ¶ó X-010¢Ã ³ª·¹ÀÌÅÍ ¸ðµ¨ È£ÅÚ ¸ôÄ« 1 (Çѱ¹) X-011¢Ã ³ª·¹ÀÌÅÍ ¸ðµ¨ È£ÅÚ ¸ôÄ« 2 (Çѱ¹) X-013¢Ã Á¶·ç¸Ç ¸ôÄ« (Çѱ¹) .. X-014¢Ã ¾È¾ç¿©°ü ¸ôÄ« (Çѱ¹) X-015¢Ã ¿©°ü¸ôÄ«(TV¸¸ º¸´Â ¿©ÀÚ).. X-018¢Ã Àå¹Ì¿©°ü (Çѱ¹):À¯¸íÇß´ø Ãß¾ïÀÇ ±×Çʸ§,,,? X-019¢Ã ²É¹æ 588 ¹ÐÂø ¸ôÄ« (Çѱ¹) X-020¢Ã ÀÌÅ¿ø ¸ôÄ«(Çѱ¹) X-021¢Ã ÀÌ´ëÈ­Àå½Ç ¸ôÄ« (¿øÆÇ)(Çѱ¹) X-022¢Ã ±×·¹À̽º¹éÈ­Á¡ ¸ôÄ«(Çѱ¹) X-025¢Ã õ¾È¸ðÅÚ¸ôÄ« X-026¢Ã ¾ï¼öÀå¸ðÅÚ¸ôÄ«:°­·ÂÃßõÀÛ X-028¢Ã ·¯ºêÈ£ÅÚ¸ôÄ«:Àû±ØÃßõÀÛ X-029¢Ã ±³¼ö¿Í Á¦ÀÚ - X-030¢Ã Çѱ¹ : ¿µÈ­ "°ÅÁþ¸»" X-031¢Ã ÀþÀº ´ëÇлý ´©µå ÃÔ¿µ ÇöÀå(Çѱ¹) X-036¢Ã »êºÒÁ¶½É....(Çѱ¹);¿¾³¯¿¡ ³¯¸° ÃÊâ±â ¼ø±¹»ê Æ÷¸£³ë X-037¢Ã ¼³Çö¿í ¼º Ŭ¸®´Ð(Çѱ¹)...¿ì¸®³ª¶ó ¹è¿ì(·ù¹Ì¿À Ã⿬)°¡ ¹þ°í ³ª¿È X-039¢Ã ÀϺ»¿µÈ­+Çѱ¹¿µÈ­: ¾ÓÄÉÀÌÆ®Á¶»ç¸¦ ºùÀÚÇØ¿©Ã¼¸¦ ³ó¶ô... X-042¢Ã Á¶¼±Á·(¹«Á¶°Ç.°­·ÂÃßõÀÛ..¼³¸íÀÌÇÊ¿ä¾ø½À´Ï´Ù) X-043¢Ã Çѱ¹¿µ°è +Æĸá¶ó¿£´õ½¼ + ºñ¹æ¸ôÄ« (GOOD!) X-044¢Ã ¹Ì¾Æ¸®¼î(´ã¹èÇÇ¿ì±â.º´µû±â.ÃÖ°íÀÇÈ­Áú¢Ã X-045¢Ã À¯Çлý.Å©¸®½ºÆ¾.¿Ü(¿Àµð¼Ç.1.2): X-046¢Ã Å©¸®½ºÆ¾ 3ź!-À̹ø¿£ ÀúÅà ¼ö¿µÀå¿·¿¡¼­ ¼Ø¾¾¸¦º¸ÀÓ´Ù!^^! X-050¢Ã ¿ÀÆľÆÆÛ,±è°¡¶÷,°­³²±îÆä -2¸¸¿ø X-051¢Ã ¹Ú¹ÌÇö, ÄÚ¸®¾Æ18¼¼ -2¸¸¿ø X-052¢Ã ¼±¾Æ + Ä¡ÇÑ(ÀϺ») X-053¢Ã ºÎºÎ3 X-054¢Ã ¸ñ¿åÅÁ¸ôÄ« X-055¢Ã ¸ðµ¨¸ôÄ« , °¡¸é¸Ç X-056¢Ã ´Ù¹æ·¹Áö/¼úº´³Ö±â/¹æ¹èµ¿¸ôÄ« X-2001¢Ã C¾ç ÇѺ¹(ÀåÀ¯³ª) 2¸¸¿ø X-2002¢Ã Çѱ¹ ¸ñ¿åÅÁ ¸ôÄ« 2¸¸¿ø X-2003¢Ã µðÁî´Ï·£µå(Çѱ¹) 2¸¸¿ø X-2004¢Ã ²­µüÁö(Çѱ¹) 2¸¸¿ø ----------------------------------------------------------------- µ¿¾çÀÇ µ¿¿µ»ó ===================== * ¸¹Àº ¿ë·®°ü°è·Î Á¦¸ñÀ§ÁÖ·Î ½Ç¾ú½À´Ï´Ù. ÀÚ¼¼ÇÑ ¼³¸íÀº * ÀÓ½ÃȨÆäÀÌÁö ÂüÁ¶ÇϽðí ȨÇÇ Àå¾Ö½Ã¿£ ¿¬¶ôÁֽʽÿÀ * ¹°·Ð Á÷Á¢ ÀüÈ­¹®Àǵµ °¡´ÉÇÕ´Ï´Ù. * ȨÆäÀÌÁö´Â °¢ ŸÀÌƲ¸¶´Ù ÀÚ¼¼ÇÑ ¼³¸íÀ» ½Ç¾î³õ¾Ò½À´Ï´Ù. Y-001¢Ã TOKYO SUMMER CAMP GIRL(µ¿°æ´ë¿©¸§Ä·ÇÁ) Y-002¢Ã ªÒªêªÞªáªèª¤ª¦(¹«½¼¼Ò¸®Áö?) Y-003¢Ã º¹¸éÀÏ´ç Y-004¢Ã Honey(Çã´Ï) Y-005¢Ã ¿©º¸½º Y-006¢Ã AVÆ÷¸£³ë Y-007¢Ã À½¶õ°¡Á¤±³»ç Y-008¢Ã ±â¶ó¶ó°¡¿À¸® Y-009¢Ã ¾ß»ó±Ý±â Y-010¢Ã ±âºê½º Y-011¢Ã ¾Æ½Ã¾È ¾ÆÀÏ·±µå Y-012¢Ã ¿©±³»ç Y-013¢Ã ¼î±º Y-014¢Ã ÀÏ·ÎÁ¤´ç Y-015¢Ã ³ë¸ñ¾çÀÚ Y-016¢Ã ¾ß¸Þ¶¼ Y-017¢Ã ¿À¸Á²¿°í¸®°í¸® Y-018¢Ã »ï³²¸Å Y-019¢Ã ¾î¸°¼Ò³à (·Î¸®Å¸) Y-020¢Ã ·ù¹Ì¿Í »ç¿À¸® Y-021¢Ã °£È£»ç Y-022¢Ã À½¶õ°¡Á· Y-023¢Ã µ¿°æÁ¤°ü Y-024¢Ã ±³¾çÀû°íÁ¶ Y-025¢Ã È£»çÀû°íÁ¶ Y-026¢Ã JAPANYOUNG Y-027¢Ã SEXCRETARY(»ç°¡¿©ºñ¼­) Y-028¢Ã ÆĽÅÆı³Àü Y-029¢Ã »¡°£µå·¹½º Y-030¢Ã ¹®½Å¿©ÀÎ Y-031¢Ã ¼Ò±¸¹Ì¾Ö Y-032¢Ã À½¶õ À¯·ÉÀü¼³ Y-033¢Ã ÃÊüÇèÁö¿Á Y-034¢Ã ¿øÁ¶±³Á¦ Y-035¢Ã ´ëÈ­¸éƯÁý(Á¶°³Á¤¹ÐºÐ¼®!) Y-036¢Ã 50 ´ë 3 Y-037¢Ã 63¸íÀÇ ³ªÃ¼¿îµ¿È¸ Y-038¢Ã ·Î¸®Å¸ (¾Æµ¿¹°-ÀÚµ¿Â÷¹öÀü) Y-039¢Ã °£È£¿ø Y-040¢Ã ¼Ò¼³°¡ Y-041¢Ã ³ëº¹¾Ö¿å Y-042¢Ã ÃÊ¿øÀÇ ¿©ÀÎ Y-043¢Ã ¿ÀÇǽº°É Y-044¢Ã ÁööÀ¯»ö¸¶ Y-045¢Ã °í±³¿©±³»ç Y-046¢Ã ½ºÀ§Æ®°É (´ÞÄÞÇÑ ¼Ò³à) Y-047¢Ã ¼Ò³à¼ºÀϱâ(ÀϺ») Y-048¢Ã °¡Á¤±³»ç-µµ´ëü ¹¹¸¦ °¡¸£Ä¡´ÂÁö ¸ð¸£°Ú³×! Y-049¢Ã PENIS BELEIVER (âýÛÈåÕÎýîÜåüìÑ) Y-050¢Ã ±ØµµÇãÇü (пԳúÈû¡):SM·ù Ãßõ**** Y-051¢Ã ÀϺ» : Y-052¢Ã ¾ßÅ°ÄÚ: Y-053¢Ã ´©µå¼ö¿µÀå Y-054¢Ã À½Æø±º´Ü Y-055¢Ã õ³à¼ÒÈ¥ Y-056¢Ã SEXY REPORTER(¼½½Ã¸®Æ÷ÅÍ) Y-057¢Ã VENUS BANNY-X(ºñ³Ê½º¹Ù´Ï) Y-058¢Ã SATIN ANGEL(»çƾ¿£Á©) Y-059¢Ã SAVAGE PASSION(¼¼ºñÁöÆмÇ) Y-060¢Ã EIZOU(¿¡ÀÌÁ¶¿ì) Y-061¢Ã ½Åü°Ë»ç Y-062¢Ã ¼º¾Ö19¼¼ Y-063¢Ã COVER GIRL(Ä¿¹ö°É) Y-064¢Ã TOY(ÅäÀÌ) Y-065¢Ã º¯Å¾÷¼Ò Y-066¢Ã ¸ù ¹ü Y-067¢Ã MY TOKYO TUTOR 2 Y-068¢Ã °í¾çÀ̺ñÅ°´Ï Y-069¢Ã ¹Ì¼¼µ¥º»¹ø Y-070¢Ã º¯Å»ï¸Å Y-071¢Ã ÁöÇÏö ¸ôÄ« Y-072¢Ã Ž±¸ÀûÃëÇâ Y-073¢Ã ÃÖ°íÀÇ ´À³¦ Y-074¢Ã HIMIKO (È÷¹ÌÄÚ) Y-075¢Ã Çغ¯ÀÇ Á¤»ç Y-076¢Ã À½¼ö(µ¿¹°) Y-077¢Ã ºÐÈ«µå·¹½º ¿©Çлý Y-078¢Ã (¹«Á¦)Ŭ·´ÀÇ ¿©Àεé Y-079¢Ã ¹è´ö·¹½¼ Y-080¢Ã ¿©ÀÚÀÇ ¸ö Y-081¢Ã ¿ÀºüÀÇ ¿©ÀÚ Y-082¢Ã »çÃÌÀ½ÅÁ¸Å Y-083¢Ã THE BATTLE OF THE MOST LUSTFUL GIRLS Y-084¢Ã ¹«Á¦ <ÇÏÀÌÈú> Y-085¢Ã Ò³í­ÎèßæªÁª¢ªµ ù¦ªËª·ªÆ Y-086¢Ã ³²±ÙÅùè¼Ò½Ãó Y-087¢Ã ¼¼Ä¿Çà Y-088¢Ã À½»ö¾î·Ï Y-089¢Ã À¯Å°³ª Y-090¢Ã Housekeeper Y-091¢Ã Á¹¾÷ <¸¶À̲¿ À¯³¢>(ó³à±Ã) Y-092¢Ã ¼¼¶óº¹,Á¤¾×µµµÏ Y-093¢Ã ½ÅÈ¥¿©Çà,¼­Á¡°á¹Ú Y-094¢Ã SWEET EIGHTEEN(´ÞÄÞÇÑ 18¼¼) Y-095¢Ã °¨±Ý Y-096¢Ã NEO ÃâÇ÷´ëÁ¦º¹ Y-097¢Ã DISCO °­°£¹ü Y-098¢Ã ¾Æ³¢²¿À¯¹Ì Y-099¢Ã Á¦º¹Ãµ»ç Y-100¢Ã H-½ºÅ°³ª³ë Y-101¢Ã Á¤Á¶´ë Y-102¢Ã Á¤¾×»þ¿ö Y-104¢Ã ¸ñ¿åÅÁ ¸ôÄ« Y-105¢Ã dz¼±ÀÇ ¿©ÀÎ Y-106¢Ã ¼ö¿µÀå¸ôÄ«,¼Ó¿Ê¿¡¾î·Îºò Y-107¢Ã Á¦¸ñÀÌ ¾ø³×¿ä Y-108¢Ã Àεð½ëÆ® ¾î´úÅ͸® Y-109¢Ã ¿Áº¸´Ü ¹«»èÁ¦ÆÇ (2CD-2¸¸¿ø) Y-110¢Ã »ý¸® Y-112¢Ã ¾Ö´Ï¿¡¼­ ½Ç»ç(Á¦¸ñ¾øÀ½) Y-113¢Ã ÄûÁî¼î Y-114¢Ã Æ÷¸£³ë ½ºÅ¸ Y-115¢Ã ÆÛ½ºÆ® ³ªÀÌÆ® Y-116¢Ã Á¤Àû°æÈ¥ ¹«»èÁ¦ÆÇ (2CD) - 2¸¸¿ø Y-117¢Ã TANK (¹°¸ÔÀ̱â -¾àÇѸðÀÚÀÌÅ©) Y-118¢Ã °í±³»ýÀÇ °ÝÁ¤ Y-119¢Ã °¡¿À¸® ¾ÆÀÌÄ«¿Í Y-120¢Ã ¹Ì¾ß²¿ Y-121¢Ã asian college Cute (DIVX) Y-122¢Ã Á¤Àý¼ÒÀû & ´ë°æ±âÇ÷ (DIVX) Y-123¢Ã ¿¬¼Ó°íÁ¶ Y-124¢Ã ôÆȵµÀå Y-125¢Ã First Timers(filthy) Y-126¢Ã Japanese Food Play Y-127¢Ã ·¯ºêÆ®·¹ÀÎ. Y-128¢Ã Sexual Servants (¼º³ë) Y-129¢Ã The Kajeki Rape Mania (°¡Á¦Å° °­ °£ ¸Å´Ï¾Æ) Y-130¢Ã Cumming in Japan Y-131¢Ã °í±Þ¹Ì³à Y-132¢Ã ±ÝºØ¾î³Ö±â(³»½Ã°æ) Y-133¢Ã ÇÏÀÌ¿þÀÌ Çã´Ï Y-134¢Ã Hot sex city -Divx Y-135¢Ã Lustful Beauty -Divx Y-136¢Ã Love me Babe -Divx Y-137¢Ã Sex Starved Sluts 2 ±¾ÁÖ¸°´¤..^^ -Divx Y-140¢Ã ¿øÁ¶±³Á¦(±×·ì) Y-141¢Ã ¼º°í¹® Y-142¢Ã Big Boob Whores Y-143¢Ã ÁֺΠY-144¢Ã ¹Ì³à BIJIN (¸ðÀÚÀÌÅ©) Y-145¢Ã ¾à¼Ó (¸ðÀÚÀÌÅ©) Y-146¢Ã Fuck time! Y-147¢Ã 3 Days Sex Y-148¢Ã ¾ÆÄÉÈ÷²¿ Y-149¢Ã ڸ뿪Ϊ·ª¿ª¿ªê Y-150¢Ã Real Fuckin Deal Y-151¢Ã Àü±¹ ¼ºÀÎ ¿©¹è¿ì ±â´É´ëȸ Y-152¢Ã ¹Ì´Ï½ºÄ¿Æ® Ŭ·´ 9 (¸ðÀÚÀÌÅ©) Y-153¢Ã ±ÙÄ£»ó°£ V1 ¸ðÀÚÀÌÅ© Y-154¢Ã Nurse Go!Go ( ¾ÆÀÚ! °£È£¿ø ) ¸ðÀÚÀÌÅ© Y-155¢Ã äñÖ¥ü£ ¸ðÀÚÀÌÅ© Y-156¢Ã ¼Ò±¸¹Ì¾Ö 2 - Y-157¢Ã Asian Sex Retreat Y-158¢Ã ¿¤·¹º£ÀÌÅÍ°É Y-159¢Ã ¿©±³»çÀÇ ¼º±³À° Y-160¢Ã °£È£»çÀÇ »ç»ýÈ° Y-161¢Ã ëÌÚÚìÈãÝ Y-162¢Ã ½ºÆÄÅ° Y-163¢Ã Nasty Asian Nurses Y-164¢Ã SleazyBaby (Divx) Y-165¢Ã ¼ÒÀÎ (Divx) Y-166¢Ã Sex Starved Sluts 1 (Divx) Y-167¢Ã ³»Ãò·² (Divx) (¸ðÀÚÀÌÅ©) Y-168¢Ã Óæî» (Divx) == 2000¹ø ÀÌ»óÀº 2CD (2¸¸¿ø)ÀÔ´Ï´Ù.== Y-2501¢Ã PINKY (ÇÎÅ°) 2CD 2¸¸¿ø ----------------------------------------------------------------- ¼­¾çÀÇ µ¿¿µ»ó ==================== * ¸¹Àº ¿ë·®°ü°è·Î Á¦¸ñÀ§ÁÖ·Î ½Ç¾ú½À´Ï´Ù. ÀÚ¼¼ÇÑ ¼³¸íÀº * ÀÓ½ÃȨÆäÀÌÁö ÂüÁ¶ÇϽðí ȨÇÇ Àå¾Ö½Ã¿£ ¿¬¶ôÁֽʽÿÀ * ¹°·Ð Á÷Á¢ ÀüÈ­¹®Àǵµ °¡´ÉÇÕ´Ï´Ù. * ȨÆäÀÌÁö´Â °¢ ŸÀÌƲ¸¶´Ù ÀÚ¼¼ÇÑ ¼³¸íÀ» ½Ç¾î³õ¾Ò½À´Ï´Ù. Z-010¢Ã ¹é¼³°øÁÖ 1,2 (2CD) Z-011¢Ã ANAL CLIMAX 2(¾Æ³¯Å¬¶óÀ̸·½º) Z-012¢Ã µ¶ÀÏ ¿©´ë±â¼÷»ç<µ¶ÀÏ> Z-013¢Ã FUNNY ENTERPRISE (Àç¹Ì³­ ±â¾÷?) Z-014¢Ã FORESKIN GUMP(Æ÷·¹½ºÅ² °ËÇÁ) Z-015¢Ã HOLLYWOOD SCANDLE Z-016¢Ã CLOCKWORK ORGY(Ŭ¶ô¿öÅ© ¿À¸£±â) Z-017¢Ã YOUNG STUDENT(¿µ°è ¿©Çлý) Z-018¢Ã ANCIENT ASIAN SEX SECRET Z-019¢Ã SEX SHOW(»ö½º¼î) Z-020¢Ã ANAL SAVAGE (ÈÄÀåÃÊÀÎ^^) Z-021¢Ã CORN HEAD(¿Ü°èÀÎ) Z-022¢Ã ¹èµå °É ³Ë´Ù¿î Z-023¢Ã PUSSY CAT(Æ۽à Ĺ) Z-024¢Ã ºòÅ丮¾ÆÀÇ Àº¹ÐÇÑ »ç»ýÈ° Z-025¢Ã PARADISE FOUND(ÆĶó´ÙÀ̽º ÆÄ¿îµå) Z-026¢Ã GIRLS WHO TAKE GUYS WITH TWO COCKS Z-027¢Ã TABOO(ŸºÎ) Z-028¢Ã INFERNO(ÀÎÆ丣³ë) Z-029¢Ã PLAYTIME (Ç÷¹ÀÌ Å¸ÀÓ) Z-030¢Ã AFAIR OF HEART(¾îÆä¾î¿ÀºêÇê) Z-031¢Ã LET'S PLAY DOCTOR Z-032¢Ã ANAL MAINIA(¾Æ³¯ ¸Å´Ï¾Æ) Z-033¢Ã SCHOOLBUS(½ºÄð¹ö½º) Z-034¢Ã TIME PIECE(ŸÀÓÇǽº) Z-035¢Ã FRANCH ROLITA(ÇÁ·£Ä¡·Î¸®Å¸) Z-036¢Ã ȯ»óÀÇ Ä§´ë Z-037¢Ã SISTER SNATCH 2(½Ã½ºÅͽº³ÝÄ¡) Z-038¢Ã PUSSYMAN Z-039¢Ã Ä¡¾î¸®´õ Z-040¢Ã SHAME Z-041¢Ã ANAL PLANET(ÈÄÀåÀÇ º°^^) Z-042¢Ã ¿ìÁÖÁ¶Á¾»ç Z-043¢Ã HOOKED ON CRACK Z-044¢Ã ¾Ë¶óµò Z-045¢Ã Çصå ÆÛ½ºÆ® Z-046¢Ã GETTING PERSONAL Z-047¢Ã ±ÝÁöµÈ ȯ»ó Z-048¢Ã THE PREGMENTED Z-049¢Ã THE PYRAMID Z-050¢Ã °íÁ¶°è½Ã·Ï (ÀüÀ￵ȭ) Z-051¢Ã WORK OF ART (¿¹¼úÀÛ¾÷) Z-052¢Ã ART OF DESIRE (°¥¸ÁÀÇ ¿¹¼ú) Z-053¢Ã HOUSE OF DREAM (²ÞÀÇ Áý) Z-058¢Ã ANAL SAVAGE 2 (ÈÄÀåÃÊÀÎ2) Z-059¢Ã ¿ìÀ¯¹è´ÞºÎ¿ÍÀÇ ÀÎÅͺä.. Z-060¢Ã ÆæÆ® ÇϿ콺 ¿Â´õ ¿ÍÀÏµå »çÀ̵å Z-061¢Ã Flower Canman Z-062¢Ã Intermate joumey(??¿©Çà?) Z-063¢Ã Baby watch(º£À̺ñ¿ÍÄ¡) Z-064¢Ã ASIAN INVASION(µ¿¾çÀÎÀÇ Ä§·«) Z-065¢Ã ºñ¹ÐÀÇ È­¿ø To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Thu May 16 16:20: 3 2002 Delivered-To: freebsd-arch@freebsd.org Received: from ady.warpnet.ro (ady.warpnet.ro [217.156.25.2]) by hub.freebsd.org (Postfix) with ESMTP id 1501837B406; Thu, 16 May 2002 16:19:50 -0700 (PDT) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.3/8.9.3) with ESMTP id CAA30507; Fri, 17 May 2002 02:17:45 +0300 (EEST) (envelope-from ady@freebsd.ady.ro) X-RAV-AntiVirus: This e-mail has been scanned for viruses on host: ady.warpnet.ro Date: Fri, 17 May 2002 02:17:45 +0300 (EEST) From: Adrian Penisoara X-Sender: ady@ady.warpnet.ro To: freebsd-arch@freebsd.org, freebsd-net@freebsd.org Subject: HEADS UP: ALTQ integration developer preview Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG We have started a "ALTQ integration in FreeBSD" project which is headed towards integrating Mr. Kejiro's ALTQ framework into FreeBSD 5.0-current (and perhaps 4-stable later). The FreeBSD Core Team has been advised and we have received on principle approval. We are looking for help with committing these bits to the CVS tree. Please have a look at the proposed ALTQ package for 5.0-current, which is found here: http://www.rofug.ro/projects/freebsd-altq/altq-freebsd-5.0-current-May14.tar.gz Installation details are found in the README file; for further details consult the documentation referenced below. Please send us any comments you have, your feedback is valuable. ALTQ integration implies some changes in the network drivers code and in the design of the the network queues management. Here is a summary of the ALTQ design document: The BSD systems need better output queueing abstraction to support packet scheduling (e.g., CBQ) or active queue management (e.g., RED). To introduce a new model, we need to convert the existing code to be conformant to the new model. But the problem is that there are too many drivers to convert all at once. This is a proposal that allows incremental transition to the new model. (If we are going to modify the existing drivers, we need to get it right.) The model is designed for ALTQ but it is general enough for other implementations so that we can make the driver conversion once and for all. The new model removes direct references to the fields within ifp->if_snd, and defines the following macros to manipulate ifp->if_snd: IFQ_ENQUEUE(ifq, m, err) IFQ_DEQUEUE(ifq, m) IFQ_POLL(ifq, m) IFQ_PURGE(ifq) IFQ_IS_EMPTY(ifq) The new model also enforces some rules regarding how to use these macros. Another requirement for a driver is to work under rate-limiting. - IFQ_DEQUEUE() could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. a driver should always check if (m == NULL). - a driver is supposed to call if_start from the tx complete interrupt under late-limiting (in order to trigger the next dequeue). For most drivers, it is a simple task of replacing old-style lines by the corresponding new-style lines, and usually just a few lines need to be modified. But some drivers need more than that. The old-style drivers still work with the original FIFO queue but they cannot take advantage of new queueing disciplines. For locking an output queue to support SMP, ALTQ uses the same model as in FreeBSD-5.0. One restriction is that, if a driver uses poll-and-dequeue, the driver needs to explicitly lock the queue between the poll operation and the dequeue operation. You can find more details here: http://www.csl.sony.co.jp/person/kjc/kjc/software/altq-new-design.txt http://www.csl.sony.co.jp/person/kjc/kjc/software.html#ALTQ Current development is headed by Kenjiro Cho and myself. If you want to join our efforts please subscribe to our mailing list by sending "subscribe" in the body of a message to freebsd-altq-request@rofug.ro. Adrian Penisoara Ady (@freebsd.ady.ro, @rofug.ro) _______________________________________________________________________ | Programming in BASIC causes brain damage. | | (Edsger Wybe Dijkstra) | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Thu May 16 18:39:16 2002 Delivered-To: freebsd-arch@freebsd.org Received: from roaming.cacheboy.net (recluse97.arach.net.au [203.34.16.217]) by hub.freebsd.org (Postfix) with ESMTP id 2DDDB37B40B; Thu, 16 May 2002 18:39:03 -0700 (PDT) Received: from roaming.cacheboy.net (smmsp@localhost [127.0.0.1]) by roaming.cacheboy.net (8.12.2/8.12.2) with ESMTP id g4G7Vq3o017655; Thu, 16 May 2002 15:31:53 +0800 (WST) (envelope-from adrian@roaming.cacheboy.net) Received: (from adrian@localhost) by roaming.cacheboy.net (8.12.2/8.12.2/Submit) id g4G7VoeE017654; Thu, 16 May 2002 15:31:50 +0800 (WST) (envelope-from adrian) Date: Thu, 16 May 2002 15:31:50 +0800 From: Adrian Chadd To: Robert Watson Cc: Terry Lambert , Julian Elischer , arch@FreeBSD.org Subject: Re: Future of IFS Message-ID: <20020516153123.A17588@roaming.cacheboy.net> References: <3CE1FCFE.A2602D49@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rwatson@FreeBSD.org on Wed, May 15, 2002 at 09:53:54AM -0400 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, May 15, 2002, Robert Watson wrote: > As I said, there are really two options following the UFS2 commit: > disconnect it from the build if the maintainer hasn't updated it yet, or > remove it until the maintainer replaces it. If Adrian is willing to do > the work, that's great; if he's not, we'll need to find a maintainer. But > even if he is the maintainer, my impression from a conversation with him > is that he plans to reimplement it *anyway*, making removal of the current > IFS non-harmful during the "UFS2 is added but before IFS is replaced" > window. In the event he does plan to "start from" the current code, it > will all still be there in the Attic where it can be easily recovered > (some files never die...). Another choice would be for the maintainer to > do what is being done from ext2fs: divorce it from the UFS implementation > entirely, so that it does get mixed up in the UFS/FFS changes. Kill it. I'll revisit it after the filesystem changes have settled down. (Hi all :-) adrian -- Adrian Chadd "Programming is like sex: One mistake and you have to support for a lifetime." -- rec.humor.funny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Thu May 16 19: 6:28 2002 Delivered-To: freebsd-arch@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id E1E8E37B404; Thu, 16 May 2002 19:06:24 -0700 (PDT) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.3/8.12.3) with SMTP id g4H25xb5035310; Thu, 16 May 2002 22:05:59 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 16 May 2002 22:05:59 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Adrian Chadd Cc: Terry Lambert , Julian Elischer , arch@FreeBSD.org Subject: Re: Future of IFS In-Reply-To: <20020516153123.A17588@roaming.cacheboy.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 16 May 2002, Adrian Chadd wrote: > On Wed, May 15, 2002, Robert Watson wrote: > > > As I said, there are really two options following the UFS2 commit: > > disconnect it from the build if the maintainer hasn't updated it yet, or > > remove it until the maintainer replaces it. If Adrian is willing to do > > the work, that's great; if he's not, we'll need to find a maintainer. But > > even if he is the maintainer, my impression from a conversation with him > > is that he plans to reimplement it *anyway*, making removal of the current > > IFS non-harmful during the "UFS2 is added but before IFS is replaced" > > window. In the event he does plan to "start from" the current code, it > > will all still be there in the Attic where it can be easily recovered > > (some files never die...). Another choice would be for the maintainer to > > do what is being done from ext2fs: divorce it from the UFS implementation > > entirely, so that it does get mixed up in the UFS/FFS changes. > > Kill it. I'll revisit it after the filesystem changes have settled down. > > (Hi all :-) Hey there Adrian! Well, that was an easy answer. :-) Feel free to start doing the whole commit thing again sometime, too :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Fri May 17 1:58:59 2002 Delivered-To: freebsd-arch@freebsd.org Received: from scribble.fsn.hu (scribble.fsn.hu [193.224.40.95]) by hub.freebsd.org (Postfix) with SMTP id 8885337B408 for ; Fri, 17 May 2002 01:58:54 -0700 (PDT) Received: (qmail 2557 invoked by uid 1000); 17 May 2002 09:00:02 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 17 May 2002 09:00:02 -0000 Date: Fri, 17 May 2002 11:00:02 +0200 (CEST) From: Attila Nagy To: Adrian Penisoara Cc: freebsd-arch@freebsd.org, Subject: Re: HEADS UP: ALTQ integration developer preview In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, > We have started a "ALTQ integration in FreeBSD" project which is > headed towards integrating Mr. Kejiro's ALTQ framework into FreeBSD > 5.0-current (and perhaps 4-stable later). The FreeBSD Core Team has been > advised and we have received on principle approval. We are looking for > help with committing these bits to the CVS tree. Great. Do you have plans to merge OpenBSD's TCP_ECN stuff, committed yesterday to the tree? > Please have a look at the proposed ALTQ package for 5.0-current, which > is found here: > http://www.rofug.ro/projects/freebsd-altq/altq-freebsd-5.0-current-May14.tar.gz Although I'm not a coder myself, I would also look for the way to patch the "em" driver (if "gx" is already in the initial plan), because it reportedly works better (for example I couldn't do NFS serving with UDP packets bigger than the MTU with that, while the "em" driver works OK). Thanks! --------[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]------- Attila Nagy e-mail: Attila.Nagy@fsn.hu Free Software Network (FSN.HU) phone @work: +361 210 1415 (194) cell.: +3630 306 6758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Fri May 17 7:20:41 2002 Delivered-To: freebsd-arch@freebsd.org Received: from Awfulhak.org (gw.Awfulhak.org [217.204.245.18]) by hub.freebsd.org (Postfix) with ESMTP id 7DB0D37B40A for ; Fri, 17 May 2002 07:20:35 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [IPv6:fec0::1:12]) by Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HEKYva037855 for ; Fri, 17 May 2002 15:20:34 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.12.3/8.12.3) with ESMTP id g4HEKSWs093218; Fri, 17 May 2002 15:20:28 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200205171420.g4HEKSWs093218@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: arch@FreeBSD.org Cc: Brian Somers Subject: Restricting umasks in periodic scripts Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 17 May 2002 15:20:28 +0100 From: Brian Somers Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'd like to poll arch for opinions on the attached patch. Whilst I believe I've plugged all of the existing umask-type problems in -current (soon to be MFC'd re@ willing), it's usually better to be safe. Cheers. -- Brian Don't _EVER_ lose your sense of humour ! Index: crontab =================================================================== RCS file: /home/ncvs/src/etc/crontab,v retrieving revision 1.31 diff -u -r1.31 crontab --- crontab 19 Feb 2001 02:47:41 -0000 1.31 +++ crontab 17 May 2002 14:16:59 -0000 @@ -17,9 +17,9 @@ 0 * * * * root newsyslog # # do daily/weekly/monthly maintenance -1 3 * * * root periodic daily -15 4 * * 6 root periodic weekly -30 5 1 * * root periodic monthly +1 3 * * * root umask 077; periodic daily +15 4 * * 6 root umask 077; periodic weekly +30 5 1 * * root umask 077; periodic monthly # # time zone change adjustment for wall cmos clock, # does nothing, if you have UTC cmos clock. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Fri May 17 12:32:27 2002 Delivered-To: freebsd-arch@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by hub.freebsd.org (Postfix) with ESMTP id 11B2237B40D; Fri, 17 May 2002 12:32:20 -0700 (PDT) Received: from pool0392.cvx22-bradley.dialup.earthlink.net ([209.179.199.137] helo=mindspring.com) by harrier.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 178nST-0003Jv-00; Fri, 17 May 2002 12:32:09 -0700 Message-ID: <3CE55A9B.73EA3DE4@mindspring.com> Date: Fri, 17 May 2002 12:31:39 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Attila Nagy Cc: Adrian Penisoara , freebsd-arch@freebsd.org, freebsd-net@freebsd.org Subject: Re: HEADS UP: ALTQ integration developer preview References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Attila Nagy wrote: > Although I'm not a coder myself, I would also look for the way to patch > the "em" driver (if "gx" is already in the initial plan), because it > reportedly works better (for example I couldn't do NFS serving with UDP > packets bigger than the MTU with that, while the "em" driver works OK). ??? It *does* frag packets bigger than the MTU, right? -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 1:20:45 2002 Delivered-To: freebsd-arch@freebsd.org Received: from scribble.fsn.hu (scribble.fsn.hu [193.224.40.95]) by hub.freebsd.org (Postfix) with SMTP id AD95937B406 for ; Sat, 18 May 2002 01:20:39 -0700 (PDT) Received: (qmail 10131 invoked by uid 1000); 18 May 2002 08:21:55 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 May 2002 08:21:55 -0000 Date: Sat, 18 May 2002 10:21:55 +0200 (CEST) From: Attila Nagy To: Terry Lambert Cc: freebsd-arch@freebsd.org, Subject: Re: HEADS UP: ALTQ integration developer preview In-Reply-To: <3CE55A9B.73EA3DE4@mindspring.com> Message-ID: References: <3CE55A9B.73EA3DE4@mindspring.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, > > the "em" driver (if "gx" is already in the initial plan), because it > > reportedly works better (for example I couldn't do NFS serving with UDP > > packets bigger than the MTU with that, while the "em" driver works OK). > It *does* frag packets bigger than the MTU, right? netstat didn't show any errors regarding to that. If I used an NFS readsize, smaller than the 1500 bytes MTU it worked (was slow, but worked). netstat's frag counters were increased. I couldn't use tcpdump (I had no bpf support) to see what happens on the wire... --------[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]------- Attila Nagy e-mail: Attila.Nagy@fsn.hu Free Software Network (FSN.HU) phone @work: +361 210 1415 (194) cell.: +3630 306 6758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 1:53:55 2002 Delivered-To: freebsd-arch@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.mail.pas.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id 3E8B837B40F; Sat, 18 May 2002 01:53:45 -0700 (PDT) Received: from pool0026.cvx40-bradley.dialup.earthlink.net ([216.244.42.26] helo=mindspring.com) by goose.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 178zyA-0004Pw-00; Sat, 18 May 2002 01:53:43 -0700 Message-ID: <3CE61675.BCE2A9E1@mindspring.com> Date: Sat, 18 May 2002 01:53:09 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Attila Nagy Cc: freebsd-arch@freebsd.org, freebsd-net@freebsd.org Subject: Re: HEADS UP: ALTQ integration developer preview References: <3CE55A9B.73EA3DE4@mindspring.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Attila Nagy wrote: > > > the "em" driver (if "gx" is already in the initial plan), because it > > > reportedly works better (for example I couldn't do NFS serving with UDP > > > packets bigger than the MTU with that, while the "em" driver works OK). > > > > It *does* frag packets bigger than the MTU, right? > > netstat didn't show any errors regarding to that. If I used an NFS > readsize, smaller than the 1500 bytes MTU it worked (was slow, but > worked). > netstat's frag counters were increased. > I couldn't use tcpdump (I had no bpf support) to see what happens on the > wire... Sending datagrams bigger than the MTU is a bad idea. I would be real tempted to drop the packets and send "don't fragment" ICMP responses to beat up anyone who abused UDP by sending larger than the MTU. I guess this is about Linux UDP NFS clients, in particular. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 3:13:25 2002 Delivered-To: freebsd-arch@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 7D9F037B40C; Sat, 18 May 2002 03:13:14 -0700 (PDT) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g4IACfe52918; Sat, 18 May 2002 12:12:41 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200205181012.g4IACfe52918@zibbi.icomtek.csir.co.za> Subject: Re: HEADS UP: ALTQ integration developer preview In-Reply-To: <3CE61675.BCE2A9E1@mindspring.com> from Terry Lambert at "May 18, 2002 01:53:09 am" To: tlambert2@mindspring.com (Terry Lambert) Date: Sat, 18 May 2002 12:12:41 +0200 (SAT) Cc: bra@fsn.hu (Attila Nagy), freebsd-arch@FreeBSD.ORG, freebsd-net@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Attila Nagy wrote: > > > > the "em" driver (if "gx" is already in the initial plan), because it > > > > reportedly works better (for example I couldn't do NFS serving with UDP > > > > packets bigger than the MTU with that, while the "em" driver works OK). > > > > > > It *does* frag packets bigger than the MTU, right? > > > > netstat didn't show any errors regarding to that. If I used an NFS > > readsize, smaller than the 1500 bytes MTU it worked (was slow, but > > worked). > > netstat's frag counters were increased. > > I couldn't use tcpdump (I had no bpf support) to see what happens on the > > wire... > > Sending datagrams bigger than the MTU is a bad idea. > > I would be real tempted to drop the packets and send "don't fragment" > ICMP responses to beat up anyone who abused UDP by sending larger > than the MTU. > > I guess this is about Linux UDP NFS clients, in particular. If this is the same "problem" nfs had all the years, then nobody is violating the MTU. What was happening is this: NFS sends a big packet (for efficiency) and that gets fragmented by the ip layer and then sent as so many back to back packets. If the card on the receiving could not receive so many back to back packets and looses one or more, nfs will get stuck retrying the same big packet and the same thing happening over and over. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 3:20: 3 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mta03bw.bigpond.com (mta03bw.bigpond.com [139.134.6.86]) by hub.freebsd.org (Postfix) with ESMTP id CF74637B406 for ; Sat, 18 May 2002 03:19:56 -0700 (PDT) Received: from areilly.bpc-users.org ([144.135.24.69]) by mta03bw.bigpond.com (Netscape Messaging Server 4.15 mta03bw Feb 26 2002 03:44:21) with SMTP id GWAY1600.HGT for ; Sat, 18 May 2002 20:19:54 +1000 Received: from CPE-144-132-243-222.nsw.bigpond.net.au ([144.132.243.222]) by bwmam01.mailsvc.email.bigpond.com(MailRouter V3.0m 2/1848402); 18 May 2002 20:19:54 Received: (qmail 2268 invoked from network); 18 May 2002 10:19:54 -0000 Received: from localhost (andrew@127.0.0.1) by localhost with SMTP; 18 May 2002 10:19:54 -0000 Subject: Re: HEADS UP: ALTQ integration developer preview From: Andrew Reilly To: Terry Lambert Cc: Attila Nagy , freebsd-arch@freebsd.org, freebsd-net@freebsd.org In-Reply-To: <3CE61675.BCE2A9E1@mindspring.com> References: <3CE55A9B.73EA3DE4@mindspring.com> <3CE61675.BCE2A9E1@mindspring.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 18 May 2002 20:19:54 +1000 Message-Id: <1021717195.1466.4.camel@gurney.reilly.home> Mime-Version: 1.0 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 2002-05-18 at 18:53, Terry Lambert wrote: > > Sending datagrams bigger than the MTU is a bad idea. > > I would be real tempted to drop the packets and send "don't fragment" > ICMP responses to beat up anyone who abused UDP by sending larger > than the MTU. > > I guess this is about Linux UDP NFS clients, in particular. Eh? Isn't the original, traditional and best NFS configuration 8k UDP packets? Sure worked fine that way on SunOS-4 those many years ago. (On LANs, of course. No one does NFS over the internet. I hope.) -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 4:41:53 2002 Delivered-To: freebsd-arch@freebsd.org Received: from scribble.fsn.hu (scribble.fsn.hu [193.224.40.95]) by hub.freebsd.org (Postfix) with SMTP id 01D0137B400 for ; Sat, 18 May 2002 04:41:47 -0700 (PDT) Received: (qmail 11036 invoked by uid 1000); 18 May 2002 11:43:04 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 May 2002 11:43:04 -0000 Date: Sat, 18 May 2002 13:43:04 +0200 (CEST) From: Attila Nagy To: Terry Lambert Cc: freebsd-arch@freebsd.org, Subject: Re: HEADS UP: ALTQ integration developer preview In-Reply-To: <3CE61675.BCE2A9E1@mindspring.com> Message-ID: References: <3CE55A9B.73EA3DE4@mindspring.com> <3CE61675.BCE2A9E1@mindspring.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, > Sending datagrams bigger than the MTU is a bad idea. It depends on what do you want to do with that NFS server :) I want to get out from that several hundred megabits per second, so I can't use <1500 bytes MTU. Just for comparison: when using <1500 bytes MTU (as close as possible to the limit) I can achieve about 1-1.5 MBps throughput. When using 32768 bytes MTU I can get around 190 Mbps out from a PIII 450. (and only 190 Mbps because the two frontends have fast ethernet cards) So why this is so bad? If the other end can keep up, it will increase throughput. BTW, the default UDP readsize is above 1500 bytes, so I couldn't use the server with a simple NFS mount. When I replaced the gx driver to em it just started to work. Now I am using TCP and 32k readsize with 64k tcp.sendspace and recvspace (I could nearly double the performance with setting these from the default values). So I am happy with it, I just took a note that the gx driver has some problems in these cases. > I would be real tempted to drop the packets and send "don't fragment" > ICMP responses to beat up anyone who abused UDP by sending larger than > the MTU. That's another point. I want performance :) > I guess this is about Linux UDP NFS clients, in particular. Nope, both the server and the client side is FreeBSD stable. --------[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]------- Attila Nagy e-mail: Attila.Nagy@fsn.hu Free Software Network (FSN.HU) phone @work: +361 210 1415 (194) cell.: +3630 306 6758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 4:43:35 2002 Delivered-To: freebsd-arch@freebsd.org Received: from scribble.fsn.hu (scribble.fsn.hu [193.224.40.95]) by hub.freebsd.org (Postfix) with SMTP id A508637B406 for ; Sat, 18 May 2002 04:43:30 -0700 (PDT) Received: (qmail 11048 invoked by uid 1000); 18 May 2002 11:44:48 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 18 May 2002 11:44:48 -0000 Date: Sat, 18 May 2002 13:44:48 +0200 (CEST) From: Attila Nagy To: John Hay Cc: freebsd-arch@FreeBSD.ORG, Subject: Re: HEADS UP: ALTQ integration developer preview In-Reply-To: <200205181012.g4IACfe52918@zibbi.icomtek.csir.co.za> Message-ID: References: <200205181012.g4IACfe52918@zibbi.icomtek.csir.co.za> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, > If the card on the receiving could not receive so many back to back > packets and looses one or more, nfs will get stuck retrying the same big > packet and the same thing happening over and over. Yep, but that's not my case. If this would be the problem, I guess changing from gx to em wouldn't help me... --------[ Free Software ISOs - ftp://ftp.fsn.hu/pub/CDROM-Images/ ]------- Attila Nagy e-mail: Attila.Nagy@fsn.hu Free Software Network (FSN.HU) phone @work: +361 210 1415 (194) cell.: +3630 306 6758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 9:58:27 2002 Delivered-To: freebsd-arch@freebsd.org Received: from localhost.com (syd-tgn-vce-vty15.as.wcom.net [63.12.28.15]) by hub.freebsd.org (Postfix) with SMTP id D6B5D37B442 for ; Sat, 18 May 2002 09:55:06 -0700 (PDT) From: freebsd-arch@FreeBSD.org Reply-To: assistant2002@hotmail.com To: freebsd-arch@FreeBSD.org Date: Sat, 18 May 2002 23:58:19 +0700 Subject: "ËÒ¡¤Ø³ÅéÁàËÅÇ·Õè¨ÐÇҧἹ ÂèÍÁá»ÅÇèҤسÇҧἹ·Õè¨ÐÅéÁàËÅÇ" 18/5/02 23:58:19 X-Mailer: QuickSender 1.05 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-Id: <20020518165506.D6B5D37B442@hub.freebsd.org> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear freebsd-arch =2C =22=CB=D2=A1=A4=D8=B3=C5=E9=C1=E0=CB=C5=C7=B7=D5=E8=A8=D0=C7=D2=A7=E1=BC=B9 =C2=E8=CD=C1=E1=BB=C5=C7=E8=D2=A4=D8=B3=C7=D2=A7=E1=BC=B9=B7=D5=E8=A8=D0=C5=E9=C1=E0=CB=C5=C7=22 =CB=D2=A1=A4=D8=B3 =A4=D7=CD=A4=B9=CB=B9=D6=E8=A7=B7=D5=E8=E0=A4=C2=C7=D2=A7=E1=BC=B9=CD=B9=D2=A4=B5=A2=CD=A7=A4=D8=B3 =B5=E9=CD=A7=A1=D2=C3=B7=D5=E8=A8=D0=BB=C3=D0=CA=BA=A4=C7=D2=C1=CA=D3=E0=C3=E7=A8=E3=B9=AA=D5=C7=D4=B5 =B5=E9=CD=A7=A1=D2=C3=B7=D5=E8=A8=D0=BB=C3=D0=CA=BA=A4=C7=D2=C1=CA=D3=E0=C3=E7=A8=E3=B9=E3=B9=CB=B9=E9=D2=B7=D5=E8=A1=D2=C3=A7=D2=B9 =B5=E9=CD=A7=A1=D2=C3=B7=D5=E8=A8=D0=C1=D5=A4=C3=CD=BA=A4=C3=D1=C7=B7=D5=E8=CD=BA=CD=D8=E8=B9 =B5=E9=CD=A7=A1=D2=C3=C1=D5=CD=D4=CA=C3=D0=C0=D2=BE=B7=D2=A7=B4=E9=D2=B9=A1=D2=C3=E0=A7=D4=B9 =2E=2E=2E =BB=C3=D6=A1=C9=D2=E0=C3=D2=B7=D5=E8 http=3A=2F=2Fthaiworkathome=2Ecom=2Finformation =E0=BE=D7=E8=CD=C1=CD=A7=CB=D2=CA=D4=E8=A7=E3=CB=C1=E8=E6 =B7=D5=E8=A8=D0=E0=BB=C5=D5=E8=C2=B9=AA=D5=C7=D4=B5=A4=D8=B3 =22=A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=B6=D9=A1=CA=E8=A7=E4=BB=C2=D1=A7=A4=D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD =CB=D2=A1=A4=D8=B3=B5=E9=CD=A7=A1=D2=C3=E3=CB=E9=C3=D2=C2=AA=D7=E8=CD=B6=D9=A1=C5=BA=CD=CD=A1 =A1=C3=D8=B3=D2 click =B7=D5=E8=B9=D5=E8 www=2Ethaiworkathome=2Ecom=2Finformation=2Fmail=2Ehtml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 15:29:31 2002 Delivered-To: freebsd-arch@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 6432837B40E; Sat, 18 May 2002 15:29:14 -0700 (PDT) Received: from pool0271.cvx22-bradley.dialup.earthlink.net ([209.179.199.16] helo=mindspring.com) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 179ChE-0004Gt-00; Sat, 18 May 2002 15:29:04 -0700 Message-ID: <3CE6D592.DCF73743@mindspring.com> Date: Sat, 18 May 2002 15:28:34 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Andrew Reilly Cc: Attila Nagy , freebsd-arch@freebsd.org, freebsd-net@freebsd.org Subject: Re: HEADS UP: ALTQ integration developer preview References: <3CE55A9B.73EA3DE4@mindspring.com> <3CE61675.BCE2A9E1@mindspring.com> <1021717195.1466.4.camel@gurney.reilly.home> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrew Reilly wrote: > On Sat, 2002-05-18 at 18:53, Terry Lambert wrote: > > Sending datagrams bigger than the MTU is a bad idea. > > > > I would be real tempted to drop the packets and send "don't fragment" > > ICMP responses to beat up anyone who abused UDP by sending larger > > than the MTU. > > > > I guess this is about Linux UDP NFS clients, in particular. > > Eh? Isn't the original, traditional and best NFS configuration 8k UDP > packets? > > Sure worked fine that way on SunOS-4 those many years ago. (On LANs, of > course. No one does NFS over the internet. I hope.) No. TCP. RPC over UDP is really a silly idea. If you need reliable delivery, then don't use a protocol with "unreliable" as the first word of it's name. 8-). In any case, the best UDP packet size is always "The largest possible amount of data which fits in the MTU". There's no retransmit timeout to deal with incomplete fragment sets pending reassembly. If you want to get technical, TCP also has a bug; in the move from FIN-WAIT-1 to FIN-WAIT-2, there's an assumption of two responses for a single request. That's just intrinsically bad protocol design. The workaround is to pretend you didn't get the first FIN, resend, and then either get re-ACK'ed, or get an RST. NT does this. So did Paul Vixie's "Interceptor" product (transparent proxy cache appliance using NetBSD). Putting yourself in a situation where protocol bugs result in effective attacks is, well, "a bad idea". -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 15:45:52 2002 Delivered-To: freebsd-arch@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 80C9237B408; Sat, 18 May 2002 15:45:46 -0700 (PDT) Received: from pool0271.cvx22-bradley.dialup.earthlink.net ([209.179.199.16] helo=mindspring.com) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 179CxH-0002JV-00; Sat, 18 May 2002 15:45:40 -0700 Message-ID: <3CE6D976.3264DE53@mindspring.com> Date: Sat, 18 May 2002 15:45:10 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Attila Nagy Cc: freebsd-arch@freebsd.org, freebsd-net@freebsd.org Subject: Re: HEADS UP: ALTQ integration developer preview References: <3CE55A9B.73EA3DE4@mindspring.com> <3CE61675.BCE2A9E1@mindspring.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Attila Nagy wrote: > > Sending datagrams bigger than the MTU is a bad idea. > > It depends on what do you want to do with that NFS server :) Sure. Maybe you want to use up it's mbufs by jamming the frag reassembly queue for IP full of N-1 frags using 64K USP packets. > I want to get out from that several hundred megabits per second, so I > can't use <1500 bytes MTU. NFS works over TCP for a reason. TCP has sliding windows for a reason. > Just for comparison: > when using <1500 bytes MTU (as close as possible to the limit) I can > achieve about 1-1.5 MBps throughput. > When using 32768 bytes MTU I can get around 190 Mbps out from a PIII 450. > (and only 190 Mbps because the two frontends have fast ethernet cards) > So why this is so bad? If the other end can keep up, it will increase > throughput. And you could get even better by getting rid of the request/response turnaround stall by using TCP instead of UDP. Rather than having a packet overhead of latency per packet, you get two packet latencies over an arbitrary number of packets (unless you hit the window size, in which case, you probably needed to have a larger window. > BTW, the default UDP readsize is above 1500 bytes, so I couldn't use the > server with a simple NFS mount. > When I replaced the gx driver to em it just started to work. Now I am > using TCP and 32k readsize with 64k tcp.sendspace and recvspace (I could > nearly double the performance with setting these from the default values). > > So I am happy with it, I just took a note that the gx driver has some > problems in these cases. Most traffic is supposed to be at the MTU. You want to avoid fragging. The only reason you want fragging in the UDP case is so you can pretend you have a window, without having to use a windowing protocol: you use the fragment reassembly queue as a window buffer. This really only gives you an amortization of 32K/MTU (maximum), and you still have stalls every N packets, which you would not get with a windowed protocol. > > I would be real tempted to drop the packets and send "don't fragment" > > ICMP responses to beat up anyone who abused UDP by sending larger than > > the MTU. > > That's another point. I want performance :) Then don't add the fragment reassmbly code to the code path for packets you send to the server. That way you'll have less overhead. 8-). > > I guess this is about Linux UDP NFS clients, in particular. > > Nope, both the server and the client side is FreeBSD stable. I run all my NFS over TCP. If I avoid intentionally triggering fragmentation, it works out to a little over 100 machine instructions in the fast path. Done any cycle counting on your use of UDP yet? -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 15:48:37 2002 Delivered-To: freebsd-arch@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 0A97B37B40C; Sat, 18 May 2002 15:48:28 -0700 (PDT) Received: from pool0271.cvx22-bradley.dialup.earthlink.net ([209.179.199.16] helo=mindspring.com) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 179Czl-0004W1-00; Sat, 18 May 2002 15:48:13 -0700 Message-ID: <3CE6DA0F.C4D8C289@mindspring.com> Date: Sat, 18 May 2002 15:47:43 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Attila Nagy Cc: John Hay , freebsd-arch@FreeBSD.ORG, freebsd-net@FreeBSD.ORG Subject: Re: HEADS UP: ALTQ integration developer preview References: <200205181012.g4IACfe52918@zibbi.icomtek.csir.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Attila Nagy wrote: > > If the card on the receiving could not receive so many back to back > > packets and looses one or more, nfs will get stuck retrying the same big > > packet and the same thing happening over and over. > > Yep, but that's not my case. If this would be the problem, I guess > changing from gx to em wouldn't help me... The really cool thing is that this means I can shout on the wire at the right time, cause a collision, and effectively stace an undetectable denial of service attack against your servers, by making it drop large UDP datagrams IP frags. Way to open yourself up to attack! -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 15:58:52 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id 73D5D37B404; Sat, 18 May 2002 15:58:49 -0700 (PDT) Received: from pc01 ([12.77.153.90]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020518225845.OLMF11146.mtiwmhc22.worldnet.att.net@pc01>; Sat, 18 May 2002 22:58:45 +0000 Reply-To: From: "Andrew Tate" To: , Subject: kernel profiling in FreeBSD 5.0DP - is it working? Date: Sat, 18 May 2002 18:55:36 -0400 Message-ID: <000101c1febf$213ab9f0$5a994d0c@pc01> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know if kernel profiling is working in FreeBSD 5.0DP? Andrew Tate mailto:tate@att.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 17: 2: 0 2002 Delivered-To: freebsd-arch@freebsd.org Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by hub.freebsd.org (Postfix) with ESMTP id A641C37B400; Sat, 18 May 2002 17:01:42 -0700 (PDT) Received: from isi.edu (u3xit41xo3mv53gd@hbo.isi.edu [128.9.160.75]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id g4J01TF08127; Sat, 18 May 2002 17:01:29 -0700 (PDT) Message-ID: <3CE6EB56.5080506@isi.edu> Date: Sat, 18 May 2002 17:01:26 -0700 From: Lars Eggert User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9) Gecko/20020404 X-Accept-Language: en-us, de-de MIME-Version: 1.0 To: Terry Lambert Cc: Andrew Reilly , Attila Nagy , freebsd-arch@freebsd.org, freebsd-net@freebsd.org Subject: Re: HEADS UP: ALTQ integration developer preview References: <3CE55A9B.73EA3DE4@mindspring.com> <3CE61675.BCE2A9E1@mindspring.com> <1021717195.1466.4.camel@gurney.reilly.home> <3CE6D592.DCF73743@mindspring.com> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms060500030403020908090605" Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a cryptographically signed message in MIME format. --------------ms060500030403020908090605 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Terry Lambert wrote: > No. TCP. RPC over UDP is really a silly idea. If you need > reliable delivery, then don't use a protocol with "unreliable" > as the first word of it's name. 8-). The U in UDP is for "User". See RFC768. NFS over UDP works just fine in the majority of cases, and for slow receivers (the problem John Hay described), there's TCP mounts. Lars -- Lars Eggert USC Information Sciences Institute --------------ms060500030403020908090605 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIIrjCC ArUwggIeoAMCAQICAwWBRzANBgkqhkiG9w0BAQIFADCBkjELMAkGA1UEBhMCWkExFTATBgNV BAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUx HTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVl bWFpbCBSU0EgMjAwMC44LjMwMB4XDTAxMDgyNDE2NDAwMFoXDTAyMDgyNDE2NDAwMFowVDEP MA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYDVQQDEwtMYXJzIEVnZ2VydDEc MBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkC gYEA0AvLBsD78nxcUHeHkaMgl3b4qYPnfgbf8Lh+HQP8RgGMRG/Yb+vTpkGezlwt9pkJxiD1 1uZDy4CNNJUu3gKxKSb+zRV70O+lkwwftuHoLHoH4xwo3LcQ2LGDpd+I95tUN4dfJ3TmeEcU SF50dC/SuUI4w8AlhXQ8IxrhgdayTpECAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIB BAQTTDJ1TXlmZkJOVWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1Ud EwEB/wQCMAAwDQYJKoZIhvcNAQECBQADgYEAheZhn0pQA8zI7U2K1ZIAl11j0a1DKxnp3GtT vOUrGRB3WvYxidvdZ1kizhEsWeXU81TkNDH0DaRqtOEeu6Q2OhB+jeKEqY7IDAJE4/fI0e+d 6PnG1hd+vEvYmsKHkmzBhPc94XUOKNWO+qVNP2NGyNI3QIDy5wX4fdcOo1S34r4wggK1MIIC HqADAgECAgMFgUcwDQYJKoZIhvcNAQECBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxX ZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYD VQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwg UlNBIDIwMDAuOC4zMDAeFw0wMTA4MjQxNjQwMDBaFw0wMjA4MjQxNjQwMDBaMFQxDzANBgNV BAQTBkVnZ2VydDENMAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkq hkiG9w0BCQEWDWxhcnNlQGlzaS5lZHUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANAL ywbA+/J8XFB3h5GjIJd2+KmD534G3/C4fh0D/EYBjERv2G/r06ZBns5cLfaZCcYg9dbmQ8uA jTSVLt4CsSkm/s0Ve9DvpZMMH7bh6Cx6B+McKNy3ENixg6XfiPebVDeHXyd05nhHFEhedHQv 0rlCOMPAJYV0PCMa4YHWsk6RAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIBADAaMBgCAQQEE0wy dU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVkdTAMBgNVHRMBAf8E AjAAMA0GCSqGSIb3DQEBAgUAA4GBAIXmYZ9KUAPMyO1NitWSAJddY9GtQysZ6dxrU7zlKxkQ d1r2MYnb3WdZIs4RLFnl1PNU5DQx9A2karThHrukNjoQfo3ihKmOyAwCROP3yNHvnej5xtYX frxL2JrCh5JswYT3PeF1DijVjvqlTT9jRsjSN0CA8ucF+H3XDqNUt+K+MIIDODCCAqGgAwIB AgIQZkVyt8x09c9jdkWE0C6RATANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTAT BgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3 dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lv bjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkB FhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAwMDgzMDAwMDAwMFoXDTA0MDgy NzIzNTk1OVowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNV BAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBT ZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMDCBnzAN BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA3jMypmPHCSVFPtJueCdngcXaiBmClw7jRCmKYzUq bXA8+tyu9+50bzC8M5B/+TRxoKNtmPHDT6Jl2w36S/HW3WGl+YXNVZo1Gp2Sdagnrthy+boC 9tewkd4c6avgGAOofENCUFGHgzzwObSbVIoTh/+zm51JZgAtCYnslGvpoWkCAwEAAaNOMEww KQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDEtMjk3MBIGA1UdEwEB/wQI MAYBAf8CAQAwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBBAUAA4GBADGxS0dd+QFx5fVTbF15 1j2YwCYTYoEipxL4IpXoG0m3J3sEObr85vIk65H6vewNKjj3UFWobPcNrUwbvAP0teuiR59s ogxYjTFCCRFssBpp0SsSskBdavl50OouJd2K5PzbDR+dAvNa28o89kTqJmmHf0iezqWf54TY yWJirQXGMYICpjCCAqICAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJu IENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRD ZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIw MDAuOC4zMAIDBYFHMAkGBSsOAwIaBQCgggFhMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEw HAYJKoZIhvcNAQkFMQ8XDTAyMDUxOTAwMDEyOFowIwYJKoZIhvcNAQkEMRYEFAWiQcCpxpLF oQuF3XIVXtdd8iLSMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwIC AgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGtBgsqhkiG9w0B CRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAG A1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRl IFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwAgMF gUcwDQYJKoZIhvcNAQEBBQAEgYCScN2EqE27P0v1UFcY8u8sVFO9ezzSc0xyo4r2ZkcZ2wvy guZ7X3D4rU/FHfVWiEdRFtZ+ZvYUFtJAB/J3c0g4ZJkVtAj97ppl9xiHU2DpMrmwfAZpfHRW fINmvWAgYbwCWkiZiWoz5aAETPMl2amwJlOoQg6pEhEOjbVpZIWAKQAAAAAAAA== --------------ms060500030403020908090605-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message From owner-freebsd-arch Sat May 18 17: 6:34 2002 Delivered-To: freebsd-arch@freebsd.org Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by hub.freebsd.org (Postfix) with ESMTP id 200C237B400; Sat, 18 May 2002 17:06:26 -0700 (PDT) Received: from isi.edu (5oso8ry8i01hla2b@hbo.isi.edu [128.9.160.75]) by boreas.isi.edu (8.11.6/8.11.2) with ESMTP id g4J05wF10558; Sat, 18 May 2002 17:05:58 -0700 (PDT) Message-ID: <3CE6EC64.3060704@isi.edu> Date: Sat, 18 May 2002 17:05:56 -0700 From: Lars Eggert User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.9) Gecko/20020404 X-Accept-Language: en-us, de-de MIME-Version: 1.0 To: Terry Lambert Cc: Attila Nagy , John Hay , freebsd-arch@FreeBSD.ORG, freebsd-net@FreeBSD.ORG Subject: Re: HEADS UP: ALTQ integration developer preview References: <200205181012.g4IACfe52918@zibbi.icomtek.csir.co.za> <3CE6DA0F.C4D8C289@mindspring.com> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms080506050809060506010809" Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a cryptographically signed message in MIME format. --------------ms080506050809060506010809 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Terry Lambert wrote: > The really cool thing is that this means I can shout on the wire at > the right time, cause a collision, and effectively stace an undetectable > denial of service attack against your servers, by making it drop large > UDP datagrams IP frags. This "attack" works against any other protocol as well, including TCP. If you can create collisions "at the right time", you can disable all retransmission schemes. The kicker is - how? Lars -- Lars Eggert USC Information Sciences Institute --------------ms080506050809060506010809 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIIrjCC ArUwggIeoAMCAQICAwWBRzANBgkqhkiG9w0BAQIFADCBkjELMAkGA1UEBhMCWkExFTATBgNV BAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUx HTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVl bWFpbCBSU0EgMjAwMC44LjMwMB4XDTAxMDgyNDE2NDAwMFoXDTAyMDgyNDE2NDAwMFowVDEP MA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYDVQQDEwtMYXJzIEVnZ2VydDEc MBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkC gYEA0AvLBsD78nxcUHeHkaMgl3b4qYPnfgbf8Lh+HQP8RgGMRG/Yb+vTpkGezlwt9pkJxiD1 1uZDy4CNNJUu3gKxKSb+zRV70O+lkwwftuHoLHoH4xwo3LcQ2LGDpd+I95tUN4dfJ3TmeEcU SF50dC/SuUI4w8AlhXQ8IxrhgdayTpECAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIB BAQTTDJ1TXlmZkJOVWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1Ud EwEB/wQCMAAwDQYJKoZIhvcNAQECBQADgYEAheZhn0pQA8zI7U2K1ZIAl11j0a1DKxnp3GtT vOUrGRB3WvYxidvdZ1kizhEsWeXU81TkNDH0DaRqtOEeu6Q2OhB+jeKEqY7IDAJE4/fI0e+d 6PnG1hd+vEvYmsKHkmzBhPc94XUOKNWO+qVNP2NGyNI3QIDy5wX4fdcOo1S34r4wggK1MIIC HqADAgECAgMFgUcwDQYJKoZIhvcNAQECBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxX ZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYD VQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwg UlNBIDIwMDAuOC4zMDAeFw0wMTA4MjQxNjQwMDBaFw0wMjA4MjQxNjQwMDBaMFQxDzANBgNV BAQTBkVnZ2VydDENMAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkq hkiG9w0BCQEWDWxhcnNlQGlzaS5lZHUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANAL ywbA+/J8XFB3h5GjIJd2+KmD534G3/C4fh0D/EYBjERv2G/r06ZBns5cLfaZCcYg9dbmQ8uA jTSVLt4CsSkm/s0Ve9DvpZMMH7bh6Cx6B+McKNy3ENixg6XfiPebVDeHXyd05nhHFEhedHQv 0rlCOMPAJYV0PCMa4YHWsk6RAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIBADAaMBgCAQQEE0wy dU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVkdTAMBgNVHRMBAf8E AjAAMA0GCSqGSIb3DQEBAgUAA4GBAIXmYZ9KUAPMyO1NitWSAJddY9GtQysZ6dxrU7zlKxkQ d1r2MYnb3WdZIs4RLFnl1PNU5DQx9A2karThHrukNjoQfo3ihKmOyAwCROP3yNHvnej5xtYX frxL2JrCh5JswYT3PeF1DijVjvqlTT9jRsjSN0CA8ucF+H3XDqNUt+K+MIIDODCCAqGgAwIB AgIQZkVyt8x09c9jdkWE0C6RATANBgkqhkiG9w0BAQQFADCB0TELMAkGA1UEBhMCWkExFTAT BgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3 dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lv bjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkB FhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAwMDgzMDAwMDAwMFoXDTA0MDgy NzIzNTk1OVowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNV BAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBT ZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMDCBnzAN BgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA3jMypmPHCSVFPtJueCdngcXaiBmClw7jRCmKYzUq bXA8+tyu9+50bzC8M5B/+TRxoKNtmPHDT6Jl2w36S/HW3WGl+YXNVZo1Gp2Sdagnrthy+boC 9tewkd4c6avgGAOofENCUFGHgzzwObSbVIoTh/+zm51JZgAtCYnslGvpoWkCAwEAAaNOMEww KQYDVR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDEtMjk3MBIGA1UdEwEB/wQI MAYBAf8CAQAwCwYDVR0PBAQDAgEGMA0GCSqGSIb3DQEBBAUAA4GBADGxS0dd+QFx5fVTbF15 1j2YwCYTYoEipxL4IpXoG0m3J3sEObr85vIk65H6vewNKjj3UFWobPcNrUwbvAP0teuiR59s ogxYjTFCCRFssBpp0SsSskBdavl50OouJd2K5PzbDR+dAvNa28o89kTqJmmHf0iezqWf54TY yWJirQXGMYICpjCCAqICAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJu IENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRD ZXJ0aWZpY2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIw MDAuOC4zMAIDBYFHMAkGBSsOAwIaBQCgggFhMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEw HAYJKoZIhvcNAQkFMQ8XDTAyMDUxOTAwMDU1OFowIwYJKoZIhvcNAQkEMRYEFPMfjzE/co70 jJv9FbMBvMh01eUYMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwIC AgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGtBgsqhkiG9w0B CRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAG A1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRl IFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwAgMF gUcwDQYJKoZIhvcNAQEBBQAEgYBP7HmKO1R/2/qLwYcCY4adLXyusOPBzeiFABj5u5unljNi Tg1jCac2y1p92xSEbGrEXdQakKrCRJrk3hhWmh8jZ0UyKAYnhDTwh4dep6uexuCsLYafwugP uvU2zLoabeU30DL148hRCIbWJc3iZNtaKCYGGa6TxeGzqjHeUKcs8QAAAAAAAA== --------------ms080506050809060506010809-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message