/proc/sys aka sysctl development

Clone this repo:
  1. 4e474a0 sysctl: protect poll() in entries that may go away by Lucas De Marchi · 12 years ago master
  2. 4e75732 sysctl: Don't call sysctl_follow_link unless we are a link. by Eric W. Biederman · 12 years ago
  3. 60f126d sysctl: Comments to make the code clearer. by Eric W. Biederman · 12 years ago
  4. 0eb97f3 sysctl: Correct error return from get_subdir by Eric W. Biederman · 12 years ago
  5. 51f72f4 sysctl: An easier to read version of find_subdir by Eric W. Biederman · 12 years ago
  6. 1347440 sysctl: fix memset parameters in setup_sysctl_set() by Dan Carpenter · 12 years ago
  7. 4798178 sysctl: remove an unused variable by Dan Carpenter · 12 years ago
  8. fea478d sysctl: Add register_sysctl for normal sysctl users by Eric W. Biederman · 12 years ago
  9. ac13ac6 sysctl: Index sysctl directories with rbtrees. by Eric W. Biederman · 12 years ago
  10. 9e3d47d sysctl: Make the header lists per directory. by Eric W. Biederman · 12 years ago
  11. e54012c sysctl: Move sysctl_check_dups into insert_header by Eric W. Biederman · 12 years ago
  12. 60a47a2 sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy by Eric W. Biederman · 12 years ago
  13. 0e47c99 sysctl: Replace root_list with links between sysctl_table_sets. by Eric W. Biederman · 12 years ago
  14. 6980128 sysctl: Add sysctl_print_dir and use it in get_subdir by Eric W. Biederman · 12 years ago
  15. 7ec66d0 sysctl: Stop requiring explicit management of sysctl directories by Eric W. Biederman · 12 years ago
  16. 9eb47c2 sysctl: Add a root pointer to ctl_table_set by Eric W. Biederman · 12 years ago
  17. 6a75ce1 sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry by Eric W. Biederman · 12 years ago
  18. 076c3ee sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry. by Eric W. Biederman · 12 years ago
  19. a194558 sysctl: Normalize the root_table data structure. by Eric W. Biederman · 12 years ago
  20. 8425d6a sysctl: Factor out insert_header and erase_header by Eric W. Biederman · 12 years ago