git: fsid - Add to tree but don't build

看板DFBSD_commit作者時間15年前 (2010/11/20 09:33), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit c5b3c68114800c36edd0ad47c496755e32670849 Author: Alex Hornung <ahornung@gmail.com> Date: Mon Nov 15 17:57:19 2010 +0000 fsid - Add to tree but don't build * Add 'fsid', a proof-of-concept for now that reads volume names from hammer and ufs volumes (so far) and creates links to the devices with fs volumes in a /dev directory. Summary of changes: sbin/fsid/Makefile | 6 ++ sbin/fsid/fsid.c | 255 ++++++++++++++++++++++++++++++++++++++++++++++++++++ sbin/fsid/fsid.h | 66 ++++++++++++++ sbin/fsid/hammer.c | 100 ++++++++++++++++++++ sbin/fsid/ufs.c | 107 ++++++++++++++++++++++ 5 files changed, 534 insertions(+), 0 deletions(-) create mode 100644 sbin/fsid/Makefile create mode 100644 sbin/fsid/fsid.c create mode 100644 sbin/fsid/fsid.h create mode 100644 sbin/fsid/hammer.c create mode 100644 sbin/fsid/ufs.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c5b3c68114800c36edd0ad47c496755e32670849 -- DragonFly BSD source repository
文章代碼(AID): #1CvoLdli (DFBSD_commit)