summaryrefslogtreecommitdiffstats
path: root/fs/devfs.c
Commit message (Collapse)AuthorAgeFilesLines
...
* svn_rev_706Sascha Hauer2007-07-051-0/+22
| | | | add file headers
* svn_rev_448Sascha Hauer2007-07-051-0/+8
| | | | add erase
* svn_rev_437Sascha Hauer2007-07-051-2/+4
| | | | use dev_read/dev_write
* svn_rev_420Sascha Hauer2007-07-051-6/+6
| | | | | | | | | | | - do more POSIX: - use DIR instead of struct dirent - use (struct dirent)->d_name instead of (struct dirent)->name - switch to a new layout for U_BOOT_CMD: - use C99 initializers to be able to add more fields to the command struct - add aliases for commands (needed mainly for help -> ? and test -> [ - This is not done for all commands yet, but the compiler will tell you ;)
* svn_rev_369Sascha Hauer2007-07-051-1/+0
| | | | include asm-generic in errno.h instead of all other files
* svn_rev_337Sascha Hauer2007-07-051-1/+4
|
* svn_rev_284Sascha Hauer2007-07-051-0/+122
add devfs