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