HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
trunk
/
uspace
/
srv
/
kbd
/
Makefile
– Rev 4669
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
4669
5629 d 15 h
pillai
/trunk/
ARM port for development board integratorcp(ARM926EJ core module).
4509
5679 d 14 h
decky
/trunk/uspace/
rename libadt -> adt
4462
5684 d 9 h
decky
/trunk/uspace/srv/kbd/
keyboard server rewrite: rename "kbd events" to more generic "console events" and similar changes
rename key_buffer.* to keybuffer.*
coding style changes
4413
5698 d 16 h
decky
/trunk/uspace/
add space before $@
4334
5723 d 6 h
svoboda
/trunk/uspace/srv/kbd/
Select correct kbd controller driver on bgxemul.
4284
5733 d 12 h
decky
/trunk/uspace/srv/kbd/
add NS16550 support for sparc64
4240
5743 d 12 h
svoboda
/trunk/
Primitive means of switching keyboard layout at run time. Use Ctrl+Fn, 1 = QWERTY, 2 = Dvorak, 3 = Czech. Remove compile-time option.
4237
5743 d 18 h
svoboda
/trunk/
WIP Czech keyboard layout.
4070
5768 d 11 h
rimsky
/trunk/
SGCN driver modified to reflect the new keyboard driver architecture. Making the Serengeti bootable image smaller by not including some servers/applications.
4067
5771 d 5 h
jermar
/trunk/uspace/srv/kbd/
Fix typo in i460GX
4061
5771 d 13 h
svoboda
/trunk/uspace/srv/kbd/
Constructing parser machines for tty keyboards by hand is a pain. Let the machine do it -- let's nuke some ants.
4049
5772 d 6 h
svoboda
/trunk/uspace/srv/kbd/
Do not create obsolete symlinks.
4044
5772 d 11 h
svoboda
/trunk/
Userspace driver for ski keyboard port.
3926
5789 d 5 h
svoboda
/trunk/uspace/srv/kbd/
Compile i8042+pc for ia64.
3925
5789 d 6 h
svoboda
/trunk/uspace/srv/kbd/
Fix typos. Remove old makefile parts.
3924
5789 d 6 h
svoboda
/trunk/uspace/srv/
Add some missing ports and controllers (untested). Remove old parts of keyboard driver.
3923
5790 d 5 h
svoboda
/trunk/
Keyboard driver overhaul -- organize by hardware structure. This is w.i.p. Modifier keys, as well as ppc32, ia64 and sparc64 will not work yet.
3882
5795 d 8 h
decky
/trunk/uspace/
cleanup configuration
code cleanup
3803
5818 d 9 h
decky
/trunk/
configuration system overhaul (requires newt)
3754
5841 d 15 h
svoboda
/trunk/
Fix mips32eb build a bit.
3699
5855 d 16 h
svoboda
/trunk/uspace/
Clean .o files in individual makefiles.
3672
5864 d 8 h
jermar
/trunk/
Merge sparc branch to trunk.
3661
5869 d 6 h
vana
/trunk/
IA64: repair similators support
3568
5891 d 17 h
svoboda
/trunk/uspace/
Always include Makefile.config instead of passing ARCH and COMPILER to child make on the command line. Allows running make on individual apps and allows more configuration options.
3201
6019 d 15 h
svoboda
/trunk/uspace/
Do not disassemble needlessly.
3081
6049 d 13 h
decky
/trunk/uspace/srv/
remove __entry_driver entry points
2479
6395 d 14 h
jermar
/trunk/
New, better-structured, directory layout for uspace.
2465
6410 d 13 h
jermar
/trunk/
Merge arm32 into trunk.
2071
6552 d 7 h
jermar
/trunk/
(c) versus (C)
1873
6684 d 8 h
jermar
/trunk/uspace/kbd/
sparc64 support for the kbd userspace service.
1787
6742 d 10 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1707
6768 d 8 h
palkovsky
/uspace/trunk/
Added mouse input. Still missing support in console and framebuffer.
1451
6784 d 17 h
cejka
/uspace/trunk/
Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.
1368
6797 d 6 h
decky
/uspace/trunk/
use proper entry point
the functionality of the broken __DONT_OPEN_STDIO__ is restored
1367
6797 d 6 h
decky
/uspace/trunk/
create special entry point for drivers (don't initialize I/O)
1352
6798 d 14 h
palkovsky
/uspace/trunk/
Fixed not compiling uspace after libipc merge.
1339
6799 d 7 h
cejka
/uspace/trunk/
Uspace keyboard handler for ia32.