作者归档:麦芽爸

create_module系统调用及示例

关于 create_module 和 delete_module 的内核版本历史 … 继续阅读

发表在 linux文章 | 留下评论

dup3系统调用及示例

1. 函数介绍 dup3 是 Linux 系统调用,是 du … 继续阅读

发表在 linux文章 | 留下评论

dup-dup2系统调用及示例

我们继续学习 Linux 系统编程中的重要函数。这次我们介绍 dup& … 继续阅读

发表在 linux文章 | 留下评论

epoll_create1系统调用及示例

epoll_create1 – 创建epoll实例(扩展版) 函数介 … 继续阅读

发表在 linux文章 | 留下评论

epoll_create系统调用及示例

epoll_create – 创建epoll实例 函数介绍 epol … 继续阅读

发表在 linux文章 | 留下评论

epoll_ctl系统调用及示例

epoll_ctl – 控制epoll实例 函数介绍 epoll_c … 继续阅读

发表在 linux文章 | 留下评论

epoll_pwait系统调用及示例

epoll_pwait – 带信号掩码的epoll等待 函数介绍 e … 继续阅读

发表在 linux文章 | 留下评论

epoll_wait系统调用及示例

epoll_wait – 等待epoll事件 函数介绍 epoll_ … 继续阅读

发表在 linux文章 | 留下评论

eventfd系统调用及示例

eventfd – 创建事件文件描述符 函数介绍 eventfd系统 … 继续阅读

发表在 linux文章 | 留下评论

execveat系统调用及示例

这次我们介绍 execveat。 1. 函数介绍 execveat&n … 继续阅读

发表在 linux文章 | 留下评论