Author Topic: Some excepts from the Windows 2000 source code.  (Read 2208 times)

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Some excepts from the Windows 2000 source code.
« on: 29 August 2005, 15:42 »
This is from the Runtime Libary...
Code: [Select]
/*************************************************
*  Perl-Compatible Regular Expressions   *
*************************************************/

/*
This is a library of functions to support regular expressions whose syntax
and semantics are as close as possible to those of the Perl 5 language. See
the file Tech.Notes for some information on the internals.

Written by: Philip Hazel

  Copyright (c) 1998 University of Cambridge

-----------------------------------------------------------------------------
Permission is granted to anyone to use this software for any purpose on any
computer system, and to redistribute it freely, subject to the following
restrictions:

1. This software is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

2. The origin of this software must not be misrepresented, either by
   explicit claim or by omission.

3. Altered versions must be plainly marked as such, and must not be
   misrepresented as being the original software.
-----------------------------------------------------------------------------
*/

From the Visual Component Libary...
Code: [Select]
(*
** Copyright 1991-1993, Silicon Graphics, Inc.
** All Rights Reserved.
**
** This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
** the contents of this file may not be disclosed to third parties, copied or
** duplicated in any form, in whole or in part, without the prior written
** permission of Silicon Graphics, Inc.
**
** RESTRICTED RIGHTS LEGEND:
** Use, duplication or disclosure by the Government is subject to restrictions
** as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
** and Computer Software clause at DFARS 252.227-7013, and/or in similar or
** successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
** rights reserved under the Copyright Laws of the United States.
*)

skyman8081

  • VIP
  • Member
  • ***
  • Posts: 910
  • Kudos: 187
    • http://sauron.game-host.org/
Re: Some excepts from the Windows 2000 source code.
« Reply #1 on: 29 August 2005, 17:10 »
Code: [Select]
         }
     }
}
2 motherfuckers have sigged me so far.  Fuck yeah!


Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Re: Some excepts from the Windows 2000 source code.
« Reply #2 on: 29 August 2005, 19:42 »
wtf mate

Jenda

  • Member
  • **
  • Posts: 530
  • Kudos: 326
Re: Some excepts from the Windows 2000 source code.
« Reply #3 on: 29 August 2005, 20:22 »
I'd suppose you have "prior written permission of Silicon Graphics, Inc.", Kintaro...? :)

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Re: Some excepts from the Windows 2000 source code.
« Reply #4 on: 29 August 2005, 22:23 »
Winsock:
Code: [Select]
/*++


    Intel Corporation Proprietary Information
    Copyright (c) 1995 Intel Corporation

    This listing is supplied under the terms of a license agreement with
    Intel Corporation and may not be used, copied, nor disclosed except in
    accordance with the terms of that agreeement.

My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Re: Some excepts from the Windows 2000 source code.
« Reply #5 on: 29 August 2005, 22:28 »
More Intel stuff:
Code: [Select]
;***************************************************************************/
;*
;*                INTEL Corporation Proprietary Information  
;*
;*      
;*                  Copyright (c) 1996 Intel Corporation.
;*                         All rights reserved.
;*
;***************************************************************************/
; AUTHOR:  Kumar Balasubramanian
;***************************************************************************/
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

toadlife

  • Member
  • **
  • Posts: 730
  • Kudos: 376
    • http://toadlife.net
Re: Some excepts from the Windows 2000 source code.
« Reply #6 on: 30 August 2005, 02:31 »
A point to this?
:)

WMD

  • Global Moderator
  • Member
  • ***
  • Posts: 2,525
  • Kudos: 391
    • http://www.dognoodle99.cjb.net
Re: Some excepts from the Windows 2000 source code.
« Reply #7 on: 30 August 2005, 02:35 »
Quote from: toadlife
A point to this?

None :p
My BSOD gallery
"Yes there's nothing wrong with going around being rude and selfish, killing people and fucking married women, but being childish is a cardinal sin around these parts." -Aloone_Jonez

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Re: Some excepts from the Windows 2000 source code.
« Reply #9 on: 30 August 2005, 11:11 »
No files found.

solemnwarning

  • Member
  • **
  • Posts: 747
  • Kudos: 338
    • http://www.solemnwarning.net
Re: Some excepts from the Windows 2000 source code.
« Reply #10 on: 30 August 2005, 14:45 »
the point is ms cant code anything so they just take code and make it crappy :P

btw where did u get the code?

i cant find a dl :nothappy:
-----BEGIN GEEK CODE BLOCK-----
 Version: 3.1
 GCS/CM d- s+:+ a--- C++ UL++++>$ P+ L+++ !E W++ !N !o !K-- w !O !M !V PS+ PE- !Y !PGP !t !5 !X !R tv b+ DI+ !D G e- h !r y-
 ------END GEEK CODE BLOCK------

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Re: Some excepts from the Windows 2000 source code.
« Reply #11 on: 30 August 2005, 15:08 »
I sent you a PM with all the details young padawan :)

More...

WINSOCK.H...
Code: [Select]

/* WINSOCK.H--definitions to be used with the WINSOCK.DLL

 * Copyright 1993 - 1998 Microsoft Corp. All rights reserved.

 *

 * This header file corresponds to version 1.1 of the Windows Sockets specification.

 *

 * This file includes parts which are Copyright (c) 1982-1986 Regents

 * of the University of California.  All rights reserved.  The

 * Berkeley Software License Agreement specifies the terms and

 * conditions for redistribution.

 *

 */



WINSOCK2.H
Code: [Select]

/* Winsock2.h -- definitions to be used with the WinSock 2 DLL and

 *               WinSock 2 applications.

 *

 * This header file corresponds to version 2.2.x of the WinSock API

 * specification.

 *

 * This file includes parts which are Copyright (c) 1982-1986 Regents

 * of the University of California.  All rights reserved.  The

 * Berkeley Software License Agreement specifies the terms and

 * conditions for redistribution.

 */


WS2SPI.H
Code: [Select]

/* WS2SPI.H -- definitions to be used with the WinSock service provider.

 *

 * This header file corresponds to version 2.2.x of the WinSock SPI

 * specification.

 *

 * This file includes parts which are Copyright (c) 1982-1986 Regents

 * of the University of California.  All rights reserved.  The

 * Berkeley Software License Agreement specifies the terms and

 * conditions for redistribution.

 */

solemnwarning

  • Member
  • **
  • Posts: 747
  • Kudos: 338
    • http://www.solemnwarning.net
Re: Some excepts from the Windows 2000 source code.
« Reply #12 on: 30 August 2005, 23:02 »
i cant connect to the tracker
-----BEGIN GEEK CODE BLOCK-----
 Version: 3.1
 GCS/CM d- s+:+ a--- C++ UL++++>$ P+ L+++ !E W++ !N !o !K-- w !O !M !V PS+ PE- !Y !PGP !t !5 !X !R tv b+ DI+ !D G e- h !r y-
 ------END GEEK CODE BLOCK------

Kintaro

  • Member
  • **
  • Posts: 6,545
  • Kudos: 255
  • I want to get the band back together!
    • JohnTate.org
Re: Some excepts from the Windows 2000 source code.
« Reply #13 on: 31 August 2005, 02:41 »
Quote from: solemnwarning
i cant connect to the tracker


Give it time, ill seed some more. The tracker is very busy.

solo

  • Member
  • **
  • Posts: 344
  • Kudos: 1
    • http://www.komodolinux.org/
Re: Some excepts from the Windows 2000 source code.
« Reply #14 on: 31 August 2005, 04:24 »
Yeah, Microsoft just uses everyone elses code, but Intel, SGI and Cambridge Uni prolly know about that code being used, unless Microsoft ran around looking for leaked code and hacking their allies (in Intel's case) corporate servers...

By the way Kintaro, don't ever mention that you've looked at that code to any open source project leaders. Most of them would no longer touch you with a ten foot pole. Happened to me when I downloaded it.

You probably shouldn't tell Microsoft either :)
Komodoware, moving Linux to your desktop.
http://www.komodoware.com/