上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 31 下一页
摘要: 神器:基于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)
摘要: task_struct英文源码原文 以下是中文以及解释:(未完待续,慢慢敲) 1. /* Used in tsk->state: */ #define TASK_RUNNING 0x0000//进程要么正在执行,要么准备执行,内核中有一个队列,里面都是等待执行的进程。 #define TASK_IN 阅读全文
posted @ 2019-12-14 19:34 Smah 阅读(1074) 评论(0) 推荐(1)
摘要: // 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)
摘要: // 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)
摘要: /* 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)
摘要: // 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)
摘要: // 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)
摘要: // 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)
摘要: // 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)
摘要: // 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 下一页