会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
no code no life
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
31
下一页
2019年12月15日
轻松阅读linux内核源码
摘要: 神器:基于linux4.4版本,含函数和功能注释树 http://www.bricktou.com/ https://lwn.net/ 从0开始写linux,这个无敌牛逼,简单阅读了Introduction部分,佩服,这个是基于LFS的,作者Bruce Dubbs http://www.linuxf
阅读全文
posted @ 2019-12-15 23:26 Smah
阅读(614)
评论(0)
推荐(0)
2019年12月14日
task_struct源码解读
摘要: task_struct英文源码原文 以下是中文以及解释:(未完待续,慢慢敲) 1. /* Used in tsk->state: */ #define TASK_RUNNING 0x0000//进程要么正在执行,要么准备执行,内核中有一个队列,里面都是等待执行的进程。 #define TASK_IN
阅读全文
posted @ 2019-12-14 19:34 Smah
阅读(1074)
评论(0)
推荐(1)
IPC之mq_sysctl.c源码解读
摘要: // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2007 IBM Corporation * * Author: Cedric Le Goater <clg@fr.ibm.com> */ #include <linux/nspr
阅读全文
posted @ 2019-12-14 19:30 Smah
阅读(228)
评论(0)
推荐(0)
IPC之ipc_sysctl.c源码解读
摘要: // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2007 * * Author: Eric Biederman <ebiederm@xmision.com> */ #include <linux/module.h> #inclu
阅读全文
posted @ 2019-12-14 19:29 Smah
阅读(417)
评论(0)
推荐(0)
IPC之util.h源码解读
摘要: /* SPDX-License-Identifier: GPL-2.0 */ /* * linux/ipc/util.h * Copyright (C) 1999 Christoph Rohland * * ipc helper functions (c) 1999 Manfred Spraul <
阅读全文
posted @ 2019-12-14 19:28 Smah
阅读(356)
评论(0)
推荐(0)
IPC之util.c源码解读
摘要: // SPDX-License-Identifier: GPL-2.0 /* * linux/ipc/util.c * Copyright (C) 1992 Krishna Balasubramanian * * Sep 1997 - Call suser() last after "normal"
阅读全文
posted @ 2019-12-14 19:27 Smah
阅读(317)
评论(0)
推荐(0)
IPC之syscall.c源码解读
摘要: // SPDX-License-Identifier: GPL-2.0 /* * sys_ipc() is the old de-multiplexer for the SysV IPC calls. * * This is really horribly ugly, and new archite
阅读全文
posted @ 2019-12-14 19:26 Smah
阅读(605)
评论(1)
推荐(0)
IPC之shm.c源码解读
摘要: // SPDX-License-Identifier: GPL-2.0 /* * linux/ipc/shm.c * Copyright (C) 1992, 1993 Krishna Balasubramanian * Many improvements/fixes by Bruno Haible.
阅读全文
posted @ 2019-12-14 19:24 Smah
阅读(785)
评论(0)
推荐(0)
IPC之sem.c源码解读
摘要: // SPDX-License-Identifier: GPL-2.0 /* * linux/ipc/sem.c * Copyright (C) 1992 Krishna Balasubramanian * Copyright (C) 1995 Eric Schenk, Bruno Haible *
阅读全文
posted @ 2019-12-14 19:23 Smah
阅读(675)
评论(0)
推荐(0)
IPC之namespace.c源码解读
摘要: // SPDX-License-Identifier: GPL-2.0 /* * linux/ipc/namespace.c * Copyright (C) 2006 Pavel Emelyanov <xemul@openvz.org> OpenVZ, SWsoft Inc. */ #include
阅读全文
posted @ 2019-12-14 19:22 Smah
阅读(463)
评论(0)
推荐(0)
上一页
1
···
17
18
19
20
21
22
23
24
25
···
31
下一页
公告