index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
Age
Commit message (
Expand
)
Author
2007-11-06
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-11-05
swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstaren...
Denis Vlasenko
2007-10-29
mount: size-optimize mount_options[] and nfs_errtbl[]
Denis Vlasenko
2007-10-19
mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com>
Denis Vlasenko
2007-10-14
remove trailing whitespace
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
printf("%s\n") -> puts()
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-09-28
assorted static vars removal
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
style and message text fixes
Denis Vlasenko
2007-09-26
losetup: support -f (Loic Grenie <loic.grenie@gmail.com>)
Denis Vlasenko
2007-09-23
make fdisk compile on libc without llseek64
Denis Vlasenko
2007-09-22
- actually mv microcom.c to miscutils
Bernhard Reutner-Fischer
2007-09-22
move microcom to miscutils
Denis Vlasenko
2007-09-22
- remove some trailing whitespace
Bernhard Reutner-Fischer
2007-09-22
microcom: add copyright/license info
Denis Vlasenko
2007-09-21
microcom: add new applet, this time for real
Denis Vlasenko
2007-09-21
microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>
Denis Vlasenko
2007-09-15
httpd: do not clear environment
Denis Vlasenko
2007-09-07
messages: by popular request allow PATH to be customized at build time
Denis Vlasenko
2007-09-06
umount: support (by ignoring) -i; style fixes
Denis Vlasenko
2007-09-04
mount: ignore NFS bg option on NOMMU machines
Denis Vlasenko
2007-08-29
mount: allow (and ignore) -i
Denis Vlasenko
2007-08-28
mount: don't close fd twice in NFS code
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
introduce and use xdup2(int, int)
Denis Vlasenko
2007-08-17
assorted fixes for breakage found by randomconfig
Denis Vlasenko
2007-08-15
more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>:
Denis Vlasenko
2007-08-13
s/#ifdef CONFIG_/#if ENABLE_/g
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-03
mount: print errno on NFS error (again)
Denis Vlasenko
2007-07-27
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-23
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-07-21
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-14
xioctl and friends by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-06-30
introduce and use bb_basename()
Denis Vlasenko
2007-06-25
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-20
- strndupa is a GNU extension. Using strdup to avoid several errors like:
Bernhard Reutner-Fischer
2007-06-17
hwclock: size optimizations
Denis Vlasenko
2007-06-16
make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features
Denis Vlasenko
2007-06-14
Alex Landau writes: open firmware for reading, not writing
Mike Frysinger
2007-06-13
minix.h: add very simple test script
Denis Vlasenko
2007-06-13
fsck_minix: forgotten bit of previous commit...
Denis Vlasenko
2007-06-13
fsck_minix: stop using data/bss
Denis Vlasenko
2007-06-13
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-13
as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo...
Mike Frysinger
2007-06-13
add support for firmware loading
Mike Frysinger
[next]