Subversion Repositories HelenOS

Rev

Rev 3265 | Rev 3366 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3265 Rev 3346
1
Modules are commands or full programs (anything can be made into a module that can return
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
2
int type) should go here. Note, modules do not update the structures containing user info
3
such as the working directory, euid, etc.
3
such as the working directory, euid, etc.
4
 
4
 
5
Stuff that needs to write to the user structures contained in scli.h should be made as
5
Stuff that needs to write to the user structures contained in scli.h should be made as
6
built-in commands, not modules.
6
built-in commands, not modules.
7
 
7
 
8
 
8
 
9
 
9