Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1414 6552 d 4 h jermar /kernel/trunk/generic/src/synch/ Small fixes in futex.c.
PTE_GET_FRAME() returns frame address, not PFN.
Update comments.
 
1264 6576 d 1 h jermar /kernel/trunk/generic/ Improve Doxygen-comments.  
1248 6579 d 20 h jermar /kernel/trunk/ Add some @file doxygen comments and improve already existing comments.  
1229 6583 d 0 h jermar /kernel/trunk/ Remove the outdated TODO file.
Improve doxygen comments here and there.
 
1153 6602 d 1 h jermar /kernel/trunk/generic/src/synch/ Because of another race condition, futex_wakeup() needs to be able to allocate and initialize the kernel futex structure too.  
1117 6614 d 16 h jermar /kernel/trunk/generic/ Improved futexes. (kernel part)  
1109 6615 d 15 h jermar /kernel/trunk/ Basic futex. Prototype implementation.