Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-05 | [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | Denis Vlasenko | |
2007-02-04 | mount: (try to) support cifs with IPv6 | Denis Vlasenko | |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko | |
no preceding prototype | |||
2007-01-29 | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko | |
2007-01-22 | dnsd: getfileentry was leaking memory | Denis Vlasenko | |
mount: improve readability | |||
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | |
(will close all fd's > 2 on daemonization now) getty: fix "getty -" support, and also do not try to chown/chmod "-" telnetd: fix "lost ctty" bug Yet another attempt on saner function names: bb_sanitize_server_stdio(0/1) -> bb_sanitize_stdio() + bb_daemonize(); | |||
2006-12-26 | merge post-1.3.0 fixes | Denis Vlasenko | |
2006-12-19 | u_short, ulong exterminated | Denis Vlasenko | |
fdiskXXX: add a bit of sanity (not enough by far) | |||
2006-12-18 | mount: add getmntent_r stub for dietlibc | Denis Vlasenko | |
2006-11-27 | Closing bug 1040: | Denis Vlasenko | |
The "quiet" option is quietly (hah) ignored. It should be passed through to the mount() syscall in the comma separated list of options. I found the problem with the vfat/msdos filesystems, which uses a quiet option to override some complaints and errors. | |||
2006-11-19 | mount: if FILE* is NULL, it's not wise to use it. | Denis Vlasenko | |
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | |
introduce index_in_substr_array and use it in iproute2 | |||
2006-10-26 | mount: use switch (compare_string_array(..)) | Denis Vlasenko | |
where appropriate, saves >100 bytes. | |||
2006-10-25 | use skip_whitespace where appropriate | Denis Vlasenko | |
2006-10-16 | mount: support user mounts if CONFIG_DESKTOP | Denis Vlasenko | |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | |
Renaming... | |||
2006-10-12 | cut, mount: small improvements | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-10-02 | mount: accept and ignore -s (sloppy) option. | Denis Vlasenko | |
needed for compatibility with Linux automounter. | |||
2006-09-29 | mount: fix bug 946 (mount -f should update mtab) | Denis Vlasenko | |
2006-09-24 | mount: fix breakage from recent changes (spurious -ro mounts) | Denis Vlasenko | |
2006-09-21 | mount: make Rob happy by reinstating #defines | Denis Vlasenko | |
2006-09-19 | mount: fstabname needs to be const char* | Denis Vlasenko | |
2006-09-19 | mount: fix warning (printf field width of * wants int, not size_t) | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-09-17 | mount: style fixlet | Denis Vlasenko | |
2006-09-17 | mount: revert mount --bind to using "bind" as fstype. | Denis Vlasenko | |
2006-09-17 | mount: mount_it_now() - char *dir is not really needed. | Denis Vlasenko | |
2006-09-17 | mount: fix "duplicate mount options in mtab" bug | Denis Vlasenko | |
2006-09-17 | mount: nfs_strerror's static buffer was bigger than needed. | Denis Vlasenko | |
2006-09-17 | mount: getopt_ulflag'ification | Denis Vlasenko | |
2006-09-17 | mount: style fixes | Denis Vlasenko | |
2006-09-17 | mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; | Denis Vlasenko | |
check for "more than 2 arguments" was actually checking for -2. | |||
2006-09-17 | mount: use bb_simplify_path as appropriate | Denis Vlasenko | |
2006-09-17 | mount: style fixes | Denis Vlasenko | |
2006-09-15 | mount: reorder things, fix NFS-less mount. | Denis Vlasenko | |
2006-09-14 | mount: -o remount should not add lines to /etc/mtab | Denis Vlasenko | |
2006-09-14 | mount: move code from nfsmount.c into mount.c | Denis Vlasenko | |
2006-09-14 | mount: fix mtab support (but it is still rather buggy) | Denis Vlasenko | |
2006-09-11 | nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" | Denis Vlasenko | |
option - it was going to return a special flag back to caller and expecting caller to call it again with special parameter! Also caller was charged with calling mount() syscall... mount: mtab support was non-functional. Enabling it revealed serious bug which is not fixed yet. | |||
2006-09-10 | nfsmount: nfsmount.h merged into nfsmount.c | Denis Vlasenko | |
2006-09-06 | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | |
automatically by function itself. | |||
2006-09-05 | Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of | Rob Landley | |
his code introduced a bug (an extra backslash in the CIFS mount string). | |||
2006-09-04 | Thinko. | Rob Landley | |
2006-09-01 | Vladimir Dronnikov also submitted a CIFS support patch to mount, which I | Rob Landley | |
heavily reworked here and probably broke. Tomorrow I need to set up a copy of samba to test against. (This compiles, I make no promises beyond that.) | |||
2006-08-09 | Vladimir Dronnikov convinced me to twiddle the semantics of the new shared | Rob Landley | |
subtree stuff to look more like http://lwn.net/Articles/159077/ thinks they should. | |||
2006-08-08 | Fix a typo (|| instead of |) and remove two comments about a problem fixed | Rob Landley | |
in the previous patch. | |||
2006-08-08 | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | Rob Landley | |
few new (unfinished) config options, which I intend to make hidden (but enabled) when CONFIG_NITPICK is disabled. Getting the .config infrastructure to do that is non-obvious, it seems... |