OSDN Git Service

openvt: fix gross mismatch between us and "standard" openvt.
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 27 Mar 2008 16:26:35 +0000 (16:26 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 27 Mar 2008 16:26:35 +0000 (16:26 -0000)
commit95891fc016c9911406cb826540873f0894bcbe8b
tree6bd21013d32cd589946742000c021ad95de61634
parent72b3442aeb948a9f27822d8888df765393b9ecd4
openvt: fix gross mismatch between us and "standard" openvt.
  standard one even has different syntax!
  std: "openvt -c 12", we: "openvt 12"
  std: "openvt top", we: complain that "top" is not a number.
openvt: implement -c -w -s (-l -f -v are also accepted but ingnored)

openvt_main                                          188     343    +155
vfork_child                                            -      67     +67
not_vt_fd                                              -      23     +23
packed_usage                                       23932   23952     +20
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 2/0 up/down: 265/0)             Total: 265 bytes
   text    data     bss     dec     hex filename
 801344     641    7380  809365   c5995 busybox_old
 801617     641    7380  809638   c5aa6 busybox_unstripped
console-tools/openvt.c
include/usage.h
networking/udhcp/script.c