Changes between Version 11 and Version 12 of UsersGuide/CommandReference


Ignore:
Timestamp:
2012-04-27T10:11:03Z (12 years ago)
Author:
Jiri Svoboda
Comment:

Add some missing apps

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/CommandReference

    v11 v12  
    3535|| app || `devctl` || Device driver framework (DDF) administration ||
    3636|| app || `edit` || Text Editor ||
     37|| app || `ext2info` || Dump information from an ext2 file system ||
    3738|| app || `getterm` || Run command on a specified virtual console ||
     39|| app || `inetcfg` || Configure internet service (IP addresses, etc.) ||
    3840|| app || `init` || Initialize the operating system ||
    39 || app || `locinfo` || Print data from location service ||
    4041|| app || `kill` || Kill a task by TID ||
    4142|| app || `killall` || Kill tasks whose name matches pattern ||
    4243|| app || `klog` || Print and follow contents of kernel log ||
     44|| app || `locinfo` || Print data from location service ||
     45|| app || `lsusb` || List connected USB devices ||
     46|| app || `mkexfat` || Create empty exFAT file system ||
     47|| app || `mkbd` || Receive and print multimedia key presses ||
    4348|| app || `mkfat` || Create empty FAT file system ||
     49|| app || `mkmfs` || Create empty MINIX file system ||
    4450|| app || `netecho` || Socket-based TCP/UDP echo server ||
    4551|| app || `nettest1` || Socket-based TCP/UDF test app ||
    4652|| app || `nettest2` || Socket-based TCP/UDP test app ||
     53|| app || `nettest3` || Socket-based TCP test app ||
    4754|| app || `ping` || ICMP ping utility ||
    4855|| app || `redir` || Run command with standard input, output, error output redirected to files ||
    4956|| app || `sbi` || Interpreter of Sysel programming language ||
     57|| app || `sportdmp` || Dump data from serial port ||
    5058|| app || `stats` || List tasks, threads, CPUs ||
    5159|| app || `sysinfo` || Print entries from kernel sysinfo tree ||
    5260|| app || `taskdump` || Dump core, stack trace from a task ||
    5361|| app || `tester` || Run various unit tests ||
     62|| app || `testread` || Benchmark speed of reading from a file ||
    5463|| app || `tetris` || Fork of BSD Tetris game ||
    5564|| app || `top` || Monitor which tasks consume most resources ||
    5665|| app || `trace` || Trace system calls made by a task ||
    57 || app || `websrv` || Web server stub ||
     66|| app || `usbinfo` || Display information about USB device ||
     67|| app || `vuhid` || Virtual USB HID provider (for testing USB HID driver) ||
     68|| app || `websrv` || Trivial web server ||
    5869|| srv || `adb_ms` || Apple Desktop Bus mouse driver ||
    5970|| srv || `apic` || APIC interrupt controller driver ||