Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resolv: hide relocations | Bernhard Reutner-Fischer | 2011-11-17 | 1 | -0/+4 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | resolv: simple optimizations and style/readability fixes | Denys Vlasenko | 2011-09-10 | 1 | -4/+0 |
| | | | | | | | | | | text data bss dec hex filename - 2915 0 0 2915 b63 libc/inet/ns_name_old.o + 2656 0 0 2656 a60 libc/inet/ns_name.o - 958 0 0 958 3be libc/inet/ns_parse_old.o + 898 0 0 898 382 libc/inet/ns_parse.o Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflag | Daniel Mack | 2011-08-26 | 1 | -5/+2 |
| | | | | | | There are build 'ifdef L_ns_parse'. Signed-off-by: Daniel Mack <zonque@gmail.com> | ||||
* | inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compress | Daniel Mack | 2011-08-26 | 1 | -0/+1 |
| | | | | | | These are built '#ifdef L_ns_name' Signed-off-by: Daniel Mack <zonque@gmail.com> | ||||
* | use __BYTE_ORDER and __*ENDIAN | Peter S. Mazinger | 2009-11-19 | 1 | -2/+2 |
| | | | | | | | Those without the __ prefix are BSD specific. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | nameser.h: sync with glibc | Peter S. Mazinger | 2009-11-19 | 1 | -1/+1 |
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | inet.h: mark inet_ntoa_r as uClibc specific | Peter S. Mazinger | 2009-11-19 | 1 | -1/+5 |
| | | | | | | | Ddisable some prototypes of unimplemented funcs. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 2 | -0/+12 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -2/+2 |
| | |||||
* | reinstate external visibility of inet_ntoa_r, | Denis Vlasenko | 2008-04-25 | 1 | -0/+2 |
| | | | | | and add it to arpa/inet.h header. | ||||
* | Sync up w/ glibc | Peter S. Mazinger | 2005-11-04 | 1 | -49/+51 |
| | |||||
* | Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ↵ | Peter S. Mazinger | 2005-10-20 | 1 | -1/+1 |
| | | | | addr.c also as int. Rename mylock/LOCK/UNLOCK in resolv.c to allow IMA compiling | ||||
* | Add in missing file | Eric Andersen | 2001-09-27 | 1 | -0/+183 |
| | |||||
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 5 | -297/+501 |
| | |||||
* | Add in a bunch of junk. Busybox now compiles (except for mkfs.minix and | Eric Andersen | 2000-07-09 | 5 | -69/+220 |
| | | | | | | 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 | ||||
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 4 | -0/+803 |