E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
userspace
Linux输入子系统
一个输入事件,如鼠标移动,键盘按键按下,joystick的移动等等通过 Driver -> InputCore -> Eventhandler ->
userspace
的顺序到达用户空间传给应用程序
lanxinyuchs
·
2011-03-31 10:00
编程
C++
c
linux
C#
linux rcu
规定以下变化引起静止状态结束:1.processswitch2.
userspace
3.nullloop规定读者在以上状态前调用rcu_read_unlock。
brucexu1978
·
2011-03-20 15:00
用户空间与内核空间通信一(单播)
* *
Userspace
RickieZH
·
2011-02-15 17:00
usr
netlink
unicast
用户空间与内核空间通信一(多播)
*
Userspace
:client. *Kernelspace:servermulticast. * *User
RickieZH
·
2011-02-15 17:00
usr
netlink
Multicast
4行简单代码加速Red Hatlinux运行
就在这一周,一个新的
userspace
补丁出现了,它能使用更少的代码完成更好的加速。Poettering提供了一个非内核的修补来加速linux。
makewong
·
2011-02-13 08:31
linux
red
休闲
hat
linux运行
加速REDHAT
4行简单代码加速Red Hatlinux运行
就在这一周,一个新的
userspace
补丁出现了,它能使用更少的代码完成更好的加速。Poettering提供了一个非内核的修补来加速linux。
makewong
·
2011-02-13 08:31
linux
休闲
Red
Hat
贴个小东东
使用libumem定位memory leak和memory corruption(1)
先来介绍一个很基础但是很有用的工具libumem.so,libumem中的u指的是
userspace
,是相对于kernalspace来说的。
arrow_pig
·
2011-01-07 16:00
thread
数据结构
cache
Solaris
buffer
leak
db2经验整理
默认用户表空间名为
USERSPACE
1
zero_plus
·
2010-12-22 15:00
oracle
数据库
db2
活动
database
sms
db2表空间经验整理
默认用户表空间名为
USERSPACE
1
zero_plus
·
2010-12-09 15:00
数据库
unix
File
db2
database
sms
PF_NETLINK应用实例NETLINK_KOBJECT_UEVENT具体实现--udev实现原理
u是指
userspace
,dev是指device,udev是用户空间的设备驱动程序吗?最初我也这样认为,调试内核空间的程序要比调试用户空间的程序复杂得
ken_GL
·
2010-12-02 15:00
linux
api
socket
list
buffer
Signal
PF_NETLINK应用实例NETLINK_KOBJECT_UEVENT具体实现--udev实现原理
u是指
userspace
,dev是指device,udev是用户空间的设备驱动程序吗?最初我也这样认为,调试内核空间的程序要比调试用户空间的程序复杂得
ken_GL
·
2010-12-02 15:00
linux
socket
list
api
buffer
Signal
CPUFREQ驱动使用方法说明
内核所提供cpufreq技术的机制在cpufreq中内置了5种策略:performance、powersave、
userspace
、ondemand、conservation。
zhenwenxian
·
2010-11-12 22:00
工作
算法
linux
360
performance
产品
FUSE(Filesystem in
Userspace
)简介和使用
1.FUSE(FilesysteminUserspace)简介1.1.概述FUSE(用户空间文件系统)作为类UNIX系统平台上可加载的内核模块,允许非特权用户创建功能完备的文件系统,而不需要重新编译内核。FUSE模块仅仅提供kernel模块的接入口,而本身的主要实现代码位于用户空间中。对于读写虚拟文件系统来说,FUSE是个很好的选择。FUSE起初是为了研究AVFS(AVirtualFilesyst
zhangxinrun
·
2010-09-16 22:00
linux
struct
list
File
makefile
symlink
udev的实现原理
u是指
userspace
,dev是指device,udev是用户空间的设备驱动程序吗?最初我也这样认为,调试内核空间的程序要比调试用户空间的程序复杂
CHALLEN537
·
2010-07-19 15:00
linux
socket
struct
list
buffer
Signal
FUSE(Filesystem in
Userspace
)简介和使用
1.FUSE(FilesysteminUserspace)简介1.1.概述FUSE(用户空间文件系统)作为类UNIX系统平台上可加载的内核模块,允许非特权用户创建功能完备的文件系统,而不需要重新编译内核。FUSE模块仅仅提供kernel模块的接入口,而本身的主要实现代码位于用户空间中。对于读写虚拟文件系统来说,FUSE是个很好的选择。FUSE起初是为了研究AVFS(AVirtualFilesyst
jiangandhe
·
2010-07-16 12:00
linux
list
struct
File
makefile
symlink
unaligned
userspace
access 错误
在调试ST平台代码的时候,运行程序到最后总是程序崩溃,总是提示:unaligneduserspaceaccess错误 结果修改一下makefile中的编译选项,加入:-g-O2-Wno-deprecated 再次运行就正常了,估计这种错误与编译优化有关系
hemmanhui
·
2010-06-24 12:00
优化
Access
平台
makefile
Alsa学习笔记
1整体架构Application---------------Alsa-lib
UserSpace
-----------------------------------
willand1981
·
2010-05-26 14:00
数据结构
Stream
struct
buffer
callback
playback
[转的]udev与硬件抽象层HAL的实现原理
u是指
userspace
,dev是指device,udev是用户空间的设备驱动程序吗?最初我也这样认为,调试内
bebaas
·
2010-05-25 10:00
L7-filter
userspace
安装
安装环境:VMware虚拟机 federa12 内核版本 2.6.31.5-127.fc12.i686.PAE 安装需要的包: l7-filter-
userspace
_0.11.orig.tar.gz
kingyy
·
2010-05-19 14:00
vmware
.net
虚拟机
qq
bbs
netlink - Communication between kernel and
userspace
(PF_NETLINK)
http://linux.die.net/man/7/netlink WecanuseNETLINK_KOBJECT_UEVENTtogetsomehotplugeventlikeusb/Lan.
stevenliyong
·
2010-05-17 16:00
db2 More SQL hints
scalar functions, group by, having, union, except, intersect create table tab1 ( ... ) in
userspace
1
luzl
·
2010-04-06 17:00
sql
db2
Iptables 简单应用
天融信 软件:Iptables包过滤防火墙 Ipfwadm------->Ipchains----->Iptablesnetfilter内核空间(kernelspace)Iptables用户空间 (
userspace
goolen
·
2010-03-30 21:01
职场
iptables
应用
休闲
Iptables 简单应用
天融信 软件:Iptables包过滤防火墙 Ipfwadm------->Ipchains----->Iptablesnetfilter内核空间(kernelspace)Iptables用户空间 (
userspace
goolen
·
2010-03-30 21:01
职场
iptables
应用
休闲
Linux 2.6.31内核优化-2
Options ---> (/sbin/hotplug) path to uevent helper [*] Prevent firmware from being built -*-
Userspace
loamy
·
2010-03-24 14:00
linux
虚拟机
Security
gcc
HP
使用mkinitcpio
它使用Linux核心开发小组开发的klibc和kinit为早期(启动)的
userspace
提供一个小巧轻量级的基本系统。它在系统启动的时候使用udev来检测硬件,因此防止大量不必要的模块被加载。
future_fighter
·
2009-02-06 13:00
linux
image
ide
工具
hook
filesystems
Linux工具:使用mkinitcpio
它使用Linux核心开发小组开发的klibc和kinit为早期(启动)的
userspace
提供一个小巧轻量级的基本系统。它在系统启动的时候使用udev来检测硬件,因此防止大量不必要的模块被加载。
·
2009-02-06 13:00
linux
表空间
不能删 TEMPSPACE1 临时表空间,不能删
USERSPACE
1 用户表空间
weiruan85
·
2009-01-15 16:00
.net
windows
OS
db2
F#
How to
userspace
l7 filter on Ubuntu
How to
userspace
l7 filter on Ubuntu <script type="text/javascript"><!
unixboy
·
2008-10-23 08:00
JavaScript
linux
ubuntu
ssh
UP
How to
userspace
l7 filter on Ubuntu
How to
userspace
l7 filter on Ubuntu <script type="text/javascript"><!
unixboy
·
2008-10-23 08:00
JavaScript
linux
ubuntu
ssh
UP
perror函数不能乱用的
今天在网上查了一下 perror函数是哪一个库里的函数,搜索到一个在内核编码中使用C函数库下的perror函数而出现了错误,才晓得原来在内核代码中不能调用"stdio.h"中的那个perror函数.perror使用了
userspace
yygydjkthh
·
2008-10-21 23:00
c
user
系统调用
在linux2.6.16.4中有两种方式实现systemcall,从
userspace
切换到kernelspace1.int$0
eroswang
·
2008-04-23 14:00
编程
linux
api
user
table
System
Green Thread不比Native Thread差
在“ Ruby
Userspace
Threads vs GUI too
zhangyu8374
·
2007-06-02 06:00
thread
多线程
erlang
Ruby
jruby
Zero-copy kernel sniffer
Basic idea behind zero-copy is remapping of the physical pages where skb->data lives to the
userspace
isiqi
·
2007-05-30 15:00
linux
.net
socket
idea
输入子系统分析
一个输入事件,如鼠标移动,键盘按键按下,joystick的移动等等通过Driver->InputCore->Eventhandler->
userspace
的顺序到达用
colorant
·
2007-04-12 11:00
数据结构
linux
struct
input
initialization
硬件驱动
sshfs-fuse
FUSE是
userspace
的filesystem,當我們loadmodule後會以/dev/fuse為filedescriptor而這
·
2006-04-09 14:00
ssh
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他