HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
branches
/
dynload
/
uspace
/
lib
/
libc
/
generic
/
async.c
@ 3362
– Rev 4691
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
4691
5555 d 3 h
svoboda
/branches/dynload/
Merge trunk changes up to r4686.
4389
5651 d 1 h
svoboda
/branches/dynload/
Merge trunk changes up to r4388 to dynload.
4348
5665 d 13 h
svoboda
/branches/dynload/
Merge latest trunk changes to dynload.
4338
5667 d 2 h
svoboda
/branches/dynload/
Merge trunk changes up to r3787 to dynload.
3149
5984 d 9 h
svoboda
/branches/dynload/
Merge trunk changes up to r3071 into dynload (broken)
2956
6013 d 2 h
svoboda
/branches/dynload/uspace/lib/
Temporarily force local dynamic TLS model in libc by declaring all __thread variables static. Implement a trivial __tls_get_addr() function. Now rtld works linked with libc. Yaay! :D
2927
6016 d 12 h
decky
/branches/dynload/
added dynload branch
2635
6181 d 2 h
cejka
/trunk/
Function ipc_connect_me_to sends 3 user defined arguments now.
One argument added also to ipc_forward_fast.
Fixed devmap and improved its test.
2621
6191 d 6 h
jermar
/trunk/uspace/
Modify the async framework to make use of all six syscall arguments.
Supply user-friendly macros as in previous cases.
2619
6193 d 0 h
jermar
/trunk/
Modify ipc_answer_*() to make use of all six syscall arguments. The recommended
means of answering calls is via the ipc_answer_m() macros (where m denotes the
number of return arguments) that automatically decide between the fast register
version or the slow universal version of ipc_answer().
2569
6240 d 9 h
jermar
/trunk/uspace/
Tiny refinement of if-else_if-else statement in vfs_register.c.
2568
6241 d 15 h
jermar
/trunk/uspace/
Rename fibril_schedule_next_adv() to fibril_switch(). Rename
fibril_schedule_next() to fibril_yield(). Some fibril structures could be
uninitialized, set them to zero in fibril_setup(). For some fibrils, the stack
member can be NULL (e.g. every thread's first/main fibril); don't do free on
these stacks when cleaning up after a dead fibril.
2534
6254 d 5 h
jermar
/trunk/uspace/
In async_new_connection(), be more robust in the case that the function
is called by the server directly after its client accepts the
IPC_M_CONNECT_TO_ME call.
In fat.c main(), kill the "main" fibril and switch to the connection
fibril.
2492
6330 d 4 h
jermar
/trunk/uspace/lib/libc/generic/
Add comment clarifying how a fibril waiting for a message gets rescheduled.
2490
6332 d 5 h
jermar
/trunk/uspace/lib/libc/generic/
Improve comments in async.c
2488
6334 d 0 h
jermar
/trunk/uspace/lib/libc/generic/
Improve comments in async.c
2486
6334 d 3 h
jermar
/trunk/uspace/lib/libc/
Remove duplicit and empty time.h from libc.
Move timeval functions from async.c to time.c.
2485
6338 d 1 h
jermar
/trunk/uspace/lib/libc/generic/
More fibril/psthread cleanup.
2484
6338 d 2 h
jermar
/trunk/uspace/lib/libc/generic/
More psthread/fibril cleanup.
2483
6338 d 6 h
jermar
/trunk/uspace/lib/libc/
Remove fibril_join().
We cannot guarantee our assumptions that easily.
This broken feature is removed instead of fixing because there are now users of it.
←Prev
1
2
Next→
Show All