Friday, June 22, 2007

tmpfs added to FreeBSD

A bit more than a year ago, I reported that tmpfs was being ported to FreeBSD from NetBSD (remember that tmpfs was my Google SoC 2005 project and was integrated into NetBSD soon after the program ended). And Juan Romero Pardines has just brought to my attention that tmpfs is already part of FreeBSD-current! This is really cool :-)

The code was imported to FreeBSD-current on the 16th as seen in the commit mail, so I suppose it will be part of the next major version (7.0). I have to thank Rohit Jalan, Howard Su and Glen Leeder for their efforts in this area.

Some more details are given in their TMPFS wiki page.

Edit (June 23): Mentioned where tmpfs is being ported from!

3 comments:

ghen said...

Congratulations Julio, that's a nice reward for your good work!

Now I only wish it'd be backported to NetBSD 3.x as well... ;-)

Julio M. Merino Vidal said...

I attempted yesterday to do a quick try of building tmpfs on netbsd-3 and it failed. Looks like I'd have to undo all the kauth changes to its code and several other new API usages for it to work, and I don't have the time for that at the moment ;-)

ghen said...

Do you think you can have it backported in September? I'd very much like to see tmpfs in NetBSD 3.2. :-)