Changeset e2ea8d7e in mainline for uspace/app/bdsh/cmds/modules/README


Ignore:
Timestamp:
2008-08-27T05:36:12Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b4b7b6
Parents:
b510d52
Message:

Housekeeping list, complete lingering things before they get forgotten:

  • cli_*() now sets a global cli_errno, error functions cleaned up
  • Finish internal cli_*() functions in util.c
  • Don't expose cli_init() or cli_finit()
  • Get rid of unused globals
  • Don't set globals in commands themselves
  • Update README files
  • Fix stale comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/README

    rb510d52 re2ea8d7e  
    1 Modules are commands or full programs (anything can be made into a module that can return
    2 int type) should go here. Note, modules do not update the structures containing user info
    3 such as the working directory, euid, etc.
     1Modules are commands or full programs (anything can be made into a module
     2that can return int type) should go here. Note, modules do not (can not)
     3update or read cliuser_t.
    44
    5 Stuff that needs to write to the user structures contained in scli.h should be made as
    6 built-in commands, not modules.
     5Stuff that needs to write to the user structures contained in scli.h should
     6be made as built-in commands, not modules, but there are very few times when
     7you would want to do that.
     8
     9See the README file in the bdsh root directory for a quick overview of how to
     10write a new command, or convert an existig stand-alone program into a module
     11for BDSH.
    712
    813
     14
     15
Note: See TracChangeset for help on using the changeset viewer.