Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/procps/Config.in

    r1765 r2725  
     1# DO NOT EDIT. This file is generated from Config.src
    12#
    23# For a description of the syntax of this configuration file,
     
    67menu "Process Utilities"
    78
     9config IOSTAT
     10    bool "iostat"
     11    default y
     12    help
     13      Report CPU and I/O statistics
     14config MPSTAT
     15    bool "mpstat"
     16    default y
     17    help
     18      Per-processor statistics
     19config PMAP
     20       bool "pmap"
     21       default y
     22       help
     23         Display processes' memory mappings.
     24config POWERTOP
     25    bool "powertop"
     26    default y
     27    help
     28      Analyze power consumption on Intel-based laptops
     29config SMEMCAP
     30    bool "smemcap"
     31    default y
     32    help
     33      smemcap is a tool for capturing process data for smem,
     34      a memory usage statistic tool.
     35
    836config FREE
    937    bool "free"
    10     default n
     38    default y
     39    depends on PLATFORM_LINUX #sysinfo()
    1140    help
    1241      free displays the total amount of free and used physical and swap
     
    1645config FUSER
    1746    bool "fuser"
    18     default n
     47    default y
    1948    help
    2049      fuser lists all PIDs (Process IDs) that currently have a given
    21       file open.  fuser can also list all PIDs that have a given network
     50      file open. fuser can also list all PIDs that have a given network
    2251      (TCP or UDP) port open.
    2352
    2453config KILL
    2554    bool "kill"
    26     default n
     55    default y
    2756    help
    2857      The command kill sends the specified signal to the specified
    29       process or process group.  If no signal is specified, the TERM
     58      process or process group. If no signal is specified, the TERM
    3059      signal is sent.
    3160
    3261config KILLALL
    3362    bool "killall"
    34     default n
     63    default y
    3564    depends on KILL
    3665    help
    3766      killall sends a signal to all processes running any of the
    38       specified commands.  If no signal name is specified, SIGTERM is
     67      specified commands. If no signal name is specified, SIGTERM is
    3968      sent.
    4069
    4170config KILLALL5
    4271    bool "killall5"
    43     default n
     72    default y
    4473    depends on KILL
    4574
    4675config NMETER
    4776    bool "nmeter"
    48     default n
     77    default y
    4978    help
    5079      Prints selected system stats continuously, one line per update.
     80
     81config PGREP
     82    bool "pgrep"
     83    default y
     84    help
     85      Look for processes by name.
    5186
    5287config PIDOF
    5388    bool "pidof"
    54     default n
     89    default y
    5590    help
    5691      Pidof finds the process id's (pids) of the named programs. It prints
     
    5994config FEATURE_PIDOF_SINGLE
    6095    bool "Enable argument for single shot (-s)"
    61     default n
     96    default y
    6297    depends on PIDOF
    6398    help
     
    66101config FEATURE_PIDOF_OMIT
    67102    bool "Enable argument for omitting pids (-o)"
    68     default n
     103    default y
    69104    depends on PIDOF
    70105    help
     
    73108      of the pidof, in other words the calling shell or shell script.
    74109
     110config PKILL
     111    bool "pkill"
     112    default y
     113    help
     114      Send signals to processes by name.
     115
    75116config PS
    76117    bool "ps"
     118    default y
     119    help
     120      ps gives a snapshot of the current processes.
     121
     122config FEATURE_PS_WIDE
     123    bool "Enable wide output option (-w)"
     124    default y
     125    depends on PS
     126    help
     127      Support argument 'w' for wide output.
     128      If given once, 132 chars are printed, and if given more
     129      than once, the length is unlimited.
     130
     131config FEATURE_PS_TIME
     132    bool "Enable time and elapsed time output"
     133    default y
     134    depends on PS && DESKTOP && PLATFORM_LINUX #sysinfo()
     135    help
     136      Support -o time and -o etime output specifiers.
     137
     138config FEATURE_PS_ADDITIONAL_COLUMNS
     139    bool "Enable additional ps columns"
     140    default y
     141    depends on PS && DESKTOP
     142    help
     143      Support -o rgroup, -o ruser, -o nice output specifiers.
     144
     145config FEATURE_PS_UNUSUAL_SYSTEMS
     146    bool "Support Linux prior to 2.4.0 and non-ELF systems"
    77147    default n
    78     help
    79       ps gives a snapshot of the current processes.
    80 
    81 config FEATURE_PS_WIDE
    82     bool "Enable argument for wide output (-w)"
    83     default n
    84     depends on PS
    85     help
    86       Support argument 'w' for wide output.
    87       If given once, 132 chars are printed and given more than
    88       one, the length is unlimited.
     148    depends on FEATURE_PS_TIME
     149    help
     150      Include support for measuring HZ on old kernels and non-ELF systems
     151      (if you are on Linux 2.4.0+ and use ELF, you don't need this)
    89152
    90153config RENICE
    91154    bool "renice"
    92     default n
     155    default y
    93156    help
    94157      Renice alters the scheduling priority of one or more running
     
    97160config BB_SYSCTL
    98161    bool "sysctl"
    99     default n
     162    default y
    100163    help
    101164      Configure kernel parameters at runtime.
     
    103166config TOP
    104167    bool "top"
    105     default n
     168    default y
    106169    help
    107170      The top program provides a dynamic real-time view of a running
     
    109172
    110173config FEATURE_TOP_CPU_USAGE_PERCENTAGE
    111     bool "Show CPU per-process usage percentage (adds 2k bytes)"
     174    bool "Show CPU per-process usage percentage"
    112175    default y
    113176    depends on TOP
    114177    help
    115178      Make top display CPU usage for each process.
     179      This adds about 2k.
    116180
    117181config FEATURE_TOP_CPU_GLOBAL_PERCENTS
    118     bool "Show CPU global usage percentage (adds 0.5k bytes)"
     182    bool "Show CPU global usage percentage"
    119183    default y
    120184    depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
    121185    help
    122186      Makes top display "CPU: NN% usr NN% sys..." line.
     187      This adds about 0.5k.
     188
     189config FEATURE_TOP_SMP_CPU
     190    bool "SMP CPU usage display ('c' key)"
     191    default y
     192    depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS
     193    help
     194      Allow 'c' key to switch between individual/cumulative CPU stats
     195      This adds about 0.5k.
    123196
    124197config FEATURE_TOP_DECIMALS
    125     bool "Show 1/10th of a percent in CPU/mem statistics (adds 0.3k bytes)"
    126     default n
     198    bool "Show 1/10th of a percent in CPU/mem statistics"
     199    default y
    127200    depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
    128201    help
    129202      Show 1/10th of a percent in CPU/mem statistics.
     203      This adds about 0.3k.
     204
     205config FEATURE_TOP_SMP_PROCESS
     206    bool "Show CPU process runs on ('j' field)"
     207    default y
     208    depends on TOP
     209    help
     210      Show CPU where process was last found running on.
     211      This is the 'j' field.
     212
     213config FEATURE_TOPMEM
     214    bool "Topmem command ('s' key)"
     215    default y
     216    depends on TOP
     217    help
     218      Enable 's' in top (gives lots of memory info).
     219
     220config FEATURE_SHOW_THREADS
     221    bool "Support for showing threads in ps/top"
     222    default y
     223    depends on PS || TOP
     224    help
     225      Enables ps -T option and 'h' command in top
    130226
    131227config UPTIME
    132228    bool "uptime"
    133     default n
     229    default y
     230    depends on PLATFORM_LINUX #sysinfo()
    134231    help
    135232      uptime gives a one line display of the current time, how long
     
    139236config WATCH
    140237    bool "watch"
    141     default n
    142     #huh?? select DATE
     238    default y
    143239    help
    144240      watch is used to execute a program periodically, showing
    145241      output to the screen.
    146242
    147 
    148243endmenu
    149 
Note: See TracChangeset for help on using the changeset viewer.