summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-06-18*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko5-24/+0
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko49-0/+102
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2010-05-08tune2fs: move to e2fsprogsDenys Vlasenko8-25/+21
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko7-21/+17
2010-04-01clean up redundant, commented-out and misplaced includesDenys Vlasenko6-37/+16
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
2010-03-05*: use NULL for null pointersDenys Vlasenko19-36/+36
2010-01-28style fixes, no code changesDenys Vlasenko6-11/+11
2010-01-08*: fix places where we were still using malloc/reallocDenys Vlasenko5-46/+29
2010-01-08old_e2fsprogs/e2fsck.c: fix indentationDenys Vlasenko1-248/+215
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko15-49/+51
2009-11-15fsck: add comment clarifying exit codesDenys Vlasenko1-1/+10
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko7-22/+12
2009-09-13fsck: more clever (->smaller) handling of parametersDenys Vlasenko1-26/+25
2009-09-13fsck: remove a few staticsDenys Vlasenko1-51/+42
2009-07-04fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko6-9/+9
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko22-346/+324
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko43-266/+158
2009-04-01more of pointless whitespace fixesDenis Vlasenko8-32/+31
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko13-56/+35
2009-02-02udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko11-44/+46
2008-12-24*: tweak error messagesDenis Vlasenko3-147/+137
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko19-49/+52
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko13-27/+34
2008-09-27more style fixes, no code changesDenis Vlasenko3-22/+22
2008-09-27style fixes, no code changesDenis Vlasenko5-19/+19
2008-09-25whitespace fixesDenis Vlasenko7-13/+13
2008-08-20fsck: use getmntent_r instead of open-coded parsing. By VladimirDenis Vlasenko1-116/+17
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer18-220/+236
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-12cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko9-64/+45
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-26style fixes, no code changesDenis Vlasenko11-19/+19
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko11-76/+77
2008-05-09Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko27-62/+259
2008-03-28fix a few stray unguarded strdup'sDenis Vlasenko4-144/+137
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-20*: use fopen_or_warn in few more placesDenis Vlasenko4-6/+4
2008-03-17volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko22-238/+234
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-03-17clean up TODO file. No real code changes.Denis Vlasenko7-23/+8
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-03-17fsck: shrink (we were passing around some params which were unused)Denis Vlasenko1-137/+100
[prev] [next]