Fork us on GitHub Follow us on Facebook Follow us on Twitter

Timeline



2011-05-11:

21:19 Lab edited by Jakub Jermář
(diff)
19:41 Changeset in mainline [c372e03]lfnserial by Vojtech Horky <vojtechhorky@…>
Mass storage fixes (#206) Also some refactoring was done.
19:37 Changeset in mainline [5f0fe4e9]lfnserial by Vojtech Horky <vojtechhorky@…>
Mass storage (small) refactoring
19:31 Changeset in mainline [cf002dbf]lfnserial by Vojtech Horky <vojtechhorky@…>
Add comments to mass storage driver
19:20 Changeset in mainline [70c12d6]lfnserial by Vojtech Horky <vojtechhorky@…>
Fix inquiry of USB mass storage The problem was bad endianness in …
19:03 Changeset in mainline [19387b61]lfnserial by Vojtech Horky <vojtechhorky@…>
Add wrappers for endpoint status and clear halt
16:49 Changeset in mainline [a81a1d09]lfnserial by Vojtech Horky <vojtechhorky@…>
Merge development/ changes

2011-05-10:

22:01 Changeset in mainline [9be8669]lfnserial by Matej Klonfar <maklf@…>
Fix of hid output

2011-05-08:

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

2011-05-07:

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

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

2011-05-03:

20:37 Changeset in mainline [d1ac0d7]lfnserial 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]lfnserial by Lubos Slovak <lubos.slovak@…>
Mouse driver ported to HID parser, DDF function for subdrivers.
09:48 Changeset in mainline [3facf63a]lfnserial by Lubos Slovak <lubos.slovak@…>
DFF function for generic HID subdriver. - Changed usbhid interface - …
09:16 Changeset in mainline [31cfee16]lfnserial by Lubos Slovak <lubos.slovak@…>
Creating DDF functions in subdrivers + saving input report. - …

2011-05-02:

18:55 Changeset in mainline [40949d5]lfnserial 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]lfnserial by Oleg Romanenko <romanenko.oleg@…>
Initial support for writing on FAT32. fat_get_cluster correctly store …
07:35 Changeset in mainline [979c313a]lfnserial by Oleg Romanenko <romanenko.oleg@…>
Fix bug with cluster at sector boundary (FAT12 only).

2011-05-01:

20:09 Changeset in mainline [daa36d3]lfnserial by Martin Sucha <sucha14@…>
Ignore additional files created by build
19:48 Changeset in mainline [0e26444]lfnserial by Martin Sucha <sucha14@…>
Fix includes in ext2fs_ops
19:34 Changeset in mainline [694ca93]lfnserial 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]lfnserial 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]lfnserial by Jiri Svoboda <jiri@…>
Merge dynamic linking support (ia32-only, off by default). Very …
13:06 Changeset in mainline [e515a827]lfnserial by Jiri Svoboda <jiri@…>
Fix mis-merge.
12:38 Changeset in mainline [7f9bc04]lfnserial by Jiri Svoboda <jiri@…>
Remove ppc32 and mips32 rtld TLS code.
12:33 Changeset in mainline [3f10d92]lfnserial by Jiri Svoboda <jiri@…>
Remove more stuff before integration.
12:18 Changeset in mainline [326d86e]lfnserial by Jiri Svoboda <jiri@…>
Remove references to rtld sources in ppc32 and mips32 makefiles.
12:14 Changeset in mainline [4235849]lfnserial by Jiri Svoboda <jiri@…>
Replace ppc32 and mips32 linker scripts with mainline versions.
12:13 Changeset in mainline [9fb1397]lfnserial by Jiri Svoboda <jiri@…>
Remove ppc32- and mips32- specific rtld sources.
12:10 Changeset in mainline [8a1fb09]lfnserial by Jiri Svoboda <jiri@…>
Integrate rest of rtld/ into C library.
11:47 Changeset in mainline [d2a6a04b]lfnserial by Jiri Svoboda <jiri@…>
Loader is STATIC_ONLY.
11:45 Changeset in mainline [54146a0]lfnserial by Jiri Svoboda <jiri@…>
Add missing sections to ia32 linker script. Now we discard debugging …
10:32 Changeset in mainline [5d4763b]lfnserial by Jiri Svoboda <jiri@…>
Supress debugging output.
10:29 Changeset in mainline [928cd9e]lfnserial by Jiri Svoboda <jiri@…>
Use shared softint library.
10:26 Changeset in mainline [364778b2]lfnserial by Jiri Svoboda <jiri@…>
Document new makefile options.
10:17 Changeset in mainline [ec883cf]lfnserial by Jiri Svoboda <jiri@…>
Make library symlinks automatically.
10:04 Changeset in mainline [5b72635]lfnserial by Jiri Svoboda <jiri@…>
Use dynamic linking for all apps and servers except those that are …
09:15 Changeset in mainline [b5db2ae]lfnserial by Oleg Romanenko <romanenko.oleg@…>
1. Add macros for determining first cluster of root directory …
07:02 Changeset in mainline [0a51029f]lfnserial by Oleg Romanenko <romanenko.oleg@…>
Implemented readonly access to FAT32 file system Support reading root …

2011-04-30:

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

2011-04-29:

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

2011-04-28:

20:14 Changeset in mainline [741e3ba]lfnserial by Jiří Zárevúcky <zarevucky.jiri@…>
remove pointless option from cc CFLAGS
19:12 GSOC edited by Jakub Jermář
(diff)
19:10 Changeset in mainline [a71d2630]lfnserial 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]lfnserial by Jiri Svoboda <jiri@…>
Remove surplus includes.
18:56 Changeset in mainline [a6dffb8]lfnserial by Jiri Svoboda <jiri@…>
Fold dynamic loading functionality into loader. This eliminates dload …
13:14 Changeset in mainline [cd4ae1e]lfnserial by Vojtech Horky <vojtechhorky@…>
Better virtual USB HID; USB-virt rewritten The new virtual USB HID is …
13:10 Changeset in mainline [74f00b6]lfnserial by Vojtech Horky <vojtechhorky@…>
Fix printf directive for size_t
12:54 Changeset in mainline [c82135a8]lfnserial by Vojtech Horky <vojtechhorky@…>
Shortcut to usbinfo
12:53 Changeset in mainline [57c7050]lfnserial by Vojtech Horky <vojtechhorky@…>
Generic virtual USB HID device application The application works …
12:48 Changeset in mainline [e31b5c1]lfnserial by Vojtech Horky <vojtechhorky@…>
usbvirt: improved message text Unhandled control transfer prints also …
12:47 Changeset in mainline [aa9a53d]lfnserial by Vojtech Horky <vojtechhorky@…>
Virtual USB: data out implemented Stupid implementation, make …
12:46 Changeset in mainline [6fd7062]lfnserial by Vojtech Horky <vojtechhorky@…>
usb_debug_str_buffer() has two internal buffers So it is possible to …
12:32 Changeset in mainline [94c0dcbd]lfnserial by Lubos Slovak <lubos.slovak@…>
Changes from maklf - extended usages
07:36 Changeset in mainline [6cb58e6]lfnserial by Vojtech Horky <vojtechhorky@…>
Virtual USB layer rewritten Major changes include * IPC sends whole …
07:32 Changeset in mainline [48d1c228]lfnserial by Vojtech Horky <vojtechhorky@…>
Add "other" control request recipient
07:32 Changeset in mainline [36082362]lfnserial by Vojtech Horky <vojtechhorky@…>
Add ENAK negative acknowledgement error code

2011-04-27:

20:01 Changeset in mainline [b678410]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.

2011-04-24:

15:38 Changeset in mainline [308a5d5]lfnserial by Lubos Slovak <lubos.slovak@…>
Changes from development

2011-04-23:

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

2011-04-22:

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

2011-04-21:

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

2011-04-19:

20:59 Changeset in mainline [e5cebc9]lfnserial 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]lfnserial by Maurizio Lombardi <m.lombardi85@…>
Fix dentry in-block offset calculation.
19:57 Changeset in mainline [164c653]lfnserial by Jakub Jermar <jakub@…>
zone_frame_free() should return non-zero only if it actually freed …
12:43 Changeset in mainline [e3f1987]lfnserial by Jan Vesely <jano.vesely@…>
Development branch changes
08:03 Changeset in mainline [d260a95]lfnserial 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]lfnserial by Matus Dekanek <smekideki@…>
merge form usb/development
21:46 Changeset in mainline [618f9ed]lfnserial by Matus Dekanek <smekideki@…>
uncommenting some code
20:21 Changeset in mainline [84a04dd]lfnserial by Vojtech Horky <vojtechhorky@…>
C-style, more IPC hiding (#196, #187) Removed obsoleted …
20:06 Changeset in mainline [4125b7d]lfnserial by Vojtech Horky <vojtechhorky@…>
usb_log_printf() checks for printf correctness It is surprising how …
19:27 Changeset in mainline [628d548]lfnserial by Jiri Svoboda <jiri@…>
Fix incorrect sizeof expression so that the struct is really …
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]lfnserial by Maurizio Lombardi <m.lombardi85@…>
inode_grow(): update inode size even when a new zone is not needed
20:40 Changeset in mainline [a7dbd49]lfnserial by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/mm.
20:39 Changeset in mainline [8f6c6264]lfnserial by Jakub Jermar <jakub@…>
More precise elf_nonanon_pages_get() wrt. elf_page_fault().
19:25 Changeset in mainline [3ac69647]lfnserial by Jakub Jermar <jakub@…>
Factor out common code to elf_nonanon_pages_get().
19:17 Changeset in mainline [e50cd7f]lfnserial by Matej Klonfar <maklf@…>
new report structure fixes
18:54 Changeset in mainline [2c86f81]lfnserial by Jakub Jermar <jakub@…>
Writable ELF segments need to be reserved memory regardless of whether …
18:42 Changeset in mainline [3ab580a]lfnserial by Maurizio Lombardi <m.lombardi85@…>
inode numbers start from 1, not 0. Fix write_inode functions appropriately.
18:41 Changeset in mainline [58c36ac]lfnserial by Maurizio Lombardi <m.lombardi85@…>
Return the error code if put_inode() failed.
18:40 Changeset in mainline [9e2d6dc]lfnserial 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]lfnserial by Maurizio Lombardi <m.lombardi85@…>
Fix some bugs in mfs_alloc_bit() function
18:29 Changeset in mainline [b4dc35a]lfnserial by Jakub Jermar <jakub@…>
It's AS, not VM.
18:29 Changeset in mainline [cda1378]lfnserial by Jakub Jermar <jakub@…>
Remove names of formal arguments.
17:24 Changeset in mainline [ef354b6]lfnserial by Matej Klonfar <maklf@…>
new report structure fix
15:37 Changeset in mainline [dc9f122]lfnserial by Matej Klonfar <maklf@…>
new report structure fix
10:48 Changeset in mainline [5ab4a48]lfnserial by Vojtech Horky <vojtechhorky@…>
Remove usb_pipe_start_session & co (#196)
10:46 Changeset in mainline [2c2cbcf]lfnserial 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]lfnserial by Jakub Jermar <jakub@…>
Merge the memory reservation feature (Phase 1) from …
20:33 Changeset in mainline [9e953bda]lfnserial by Jakub Jermar <jakub@…>
Add malloc2 test for testing the memory reservation feature.
19:39 Changeset in mainline [e17f703]lfnserial by Jakub Jermar <jakub@…>
Implement memory reservation API.
19:38 Changeset in mainline [8b6930d]lfnserial by Jakub Jermar <jakub@…>
Add ssize_t for kernel.
17:53 Changeset in mainline [d060900]lfnserial by Jakub Jermar <jakub@…>
Feed memory from the newly created zone into the reservation system.
17:18 Changeset in mainline [6fcc03a]lfnserial by Maurizio Lombardi <m.lombardi85@…>
Fix a bug when searching a free bit in a bitmap
17:01 Changeset in mainline [28295955]lfnserial by Jakub Jermar <jakub@…>
frame_free_generic() can actually free multiple frames.
16:53 Changeset in mainline [89bcb520]lfnserial by Jakub Jermar <jakub@…>
Reserve / unreserve memory upon frame allocation / deallocation.
14:02 Changeset in mainline [e700970]lfnserial by Maurizio Lombardi <m.lombardi85@…>
Add mfs_close() and mfs_open_node() functions
13:12 Changeset in mainline [fe754c8]lfnserial by Jakub Jermar <jakub@…>
Always succeed conditional reservations.
13:08 Changeset in mainline [ceac698]lfnserial by Jakub Jermar <jakub@…>
Remove name of formal parameters.
13:07 Changeset in mainline [e394b736]lfnserial by Jakub Jermar <jakub@…>
Call the address space area create, resize and destroy hooks.
12:44 Changeset in mainline [8a2474f]lfnserial by Jakub Jermar <jakub@…>
Remove comments.
12:40 Changeset in mainline [9dd730d1]lfnserial by Jakub Jermar <jakub@…>
Reserve only anonymous pages in ELF-backed address space areas.
11:55 Changeset in mainline [6fc5262]lfnserial by Maurizio Lombardi <m.lombardi85@…>
Fix sparse file reading (the returned block must be zero-filled)
11:47 Changeset in mainline [488f7ed]lfnserial by Maurizio Lombardi <m.lombardi85@…>
read_directory_entry() should return an error code, not a poniter to …
11:26 Changeset in mainline [afd9c3b]lfnserial by Maurizio Lombardi <m.lombardi85@…>
call the insert_dentry() function in mfs_link()
11:23 Changeset in mainline [13ab195]lfnserial 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]lfnserial by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
20:47 Changeset in mainline [8595577b]lfnserial by Vojtech Horky <vojtechhorky@…>
Add USB HID interface (#161)
20:33 Changeset in mainline [27b85d9]lfnserial by Vojtech Horky <vojtechhorky@…>
Add USB HID interface
19:38 Changeset in mainline [8b655705]lfnserial by Jakub Jermar <jakub@…>
Merge mainline changes.
16:52 Changeset in mainline [681f24b3]lfnserial by Matej Klonfar <maklf@…>
usb_hid_report_path_t link fix
16:13 Changeset in mainline [242f0e2]lfnserial by Jan Vesely <jano.vesely@…>
OHCI bulk out fixes, support for OHCI short packets
16:13 Changeset in mainline [3690c75]lfnserial by Jan Vesely <jano.vesely@…>
Development branch fixes
16:11 Changeset in mainline [6b082a1b]lfnserial by Jan Vesely <jano.vesely@…>
Bulk out data fix
15:25 Changeset in mainline [11d2e96a]lfnserial by Lubos Slovak <lubos.slovak@…>
Subdriver API finished, fixes, checks.
15:24 Changeset in mainline [ab6fdad3]lfnserial by Jan Vesely <jano.vesely@…>
Development branch changes
15:22 Changeset in mainline [a13ed97]lfnserial by Jan Vesely <jano.vesely@…>
Fix bulk out transfers
15:19 Changeset in mainline [175ad13e]lfnserial by Matej Klonfar <maklf@…>
new report structure
15:14 Changeset in mainline [ad86349]lfnserial by Jan Vesely <jano.vesely@…>
Support short packets in OHCI
13:51 Changeset in mainline [cbdb6457]lfnserial by Matus Dekanek <smekideki@…>
interrupts for ohci root hub hub powering corrected a bit
13:39 Changeset in mainline [be11749]lfnserial by Matus Dekanek <smekideki@…>
forgotten transfer finalizinf in ohci-root_hub.c
13:38 Changeset in mainline [ff76509]lfnserial by Matus Dekanek <smekideki@…>
merge with usb/development
13:27 Changeset in mainline [27eb1fe]lfnserial by Jan Vesely <jano.vesely@…>
Development branch changes
13:20 Changeset in mainline [8fb3981]lfnserial by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
13:19 Changeset in mainline [c7dd69d]lfnserial by Lubos Slovak <lubos.slovak@…>
Development changes
13:19 Changeset in mainline [9063484]lfnserial by Matus Dekanek <smekideki@…>
nothing important
13:17 Changeset in mainline [8fd4ba0]lfnserial by Lubos Slovak <lubos.slovak@…>
Removed use of old pipe API functions from HID driver and framework.
13:07 Changeset in mainline [aaf6155]lfnserial by Lubos Slovak <lubos.slovak@…>
Bugfix in HID driver (in case of error in init, the structure was …
12:52 Changeset in mainline [c1693dae]lfnserial by Matus Dekanek <smekideki@…>
minor fixes and enhancements
11:49 Changeset in mainline [cd5b878]lfnserial by Matus Dekanek <smekideki@…>
removed pipe start/end functions; small changes in …
11:43 Changeset in mainline [d7f08b0d]lfnserial by Vojtech Horky <vojtechhorky@…>
Add mass storage stub Currently, it only inquires the device for the …
11:22 Changeset in mainline [380e0364]lfnserial by Vojtech Horky <vojtechhorky@…>
Add generic function for data IN on mass storage Also, more …
07:46 Changeset in mainline [3a85a2b]lfnserial by Matus Dekanek <smekideki@…>
ohci root hub, interrupts
07:45 Changeset in mainline [e05d6c3]lfnserial by Matus Dekanek <smekideki@…>
merge with usb/development

2011-04-14:

22:05 Changeset in mainline [e583fd4]lfnserial by Jan Vesely <jano.vesely@…>
OHCI fixes Add support for toggle reset on OHCI ED Properly handle …
21:52 Changeset in mainline [c9dc471]lfnserial by Jan Vesely <jano.vesely@…>
Handle error states on ED properly.
21:08 Changeset in mainline [545764b]lfnserial by Jan Vesely <jano.vesely@…>
Add support for OHCI toggle set and get
21:03 Changeset in mainline [12831ed7]lfnserial by Jiří Zárevúcky <zarevucky.jiri@…>
Remove a stray file
21:02 Changeset in mainline [a376c9e]lfnserial by Jiří Zárevúcky <zarevucky.jiri@…>
Make the pcc frontend build
21:01 Changeset in mainline [3daba9de]lfnserial by Jiří Zárevúcky <zarevucky.jiri@…>
Added signal.h (just symbols, no functionality) and various other bits.
20:09 Changeset in mainline [2471aaf]lfnserial by Jan Vesely <jano.vesely@…>
Development branch changes
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]lfnserial by Vojtech Horky <vojtechhorky@…>
Enhance auto polling, auto unstall (#166, #190)
13:59 Changeset in mainline [12b8e03]lfnserial by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
13:54 Changeset in mainline [fa0f53b]lfnserial by Vojtech Horky <vojtechhorky@…>
Automatic endpoint halt clearing (#190) To prevent total stall of …
10:30 Changeset in mainline [8d517c3]lfnserial by Jan Vesely <jano.vesely@…>
Hopefully last UHCI cleanup, OHCI fix (works on real hw).
10:22 Changeset in mainline [5f7c846]lfnserial by Jan Vesely <jano.vesely@…>
Fix resume and operational registry values
10:22 Changeset in mainline [5e168be1]lfnserial by Vojtech Horky <vojtechhorky@…>
Optional debugging messages for auto polling
10:03 Changeset in mainline [8989f48f]lfnserial by Vojtech Horky <vojtechhorky@…>
Generalized automatic device polling
08:44 Changeset in mainline [5e07e2b5]lfnserial by Vojtech Horky <vojtechhorky@…>
Device polling in separate header
08:24 Changeset in mainline [d8b275d]lfnserial by Vojtech Horky <vojtechhorky@…>
Merge development/ changes
08:12 Changeset in mainline [c0cea918]lfnserial by Jan Vesely <jano.vesely@…>
Wait for port to become enabled
07:54 Changeset in mainline [a39cfb8]lfnserial by Matus Dekanek <smekideki@…>
merge from development
07:51 Changeset in mainline [540abef]lfnserial by Jan Vesely <jano.vesely@…>
Root hub driver code cleanup
07:36 Changeset in mainline [27205841]lfnserial by Jan Vesely <jano.vesely@…>
Make better use of macros

2011-04-13:

21:41 Changeset in mainline [34e8bab]lfnserial by Jan Vesely <jano.vesely@…>
uhci-hcd cleanup and doxygen Fixed: usb_endpoint_manager returns …
21:18 Changeset in mainline [3eeb270f]lfnserial by Jan Vesely <jano.vesely@…>
Return EBUSY if an attempt to unregister active endpoint is detected
21:18 Changeset in mainline [f706355]lfnserial by Jan Vesely <jano.vesely@…>
Last uhci-hcd refactoring and deoxygen
20:36 Changeset in mainline [ea993d18]lfnserial by Jan Vesely <jano.vesely@…>
Even more refactoring and doxygen
20:20 DeveloperDocs edited by Jakub Jermář
Add link to the TLS article. (diff)
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]lfnserial by Jan Vesely <jano.vesely@…>
More refactoring and doxygen
19:40 Changeset in mainline [b2fb47f]lfnserial by Jakub Jermar <jakub@…>
Merge from lp:~jakub/helenos/ia64-revival.
19:33 Changeset in mainline [18ba2e4f]lfnserial by Jakub Jermar <jakub@…>
Use an explicitly defined and mutually agreed GP value wrt. ia64 …
19:10 Changeset in mainline [1d9c541]lfnserial by Jakub Jermar <jakub@…>
Modify the ia64 loader linker script so that not explicitly mentioned …
19:06 Changeset in mainline [4c70554]lfnserial by Jan Vesely <jano.vesely@…>
Refactoring, doxygen Remove queue_head_pa, it was not really needed …
18:27 Changeset in mainline [a0a134b]lfnserial by Jan Vesely <jano.vesely@…>
Development branch changes
18:16 Changeset in mainline [af103f4]lfnserial by Jakub Jermar <jakub@…>
Use gp instead of _got in ia64 loader. This is for consistency and …
17:27 Changeset in mainline [b77ce84]lfnserial by Vojtech Horky <vojtechhorky@…>
Merge mainline changes
17:21 Changeset in mainline [8b4ce802]lfnserial by Vojtech Horky <vojtechhorky@…>
Uninitialized pointer fix
15:02 Changeset in mainline [88634420]lfnserial by Jakub Jermar <jakub@…>
The linker pays attention to gp, so use gp instead of _gp.
15:00 Changeset in mainline [651b352]lfnserial by Jan Vesely <jano.vesely@…>
Major rework UHCI uses one buffer for both structures and data OHCI …
14:49 Changeset in mainline [d6522dd]lfnserial by Jan Vesely <jano.vesely@…>
Fixes (OHCI works with new architecture) Remove completed batch from …
14:45 Changeset in mainline [89c57b6]lfnserial by Jakub Jermar <jakub@…>
Merge mainline changes.
14:19 Changeset in mainline [7013b14]lfnserial by Jan Vesely <jano.vesely@…>
Batch processing implemented to use static EDs.
13:56 Changeset in mainline [9a6fde4]lfnserial by Jan Vesely <jano.vesely@…>
Batch uses static endpoint descriptors
13:09 Changeset in mainline [592369ae]lfnserial by Jan Vesely <jano.vesely@…>
Add proper locking to prevent use/remove race
12:37 Changeset in mainline [5a2c42b]lfnserial by Jan Vesely <jano.vesely@…>
Use endpoint lists instead of transfer lists. Create and enqueue …
11:14 Changeset in mainline [2759c52]lfnserial by Jan Vesely <jano.vesely@…>
Add OHCI endpoint structure to endpoint manager.
10:36 Changeset in mainline [6bb0f43]lfnserial by Jan Vesely <jano.vesely@…>
Move endpoint registration to hc.c

2011-04-12:

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

2011-04-11:

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