about summary refs log tree commit diff
path: root/arch/i386/bits/alltypes.h.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove obsolete and useless useconds_t typeRich Felker2011-04-011-1/+0
|
* avoid all malloc/free in timer creation/destructionRich Felker2011-03-301-1/+1
| | | | | | | | | | instead of allocating a userspace structure for signal-based timers, simply use the kernel timer id. we use the fact that thread pointers will always be zero in the low bit (actually more) to encode integer timerid values as pointers. also, this change ensures that the timer_destroy syscall has completed before the library timer_destroy function returns, in case it matters.
* some preliminaries for adding POSIX timersRich Felker2011-03-291-1/+1
|
* match dimensions so we can use all slots without invoking OOB-array-accessRich Felker2011-03-111-5/+5
|
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-0/+15
| | | | | | | | this allows sys/types.h to provide the pthread types, as required by POSIX. this design also facilitates forcing ABI-compatible sizes in the arch-specific alltypes.h, while eliminating the need for developers changing the internals of the pthread types to poke around with arch-specific headers they may not be able to test.
* fix some type leakage (timer_t) from x86_64 commitRich Felker2011-02-151-1/+1
|
* preparing build system to handle ports - step 1Rich Felker2011-02-151-0/+116