Sponsored Content
Full Discussion: Happy birthday Linux
Special Forums News, Links, Events and Announcements Happy birthday Linux Post 76717 by zylwyz on Thursday 30th of June 2005 05:21:47 AM
Old 06-30-2005
Computer

Yes happy birthday to Linux! Ten tumblers of beer for all hackers who are using Linux!
Smilie Smilie Smilie Smilie Smilie Smilie Smilie Smilie Smilie Smilie
 

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Seasons Greetings and Happy Holidays from The UNIX and Linux Forums

http://www.unix.com/images/snowman_greetings.gif Seasons Greetings, Happy Holidays and Happy New Year! As we get underway into the 2009 Holiday Season, all of us at The UNIX and Linux Forums would like to thank you for a great year. We are fortunate to have a wonderful community... (0 Replies)
Discussion started by: Neo
0 Replies

2. Linux

Happy Birthday Linux :)

The Linux kernel was originally created by Linus Torvalds, a Finnish computer science student, and first announced to the world on August 25, 1991-exactly 20 years ago today. At the time, Torvalds described his work as a "hobby" and contended that it would not be "big and professional" like the GNU... (2 Replies)
Discussion started by: itkamaraj
2 Replies

3. What is on Your Mind?

Happy birthday Neo

Wish you many many happy returns of the day, stay blessed. (1 Reply)
Discussion started by: Akshay Hegde
1 Replies
SOCKETCALL(2)						     Linux Programmer's Manual						     SOCKETCALL(2)

NAME
socketcall - socket system calls SYNOPSIS
int socketcall(int call, unsigned long *args); DESCRIPTION
socketcall() is a common kernel entry point for the socket system calls. call determines which socket function to invoke. args points to a block containing the actual arguments, which are passed through to the appropriate call. User programs should call the appropriate functions by their usual names. Only standard library implementors and kernel hackers need to know about socketcall(). CONFORMING TO
This call is specific to Linux, and should not be used in programs intended to be portable. NOTES
On a some architectures--for example, x86-64 and ARM--there is no socketcall() system call; instead socket(2), accept(2), bind(2), and so on really are implemented as separate system calls. SEE ALSO
accept(2), bind(2), connect(2), getpeername(2), getsockname(2), getsockopt(2), listen(2), recv(2), recvfrom(2), recvmsg(2), send(2), sendmsg(2), sendto(2), setsockopt(2), shutdown(2), socket(2), socketpair(2) COLOPHON
This page is part of release 3.44 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/. Linux 2012-10-16 SOCKETCALL(2)
All times are GMT -4. The time now is 01:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy