Hppojo Kqmyf | 18 Sep 2011 06:18
Favicon

您好!

大家好!現我司通過關係長期有(國,地稅)票對外代辦, 
絕對包真,可保證用後再付款!來電諮詢 I37 - 6I89 - 5OI7陳先生
Oehxgapg Hizldjcvb 4225 Tdgunk Pilvl 5831  xWwVlHywTH
Chiefdome | 19 Sep 2011 11:03

Where to download kernel source?

Hi, I m a newbie to the mailing-list. Where can I download the latest 
kernel source?
Maybe by git? How long will kernel.org stay offline?

--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

sannikov | 19 Sep 2011 11:06
Picon

Re: Where to download kernel source?

On Mon, 19 Sep 2011 11:03:45 +0200, Chiefdome <chiefdome <at> googlemail.com>
wrote:
> Hi, I m a newbie to the mailing-list. Where can I download the latest 
> kernel source?
> Maybe by git? How long will kernel.org stay offline?

Hi.

Try this: https://github.com/torvalds/linux

--
WBR, Alexander Sannikov

--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Chandrabhanu Mahapatra | 21 Sep 2011 07:23
Picon

Re: Where to download kernel source?

On Mon, Sep 19, 2011 at 2:33 PM, Chiefdome <chiefdome <at> googlemail.com> wrote:
>
> Hi, I m a newbie to the mailing-list. Where can I download the latest kernel source?
> Maybe by git? How long will kernel.org stay offline?

Hi, You can also try You can also try http://gitorious.org/

--
Chandrabhanu Mahapatra
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

sannikov | 21 Sep 2011 07:21
Picon

Re: Where to download kernel source?

AFAIK https://github.com/torvalds/linux  is official. ;)
and https://github.com/sfrothwell/linux-next is repository for linux-next
branch.
Or you can find linux-source-2.6.* package in repository of your distro.

On Wed, 21 Sep 2011 10:29:49 +0530, Chandrabhanu Mahapatra
<chandrabhanu.anand <at> gmail.com> wrote:
> You can also try http://gitorious.org/ [1].
> 
> On Mon, Sep 19, 2011 at 2:36 PM, sannikov  wrote:
>  On Mon, 19 Sep 2011 11:03:45 +0200, Chiefdome 
>  wrote:
>  > Hi, I m a newbie to the mailing-list. Where can I download the latest
>  > kernel source?
>  > Maybe by git? How long will kernel.org [4] stay offline?
> 
>  Hi.
> 
>  Try this: https://github.com/torvalds/linux [5]

I found a lot of linux ports for different platforms, but not about
mainline kernel.

--
WBR, Alexander Sannikov.

--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
(Continue reading)

Chandrabhanu Mahapatra | 23 Sep 2011 07:51
Picon

String Functions in Linux Kernel

Is it safe to use string.h functions in kernel which are mostly user
level functions.
What is the difference when I write
#include<string.h>
and
#include<linux/string.h>
Where does each of the above point to in the linux kernel directory?
In Linux-3.0/include/linux/string.h I found an entry for
#include<string.h>
What does the above exactly mean?
Are there string safe function present in linux as like in windows driver model?

--
Chandrabhanu Mahapatra
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Chandrabhanu Mahapatra | 23 Sep 2011 10:56
Picon

Re: String Functions in Linux Kernel

#include<string.h> actually refers to /usr/include/string.h present on
the system whereas
#include<linux/string.h> refers to
/usr/src/linux-headers-2.6.35-22-generic/include/linux/string.h if
your linux kernel version is 2.6.535.22 or to corresponding kernel
directory you have targeted the compiler to.

linux/string.h contains functions optimized for kernel but I still
dont understand why does it still include string.h.

On Fri, Sep 23, 2011 at 11:21 AM, Chandrabhanu Mahapatra
<chandrabhanu.anand <at> gmail.com> wrote:
> Is it safe to use string.h functions in kernel which are mostly user
> level functions.
> What is the difference when I write
> #include<string.h>
> and
> #include<linux/string.h>
> Where does each of the above point to in the linux kernel directory?
> In Linux-3.0/include/linux/string.h I found an entry for
> #include<string.h>
> What does the above exactly mean?
> Are there string safe function present in linux as like in windows driver model?
>
> --
> Chandrabhanu Mahapatra
>

--

-- 
Chandrabhanu Mahapatra
(Continue reading)

Ozan Şengündüz | 25 Sep 2011 22:09
Picon
Favicon

Linux

Any localization and translation service provider. Tercüme, çeviri

http://www.tercume24.com

--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Chandrabhanu Mahapatra | 26 Sep 2011 12:21
Picon

Undefined Functions in use

Where can I find the definition of TIMER_INITIALIZER, DECLARE_MUTEX,
DECLARE_MUTEX_LOCKED, softirq_vec,__builtin_constant_p, INIT_WORK,
etc.?

--

-- 
Chandrabhanu Mahapatra
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Chandrabhanu Mahapatra | 27 Sep 2011 12:21
Picon

Re: Undefined Functions in use

I used cscope and vim editor but still I am only finding the usage of
the above symbols but no definition.
Are these symbols GCC builtin symbols or ARM specific symbols.

On Mon, Sep 26, 2011 at 4:30 PM, Xu, Anhua <anhua.xu <at> intel.com> wrote:
> Install your tools ctags and use it to track all the symbols in the source.
> google ctags, you will find solutions
>
> -----Original Message-----
> From: linux-newbie-owner <at> vger.kernel.org [mailto:linux-newbie-owner <at> vger.kernel.org] On
Behalf Of Chandrabhanu Mahapatra
> Sent: Monday, September 26, 2011 6:22 PM
> To: linux-newbie
> Subject: Undefined Functions in use
>
> Where can I find the definition of TIMER_INITIALIZER, DECLARE_MUTEX,
> DECLARE_MUTEX_LOCKED, softirq_vec,__builtin_constant_p, INIT_WORK,
> etc.?

--

-- 
Chandrabhanu Mahapatra
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs


Gmane