summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Massive merge from trunk."Steven J. Hill"2005-11-1723-462/+275
|
* Merge with trunk."Steven J. Hill"2005-11-171-66/+0
|
* Copy from trunk."Steven J. Hill"2005-11-1729-0/+1900
|
* Sync with trunk."Steven J. Hill"2005-11-163-288/+0
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+14
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+14
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+15
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+48
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+14
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+35
|
* Copy from trunk."Steven J. Hill"2005-11-161-0/+18
|
* Sync with glibc reference tree and changes for uClibc thus far."Steven J. Hill"2005-11-161-0/+3
|
* Hack to makefile until new build system and comment formatting."Steven J. Hill"2005-11-161-2/+4
|
* Update signal handlers for NPTL."Steven J. Hill"2005-11-165-31/+78
|
* Changes to sync with trunk."Steven J. Hill"2005-11-061-1/+2
|
* Sync."Steven J. Hill"2005-11-061-93/+25
|
* Merge from trunk."Steven J. Hill"2005-10-3023-866/+374
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+8
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+32
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+32
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+46
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+10
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+33
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+45
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+32
|
* Add from trunk."Steven J. Hill"2005-10-301-0/+64
|
* Only include 'regdef.h' when using assembly code. Your character has"Steven J. Hill"2005-10-291-0/+2
| | | | gained +1 idiot experience points.
* Sync with trunk."Steven J. Hill"2005-10-067-25/+24
|
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵"Steven J. Hill"2005-10-041-8/+4
| | | | entire Saturday fixing this $!#$!#@$T! up.
* Big, huge fricking merge. Peter, if you touch the build system again I'm ↵"Steven J. Hill"2005-10-0423-111/+122
| | | | going to smash your keyboard.
* Add it."Steven J. Hill"2005-10-031-0/+103
|
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵"Steven J. Hill"2005-09-242-3/+3
| | | | a stupid name to start with. What idiot thought of that?
* Big sync with trunk."Steven J. Hill"2005-09-241-111/+38
|
* Sync with trunk."Steven J. Hill"2005-09-211-8/+25
|
* Merge from trunk."Steven J. Hill"2005-09-212-10/+21
|
* Sync with trunk."Steven J. Hill"2005-09-172-33/+734
|
* Cleaned up 'sysdep.h' file madness."Steven J. Hill"2005-09-133-627/+259
|
* Finish merge from trunk."Steven J. Hill"2005-09-133-2/+51
|
* Fix 'vfork' for MIPS. The SAVE_PID and RESTORE_PID macros should not be in ↵"Steven J. Hill"2005-09-061-29/+0
| | | | the libc version at all. Only the libpthread 'pt-vfork.S' will define these. Silly Steven, Trix are for kids.
* Fix cloberring of errno value."Steven J. Hill"2005-09-031-0/+3
|
* Import latest 'clone' and 'vfork' functions from glibc. These have been ↵"Steven J. Hill"2005-09-035-57/+141
| | | | tested with the 'linuxthreads' thread model and normal uClibc using the included test suite. This puts me very close to having static NPTL applications working.
* Sync."Steven J. Hill"2005-08-271-8/+3
|
* Sync with trunk."Steven J. Hill"2005-08-2621-1588/+1791
|
* Sync with trunk."Steven J. Hill"2005-08-182-3/+3
|
* Sync with trunk."Steven J. Hill"2005-08-181-0/+23
|
* Merge/sync with trunk."Steven J. Hill"2005-08-1711-44/+134
|
* Bring in latest from trunk."Steven J. Hill"2005-08-124-20/+8
|
* It occurred to me that for the uClibc way of doing things, we should be ↵"Steven J. Hill"2005-08-111-4/+0
| | | | using the syscall to fork if pthreads is not being used for NPTL, just like we do with the linuxthreads model. There were some name collisions that had to fixed, but things should be sane now. Also, due to complexities of the new thread model and compilation, the 'fork.c' from NPTL has to be compiled in with the C library, even though the code in it is not called until pthreads is linked in either dynamically by the loader or in a static binary. If that all makes sense to you, give yourself a cookie.
* Finally, all of the makefiles that make the magic happen. These changes ↵"Steven J. Hill"2005-08-091-18/+1
| | | | allow for uClibc to build for NPTL support without breaking the old linuxthreads model. Let the testing begin.
* Compile cleanups for NPTL support."Steven J. Hill"2005-08-091-0/+4
|