Changes in / [5c96b2a:21300a2] in mainline
- Files:
-
- 9 added
- 2 edited
-
.bzrignore (added)
-
boot/Makefile.common (modified) (1 diff)
-
uspace/Makefile (modified) (1 diff)
-
uspace/srv/fs/pipefs/Makefile (added)
-
uspace/srv/fs/pipefs/pipefs.c (added)
-
uspace/srv/fs/pipefs/pipefs.h (added)
-
uspace/srv/fs/pipefs/pipefs_ops.c (added)
-
uspace/srv/hw/netif/ne2000/dp8390_drv.h (added)
-
uspace/srv/hw/netif/ne2000/dp8390_port.h (added)
-
uspace/srv/hw/netif/ne2000/local.h (added)
-
uspace/srv/hw/netif/ne2000/ne2000.h (added)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r5c96b2a r21300a2 97 97 $(USPACE_PATH)/srv/fs/tmpfs/tmpfs \ 98 98 $(USPACE_PATH)/srv/fs/fat/fat \ 99 $(USPACE_PATH)/srv/fs/pipefs/pipefs \ 99 100 $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \ 100 101 $(USPACE_PATH)/srv/taskmon/taskmon \ -
uspace/Makefile
r5c96b2a r21300a2 76 76 srv/fs/tmpfs \ 77 77 srv/fs/devfs \ 78 srv/fs/pipefs \ 78 79 srv/fs/ext2fs \ 79 80 srv/hid/adb_mouse \
Note:
See TracChangeset
for help on using the changeset viewer.
