Some patches
Vladimir Dronnikov
dronnikov at gmail.com
Sun Feb 3 02:10:39 PST 2008
Hello!
I've prepared a set of patches.
1. mkswap: remove unnecessary rewind when getting length of swap device
2. mount: support mount helpers. E.g. mount -t ntfs-3g /dev/hda1 /mnt would
first try to exec ntfs-3g binary and if it fails then try to issue mount(2).
3. new xmklock(char *lock_file_name) function. It dies if lock_file_name
file already exists. Otherwise it creates that file and securely deletes it
on exit.
This function is then used by 2 BB applets: microcom and [send|fetch]mail.
4. microcom: now it properly works on piped stdin. Denys, please consider
applying
5. sendmail: converted to sendmail+fetchmail. The latter simply pulls remote
mailbox content into local Maildir.
Fetchmail is being actively developed so any comments are welcome!
Plz, take a look and make some feedback
--
Vladimir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/busybox/attachments/20080203/0f100b15/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mkswap.patch
Type: application/octet-stream
Size: 507 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20080203/0f100b15/attachment-0005.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mount.patch
Type: application/octet-stream
Size: 870 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20080203/0f100b15/attachment-0006.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mklock.patch
Type: application/octet-stream
Size: 1150 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20080203/0f100b15/attachment-0007.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: microcom.patch
Type: application/octet-stream
Size: 6679 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20080203/0f100b15/attachment-0008.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sendmail.patch
Type: application/octet-stream
Size: 22186 bytes
Desc: not available
Url : http://busybox.net/lists/busybox/attachments/20080203/0f100b15/attachment-0009.obj
More information about the busybox
mailing list