| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
slightly better code on some archs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This stores errno, the cancelation flags, and related bits for each thread
and is allocated by ld.so or libc.a. This is an ABI break from 5.9-stable!
Make libpthread dlopen'able by moving the cancelation wrappers into libc
and doing locking and fork/errno handling via callbacks that libpthread
registers when it first initializes. 'errno' *must* be declared via
<errno.h> now!
Clean up libpthread's symbol exports like libc.
On powerpc, offset the TIB/TCB/TLS data from the register per the ELF spec.
Testing by various, particularly sthen@ and patrick@
ok kettenis@
|
|
|
|
| |
MAXNAMLEN or MAXLOGNAME where possible. OK deraadt@
|
|
|
|
| |
silence some warnings.
|
|
|
|
| |
Pointed out by deraadt@
|
|
|
|
| |
Okay miod@ sturm@ deraadt@
|
|
|
|
| |
Hacked by marius@ at c2k5, okay miod@ krw@ deraadt@
|
|
|
|
|
|
| |
Kill old files that are no longer compiled.
okay theo
|
|
|
|
| |
From Andrey Matveev; OK deraadt@
|
| |
|
|
|
|
|
| |
is a move and what is a copy. Also remove an unneeded variable.
No functional change.
|
|
|
|
|
|
|
|
|
|
| |
and the new value of bup after realloc() were bogus. This bug has
been here since the net.2 days. Additionally, make the initial
size of the malloc'ed pieces of mem more sane and kill a redundant
test before free(). getcwd(3) is now able to return really long
paths. Problem spotted by Peter Philipp <philipp at scan-plus dot de>
ok millert@ deraadt@
|
| |
|
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
| |
|
|
|
|
| |
the needed length + terminating byte + 1; that 1 is not needed; assar
|
| |
|
| |
|
| |
|
|
|
|
| |
Make sure everything uses {SYS,}LIBC_SCCS properly
|
|
|