haiku/headers/private
Axel Dörfler 47ca7595ca First patch by Salvatore to implement XSI semaphores with a few changes
by myself:
* renamed xsi_do_undo() to xsi_sem_undo() (there is more to XSI than sems).
* Fixed coding style issues in sys/sem.h and xsi_sem.cpp.
* Added _kern_*() syscall prototypes to syscalls.h.
* Added a TODO in xsi_sem.cpp and xsi_semaphore.h about moving union semun to
  a shared header.
* Made the team::xsi_sem_undo_requests int32 - due to padding, it would have
  needed 4 bytes anyway; please always use specific types over int/short/long.
* xsi_sem_undo() now checks if it needs to do anything - the calls in team.cpp
  no longer needs to do this.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26676 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-07-29 12:03:41 +00:00
..
app
audio
bluetooth Implement pairing with a remote bluetooth device 2008-07-24 20:50:49 +00:00
debug Added support for looking up symbols of other team to libdebug. The 2005-07-16 21:12:32 +00:00
disk_scanner
drivers
firewire
fs_shell Added fssh_volume_for_vnode() and fssh_do[_iterative]_fd_io() to the 2008-07-28 23:36:08 +00:00
graphics removed last G8x defines. 2008-06-17 19:27:38 +00:00
input Slightly increased the default key repeat rate to make it at least 2008-02-22 10:53:27 +00:00
interface
kernel First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
libroot * Made DIR definition private, and moved it into the new dirent_private.h 2008-07-09 11:16:00 +00:00
mail
media
midi
net
opengl/GL/internal
print * merge parts of libprint and libprintutils to make both indepentend 2008-07-26 22:36:01 +00:00
runtime_loader
screen_saver * ScreenCornerSelector is now a BControl and fully keyboard navigable. 2006-06-09 16:03:16 +00:00
shared AutoDeleter calls the destructor operator also when the object is NULL, 2008-07-29 01:48:38 +00:00
storage
syslog_daemon
system First patch by Salvatore to implement XSI semaphores with a few changes 2008-07-29 12:03:41 +00:00
textencoding
tracker
usb_vision
userlandfs