- e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
- 7765095 mount: pass NULL, not "", as "data" to mount syscall if we have no opts by Alexander Shishkin · 14 years ago
- 16cc80e crc32: cleanups, no code changes by Denys Vlasenko · 14 years ago
- 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
- b507cc3 powertop: new applet by Marek Polacek · 14 years ago
- ccb0704 fdisk: initial stab at GPT partition support by Kevin Cernekee · 14 years ago
- ba04337 umount: I forgot to change another PATH_MAX to 4096 by Denys Vlasenko · 14 years ago
- 07b1c6e umount: do not (ab)use PATH_MAX as mntent buffer size by Denys Vlasenko · 14 years ago
- 54779a4 mount: code shrink (-81 bytes) by Alexander Shishkin · 14 years ago
- f04ca74 dmesg: more correct skipping of <N>; use faster putchar for most output by Denys Vlasenko · 14 years ago
- ccb7a43 acpid: add config file and map file by Souf Oued · 14 years ago
- f38b912 Again fix license line format by Denys Vlasenko · 14 years ago
- 571c5ab blockdev: code shrink by Denys Vlasenko · 14 years ago
- a35dfe6 blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes. by Denys Vlasenko · 14 years ago
- 3d4a8f8 made 3 license strings to follow the usual form ("or later" bit is not changed!) by Denys Vlasenko · 14 years ago
- 264bdad blockdev: -2 bytes by Denys Vlasenko · 14 years ago
- b4e6b41 tweak blockdev's help text by Denys Vlasenko · 14 years ago
- 289aff8 blockdev: new applet by Sergey Naumov · 14 years ago
- 8d3e225 libbb: add xfstat function by Denys Vlasenko · 14 years ago
- 4e7dd3c mkswap: clear 1st kilobyte. Closes bug 1831 by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- f2860bf mdev: fix non-working device deletion, add a test for that by Denys Vlasenko · 14 years ago
- 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- 1fbaf3a fdisk: Add support for NDS32 architecture. by Macpaul Lin · 14 years ago
- 81d9e60 Set HWCLOCK_ADJTIME_FHS to off by default by Denys Vlasenko · 14 years ago
- f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
- 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
- 0e45066 util-linux: move VOLUMEID to a submenu by Denys Vlasenko · 14 years ago
- 6af732b acpid: old kernel headers compat by Denys Vlasenko · 14 years ago
- d8b989f more: style fix. no code changes by Denys Vlasenko · 14 years ago
- 8f65b0c whitespace fixes by Denys Vlasenko · 14 years ago
- 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
- 7c1b2b5 losetup: use LOOP_foo defines by Lauri Kasanen · 14 years ago
- fa1b370 mount: fix a case when sometimes error message is not printed by Denys Vlasenko · 14 years ago
- dd8adde *: introduce and use bb_unsetenv_and_free by Denys Vlasenko · 14 years ago
- fc6f6e9 rev: new applet by Marek Polacek · 14 years ago
- b87c17c *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway by Denys Vlasenko · 14 years ago
- eafc695 Allow CONFIG_VOLUMEID to be turned off by Dan Fandrich · 14 years ago
- 8f599f9 mkfs_ext2: improve comments a bit by Denys Vlasenko · 14 years ago
- 5070124 mkfs_ext2: reuse string by Bernhard Reutner-Fischer · 14 years ago
- cd5aa5c mkfs_ext2: fix handling of -I argument by Bernhard Reutner-Fischer · 14 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
- b82b34e modprobe: add support for -l and -s. Remove some unsupported options by Pascal Bellard · 15 years ago
- 161bb8f fix a few goofs uncovered by "make allnoconfig" testing by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
- 8878c24 mkfs_vfat: fix gcc-4.4 warning by Denys Vlasenko · 15 years ago
- ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
- dc1fd2e mount: handle EDQUOT > 255 properly. closes bug 1579 by Denys Vlasenko · 15 years ago
- 9251014 losetup: support /dev/loop10 and higher. closes bug 1627 by Denys Vlasenko · 15 years ago
- 6774386 tune2fs: move to e2fsprogs by Denys Vlasenko · 15 years ago
- d2844fc swapon: skip noauto entries by Lauri Kasanen · 15 years ago
- 375a8ef mount: add an optional capability to create new /dev/loopN as needed by Lauri Kasanen · 15 years ago
- 60f659f hwclock: improve, and then disable clever sync code: it's bloat by Denys Vlasenko · 15 years ago
- 1854bc1 hexdump: make -s 0xNNNNN work by Denys Vlasenko · 15 years ago
- f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
- fcad768 fdisk: make comment more clear by Denys Vlasenko · 15 years ago
- d958e90 fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cylinders by Denys Vlasenko · 15 years ago
- 5ea1de2 fdisk: code shrink without logic changes by Denys Vlasenko · 15 years ago
- ccd1efc cosmetic fixes, no code changed by Denys Vlasenko · 15 years ago
- b38af7b mdev: add "!" syntax support by Denys Vlasenko · 15 years ago
- 345e093 fix Config.in tab usage by Denys Vlasenko · 15 years ago
- fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- 1c3f117 lsusb: 2.6.32 compat by Souf Oued · 15 years ago
- 4f0408b flock: should not be selected by default by Denys Vlasenko · 15 years ago
- 892d4b6 flock: new applet by Timo Teras · 15 years ago
- 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
- 8d4a8d1 mdev: fix a trivial SEGV by Denys Vlasenko · 15 years ago
- 88aa558 *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR by Denys Vlasenko · 15 years ago
- 9906933 *: gethostname-related fixes by Denys Vlasenko · 15 years ago
- 64bb95a mdev: fix subsystem passing (new kernels broke it again) - bugs 639, 721. by Denys Vlasenko · 15 years ago
- bf1d347 fdisk: do not treat names ending in '0' as partitions by Denys Vlasenko · 15 years ago
- 73ccd0c volume_id/linux_swap: detect suspended image signatures too by Vladimir Dronnikov · 15 years ago
- b741cd2 whitespace fix by Denys Vlasenko · 15 years ago
- 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
- 12ca080 *: eliminate more aliasing warnings by Denys Vlasenko · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- baad6d8 mkfs_ext2: fix bad comment. no code changes by Denys Vlasenko · 15 years ago
- 40e7d25 mkXXXX: unify [KBYTES] parameter handling (added it to mkswap) by Denys Vlasenko · 15 years ago
- 083e172 style fixes, no code changes by Denys Vlasenko · 15 years ago
- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
- 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
- 24dc9ab fbset: add possibility to set timing and sync polarity by Michael Grzeschik · 15 years ago
- cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
- dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
- 053ffee hwclock: tiny tweak in comment by Denys Vlasenko · 15 years ago
- 0c58cc7 hwclock: make commented-out code compilable by Denys Vlasenko · 15 years ago
- 6959f6b hwclock: disable time diff code; ntpd -S script: do not wait for completion by Denys Vlasenko · 15 years ago
- 5e3b140 hwclock: make it report system/rtc clock difference by Denys Vlasenko · 15 years ago
- 695fa51 hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exact by Denys Vlasenko · 15 years ago
- 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
- cc42814 mount: dont include NFS headers if not needed; drop support for Linux <2.2.0 by Denys Vlasenko · 15 years ago
- b7a0e13 mount: fix goof in last commit; clear errno since we use perror_msg later by Denys Vlasenko · 15 years ago
- cb37637 switch_root: more clear error messages by Denys Vlasenko · 15 years ago
- 4e60f30 mount: if we mount //host/xxx, add ip=IPADDR to options by Denys Vlasenko · 15 years ago
- a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
- 8656676 mount: "already mounted" msg appears only if -v by Denys Vlasenko · 15 years ago