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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
platform.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
move libc related stuff out of platform.h
Denys Vlasenko
2009-07-08
1
-44
/
+0
*
Patches to enable FreeBSD build
Denys Vlasenko
2009-07-05
1
-33
/
+28
*
add platform tweaks
Denys Vlasenko
2009-05-19
1
-79
/
+87
*
fix move_to_unaligned32
Denis Vlasenko
2009-04-17
1
-1
/
+4
*
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2009-04-09
1
-3
/
+13
*
more of pointless whitespace fixes
Denis Vlasenko
2009-04-01
1
-1
/
+1
*
optimize 16- and 32-bit moves
Denis Vlasenko
2008-12-08
1
-3
/
+9
*
crond: use bb_setpgrp, not setpgrp
Denis Vlasenko
2008-12-03
1
-22
/
+24
*
add comment, no code changes
Denis Vlasenko
2008-11-01
1
-0
/
+1
*
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-09-25
1
-1
/
+1
*
- support relatime / norelatime
Bernhard Reutner-Fischer
2008-08-06
1
-1
/
+3
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-10
/
+10
*
add stdcall to FAST_FUNC
Denis Vlasenko
2008-06-27
1
-3
/
+3
*
expand comment about FAST_FUNC
Denis Vlasenko
2008-06-27
1
-1
/
+8
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-0
/
+7
*
udhcpc: kill undocumented -W, it was a no-op.
Denis Vlasenko
2008-06-13
1
-2
/
+0
*
udhcpc: shrink
Denis Vlasenko
2008-05-26
1
-1
/
+14
*
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2008-05-09
1
-26
/
+26
*
remove stray semicolon
Denis Vlasenko
2008-04-30
1
-1
/
+1
*
gcc compat fix and warning suppression
Denis Vlasenko
2008-03-20
1
-1
/
+2
*
tar: move FNM_LEADING_DIR #define to tar.c - no other users.
Denis Vlasenko
2008-02-13
1
-6
/
+0
*
some more fixes for cross-compiling on an OS X host: apple provides core type...
Mike Frysinger
2008-02-07
1
-5
/
+6
*
only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X
Mike Frysinger
2008-02-07
1
-1
/
+1
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-4
/
+3
*
comment fix
Denis Vlasenko
2008-01-24
1
-2
/
+1
*
hush: report [v]fork failures
Denis Vlasenko
2008-01-08
1
-2
/
+3
*
bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides
Denis Vlasenko
2007-10-13
1
-2
/
+4
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-2
/
+3
*
top: get rid of on-stack variable buffers, use permanent one.
Denis Vlasenko
2007-09-08
1
-0
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-3
/
+13
*
- add ATTRIBUTE_UNUSED_RESULT for internal use
Bernhard Reutner-Fischer
2007-06-21
1
-0
/
+3
*
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-12
1
-3
/
+3
*
fix -Werror compile
Denis Vlasenko
2007-05-04
1
-1
/
+5
*
style fixes, no code changes
Denis Vlasenko
2007-04-16
1
-1
/
+2
*
style fixes
Denis Vlasenko
2007-04-13
1
-4
/
+4
*
login: remove setpgrp call (makes it work from shell prompt again).
Denis Vlasenko
2007-04-12
1
-3
/
+3
*
add more convenient defines for [NO]MMU:
Denis Vlasenko
2007-04-11
1
-2
/
+10
*
- add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.
Bernhard Reutner-Fischer
2007-04-10
1
-0
/
+2
*
- be gentle to the intel compiler and make sure we have __u64 which is needed...
Bernhard Reutner-Fischer
2007-03-19
1
-0
/
+9
*
- add C99 bool type for setups that support it.
Bernhard Reutner-Fischer
2007-01-20
1
-0
/
+10
*
- move the smallint that is platform dependant to it's proper place
Bernhard Reutner-Fischer
2007-01-18
1
-0
/
+11
*
remove commented out #includes etc
Denis Vlasenko
2006-12-31
1
-7
/
+0
*
stop using __u32 etc. uint32_t is there for a reason
Denis Vlasenko
2006-12-31
1
-6
/
+6
*
style fixes
Denis Vlasenko
2006-12-26
1
-1
/
+1
*
xfuncs.c: dietlibc actually HAS fdprintf!
Denis Vlasenko
2006-12-18
1
-2
/
+11
*
nc: add missing cast
Denis Vlasenko
2006-12-18
1
-0
/
+3
*
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
Denis Vlasenko
2006-12-16
1
-1
/
+1
*
add -Wundef, fix uncovered bugs
Denis Vlasenko
2006-11-17
1
-1
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-2
/
+2
*
Revert duplicate patch.
Rob Landley
2006-09-12
1
-8
/
+0
[prev]
[next]