login: re-enable Ctrl-^C before execing shell.
[oweals/busybox.git] / util-linux /
2006-10-28 Denis Vlasenkols: cleanup part 1
2006-10-27 Denis VlasenkoOFF_T_FMT -> OFF_FMT
2006-10-27 Denis Vlasenkotop: batch mode should output all processes
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-26 Denis Vlasenkomount: use switch (compare_string_array(..))
2006-10-26 Denis Vlasenkoxconnect is non-conforming to "xfunc like libc" rule...
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-25 Denis Vlasenkouse skip_whitespace where appropriate
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-16 Denis Vlasenkomount: support user mounts if CONFIG_DESKTOP
2006-10-16 Denis Vlasenkomdev: reduce excessive indentation
2006-10-14 Denis Vlasenkofdisk: compilation fix
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkocut, mount: small improvements
2006-10-12 Denis Vlasenkofdisk: separate sun/aix/etc code into #included files
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-05 Denis Vlasenkoeject: -T fix
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkofdformat: remove redundant check
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-10-02 Denis Vlasenkomount: accept and ignore -s (sloppy) option.
2006-09-30 Denis Vlasenkofbset: store short string in the structure itself inste...
2006-09-30 Denis Vlasenkofbset: add support for -a (bug 1017)
2006-09-29 Denis Vlasenkolosetup: use /dev/loopN or /dev/loop/N according to...
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-29 Denis Vlasenkomount: fix bug 946 (mount -f should update mtab)
2006-09-27 Denis Vlasenkolosetup: with no arguments lists all /dev/loopN. Correc...
2006-09-24 Denis Vlasenkomount: fix breakage from recent changes (spurious ...
2006-09-23 Denis Vlasenkohexdump: fixlet for my breakage
2006-09-23 Denis Vlasenkohexdump: deindent, almost fits into 80 columns now
2006-09-22 Denis Vlasenkolosetup: getopt_ulflags'ification + small fix for perro...
2006-09-22 Denis Vlasenkogetopt: fix whitespace damage
2006-09-22 Denis Vlasenkoreadprofile: getopt_ulflags'isation
2006-09-22 Denis Vlasenkoipcs: fix my recent breakage
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-09-21 Denis Vlasenkomount: nfs mount should enable bb_error-to-syslog support
2006-09-21 Denis Vlasenkomount: make Rob happy by reinstating #defines
2006-09-19 Denis Vlasenkoipcs: fix output (misaligned columns)
2006-09-19 Denis Vlasenkoipcs: getopt_ulflag'ification, -170 bytes
2006-09-19 Denis Vlasenkomount: fstabname needs to be const char*
2006-09-19 Denis Vlasenkomount: fix warning (printf field width of * wants int...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-17 Denis Vlasenkomount: style fixlet
2006-09-17 Denis Vlasenkomount: revert mount --bind to using "bind" as fstype.
2006-09-17 Denis Vlasenkomount: mount_it_now() - char *dir is not really needed.
2006-09-17 Denis Vlasenkomount: fix "duplicate mount options in mtab" bug
2006-09-17 Denis Vlasenkomount: nfs_strerror's static buffer was bigger than...
2006-09-17 Denis Vlasenkomount: getopt_ulflag'ification
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-17 Denis Vlasenkomount: fix bugs: free(mp->mnt_fsname) of non-malloced...
2006-09-17 Denis Vlasenkomount: use bb_simplify_path as appropriate
2006-09-17 Denis Vlasenkomount: style fixes
2006-09-15 Denis Vlasenkomount: reorder things, fix NFS-less mount.
2006-09-14 Denis Vlasenkoumount: do not try to close FILE* which is NULL.
2006-09-14 Denis Vlasenkomount: -o remount should not add lines to /etc/mtab
2006-09-14 Denis Vlasenkomount: move code from nfsmount.c into mount.c
2006-09-14 Denis Vlasenkomount: fix mtab support (but it is still rather buggy)
2006-09-14 Rob LandleyMore code from kernel developers, and therefore license...
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-11 Denis Vlasenkonfsmount: sanitize it. It had a rather peculiar idea...
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-09-10 Denis Vlasenkonfsmount: remove some really old code (for kernels...
2006-09-10 Denis Vlasenkonfsmount: delete nfsmount.h
2006-09-10 Denis Vlasenkonfsmount: nfsmount.h merged into nfsmount.c
2006-09-10 Denis Vlasenkonfsmount: style fix
2006-09-10 Denis Vlasenkoipcs: silly trick with strings. saves ~200 bytes.
2006-09-08 Rob LandleyA quick cleanup pass of some low-hanging mess.
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-05 Rob LandleyVladimir Dronnikov (ybrnj80 at yandex dot ru) pointed...
2006-09-04 Rob LandleyThinko.
2006-09-01 Rob LandleyVladimir Dronnikov also submitted a CIFS support patch...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-17 Rob LandleyThe kernel can't handle umount /dev/hdc, we have to...
2006-08-10 Rob LandleyPatch from Chris Steel to fix mdev deleting device...
2006-08-09 Rob LandleyVladimir Dronnikov convinced me to twiddle the semantic...
2006-08-08 Rob LandleyFix a typo (|| instead of |) and remove two comments...
2006-08-08 Rob LandleyAdd shared subtree support, suggested by Vladimir Dronn...
2006-08-08 Rob LandleyUsing lstat() instead of stat() means that attempting...
2006-08-06 Rob LandleyMake a warning go away on 64-bit systems.
2006-08-04 Rob LandleyThere are a number of reasons for reinventing printf...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyFix umount so loop device disassociation hopefully...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-27 Rob LandleyAdd back in non-ifdef version of FEATURE_PRETTY_PRINT...
2006-07-27 Rob LandleyThere's no excuse for adding new #ifdefs to the code...
2006-07-27 Mike Frysingerallow people to display dmesg output without syslog...
2006-07-27 Mike Frysingerde-cuddle if( to if (
2006-07-16 Rob LandleyNew mkswap. Small and simple. Might even work. :)
2006-07-06 Rob LandleyFix three embarassing thinkos in the new dmesg.c:
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove "#if 0" content.
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-30 Mike Frysingerfix from Kolbjørn Barmen for building for m68k targets
next