Timeline



2011-05-22:

20:05 Changeset in mainline [eaeb056]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/mm.
20:04 Changeset in mainline [2bdf8313]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not lock page tables on mips32 during page fault.
19:33 Changeset in mainline [b4ffe5bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use the P2SZ() macro in address space area backends.
19:24 Changeset in mainline [9ea8fdb4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Get the format right.
19:17 Changeset in mainline [e06e2716]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Passing stringified LINE does not conserve space very well, pass …
14:34 HardwareSupport edited by Jiri Svoboda
Fix formatting (diff)
14:15 HardwareSupport edited by Jiri Svoboda
Add platform overview (diff)
14:06 HardwareSupport edited by Jiri Svoboda
Add FreeRunner HW (diff)
13:06 Meetings edited by Jiri Svoboda
Expand introduction (diff)
12:58 Meetings edited by Jiri Svoboda
Date of next meeting (diff)
12:51 Lab edited by Jiri Svoboda
Delete entry which is 'no longer available' (diff)
12:50 Lab edited by Jiri Svoboda
Delete entry without contact. This is not a platform support matrix. (diff)
12:43 FreeRunner edited by Jiri Svoboda
Update status and plans (diff)
12:31 CurrentIssues edited by Jiri Svoboda
(diff)
12:30 ArchFeature created by Jiri Svoboda
Create architecture feature matrix
12:13 WikiFormatting created by Jiri Svoboda
Link to official Trac wikiformatting page
12:10 DeveloperDocs edited by Jiri Svoboda
Update USB links (diff)
10:16 UsersGuide/CommandReference edited by Jiri Svoboda
Add note on executable directories (diff)
10:10 UsersGuide/CommandReference edited by Jiri Svoboda
Fix formatting. (diff)
10:09 UsersGuide/CommandReference edited by Jiri Svoboda
Shell built-in commands. Description of categories. (diff)
09:57 UsersGuide edited by Jiri Svoboda
Networking guide wanted (diff)
09:07 UsersGuide/CommandReference edited by Jiri Svoboda
Add services from init and non-ia32 platforms. (diff)
08:57 UsersGuide/CommandReference edited by Jiri Svoboda
i8259 is interrupt controller. Add OBIO and FHC. (diff)
08:51 UsersGuide/CommandReference edited by Jiri Svoboda
Add commands from services directory (diff)

2011-05-21:

16:50 Changeset in mainline [c99693a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not lock page tables on ppc32 during page fault.
16:47 Changeset in mainline [235e6c7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Propagate the nolock flag to individual mapping_find() implementations.
16:23 Changeset in mainline [0ff03f3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Allow calling page_mapping_find() with unlocked page tables.
16:23 Changeset in mainline [9d47440]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge mainline changes.
15:45 Changeset in mainline [13f2461]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge the functionality of assert_abort() and assert_static_abort() …
14:33 Changeset in mainline [faeb7cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add additional RETURN_IF_ERRORs
14:29 Changeset in mainline [1b3e854]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add library function for explicit heap structure consistency check use …
11:26 Changeset in mainline [955f2a5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
implement assert_static() as a safer replacement to malloc_assert()
00:02 Ticket #342 (mips32: Memory management lockup) closed by Jakub Jermář
fixed: Fixed the hang in changeset:mainline,974. The failed assert is still …

2011-05-20:

23:58 Changeset in mainline [0c33b1d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
The malloc_futex should be up'ed when an assert is hit inside malloc().
23:57 Ticket #3 (Memory management limitations) updated by Martin Decky
Depends on changed
23:55 Ticket #243 (ppc32 exception handling broken) reopened by Martin Decky
23:55 Ticket #335 (ppc32 kernel needs to be able to handle TLB misses caused by ...) updated by Martin Decky
Depends on changed
23:54 Ticket #343 (Generic address translation miss handler for the kernel address space) created by Martin Decky
We need a generic address translation miss handler for the kernel …
23:52 Ticket #342 (mips32: Memory management lockup) updated by Martin Decky
OK, so this is basically the same assertion as in ticket #337 on …
23:48 Ticket #342 (mips32: Memory management lockup) updated by Jakub Jermář
Indeed - after commenting out all futexes in malloc.h, malloc3 test …
23:40 Ticket #342 (mips32: Memory management lockup) updated by Jakub Jermář
Could the problem be that we hit an assert while holding the …
23:23 Ticket #342 (mips32: Memory management lockup) updated by Jakub Jermář
Looks like the thread is blocking on a futex: […]
23:12 Changeset in mainline [c263c77]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
revert poisonous part of changeset mainline,971 (sadly, this reopens #243)
22:26 Changeset in mainline [b6f3e7e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Cleanup. No change in functionality. Delegate some work to the …
21:20 HardwareSupport edited by Jiri Svoboda
CD-ROM reported to work (diff)
21:17 Ticket #316 (Real CD-ROM not working) closed by Jiri Svoboda
fixed: Fixed in changeset:mainline,916.
21:14 Ticket #316 (Real CD-ROM not working) updated by Jiri Svoboda
Jiří Kavalík reports the driver to work with his ATAPI DVD writer. …
20:37 Changeset in mainline [c9256c5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Minor fixes and improvements - Ensure linking against libusb is …
20:29 Changeset in mainline [e8f826b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merged headers in libusb
20:24 Changeset in mainline [96f2aa6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo uses generic resolving function
20:23 Changeset in mainline [a9ab7f47]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add function for resolving USB paths The great function is called …
20:11 Changeset in mainline [04028225]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Getting address by handle also moved into libusb
20:01 Changeset in mainline [0edf7c7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
HC communication moved into libusb Although communication with HC …
16:14 Ticket #243 (ppc32 exception handling broken) closed by Martin Decky
fixed: Fixed as of mainline,971, more details in …
16:09 Changeset in mainline [712c4ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
avoid spinlocks to be taken in the direct code path to physically …
14:36 Changeset in mainline [8bb61e6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
more comments for ohci root hub
14:16 Changeset in mainline [a60afd0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Static build when linking with libusb
14:15 Changeset in mainline [c7c2443]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Ignore shared object files
13:43 Changeset in mainline [5499a8b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
usb hid parser doxygen
13:02 Changeset in mainline [e7079cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Some debugging output.
12:49 Changeset in mainline [74b1e40]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
hid parser header's doxygen doc
11:18 Changeset in mainline [293de44]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
11:07 Changeset in mainline [4fe3b6d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with development
10:44 Changeset in mainline [e765ccb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changed HID driver interface and modified mkbd + fixes.
10:24 Changeset in mainline [d1fb591]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Saving max input report length and initializing buffer.
10:23 Changeset in mainline [4939490]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Removed generic subdriver from mappings + some debug output
01:19 Changeset in mainline [5c460cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Koupy <petr.koupy@…>
Updated CFLAGS filtration according to mainline changes.
01:13 Changeset in mainline [98e4507]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Koupy <petr.koupy@…>
Merge mainline changes.
01:04 Changeset in mainline [a0bb65af]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Koupy <petr.koupy@…>
Added automatic download and extraction of binutils redistributable …

2011-05-19:

23:13 Changeset in mainline [326bf65]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix an unsigned overflow which prevented proper handling of page …
20:04 Changeset in mainline [2f23341]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix ia64 regression introduced in mainline,966. The ia64 stack is …
18:01 Changeset in mainline [2a922c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add GDB to the toolchain script
17:07 Changeset in mainline [a6d8726]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
improve formatting directive again
16:47 Changeset in mainline [26aafe8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cleanup the huge mess related to stacks, their sizes and locations use …
16:46 Changeset in mainline [bcaca55]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle, fix typo
16:44 Changeset in mainline [473d5d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add magic value to THE structure for better stack/memory corruption …
15:20 Changeset in mainline [d09f3720]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Development changes.
15:20 Changeset in mainline [df44fa2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Removed binary
07:24 Changeset in mainline [7941bd6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix OHCI crash regression
07:21 Changeset in mainline [70c85320]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix crash on endpoint addition(make sure ep lists are initialized)
06:47 Ticket #342 (mips32: Memory management lockup) updated by Jakub Jermář
Replying to decky: > Suggestion: It would be very helpful …
02:32 Changeset in mainline [10a530cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Koupy <petr.koupy@…>
Added config flag controlling whether to build binutils (disabled by …
02:30 Changeset in mainline [cb7c685]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Koupy <petr.koupy@…>
Improved syntax for file appending in shell scripts. Minor …

2011-05-18:

20:18 Changeset in mainline [98d7550]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen and code style fixes, improve error handling in root hub …
20:17 Changeset in mainline [030937e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
18:24 Changeset in mainline [02cacce]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen and some minor code-style changes
17:36 Changeset in mainline [9c757820]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix formatting directive
17:16 Changeset in mainline [6c3106f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ppc32: get rid of the real-mode TLB/PHT exception handlers
17:13 Changeset in mainline [1182d79]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
print information about current objects in case of panic
16:25 Changeset in mainline [17fc40c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Prohibit getting device handle on default address
15:26 Changeset in mainline [45e0e07]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove debug output in irq handler
15:23 Changeset in mainline [2ff7360]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use better error handling in root hub registration routine
13:25 Changeset in mainline [0dd8c29]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ppc32: use block address translation registers on a mandatory basis
13:02 mips32_malloc3.png attached to Ticket #342 by Martin Decky
screenshot
13:02 Ticket #342 (mips32: Memory management lockup) created by Martin Decky
When running the malloc3 uspace test on mips32/GXemul (with 128 MB of …
12:48 Changeset in mainline [912100e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix typo
12:44 Changeset in mainline [f10edae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
10:59 Changeset in mainline [f58154c5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Minor fixes and comments UHCI: use provided barrier defines (buffer …
10:58 Changeset in mainline [aeca5a3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix UHCI malloc32 warning message. Add bzr ignore for mkbd binary
10:46 Changeset in mainline [68b9f148]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI: restart hw on unrecoverable error
10:40 Changeset in mainline [33d19a7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix OHCI buffer access. Consider more than one data transaction when …
09:34 Changeset in mainline [c7b5826]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes

2011-05-17:

22:28 Changeset in mainline [78bfae9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Running generic HID driver for each device
19:33 Changeset in mainline [e6eee2b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
tiny improvement
19:30 Changeset in mainline [b2995c3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixes in mkbd (includes, removed binary)
19:29 Ticket #338 (klog repeats the last screen over and over again and eats all memory) closed by Jakub Jermář
fixed: IMHO this ticket may be closed now. Heap shrinking was integrated in …
19:09 Changeset in mainline [ef90ffb3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
HID parser improved significantly, more subdrivers fix, mouse wheel.
19:00 Changeset in mainline [4880210]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
First draft of sample application for demonstrating HID driver.
18:44 Changeset in mainline [88be3a0b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Small fix in HID driver merged with development
16:07 Changeset in mainline [38c773e7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make really sure the test does not trip over and fell on its own …
15:13 Changeset in mainline [013a5d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add proper heap shrinking implementation add malloc3 test (a …
15:11 Changeset in mainline [f414851]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
15:11 Changeset in mainline [0a02653]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
linked list improvements port uspace linked list improvements back to …
15:10 Changeset in mainline [97d42d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
get rid of KLOG_LATENCY (thanks to the event notification unmask …
12:54 Changeset in mainline [d736fe38]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
More comment fixes and code cleanup
12:47 Changeset in mainline [2586860]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Finish libusb reorganization
12:40 Changeset in mainline [160b75e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix Doxygen groups of USB libraries
12:21 Changeset in mainline [28d9c95]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Cleanup, add normal and doxygen comments
10:46 Changeset in mainline [5f94a0c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add timeouts to the enumeration routine
10:14 Changeset in mainline [2aaf804]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use provided barriers instead of asm constructs. Use warning instead …
09:24 Changeset in mainline [faa44e58]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libusbhid uses include usb/hid
09:20 Changeset in mainline [5e6e50b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
09:07 Changeset in mainline [8b984a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Update ignore list
09:06 Changeset in mainline [9f2de92]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Address keeper removed This structure is no longer needed.
08:54 Changeset in mainline [7d521e24]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libusbdev uses include usb/dev
07:58 Changeset in mainline [04c418d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
07:44 Changeset in mainline [3375bd4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes Conflicts: …
07:18 Changeset in mainline [72cd53d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Small fixes and improvements Fixed buffer overflow in lsusb. lsusb …

2011-05-16:

20:33 Changeset in mainline [0d8a304]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/mm.
19:58 Changeset in mainline [0496c17]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Allow events to define unmask callback. Make klog_update() the unmask …
16:13 Changeset in mainline [bec0219]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
double the size of kernel klog ring buffer (on ia32 the original size …
16:04 Ticket #338 (klog repeats the last screen over and over again and eats all memory) updated by Martin Decky
As of mainline,948, the points (2), (4), (5), …
15:56 Ticket #289 (klog's interrupt_received() routine is too heavy-weight) closed by Martin Decky
fixed: Most of the issues should be mitigated as of [changeset:mainline,948
15:37 Changeset in mainline [4e1a2f5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
reimplement klog, use multi-fibril producer/consumer architecture
13:38 Changeset in mainline [f9061b4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add kernel event notification masking (currently used only for …

2011-05-15:

19:28 Changeset in mainline [8d308b9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Start tracking reservable memory after zones are created and possibly …
15:37 Changeset in mainline [acd3905]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Add a simple tool to generate a lot of directory entries
15:27 Changeset in mainline [423f64f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Added a simple program to benchmark filesystems
14:44 Changeset in mainline [d61c3a7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge mainline changes.

2011-05-14:

11:30 Changeset in mainline [d83bf51]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed multimedia key mapping

2011-05-13:

20:40 Changeset in mainline [e913cc9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Virtual HC destroy pending transfers after unplug
20:14 Changeset in mainline [88a27f1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
1. Split fat_get_cluster into 3 methods: fat_get_cluster_fat[12,16,32]
20:02 Changeset in mainline [00b6c73]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Virtual HC prints name of connected device
20:01 Changeset in mainline [d29f32f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add missing include
18:57 Changeset in mainline [7eecbb8b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
HID driver uses default logging level
18:32 Changeset in mainline [2720b51a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
lsbusb scan all adresses
18:26 Changeset in mainline [f64e81a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Default log level configurable
18:26 Changeset in mainline [11e00c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Do not print all levels to file Only screen level + 1 is printed to …
17:36 Changeset in mainline [852803a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix buffer overflow
17:30 Changeset in mainline [ff2e72e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
remove old debug messages
14:49 Changeset in mainline [e0f52bf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add list iterator macro
14:48 Changeset in mainline [8f466fc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle (no change in functionality)
14:45 Changeset in mainline [50cd285]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix bug #98 Initialization of devices Doxygen fixes Adds new …
14:40 Changeset in mainline [a29529b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
14:37 Changeset in mainline [81db65b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use newly added udealy function instead of silent usb_log
14:35 Changeset in mainline [5fd3f2d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add udelay function (syscall wrapper)
14:34 Changeset in mainline [7e7b791]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement SYS_THREAD_UDELAY syscall for short delays
14:32 Changeset in mainline [56273bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle, use unsigned ints for flags
14:16 Changeset in mainline [8fcaeed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
definition of OHCI root hub status masks
14:16 Changeset in mainline [09696b54]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
simple producer-consumer queue implementation
14:15 Changeset in mainline [3476be8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
definition of status masks uses definitions in ohci_regs old code …
14:02 Changeset in mainline [fa7aa50]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
clean up the contrib directory a little bit
14:00 Changeset in mainline [e8c5c11]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use C99 with GNU extensions as the language standard when building by GCC
13:56 UsersGuide/CommandReference created by Jiri Svoboda
13:44 Changeset in mainline [55054db0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
13:39 Changeset in mainline [37f87fa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed setting of data to mouse wheel function
13:36 Changeset in mainline [64a36e2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
usb_hub_polling_terminated_callback added, so that hub driver fibril …
13:35 UsersGuide edited by Jiri Svoboda
Add link to command reference (diff)
13:27 UsersGuide/Editor edited by Jiri Svoboda
Text editor was in 0.4.2 (diff)
13:09 Changeset in mainline [aca3489]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
usb_hub_polling_terminted_callback function
12:44 Changeset in mainline [65b458c4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Subdriver-specific data moved to the subdriver structure. + DDF ops …
10:40 Meetings edited by Jakub Jermář
Update venue of tomorrow's meeting. (diff)
10:31 Changeset in mainline [4a7a8d4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
10:30 Changeset in mainline [05e21ffc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
minor changes

2011-05-12:

18:20 Changeset in mainline [7b90778d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/upa.
18:09 Changeset in mainline [682cfceb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix formatting of ppc32 istate_decode().
17:48 Changeset in mainline [8469c53]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix formatting of mips32 istate_decode().
17:43 Changeset in mainline [a99a3d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix formatting of arm32 istate_decode().
17:38 Changeset in mainline [2438fa6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix formatting of amd64 istate_decode().
17:38 Changeset in mainline [4489117]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
For useful stack traces, we need to make sure we have frame pointers.
17:18 Changeset in mainline [f36787d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix formatting of ia32 istate_decode().
16:49 Changeset in mainline [b5e68c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge mainline changes.
15:40 Changeset in mainline [97cb542]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixes
15:14 Changeset in mainline [53d9ee9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Koupy <petr.koupy@…>
Added scripts that interconnect HelenOS build process with binutils …
09:16 Changeset in mainline [d59d0bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged changes to HID parser from maklf
09:03 Changeset in mainline [9e195e2c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merge from development
08:39 Changeset in mainline [456aea3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Removed usbkbd from makefile
08:34 Changeset in mainline [373bc2d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Removed old usbkbd driver.
08:33 Changeset in mainline [d3b6d5e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Renamed lgtch-ultrax subdriver to multimedia

2011-05-11:

21:19 Lab edited by Jakub Jermář
(diff)
21:06 Ticket #119 (Revive support for Dell PowerEdge 7150 machine (ia64)) updated by Jakub Jermář
It would be worth the try to repeat the same test on the MFF UK's Dell …
20:55 Ticket #119 (Revive support for Dell PowerEdge 7150 machine (ia64)) updated by Jakub Jermář
I have just found out that it is possible to boot (quite successfully) …
19:41 Changeset in mainline [c372e03]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Mass storage fixes (#206) Also some refactoring was done.
19:37 Changeset in mainline [5f0fe4e9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Mass storage (small) refactoring
19:31 Changeset in mainline [cf002dbf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add comments to mass storage driver
19:20 Changeset in mainline [70c12d6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix inquiry of USB mass storage The problem was bad endianness in …
19:03 Changeset in mainline [19387b61]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add wrappers for endpoint status and clear halt
16:49 Changeset in mainline [a81a1d09]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes

2011-05-10:

22:01 Changeset in mainline [9be8669]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Fix of hid output

2011-05-09:

19:08 Ticket #339 (Dynamic linker needs full TLS support) updated by Jiri Svoboda
Status, Owner, Description changed
There is a special TLS program header that describes the thread-local …

2011-05-08:

20:43 Changeset in mainline [23f40280]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen and other minor fixes (no functional change)
20:26 Changeset in mainline [9212f8a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Start libusb reorganization
20:00 Changeset in mainline [3e4f2e0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libusb divided into sublibraries Also removed address keeper test …
19:55 Changeset in mainline [7aaf403e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
merge to maklf branch
19:38 Changeset in mainline [3a6e423]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Parsing of usages in case of array items repaired
19:12 Changeset in mainline [ebf6a40]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix bug #98 (kinda - still uses nasty hack)
19:06 Changeset in mainline [511cfc8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
19:02 Changeset in mainline [11349a85]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use non-printed debug statement to wait the right amount of time …
18:39 Changeset in mainline [8855939]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Do not reset EHCI controller (messes with already connected devices).
16:46 Changeset in mainline [f55ded3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Some little changes
16:42 Changeset in mainline [c2fcfc0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix inode corruption bug in V2/V3 code path
16:30 Changeset in mainline [1989cdf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Multimedia keys mapping table removed
16:04 Changeset in mainline [f50f722]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
merged development changes
16:00 Changeset in mainline [68b614e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Correct parsing of usages in case of array items
15:53 Changeset in mainline [252cf2a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Development changes merge Correct parsing of usages in case of array items
15:43 Changeset in mainline [19065c7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
14:38 Changeset in mainline [a948c23]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fine tune EHCI handling
13:47 Changeset in mainline [7b6f116]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
lsusb improvements
13:39 Changeset in mainline [5dfee52]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
lsusb prints attached devices as well
13:38 Changeset in mainline [df25ab6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
All HC drivers supports "get handle by address"
13:37 Changeset in mainline [eb2f7dd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add getting handle by address over USBHC iface
13:37 Changeset in mainline [84de606d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Device keeper can tell handle by USB address
12:46 Changeset in mainline [79784ef8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add comment how device "learns" its USB address
11:54 Changeset in mainline [d394e57a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Reduce wait times in uhci reset sequence (helps with bug #98)
06:41 Changeset in mainline [60b3bea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix printf directive for size_t (again)

2011-05-07:

16:00 Changeset in mainline [561f41b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Major refactoring #211 should be fixed UHCI: all interrupts are …
15:52 Changeset in mainline [3ae5ca8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Compile fix
15:51 Changeset in mainline [76ef94e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
15:41 Changeset in mainline [d2bff2f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
UHCI refactoring
15:22 Changeset in mainline [dc5f2fb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Further OHCI refactoring
14:59 Changeset in mainline [b23e9cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix IPC-caused hang (#216)
14:57 Changeset in mainline [faf498d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Nicer messages in usbinfo
14:56 Changeset in mainline [6985b4e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix unanswered IPC calls (#216)
14:40 Changeset in mainline [cb0ab9e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
14:28 Changeset in mainline [cc5908e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Development changes merged
14:26 Changeset in mainline [62265ce]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI initialization refactoring
13:59 Changeset in mainline [652f484]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
13:59 Changeset in mainline [7205209]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix #210 (endless polling)
13:56 Changeset in mainline [4d20ef7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
reverted disabled hid log
13:56 Changeset in mainline [02804e1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add lsusb, usbinfo accepts HC number and address
13:47 Changeset in mainline [1866945]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
13:45 Changeset in mainline [95285378]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
workaround for ohci root hub not needed and removed some comments
13:40 Changeset in mainline [6fb003e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fixed: OHCI: use devices are not detected at startup time
13:39 Changeset in mainline [7ab7c7f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
11:42 Changeset in mainline [5d07f54]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Reset OHCI root hub even if taking control from SMM driver postpone …
11:39 Changeset in mainline [df0bbe1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo accepts host:address device specification
11:36 Changeset in mainline [69ac0fd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Getting HC handle by class in libusb
11:18 Changeset in mainline [192ba25]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
usbhub: warning if there are still some unhandled changes on port
11:14 Changeset in mainline [426d31a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
corrected change disabling
11:10 Changeset in mainline [e5165a3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
lsusb prints path to host controller
11:10 Changeset in mainline [431d6d6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Devman can tell device path by its handle This patch might go into …
10:53 Changeset in mainline [bd2394b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Removed functions for returning size of report for usage path
10:40 Changeset in mainline [8594505]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Initial version of lsusb application
10:34 Changeset in mainline [2c49b81b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
All USB host controllers added to usbhc DDF class
10:29 Changeset in mainline [28216a0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
More strict checking in VHC
10:25 Changeset in mainline [bba0dc20]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Minor initialization fixes
10:05 Changeset in mainline [d38d830]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
09:59 Changeset in mainline [bc02b83]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Virtual USB improvements
09:50 Changeset in mainline [f90c0d6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Small fixes Bad printf directive (again) and uninitialized variable.
09:35 Changeset in mainline [beee81a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Virtual USB refactoring Changes include * add missing comments * …
09:31 Changeset in mainline [cecb1a97]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Subdriver mapping for multimedia keys.
09:21 Changeset in mainline [abfd36b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
one more debug message
09:14 Changeset in mainline [84b240f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Mouse subdriver mapping improved
09:05 Changeset in mainline [e78660f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
hub driver: fix for endless polling
09:01 Changeset in mainline [1c3fcf9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed #119
08:59 Changeset in mainline [1b7dc5e9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed autorepeat of keys (#119)
08:50 Changeset in mainline [fb295b6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fix
08:50 Changeset in mainline [c7fbb90]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fix in subdriver mappings
08:45 Changeset in mainline [f1d16663]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Postpone hw until all structures are initialized and irq handler …
08:38 Changeset in mainline [78dbf5b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixes (parsing), mouse driver improved, generic HID driver improved
08:31 Changeset in mainline [45a2688]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from maklf - delimiters + usage paths comparison
08:30 Changeset in mainline [1ce4189]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from development
08:20 Changeset in mainline [ba17f5b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Development branch changes
08:18 Changeset in mainline [42e2172]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libusbvirt: doxygen comments
07:43 Ticket #341 (Divide error panic in delay loop calibration during boot) updated by Jakub Jermář
Version changed
07:41 qemu.png attached to Ticket #341 by Jakub Jermář
07:40 Ticket #341 (Divide error panic in delay loop calibration during boot) created by Jakub Jermář
See the attached screenshot. Seems like we are dividing by zero in …

2011-05-06:

17:54 Ticket #243 (ppc32 exception handling broken) updated by Jakub Jermář
And couldn't we fix this by using a different mechanism for …
16:18 Changeset in mainline [5f7b75a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
BEGIN and ANYWHERE options added to usage path comparison
15:55 Changeset in mainline [3b543d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from usb/development
15:50 Changeset in mainline [e25a849]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libusbvirt: split IPC wrappers into more files
15:46 Changeset in mainline [6c6a95d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add support for some ATi OHCI chipsets, fix spurious reboot on startup
15:40 Changeset in mainline [d0c060b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
bugfix candidates: ohci: detecting devices connected on startup hub …
15:33 Changeset in mainline [dc06caa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
More comments in libusbvirt
15:33 Changeset in mainline [c8eddf4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fixed: be carefull about Gate A20 in OHCI Legaci support Add matchids …
15:26 Changeset in mainline [f8e549b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Mouse wheel acting as arrow keys. - Added some debug output. - …
14:52 Changeset in mainline [1be39e9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
HID Parser - basic support for delimiters - bug fix
14:34 Changeset in mainline [a943106]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add comments to libusbvirt headers
14:21 Changeset in mainline [750636a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
softfloat: slightly improve coding style (no change in functionality)
13:38 Changeset in mainline [9350e837]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add match ids for ATi chipset remove dead code
13:38 Changeset in mainline [3da17644]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add match ids for ATi chipset remove dead code
13:37 Changeset in mainline [42d47f8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Removed virtusbkbd application Superseeded by vuh.
13:33 Changeset in mainline [674cf89]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
HID Parser - basic support for delimiters
13:09 Changeset in mainline [075c1eb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI interrupts Kernel support for accessing memory mapped registers …
13:08 Changeset in mainline [3d4aa055]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
13:01 Changeset in mainline [7bb8036]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Mouse subdriver for generic mouse.
12:58 Changeset in mainline [a58dd620]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix message format
12:47 Changeset in mainline [03cfda08]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix OHCI interrupt pseudocode, remove dead code
12:45 Changeset in mainline [04c1524]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fix from maklf
12:45 Changeset in mainline [180255f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement access to memory mapped register in irq pseudocode.
10:30 Changeset in mainline [dd3eda2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Report recieving tracked for each device separately.
10:26 Changeset in mainline [22ded10]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Usage path fix in HID parser
10:12 Changeset in mainline [9a884ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Virtual HID terminates with last interface Also it is not possible to …
09:29 Changeset in mainline [30f9f8f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
09:25 Changeset in mainline [26f6094]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
09:25 Changeset in mainline [166c4752]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixes from maklf
08:50 Changeset in mainline [3b5d5b9d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
#209 - correct usage paths for decomposed items, bug fix
08:37 Changeset in mainline [561112f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI interrupt support
08:34 Changeset in mainline [1181249]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixes from development
08:33 Changeset in mainline [f7ccf46]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add irq pseudocode commands for accessing memory
08:30 Changeset in mainline [310c4df]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixes in USB HID driver. - Missing loop in mouse subdriver. - Double …
07:53 Changeset in mainline [10849ffc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from maklf - fixes
07:53 Changeset in mainline [8cbd512]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from development
07:51 Changeset in mainline [acdbd780]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
development merge
07:45 Changeset in mainline [b9d7965]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
#209 - correct usage paths for decomposed items, bug fix
07:34 Changeset in mainline [054537b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Small fix in USB HID driver.
07:14 Changeset in mainline [0a494fe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix printf directive for size_t
06:12 Changeset in mainline [1519b91]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
#209 - correct usage paths for decomposed items

2011-05-03:

20:37 Changeset in mainline [d1ac0d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Fixed bugs with mounting
18:56 Meetings edited by Jiri Svoboda
Date of next meeting (diff)
10:12 Changeset in mainline [4bfd85b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Mouse driver ported to HID parser, DDF function for subdrivers.
09:48 Changeset in mainline [3facf63a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
DFF function for generic HID subdriver. - Changed usbhid interface - …
09:16 Changeset in mainline [31cfee16]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Creating DDF functions in subdrivers + saving input report. - …

2011-05-02:

18:55 Changeset in mainline [40949d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix bugs in bitmap code
14:09 StandardAPI edited by Martin Decky
implemented functions in unistd.h (diff)
13:49 KnowledgeArticles edited by Martin Decky
regroup, add new document (diff)
13:47 StandardAPI created by Martin Decky
start documenting HelenOS Standard API
10:17 Changeset in mainline [a8c14aa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
Initial support for writing on FAT32. fat_get_cluster correctly store …
07:35 Changeset in mainline [979c313a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
Fix bug with cluster at sector boundary (FAT12 only).

2011-05-01:

20:09 Changeset in mainline [daa36d3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Ignore additional files created by build
19:48 Changeset in mainline [0e26444]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Fix includes in ext2fs_ops
19:34 Changeset in mainline [694ca93f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Merge mainline changes
19:29 Ticket #340 (Printing list of mounted file systems) created by Jiri Svoboda
It would be nice to be able to print the list of mounted file system …
19:03 ReleaseNotes/0.5.0 edited by Jakub Jermář
Mention memory reservations and dynamic loading of libc. (diff)
19:00 Changeset in mainline [042fbe0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
mkfat.py - check for 8+3 filename limit violations. Work around FAT …
13:50 Ticket #339 (Dynamic linker needs full TLS support) created by Jiri Svoboda
Currently the dynamic linker can only handle thread-local variables …
13:40 Ticket #56 (Finish and merge the dynamic loader to trunk) closed by Jiri Svoboda
fixed: Dynamic linking support merged in changeset:mainline,937. Two years …
13:08 Changeset in mainline [e175d69]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge dynamic linking support (ia32-only, off by default). Very …
13:06 Changeset in mainline [e515a827]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix mis-merge.
12:38 Changeset in mainline [7f9bc04]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove ppc32 and mips32 rtld TLS code.
12:33 Changeset in mainline [3f10d92]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove more stuff before integration.
12:18 Changeset in mainline [326d86e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove references to rtld sources in ppc32 and mips32 makefiles.
12:14 Changeset in mainline [4235849]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Replace ppc32 and mips32 linker scripts with mainline versions.
12:13 Changeset in mainline [9fb1397]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove ppc32- and mips32- specific rtld sources.
12:10 Changeset in mainline [8a1fb09]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Integrate rest of rtld/ into C library.
11:47 Changeset in mainline [d2a6a04b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Loader is STATIC_ONLY.
11:45 Changeset in mainline [54146a0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Add missing sections to ia32 linker script. Now we discard debugging …
10:32 Changeset in mainline [5d4763b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Supress debugging output.
10:29 Changeset in mainline [928cd9e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Use shared softint library.
10:26 Changeset in mainline [364778b2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Document new makefile options.
10:17 Changeset in mainline [ec883cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Make library symlinks automatically.
10:04 Changeset in mainline [5b72635]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Use dynamic linking for all apps and servers except those that are …
09:15 Changeset in mainline [b5db2ae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
1. Add macros for determining first cluster of root directory …
07:02 Changeset in mainline [0a51029f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
Implemented readonly access to FAT32 file system Support reading root …

2011-04-30:

20:47 Ticket #338 (klog repeats the last screen over and over again and eats all memory) updated by Jakub Jermář
Seems like the problem is that the userspace klog can't keep up with …
20:22 Changeset in mainline [7fb3f1c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Make all architectures buildable. Only allow enabling dynamic linking …
16:45 Changeset in mainline [2ca5f632]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Integrate arch/ part of rtld into core C library.
16:20 Changeset in mainline [15b3761]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove leftovers. Fix warning on 64-bit.
16:12 Changeset in mainline [729f774f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge linker script sources for shared libs and dynamicaly linked …
14:49 Changeset in mainline [4ddbea7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Bring linker scripts closer to the default one (debug, tbss).
14:48 Changeset in mainline [a41577e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix typo in ppc32 linker script.
13:44 Changeset in mainline [f798178]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge mainline changes.
13:27 Changeset in mainline [fdc05ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Remove useless cast
13:23 Changeset in mainline [3f461ecf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge loader / linker script improvements.
13:22 Changeset in mainline [28c4ca7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Yet another bug in mips32 linker script.
12:56 Changeset in mainline [365a41d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix typo in mips32 linker script.
12:24 Changeset in mainline [44c6091f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
cstyle
11:50 Changeset in mainline [aa2ea13]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
Breaking long lines at 80-character boundary
11:45 Changeset in mainline [8a49fed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Added implementation of mfs_truncate(), it does not prune indirect …
11:22 Changeset in mainline [875edff6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
It is possible to mount FAT32 file system. Changes: 1. 32bit …
10:42 Changeset in mainline [a1fdf53]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Work around problem with .init section alignment on ia64. Real fix …
10:06 Changeset in mainline [c53d906]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge linker script for the loader into the default linker script in C …
08:02 Changeset in mainline [cb052b4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
1. Add new macros for determining FAT32 (FAT_IS_FAT32) and change …
06:19 Changeset in mainline [ce8f4f4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
Replace str_cmp to bcmp for directory name comparsion.
05:52 Changeset in mainline [109a998]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
libcompat: Small changes to the <string.h> implementation

2011-04-29:

20:59 Changeset in mainline [fcfd002]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Re-converge linker scripts used by loader to those in C library.
20:45 Changeset in mainline [2874547]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix compile time errors (malloc.h has been added)
19:56 Changeset in mainline [30c4005]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline improvements
19:48 Changeset in mainline [6b40ea7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix typo
19:44 Changeset in mainline [bae7bdc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Move functions for jumping to the entry point from loader to the C …
16:15 Changeset in mainline [afdcc60e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Link with -n (nmagic) instead of -N (omagic). omagic makes text …
14:14 Changeset in mainline [0dea35f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix: power change repeating
14:07 Changeset in mainline [9e929a0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with development
14:02 Changeset in mainline [152ec79]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
corrected hub power change handling
13:43 Changeset in mainline [e1dbcbc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
13:14 Changeset in mainline [30710035]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Mouse driver uses HID parser. - Parsing of X and Y - works fine. - …
13:13 Changeset in mainline [e67399e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Minor changes
12:37 Changeset in mainline [890961a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fix
12:34 Changeset in mainline [9d05599]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
usages order fixed
11:52 Changeset in mainline [2571089]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
HID parser refactoring
11:43 Changeset in mainline [664a331c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
development merged
11:10 Changeset in mainline [3dbe4ca2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
Merge mainline changes.
09:38 Changeset in mainline [f19f1b7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
HID Report structure, #193 fixed, #194 fixed, subdriver for Logitech …
09:31 Changeset in mainline [b20de1d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Subdriver for Logitech UltraX keyboard improved. - Added mapping from …
09:29 Changeset in mainline [323b0ec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed usb_kbd_free() and usb_kbd_deinit()
09:29 Changeset in mainline [956e8ea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Added more HID Usage Table numbersx
08:35 Changeset in mainline [a146aa33]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
malloc removing
08:33 Changeset in mainline [361fcec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
removing malloc, pre-creating root hub descriptor and interrupt buffer
08:30 Changeset in mainline [64b5d15]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Add intptr_t type
08:29 Changeset in mainline [30d396b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Add FILENO macros
07:38 Ticket #338 (klog repeats the last screen over and over again and eats all memory) created by Jakub Jermář
This is reproducible with mainline 933, default build for …
07:05 Changeset in mainline [54d71e1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with development
07:00 GSOC edited by Jiri Svoboda
Fix diactritics (diff)

2011-04-28:

21:20 Ticket #337 (ppc32 fb server failed assert in memory allocator) updated by Jakub Jermář
The stacktrace corresponds to: […]
20:14 Changeset in mainline [741e3ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
remove pointless option from cc CFLAGS
20:14 ppc32-fb-crash-bt.png attached to Ticket #337 by Jiri Svoboda
FB crash with backtrace
19:12 GSOC edited by Jakub Jermář
(diff)
19:10 Changeset in mainline [a71d2630]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove obsolete makefile.
19:09 GSOC edited by Jakub Jermář
(diff)
19:06 GSOC edited by Jakub Jermář
Update our GSoC tracking page (diff)
19:02 Changeset in mainline [b40a3b6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove surplus includes.
18:56 Changeset in mainline [a6dffb8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fold dynamic loading functionality into loader. This eliminates dload …
13:14 Changeset in mainline [cd4ae1e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Better virtual USB HID; USB-virt rewritten The new virtual USB HID is …
13:10 Changeset in mainline [74f00b6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix printf directive for size_t
12:54 Changeset in mainline [c82135a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Shortcut to usbinfo
12:53 Changeset in mainline [57c7050]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Generic virtual USB HID device application The application works …
12:48 Changeset in mainline [e31b5c1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbvirt: improved message text Unhandled control transfer prints also …
12:47 Changeset in mainline [aa9a53d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Virtual USB: data out implemented Stupid implementation, make …
12:46 Changeset in mainline [6fd7062]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usb_debug_str_buffer() has two internal buffers So it is possible to …
12:32 Changeset in mainline [94c0dcbd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from maklf - extended usages
07:36 Changeset in mainline [6cb58e6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Virtual USB layer rewritten Major changes include * IPC sends whole …
07:32 Changeset in mainline [48d1c228]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add "other" control request recipient
07:32 Changeset in mainline [36082362]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add ENAK negative acknowledgement error code

2011-04-27:

20:01 Changeset in mainline [b678410]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge mainline changes.

2011-04-24:

15:38 Changeset in mainline [308a5d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from development

2011-04-23:

10:37 Changeset in mainline [564a2b3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix real hw interrupt code, support shared interrupts Tested on hw …
10:26 Changeset in mainline [8986412]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix interrupt vs. status register values
10:08 Changeset in mainline [302a4b6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add UHCI pseudocode interrupt sharing
00:13 Changeset in mainline [af81980]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add UHCI interrupt pseudocode irq sharing support (kernel does not)

2011-04-22:

21:29 Changeset in mainline [77d10f0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Do not use static irq_commnd structure, there is no enough shared …
21:25 Changeset in mainline [6f122df]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add more comments about qemu interrupt bug Remove some redundant …
20:54 Changeset in mainline [9bff1ea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
20:12 Changeset in mainline [bb7e8382]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add the mfs_write() function implementation.
16:36 Changeset in mainline [c709eb0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Tunning of virtual USB keyboard The autorepeat has some nice effects …
16:35 Changeset in mainline [bbdf09e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Virtual host controller works again Added dummy implementation of …
13:35 Changeset in mainline [933cadf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use binary suffixes in printouts where appropriate
12:51 Changeset in mainline [32aef25b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix for usbhub
12:47 Changeset in mainline [9014dcd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix for usb hub loc in ohci root hub
12:23 Changeset in mainline [c7d19d84]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
ICH4 matchids
12:22 Changeset in mainline [efa1599]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add ICH4 UHCI matchids
10:40 Changeset in mainline [28d7185]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
extended usages implemented
10:21 Changeset in mainline [9b78020]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged fixes from maklf
10:10 Changeset in mainline [7304663]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Tiket #200 fixed
09:26 Changeset in mainline [cf2ccd4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
new report structure and usbhid merge
09:15 Changeset in mainline [1553cbf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
negative numbers fix

2011-04-21:

21:35 Changeset in mainline [2020927]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
HID parser should better support Usages in Reports fixed
21:14 Changeset in mainline [1775ebc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Some comment
21:12 Changeset in mainline [f240d30]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixes
21:01 Changeset in mainline [6513110]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixes
20:57 Changeset in mainline [eb393ad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged fixes from maklf
20:47 Changeset in mainline [c7c0984a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Report IDs are not stored in Usage paths in the report structure fix
20:39 Changeset in mainline [74c8f344]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs.
20:38 Changeset in mainline [82582e4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix fopen(_, a) by adding a missing break statement.
20:35 Changeset in mainline [36f737a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Vendor and Product ID matching implemented.
20:34 Changeset in mainline [382cd26]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove unwarranted accusation of FAT and attempt to fopen() /log/klog …
20:24 Changeset in mainline [cfbbe1d3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
new hid report structure bug fixes
19:58 Changeset in mainline [e60436b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Properly ported HID driver and KBD subdriver to the new parser API.
19:47 Changeset in mainline [3bcac68]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed missing backslash. The key is documented in USB HID Usage …
19:32 Changeset in mainline [48de019]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
return the ENAMETOOLONG error in the mfs_link() function
19:30 Changeset in mainline [7da90cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/mm.
19:27 Changeset in mainline [010be476]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
In case of no reserve in reserve_try_alloc(), attempt to reclaim …
19:26 Changeset in mainline [cfac897]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Use the on_error() macro where appropriated
19:25 Changeset in mainline [adddd75]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add a macro to catch and handle errors
19:23 Changeset in mainline [864b0dd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Always use reserve_force_alloc() in frame_alloc_generic(), even when …
19:10 Changeset in mainline [bfbe16f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
fix inode_grow(): if size_grow parameter can't be zero
17:16 Changeset in mainline [d0a6e54]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Product and Vendor ID may be 0 - changed type to int. Fixes #193
17:11 Changeset in mainline [020559c9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Small fix in debug output
15:45 Changeset in mainline [c7bbf029]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
improve stack traces and assertions reduce header files pollution
15:08 Changeset in mainline [d161715]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
14:14 Changeset in mainline [fde2982c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use thread/fibril-safe errno
08:33 Changeset in mainline [63517c2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes to HID parser (report structure)
07:51 Changeset in mainline [da1dd48]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Development changes

2011-04-19:

20:59 Changeset in mainline [e5cebc9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fixes to inode_grow(): - The number of zones to add to the inode was …
20:56 Changeset in mainline [1494e52]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix dentry in-block offset calculation.
19:57 Changeset in mainline [164c653]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
zone_frame_free() should return non-zero only if it actually freed …
17:48 Ticket #337 (ppc32 fb server failed assert in memory allocator) updated by Jakub Jermář
It would be useful to get the stacktrace once fb makes it to abort().
12:43 Changeset in mainline [e3f1987]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
08:03 Changeset in mainline [d260a95]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
Improve code style for my changes. Adding macros for determining type …

2011-04-18:

21:48 Changeset in mainline [44b1674]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge form usb/development
21:46 Changeset in mainline [618f9ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
uncommenting some code
20:21 Changeset in mainline [84a04dd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
C-style, more IPC hiding (#196, #187) Removed obsoleted …
20:06 Changeset in mainline [4125b7d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usb_log_printf() checks for printf correctness It is surprising how …
19:27 Changeset in mainline [628d548]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix incorrect sizeof expression so that the struct is really …
18:33 ppc32-fb-crash.png attached to Ticket #337 by Jiri Svoboda
Screenshot of crashed FB server
18:32 Ticket #337 (ppc32 fb server failed assert in memory allocator) created by Jiri Svoboda
As of changeset:mainline,927 tried to build ppc32 non-debug (since …
12:48 SashimiRegressions edited by Martin Decky
remove #114 (it is no longer relevant for this overview) (diff)

2011-04-17:

21:20 Changeset in mainline [127d999]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
inode_grow(): update inode size even when a new zone is not needed
20:40 Changeset in mainline [a7dbd49]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/mm.
20:39 Changeset in mainline [8f6c6264]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
More precise elf_nonanon_pages_get() wrt. elf_page_fault().
19:25 Changeset in mainline [3ac69647]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Factor out common code to elf_nonanon_pages_get().
19:17 Changeset in mainline [e50cd7f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
new report structure fixes
18:54 Changeset in mainline [2c86f81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Writable ELF segments need to be reserved memory regardless of whether …
18:42 Changeset in mainline [3ab580a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
inode numbers start from 1, not 0. Fix write_inode functions appropriately.
18:41 Changeset in mainline [58c36ac]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Return the error code if put_inode() failed.
18:40 Changeset in mainline [9e2d6dc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fixes to mfs_dentry.c: - Return EOK when reading at the end of the …
18:37 Changeset in mainline [a900fb1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix some bugs in mfs_alloc_bit() function
18:29 Changeset in mainline [b4dc35a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
It's AS, not VM.
18:29 Changeset in mainline [cda1378]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove names of formal arguments.
17:24 Changeset in mainline [ef354b6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
new report structure fix
15:37 Changeset in mainline [dc9f122]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
new report structure fix
10:48 Changeset in mainline [5ab4a48]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Remove usb_pipe_start_session & co (#196)
10:46 Changeset in mainline [2c2cbcf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usb_pipe_start_long_transfer returns void (#196)

2011-04-16:

21:45 Ticket #114 (memory reservation feature needed) closed by Jakub Jermář
fixed: Fixed in changeset:mainline,926. Please log bugs against the …
21:29 Repositories edited by Jakub Jermář
Add lp:~jakub/helenos/mm. (diff)
20:45 Changeset in mainline [e5a015b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge the memory reservation feature (Phase 1) from …
20:33 Changeset in mainline [9e953bda]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add malloc2 test for testing the memory reservation feature.
19:39 Changeset in mainline [e17f703]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Implement memory reservation API.
19:38 Changeset in mainline [8b6930d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add ssize_t for kernel.
17:53 Changeset in mainline [d060900]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Feed memory from the newly created zone into the reservation system.
17:18 Changeset in mainline [6fcc03a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix a bug when searching a free bit in a bitmap
17:01 Changeset in mainline [28295955]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
frame_free_generic() can actually free multiple frames.
16:53 Changeset in mainline [89bcb520]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Reserve / unreserve memory upon frame allocation / deallocation.
14:02 Changeset in mainline [e700970]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add mfs_close() and mfs_open_node() functions
13:12 Changeset in mainline [fe754c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Always succeed conditional reservations.
13:08 Changeset in mainline [ceac698]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove name of formal parameters.
13:07 Changeset in mainline [e394b736]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Call the address space area create, resize and destroy hooks.
12:44 Changeset in mainline [8a2474f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove comments.
12:40 Changeset in mainline [9dd730d1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Reserve only anonymous pages in ELF-backed address space areas.
11:55 Changeset in mainline [6fc5262]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix sparse file reading (the returned block must be zero-filled)
11:47 Changeset in mainline [488f7ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
read_directory_entry() should return an error code, not a poniter to …
11:26 Changeset in mainline [afd9c3b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
call the insert_dentry() function in mfs_link()
11:23 Changeset in mainline [13ab195]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
d_name should be declared as const char* within the insert_dentry() …

2011-04-15:

20:53 Changeset in mainline [a91fbb1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
20:47 Changeset in mainline [8595577b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add USB HID interface (#161)
20:33 Changeset in mainline [27b85d9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add USB HID interface
19:38 Changeset in mainline [8b655705]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge mainline changes.
16:52 Changeset in mainline [681f24b3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
usb_hid_report_path_t link fix
16:13 Changeset in mainline [242f0e2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI bulk out fixes, support for OHCI short packets
16:13 Changeset in mainline [3690c75]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch fixes
16:11 Changeset in mainline [6b082a1b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Bulk out data fix
15:25 Changeset in mainline [11d2e96a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Subdriver API finished, fixes, checks.
15:24 Changeset in mainline [ab6fdad3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
15:22 Changeset in mainline [a13ed97]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix bulk out transfers
15:19 Changeset in mainline [175ad13e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
new report structure
15:14 Changeset in mainline [ad86349]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Support short packets in OHCI
13:51 Changeset in mainline [cbdb6457]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
interrupts for ohci root hub hub powering corrected a bit
13:39 Changeset in mainline [be11749]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
forgotten transfer finalizinf in ohci-root_hub.c
13:38 Changeset in mainline [ff76509]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
13:27 Changeset in mainline [27eb1fe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
13:20 Changeset in mainline [8fb3981]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
13:19 Changeset in mainline [c7dd69d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Development changes
13:19 Changeset in mainline [9063484]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
nothing important
13:17 Changeset in mainline [8fd4ba0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Removed use of old pipe API functions from HID driver and framework.
13:07 Changeset in mainline [aaf6155]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Bugfix in HID driver (in case of error in init, the structure was …
12:52 Changeset in mainline [c1693dae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
minor fixes and enhancements
11:49 Changeset in mainline [cd5b878]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
removed pipe start/end functions; small changes in …
11:43 Changeset in mainline [d7f08b0d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add mass storage stub Currently, it only inquires the device for the …
11:22 Changeset in mainline [380e0364]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add generic function for data IN on mass storage Also, more …
07:46 Changeset in mainline [3a85a2b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub, interrupts
07:45 Changeset in mainline [e05d6c3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development

2011-04-14:

22:05 Changeset in mainline [e583fd4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI fixes Add support for toggle reset on OHCI ED Properly handle …
21:52 Changeset in mainline [c9dc471]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Handle error states on ED properly.
21:08 Changeset in mainline [545764b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add support for OHCI toggle set and get
21:03 Changeset in mainline [12831ed7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Remove a stray file
21:02 Changeset in mainline [a376c9e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Make the pcc frontend build
21:01 Changeset in mainline [3daba9de]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Added signal.h (just symbols, no functionality) and various other bits.
20:09 Changeset in mainline [2471aaf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
14:59 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jakub Jermář
I collected the output of Solaris [wiki:SunSparcEnterpriseT1kOBP
14:50 Lab edited by Jakub Jermář
(diff)
14:49 SunSparcEnterpriseT1kOBP edited by Jakub Jermář
(diff)
14:48 SunSparcEnterpriseT1kOBP edited by Jakub Jermář
(diff)
14:47 SunSparcEnterpriseT1kOBP created by Jakub Jermář
14:43 Lab edited by Jakub Jermář
(diff)
14:43 Lab edited by Jakub Jermář
Link output of prtconf -pv (diff)
14:00 Changeset in mainline [0146d41]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Enhance auto polling, auto unstall (#166, #190)
13:59 Changeset in mainline [12b8e03]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
13:54 Changeset in mainline [fa0f53b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Automatic endpoint halt clearing (#190) To prevent total stall of …
10:30 Changeset in mainline [8d517c3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Hopefully last UHCI cleanup, OHCI fix (works on real hw).
10:22 Changeset in mainline [5f7c846]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix resume and operational registry values
10:22 Changeset in mainline [5e168be1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Optional debugging messages for auto polling
10:03 Changeset in mainline [8989f48f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Generalized automatic device polling
08:44 Changeset in mainline [5e07e2b5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Device polling in separate header
08:24 Changeset in mainline [d8b275d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
08:12 Changeset in mainline [c0cea918]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Wait for port to become enabled
07:54 Changeset in mainline [a39cfb8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from development
07:51 Changeset in mainline [540abef]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Root hub driver code cleanup
07:36 Changeset in mainline [27205841]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Make better use of macros

2011-04-13:

21:41 Changeset in mainline [34e8bab]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
uhci-hcd cleanup and doxygen Fixed: usb_endpoint_manager returns …
21:18 Changeset in mainline [3eeb270f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Return EBUSY if an attempt to unregister active endpoint is detected
21:18 Changeset in mainline [f706355]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Last uhci-hcd refactoring and deoxygen
20:36 Changeset in mainline [ea993d18]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Even more refactoring and doxygen
20:20 DeveloperDocs edited by Jakub Jermář
Add link to the TLS article. (diff)
20:00 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
Replying to jermar: > We will need to fix this also for …
19:43 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) closed by Jakub Jermář
fixed: Fixed in changeset:mainline,925.
19:42 Changeset in mainline [9d2d444]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
More refactoring and doxygen
19:40 Changeset in mainline [b2fb47f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/ia64-revival.
19:33 Changeset in mainline [18ba2e4f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use an explicitly defined and mutually agreed GP value wrt. ia64 …
19:10 Changeset in mainline [1d9c541]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Modify the ia64 loader linker script so that not explicitly mentioned …
19:06 Changeset in mainline [4c70554]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring, doxygen Remove queue_head_pa, it was not really needed …
18:27 Changeset in mainline [a0a134b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
18:16 Changeset in mainline [af103f4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use gp instead of _got in ia64 loader. This is for consistency and …
17:27 Changeset in mainline [b77ce84]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes
17:21 Changeset in mainline [8b4ce802]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Uninitialized pointer fix
17:18 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
Looks like the problem goes away if we use __gp instead of …
15:02 Changeset in mainline [88634420]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
The linker pays attention to gp, so use gp instead of _gp.
15:00 Changeset in mainline [651b352]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Major rework UHCI uses one buffer for both structures and data OHCI …
14:49 Changeset in mainline [d6522dd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fixes (OHCI works with new architecture) Remove completed batch from …
14:45 Changeset in mainline [89c57b6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge mainline changes.
14:19 Changeset in mainline [7013b14]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Batch processing implemented to use static EDs.
13:56 Changeset in mainline [9a6fde4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Batch uses static endpoint descriptors
13:31 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
I filed bug report 12669 in binutils' Bugzilla.
13:09 Changeset in mainline [592369ae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add proper locking to prevent use/remove race
12:37 Changeset in mainline [5a2c42b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use endpoint lists instead of transfer lists. Create and enqueue …
11:14 Changeset in mainline [2759c52]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add OHCI endpoint structure to endpoint manager.
10:36 Changeset in mainline [6bb0f43]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Move endpoint registration to hc.c

2011-04-12:

21:07 Changeset in mainline [3d932af6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add support for custom data in endpoint structure.
19:00 Changeset in mainline [e3b5129]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Report IDs in subdriver mappings, sample driver for Logitech kbd
18:57 Changeset in mainline [a6610d4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Keyboard callback made static, removed unused report ID
17:28 Changeset in mainline [8f8f34ad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fix in parameter check.
16:35 Changeset in mainline [4bb9fd2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Improved matching of subdrivers.
16:34 Changeset in mainline [caed7843]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changed checks in usb_mouse_free()
16:11 Changeset in mainline [56f8a04]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Some asserts and checks (code even more defensive :)
16:04 Changeset in mainline [e7df6cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Added some asserts to static functions
15:59 Changeset in mainline [777e336]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Minor changes in subdrivers API. - Changed vendor ID and product ID …
14:07 Changeset in mainline [2cc6e97]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Move more functionality to libUSB usb_transfer_batch_t UHCI uses one …
11:43 Changeset in mainline [4deca9b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Extensive cleanup, preparation for OHCI rework
11:43 Changeset in mainline [910ca3f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring, doxygen fixes
11:06 Changeset in mainline [c4e3b1f7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Unused code elimination
10:56 Changeset in mainline [a81736d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use usb_endpoint_manager ep registration wrapper
10:52 Changeset in mainline [8148ee3a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Root hub does not need ddf device pointer Use endpoint manager …
10:51 Changeset in mainline [f324635]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add endpoint creation and registration wrapper
10:23 Changeset in mainline [508a0ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Rename transfer ⇒ td
10:09 Changeset in mainline [d017cea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove EP information stored in usb_transfer_batch_t rename …
09:14 Changeset in mainline [f13381b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes

2011-04-11:

20:40 Changeset in mainline [1324ff3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
forgotten port powering
20:38 Changeset in mainline [3f3afb9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
forgotten hub port powering
20:19 Changeset in mainline [58226b4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
forgotten port powering
19:26 Changeset in mainline [d91645ab]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Match ids for NVIDIA OHCI (Dell Studio XPS 1330).
13:40 Changeset in mainline [6991188]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI prototype works (INT transfers too) Tested on vbox 4.0.4, MS …
13:39 Changeset in mainline [9f104af4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Resume default debug level, consider all touched TDs done
13:15 Changeset in mainline [aa9ccf7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
More debug output and some fixes Add mutex for scheduling and …
13:07 Changeset in mainline [fd153d3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI structures use different alignment from OHCI

2011-04-10:

22:44 Changeset in mainline [1a46610]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI prototype Control transfers work, interrupt transfers freeze …
22:33 Changeset in mainline [26d46d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
22:30 Changeset in mainline [c6fe469]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add support for INT and BULK transfers
22:30 Changeset in mainline [7628050]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix IN/OUT values, keep non pointer bits when assigning TDs
21:42 Changeset in mainline [eaf1e3d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix TD data direction values Only check transfer queues if there are …
21:03 Changeset in mainline [78d4e1f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Init ED queue registers AFTER device reset Disable and enabled …
18:37 Changeset in mainline [c7bdfa7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fix in mouse driver, initial support for subdrivers in HID driver.
18:28 Changeset in mainline [1cbb4b7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed freeing of subdrivers + some debug output.
17:57 Changeset in mainline [f76153ce]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Subdriver initialization. - Function for finding proper subdrivers …
16:55 Changeset in mainline [92fd730e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add drvusbmast group to Doxygen
16:53 Changeset in mainline [7a5c8b8f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Hackish SCSI INQUIRY command in usbmast
16:33 Changeset in mainline [62bd8d3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
First draft of subdriver mappings.
16:10 Changeset in mainline [2715978]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Start work on mass storage stub driver
16:09 Changeset in mainline [4b3da81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add mass storage subclass and protocol enums
15:57 Changeset in mainline [5a841a4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix initialization of the "inodes per block" superblock field at mount
15:35 Changeset in mainline [ba358ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Minor changes - ifdef guards renamed
15:17 Changeset in mainline [60c0573]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Preparation for HID subdrivers. - Preparation for registering …
14:14 Changeset in mainline [4776ba9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Refactoring of libusb (includes #165)
14:08 Changeset in mainline [3f2af64]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libusb: refactoring
14:02 Ticket #336 (IRQ pseudocode needs to be able to access device I/O registers mapped ...) updated by Jakub Jermář
Summary changed
14:01 Ticket #336 (IRQ pseudocode needs to be able to access device I/O registers mapped ...) created by Jakub Jermář
Currently, the IRQ pseudocode can only access device I/O registers …
13:57 Changeset in mainline [231748a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libusb: alternate interfaces in separate file
13:46 Ticket #335 (ppc32 kernel needs to be able to handle TLB misses caused by ...) created by Jakub Jermář
The ppc32 kernel needs to be able to handle TLB misses caused by …
13:45 Ticket #334 (mips32 kernel needs to be able to handle TLB misses caused by ...) created by Jakub Jermář
The mip32 kernel needs to be able to handle TLB misses caused by …
13:42 Ticket #332 (ia64 kernel needs to be able to handle TLB misses caused by executing ...) updated by Jakub Jermář
Description, Summary changed
13:42 Ticket #333 (sparc64 kernel needs to be able to handle TLB misses caused by ...) created by Jakub Jermář
The sparc64 kernel needs to be able to handle TLB misses caused by …
13:39 Ticket #332 (ia64 kernel needs to be able to handle TLB misses caused by executing ...) created by Jakub Jermář
The ia64 kernel needs to be able to handle TLB misses caused by …
13:33 Ticket #331 (ia32 needs to be able to detect page misses caused by executing ...) created by Jakub Jermář
The ia32 kernel needs to be able to handle page faults caused by …
13:31 Ticket #330 (arm32 needs to be able to detect page misses caused by executing ...) created by Jakub Jermář
The arm32 kernel needs to be able to handle page faults caused by …
13:30 Ticket #329 (amd64 needs to be able to detect page misses caused by executing ...) created by Jakub Jermář
The amd64 kernel needs to be able to handle page faults caused by …
13:26 Changeset in mainline [4fa0a384]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Descriptor retrieval start long transfer by itself
13:20 Changeset in mainline [6ee6e6f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libusb refactoring, add usb_device_create() The refactoring is mostly …
13:13 PageFaultLookup created by Jakub Jermář
Situation chart for page fault handling mechanism on each supported …
13:04 CurrentIssues edited by Jakub Jermář
(diff)
12:18 Changeset in mainline [dc4c19e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Development changes
12:09 Changeset in mainline [18c9e6b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix warning if compiled without the DEBUG_MODE flag enabled
10:51 Changeset in mainline [c19329a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add usb_request_clear_endpoint_halt()
10:05 Changeset in mainline [230229de]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Improve mfs_read(), now it can read files (not tested with very large …
10:03 Changeset in mainline [8f6bb76e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
- Fix bug when allocating memory space for the indirect zone vector - …
10:01 Changeset in mainline [ce45f19]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
file size must be declared as size_t
09:29 Changeset in mainline [82e8861]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Minor fixes (parameter order, endpoint registration for OHCI rh)
09:27 Changeset in mainline [0ede0c3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Root hub need to have its endpoints registered too
09:09 Changeset in mainline [86b4ee0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Minor fixes Size really does not matter for control and bulk endpoint …
08:16 Changeset in mainline [edc4c66]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
00:09 Changeset in mainline [d824daf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Remove explicit reservation of default address

2011-04-09:

23:59 Changeset in mainline [1c258d1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Getting default address less active Now the fibril sleeps for at …
23:50 Changeset in mainline [46e078a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USBHC iface: remove default address reservation This functionality is …
23:32 Changeset in mainline [d32ed36]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix toggle reset endpoint filter
23:30 Changeset in mainline [0748854]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
22:20 Changeset in mainline [f11c288]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix crash on endpoint_t instance removal Remove unused default …
22:10 Changeset in mainline [a19a2d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Removed implementation of unused interfaces
22:03 Changeset in mainline [ba038f4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Don't keep endpoints in two separate structures Fixes crash …
21:53 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
I made a simple experiment. I built HelenOS/ia64/ski by the new …
20:56 Changeset in mainline [501e5df]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development changes
20:44 Changeset in mainline [8790650]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
More debug (still does not work)
19:24 Changeset in mainline [40ef3ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
cpp: add a bunch of links to match architecture naming and select arch …
19:23 Changeset in mainline [97bc3ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
Full support for FAT12 file system. Correct creating directories and …
19:15 Changeset in mainline [7ab6fc2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
setting POSIX_COMPAT=1 in the makefile now makes compat headers …
18:42 Changeset in mainline [709e868]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
several fixes for hub drivers (non-removable devices, ohci root hub, …
18:39 Changeset in mainline [2e08dce]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
cpp: minor changes and added binary to the iso image
18:37 Changeset in mainline [b79c31f9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
patch for cyclical dependencies
18:28 Changeset in mainline [2ad98fd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
added ports.h/c files (forgot to add them before)
18:26 Changeset in mainline [a43f1d18]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
17:50 Changeset in mainline [f35b294]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
codelifting
17:26 Changeset in mainline [97e7e8a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add drvusbohci group to Doxygen
17:15 Changeset in mainline [a9d67aa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Refactoring: libusb, USBHC interface protocol Highlights: * …
17:12 Changeset in mainline [77223f8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Client does not send max packet size Let's pretend this commit …
16:56 Changeset in mainline [c6394aa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
16:50 Changeset in mainline [d0f3692]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix bug when reading V3 dentries on disk
16:35 Changeset in mainline [3baec29]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
cpp: will it blend
16:34 Changeset in mainline [f5c8046]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
add basics of libcompat
16:11 Changeset in mainline [5410c04]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Automatic pipe sessions It is no longer necessary to start sessions …
16:00 Changeset in mainline [7b715892]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
15:59 Changeset in mainline [8efafda]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo and MID driver does not use pipe sessions
15:58 Changeset in mainline [4ede178]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
No start/end pipe session calls in libusb
15:37 Changeset in mainline [e9ce696]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add functions for explicit long transfers
15:37 Changeset in mainline [668f1949]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
- mfs_read partially implemented, only directories are supported (yet) …
15:35 Changeset in mainline [e666ddc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix a bug in dentry on-disk offset calculation
15:06 Changeset in mainline [1e1b1a9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
usbhub refactoring
13:27 Changeset in mainline [ff0e354]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Postpone launching of interrupt emulator after everything else is …
13:14 Changeset in mainline [112d159]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Debug output and startup fixes
12:58 Changeset in mainline [e33100c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
The root inode (index == 1) is at offset 0 in the inode table.
12:57 Changeset in mainline [534d08e8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix some debug messages
11:35 Changeset in mainline [423e5e87]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Remove CVS subdirectories
11:20 Changeset in mainline [a7de7182]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiří Zárevúcky <zarevucky.jiri@…>
Added pcc source tree (contents of pcc-1.0.0.tgz)
11:04 Changeset in mainline [969d88e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes
11:01 Changeset in mainline [8e8b84f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI prototype (does not work) minor UHCI code-style changes
11:00 Changeset in mainline [39db23f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
10:58 Changeset in mainline [0c311d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add missing flags and comments
09:55 Ticket #292 (Linked list should be a separate typedef) updated by Jiri Svoboda
I looked at your patch. While it does (literally) what the ticket …
09:45 Changeset in mainline [d48fcc0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fine grain locking of USB pipes
09:39 Changeset in mainline [17279ead]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge devman improvements.
09:34 Changeset in mainline [26fa82bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Let drivers return task value as soon as they start, returning control …
09:28 Changeset in mainline [3ad7b1c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Make devman robust against somebody manually starting a driver. Allow …
09:17 Changeset in mainline [a546687]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Sessions started automatically on pipes It is no longer necessary to …
09:10 Changeset in mainline [9ff5ff82]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Set filled flag when scheduling transfers
08:35 Changeset in mainline [8961c22]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
08:27 Changeset in mainline [d5ac90f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Serialization of IPC requests over pipe phone The pipe phone is now …
08:19 Changeset in mainline [3e490eb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
attempt to merge usb/development hub changes
00:28 Changeset in mainline [4c28d17]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI scheduling
00:22 Changeset in mainline [f1be95c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add forgotten TD implementation, add error parsing

2011-04-08:

23:28 Changeset in mainline [e42dd32]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OCHI structures fixed, setup control transfer
22:30 Changeset in mainline [b6c9e1e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Reserving default address directly obsoleted
22:29 Changeset in mainline [033cbf82]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Handle failure to register with device manager.
22:26 Changeset in mainline [98064795]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
New device probing does not reserve default address
22:25 Changeset in mainline [b854e56]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement TD initialization
22:25 Changeset in mainline [1998bcd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Endpoint registration sends address as well This is the first step …
22:18 Changeset in mainline [297341b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add extra speed as a special value
21:54 Changeset in mainline [7786cea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement endpoint descriptor initialization
21:17 Changeset in mainline [96b8f322]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Copy batch direction from supplied ep
20:54 Changeset in mainline [06c552c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Create batch memory structures.
20:29 Changeset in mainline [344925c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Initialize OHCI hc memory structures
20:19 Changeset in mainline [c6cb76d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
18:08 Changeset in mainline [7dfc06fa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Do not send max packet size with each transfer See ticket #177, #121
17:48 Changeset in mainline [61727bf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Adding new devices can be done in parallel The wrapper for adding new …
15:46 Changeset in mainline [6b6e3ed3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Initialize transfer queues
15:15 Changeset in mainline [f98b8269]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Port transfer_list from UHCI
13:59 Meetings edited by Jakub Jermář
Update venue of tomorrow's meeting. (diff)
13:58 Changeset in mainline [6bec59b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Port endpoint framework usage from UHCI
13:57 Changeset in mainline [6acc80f3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Size is always max_packet_size in endpoint registration At least …
13:25 Changeset in mainline [85c47729]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Per endpoint communication mutex
13:24 Changeset in mainline [4b39af4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
12:30 Changeset in mainline [8b74997f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI root hub implementation from branch smekideki
12:02 Changeset in mainline [ffc63b0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove unused code (old control communication mutex)
11:59 Changeset in mainline [a49e171]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fix in mouse polling callback
11:58 Changeset in mainline [4fd3faf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use per endpoint communication mutex
11:36 Changeset in mainline [9698695]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
testing code removed
11:31 Changeset in mainline [cd1cec3b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Separate batch_finish with internal and external errors
11:07 Changeset in mainline [6a32665d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add endpoint access serializing mechanism.
10:17 Changeset in mainline [c32a585a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Added more debug output to generic HID device handling
09:45 Ticket #4 (HelenOS/sparc64 unstable with CONFIG_TSB) closed by Jakub Jermář
worksforme: Closing as not reproducible. This ticket has been reproducible only on …
09:43 Lab edited by Jakub Jermář
(diff)
09:40 Lab edited by Jakub Jermář
Mark machines that are no longer available to JJ. (diff)
09:16 Changeset in mainline [e9f0348]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Mouse driver integrated into the general HID driver.
09:15 Changeset in mainline [74a1ba9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Removed unused code, fixed some typos
07:58 Changeset in mainline [1c6f4ff]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
General HID driver for handling all HID devices. Now handles only …
07:48 Changeset in mainline [fec47d4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed typos + changed match IDs
07:47 Changeset in mainline [73ae3373]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed default connection handler + typo
07:04 Changeset in mainline [dd10e07]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Renamed hidd to hiddev
07:02 Changeset in mainline [a8a7063]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Deprecated sending ox max_packet_size with every transfer request …

2011-04-07:

22:24 Changeset in mainline [53debe0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs.
22:11 Changeset in mainline [52cc968]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Dead code elimination.
22:00 Changeset in mainline [cf81757]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
testing code removed
21:59 Changeset in mainline [2e6bbcf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use one function to setup all transfers.
21:48 Changeset in mainline [7f2e33a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed requested Report ID, some debugging stuff.
21:38 Changeset in mainline [8436590]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge mainline changes.
21:18 Changeset in mainline [a694a58]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Output API modified for handle report ids
21:02 Changeset in mainline [88ccd8b8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Some improvements to write support: - mfs_create_node() function …
21:00 Changeset in mainline [7a57269f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix bug in the read_directory_dentry(), the directory index was ignored
20:41 Changeset in mainline [c1b1944]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
libusb: refactoring, some functions made public The aim is to make …
20:34 Changeset in mainline [c156c2d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
tested report ids and push&pop
20:22 Changeset in mainline [fee6381]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from maklf
20:22 Changeset in mainline [f8e8738]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from development
20:19 Changeset in mainline [61257f4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Initial implementation of general HID driver. - Should handle: - …
20:09 Changeset in mainline [fd9ba204]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Removed HID devices from usbkbd match IDs
20:06 Changeset in mainline [b83edb93]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Report IDs support + fix in kbd_set_led().
20:06 Changeset in mainline [15a9e63]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Bugfix in report descriptor retrieving.
19:48 Changeset in mainline [07dcec5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add insert_dentry() function to add a new directory entry to the …
19:47 Changeset in mainline [04be5a0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Remove wrong assertions
19:14 Changeset in mainline [fc35e98]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Oleg Romanenko <romanenko.oleg@…>
Basic support for FAT12 file system. With many limitations of course.
19:05 Changeset in mainline [b62dc100]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Avoid having '\0' in FAT dentry names by avoiding str_cpy().
18:56 Ticket #328 (LLVM 2.9 build of ia32 fails in CONTEXT_SAVE_ARCH_CORE) created by Jiri Svoboda
Tried to build HelenOS/ia32 with Clang-LLVM 2.9. Failed compiling …
17:07 Changeset in mainline [36cd378]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
some more comments
16:24 Changeset in mainline [ccca251]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
improve comments, use C++ style comments for TODOs and FIXMEs
15:53 Changeset in mainline [b04967a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
development merge
15:04 Changeset in mainline [a4e18e1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
partial merge form usb/development
14:35 Changeset in mainline [feb10c88]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove redundant batch_get parameters
14:19 Changeset in mainline [8f30c2e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Force endpoint existence for all transfers root hub polling time to 250ms
13:30 Changeset in mainline [fd3940c1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
12:17 Changeset in mainline [a82889e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Endpoint registration, hub refactoring This commit shall complete …
12:14 Changeset in mainline [69df9373]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add missing documentation
12:09 Changeset in mainline [3f56c90]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs.
12:07 Changeset in mainline [c50941f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Unused code removal
12:05 Changeset in mainline [3eaa5a5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Removal of unused structures
12:04 Changeset in mainline [6639ae1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix NULL dereference when vfs_file_get() is called with invalid file …
12:01 Changeset in mainline [578a2547]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Hub driver uses standard wrapper for new devices To allow usage …
10:31 Changeset in mainline [9f9b31ad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Hub new device wrapper registers ctrl endpoint
10:29 Changeset in mainline [d41f301]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Endpoint manager bandwidth fix for ctrl and bulk
09:53 Changeset in mainline [97ab321]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
09:46 Changeset in mainline [b910455]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge mainline changes.
09:21 Changeset in mainline [9d06563]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix for non-removables #4
09:03 Changeset in mainline [41c1f7b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Compile fix and OHCI legacy emulation
09:01 Changeset in mainline [049eb87]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix device_keeper compile error, disable legacy for OHCI
09:00 Changeset in mainline [1c89f74]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix attempt #3
08:19 Changeset in mainline [9a7e5b4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
More OHCI structures and refactoring. Add per endpoint toggle reset
08:17 Changeset in mainline [506d330]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement per endpoint toggle reset
07:56 Changeset in mainline [92d6868]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use sane key management in usb_endpoint_manager
07:44 Changeset in mainline [d7f3040]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix attempt #2
07:39 Changeset in mainline [8e80d3f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Rename async_data_read/write_start_flexible() to …
07:32 Changeset in mainline [0aae4a6a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add usb address and endpoint num to endpoint structure
07:11 Changeset in mainline [fc9f88d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add OHCI HCCA structure and completion codes (common for all structures)
06:55 Changeset in mainline [e5ccfd1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix attepmt #1

2011-04-06:

22:33 Changeset in mainline [dcaf819]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI structures, bandwidth reworked Initial support for endpoint …
22:32 Changeset in mainline [87305bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Final cleanup, fix reseting toggle of the last ep in list
22:21 Changeset in mainline [4ca18ae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Drop usage of deprecated deice-keeper_t toggle interface
22:02 Changeset in mainline [f567bcf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Switch to new endpoint toggle control.
21:12 Changeset in mainline [8dc762e0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Move endpoint_t to libusb
20:26 Changeset in mainline [f9329cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
The size_grow parameter of the inode_grow() function should be …
20:23 Changeset in mainline [55132b8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs.
20:19 Changeset in mainline [f6bffee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Allow special flags that control processing of IPC_M_DATA_READ/WRITE …
19:52 Changeset in mainline [1e70157]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Header fixes, add qh to endpoint structure, add endpoint toggle reset
19:50 Changeset in mainline [8ab1adff]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add functions to read and write indirect zones, it simplifies the …
19:30 Changeset in mainline [fb8927d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Only INT and ISO transfers require bandwidth reservation add dead …
19:29 Changeset in mainline [88dd355]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add list of endpoints to devices.
18:36 Changeset in mainline [5876d36]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI uses usb_endpoint_manager removed old bandwidth_t
18:32 Changeset in mainline [c922bc7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add function get_inode(), it is used to obtain a generic minix inode …
18:27 Changeset in mainline [391d55b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add interrupt bandwidth checks
18:13 Changeset in mainline [6ce42e85]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use new usb_endpoint_manager instead of bandwidth_t Bandwidth checks …
18:10 Changeset in mainline [90b9ab5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Set data member
16:23 Changeset in mainline [9783496]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove arg argument
16:06 Changeset in mainline [9262571]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Make op structures static to avoid conflict remove one …
15:29 Changeset in mainline [f0891ce]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add usb_endpoint_manager structure.
12:32 Changeset in mainline [5e2be267]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI hw memory structures
08:01 Changeset in mainline [e4f2656]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Put an explicit nop after the last, branch instruction in inline asm. …

2011-04-05:

21:55 Changeset in mainline [40f7297]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
fix to free_zone(): return result og mfs_free_bit() function
21:19 Changeset in mainline [82c198f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
update inode info and mark it as dirty in the mfs_inode_grow() function
21:07 Changeset in mainline [7bd68e6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add mfs_inode_grow(), it uses write_map() to expand an inode by a …
20:27 Changeset in mainline [a209648]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
some code unmessing
20:12 Changeset in mainline [3dba1ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
some more comments
19:46 Changeset in mainline [90d0522]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
major minor fixes in ohci root hub
19:45 Changeset in mainline [040ab02]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
usb hub global over-current and power changes
19:33 Changeset in mainline [64dbc83]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
* Report ID implementation * Push and Pop report descriptor …
19:28 Changeset in mainline [2bbbfd3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add functions to add or remove zones from inodes
18:52 Changeset in mainline [a9974ef]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
report descriptor parsing - local items reset fixed
17:44 Changeset in mainline [ec6bee4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged maklf (report IDs support)
17:11 Changeset in mainline [af8ce880]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Change wrong name to the di_block variable (new name is ind2_block)
17:07 Changeset in mainline [8829e33]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fixes to mfs_balloc.c : - Remove magic numbers - Fix incorrect index …
16:59 Changeset in mainline [a791a96]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix error return value

2011-04-04:

20:12 Changeset in mainline [6bf9bc4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Final part of USB bandwidth reservation.
20:10 Changeset in mainline [b6049d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refuse transactions without bw reservation
19:38 Changeset in mainline [df40775]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Bandwidth allocator fixes
19:35 Changeset in mainline [65369473]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Check reserved bw
19:21 Changeset in mainline [63dabb6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix hash table compare function return value
18:23 Ticket #1 (Get support for Xen back) updated by Martin Decky
Component changed
This is about to be implemented as a …
11:24 Changeset in mainline [97186929]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove obsolete tasklets (many years ago tasklets were part of a …
08:18 Changeset in mainline [c4e0b47]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes

2011-04-03:

21:50 Changeset in mainline [3bb6b35]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub set power switching mode
21:39 Changeset in mainline [195890b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
codelifting
20:06 Changeset in mainline [6c399765]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
attempt to solve non-removable devices some fixes in root hub driver
19:40 Changeset in mainline [ee01ff5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
rename mfs_read.c, new name is mfs_rw.c
19:34 Changeset in mainline [3094804b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Another fix for APIC interrupt enable hangup (i8259 too) Refactoring
19:33 Changeset in mainline [5a29b4c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
write_map() must allocate new zones to expand the chain when needed
19:33 Changeset in mainline [baa9d5d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
19:30 Changeset in mainline [5857be2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
APIC & i8259 should end connection fibril on hangup
18:54 Changeset in mainline [f9c03b5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring and dead code removal
18:06 Changeset in mainline [c593b21]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
17:50 Changeset in mainline [18346ec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
fix: modified buffers must be marked as dirty
17:41 Changeset in mainline [2d7c77a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Modify read_map_ondisk() to support write mode, it has been renamed to …
17:39 Changeset in mainline [0cec844]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add base support for alternate interfaces
17:35 Changeset in mainline [0b4e7ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add wrapper for changing interface setting The code needs to be …
17:00 Changeset in mainline [159b91f4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Pipe mapping respects alternate interface setting
16:48 Changeset in mainline [b8ef4900]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Add missing file.
16:45 Changeset in mainline [cf44c14]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove unused file.
16:34 Changeset in mainline [7526e3d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add base support for alternate interfaces Currently, alternate …
16:31 Changeset in mainline [0e9b512]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix mips32 and ppc32 builds.
15:57 Changeset in mainline [c4eeb2f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Remove unused field "dirty" from the generic dentry structure.
15:46 Changeset in mainline [e2098dd7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Silence werror.
15:41 Changeset in mainline [8aa2b3b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge mainline changes.
15:38 Changeset in mainline [3a3d4ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Remove debugging code.
15:34 Changeset in mainline [1d465bf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix passing of PCB pointer from dload. Build dltest (dynamically …
14:21 Changeset in mainline [bb18a59]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Ensure "my interface" is alway initialized
13:44 Changeset in mainline [87d4422]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add "write_dentry()" function to write directory entries to disk
12:57 Changeset in mainline [ae8541d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Call put_inode() in mfs_node_put() to write back changes (if any) to disk
12:51 Changeset in mainline [77bb55b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add copyright headers to mfs_balloc.c
12:45 Changeset in mainline [cdab59e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add mfs2_write_inode_raw() function to write back a dirty inode to disk
12:44 Changeset in mainline [586f123]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix cache initialization, cmode was not used at all
12:42 Changeset in mainline [106743d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix bug in alloc_bit() function, wrong parameter passed to block_get()
11:17 Changeset in mainline [f3e2663]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes
10:21 Changeset in mainline [9bc276b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Comment clarification
10:15 Changeset in mainline [fefc27d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development

2011-04-02:

20:14 Changeset in mainline [b8f7a0d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Root hub USB response fix
20:13 Changeset in mainline [ccbcd895]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix: do not EVER touch batch.buffer
19:25 Ticket #292 (Linked list should be a separate typedef) updated by shm
Attached patch should resolve this ticket.
19:23 patch_list_t attached to Ticket #292 by shm
list_t patch
18:57 Changeset in mainline [a8fa88d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI bandwidth and basic initialization
18:56 Changeset in mainline [c2be0e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI bandwidth
18:39 Changeset in mainline [2c617b0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Basic OHCI initialization
16:55 Changeset in mainline [4fbcd2a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
yet another non-removable devices attempt
16:25 Changeset in mainline [4d946647]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
16:23 Changeset in mainline [d527a4e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix bw manager return value
16:18 Changeset in mainline [d8987b1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
hub: non-removable devices ohci root hub: feature requests
16:16 Changeset in mainline [322a8066]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from usb/development
16:07 Changeset in mainline [8123695a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub set/clear feature requests redesigned hub: fix for …
15:47 Changeset in mainline [5542b83]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add USB bandwidth control mechanism Use per endpoint control transfer …
15:37 Changeset in mainline [0053fa38]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
15:37 Changeset in mainline [d773285]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use per endpoint control transfer mutex
15:15 Changeset in mainline [1273b86c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Check bandwidth in hc scheduler Use warnings for now.
14:41 Changeset in mainline [a1313b8c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement hc bandwidth reservation
14:32 Changeset in mainline [4ab89e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Compute used bandwidth during reservation
14:30 Changeset in mainline [857edac]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
hash_table_create returns true/false it should use bool instead of int
13:21 HowToContribute edited by Jakub Jermář
Mention the possibility to submit a merge directive. (diff)
13:08 Ticket #316 (Real CD-ROM not working) updated by Jiri Svoboda
I had a similar fix on my hard disk. I applied Alex's patch with …
12:49 Changeset in mainline [b2a081ae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge ATA packet device detection improvement by Alex Smith.
12:49 Changeset in mainline [c6ba274]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
12:48 Changeset in mainline [029b13c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Move signature definition to ata_hw.h.
12:38 Changeset in mainline [250dbef]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Correct ATA packet device detection. (Thx Alex Smith).
12:35 HowToContribute edited by Jiri Svoboda
Clarify Bazaar identity (diff)
12:30 HowToContribute edited by Jiri Svoboda
Submitting patches (diff)
09:22 Changeset in mainline [28a3e74]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix comment style.
09:14 Changeset in mainline [10eb754]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add mfs_write_inode_raw() function to write V1 dirty inodes on disk.
08:09 Changeset in mainline [9cd199c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix memory leak in mfs_match()
08:07 Changeset in mainline [2cada66]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Drop redundant option "-3" in mkminix

2011-04-01:

23:42 Ticket #270 (udp_sendto_message() leaves data_fragment_size uninitialized) closed by Jakub Jermář
fixed: Actually, the caller can receive both 0 and an actual data fragment …
23:33 Changeset in mainline [ea53529]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/net.
23:24 Changeset in mainline [348c589]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Let UDP set a reasonable data fragment size trying to avoid …
20:49 Changeset in mainline [969585f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes
19:00 Changeset in mainline [ebcb05a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Logging functions should append newline automatically. Since one has …
17:07 Changeset in mainline [bdbb6f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~vojtech-horky/helenos/ddf-fixes
15:57 Changeset in mainline [8870230]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove useless parameters from bandwidth reservation API. Add UHCI …
15:53 Changeset in mainline [966acede]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Added generic HID driver skeleton.
15:23 Changeset in mainline [da9ebca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add USB bandwidth manager
15:08 Changeset in mainline [a9c7c6f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
hub - non removable devices: more debug logging
15:02 Changeset in mainline [bda06a3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Report IDs support
14:51 Changeset in mainline [8e7d724]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub fix
14:48 Changeset in mainline [03eea27]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
14:45 Changeset in mainline [66a54cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub driver fixes
14:41 Changeset in mainline [1b9c0e2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Using HID parser Output report API in KBD driver.
14:34 Changeset in mainline [e4153ea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Output report using HID parser API finished + fix in phantom state …
14:25 Changeset in mainline [98169ab]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Root hub match id fix
14:23 Changeset in mainline [9b640c42]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Forgotten UHCI renames, root hub id is usb&class=hub not usb&mid
14:23 Changeset in mainline [cfc3027]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix handling of options.
13:57 Changeset in mainline [7787dd81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged fix to output report creation (+ change in reseting LED array).
13:49 Changeset in mainline [2859445]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Remove ls.h
13:44 Changeset in mainline [ba63912]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Polish the 'ls' command a little bit. - Cstyle fixes. - Avoid some …
13:18 Changeset in mainline [70a71e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Output API fix
12:00 Changeset in mainline [a30e435]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge 'ls' improvements from Jerome Portal.
11:59 Changeset in mainline [e353e85]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
11:51 Changeset in mainline [ad7bb42]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
merge keyboard output changes
11:50 Changeset in mainline [2f4b3a4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
output report items order fix
11:34 Changeset in mainline [87b52c9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from usb/development
11:24 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
This is the assembly generated by GCC: Good version: […] Bad …
09:04 Ticket #305 (SATA AHCI block driver) updated by Jiri Svoboda
Qemu 0.14 has (unstable) …
09:00 ReleaseNotes/0.4.3 edited by Jiri Svoboda
Fix title (diff)

2011-03-31:

20:17 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
The ELF backend is involved, because the faulting address is still on …
19:40 Ticket #327 (Convert Device Mapper into Location Service) created by Jiri Svoboda
(Was: Eliminate Device Mapper) Knights, new plan: Devmap will not be …
19:29 Changeset in mainline [bd64680]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Link mfs_match() to the libfs_ops structure
19:27 Ticket #307 (Devman and DDF-based drivers are too verbose) closed by Jiri Svoboda
fixed: Fixed in changeset:mainline,907. Now drivers can log with ddf_msg() …
18:23 Changeset in mainline [73aec008]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge devman and driver logging improvements. Devman started by default.
18:22 Changeset in mainline [3acb285]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Start devman by default in init. Provide configuration option to turn off.
17:37 Changeset in mainline [fc51296]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Add logging for device drivers.
17:10 Changeset in mainline [147c9f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Performace optimization: Use zsearch and isearch to store the index …
16:53 Changeset in mainline [b438804]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
cstyle
11:06 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
The address in PC is the address of the instruction bundle, so I guess …
10:31 Changeset in mainline [85fa1e1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
HID parser output report API used to create output reports. + Added …
09:54 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Martin Decky
Yes. The question is how is something like this even possible? The …
08:00 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
The kernel seems to be unhappy about the page fault address, which …

2011-03-30:

22:12 Ticket #307 (Devman and DDF-based drivers are too verbose) updated by Jiri Svoboda
Status, Owner changed
I am working on enhancing and integrating Vojta's patch. I moved the …
21:21 Changeset in mainline [ecb107b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB MID does not spawn alternate interfaces
21:19 Changeset in mainline [9b415c9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Add a simple logging module to C library and use it in devman. Only …
19:44 Changeset in mainline [48d4231]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
19:44 Changeset in mainline [f62468c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Ignore list update
17:34 Changeset in mainline [27bdfa5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes
17:32 Changeset in mainline [1e2629f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jerome Portal <jeromeportal1@…>
add a forgotten comment
17:25 Changeset in mainline [beb6b3d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jerome Portal <jeromeportal1@…>
Merge mainline changes.
17:24 Changeset in mainline [e3a3e3ad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jerome Portal <jeromeportal1@…>
improve ls sorting, and add -h and -u options
16:25 Changeset in mainline [917a8c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
be more robust in ELF backend, add checks (with page faults) instead …
15:39 Changeset in mainline [563b538]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
never use top-level conjunction in assertions, always write two assertions
15:04 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
I wonder whether the new toolchain puts something into .rodata*. This …
14:36 Changeset in mainline [0864122]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add devman test for device handle retrieval The test verifies …
14:26 Changeset in mainline [e72fb34]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add getting device handle by class path to libc
14:26 Changeset in mainline [fc8c2b6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
devman can tell device handle by its class path
13:20 Changeset in mainline [3fddb55]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Testing driver improvement The driver tries to register the same …
13:19 Changeset in mainline [0876062]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
devman refuse to register same function twice
13:19 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Martin Decky
Confirmed. However, if compiled with the previous toolchain (GCC …
13:16 Changeset in mainline [4265fd4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
More robust error checking in devman client Add checking for failure …
13:14 Changeset in mainline [4ae90f9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
devmap: dereference of uninitialized pointer fix
13:10 Changeset in mainline [ad7a6c9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes

2011-03-29:

23:08 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
Description changed
23:08 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) updated by Jakub Jermář
Description changed
23:06 Ticket #326 (Assert on (addr >= ALIGN_DOWN(entry->p_vaddr, PAGE_SIZE)) && (addr < ...) created by Jakub Jermář
Mainline revision 904, default build using the up-to-date toolchain, …
22:01 Ticket #252 (Change default CROSS_PREFIX to /usr/local/cross) closed by Martin Decky
fixed: Implemented in revision 904.
21:59 Changeset in mainline [d6b81941]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
Merge toolchain upgrade and related changes. Highlights: * GCC 4.6, …
21:56 Sysel edited by Jiri Svoboda
(diff)
21:38 Changeset in mainline [3abfe9a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
separate memset/memcpy redirection to builtin functions and fallback C …
20:44 Changeset in mainline [eaf4c393]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
sparc64: improve linker scripts
20:42 Changeset in mainline [9b3ce63]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
abs32le: improve linker scripts
20:34 Changeset in mainline [5bddc53]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ppc32: improve linker scripts
20:34 Changeset in mainline [63b5493]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add missing include
20:33 Changeset in mainline [d9c11fc3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove unused variable
20:29 Changeset in mainline [49852df]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ia64: improve linker scripts
20:29 Changeset in mainline [f72c2f5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove unused variables
20:20 Changeset in mainline [ebebd38]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/net.
20:17 Changeset in mainline [8f17503]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
When dropping a packet, drop also the sq_mutex, otherwise the next …
20:12 Changeset in mainline [d011038]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge mainline changes.
20:10 Changeset in mainline [fc883bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merge from maklf - output report preparation
20:08 Changeset in mainline [a8ac368]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
development changes
20:02 Changeset in mainline [99b65d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jerome Portal <jeromeportal1@…>
Merge mainline changes.
20:01 Changeset in mainline [bed0356]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix V2 root inode initialization - V2 inode is the same of V3 …
19:41 Changeset in mainline [eea1dd5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix possible data corruption when readind directory entries from disk
19:35 Changeset in mainline [d012590]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
output creating api fixes
19:32 Changeset in mainline [3317724]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes
19:26 Changeset in mainline [2cf95e8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add a function to free an entry in the inode or zone bitmap
19:15 Ticket #273 (The map ADT should not free the object if its addition to the map failed) closed by Jakub Jermář
fixed: Fix merged in changeset:mainline,902.
19:04 Changeset in mainline [93ebe4e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge Petr Koupy's fix for ticket #273.
18:51 Changeset in mainline [77a2d77]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Do not search beyond the bitmap size limit
18:38 Changeset in mainline [ba5beaf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add function to allocate an entry in the zone or inode bitmaps
18:03 Changeset in mainline [152610a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Improves read_map() to avoid the need to call the read_ind_block() …
18:02 Changeset in mainline [1f1cc9d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
cstyle
17:20 Changeset in mainline [d21e72db]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
amd64: improve linker scripts
17:16 Changeset in mainline [740018f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
workaround GCC 4.6 tail call optimization bug
17:12 Changeset in mainline [a504856]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
16:27 Changeset in mainline [c81e5e0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
ia32: improve linker scripts
16:27 Changeset in mainline [4eb260a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove unused variable
12:09 Changeset in mainline [79e1abd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
development merge - mainline changes

2011-03-28:

22:09 Changeset in mainline [2afc54d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge devman fixes by Vojtech Horky.
21:21 Ticket #270 (udp_sendto_message() leaves data_fragment_size uninitialized) updated by Petr Koupy
Fixed uninitialized out variable inside udp_sendto_message(). The only …
21:20 ticket270.patch attached to Ticket #270 by Petr Koupy
21:20 Ticket #273 (The map ADT should not free the object if its addition to the map failed) updated by Petr Koupy
Operation for adding items into generic_char_map no longer deallocates …
21:19 ticket273.patch attached to Ticket #273 by Petr Koupy
21:13 Changeset in mainline [0418050]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Devman should reject attempt to connect to root function, instead of …
21:11 Changeset in mainline [e392ebd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
mips32: improve linker scripts
21:00 Changeset in mainline [8c3bc75]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
loader: improve error handling
20:59 Changeset in mainline [f1cc9db]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make sure the variable is initialized
20:59 Changeset in mainline [65af6c4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make sure the variable gets (eventually) used
20:58 Changeset in mainline [0c8a420]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make sure variable is initialized
20:57 Changeset in mainline [21cb3ac]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
arm32: linker script improvements
20:56 Changeset in mainline [06e724e1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
remove unused variable
20:55 Changeset in mainline [8caaea7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
use the return value
20:53 Changeset in mainline [cb4f078]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
unify kernel byte string implementations
20:41 Changeset in mainline [df147c7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Reject relative paths in devman find_fun_node_by_path().
20:33 Changeset in mainline [603c8740]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
* bump to GCC 4.6 and binutils 2.21 * add support for parallel …
20:19 Changeset in mainline [dc87f3fd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Devman must be robust against short reads.
19:46 Sysel/Ideas edited by Jiri Svoboda
Add out-of-date warnings (diff)
19:38 Sysel/Ideas edited by Jiri Svoboda
Elaborate on built-in relational types (diff)
19:25 Sysel edited by Jiri Svoboda
Add a big disclaimer to stop all the confusion. (diff)
19:17 Changeset in mainline [fde8a27]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix bug when reading inodes that causes on-disk structures corruption …
19:15 Changeset in mainline [fd89cf9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Do not disable kernel tests nor make the build barebone nor disable …
16:56 Changeset in mainline [ef76d72]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add the isearch and zsearch fields to the superblock structure, they …
15:45 Changeset in mainline [cd1e6b62]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
12:20 SashimiRegressions edited by Martin Decky
turn this page into a TODO list of unresolved regressions (diff)
00:33 Changeset in mainline [5fe7692]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Petr Koupy <petr.koupy@…>
Removed side effects from map ADTs.

2011-03-27:

17:58 Changeset in mainline [51e5608]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes (0.4.3 Sashimi)
13:35 Changeset in mainline [7a96476]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add some comments
11:00 ata-packet-detect.diff attached to Ticket #316 by Alex
Patch implementing more correct packet device detection
10:46 Changeset in mainline [841e6e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Output report creating API
10:26 Changeset in mainline [a04b62d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
assertion failed, sbi→dirsize was not initialized at mount.
10:10 Changeset in mainline [ac28650]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
- Fix a bug in mfs_has_children() function - Some functions shold be …
05:42 Ticket #273 (The map ADT should not free the object if its addition to the map failed) updated by Petr Koupy
Status, Owner changed
I understand the issue and have located all the dependencies. Before …
03:20 Ticket #270 (udp_sendto_message() leaves data_fragment_size uninitialized) updated by Petr Koupy
Status, Owner changed

2011-03-26:

20:22 Changeset in mainline [b330b309]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix for #132(non-removable devices) 2.0 code cleaned for ohci root hub
20:19 Changeset in mainline [df3ad97]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix for #132 2.0
20:18 Changeset in mainline [0368669c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub codelifting
19:59 Milestone 0.4.3 completed
17:24 Changeset in mainline [cee51fd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fix of #132(non-removable devices), code of ohci root hub driver commented
17:19 Changeset in mainline [aee6c73]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from development
16:51 Changeset in mainline [f3da9b2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub codelifting
15:56 Changeset in mainline [e6223239]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
attaching non-removable devices
15:29 Changeset in mainline [df81f9ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export0.4.3 by Jakub Jermar <jakub@…>
Bump version to 0.4.3 (Sashimi).
15:26 ReleaseNotes/0.5.0 edited by Jakub Jermář
Cleanup mainline release notes. (diff)
15:25 ReleaseNotes/0.4.3 created by Jakub Jermář
Copy out release notes for 0.4.3
15:24 ReleaseNotes edited by Jakub Jermář
(diff)
15:21 ReleaseNotes/0.5.0 edited by Jakub Jermář
Finalize the text of the release notes for 0.4.3. (diff)
15:16 ReleaseNotes/Template edited by Jakub Jermář
(diff)
15:10 ReleaseNotes/0.5.0 edited by Jakub Jermář
(diff)
14:59 Ticket #146 (Modern operating system without MMU) updated by Jakub Jermář
Milestone changed
14:49 ReleaseNotes/0.5.0 edited by Jakub Jermář
(diff)
14:48 ReleaseNotes/0.5.0 edited by Jakub Jermář
(diff)
14:46 ReleaseNotes/0.5.0 edited by Jakub Jermář
(diff)
14:43 Ticket #318 (Unexpected pfrc (159712).) updated by Jakub Jermář
Milestone changed
14:42 ReleaseNotes/0.5.0 edited by Jakub Jermář
(diff)
14:39 ReleaseNotes/0.5.0 edited by Jakub Jermář
(diff)
14:31 Ticket #243 (ppc32 exception handling broken) updated by Jakub Jermář
Keywords changed
14:31 Ticket #119 (Revive support for Dell PowerEdge 7150 machine (ia64)) updated by Jakub Jermář
Keywords changed
14:30 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jakub Jermář
Keywords changed
14:27 ReleaseNotes/0.5.0 edited by Jakub Jermář
(diff)
14:23 Ticket #279 (Sleeping task does not get killed immediately) updated by Jakub Jermář
Type changed
14:22 Ticket #289 (klog's interrupt_received() routine is too heavy-weight) updated by Jakub Jermář
Type changed
14:21 Ticket #276 (Socket client creates callback connections) updated by Jakub Jermář
Type changed
14:20 Ticket #202 (fgetc() should be smarter about buffer flushing) updated by Jakub Jermář
Type changed
14:20 Ticket #273 (The map ADT should not free the object if its addition to the map failed) updated by Jakub Jermář
Type changed
14:19 Ticket #281 (printf functions are overserialized) updated by Jakub Jermář
Type changed
14:18 Ticket #296 (DDF should support pseudo-devices) updated by Jakub Jermář
Type changed
14:18 Ticket #308 (Implement DDF-based protocol for keyboard devices) updated by Jakub Jermář
Type changed
14:17 Ticket #304 (Read-only UDF 2.50 (Blu-ray video)) updated by Jakub Jermář
Type changed
14:17 Ticket #248 (i8042 kernel driver should be more robust) updated by Jakub Jermář
Type changed
14:16 Ticket #201 (fflush() should be cheap if output buffer is empty) updated by Jakub Jermář
Type changed
14:16 Ticket #181 (Need a way to wait for a reply "asynchronously") updated by Jakub Jermář
Type changed
14:15 Ticket #77 (Filesystem framework is extremely fragile) updated by Jakub Jermář
Type changed
14:15 Ticket #16 (mips32 loaders need to maintain cache coherence) updated by Jakub Jermář
Type changed
14:14 Ticket #34 (Replace the functionality of LOW_4GiB macro) updated by Jakub Jermář
Type changed
14:11 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jakub Jermář
Summary changed
14:08 Ticket #13 (Slab allocator allocation description ends in the middle of a sentence) updated by Jakub Jermář
Component changed
14:06 Ticket #16 (mips32 loaders need to maintain cache coherence) updated by Jakub Jermář
Component changed
14:06 Ticket #9 (Current fibril model can confuse kernel's view on threads) updated by Jakub Jermář
Type changed
14:05 Ticket #9 (Current fibril model can confuse kernel's view on threads) updated by Jakub Jermář
Component, Owner changed
13:46 Ticket #311 (Port of Portable C Compiler (pcc) to HelenOS) updated by Jakub Jermář
Type changed
13:45 Ticket #310 (Support for DWARF Debugging Information Format) updated by Jakub Jermář
Type changed
13:28 Changeset in mainline [291b8bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
11:47 Changeset in mainline [557ea4f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Remove old comment
10:39 Changeset in mainline [7cb975e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Bug fix: the driver didn't read the number of hard links of version 1 …
10:38 Changeset in mainline [41202a9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Lot of improvements to the MinixFS driver: - Add mfs_node_put() - Add …
09:56 Changeset in mainline [c9f5e238]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
devman in kconsole fixes It seems better to launch devman later to …
00:16 Changeset in mainline [ea696998]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Reworked OHCI RH registration (no nasty delay fibril) HC does not …
00:15 Changeset in mainline [d70765d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
00:14 Changeset in mainline [b3f655f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
RH cleanup sry, I had to…

2011-03-25:

23:37 Changeset in mainline [53f1c87]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI root hub registration reworked
23:32 Changeset in mainline [a716a75]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jerome Portal <jeromeportal1@…>
add alphabetical sort for ls command
23:25 Changeset in mainline [fa3de85]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
HC does not need usb iface
17:29 Changeset in mainline [9a2923d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB MID fixes, devman in kconsole (#145, #150) Ported USB MID driver …
17:26 Changeset in mainline [889e8e3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
devman in kconsole as a config option
17:18 Changeset in mainline [b8d453ec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fixes issue #122. New allocator on not cached memory. Only one …
17:15 Changeset in mainline [57d9c05e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Output report creating API preparation
17:13 Changeset in mainline [095b2017]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
17:10 SashimiRegressions edited by Jakub Jermář
It's file_bd actually. (diff)
17:10 Changeset in mainline [25bbaea]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Better readability of kernel log Serialized output from /app/klog to …
17:09 SashimiRegressions edited by Jakub Jermář
Fix typo. (diff)
17:06 Changeset in mainline [b5d486b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
devman started during init This has the positive effect that its …
17:06 Changeset in mainline [da88eb82]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove or degrade debug output Remove intel specific cache flushes
17:03 Changeset in mainline [1585c7e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use control transfer lock for control transfers. Use global done list …
17:02 Changeset in mainline [d93b3e3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add lock for control transfers (hc can't guarantee their atomicity) …
16:28 Changeset in mainline [da3dafc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub driver (able to set address)
16:22 Changeset in mainline [f97717d9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from development
16:18 Changeset in mainline [d8421c4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub driver starts doing something
15:53 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jakub Jermář
Here is a diff between the boot on the emulated sun4v and the real one …
15:46 SashimiRegressions edited by Martin Decky
create a ticket for the comment no. 2 (diff)
15:45 Ticket #325 (APIC driver non-functional) created by Martin Decky
The uspace APIC driver (uspace/srv/hw/irc/apic) is currently just a …
15:34 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) updated by Jakub Jermář
Ok, those commands work on sun4u, even though ctrace works for me on …
15:21 Changeset in mainline [9c0f158]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
development merge
15:18 Changeset in mainline [96bfe76]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Output report API
15:17 SashimiRegressions edited by Martin Decky
have a new dedicated ticket for the niagara boot failure (diff)
15:14 t1_fail.zip attached to Ticket #324 by Martin Decky
boot image and kernel binary
15:11 Ticket #324 (sun4v: Boot failure on a real Sun SPARC Enterprise T1000) created by Martin Decky
HelenOS revision 898 (w/o SMP) does not boot on a real world Sun SPARC …
14:37 Changeset in mainline [f08c560]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
HID→kbd, HID functions separated, ported to USB fw, better report …
14:29 Changeset in mainline [0533b03]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Small fixes
14:22 Changeset in mainline [8c40822]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged changes from branch maklf (bugfix + paths)
14:15 Changeset in mainline [4acf099]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged development changes
14:09 Changeset in mainline [81001f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix debug output typo
13:40 Changeset in mainline [b53d3b7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
bitmap data parsing bug fix parser initialization check bug fix …
12:34 Changeset in mainline [1cbfd6b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed checking of bool interface.

2011-03-24:

23:26 Changeset in mainline [0d92638]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Added boot protocol static descriptor. - The fallback does not work …
22:55 Ticket #323 (Source of unsuccessful `mv` has zero size after re-mount) closed by Jakub Jermář
fixed: Libfs forgot to put the node after it failed to link. Fixed in …
22:55 Changeset in mainline [252e30c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Huge refactoring of KBD driver code. - Separated code for retrieval …
22:50 Changeset in mainline [47f7adfc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:jakub/helenos/fs.
22:45 Changeset in mainline [b946bf83]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Put the libfs node upon its failure to link.
21:41 Changeset in mainline [fcafa04]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB MID uses the new framework
21:30 Changeset in mainline [54caa41b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Link mfs_has_children() function to the libfs_ops structure
21:30 Changeset in mainline [3cefd70]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Improve paging options of 'cat'.
21:20 Changeset in mainline [538bb6b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo prints device status
21:15 Changeset in mainline [cb61e8f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo prints device status as well Device (and control endpoint …
21:07 Changeset in mainline [915a851]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add constants for USB device and endpoint status
20:44 Changeset in mainline [476b71ff]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Finished renaming kbd driver to usbkbd
20:27 Ticket #243 (ppc32 exception handling broken) updated by Martin Decky
Milestone changed
20:25 ReleaseNotes/0.5.0 edited by Martin Decky
retarget ppc32 regressions for future release (diff)
20:19 SashimiRegressions edited by Martin Decky
niagara seems to have a regression (diff)
20:19 Changeset in mainline [61825f9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Renamed usbhid to usbkbd (preparation for dividing to 2 drivers).
20:17 Changeset in mainline [5ea37b1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
sun4v: fix formatting strings
20:13 Changeset in mainline [81da2e7f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Minor refactoring, removed unused files.
19:56 Changeset in mainline [fb2ceeb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix typo
19:53 Changeset in mainline [cfbcd86]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Link mfs_plb_get_char to the libfs structure
19:01 ReleaseNotes/0.5.0 edited by Jakub Jermář
(diff)
18:58 ReleaseNotes/0.5.0 edited by Jakub Jermář
Mention rm and cat improvements. (diff)
18:51 SashimiRegressions edited by Martin Decky
SMP in msim actually works (although it does nothing :)) (diff)
18:50 SashimiRegressions edited by Martin Decky
replace N/T with — (better readability) (diff)
18:46 SashimiRegressions edited by Martin Decky
reformat the table for better readability (in source form) (diff)
18:42 SashimiRegressions edited by Martin Decky
issue 1 was eliminated in revision 893 (diff)
18:37 Changeset in mainline [8f29507f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
merge unified IRC services and graceful networking degradation
18:36 Changeset in mainline [eb277fa7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
support graceful degradation of networking
18:31 Changeset in mainline [d553f81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Support for —more and —hex for 'cat'. (Thanks to Martin Sucha).
18:02 Changeset in mainline [ed2c8ff]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Support for recursive 'rm'. (Thanks to Laura-Mihaela Vasilescu.)
17:33 Changeset in mainline [84f0a79]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add missing volatile to inline assembly. With this fix, the kconsole …
14:57 Changeset in mainline [55e388a1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Check of initialization of report parser structure
13:45 Changeset in mainline [50114ef]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
12:51 Ticket #318 (Unexpected pfrc (159712).) updated by Jakub Jermář
istate→epc seems to be a userland address.
10:45 NetworkBridging edited by Martin Decky
Swap two words (diff)
10:44 NetworkBridging edited by Martin Decky
Small updates and warnings (diff)
00:36 Ticket #322 (`cp` seems to produce a corrupted copy on a non-root fat) updated by Jakub Jermář
Milestone changed
00:36 Ticket #322 (`cp` seems to produce a corrupted copy on a non-root fat) closed by Jakub Jermář
fixed: Fix merged in changeset:mainline,890.
00:35 Ticket #321 (Could not unmount FAT after `mv`) updated by Jakub Jermář
Component changed
00:35 Ticket #321 (Could not unmount FAT after `mv`) closed by Jakub Jermář
fixed: Fix merged in changeset:mainline,890.
00:34 Changeset in mainline [5f9f37d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs.
00:31 Ticket #322 (`cp` seems to produce a corrupted copy on a non-root fat) updated by Jakub Jermář
Component changed
This is actually a problem of the bdsh implementation of cp. If the …
00:28 Changeset in mainline [2815505]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
cp should update the buffer address if multiple write()'s are needed.
00:01 Ticket #321 (Could not unmount FAT after `mv`) updated by Jakub Jermář
I have already fixed this in lp:~jakub/helenos/fs. The problem is that …
00:00 Ticket #322 (`cp` seems to produce a corrupted copy on a non-root fat) updated by Jakub Jermář
Not reproducible if the root FS is FAT too.

2011-03-23:

23:59 Ticket #323 (Source of unsuccessful `mv` has zero size after re-mount) created by Jakub Jermář
1. mount a non-root FAT to /data 2. copy a file there, e.g. file1 3. …
23:11 Changeset in mainline [71af5a4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Put the old VFS node also in error paths of vfs_rename().
23:10 Changeset in mainline [ec3e2ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Build shared C library. Add config options for building and using all …
23:07 Changeset in mainline [1ff896e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Enhanced command-line arguments for ext2info
23:04 Changeset in mainline [30718cc2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Move cacheable flag from syscall to malloc
23:04 Changeset in mainline [001b152]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use simple slab allocator for hw accessible memory
22:51 Changeset in mainline [54e90cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Fix handling of command-line arguments in ext2info
22:36 Ticket #322 (`cp` seems to produce a corrupted copy on a non-root fat) created by Jakub Jermář
Mounting a non-root FAT file system over TMPFS root and doing: […] …
21:51 Changeset in mainline [fca78d4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Enhanced testread
20:53 Changeset in mainline [76b5a95c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge mainline changes.
20:48 Ticket #321 (Could not unmount FAT after `mv`) created by Jakub Jermář
The mv command is expected to fail on FAT because FAT does not …
20:16 Changeset in mainline [e18e0d6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring, renaming,… one compile breakage
20:14 Changeset in mainline [05ead5c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix str_error parameter
19:45 Changeset in mainline [6b3e7f7f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Add tools to test reading of files from a filesystem
19:04 Changeset in mainline [c7faade]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Fix reading large files
17:15 Changeset in mainline [57d129e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
unify all IRC services under SERVICE_IRC
16:04 Changeset in mainline [5bf82ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
80 column fixes
15:55 Lab edited by Jakub Jermář
(diff)
15:41 Ticket #318 (Unexpected pfrc (159712).) updated by Jakub Jermář
Replying to svoboda: > Note that while we return NULL, …
10:46 Changeset in mainline [6f50bb0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
ext2info: better display of allocated/unallocated data blocks for a …
10:40 Changeset in mainline [7ea69a6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Support for sparse files and fixed handling of end of file
10:15 Changeset in mainline [c61338a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix the use of the word packet.
09:57 Changeset in mainline [20a1e76]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Rename packet ⇒ transfer, avoids naming confusion

2011-03-22:

23:23 SashimiRegressions edited by Jiri Svoboda
GTA02 passes devman tests (diff)
23:04 SashimiRegressions edited by Jiri Svoboda
GTA02 passes network tests (diff)
22:30 Changeset in mainline [4d0c40b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
ohci root hub implementation basis, missing descriptors and interrupt …
22:20 SashimiRegressions edited by Jiri Svoboda
GTA02 passes sanity (diff)
22:00 Changeset in mainline [f2d665b4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Reset cat's global state
21:38 SashimiRegressions edited by Jakub Jermář
Update results for arm32/integratorcp. (diff)
21:26 Ticket #210 (Newer Qemu breaks Integrator/CP support) closed by Jakub Jermář
fixed: Fix merged in changeset:mainline,889.
21:25 Changeset in mainline [ab10b842]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge Integrator/CP fixes.
21:23 Changeset in mainline [143932e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Add rules for building shared libraries to uspace/Makefile.common. Add …
21:18 Changeset in mainline [c0d77f7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix scancode map for Integrator/CP in the kernel.
21:02 Changeset in mainline [9c2b2a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix keycode map for Integrator/CP in the kbd server.
20:59 Ticket #320 (Would be nice to type kconsole commands while 'test *' runs) created by Jakub Jermář
In the unfortunate event that kconsole hangs while waiting for …
20:43 Changeset in mainline [ac897e8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Fix paging for non-hex mode (i.e. when input may contain newlines)
20:38 Changeset in mainline [f554a94]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix the visual for Integrator/CP.
20:02 Changeset in mainline [e7ffdd3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Implement -m option for cat and add -x option to convert bytes to hex
19:55 Changeset in mainline [5e3eea10]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Merge mainline changes
19:32 Changeset in mainline [82d04a48]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fix: forgot initialization of HID parser.
19:20 Changeset in mainline [408ebc5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
19:11 Changeset in mainline [f8e4cb6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Ported usbhid driver to the new USB framework (#141). Not tested …
17:59 UsersGuide/CompilingFromSource edited by Jiri Svoboda
Building release files (diff)
15:26 Changeset in mainline [11dd29b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Using interrupts in OHCI and UHCI optional Added option to HelenOS …
10:07 Changeset in mainline [62f4212]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged changes from development
07:59 Ticket #43 (Switch between virtual terminals using Alt+Fn) updated by Jiri Svoboda
Depends on, See also changed
07:59 Ticket #43 (Switch between virtual terminals using Alt+Fn) updated by Jiri Svoboda
See also changed
07:59 Ticket #156 (Improve support for non-xterm terminal emulators) updated by Jiri Svoboda
See also changed
07:58 Ticket #319 (Input method for character terminals) updated by Jiri Svoboda
See also changed
04:54 Changeset in mainline [667a4f8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Zdenek Bouska <zdenek.bouska@…>
Memory mapped registers accessible by pio_* frunctions (ia32, amd64)

2011-03-21:

23:42 Changeset in mainline [b01995b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fixes selecting a new USB address when max address has been reached. …
23:35 Changeset in mainline [87644b4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Rename uhci_struct ⇒ hw_struct
23:33 Changeset in mainline [b9fa0a9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
80-column fixes
23:12 Changeset in mainline [1c6a45f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Whitespace fixes (no functionality changed) iface.c should be more or …
22:47 Changeset in mainline [62ed5bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Rename hc.device_manager ⇒ hc.manager
22:47 Ticket #319 (Input method for character terminals) created by Jiri Svoboda
HelenOS can be controlled with a keyboard or using a character …
22:46 Changeset in mainline [33fbe95]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Rename uhci_rh ⇒ rh
22:45 Ticket #210 (Newer Qemu breaks Integrator/CP support) updated by Jakub Jermář
The framebuffer colors can be fixed by applying the following patch: …
22:42 Changeset in mainline [c01cd32]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Rename uhci_hc ⇒ hc, follow common hcd names
22:32 Ticket #56 (Finish and merge the dynamic loader to trunk) updated by Jiri Svoboda
Status, Owner changed
Merged from mainline again (the branch was left at the state when it …
22:27 Ticket #210 (Newer Qemu breaks Integrator/CP support) updated by Jakub Jermář
By experimenting, I found out that in the new Qemu, the layout of the …
22:00 Changeset in mainline [04803bf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Merge mainline changes (needs fixes).
21:53 SashimiRegressions edited by Jakub Jermář
Update results for sparc64/niagara. (diff)
21:00 Changeset in mainline [c56c5b5b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Minor fixes resulting from the previous big merge
20:48 SashimiRegressions edited by Jakub Jermář
Update results for sparc64/serengeti. (diff)
20:22 Changeset in mainline [e099f26]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes (including OHCI)
20:16 SashimiRegressions edited by Jakub Jermář
Update results for sparc64/ultra. (diff)
19:35 CurrentIssues edited by Jakub Jermář
(diff)
19:00 SashimiRegressions edited by Jakub Jermář
(diff)
18:28 Changeset in mainline [5f80527]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
18:24 Changeset in mainline [31b568e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Ignore list update
18:24 SashimiRegressions edited by Jakub Jermář
(diff)
18:21 Changeset in mainline [ce794342]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Logging refactoring
18:14 Changeset in mainline [fbefd0e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB drivers less verbose on info level
17:31 Changeset in mainline [215b001]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Unified default log level of all USB drivers
17:16 Changeset in mainline [41ef5b9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from usb/development
16:54 Changeset in mainline [434ef65]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Small improvements of libusb Below is a summary of changes * added …
16:47 Changeset in mainline [625f1ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Hub driver refactoring Static endpoint description. Use already …
16:27 Changeset in mainline [e484f3b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB framework remembers some descriptors Currently, it is only device …
16:05 Changeset in mainline [34eb135]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
16:01 Changeset in mainline [5287502]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes
15:55 Changeset in mainline [d7186cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Batch debugging messages more compact and verbose
15:53 Changeset in mainline [a90fc0c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Refactoring of "enum to string" functions
15:35 Changeset in mainline [aaff605]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add usb_str_speed() function
15:29 Changeset in mainline [432f68a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
improve compatibility with Python 3.2 (thx Vojtech Horky)
15:12 Changeset in mainline [28eee11c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Function and types renaming This merge does not involve any change in …
15:08 Changeset in mainline [7102aa5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
15:06 Changeset in mainline [c92c13f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Formatting and comments No change in functionality.
15:01 Changeset in mainline [1387692]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Rename batch_* ⇒ usb_transfer_batch_* No change in functionality.
14:33 Changeset in mainline [e34e77a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Formatting and comments No change in functionality
14:27 Changeset in mainline [68b5ed6e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Rename device_keeper* ⇒ usb_device_keeper* Also extended some device …
14:27 Changeset in mainline [5971dd3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Interrupt emulator, and rh address reset
14:25 Changeset in mainline [5d1db18]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Set rh address to -1 if devman register fails
14:23 Changeset in mainline [afe1d1e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
fix possible compiler warnings (thx Vojtech Horky)
14:23 Changeset in mainline [361e61b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
merge with development
14:20 Changeset in mainline [7d6a676]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add interrupt emulator
14:10 Changeset in mainline [3954a63b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Rename usb_endpoint_pipe_*() ⇒ usb_pipe_*() No change in functionality.
13:53 Changeset in mainline [a372663]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Rename usb_endpoint_pipe_t ⇒ usb_pipe_t No change in functionality.
13:47 Changeset in mainline [8a951ca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
13:43 Changeset in mainline [48fe0c9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI hc driver software side implementation
13:41 Changeset in mainline [925e099]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development changes
13:39 Changeset in mainline [9078de8f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add forgotten header
13:37 Changeset in mainline [5156580]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Set rh address to 0 during dummy_reset
13:34 Changeset in mainline [d328172]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement driver side batch routines, make rh reuse requests
13:28 Changeset in mainline [0e45e7f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB request wrappers, usbinfo tunning (#53, #136) The request …
13:19 Changeset in mainline [f8e1a2c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
13:18 Changeset in mainline [2bf8f8c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement batch_get
13:15 Ticket #202 (fgetc() should be smarter about buffer flushing) updated by Martin Decky
The Linux manual page states about output streams flushing rules (for …
13:07 Changeset in mainline [be7950e8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement interface, add stub batch functions
12:51 Changeset in mainline [ff582d47]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
A really ugly way to register hub
12:23 Changeset in mainline [8627377]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add usb iface implementation
12:04 Changeset in mainline [e387d0f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add back full descriptor dump to usbinfo
11:52 Changeset in mainline [a6d1bc1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add infrastructure for rh registration.
11:30 Changeset in mainline [eece178]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add dumper for hub descriptor to usbinfo It will probably not be …
11:29 Changeset in mainline [57abafd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add structure for header of hub descriptor
11:19 Changeset in mainline [b0beee82]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement address reservation
11:13 Changeset in mainline [bab71635]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Renames, remove ohci prefix
11:06 Changeset in mainline [9cf1c5a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add wrappers for standard USB requests (#53) However, they are not …
10:54 Changeset in mainline [c15070c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix toggle protocol, add support for all 32 endpoints
10:30 Changeset in mainline [2e1d5d70]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Host controller refactoring, move shared stuff to libusb/host
10:27 Changeset in mainline [79c8a96]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
10:25 Changeset in mainline [81dce9f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Make batch_t a library structure
09:08 Changeset in mainline [1fb1339]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Move device_keeper to libusb
07:33 Ticket #318 (Unexpected pfrc (159712).) updated by Jiri Svoboda
By looking at the code what happens is that the following if
00:11 Changeset in mainline [f0fdc7d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix race condition in driver - HC communication See diff for …

2011-03-20:

23:39 Changeset in mainline [00c18bc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add USB fallback driver The purpose of it is to see all USB …
23:35 Changeset in mainline [2211125e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB fallback works for interfaces as well
23:18 Changeset in mainline [2c1f24c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB fallback driver refactoring
23:00 Changeset in mainline [fa8f1f7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
22:28 Changeset in mainline [33577f81]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
mostly hub driver code refactoring (using new generic usb device …
22:24 Changeset in mainline [fd9f6e4c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
21:50 Changeset in mainline [09daa8b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
using usb/devdrv interface to simplify hub communication …
21:48 SashimiRegressions edited by Jakub Jermář
(diff)
21:36 Changeset in mainline [e7bc999]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add interrupt support Fix register structure Interrupts disabled as …
21:07 SashimiRegressions edited by Jakub Jermář
(diff)
20:51 SashimiRegressions edited by Jakub Jermář
(diff)
20:29 SashimiRegressions edited by Jakub Jermář
(diff)
19:53 Ticket #318 (Unexpected pfrc (159712).) updated by Jakub Jermář
Initializing the pfrc variable to some known value reveals that …
19:50 SashimiRegressions created by Jakub Jermář
19:32 CurrentIssues edited by Jakub Jermář
(diff)
19:09 Changeset in mainline [4611094f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
merge mainline changes
18:51 Ticket #318 (Unexpected pfrc (159712).) updated by Jakub Jermář
The issue is reproducible on msim 1.3.8 and mainline revision 885. To …
18:36 Changeset in mainline [42dbb26]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Enable access to device registers
18:26 Ticket #318 (Unexpected pfrc (159712).) created by Jakub Jermář
During mainline testing before the upcoming 0.4.3 release, I hit the …
17:06 Changeset in mainline [b8e9acb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Name fix
17:03 Changeset in mainline [8727c18]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add OHCI to ai32 arch
17:02 Changeset in mainline [be6cc9cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI bzrignore
16:59 Changeset in mainline [41b96b4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
OHCI stub
15:52 Changeset in mainline [8373f53]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo: number of configs and ifaces printed
15:41 Changeset in mainline [93855d4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add USB fallback driver This driver is launched when no other driver …
15:14 Changeset in mainline [7308e84]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Display offset at beginning of line in bdd (thx Maurizio Lombardi).
14:51 Changeset in mainline [103cf26]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
EHCI stub implementation Added host controller interface to EHCI …
12:50 Changeset in mainline [8c76c30]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix some comments and remove unused nr_indirect var.
11:48 Changeset in mainline [6adba0a8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add copyright headers
11:30 Changeset in mainline [155f792]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Use a generic minixfs inode in core to avoid code duplication

2011-03-19:

23:11 ReleaseNotes/0.5.0 edited by Jakub Jermář
Note about debug binaries. (diff)
19:15 Changeset in mainline [930baca]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
the read_map() function returns the data block address on disk given …
18:30 Changeset in mainline [59e01689]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from usb/development
18:14 Changeset in mainline [a763eb4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Doxygen comments to HC iface of EHCI No change in functionality.
17:47 Changeset in mainline [81608b5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
EHCI: small fixes
17:40 Changeset in mainline [f51594fa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add EHCI stub for HC interface
12:40 Changeset in mainline [4fb6d9ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring
09:32 Changeset in mainline [13b9cb5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use horizontal list instead of vertical in uhci scheduler This breaks …

2011-03-18:

22:59 GSOC edited by Jakub Jermář
We are a mentoring organization officially. (diff)
22:31 Changeset in mainline [ebf59e4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Reverse error priorities STALL should be reported only if there is no …
21:41 Changeset in mainline [d3991b2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
QH and link pointer refactoring
21:31 Changeset in mainline [eedac04]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
21:27 Changeset in mainline [46d12fb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring Don't call addr_to_phys syscall on NULL pointer.
21:04 Changeset in mainline [171cd88]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Make sure new_address index is never out of array bounds (fixes #142)
20:39 Changeset in mainline [0d6ab10]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add mfs_stat() function and link mfs_size_get() function to the …
19:56 Changeset in mainline [fe4ac35]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Link the mfs_root_get() function to the libfs_ops structure
19:44 Changeset in mainline [44c0f5b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
link function mfs_node_get() to the libfs_ops structure
19:44 Changeset in mainline [8b86ed26]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
the inode table position depends from the zone and inode bitmap size
18:47 Changeset in mainline [fcce9e1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
fix directory entries initialization
17:38 Changeset in mainline [18b3cfd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Checking if the device is uninitialized in kbd repeat loop.
17:19 Changeset in mainline [3746bfe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed #140 (properly destroying KBD structure when polling ends)
17:17 Changeset in mainline [00b13408]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed destroying of KBD structure when polling ended. The structure …
16:53 Changeset in mainline [411d9fa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Mouse sets boot protocol
16:50 Changeset in mainline [382f3266]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
16:45 Changeset in mainline [054ed84]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Mouse sets boot protocol
16:45 Changeset in mainline [d71691d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB device structure remembers interface
16:38 Changeset in mainline [f0a1c86]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
16:31 Changeset in mainline [98637224]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
second fix of bug 138(multiple new devices deadlock), works in qemu
16:25 Changeset in mainline [e93e319]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
second check of bug 138 (multiple new devices)
16:17 Changeset in mainline [4fec9ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from development
16:03 Changeset in mainline [d8e61b0d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Report protocol support using HID report parser.
15:16 Changeset in mainline [3036735]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
15:10 Changeset in mainline [fc5ed5d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Getting size of report from parser, changed key processing.
15:03 Changeset in mainline [11ac272]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fixes: deadlock with default address, usb speeds
14:58 Changeset in mainline [a7528a16]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
speed on port is low/full/high
14:43 Changeset in mainline [a83e138]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
sollution for bug 138 (deadlock caused by incorrect asking for default …
14:24 Changeset in mainline [b495a93]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
drpintf removed, usb_log_… used instead
14:21 Changeset in mainline [bb41b85]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged changes from branch maklf
14:17 Changeset in mainline [6e3b9a58]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged changes from branch lelian/hidd
12:16 Changeset in mainline [73751c0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
09:18 Changeset in mainline [b64eac6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes
09:14 Changeset in mainline [1614ce3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Improvements of usbinfo application Refactored the code, filtering …
09:00 UsersGuide/CompilingFromSource edited by Jiri Svoboda
(diff)
08:59 UsersGuide/CompilingFromSource edited by Jiri Svoboda
(diff)
08:58 UsersGuide/CompilingFromSource edited by Jiri Svoboda
Stress disclaimer even more (diff)
08:57 UsersGuide/CompilingFromSource edited by Jiri Svoboda
Manual configuration (diff)
08:47 UsersGuide/CompilingFromSource edited by Jiri Svoboda
Automatic configuration plus running instructions (diff)
08:41 HowToContribute edited by Jiri Svoboda
Compiling instructions (diff)

2011-03-17:

23:41 Changeset in mainline [b8e2f93]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo prints language name instead of code
23:41 Changeset in mainline [749f18c5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add function for string representation of a locale
23:29 Changeset in mainline [8865087]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo recognises HID descriptor
23:22 Changeset in mainline [a458bc9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo refactoring - command line switches
23:17 Changeset in mainline [2d6787b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Old code removal from usbinfo
23:10 Changeset in mainline [aad3587]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
String printing back in usbinfo
23:04 FreeRunner edited by Jiri Svoboda
Update (diff)
22:59 Changeset in mainline [7b13d8e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo prints match ids from interfaces too
22:54 ReleaseNotes/0.5.0 edited by Jiri Svoboda
Automatic release building (diff)
22:51 ReleaseNotes/0.5.0 edited by Jiri Svoboda
Add special notes (diff)
22:41 ReleaseNotes/0.5.0 edited by Jiri Svoboda
Details on GTA02 support. (diff)
22:37 Changeset in mainline [cfff7a8f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix a little bug when reading inodes from disk
22:33 Ticket #302 (GTA02 touchscreen does not work) closed by Jiri Svoboda
fixed: Fixed in changeset:mainline,885. I modified the condition in …
22:32 Changeset in mainline [306061a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Display mouse pointer even in lower resolution. Still be careful not …
22:29 Changeset in mainline [4fa05a32]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
22:24 Changeset in mainline [df22c36]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
add function to read V2/V3 inodes on disk
22:24 Changeset in mainline [bf58895]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo uses the library descriptor walker
22:22 Changeset in mainline [da77278]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add simple "walker" over descriptors It iterates over all descriptors …
22:00 Changeset in mainline [f213ae7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
add function to read V1 inode on disk
21:11 Changeset in mainline [e160da4d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add printing of descriptor tree to usbinfo
21:10 Changeset in mainline [7d04324]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Link mfs_is_directory() and mfs_is_file() functions to the libfs_ops …
20:30 Changeset in mainline [5a58ae2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Link mfs_is_directory() function to the libfs_ops structure
20:10 Changeset in mainline [e54ba607]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
link mfs_device_get function to the libfs_ops structure
20:00 Codenames edited by Jakub Jermář
(diff)
20:00 ReleaseNotes/0.5.0 edited by Jakub Jermář
(diff)
19:59 ReleaseNotes/0.5.0 edited by Jakub Jermář
We actually have only the pc platform driver as of now. (diff)
15:22 Changeset in mainline [3b08178]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Initialize block cache and add a function to get a filesystem instance …
13:49 Changeset in mainline [0fd82c9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
HW error handling minor fix in TD debug output
13:49 Changeset in mainline [fcc525d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Limit the number of hw retries
13:41 Changeset in mainline [953a823]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
mount minix filesystem and add the superblock info structure to the …
13:38 Changeset in mainline [87037c48]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix transfer descriptor act size debug output
13:23 Changeset in mainline [d142e75]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
12:45 Changeset in mainline [4f66cc7b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged development changes
07:53 Ticket #302 (GTA02 touchscreen does not work) updated by Jiri Svoboda
I still plan to fix this before the release.
07:53 Ticket #108 (Building of release files should be automated) closed by Jiri Svoboda
fixed: In changeset:mainline,881, changeset:mainline,882 and …

2011-03-16:

23:23 Changeset in mainline [051b3db8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Update SBI to rev. 344 from upstream. What's new: * …
23:18 Changeset in mainline [eb2a48a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Set the value explicitly even if it's the default
22:35 Changeset in mainline [406d514]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Fix omissions.
22:09 Changeset in mainline [471569b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Rename things 'dist' to 'release'.
21:46 Changeset in mainline [aede651]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Build release files from exported sources. Build source tarball as well.
21:00 Changeset in mainline [039c66c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from smekideki into usb/development: small fixes
20:57 Changeset in mainline [42a3a57]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
small fixes: new device speed, returning unpluged address, proposed …
18:50 Changeset in mainline [72af8da]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from usb/development
18:46 Changeset in mainline [3e7b7cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
minor change
10:27 Changeset in mainline [81ca204]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add command-line switches to usbinfo
10:14 Changeset in mainline [3100ebe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Preparation for more modular usbinfo

2011-03-15:

20:20 Changeset in mainline [f66d903]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix MinixFS V3 initialization
17:47 Changeset in mainline [245eb02d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Check for V3 magic number when a mount is performed
14:50 Changeset in mainline [2180979]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Hack for first QEMU device
14:43 Changeset in mainline [a963a68]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Hw error handling.

2011-03-14:

22:51 Changeset in mainline [2ef036a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
22:49 Changeset in mainline [fcf07e6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix typo in doxygen group name The actual fix is renaming the latter …
22:37 Changeset in mainline [7ffe82f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo expects list of devices The functionality was cut down but …
22:22 Changeset in mainline [c2343cc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add function for getting USB address of a device
21:24 Changeset in mainline [15d3b54]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen comments, enable hw interrupts if possible
21:22 Changeset in mainline [9370884]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
21:06 Ticket #307 (Devman and DDF-based drivers are too verbose) updated by Vojtech Horky
Cc, Component changed
Added patch to reduce number of messages printed by devman. I tried …
20:55 devman_logging.patch attached to Ticket #307 by Vojtech Horky
Patch for conditional printing of devman messages
19:45 Ticket #317 (Structured binary data editor) created by Jiri Svoboda
Implement a tool to view and edit structured binary data, such as …
14:04 Changeset in mainline [ff34e5a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Try to enable hw interrupts
10:49 Changeset in mainline [c69209d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add reading max packet size for pipe zero
10:47 Changeset in mainline [206f71a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Getting max_packet_size for default control pipe
10:46 Changeset in mainline [6dd35e0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix UHCI shortcut in usbinfo
02:01 Changeset in mainline [6298d80]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
01:39 Changeset in mainline [17ceb72]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen

2011-03-13:

23:35 Changeset in mainline [189cd4e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB device name contains also the address
23:28 Changeset in mainline [b711f62]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Bypass problems with incomplete APIC service
23:26 Changeset in mainline [c5b6431c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
APIC service running even without APIC The service is kept running …
23:25 Changeset in mainline [91579d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
C style fixes
23:23 Changeset in mainline [3bd96bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Move scheduling to iface functions
23:10 Changeset in mainline [f123909]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen fixes and refactoring. UHCI root hub driver should be …
22:54 Changeset in mainline [92b41f33]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add library layer for bandwidth reservation See ticket #121.
22:47 Changeset in mainline [5fd22d8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB device driver framework registers endpoints
22:45 Changeset in mainline [b7d8fd9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add IPC layer for endpoint (bandwidth) reservation No HC driver …
22:02 Changeset in mainline [1b0b86e6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
21:39 Changeset in mainline [deb4ba7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Initial work on USB device driver framework See messages in …
21:19 Changeset in mainline [adfe5ec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Mouse driver uses automatic polling
21:15 Changeset in mainline [4bf94df]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add functions for automatic device polling
20:14 Changeset in mainline [92dd5c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Read superblock and look for a corrispondent magic number, fix first …
18:17 Changeset in mainline [335382d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
BIG refactoring, fixed a memory leak and few TODOs
18:09 Changeset in mainline [a9f91cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring final touches
17:51 Changeset in mainline [9351353]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
MAJOR refactoring, solved several TODOs and a leak with ddf infrastructure
17:18 Changeset in mainline [69334af]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Replace asserts with proper checks Also, added doxygen comments.
16:18 Changeset in mainline [8850690]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Rename uhci_t ⇒ uhci_hc_t, start of bigger HC ←> RH cleanup
15:37 Changeset in mainline [6143ce3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Rename queue_head_t ⇒ qh_t Refactoring
13:59 Changeset in mainline [eb0dc58]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen comments, use helper function for setting IOC flag
11:39 Changeset in mainline [c3f95d8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Merged mainline changes

2011-03-12:

22:36 Changeset in mainline [0f3e68c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Minor fixes and refactoring
22:35 Changeset in mainline [67352d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Debug output fixes and refactoring (less spam, more readability)
15:56 Changeset in mainline [7f810b3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Move port_status.h functionality to port.h
12:44 Changeset in mainline [dd6f59f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Minor fixes in initialization routine and hc interrupt handling
12:39 Changeset in mainline [0db3ad6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Only check connections of there is a chance for a finished one Set …
11:59 Changeset in mainline [489c3e7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB mouse driver uses the new framework The implementation was …
11:51 Changeset in mainline [fb1d4990]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Minor fix in RH device enumeration
11:30 Changeset in mainline [c32688d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
bitmap translation
10:10 Changeset in mainline [6105fc0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Start work on ticket #85 (USB framework) Only base skeleton is ready, …

2011-03-11:

18:43 Changeset in mainline [ccbc5b56]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes
18:41 Changeset in mainline [14c29ba]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix directory entries initialization, mkminix is now ready to be used.
18:33 Changeset in mainline [b84175a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix wrong use of block_write_direct(), make sure we write at least 1k …
18:20 Changeset in mainline [0dd2717]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix wrong use of the FIRST_ZONE macro
18:10 Changeset in mainline [d3ce9515]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix wrong memory allocation for inode table buffer
17:33 Changeset in mainline [df949c5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Get max_packet_size when initializing default pipe UHCI root hub …
17:32 Changeset in mainline [bf4cc3e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Get bMaxPacketSize0 when initializing default pipe
17:25 Ticket #316 (Real CD-ROM not working) updated by Jiri Svoboda
ata_bd does not use the 'right' way of detecting ATA(PI) devices. It …
17:18 Ticket #316 (Real CD-ROM not working) updated by Jiri Svoboda
Status, Owner changed
17:18 Ticket #316 (Real CD-ROM not working) created by Jiri Svoboda
While ata_bd does work with the emulated CD-ROM inside Qemu, it does …
17:16 HardwareSupport edited by Jiri Svoboda
(diff)
16:56 Changeset in mainline [33382a9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
#128 - skip constant items in report
16:24 Changeset in mainline [0bd4810c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Buffer length of parsed input report
16:05 Changeset in mainline [71b6e92]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix assign batch to proper queue
16:03 Changeset in mainline [ab5a43d1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
All debug output uses port.id_string
15:42 Changeset in mainline [9d9ffdd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
merge with hidd
13:51 Changeset in mainline [3005db6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Root hub refactoring
11:15 Changeset in mainline [0c8562c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
09:20 Changeset in mainline [67f54965]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
08:09 Changeset in mainline [b3bdb68]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes
08:04 Changeset in mainline [b05e2fe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Quick fix to enable compilation ;-)
00:17 Ticket #290 (Infrequent hang of loaders while reading from fat during startup) closed by Jakub Jermář
fixed: Fixed in changeset:mainline,880.
00:16 Changeset in mainline [c1a5d8d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs.
00:14 Changeset in mainline [5716e9a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Make sure that block_get() instantiates each block only once.

2011-03-10:

23:18 Ticket #290 (Infrequent hang of loaders while reading from fat during startup) updated by Jakub Jermář
I think what happens is this: 1. block_get(ba1) 2. block_get(ba2), …
19:26 Changeset in mainline [a8def7d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Small fixex
19:22 Ticket #311 (Port of Portable C Compiler (pcc) to HelenOS) updated by Jakub Jermář
See also changed
19:22 Ticket #315 (Port of GNU Binutils to HelenOS) updated by Jakub Jermář
See also changed
19:11 Changeset in mainline [197b671]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Code cleaning
19:10 Ticket #315 (Port of GNU Binutils to HelenOS) updated by Jakub Jermář
Summary changed
19:10 Ticket #315 (Port of GNU Binutils to HelenOS) created by Jakub Jermář
Port essential programs from GNU Binutils to HelenOS. Details:: The …
19:07 Changeset in mainline [e69f10b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged changes from lelian/hidd
18:43 Changeset in mainline [7351dc3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged bugfix
17:14 Changeset in mainline [60a228f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
hidparser bug fix
16:05 Changeset in mainline [f4cf2813]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Commented rest of the USB HID code.
16:04 Changeset in mainline [45dd8bf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Commented dump functions and keycode converting.
15:56 Changeset in mainline [2b12f06]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Comments to HID request functions
15:24 Changeset in mainline [f6d0c7c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Comments to hiddev
15:16 Changeset in mainline [77ab674]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Comments to hiddev, added some return value checks.
15:16 Changeset in mainline [e8c1fb0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Exiting from the polling loop if an error occurs.
14:13 Changeset in mainline [7309799]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Comments of kbdrepeat functions + minor changes to comments in kbddev.
13:42 Changeset in mainline [17ada7a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Comments + minor changes. - Doxygen comments to all functions in …
11:27 Ticket #40 (Implement support for Sgi Octane (mips64)) updated by Martin Decky
Description changed
10:52 Changeset in mainline [8a02ff3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged auto-repeat + some doxygen comments of kbd functions.
10:47 Changeset in mainline [dfe53af]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Auto-repeat of keys. - Added structure usbhid_kbd_repeat_t. - Added …
08:51 Changeset in mainline [269bd9b4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changes from development

2011-03-09:

23:11 Ticket #313 (Enhancement of user space debugging and observability features) updated by Jakub Jermář
Depends on changed
23:10 Ticket #313 (Enhancement of user space debugging and observability features) updated by Jakub Jermář
Description changed
23:10 Ticket #314 (Debugging information lost for some aborts) created by Jakub Jermář
Starting with changeset:mainline,845, an aborting task will not print …
22:59 Changeset in mainline [7a34efde]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
User convert_1k_off macro
22:50 Ticket #313 (Enhancement of user space debugging and observability features) created by Jakub Jermář
Improve or implement features for HelenOS user space debugging and …
22:37 Changeset in mainline [c4c7f5a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
set fs dirsize to minixfs3 dirsize as default value, fix memory leak
22:29 Ticket #312 (Coredumps should contain register state) updated by Jakub Jermář
Component changed
22:24 Ticket #280 (Taskdump should print fibril stacks) updated by Jakub Jermář
Component changed
22:20 Ticket #312 (Coredumps should contain register state) created by Jakub Jermář
Corefiles generated by taskdump do not contain the register …
22:10 Ticket #192 (Facility for comfortable network configuration and utilization) updated by Jakub Jermář
Description changed
22:02 Changeset in mainline [8ceba1e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Improve minixfs server check_magic_number() function
22:00 Ticket #146 (Modern operating system without MMU) closed by Jakub Jermář
deferred: The thesis was successfully defended in the week of Jan 31. The text …
21:59 Changeset in mainline [f8c60f5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Basic sketch of code for allocating blocks
21:51 Ticket #59 (FAT server improvement: FAT12, FAT32, FAT64) updated by Jakub Jermář
Description changed
21:47 Ticket #311 (Port of Portable C Compiler (pcc) to HelenOS) updated by Jakub Jermář
Summary changed
21:47 Ticket #58 (FAT server improvement: LFN) updated by Jakub Jermář
Summary changed
21:46 Ticket #59 (FAT server improvement: FAT12, FAT32, FAT64) updated by Jakub Jermář
Keywords, See also, Description, Summary changed
20:48 Changeset in mainline [66bea243]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Some unrelated changes to pipefs
20:40 Changeset in mainline [b00a2f2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix integers conversion functions
20:31 Changeset in mainline [bb0db564]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Avoid possible unaligned memory access problems
20:26 Changeset in mainline [340b5690]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix inode table initialization
19:18 Ticket #303 (Read-only UDF 1.02 (DVD-Video)) updated by Jiri Svoboda
Description changed
19:08 Ticket #305 (SATA AHCI block driver) updated by Jiri Svoboda
Description changed
16:18 Changeset in mainline [868ef40]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Add copyright headers where missing
16:16 Changeset in mainline [eef306c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Check filesystem feature flags when mounting
16:03 Ticket #311 (Port of Portable C Compiler (pcc) to HelenOS) updated by Jakub Jermář
Description changed
16:01 Ticket #311 (Port of Portable C Compiler (pcc) to HelenOS) updated by Jakub Jermář
Component changed
16:00 Ticket #311 (Port of Portable C Compiler (pcc) to HelenOS) updated by Jakub Jermář
Keywords changed
15:59 Ticket #311 (Port of Portable C Compiler (pcc) to HelenOS) created by Jakub Jermář
Port the Portable C Compiler to HelenOS. Details:: The Portable C …
15:37 Ticket #40 (Implement support for Sgi Octane (mips64)) updated by Jakub Jermář
Component changed
15:25 Changeset in mainline [e2abab03]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Split getting instance out of ext2fs_node_get so we don't unncesarily …
15:06 Changeset in mainline [84226f0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
ext2fs: Check for dot filenames in the other place too
14:03 Changeset in mainline [a210bc7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
ext2fs: Protect instance list with a mutex
13:19 Changeset in mainline [242b4bb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Change comment, as I verified that this should work
13:12 Changeset in mainline [529edc66]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Add support for reading files to ext2fs
11:57 Changeset in mainline [df38657]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Reorganize ext2fs_read_directory and skip . and .. entries
11:23 Ticket #40 (Implement support for Sgi Octane (mips64)) updated by Martin Decky
Version, Milestone, Description, Summary, Keywords changed
11:03 Ticket #192 (Facility for comfortable network configuration and utilization) updated by Martin Decky
Description changed
11:03 Ticket #194 (Driver for AMD Lance network card clone) updated by Martin Decky
Description changed
11:03 Ticket #303 (Read-only UDF 1.02 (DVD-Video)) updated by Martin Decky
Description changed
11:02 Ticket #305 (SATA AHCI block driver) updated by Martin Decky
Description changed
10:54 GSOC edited by Martin Decky
update for GSoC 2011 (diff)
10:13 Changeset in mainline [b83e16ff]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Split ext2fs_read_directory from ext2fs_read

2011-03-08:

23:08 Changeset in mainline [7df022e5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
block_write_direct() cannot write more than 8 blocks
22:01 Changeset in mainline [03fa85c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Mark all zones < first_data_zone as already used
21:55 Changeset in mainline [f8c190e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix LED keys toggling toggle :)
21:54 Changeset in mainline [c0964800]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Another toggle protocol fix. SET CONFIGURATION resets toggle only if …
21:42 Changeset in mainline [48d2765]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Doxygen comments, part 1
21:30 Changeset in mainline [0c0f5a5d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
21:27 Changeset in mainline [6cda025]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix default fs type selection
21:26 Changeset in mainline [4dc6a32]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
ext2fs server now (almost, as it is not synchronized yet) supports …
21:21 Changeset in mainline [0b07acd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Improve error detection
21:10 Ticket #310 (Support for DWARF Debugging Information Format) updated by Jakub Jermář
Component changed
21:09 Ticket #305 (SATA AHCI block driver) updated by Jakub Jermář
Component changed
21:06 Ticket #54 (VFS to FUSE connector) updated by Jiri Svoboda
A thesis …
20:59 Ticket #305 (SATA AHCI block driver) updated by Jiri Svoboda
Keywords, Description changed
20:48 Changeset in mainline [2f593872]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Printing of descriptor + turned on report parsing.
20:48 Changeset in mainline [32bfb96]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Replaced all printfs with usb_log_debug()
20:42 Ticket #310 (Support for DWARF Debugging Information Format) created by Jakub Jermář
Implement support for an essential subset of the DWARF Debugging …
20:37 Ticket #303 (Read-only UDF 1.02 (DVD-Video)) updated by Jiri Svoboda
Keywords changed
20:35 Ticket #303 (Read-only UDF 1.02 (DVD-Video)) updated by Jiri Svoboda
Owner, Component, Description changed
20:29 Changeset in mainline [5050d9e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Report parser integration into HID driver + parsing of report descriptor.
20:01 Changeset in mainline [021351c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged changes from branch maklf
20:00 Changeset in mainline [8e9becf6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged branch lelian/hidd
19:59 Changeset in mainline [4727a97a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Set the current time in root inode and finx inode table initialization
19:37 Changeset in mainline [f0ceb1d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
make_root_ino() should be called in main()
19:31 Changeset in mainline [56df02f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix comment
19:25 Changeset in mainline [8bec4d1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
possible buffer overflow check fixed
19:19 Changeset in mainline [58319fd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix memory leak
19:15 Changeset in mainline [c64506b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix a bug when initializing inodes
18:48 Changeset in mainline [3de529c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
delimiter descriptor field is supported now
18:18 Changeset in mainline [d2fc1c2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged changes from development.
18:10 Changeset in mainline [fd282ad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Insert directory entries . and .. in root dir
17:08 Changeset in mainline [3c616f6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix directory entries structures
16:57 Changeset in mainline [d4d425c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes
16:54 Changeset in mainline [8e41994]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix code style
16:46 Changeset in mainline [410a065]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Write root inode on disk
15:38 Changeset in mainline [59e670e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Rewrite mkminix to improve readability
15:12 Changeset in mainline [a8e98498]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Doxygen comments fixes, EHCI match ids * Fixed wrong parameters' …
15:06 Changeset in mainline [bc1c6fb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Doxygen comments fixes No change in functionality.
15:06 Changeset in mainline [e2b58a63]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add a lot of EHCI match ids Hopefully all are correct.
14:36 Changeset in mainline [5d5f971]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Removal of usbmem.[ch] They are not used anywhere and are superseeded …
07:43 Ticket #285 (Assertion failed (driver->state == DRIVER_STARTING) at file ...) updated by Jakub Jermář
Milestone changed
07:43 Ticket #294 (Soft hang during boot on ia32) updated by Jakub Jermář
Milestone changed

2011-03-07:

23:22 Ticket #290 (Infrequent hang of loaders while reading from fat during startup) updated by Jakub Jermář
I managed to catch the FAT server when it was corrupting the hash …
20:37 Changeset in mainline [f5cbd4f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Some little code fix
20:22 Changeset in mainline [1d115c8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
20:20 Changeset in mainline [bc99ed6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Write superblock on disk directly into init_superblock()
20:15 Ticket #187 (Driver for NE2000 network card clone) updated by Jakub Jermář
Milestone changed
20:15 Ticket #187 (Driver for NE2000 network card clone) closed by Jakub Jermář
fixed: Taking this ticket off the GSoC 2011 list and closing as fixed. Fixed …
20:03 Changeset in mainline [e80b1de]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix V3 superblock structure
19:56 Ticket #108 (Building of release files should be automated) updated by Jiri Svoboda
With the integration of changeset:mainline,863 and …
19:54 Changeset in mainline [5dab9237]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Name release file according to profile name when available.
19:08 Changeset in mainline [ec4538d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
EHCI handsoff fix (it works now), refactoring, Doxygen
19:03 Changeset in mainline [18e9eeb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
18:57 Changeset in mainline [a7e2f0d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen and other comments
18:27 Changeset in mainline [0969e45e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Removal of UHCI comments from EHCI driver
17:51 Changeset in mainline [f16a76b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes
17:45 Changeset in mainline [c867a216]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
IPC and documentation fixes In more details: * removed some useless …
17:39 Changeset in mainline [3b271e3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix IPC phone leakage
17:08 Changeset in mainline [d473c6b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
IPC: prefer return code of opening request
17:08 Changeset in mainline [97ff14d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Unversioned EHCI driver binary
17:02 Ticket #309 (async_data_read_finalize returns EOK even with NULL data and nonzero size) created by Radim Vansa
The function async_data_read_finalize returns EOK even with NULL data …
16:51 Changeset in mainline [960bee9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
16:22 Changeset in mainline [0d3167e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
EHCI, zero configured flag to surrender root hub port control
16:02 Changeset in mainline [275bf456]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen and other comments uhci-rhd refactoring.
14:30 Changeset in mainline [13927cf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Doxygen and other comments
11:59 Changeset in mainline [bcaefe3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Yet another refactoring
11:18 Changeset in mainline [2ab6875]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Further refactoring
10:50 Changeset in mainline [4b4e163]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring

2011-03-06:

22:38 Changeset in mainline [e2267e82]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
code cleanup
22:30 Changeset in mainline [e03a733]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
initialize V3 superblock and write it to disk
22:00 Changeset in mainline [4ed80ce8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Removed accidentaly added binary Refactoring
21:46 Sysel edited by Jiri Svoboda
Small clarification (diff)
21:38 Sysel edited by Jiri Svoboda
Some SBI internals (diff)
21:02 Sysel edited by Jiri Svoboda
NNPS battle plan (diff)
20:32 Changeset in mainline [ae1ae27]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix incorrect bitmaps size calculation
19:01 Changeset in mainline [d4beec3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fix toggle protocol implementation
18:55 Changeset in mainline [8a20380]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development changes
18:54 Changeset in mainline [a60150a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Track toggle on errors
18:39 Changeset in mainline [57c0a7e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring dump setup buffer on TD initialization
18:38 Changeset in mainline [5620bd4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Integrate device_keeper into bathc structure Check every control …
18:38 Changeset in mainline [98807e16]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add setup data parsing and toggle reset
17:39 Changeset in mainline [3e37964]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use toggle tracking
17:38 Changeset in mainline [edb5f837]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add toggle tracking
17:29 Changeset in mainline [24d5432]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merge: phantom state detection
17:28 Changeset in mainline [d477734]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Phantom state handling (actually no handling, just ignoring).
17:21 Changeset in mainline [9cfe0d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
fix bug when initializing bitmaps
17:03 Changeset in mainline [3742068]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merge: remaining HID class-specific requests.
17:02 Changeset in mainline [b330cb1f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Minor changes to HID class-specific requests.
17:01 Changeset in mainline [e6aaa59]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
initialize bitmaps
16:05 Changeset in mainline [4cee3944]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Change some functions names
15:35 Changeset in mainline [c18b11a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
EHCI stub, BIOS handover
15:34 Changeset in mainline [40a5d40]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add EHCI stub and implement BIOS handover.
14:59 Changeset in mainline [89ae871]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes
14:57 Changeset in mainline [bc24c5e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix bitmaps blocks count
14:49 Changeset in mainline [68ed0fb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
prepare V1/V2 superblock and write it to disk
12:12 Changeset in mainline [86d0b4b3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix minix.h file position
09:21 Changeset in mainline [35f0899]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Added missing class-specific requests + fixed Set_Report request. - …
00:15 Changeset in mainline [5079242]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes

2011-03-05:

20:08 Changeset in mainline [d20f211]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merge: setting idle rate, no sleep in polling, other minor changes.
20:07 Changeset in mainline [6bb456c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Idle rate set to infinity, no sleep in polling + minor changes.
20:07 Changeset in mainline [1efe89b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
First parameter to usb_debug_str_buffer() made constant.
19:31 Changeset in mainline [7cedc46a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
cstyle
19:30 Changeset in mainline [dc790e1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
make sure we are running in 32-bit mode
18:57 Changeset in mainline [5a81c5b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix structure name
18:25 Changeset in mainline [767da0a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
reort parser - data translation bug fix
18:08 Changeset in mainline [fad14d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Basic report descriptor imlementation
17:57 Changeset in mainline [dbc7aeb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Do not import bool.h header in fs/minix.h
17:51 Changeset in mainline [3564cdd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
simplify directory entries structures definition
17:11 Changeset in mainline [82650385]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
export minixfs headers into a separate library
13:03 Changeset in mainline [163cf12]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Fix typo
11:51 Changeset in mainline [00db345a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged development changes.
11:49 Changeset in mainline [7ac73a4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Setting idle rate + minor changes. - Removed some debug output, added …
11:44 Changeset in mainline [939b7d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Remove redundant code
11:35 Changeset in mainline [dde8ca4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Added function for Set_Idle request.
11:03 Changeset in mainline [19a057f9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
setting up V1/V2 superblock
10:47 Changeset in mainline [55c51c28]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix max name lenght for V1 and V2
09:49 Changeset in mainline [eee8007]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add support to long filenames, improve mkminix
00:44 Changeset in mainline [474d08e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring and SPD support
00:33 Changeset in mainline [eae83aa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use SPD on IN packets, use proper PID type
00:12 Changeset in mainline [c5b93dc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring Rename transfer_descriptor_t to td_t Minor fixes

2011-03-04:

23:35 Changeset in mainline [a6add7a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Comment and documentation fixes In the process also removed several …
23:32 Changeset in mainline [80fdffe]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Support for bulk transfers, minor refactoring
23:15 Changeset in mainline [0e06a14]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Adds support for bulk transfers Unifies data transfer initialization
22:48 Changeset in mainline [f5246b6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
22:29 Changeset in mainline [d78a32f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix bad comment
22:04 Changeset in mainline [f43c4d2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
21:59 Changeset in mainline [03f7952]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Small improvements USB mouse stops polling after first failed …
21:54 Changeset in mainline [ff4185e6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Safer and better usb_debug_str_buffer
20:51 Changeset in mainline [3c775adb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Do not modify UHCI_CLEANER_TIMEOUT constant
20:11 Changeset in mainline [019cff6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add buffer dumping function usb_debug_str_buffer Example usage in USB …
18:58 Changeset in mainline [1ffbbc1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
add mfs.h to minixfs implementation
18:53 Changeset in mainline [63ffffd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
MFSv3 superblock structure is different than V1/V2 superblock
18:36 Changeset in mainline [4e900c1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use set configuration before getting class descriptor Tested and …
18:32 Changeset in mainline [7413683]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Do not duplicate code, use symbolic lynks instead of copy-paste
17:34 Changeset in mainline [3faf416c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Hack for unplugged USB mouse Very rough but at least UHCI driver is …
17:19 Changeset in mainline [5dd9209]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
15:01 Changeset in mainline [969a6ff]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from /usb/smekideki minor change
14:59 Changeset in mainline [140c033]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
std request to class request
13:35 Changeset in mainline [b7d9606]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
report descriptor bug fix
13:31 Changeset in mainline [04c722f9]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from /usb/smekideki; minor changes in hub driver
13:29 Changeset in mainline [332f860]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
a bit of codelifting
13:08 Changeset in mainline [d49728c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with usb/development
13:05 Changeset in mainline [8c877b2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with \usb\development
09:31 Changeset in mainline [f06c9ec]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merge: polling interval from endpoint descriptor
08:41 Changeset in mainline [0e164ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged development - fixes.

2011-03-03:

23:35 Changeset in mainline [9a422574]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
status write(and read) transaction size fix
23:25 Changeset in mainline [9445aad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
23:18 Changeset in mainline [bdc8ab1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fixed: setup write sends data rounded up to max_packet_size Unified …
21:30 Changeset in mainline [dc75234]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove possible endless cycle
21:02 Changeset in mainline [24d943f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Using polling interval from endpoint descriptor
20:12 Changeset in mainline [796c276]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Renamed ext2 server to ext2fs so its namespace won't collide with …
19:40 Changeset in mainline [eaf9794]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add some comments to mkminix
18:56 Changeset in mainline [0588062e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged branch maklf - basic HID report descriptor parser
15:35 Changeset in mainline [c7a2e7e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
report item offset
12:54 Changeset in mainline [d3594362]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merge from development (Set_Configuration)
12:52 Changeset in mainline [8f74140c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB MID sets device configuration A forgotten piece of code. Sorry.
12:44 Changeset in mainline [0f31e2b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged development changes.

2011-03-02:

22:14 Changeset in mainline [e3675427]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes
22:07 Changeset in mainline [c672195]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Fix mkfile command, "-s" parameter was not recognized. (Thanks to …
21:32 Changeset in mainline [954bf385]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Initial mkminix implementation
21:13 Changeset in mainline [2c22f1f7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
FAT allows dash in filenames At least, UHCI driver is able to create …
20:49 Changeset in mainline [24aa62c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add simple USB mouse driver The driver expects data in boot protocol …
20:20 Changeset in mainline [21bb58d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB mouse sends events to console The values are not properly …
20:14 Changeset in mainline [103ae7f8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Console looks for mice as well
19:26 Changeset in mainline [57640e7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Replace check_magin_number() with a more efficient version
19:17 Ticket #108 (Building of release files should be automated) updated by Jakub Jermář
Status, Owner changed
19:15 Changeset in mainline [fd5fed8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB mouse driver in mouse class
19:04 Changeset in mainline [8d4b844]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Mouse driver respects poll interval
19:03 Changeset in mainline [820aba32]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Better info message
18:54 Changeset in mainline [a6567ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Correct endpoint initialization in mouse driver
18:40 Changeset in mainline [9a9a58e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix max file name length
18:17 Changeset in mainline [d70e0a3c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Allocating "get full config desc" put into action Yes, all that …
18:06 Changeset in mainline [4723444]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add allocating "get full config descriptor" This function …
17:16 Changeset in mainline [c081780]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add USB mouse driver skeleton
15:49 Ticket #285 (Assertion failed (driver->state == DRIVER_STARTING) at file ...) updated by Vojtech Horky
Cc changed
15:45 Ticket #285 (Assertion failed (driver->state == DRIVER_STARTING) at file ...) updated by Vojtech Horky
I am not sure whether this is not completely different issue. But this …
15:01 Changeset in mainline [af430ce]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Various small fixes
14:21 Changeset in mainline [30db06c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Remove connection bypass in console After switching to parallel VFS …
14:20 Changeset in mainline [7a2f8ea0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Assert replaced with condition The assert was originally there for …
13:04 Ticket #306 (VFS_OUT protocol server-side stubs) updated by Jakub Jermář
Description, Summary changed
12:00 Changeset in mainline [e135751]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
11:53 Changeset in mainline [37b1651d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes
00:02 Changeset in mainline [e259d95]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
free report descriptor bug fix forgotten header added

2011-03-01:

23:11 Changeset in mainline [da3965e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
USB HID report descriptor parser bug fix
23:08 Changeset in mainline [4c7c251]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
New PCI device interface, USB legacy disabled during device initialization
23:02 Changeset in mainline [0e2fdcf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
22:58 Changeset in mainline [b375bb8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring
22:46 Changeset in mainline [e24e7b1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
USB HID Report descriptor bug fix
22:20 Changeset in mainline [19a1800]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Merge with the current development
22:10 Changeset in mainline [9e3dc95]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
check superblock magic numbers
22:03 Changeset in mainline [976f546]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matej Klonfar <maklf@…>
Basic version of usb hid report descriptor parser
21:26 Changeset in mainline [819450a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add functions to manage endianness
21:15 Changeset in mainline [096c883]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add mfs_mounted(), not yet finished
20:57 Ticket #302 (GTA02 touchscreen does not work) updated by Jiri Svoboda
The touchscreen appears to 'stop working' starting with …
19:56 Changeset in mainline [ac8285d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Fix comparison vs. assignment
19:48 Changeset in mainline [dddb357]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes
19:46 Changeset in mainline [d84ee58]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
add some comments
19:42 Changeset in mainline [77870e30]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
add directory entries definitions
19:29 Changeset in mainline [85d32df7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add MinixFS V1 inode structure
19:20 Ticket #308 (Implement DDF-based protocol for keyboard devices) updated by Vojtech Horky
Cc changed
18:34 Changeset in mainline [a6e094f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Drop code copied from minix3
17:46 Ticket #306 (VFS_OUT protocol server-side stubs) updated by Jakub Jermář
Should this be VFS_OUT protocol instead?
17:42 Ticket #308 (Implement DDF-based protocol for keyboard devices) created by Jiri Svoboda
Currently all drivers for keyboard devices (alias protocol drivers …
17:37 Ticket #307 (Devman and DDF-based drivers are too verbose) created by Jiri Svoboda
Devman and DDF-based drivers print too many debugging messages to the …
17:34 Ticket #306 (VFS_OUT protocol server-side stubs) created by Jiri Svoboda
File-system drivers could be simplified slightly by factoring out the …
17:30 StudentTips edited by Jiri Svoboda
Revert change (duplicate text) (diff)
16:43 Changeset in mainline [494eaf7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged: HID driver refactoring, works also with more keyboards.
16:39 Changeset in mainline [1c6c4092]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Properly destroying HID and KBD device structures. + Do not send LOCK …
15:39 Changeset in mainline [51b46f2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
15:26 Changeset in mainline [27270db]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed initialization of kbd_dev. - Setting console phone to -1.
14:02 Changeset in mainline [0b5644c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged development changes.
08:04 Ticket #305 (SATA AHCI block driver) created by Jiri Svoboda
Implement a native HelenOS driver (or drivers) for an AHCI-compliant …

2011-02-28:

23:30 Ticket #303 (Read-only UDF 1.02 (DVD-Video)) updated by Jiri Svoboda
The reading of a DVD-Video disc is used just as a measure of …
23:26 Ticket #304 (Read-only UDF 2.50 (Blu-ray video)) created by Jiri Svoboda
Enhance the UDF file-system driver (when it is implemented, see ticket …
23:19 Ticket #303 (Read-only UDF 1.02 (DVD-Video)) created by Jiri Svoboda
Implement a file-system driver for a subset of the Universal Disk …
22:59 Changeset in mainline [9ef0d6d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove warning and use proper value for turning of legacy support
22:19 Ticket #302 (GTA02 touchscreen does not work) created by Jiri Svoboda
As of changeset:mainline,675 (and a while back) the touchscreen input …
21:31 spurious_int-bochs.png attached to Ticket #301 by Jiri Svoboda
21:31 Ticket #301 (Spurious interrupts in Bochs during boot) created by Jiri Svoboda
Running ia32 build of HelenOS mainline in Bochs (with a single …
21:22 spurious_int.jpg attached to Ticket #300 by Jiri Svoboda
Screen photo
21:21 Ticket #300 (Spurious interrupt on Phenom X4 (quad core)) created by Jiri Svoboda
When I run the ia32 port of HelenOS mainline on my workstation Kvadrat …
20:07 Changeset in mainline [ab414a6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use aaccess routines to disable USB Legacy
20:06 Changeset in mainline [99e6bfb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Implement access to device config space
19:38 Changeset in mainline [d79a101f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add pci device interface
17:11 Changeset in mainline [86341e2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring
16:31 StudentTips edited by Jiri Svoboda
Respect copyright. (diff)
14:24 Changeset in mainline [3f7efa79]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Decky <martin@…>
add basic dependency check to the toolchain build script (based on a …
13:04 Changeset in mainline [cc44f7e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
hc and rh work Support for low speed devices RH iospace obtained from …
12:24 Changeset in mainline [dced52a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Debug code refactoring, redundant code removed
11:55 Changeset in mainline [4abc304]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Debug output refactored
11:11 Repositories edited by Martin Decky
add two new branches (diff)

2011-02-27:

22:47 Changeset in mainline [128b8ee]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Merge mainline changes
22:44 Changeset in mainline [f6d4462]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
init async manager
22:43 Changeset in mainline [fd7f329a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Fix comments (thanks to Manuele Conti)
22:19 Changeset in mainline [e6cb880]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
The "mount" command does not display any help message about required …
21:29 Changeset in mainline [6a8d2659]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add copyright notice in mfs_inode.h
21:23 Changeset in mainline [7de65cd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Connect minixfs to VFS
20:33 Ticket #147 (Security containers and access rights in HelenOS) updated by Štěpán Henek
bzr clone http://www.ms.mff.cuni.cz/~henes5am/HelenOS-acl+containers/
20:31 Changeset in mainline [e2ad8e4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add MinixFS superblock structure definition.
19:46 Ticket #288 (fat crashes on assert(idxp->pfc) in fat_node_get_core()) closed by Jakub Jermář
fixed: So the problem was that after unlinking the /log/klog node, its node …
19:45 Changeset in mainline [5d4d98b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed bug in hiddev (compiles now).
19:40 Changeset in mainline [05155a1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs.
19:25 Changeset in mainline [5ca5eaa7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Create an extra reference to an unlinked FAT node. This keeps the node …
19:22 Changeset in mainline [2391aaf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Huge refactoring of USB HID driver. - Created generic USB HID device …
18:54 Changeset in mainline [c2eef61c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add minixfs to HelenOS makefiles
18:35 Changeset in mainline [84cecef]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
change file names to match HelenOS rules
17:13 Ticket #288 (fat crashes on assert(idxp->pfc) in fat_node_get_core()) updated by Jakub Jermář
I investigated the background of the: […] message printed during …
12:53 Changeset in mainline [657ab26]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
Add MFSv2 inode structure definition
12:21 Changeset in mainline [4ba8baa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Maurizio Lombardi <m.lombardi85@…>
First commit
02:54 Changeset in mainline [299d53e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch changes
02:46 Changeset in mainline [8e1eb4d0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Trust pci and use the supplied value
02:43 Changeset in mainline [ad6857c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fixed: pciintel reports correct io sizes BIG FAT WARNING!!!: I don't …
02:39 Changeset in mainline [1ae51ae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Refactoring
00:25 Changeset in mainline [81c508c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
USBHID: logging (#76), modifiers (#65), locks (#66), LEDs (#26), init …
00:23 Changeset in mainline [c2fa801]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Removed unused code. - Removed HID descriptor parser (completely). - …
00:07 Changeset in mainline [882f8b1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Major changes to usbhid driver. - Changed structure usb_hid_dev_kbd_t …

2011-02-26:

23:48 Changeset in mainline [ad4562c2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Changed API for getting descriptors. - Changed …
21:59 Changeset in mainline [0e3505a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Match id update on USB HID driver Now, the driver accepts only …
21:08 Changeset in mainline [38eaf41]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Improve toolchain.sh help message to mention the possibility to …
15:22 Changeset in mainline [3a1aa20]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged development.
14:57 Changeset in mainline [63e0bdd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Null devices need to be in some driver_devices list too, otherwise …
14:45 Changeset in mainline [9ffbdf1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Added tests for libext2 superblock getters
12:30 Changeset in mainline [48563a3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
debug messages reworked
11:20 Changeset in mainline [3de48b5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Switch back to polling reduce debug verbosity
09:29 Changeset in mainline [0063838]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Remove unused hc connection
02:08 Changeset in mainline [eb292a0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Reset whole hc during initialization Increase debug level of hw …
01:25 Changeset in mainline [86c2ccd]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Fixes Fixed: infinite loop in device_keeper Fixed: assertion fail in …
00:02 Ticket #275 (Default sparc64/ultra build grows out of the OBP identity mapped ...) closed by Jakub Jermář
fixed: Fixed in changeset:mainline,869.
00:00 Ticket #298 (The block cache has only 32-bit keys on 32-bit systems, but the block ...) created by Jakub Jermář
The functions accessing the block hash table will need to be fixed to …

2011-02-25:

23:57 Ticket #297 (TICK ticks ahead of TICK_COMPARE) created by Jakub Jermář
I noticed a couple of times that the simulated Niagara machine running …
23:50 Changeset in mainline [27833d8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/fs.
23:46 Changeset in mainline [c3ae877]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add support for low speed transfers
23:44 Changeset in mainline [5691653]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Map component memory before inflating.
23:42 Changeset in mainline [e7c42ac0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Apply sun4v fixups before actually using physmem start address. Fix …
23:27 Changeset in mainline [1a93bb0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Preperly support both low and full speed devices using device_keeper
22:57 Changeset in mainline [5f183dc]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add device_keeper implementation usb_addrkeep_t + usb_speed_t
22:26 Changeset in mainline [c7f23c0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use explicit brackets in arithmetic expression.
22:25 Changeset in mainline [b9c229b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Allocate an ABI-compliant stack frame.
20:55 Changeset in mainline [0fde1d5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
properly report low speed devices
20:48 Changeset in mainline [cabda7f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Minor fixes initialize stack variables use fixed size 32B address …
20:21 Changeset in mainline [2d33eb5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Use what we have found (even if it's 0) add debug output
19:58 Changeset in mainline [013e4ca4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Increase debug verbosity
19:23 Changeset in mainline [2550b6e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not disable interrupts twice before switching to userspace on …
18:10 Changeset in mainline [6e84dc3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Do not leak a buffer on error.
18:08 Changeset in mainline [89e780d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Use the correct size of the allocated buffer.
17:17 Changeset in mainline [4d37c42]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
protect debug output with mutex, minor status output changes
16:59 Changeset in mainline [b8622e2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from smekideki: hub driver uses new api and works
16:56 Changeset in mainline [dff940f8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
codelifting of latest hub driver changes
16:48 Changeset in mainline [cc34f32f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
speed determination on hub port
16:38 Changeset in mainline [f20f9e2]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Disable ports on startup remove device on connection change
16:32 Changeset in mainline [b4875e6]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
define default speed in one place
16:23 Changeset in mainline [cd4b184]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
fixed use of new usb pipe api each hub has it`s own fibril
16:04 Changeset in mainline [6495e71]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Make interrupts compiletime option
15:58 Changeset in mainline [6cbe7dad]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Get register address for uchi-rhd from uhci-hcd
15:03 Changeset in mainline [e9e58ea3]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Devel changes
14:48 Changeset in mainline [3b0fb049]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
added uhci ids
14:17 Ticket #126 (Breakage and regression monitoring tool) updated by Jakub Jermář
Keywords changed
14:16 Ticket #192 (Facility for comfortable network configuration and utilization) updated by Jakub Jermář
Keywords changed
14:16 Ticket #187 (Driver for NE2000 network card clone) updated by Jakub Jermář
Keywords changed
14:15 Ticket #194 (Driver for AMD Lance network card clone) updated by Jakub Jermář
Keywords changed
14:15 Ticket #185 (HelenOS installer) updated by Jakub Jermář
Keywords changed
14:15 Ticket #188 (Enhancement of libc implementation) updated by Jakub Jermář
Keywords changed
14:12 Changeset in mainline [0fc764f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Add some real pci ids
12:18 Changeset in mainline [37b4794e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
More precise range checking with USB string index
12:14 Changeset in mainline [11f1817]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
10:40 Changeset in mainline [0475e13]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Setting boot protocol for the keyboard, initialization in …
10:22 Changeset in mainline [54e682f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed key release recognition. - Was not storing previously pressed keys.
09:56 Changeset in mainline [3185692]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from usb/smekideki: a bit of codelifting
09:54 Changeset in mainline [d493ac17]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
corrected usb hub descriptor serialization/deserialization declaration …
09:46 Changeset in mainline [ca56afa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge with /usb/development

2011-02-24:

23:32 Changeset in mainline [d972534]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
LED setting - LEDs are determined from remembered modifiers (not …
21:03 Changeset in mainline [a8e1aae]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Add support for reading directories to libext2
19:56 Changeset in mainline [f2ba5d9f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Numpad keys translation.
19:31 Changeset in mainline [8f840ed]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Modifiers handling. - Renamed constants in hidparser. - Changed …
12:58 Meetings edited by Martin Decky
prepare for next meeting (diff)
12:56 Lab edited by Martin Decky
add Ben NanoNote (diff)
12:50 ContemplatedPlatforms edited by Martin Decky
add Ben NanoNote, update tables (diff)
12:47 Changeset in mainline [e7b7ebd5]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Fixed initialization. Problems introduced when merging: - Was not …
12:30 WikiStart edited by Martin Decky
unify capitalization and interpunction (diff)
12:03 Changeset in mainline [92574f4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Lubos Slovak <lubos.slovak@…>
Merged development (changes in DDF, etc.). Conflicts in …
10:38 Changeset in mainline [102d400]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Add structure definition for linked list directory entry

2011-02-23:

23:07 Changeset in mainline [ad34feb]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Implement reading of blocks from inode in libext2
22:19 Changeset in mainline [a80849c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add support for string descriptors
22:11 Changeset in mainline [b1c6e58]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Refactoring of usbinfo application
21:56 Changeset in mainline [d0dcfa80]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Refactoring of usbinfo application (strings)
21:55 Changeset in mainline [b84e114]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Retrieval of USB string
21:23 Changeset in mainline [7eebe2a]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
usbinfo refactoring
21:22 Changeset in mainline [1a6a234]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Retrieval of list of supported languages (strings)
21:16 Changeset in mainline [14670bf]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add EEMPTY error code
21:15 Changeset in mainline [dde2c90]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add basic language codes Language codes use the same number as …
20:57 Changeset in mainline [83fd0d7]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jiri Svoboda <jiri@…>
Attempt at automatic building of release files. To do: * better …
18:28 Changeset in mainline [233e68d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Devel changes
18:21 Changeset in mainline [a54af66]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
More strict inode type checking
18:12 Changeset in mainline [6dd929c]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add hack to usbinfo for USB strings Will refactor and move into …
18:12 Changeset in mainline [071b5f8]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add allocating version of GET_DESCRIPTOR
18:10 Changeset in mainline [3f0ef89d]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Remove fallback match id for USB devices
15:38 Changeset in mainline [a9c674e0]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merged small fixes and improvements Fixed "usbinfo -t uhci" problem. …
15:28 Changeset in mainline [d3880aa]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
USB MID driver creates ctl function
10:58 Changeset in mainline [87157982]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Less "info" messages in UHCI root hub
10:58 Changeset in mainline [eb48f61]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
"usbinfo -t uhci" works again
10:28 Changeset in mainline [3b5d1535]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes

2011-02-22:

23:30 Changeset in mainline [eb1a2f4]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge mainline changes (DDF refactoring) This merge includes DDF …
20:05 Changeset in mainline [f483a15]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Martin Sucha <sucha14@…>
Merge changes from mainline
14:31 Changeset in mainline [e936e8e]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Add "is session started" function to the pipes API Replaced direct …
13:51 Changeset in mainline [9f554e64]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Vojtech Horky <vojtechhorky@…>
Merge development/ changes

2011-02-21:

22:25 Changeset in mainline [deece2f]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jan Vesely <jano.vesely@…>
Development branch merge
21:45 Changeset in mainline [dbe25f1]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from smekideki; adding status_chage pipe initialization
21:39 Changeset in mainline [15b0432]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
hub hopefully initializes status_change pipe
21:09 Changeset in mainline [9fec913]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Jakub Jermar <jakub@…>
Add omitted block_put() to error path.
19:50 Changeset in mainline [b317b0b]lfnserialticket/834-toolchain-updatetopic/msim-upgradetopic/simplify-dev-export by Matus Dekanek <smekideki@…>
merge from usb/development
Note: See TracTimeline for information about the timeline view.