~ubuntu-branches/ubuntu/saucy/procps/saucy

« back to all changes in this revision

Viewing changes to .pc/library_map_freeproc.patch/proc/library.map

  • Committer: Package Import Robot
  • Author(s): Oliver Grawert
  • Date: 2012-06-20 13:12:40 UTC
  • mfrom: (2.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20120620131240-923p0d8q88bmk3ac
Tags: 1:3.3.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/sysctl.d (Ubuntu-specific):
    + 10-console-messages.conf: stop low-level kernel messages on console.
    + 10-kernel-hardening.conf: add the kptr_restrict setting
    + 10-keyboard.conf.powerpc: mouse button emulation on PowerPC.
    + 10-network-security.conf: enable rp_filter and SYN-flood protection.
    + 10-ptrace.conf: describe new PTRACE setting.
    + 10-zeropage.conf: safe mmap_min_addr value for graceful fall-back.
    + README: describe how this directory is supposed to work.
  - debian/upstart (Ubuntu-specific): upstart configuration to replace old
    style sysv init script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# for --version-script
2
 
# WTF is the syntax for this file?
3
 
# Give me a BNF, man!
4
 
_3_2_5 {
5
 
global:
6
 
  __cyg_profile_func_enter; __cyg_profile_func_exit; main;
7
 
 
8
 
  readproc; readtask; readproctab; readproctab2; look_up_our_self; escape_command;
9
 
  escape_str; escape_strlist;
10
 
  openproc; closeproc;
11
 
  tty_to_dev; dev_to_tty; open_psdb_message; open_psdb; lookup_wchan;
12
 
  display_version; procps_version; linux_version_code;
13
 
  Hertz; smp_num_cpus; have_privs;
14
 
  sprint_uptime; uptime; user_from_uid; print_uptime; loadavg;
15
 
  pretty_print_signals; print_given_signals; unix_print_signals; signal_name_to_number; signal_number_to_name;
16
 
  meminfo; vminfo; getstat; getdiskstat; getpartitions_num; getslabinfo; get_pid_digits;
17
 
  kb_active; kb_inactive; kb_main_buffers; kb_main_cached;
18
 
  kb_main_free; kb_main_total; kb_main_used; kb_swap_free;
19
 
  kb_swap_total; kb_swap_used; kb_main_shared;
20
 
  kb_low_total; kb_low_free; kb_high_total; kb_high_free;
21
 
  vm_pgpgin; vm_pgpgout; vm_pswpin; vm_pswpout;
22
 
  free_slabinfo; put_slabinfo; get_slabinfo; get_proc_stats;
23
 
local: *;
24
 
};