summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
...
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-272-2/+0
* Synch with trunk adding latest changes:Carmelo Amoroso2008-03-051-11/+6
* Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso2008-03-051-0/+122
* Push back changes to add cancellation handling.Carmelo Amoroso2007-11-222-8/+82
* Synch with SH4 port (and trunk)Carmelo Amoroso2007-11-211-1/+1
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-205-34/+28
* This should not be visible and currently the TLS access fails unless it is ma..."Steven J. Hill"2007-07-281-1/+1
* Merge from trunk and bring in NPTL changes."Steven J. Hill"2006-08-2328-59/+59
* Use TLS data storage function."Steven J. Hill"2006-08-211-4/+4
* From NPTL implementation."Steven J. Hill"2006-08-211-0/+8
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-25126-1537/+2440
* Fix RPC thread key usage."Steven J. Hill"2006-02-051-12/+3
* Clean up '_res' such that it will now work for, NPTL, linuxthreads and"Steven J. Hill"2006-01-151-12/+16
* Merge from trunk."Steven J. Hill"2006-01-1438-102/+151
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-189/+0
* Copy from trunk."Steven J. Hill"2006-01-071-0/+40
* Copy from trunk."Steven J. Hill"2006-01-071-0/+70
* Copy from trunk."Steven J. Hill"2006-01-071-0/+346
* Copy from trunk."Steven J. Hill"2006-01-071-0/+873
* Make resolver state pointer '__resp' to be TLS variable. Again, these changes..."Steven J. Hill"2006-01-052-34/+67
* Merge from trunk."Steven J. Hill"2006-01-051-1/+0
* Clean-up definition and usage of h_errno to be a TLS variable."Steven J. Hill"2005-12-131-1/+0
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-101-5/+14
* Merge from trunk."Steven J. Hill"2005-12-1035-148/+259
* Replace NPTL needed code."Steven J. Hill"2005-12-081-1/+12
* Merge from trunk."Steven J. Hill"2005-12-0841-514/+658
* More merging from trunk."Steven J. Hill"2005-12-061-24/+21
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-0637-144/+185
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-0251-529/+473
* Massive merge from trunk."Steven J. Hill"2005-11-183-12/+12
* Massive merge from trunk."Steven J. Hill"2005-11-172-6/+16
* Merge from trunk."Steven J. Hill"2005-10-302-11/+6
* Copy from trunk."Steven J. Hill"2005-10-301-0/+50
* Copy from trunk."Steven J. Hill"2005-10-301-0/+72
* Sync with trunk."Steven J. Hill"2005-10-041-0/+6
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e..."Steven J. Hill"2005-10-041-0/+4
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-242-3/+3
* Sync with trunk."Steven J. Hill"2005-08-183-76/+169
* This will hopefully be the last modification to the resolver code for a while..."Steven J. Hill"2005-08-121-5/+10
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-301-0/+1
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-302-0/+14
* Fixed up resolver and errno code such that both thread models can compile wit..."Steven J. Hill"2005-07-221-26/+6
* Massive clean up of makefiles with a focus on being able to compile correctly"Steven J. Hill"2005-07-222-5/+5
* Changed files for glibc compatibility so that more NPTL files would build."Steven J. Hill"2005-06-121-0/+9
* Fixed up 'clean' target for latest NPTL changes and modified include"Steven J. Hill"2005-06-122-6/+5
* Update structures and defines necessary to make resolver code thread"Steven J. Hill"2005-06-031-0/+25
* The default static buffer sizes are too small to handle the 8 entries returnedEric Andersen2005-05-101-5/+5
* Fix it so uClibc returns multiple ips via h_addr_list,Eric Andersen2005-04-281-66/+117
* Cleanup error case a bitEric Andersen2005-04-281-8/+8
* This might actually now be thread safe, assuming I havn't broken it.Eric Andersen2005-04-281-20/+27