Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - make it work with MacOSX. Closes #1252 | Bernhard Reutner-Fischer | 2007-03-20 | 1 | -2/+3 |
| | |||||
* | - use makedev to get device number, else it gives wrong major/minor numbers ↵ | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -2/+2 |
| | | | | | | to devices files on systems which use big device numbers. Closes #919 | ||||
* | try to make sure results actually make it to disk | Eric Andersen | 2006-04-11 | 1 | -0/+2 |
| | |||||
* | - fix check for group and user (untested..) | Bernhard Reutner-Fischer | 2005-12-21 | 1 | -2/+2 |
| | |||||
* | Fixup standalong makedevs to handle regular files, and also fix | Eric Andersen | 2005-07-18 | 1 | -1/+32 |
| | | | | it to properly update file permissions as specified. | ||||
* | minor cleanups | Eric Andersen | 2005-06-24 | 1 | -45/+54 |
| | |||||
* | Finish implementing fakeroot handling so mksquashfs properly | Eric Andersen | 2005-06-24 | 1 | -23/+35 |
| | | | | | inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively. | ||||
* | Add a standalone makedevs application to be used along with | Eric Andersen | 2005-06-09 | 1 | -0/+479 |
fakeroot to construct target device nodes for filesystems and utilities (such as tar) that do not currently support device tables natively. |