mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-02 02:01:46 +03:00
Update.
2002-12-02 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-fork2 and tst-fork3. * tst-fork2.c: New file. * tst-fork3.c: New file.
This commit is contained in:
parent
01b5406684
commit
91949a339b
@ -1,3 +1,9 @@
|
|||||||
|
2002-12-02 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* Makefile (tests): Add tst-fork2 and tst-fork3.
|
||||||
|
* tst-fork2.c: New file.
|
||||||
|
* tst-fork3.c: New file.
|
||||||
|
|
||||||
2002-11-28 Ulrich Drepper <drepper@redhat.com>
|
2002-11-28 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: New file.
|
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: New file.
|
||||||
|
@ -124,7 +124,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
|
|||||||
tst-basic1 tst-basic2 \
|
tst-basic1 tst-basic2 \
|
||||||
tst-join1 tst-join2 tst-join3 \
|
tst-join1 tst-join2 tst-join3 \
|
||||||
tst-tsd1 tst-tsd2 \
|
tst-tsd1 tst-tsd2 \
|
||||||
tst-fork1 \
|
tst-fork1 tst-fork2 tst-fork3 \
|
||||||
tst-atfork1 \
|
tst-atfork1 \
|
||||||
tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 \
|
tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 \
|
||||||
tst-flock1 tst-flock2 \
|
tst-flock1 tst-flock2 \
|
||||||
|
@ -10,8 +10,9 @@
|
|||||||
|
|
||||||
- getppid(() must return process ID of parent process of the thread
|
- getppid(() must return process ID of parent process of the thread
|
||||||
group leader
|
group leader
|
||||||
+ test syscall
|
+ test core file content (psinfo, prstatus)
|
||||||
+ test core file content (psinfo)
|
The question is: do we really want this? The "wrong" information
|
||||||
|
actually provides some information one cannot get easily otherwise.
|
||||||
|
|
||||||
- rlimit should be process-wide and SIGXCPU should be sent if all threads
|
- rlimit should be process-wide and SIGXCPU should be sent if all threads
|
||||||
together exceed the limit
|
together exceed the limit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user