haiku/src/system/kernel
Ingo Weinhold 8bcc50c336 * Added arch_debug_blue_screen_try_getchar() and arch_debug_serial_try_getchar()
which don't wait for a character, but return -1 when no character is
  available ATM. Implemented correctly for x86 only.
* Changed the semantics of the debugger_module_info::debugger_getchar() hook.
  It is supposed to return immediately now.
* Adjusted usb_keyboard accordingly. Hacked UHCI's debug_process_transfer() to
  achieve that. It does now start, check, or cancel a transfer. Split
  UHCI::ProcessDebugTransfer() into StartDebugTransfer(), and
  CheckDebugTransfer() accordingly, and also added a CancelDebugTransfer().
  The latter seems to have issues. Michael, please have a look. I have no clue
  what I'm doing. :-)
* Adjusted kgetc() to poll all possible inputs using the new
  functions/semantics. This allows to use any input (USB, PS/2, serial) in KDL.
* Removed the no longer needed "serial_input" command.
* read_line(): Also support 0x7f as backspace code. That's what xterm sends.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42126 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-06-12 17:15:42 +00:00
..
arch * Added arch_debug_blue_screen_try_getchar() and arch_debug_serial_try_getchar() 2011-06-12 17:15:42 +00:00
cache cache_io(): Since satisfy_cache_io() (respectively the function it calls) 2011-05-18 10:13:44 +00:00
debug * Added arch_debug_blue_screen_try_getchar() and arch_debug_serial_try_getchar() 2011-06-12 17:15:42 +00:00
device_manager Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
disk_device_manager * Added a new B_GET_DEVICE_NAME ioctl - this should be implemented by all 2011-01-13 19:41:01 +00:00
fs Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
lib Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
locks Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
messaging KMessage::Dump(): Fixed broken format. 2010-11-16 19:39:45 +00:00
platform OpenFirmware: Make of_milliseconds() return error 2010-06-27 15:17:59 +00:00
posix Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
scheduler Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
slab * Removed a few superfluous "else" keywords. 2010-08-18 11:58:27 +00:00
util Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
vm Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
boot_item.cpp * Changed get_boot_item() API: it now also can retrieve the size of the boot 2008-03-30 11:01:41 +00:00
boot_splash.cpp Move the boot images conditional selection in one place, to remove 2010-10-11 12:54:21 +00:00
commpage.cpp * Moved the VM headers into subdirectory vm/. 2009-12-02 18:05:10 +00:00
condition_variable.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
cpu.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
DPC.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
elf.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
heap.cpp * Allow heap.cpp to compile if both, KERNEL_HEAP_LEAK_CHECK, and 2010-08-02 11:10:51 +00:00
image.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
int.cpp * Moved I/O APIC initialization to a later point, now the APCI and DPC modules 2010-04-15 12:42:10 +00:00
Jamfile Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
kernel_c++_structs.cpp Attempt at allowing to use C++ structures in C only code: We use the 2009-12-02 10:56:10 +00:00
kernel_daemon.cpp Replaced no longer necessary send_signal_etc() work-arounds for 2010-04-29 15:23:29 +00:00
kernel_versions Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
kernel.rdef patch by Artur Wyszynski (aljen): 2008-03-18 10:11:58 +00:00
linkhack.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
listeners.cpp Added WaitObjectListener destructor. Hopefully fixes the gcc 2 build. 2009-04-23 14:53:18 +00:00
low_resource_manager.cpp * Changed the address space note, warning, critical limits to fixed values. The 2010-06-18 21:01:27 +00:00
main.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
module.cpp Removed unnecessary inclusions of <boot/kernel_args.h> in private kernel 2010-06-25 22:16:10 +00:00
Notifications.cpp Replace uses of obsolescent BReference[able] API. 2010-12-16 14:29:37 +00:00
port.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
real_time_clock.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
sem.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
shutdown.cpp Introduce a gSystemShutdown flag to be able to check if system is shutting down. ACPI Embedded Controller now uses polling when it is set to true. 2010-09-08 19:19:49 +00:00
signal.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
smp.cpp Eliminated _acquire_spinlock(). Since the macro is defined after 2010-11-26 13:55:20 +00:00
syscalls.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
system_info.cpp Cleanup system-revision stuff. 2011-05-15 16:33:30 +00:00
team.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
TeamThreadTables.h Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
thread.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
timer.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
UserEvent.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
usergroup.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
UserTimer.cpp Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
wait_for_objects.cpp _user_wait_for_objects(): Don't copy the infos back to userland when an error 2010-03-25 15:57:38 +00:00