Axel Dörfler
86e404324f
Fixed the build of the boot floppy and removed all input_server headers
...
when USE_INPUT_SERVER is not defined.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11387 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11387
2005-02-16 03:22:12 +00:00
Axel Dörfler
a1537049b7
Changed the way we're resetting the machine: we're now first trying the
...
keyboard controller method, and only if that fails we fall back to what
we have before.
At least my SiS laptop now properly reboots, and doesn't just halt
anymore - doesn't seem to have a negative impact on other machines, but
please report any regressions :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11386 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11386
2005-02-16 02:12:14 +00:00
DarkWyrm
6a1a734c5f
A small crash fix whilst testing with a stock People app
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11385 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11385
2005-02-16 00:48:07 +00:00
Jérôme Duval
7c49936aa6
Simplified pci bus manager Jamfiles
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11384 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11384
2005-02-15 22:27:58 +00:00
Jérôme Duval
82698ec120
added support for arrows (from our Terminal impl)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11383 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11383
2005-02-15 16:58:28 +00:00
Axel Dörfler
133c5b73a2
Obviously, my laptop (SiS 630 based) only reports all VESA modes when there
...
was one mode change before - took me quite some time to figure this out; now
we just do a mode change to the standard text mode; this is probably a good
idea anyway to make sure we're running in the correct text mode for the boot
menu.
The error check for the VESA BIOS calls were not really correct, even if
they worked. The vbe_mode_info structure is now cleared before the mode
info is requested (as suggested in Ralf Brown's interrupt list).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11382 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11382
2005-02-15 15:35:59 +00:00
Axel Dörfler
f7958e552d
Now only echoes the input if ECHO is defined.
...
Ignores a "--login" argument (that's what consoled does).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11381 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11381
2005-02-15 01:18:58 +00:00
Axel Dörfler
23cf00de23
Now starts consoled instead of a shell directly.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11380 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11380
2005-02-15 01:17:52 +00:00
Axel Dörfler
6220942760
Added the vga_text module and the console driver.
...
Added rmdir.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11379 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11379
2005-02-15 01:15:08 +00:00
Axel Dörfler
ca347bfce3
We report ourselves now as "beterm", so that we don't look as dumb as before.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11378 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11378
2005-02-15 00:28:43 +00:00
Axel Dörfler
c016d92ea1
Added the new console/vga_text driver/module stuff to the old boot floppy
...
method as well.
Removed libdrivers.a from the kernel, added kernel_debug.o to the kernel.
Renamed the boot floppy shell "sh", so that consoled doesn't need to be
changed.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11377 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11377
2005-02-15 00:25:32 +00:00
Axel Dörfler
1ceb0f4da3
Added the new console driver to the build.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11376 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11376
2005-02-15 00:22:07 +00:00
Axel Dörfler
a621f3b6c1
Added the new (built-in) frame_buffer_console module to the build.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11375 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11375
2005-02-15 00:18:27 +00:00
Axel Dörfler
4cf2fd241c
The vga_text module is now part of the build.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11374 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11374
2005-02-15 00:10:15 +00:00
Axel Dörfler
d156256cd6
console_module_info::clear() now honors the "attr" argument. Minor cleanup.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11373 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11373
2005-02-15 00:02:15 +00:00
Jérôme Duval
4419a1e758
adding a default keymap (US-International)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11372 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11372
2005-02-14 17:27:07 +00:00
Jérôme Duval
7b5a0d043e
adding keymap_files
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11371 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11371
2005-02-14 16:41:26 +00:00
Jérôme Duval
1c2b377163
adding a keymap_files target
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11370 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11370
2005-02-14 16:38:34 +00:00
Axel Dörfler
4efb3cc0f4
Now also support reading in cursor images (.CUR files seem to have the same
...
format as .ICO files). Now ignores the alpha channel mask if it couldn't be
read completely instead of not being able to read the image at all.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11369 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11369
2005-02-14 15:09:46 +00:00
Rudolf Cornelissen
11058c2f96
fixed cursor visibility update on show/hide_cursor commands for secondary head on NV40 architecture (hardware bug workaround). Confirmed Dualhead up and working correctly with two analog connected screens on PCIe 6600 GT.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11368 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11368
2005-02-14 14:16:50 +00:00
Jérôme Duval
0d0f1600ef
fixes forwards of BMessages
...
iroster now works successfully
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11367 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11367
2005-02-14 11:47:55 +00:00
Matthew Wilber
3a85b92372
Fixed page changing, simplified entry_ref usage in SetImage()
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11366 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11366
2005-02-13 17:57:38 +00:00
Rudolf Cornelissen
de0194f56b
updated docs (working cards, DMA mode info).
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11365 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11365
2005-02-13 17:54:11 +00:00
Matthew Wilber
658ffe9fcf
Added BAlert manual test, used to make the BAlert unit tests and compare the behavior of Be's BAlert to Haiku's BAlert.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11364 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11364
2005-02-13 16:49:03 +00:00
Matthew Wilber
82cbd5d87d
Added tests for the B_OFFSET_SPACING mode.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11363 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11363
2005-02-13 16:22:04 +00:00
Rudolf Cornelissen
5857e1d66b
added a few ID comments ('sync' to Xorg 6.8.2)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11362 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11362
2005-02-13 11:56:27 +00:00
Rudolf Cornelissen
3a1749827c
added a few ID comments ('sync' to Xorg6.8.2)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11361 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11361
2005-02-13 11:55:11 +00:00
Matthew Wilber
b85443713f
Added tests for B_WIDTH_FROM_WIDEST mode
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11360 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11360
2005-02-12 16:45:35 +00:00
Matthew Wilber
a4821468d6
Moved FuncTranslator.h to private headers, moved #include <FuncTranslator.h> from TranslatorRoster.h to TranslatorRoster.cpp.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11359 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11359
2005-02-12 14:38:18 +00:00
Matthew Wilber
9438f6cc1f
Moved FuncTranslator.h from current/headers/os/translation to private headers. Moved translator_data struct from TranslationDefs.h to FuncTranslator.h.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11358 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11358
2005-02-12 14:35:36 +00:00
Matthew Wilber
1adf927f76
Moved FuncTranslator.h to private headers since it is not intended for the user.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11357 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11357
2005-02-12 14:33:31 +00:00
Matthew Wilber
fa2d26761c
Moved translator_data struct to FuncTranslator private header because this struct is not intended to be used by the user.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11356 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11356
2005-02-12 14:31:01 +00:00
Rudolf Cornelissen
2e73688338
blocking exporting overlay hooks on NV40 architecture cards that are not NV40 or NV45: these newer NV40 architecture cards have a new bes, but we don't know how to set it up yet. :-/
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11355 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11355
2005-02-12 13:26:57 +00:00
Rudolf Cornelissen
9b501a81b3
added some more PIO mode acceleration programming for NV40 and higher. This remains non-functional: aborting dev on this for now. Notes about the problem are in the code. For now I guess no-one cares about PIO mode nomore anyway... ;-)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11354 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11354
2005-02-12 13:06:46 +00:00
Axel Dörfler
3955cf3678
We're now using the --color option for "ls" by default which enables
...
colored output on capable terminals.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11353 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11353
2005-02-12 04:05:27 +00:00
Axel Dörfler
9b0f912d96
Added header for the frame buffer console module. It's here because it
...
will also get syscall that the app_server has to call in order to update
the frame buffer configuration.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11352 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11352
2005-02-12 03:50:49 +00:00
Axel Dörfler
f5a934c950
Added console_module_info structure to be used by console modules like
...
frame buffer console and VGA text.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11351 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11351
2005-02-12 03:48:54 +00:00
Axel Dörfler
f80973f6c2
Replaced the old frame buffer console driver with a built-in frame buffer
...
console module which is used by the console driver, and will be used by
the on-screen KDL.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11350 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11350
2005-02-12 03:45:01 +00:00
Axel Dörfler
c48c2a976f
Ported over the vga text console module from NewOS.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11349 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11349
2005-02-12 03:40:03 +00:00
Axel Dörfler
825474c914
Ported over the console driver from NewOS - this one is a bit more capable
...
than our currently built-in one (colors and stuff). It won't be needed
later on for the distribution, though.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11348 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11348
2005-02-12 03:25:03 +00:00
Axel Dörfler
1252c6cfae
No longer computes a wrong frame buffer size for 15 bit modes.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11347 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11347
2005-02-12 03:12:19 +00:00
Jérôme Duval
ec4fd18f03
_sPrintf implemented
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11346 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11346
2005-02-11 13:04:13 +00:00
Ingo Weinhold
39c9d198ea
* Moved strace source into separate subdirectory.
...
* Now syscall names and parameters are printed. const char* parameters
and return values are retrieved from the client and printed as string.
* Missing are still color output (does consoled support that?) and
searching for given commands in the PATH. Nothing besides the standard
mode has been tested yet, so it's probably not working.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11345 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11345
2005-02-11 05:09:36 +00:00
Ingo Weinhold
20be402385
Moved strace sources into subdirectory.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11344 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11344
2005-02-11 05:02:22 +00:00
Ingo Weinhold
73df3c0847
* Turned off debug output.
...
* The syscall arguments are copied into the respective messages to the
debugger now.
* Optimized the nub thread memory reading command. Now only as many bytes
are sent to the debugger as were actually read.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11343 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11343
2005-02-11 05:00:31 +00:00
Ingo Weinhold
6b2dcef3ec
Explicitly declare the inclusion of the syscall table file generated by gensyscalls.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11342 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11342
2005-02-11 04:57:38 +00:00
Ingo Weinhold
6432752755
Include the syscall info array generated by gensyscalls.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11341 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11341
2005-02-11 04:56:11 +00:00
Ingo Weinhold
7d4d6d35c0
Export an array of static syscall infos generated by gensyscalls.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11340 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11340
2005-02-11 04:54:35 +00:00
Ingo Weinhold
747fcbd3e0
We generate two more files now: A simple array with the kernel function
...
pointers and overall parameters size for the kernel and some more
sophisticated code for strace.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11339 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11339
2005-02-11 04:53:31 +00:00
Ingo Weinhold
ee524c9864
We now also store the names of syscall parameters. This is used for strace. Well, not yet, but it would make a nice extension. :-)
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11338 a95241bf-73f2-0310-859d-f6bbb57e9c96
hrev11338
2005-02-11 04:51:08 +00:00