[PATCH 00/39] Windows port, base and archival/

Nguyen Thai Ngoc Duy pclouds at gmail.com
Tue Apr 20 17:47:30 UTC 2010


On Mon, Apr 19, 2010 at 9:57 PM, Mike Frysinger <vapier at gentoo.org> wrote:
> On Thursday 15 April 2010 15:58:20 Nguyễn Thái Ngọc Duy wrote:
>>   win32: add missing system headers
>>   platform.h: support MinGW port
>>   win32: add termios.h
>>   win32: add mingw.h
>>   libbb.h: support MinGW port
>>   win32: Import fnmatch source
>>   win32: set binary I/O mode by default
>>   win32: add sleep()
>>   win32: add mkstemp()
>>   win32: add gettimeofday()
>>   win32: add pipe()
>>   win32: add gmtime_r()
>>   win32: add localtime_r()
>>   win32: add getpwuid()
>>   win32: add signal routines and SIGALRM support
>>   win32: add function to map windows errors to posix ones
>>   win32: add link()
>>   win32: add strsep()
>>   win32: add realpath()
>>   win32: add get_busybox_exec_path(), which is bb_busybox_exec_path
>>   win32: add mkdir()
>>   win32: add waitpid()
>>   win32: add fcntl()
>>   win32: add poll()
>>   win32: add getenv(), setenv(), unsetenv() and clearenv()
>
> this is a ton of duplicate crap and exactly why i suggested we look at
> integrating something like gnulib/ for portability.  busybox shouldnt be
> wasting any time at all on this.

How about a subproject for the above stuff? We can get rid of them
easily once something like gnulib is intergrated.
-- 
Duy


More information about the busybox mailing list