Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-20 | sendfile: Use sendfile64 if arch does not have the sendfile syscall | Markos Chandras | |
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-06-15 | correct sendfile for 32/64 bit archs | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2012-06-15 | *64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard | Peter S. Mazinger | |
_lfs_64.h makes the compile fail, if LFS is not enabled, no need for the guard. Reorganize to include only the minimal necessary headers. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-10-22 | - remove superfluous ';'. No objcode changes. | Bernhard Reutner-Fischer | |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2006-01-23 | cleanup and use the style of other *64 funcs | Mike Frysinger | |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | |
2003-08-21 | Add missing semicolons | Eric Andersen | |
2002-11-15 | Cleanup a few structural wierdnesses | Eric Andersen | |
2002-11-14 | Implement sendfile64 | Eric Andersen | |
-Erik |