Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
ebiederm
/
sysctl
/proc/sys aka sysctl development
Mirrored from
git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl.git
Clone this repo:
Branches
master
Tags
v2.6.32-rc6
v2.6.32-rc5
v2.6.32-rc4
v2.6.32-rc3
v2.6.32-rc1
v2.6.32-rc2
v2.6.31
v2.6.31-rc9
v2.6.31-rc8
v2.6.31-rc7
More...
4e474a0
sysctl: protect poll() in entries that may go away
by Lucas De Marchi
· 13 years ago
master
4e75732
sysctl: Don't call sysctl_follow_link unless we are a link.
by Eric W. Biederman
· 13 years ago
60f126d
sysctl: Comments to make the code clearer.
by Eric W. Biederman
· 13 years ago
0eb97f3
sysctl: Correct error return from get_subdir
by Eric W. Biederman
· 13 years ago
51f72f4
sysctl: An easier to read version of find_subdir
by Eric W. Biederman
· 13 years ago
1347440
sysctl: fix memset parameters in setup_sysctl_set()
by Dan Carpenter
· 13 years ago
4798178
sysctl: remove an unused variable
by Dan Carpenter
· 13 years ago
fea478d
sysctl: Add register_sysctl for normal sysctl users
by Eric W. Biederman
· 13 years ago
ac13ac6
sysctl: Index sysctl directories with rbtrees.
by Eric W. Biederman
· 13 years ago
9e3d47d
sysctl: Make the header lists per directory.
by Eric W. Biederman
· 13 years ago
e54012c
sysctl: Move sysctl_check_dups into insert_header
by Eric W. Biederman
· 13 years ago
60a47a2
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy
by Eric W. Biederman
· 13 years ago
0e47c99
sysctl: Replace root_list with links between sysctl_table_sets.
by Eric W. Biederman
· 13 years ago
6980128
sysctl: Add sysctl_print_dir and use it in get_subdir
by Eric W. Biederman
· 13 years ago
7ec66d0
sysctl: Stop requiring explicit management of sysctl directories
by Eric W. Biederman
· 13 years ago
9eb47c2
sysctl: Add a root pointer to ctl_table_set
by Eric W. Biederman
· 13 years ago
6a75ce1
sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry
by Eric W. Biederman
· 13 years ago
076c3ee
sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry.
by Eric W. Biederman
· 13 years ago
a194558
sysctl: Normalize the root_table data structure.
by Eric W. Biederman
· 13 years ago
8425d6a
sysctl: Factor out insert_header and erase_header
by Eric W. Biederman
· 13 years ago
More »