Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Atsushi Nemoto writes: | Eric Andersen | 2003-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | I found inappropriate data types are used in some places in networking codes. * tcp_seq is 32bit (u_long -> u_int32_t) * in_addt_t should be used for internet address (unsigned long -> in_addr_t) * socklen_t should be used for accept() This is a patch against uclibc-0.9.21 (can be applied for current CVS). 64bit platforms (sizeof(int)!=sizeof(long)) will need this. I believe this patch does not harm any 32bit platforms. | ||||
* | Be more careful about not redefining stuf | Eric Andersen | 2001-09-27 | 1 | -0/+2 |
| | |||||
* | re-enable ntohl and friends | Eric Andersen | 2001-09-27 | 1 | -0/+1 |
| | |||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 13 | -281/+373 |
| | |||||
* | Add missing in_addr_t | Eric Andersen | 2001-07-12 | 1 | -3/+4 |
| | |||||
* | Makeheader files be more like GNU | Eric Andersen | 2001-01-15 | 1 | -4/+10 |
| | |||||
* | More random fixes and additions. | Eric Andersen | 2000-10-27 | 1 | -12/+6 |
| | |||||
* | Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and | Eric Andersen | 2000-07-09 | 13 | -73/+1734 |
| | | | | | | fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik | ||||
* | Revert to the old set of includes. | Eric Andersen | 2000-07-09 | 11 | -0/+291 |
| | | | | -Erik | ||||
* | Temporarily revert to older working set of files. | Eric Andersen | 2000-07-09 | 17 | -1952/+0 |
| | | | | -Erik | ||||
* | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | 2000-07-06 | 13 | -73/+1734 |
| | | | | | headers (the way it has been done in GNU libc). -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 11 | -0/+291 |