Monday 22 June 2009
[fsmounting] Status
By stacktic on Monday 22 June 2009, 09:44 - GSoC 2009
The report is available here.
Wednesday 22 April 2009
GSoC2009 - Projects selected
By stacktic on Wednesday 22 April 2009, 20:25 - GSoC 2009
My project (Generic file system mounting) has been accepted by The NetBSD Project to participate to the Google Summer of Code 2009.
I am happy to be mentored by Antti Kantee (who in fact is still mentoring me on the GSoC 2008 project ;). The fs-utils source code is now available via the othersrc module in the NetBSD official cvs repository.
Friday 3 October 2008
[fs-utils] package
By stacktic on Friday 3 October 2008, 17:08 - NetBSD
If you experience this problem :
You can resolve it by installing a new userland build from the source from September 3rd (20080903) or newer.
cc1: warnings being treated as errors rump_syspuffs.c: In function 'mount_syspuffs_parseargs': rump_syspuffs.c:164: warning: implicit declaration of function 'syspuffs_glueinit'
You can resolve it by installing a new userland build from the source from September 3rd (20080903) or newer.
Saturday 20 September 2008
[fs-utils] Package released
By stacktic on Saturday 20 September 2008, 20:47 - NetBSD
It is now in pkgsrc.
If you want to add fs-utils to your pkgsrc you just have to do :
# cvs
-d:pserver:anonymous@netbsd-soc.cvs.sourceforge.net:/cvsroot/netbsd-soc
login (Password: just press ENTER)
# cd /usr/pkgsrc/misc
# cvs -z3
-d:pserver:anonymous@netbsd-soc.cvs.sourceforge.net:/cvsroot/netbsd-soc co -d
fs-utils -P fs-utils/pkg
Now you can do a "make install".
Update: You can get the pkgsrc files here
(20080925) and the whole package here
(20080925).
Monday 15 September 2008
[fs-utils] The end of GSoC 2008
By stacktic on Monday 15 September 2008, 21:45 - GSoC 2008
The GSoC 2008 ended with a success rate of about 83%.
I would like to thank my mentor (Antti aka pooka@) for helping me to make this SoC successful and for coming to Lille. However, I'm sorry because I'm going to bother him a bit longer ;)
As you might have understood, the end of this SoC does not mean the end of
the project and I am still working on it.
I will also continue to work for The NetBSD Foundation and take up my duties as
an official NetBSD developper :D
Sunday 10 August 2008
[fs-utils] Suggested pencils down day approaching
By stacktic on Sunday 10 August 2008, 22:53 - GSoC 2008
Tomorrow is the suggested pencils down day.
I have just updated the code and webpage to release a version that works with RUMP/UKFS, which are now parts of the base system :)
I have done some more cleanup (but there are no visible modifications on the user side). The user can now play with an image without having to specify its type.
Those who want to go deeper can also have fun with mounting options.
I have just updated the code and webpage to release a version that works with RUMP/UKFS, which are now parts of the base system :)
I have done some more cleanup (but there are no visible modifications on the user side). The user can now play with an image without having to specify its type.
Those who want to go deeper can also have fun with mounting options.
Friday 25 July 2008
[fs-utils] Another release of the source code
By stacktic on Friday 25 July 2008, 19:58 - GSoC 2008
This release adds :
- fsu_fts library (fts altered to run with ukfs)
- Some tests
- Fixed some bugs
Tuesday 22 July 2008
[fs-utils] Status
By stacktic on Tuesday 22 July 2008, 18:15 - GSoC 2008
I have released a second version of fs-utils with some more functionnalities
:
- redirection of output's commands to a file
- external command
- support of commands separated by &&, || and ;
- file system detection (not all file systems are supported)
Thursday 10 July 2008
[fs-utils] Code released !
By stacktic on Thursday 10 July 2008, 09:52 - GSoC 2008
I committed my code to the sourceforge's CVS yesterday. A tarball is also
available.
More information here .
More information here .
Sunday 6 July 2008
[fs-utils] mid-term evaluation is approaching
By stacktic on Sunday 6 July 2008, 17:10 - GSoC 2008
A brief report of this week:
- updated flist (the library which builds the linked-list of files):
- removed the limitation of the path length
- added an option to pre-order the list
- added the du command
- updated some manpages
- wrote the history of the project
- sent the latest version of the code to my mentor on Friday
Monday 16 June 2008
[fs-utils] Status (Updated July 2, 2008)
By stacktic on Monday 16 June 2008, 11:07 - GSoC 2008
The following programs and options have been implemented :
A proof of concept of the command console tool has also been written.
Edit July 2, 2008 : Added touch and diff options.
| Program | Options |
|---|---|
| cat | b, e, n, s, t, v |
| chflags | h, R, v |
| chmod | h, R, v |
| chown | h, R, v |
| cp | P, R, v |
| diff | R |
| ln | f, h, i, n, s, v |
| ls | A, a, c, F, l, n, p, R, r, S, T, t, u |
| mkdir | p |
| mkfifo | m |
| mknod | F, g, R, r, m, u |
| mv | i, v |
| rm | R, r, v |
| rmdir | p |
| touch | a, c, h, m, r, t |
Edit July 2, 2008 : Added touch and diff options.
Thursday 1 May 2008
Google Summer of Code 2008 - The NetBSDProject : File system access utilities
By stacktic on Thursday 1 May 2008, 14:53 - GSoC 2008
My project has been accepted by The NetBSD Project to participate to the Google Summer of Code 2008.