haiku/src
Axel Dörfler 13ce48d922 * Moved dprintf_args()/debug_puts() guts to a new dedicated private function
debug_output().
* Added a second buffer to be used when interrupts are turned off, otherwise
  dprintf_args() will now use a mutex guarded buffer to fill with vfprintf() -
  the actual sending to the outputs still needs the spinlock, so things only
  slightly improved.
* Moved private functions into the private section of the source file.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33809 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-10-28 13:31:55 +00:00
..
add-ons updated modelist for ws modes, removed some unused code. 2009-10-27 20:30:44 +00:00
apps * This should fix the calendar menu when using the click-to-focus mode. 2009-10-28 08:56:53 +00:00
bin * Applied patch jalopeura, fixing mail2mbox and mbox2mail signatures in rdef. Closing #4856. Thanks! 2009-10-26 13:57:36 +00:00
build
data added Belgian keymap with point instead of comma on the keypad 2009-10-23 01:18:43 +00:00
documentation
kits Move CheckDevicesEqual into FSUtils so it can be used in more places. 2009-10-28 03:04:42 +00:00
libs * Applied a patch by Christof Lutteroth that updates ALM, and brings new test 2009-10-28 09:00:14 +00:00
preferences * _UpdateButtons() was called too early, before fCurrentMap, and fAppliedMap 2009-10-28 12:03:04 +00:00
servers Apply patch (with changes) by Pete Goodeve: fix #4053. 2009-10-26 22:28:47 +00:00
system * Moved dprintf_args()/debug_puts() guts to a new dedicated private function 2009-10-28 13:31:55 +00:00
tests * Applied a patch by Christof Lutteroth that updates ALM, and brings new test 2009-10-28 09:00:14 +00:00
tools * Added ioctl command to quickly access some debug functionality in an FS. 2009-10-20 00:18:32 +00:00
Jamfile