Unix Code


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Unix Code
# 1  
Old 04-05-2002
Unix Code

Hi,
Does anyone know where I can find the full unix source code online?
Thanks
# 2  
Old 04-05-2002
Most commercial vendors of Unix do not release their source code. You can find the source for Linux and FreeBSD very easily though. Check www.kernel.org and www.freebsd.org respectively.
# 3  
Old 04-05-2002
Thanks but more info required

Thanks PxT but can you give me an exact web address?
I had a little trouble trying to access the information
# 4  
Old 04-05-2002
Latest stable linux source code tarball: http://www.kernel.org/pub/linux/kern...-2.4.18.tar.gz
# 5  
Old 04-06-2002
Ok, thanks PxT but what about the unix source code?
# 6  
Old 04-06-2002
Also, can anybody give me a web address of where i can find a full source code, such as 250,000m lines of text?
I dont want little snips and cuts of the code I want the full thing.
Thanks
# 7  
Old 04-09-2002
There is no one place.
You will have to poke around a little.
The address PxT gave you above will get you the Linux kernel. Most of the core utilities (commands) are GNU (www.gnu.org).

You can check out the source online via CVS for the *BSD projects.
Look at ftp://ftp.freebsd.org/pub/FreeBSD/de...nt/FreeBSD-CVS to mirror the entire source tree for FreeBSD Unix.

Even better, which Unix are you looking for source to? And why? If you want to compile a full system, why?

Plus, there is no one big ol' source file for ANY unix.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Unix code need help

How can we see the column names of a table in unix Sent from my ASUS_Z010D using Tapatalk (3 Replies)
Discussion started by: nikhilthms97
3 Replies

2. UNIX for Dummies Questions & Answers

UNIX exit code 11

We have a batch Unix process that runs during the day and it is getting an exit code 11 from Unix. It finishes a sqlplus step and gets the exit code 11 before it starts the next step. This used to happen once a year and now is happening more often (but not every time the process runs). We have... (2 Replies)
Discussion started by: msol
2 Replies

3. Shell Programming and Scripting

Block of code replacement in Java source code through Unix script

Hi, I want to remove the following code from Source files (or replace the code with empty.) from all the source files in given directory. finally { if (null != hibernateSession && hibernateSession.isOpen()) { //hibernateSession.close(); } } It would be great if the script has... (2 Replies)
Discussion started by: hareeshram
2 Replies

4. HP-UX

C++ Code migration from HP Unix 11.11 to 11.31

i'm facing some problem to make my source code work in HP Unix 11.31 which works fine in HP Unix 11.11. Recently our unix server is upgraded to HP Unix 11.31, i was able to compile my source code successfully in 11.31 but i see some system call failure and socket failure. is there any steps to... (5 Replies)
Discussion started by: Madanxyz
5 Replies

5. Shell Programming and Scripting

Unix return code example

Hi, Does anyone here can guide me to understand how is return code works in a parent-child relation with a simple example? I have a request to build the script with return code in a child script, but i want to understand how does child script can return a code to the parent, stated if its... (4 Replies)
Discussion started by: khchong
4 Replies

6. UNIX for Dummies Questions & Answers

Where can i get unix source code?

Sir please tell me where can i get source code for some unix kernal and shell also. (1 Reply)
Discussion started by: VIPUL15
1 Replies

7. Post Here to Contact Site Administrators and Moderators

Unix Code

Hi, My requirement is I have 3 files A B C I need to write the first record of A and then 1st record of B and then 1st record of C to output and then 2nd record of A, 2nd record of B and 2nd record of C and so on to output file through UNIX. Input File -A 1st record----apple 2nd... (1 Reply)
Discussion started by: sree_nivas79
1 Replies

8. Post Here to Contact Site Administrators and Moderators

Source Code Of Unix

Do you have the source code of UNIX? If yes, can you please send it to me on my email email address deleted For your this help I shall be obliged to you. With Regards rajesh ***phone removed*** (1 Reply)
Discussion started by: rajesh_ranjan26
1 Replies

9. Shell Programming and Scripting

Code page in Unix

Hi, Can someone tell me how do I find the list of comptabile codepages on Linux(suse) , Is it /usr/lib/locale or somewhere else ? I was wandering if someone has expereince in using cycrillic chars (russian) in unix / linux ? Thanks (2 Replies)
Discussion started by: braindrain
2 Replies

10. Post Here to Contact Site Administrators and Moderators

the source code of unix

tha ithela na moy peite an mporo apo kapoy na vro ton pigaio kvdika toy unix se glossa c .efxaristo. (1 Reply)
Discussion started by: matsoyka
1 Replies
Login or Register to Ask a Question