Sponsored Content
Special Forums News, Links, Events and Announcements OpenSolaris.org now “open” for business Post 74952 by Perderabo on Tuesday 14th of June 2005 02:12:38 PM
Old 06-14-2005
Today is the official opening day for http://opensolaris.org
More information is available at http://www.sun.com/software/solaris/opensolaris.jsp

If we all jump on Sun's servers and download the entire code today, we could stress Sun's bandwidth. Rather than downloading all that code, perhaps you would rather browse the online source code. You can do that here: http://cvs.opensolaris.org/source/
 

2 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

The Center of Open Source & Government <EGovOS.org>

Excellent 168 MITRE report on the use of Free and Open Source (FOSS) in the DoD: http://www.egovos.org/ Here is a link directly to the report (168 pages): http://www.egovos.org/pdf/dodfoss.pdf (0 Replies)
Discussion started by: Neo
0 Replies

2. Solaris

[OpenSolaris.org] backup of Ndiswrapper

Is anyone able to provide me this file URL:www.opensolaris.org/os/community/laptop/wireless/ndis/ndis-$VERSION.tar.gz ? It seems that it is unavailable, and cannot find it anywhere. If anyone has it, or knows where can I get it, please tell me. $VERSION - is a version suitable for OpenSolaris... (2 Replies)
Discussion started by: anapplegeek
2 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 01:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy