hwclock: fix wrong comparison of time value (when it will overlow int)
[oweals/busybox.git] / util-linux /
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-08-11 Macpaul Linfdisk: Add support for NDS32 architecture.
2010-08-10 Denys VlasenkoSet HWCLOCK_ADJTIME_FHS to off by default
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-07-18 Jeremie Koenigmark Linux-specific configuration options
2010-07-14 Denys Vlasenkoutil-linux: move VOLUMEID to a submenu
2010-07-12 Denys Vlasenkoacpid: old kernel headers compat
2010-07-12 Denys Vlasenkomore: style fix. no code changes
2010-07-06 Denys Vlasenkowhitespace fixes
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-07-03 Lauri Kasanenlosetup: use LOOP_foo defines
2010-06-27 Denys Vlasenkomount: fix a case when sometimes error message is not...
2010-06-24 Denys Vlasenko*: introduce and use bb_unsetenv_and_free
2010-06-22 Marek Polacekrev: new applet
2010-06-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-06-18 Denys Vlasenko*: stop defining _GNU_SOURCE in source files, it's...
2010-06-18 Dan FandrichAllow CONFIG_VOLUMEID to be turned off
2010-06-18 Denys Vlasenkomkfs_ext2: improve comments a bit
2010-06-18 Bernhard Reutner... mkfs_ext2: reuse string
2010-06-18 Bernhard Reutner... mkfs_ext2: fix handling of -I argument
2010-06-08 Denys Vlasenko*: add INSERTs to *.src files where appropriate
2010-06-06 Pascal Bellardmodprobe: add support for -l and -s. Remove some unsupp...
2010-06-06 Denys Vlasenkofix a few goofs uncovered by "make allnoconfig" testing
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-06-04 Denys Vlasenkomass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
2010-06-04 Denys Vlasenkomkfs_vfat: fix gcc-4.4 warning
2010-06-02 Denys Vlasenko*: better string sharing
2010-05-19 Denys Vlasenkomount: handle EDQUOT > 255 properly. closes bug 1579
2010-05-18 Denys Vlasenkolosetup: support /dev/loop10 and higher. closes bug...
2010-05-08 Denys Vlasenkotune2fs: move to e2fsprogs
2010-04-29 Lauri Kasanenswapon: skip noauto entries
2010-04-14 Lauri Kasanenmount: add an optional capability to create new /dev...
2010-04-14 Denys Vlasenkohwclock: improve, and then disable clever sync code...
2010-04-06 Denys Vlasenkohexdump: make -s 0xNNNNN work
2010-04-06 Denys Vlasenkolibbb: add skip_dev_pfx()
2010-04-06 Denys Vlasenkofdisk: make comment more clear
2010-04-06 Denys Vlasenkofdisk: make 'b' command optionally adjust C/H/S; "fdisk...
2010-04-06 Denys Vlasenkofdisk: code shrink without logic changes
2010-04-03 Denys Vlasenkocosmetic fixes, no code changed
2010-04-02 Denys Vlasenkomdev: add "!" syntax support
2010-03-31 Denys Vlasenkofix Config.in tab usage
2010-03-26 Jérémie KoenigHurd compat fixes. Mostly dealing with absent PATH_MAX
2010-03-23 Denys Vlasenko*: merge some common strings
2010-03-23 Souf Ouedlsusb: 2.6.32 compat
2010-03-21 Denys Vlasenkoflock: should not be selected by default
2010-03-18 Timo Terasflock: new applet
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-03-16 Denys Vlasenkomdev: fix a trivial SEGV
2010-03-02 Denys Vlasenko*: do not check for POLLIN/POLLOUT only, just in case...
2010-02-27 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-02-27 Denys Vlasenko*: gethostname-related fixes
2010-02-24 Denys Vlasenkomdev: fix subsystem passing (new kernels broke it again...
2010-02-24 Denys Vlasenkofdisk: do not treat names ending in '0' as partitions
2010-02-08 Vladimir Dronnikovvolume_id/linux_swap: detect suspended image signatures too
2010-02-06 Denys Vlasenkowhitespace fix
2010-02-05 Denys Vlasenko*: fix 1/4 remaining aliasing warnings
2010-02-04 Denys Vlasenko*: eliminate more aliasing warnings
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-02-02 Denys Vlasenkomkfs_ext2: fix bad comment. no code changes
2010-02-01 Denys VlasenkomkXXXX: unify [KBYTES] parameter handling (added it...
2010-01-28 Denys Vlasenkostyle fixes, no code changes
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2010-01-25 Denys Vlasenkowhitespace fixes
2010-01-24 Denys Vlasenkorandomconfig fixes
2010-01-23 Michael Grzeschikfbset: add possibility to set timing and sync polarity
2010-01-12 Denys Vlasenko*: add/remove safe_, it seems we had a few incorrect...
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-07 Denys Vlasenkohwclock: tiny tweak in comment
2010-01-07 Denys Vlasenkohwclock: make commented-out code compilable
2010-01-07 Denys Vlasenkohwclock: disable time diff code; ntpd -S script: do...
2010-01-06 Denys Vlasenkohwclock: make it report system/rtc clock difference
2010-01-06 Denys Vlasenkohwclock: fix sizeof bug (used it on pointer, not array...
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-12-16 Denys Vlasenkomount: dont include NFS headers if not needed; drop...
2009-12-15 Denys Vlasenkomount: fix goof in last commit; clear errno since we...
2009-12-15 Denys Vlasenkoswitch_root: more clear error messages
2009-12-15 Denys Vlasenkomount: if we mount //host/xxx, add ip=IPADDR to options
2009-12-11 Denys Vlasenkowget: check for close success; fix chunked; do not...
2009-12-10 Denys Vlasenkomount: "already mounted" msg appears only if -v
2009-12-07 Souf Ouedlsusb: new applet. +400 bytes
2009-12-05 Souf Ouedlspci: new applet. +573 bytes
2009-12-05 Denys Vlasenkomount: prevent second mount -a from mounting everything...
2009-12-04 Michael Abbottmount: add support for -O list. +44 bytes
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2009-11-21 Denys Vlasenkomount: clean up #defines. No code changes
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-07 Denys Vlasenkomdev: print line# in error messages
2009-11-07 Denys Vlasenkobig endian warning fixes
2009-11-03 Denys Vlasenkomkfs_vfat: fixes for large image cases
2009-11-03 Denys Vlasenkomkswap: add -L LABEL option. closes bug 689.
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-11-02 Vladimir Dronnikovmkfs.reiser: new applet. needs much polishing
2009-11-01 Denys Vlasenkobtrfs.c: check first two superblocks, for additional...
2009-11-01 Denys Vlasenkovolume_id: add FAST_FUNC where appropriate
2009-11-01 Vladimir Dronnikovvolume_id: add support for btrfs
2009-11-01 Denys Vlasenkomdev: do not die on mknod errors
2009-10-29 Denys Vlasenko*: random code shrink
2009-10-27 Bernhard Reutner... mdev: adjust error message
2009-10-27 Bernhard Reutner... mdev: handle string modes
next