haiku/src
Ingo Weinhold 2be99447d8 * Added some comments to the thread flags.
* Added new thread flag THREAD_FLAGS_ALWAYS_RESTART_SYSCALL. If set, it forces
  syscall restart even when a signal handler without SA_RESTART was invoked.
* Fixed sigwait(): If one of requested signals wasn't already pending it would
  never wake up. Also, the syscall always needs to be restarted, if interrupted
  by another signal.
* Renamed a bunch of the POSIX signal function implementations which did return
  an error code directly (instead via errno). Added correct POSIX functions
  where needed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36054 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-06 20:23:18 +00:00
..
add-ons The mighty GoogleFS builds again for Haiku \o/ 2010-04-06 19:43:27 +00:00
apps Patch by Adam Smith. Extended the Pairs application to support arbitrary board 2010-04-05 10:46:08 +00:00
bin Removed vim, since it is now available as an optionalpackage. 2010-03-13 19:41:07 +00:00
build * <build>libicu-i18n.so has no use for libbe_build, it just depends on libroot_build 2010-02-27 19:34:48 +00:00
data Patch by cssvb94: Added Bulgarian (Phonetic) keymap. Fixes #3398, thanks a lot! 2010-04-02 09:59:19 +00:00
documentation Patch by Humdinger: 2010-01-13 10:49:58 +00:00
kits Use %c to print uint8. This avoids a crash. I'm not sure this is a gcc bug, 2010-04-06 19:06:55 +00:00
libs Left-over from before splitting the files. Duplicate definitions. 2010-04-05 17:11:41 +00:00
preferences - ..! Send main window creation also when there is acually a sever 2010-04-02 10:24:16 +00:00
servers - Fix creating BPath with empty string 2010-04-02 11:15:10 +00:00
system * Added some comments to the thread flags. 2010-04-06 20:23:18 +00:00
tests Fixed out of bounds array access. 2010-04-06 18:44:58 +00:00
tools Build fix (on 64 bit hosts). 2010-03-11 23:23:37 +00:00
Jamfile