index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
fsck_minix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace fixes (leading spaces to tab)
Denis Vlasenko
2007-01-13
1
-1
/
+1
*
fsck_minix: tiny optimization
Denis Vlasenko
2007-01-03
1
-9
/
+3
*
forgot to svn add util-linux/minix.h :(
Denis Vlasenko
2007-01-03
1
-1
/
+1
*
fbset: move variable from data to bss
Denis Vlasenko
2007-01-03
1
-24
/
+24
*
factor out minix structures/constants into minix.h
Denis Vlasenko
2007-01-03
1
-191
/
+131
*
fsck_minix: optimizations. ~130 bytes
Denis Vlasenko
2007-01-03
1
-44
/
+47
*
introduce small[u]int
Denis Vlasenko
2007-01-03
1
-64
/
+69
*
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-11-18
1
-1
/
+1
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-2
/
+2
*
bb_applet_name -> applet_name
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
More code from kernel developers, and therefore licensed under GPLv2 only.
Rob Landley
2006-09-14
1
-12
/
+4
*
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
Rob Landley
2006-08-29
1
-3
/
+3
*
Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently
Rob Landley
2006-06-16
1
-3
/
+0
*
Patch from Denis Vlasenko, tweak error messages.
Rob Landley
2006-06-13
1
-52
/
+50
*
Minor size shrinkage.
Rob Landley
2006-06-13
1
-4
/
+2
*
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-07
1
-4
/
+6
*
Whack the one last warning in make allbareconfig...
Rob Landley
2006-06-06
1
-1
/
+1
*
Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.)
Rob Landley
2006-05-03
1
-0
/
+1
*
Patches from Denis Vlasenko to rework "current_name" handling and remove
Rob Landley
2006-04-29
1
-126
/
+95
*
Patch from Denis Vlasenko:
Rob Landley
2006-04-29
1
-93
/
+74
*
Patch from Denis Vlasenko:
Rob Landley
2006-04-29
1
-2
/
+2
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-10
1
-24
/
+27
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
- add platform.h.
Bernhard Reutner-Fischer
2006-01-22
1
-1
/
+1
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
1
-3
/
+3
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-5
/
+5
*
s/u_int/uint/g
Eric Andersen
2004-01-30
1
-27
/
+27
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-5
/
+5
*
Change if(x)free(x); to free(x);
Aaron Lehmann
2002-11-28
1
-3
/
+1
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-21
/
+21
*
Standard typing (u_int16_t instead of u16, u_int32_t instead
Eric Andersen
2001-08-29
1
-33
/
+27
*
A nice patch from Larry Doolittle that adds -Wshadow and
Eric Andersen
2001-03-21
1
-9
/
+9
*
A cleanup patch from Jeff Garzik to static-ify a number of
Eric Andersen
2001-03-09
1
-2
/
+2
*
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-20
1
-1
/
+1
*
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-02-14
1
-5
/
+0
*
Removed trailing \n from error_msg{,_and_die} messages.
Matt Kraai
2001-01-31
1
-1
/
+1
*
#define -> static const int. Also got rid of some big static buffers.
Mark Whitley
2001-01-23
1
-22
/
+16
*
Fix from Gennady Feldman for error msg
Eric Andersen
2000-12-12
1
-2
/
+4
*
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-07
1
-1
/
+1
*
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-09-25
1
-1
/
+1
*
Both of these commands were subtly broken. Fortunately when used together the
Eric Andersen
2000-09-19
1
-2
/
+6
*
Some #include updates.
Eric Andersen
2000-08-10
1
-1
/
+0
*
Use BB_FEATURE_CLEAN_UP where appropriate
Eric Andersen
2000-07-25
1
-2
/
+4
*
It is now possible to select in busybox.def.h whether minixfs version 2
Pavel Roskin
2000-07-17
1
-22
/
+20
*
Extract usage information into a separate file.
Matt Kraai
2000-07-16
1
-15
/
+0
*
Don't use strings directly in calls to usage(). This is in preparation
Matt Kraai
2000-07-14
1
-17
/
+16
*
Use errorMsg rather than fprintf.
Matt Kraai
2000-07-14
1
-1
/
+1
*
Use global applet_name instead of local versions.
Matt Kraai
2000-07-12
1
-6
/
+3
*
More linux kernel header file removal.
Eric Andersen
2000-07-10
1
-2
/
+97
*
Remove some warning with glibc.
Eric Andersen
2000-07-06
1
-1
/
+1
[next]