Timeline
2011-02-27:
- 22:47 Changeset in mainline [128b8ee]lfnserial by
- Merge mainline changes
- 22:44 Changeset in mainline [f6d4462]lfnserial by
- init async manager
- 22:43 Changeset in mainline [fd7f329a]lfnserial by
- Fix comments (thanks to Manuele Conti)
- 22:19 Changeset in mainline [e6cb880]lfnserial by
- The "mount" command does not display any help message about required …
- 21:29 Changeset in mainline [6a8d2659]lfnserial by
- Add copyright notice in mfs_inode.h
- 21:23 Changeset in mainline [7de65cd]lfnserial by
- Connect minixfs to VFS
- 20:31 Changeset in mainline [e2ad8e4]lfnserial by
- Add MinixFS superblock structure definition.
- 19:46 Ticket #288 (fat crashes on assert(idxp->pfc) in fat_node_get_core()) closed by
- fixed: So the problem was that after unlinking the /log/klog node, its node …
- 19:45 Changeset in mainline [5d4d98b]lfnserial by
- Fixed bug in hiddev (compiles now).
- 19:40 Changeset in mainline [05155a1]lfnserial by
- Merge from lp:~jakub/helenos/fs.
- 19:25 Changeset in mainline [5ca5eaa7]lfnserial by
- Create an extra reference to an unlinked FAT node. This keeps the node …
- 19:22 Changeset in mainline [2391aaf]lfnserial by
- Huge refactoring of USB HID driver. - Created generic USB HID device …
- 18:54 Changeset in mainline [c2eef61c]lfnserial by
- Add minixfs to HelenOS makefiles
- 18:35 Changeset in mainline [84cecef]lfnserial by
- change file names to match HelenOS rules
- 12:53 Changeset in mainline [657ab26]lfnserial by
- Add MFSv2 inode structure definition
- 12:21 Changeset in mainline [4ba8baa]lfnserial by
- First commit
- 02:54 Changeset in mainline [299d53e]lfnserial by
- Development branch changes
- 02:46 Changeset in mainline [8e1eb4d0]lfnserial by
- Trust pci and use the supplied value
- 02:43 Changeset in mainline [ad6857c]lfnserial by
- Fixed: pciintel reports correct io sizes BIG FAT WARNING!!!: I don't …
- 02:39 Changeset in mainline [1ae51ae]lfnserial by
- Refactoring
- 00:25 Changeset in mainline [81c508c]lfnserial by
- USBHID: logging (#76), modifiers (#65), locks (#66), LEDs (#26), init …
- 00:23 Changeset in mainline [c2fa801]lfnserial by
- Removed unused code. - Removed HID descriptor parser (completely). - …
- 00:07 Changeset in mainline [882f8b1]lfnserial by
- Major changes to usbhid driver. - Changed structure usb_hid_dev_kbd_t …
2011-02-26:
- 23:48 Changeset in mainline [ad4562c2]lfnserial by
- Changed API for getting descriptors. - Changed …
- 21:59 Changeset in mainline [0e3505a]lfnserial by
- Match id update on USB HID driver Now, the driver accepts only …
- 21:08 Changeset in mainline [38eaf41]lfnserial by
- Improve toolchain.sh help message to mention the possibility to …
- 15:22 Changeset in mainline [3a1aa20]lfnserial by
- Merged development.
- 14:57 Changeset in mainline [63e0bdd]lfnserial by
- Null devices need to be in some driver_devices list too, otherwise …
- 14:45 Changeset in mainline [9ffbdf1]lfnserial by
- Added tests for libext2 superblock getters
- 12:30 Changeset in mainline [48563a3]lfnserial by
- debug messages reworked
- 11:20 Changeset in mainline [3de48b5]lfnserial by
- Switch back to polling reduce debug verbosity
- 09:29 Changeset in mainline [0063838]lfnserial by
- Remove unused hc connection
- 02:08 Changeset in mainline [eb292a0]lfnserial by
- Reset whole hc during initialization Increase debug level of hw …
- 01:25 Changeset in mainline [86c2ccd]lfnserial by
- 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
- 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
- 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
- I noticed a couple of times that the simulated Niagara machine running …
- 23:50 Changeset in mainline [27833d8]lfnserial by
- Merge from lp:~jakub/helenos/fs.
- 23:46 Changeset in mainline [c3ae877]lfnserial by
- Add support for low speed transfers
- 23:44 Changeset in mainline [5691653]lfnserial by
- Map component memory before inflating.
- 23:42 Changeset in mainline [e7c42ac0]lfnserial by
- Apply sun4v fixups before actually using physmem start address. Fix …
- 23:27 Changeset in mainline [1a93bb0]lfnserial by
- Preperly support both low and full speed devices using device_keeper
- 22:57 Changeset in mainline [5f183dc]lfnserial by
- Add device_keeper implementation usb_addrkeep_t + usb_speed_t
- 22:26 Changeset in mainline [c7f23c0]lfnserial by
- Use explicit brackets in arithmetic expression.
- 22:25 Changeset in mainline [b9c229b]lfnserial by
- Allocate an ABI-compliant stack frame.
- 20:55 Changeset in mainline [0fde1d5]lfnserial by
- properly report low speed devices
- 20:48 Changeset in mainline [cabda7f]lfnserial by
- Minor fixes initialize stack variables use fixed size 32B address …
- 20:21 Changeset in mainline [2d33eb5]lfnserial by
- Use what we have found (even if it's 0) add debug output
- 19:58 Changeset in mainline [013e4ca4]lfnserial by
- Increase debug verbosity
- 19:23 Changeset in mainline [2550b6e]lfnserial by
- Do not disable interrupts twice before switching to userspace on …
- 18:10 Changeset in mainline [6e84dc3]lfnserial by
- Do not leak a buffer on error.
- 18:08 Changeset in mainline [89e780d]lfnserial by
- Use the correct size of the allocated buffer.
- 17:17 Changeset in mainline [4d37c42]lfnserial by
- protect debug output with mutex, minor status output changes
- 16:59 Changeset in mainline [b8622e2]lfnserial by
- merge from smekideki: hub driver uses new api and works
- 16:56 Changeset in mainline [dff940f8]lfnserial by
- codelifting of latest hub driver changes
- 16:48 Changeset in mainline [cc34f32f]lfnserial by
- speed determination on hub port
- 16:38 Changeset in mainline [f20f9e2]lfnserial by
- Disable ports on startup remove device on connection change
- 16:32 Changeset in mainline [b4875e6]lfnserial by
- define default speed in one place
- 16:23 Changeset in mainline [cd4b184]lfnserial by
- fixed use of new usb pipe api each hub has it`s own fibril
- 16:04 Changeset in mainline [6495e71]lfnserial by
- Make interrupts compiletime option
- 15:58 Changeset in mainline [6cbe7dad]lfnserial by
- Get register address for uchi-rhd from uhci-hcd
- 15:03 Changeset in mainline [e9e58ea3]lfnserial by
- Devel changes
- 14:48 Changeset in mainline [3b0fb049]lfnserial by
- added uhci ids
- 14:12 Changeset in mainline [0fc764f]lfnserial by
- Add some real pci ids
- 12:18 Changeset in mainline [37b4794e]lfnserial by
- More precise range checking with USB string index
- 12:14 Changeset in mainline [11f1817]lfnserial by
- Merge development/ changes
- 10:40 Changeset in mainline [0475e13]lfnserial by
- Setting boot protocol for the keyboard, initialization in …
- 10:22 Changeset in mainline [54e682f]lfnserial by
- Fixed key release recognition. - Was not storing previously pressed keys.
- 09:56 Changeset in mainline [3185692]lfnserial by
- merge from usb/smekideki: a bit of codelifting
- 09:54 Changeset in mainline [d493ac17]lfnserial by
- corrected usb hub descriptor serialization/deserialization declaration …
- 09:46 Changeset in mainline [ca56afa]lfnserial by
- merge with /usb/development
2011-02-24:
- 23:32 Changeset in mainline [d972534]lfnserial by
- LED setting - LEDs are determined from remembered modifiers (not …
- 21:03 Changeset in mainline [a8e1aae]lfnserial by
- Add support for reading directories to libext2
- 19:56 Changeset in mainline [f2ba5d9f]lfnserial by
- Numpad keys translation.
- 19:31 Changeset in mainline [8f840ed]lfnserial by
- Modifiers handling. - Renamed constants in hidparser. - Changed …
- 12:58 Meetings edited by
- prepare for next meeting (diff)
- 12:56 Lab edited by
- add Ben NanoNote? (diff)
- 12:50 ContemplatedPlatforms edited by
- add Ben NanoNote?, update tables (diff)
- 12:47 Changeset in mainline [e7b7ebd5]lfnserial by
- Fixed initialization. Problems introduced when merging: - Was not …
- 12:30 WikiStart edited by
- unify capitalization and interpunction (diff)
- 12:03 Changeset in mainline [92574f4]lfnserial by
- Merged development (changes in DDF, etc.). Conflicts in …
- 10:38 Changeset in mainline [102d400]lfnserial by
- Add structure definition for linked list directory entry
2011-02-23:
- 23:07 Changeset in mainline [ad34feb]lfnserial by
- Implement reading of blocks from inode in libext2
- 22:19 Changeset in mainline [a80849c]lfnserial by
- Add support for string descriptors
- 22:11 Changeset in mainline [b1c6e58]lfnserial by
- Refactoring of usbinfo application
- 21:56 Changeset in mainline [d0dcfa80]lfnserial by
- Refactoring of usbinfo application (strings)
- 21:55 Changeset in mainline [b84e114]lfnserial by
- Retrieval of USB string
- 21:23 Changeset in mainline [7eebe2a]lfnserial by
- usbinfo refactoring
- 21:22 Changeset in mainline [1a6a234]lfnserial by
- Retrieval of list of supported languages (strings)
- 21:16 Changeset in mainline [14670bf]lfnserial by
- Add EEMPTY error code
- 21:15 Changeset in mainline [dde2c90]lfnserial by
- Add basic language codes Language codes use the same number as …
- 20:57 Changeset in mainline [83fd0d7]lfnserial by
- Attempt at automatic building of release files. To do: * better …
- 18:28 Changeset in mainline [233e68d]lfnserial by
- Devel changes
- 18:21 Changeset in mainline [a54af66]lfnserial by
- More strict inode type checking
- 18:12 Changeset in mainline [6dd929c]lfnserial by
- Add hack to usbinfo for USB strings Will refactor and move into …
- 18:12 Changeset in mainline [071b5f8]lfnserial by
- Add allocating version of GET_DESCRIPTOR
- 18:10 Changeset in mainline [3f0ef89d]lfnserial by
- Remove fallback match id for USB devices
- 15:38 Changeset in mainline [a9c674e0]lfnserial by
- Merged small fixes and improvements Fixed "usbinfo -t uhci" problem. …
- 15:28 Changeset in mainline [d3880aa]lfnserial by
- USB MID driver creates ctl function
- 10:58 Changeset in mainline [87157982]lfnserial by
- Less "info" messages in UHCI root hub
- 10:58 Changeset in mainline [eb48f61]lfnserial by
- "usbinfo -t uhci" works again
- 10:28 Changeset in mainline [3b5d1535]lfnserial by
- Merge mainline changes
2011-02-22:
- 23:30 Changeset in mainline [eb1a2f4]lfnserial by
- Merge mainline changes (DDF refactoring) This merge includes DDF …
- 20:05 Changeset in mainline [f483a15]lfnserial by
- Merge changes from mainline
- 14:31 Changeset in mainline [e936e8e]lfnserial by
- Add "is session started" function to the pipes API Replaced direct …
- 13:51 Changeset in mainline [9f554e64]lfnserial by
- Merge development/ changes
2011-02-21:
- 22:25 Changeset in mainline [deece2f]lfnserial by
- Development branch merge
- 21:45 Changeset in mainline [dbe25f1]lfnserial by
- merge from smekideki; adding status_chage pipe initialization
- 21:39 Changeset in mainline [15b0432]lfnserial by
- hub hopefully initializes status_change pipe
- 21:09 Changeset in mainline [9fec913]lfnserial by
- Add omitted block_put() to error path.
- 19:50 Changeset in mainline [b317b0b]lfnserial by
- merge from usb/development
2011-02-20:
- 23:26 Changeset in mainline [41b70d30]lfnserial by
- Removal of old "phones" API from libusb No public function from …
- 23:21 Changeset in mainline [0f21c0c]lfnserial by
- Removal of API that use phones directly
- 22:54 Changeset in mainline [83c291d]lfnserial by
- Removal of useless code
- 22:52 Changeset in mainline [b476347]lfnserial by
- Virtual HC uses phone-less API Forgot to update the virtual root hub.
- 22:51 Changeset in mainline [da7c0a9]lfnserial by
- Merge development/ changes
- 22:10 Changeset in mainline [d37b235]lfnserial by
- merge from /usb/smekideki; hubSpeed in pipe API
- 21:55 Changeset in mainline [070f11e]lfnserial by
- merge from /usb/smekideki: usb hub uses pipe API
- 21:52 Changeset in mainline [ace12560]lfnserial by
- yet another merge with usb/development
- 21:47 Changeset in mainline [62066b4]lfnserial by
- merge with usb/development
- 21:43 Changeset in mainline [41e645c]lfnserial by
- Add simple USB multi interface device driver The MID driver serves as …
- 21:37 Changeset in mainline [063ead6f]lfnserial by
- Merge development/ changes
- 21:33 Changeset in mainline [6bb83c7]lfnserial by
- usbhub uses new api, it is compilable. cannot guarantee functionality
- 19:24 Ticket #284 (Parallel build sometimes fails because generic/adt/list.o does not exist) closed by
- fixed: Fixed in changeset:mainline,861 and changeset:mainline,862.
- 19:20 Changeset in mainline [664af708]lfnserial by
- Add explicit dependency of the output binary on the object files to …
- 18:07 Changeset in mainline [c20da9f]lfnserial by
- Do not send key 0 to console Also, nicer printing of received data.
- 18:01 Changeset in mainline [7f56fb7]lfnserial by
- Removal of useless function It makes no sens to create match ids from …
- 17:58 Changeset in mainline [a99330e]lfnserial by
- List .c instead of .o in the list of sources to build. (Noticed by …
- 17:58 Changeset in mainline [51f0e410]lfnserial by
- Interface-based matches use also device descriptor This way it is …
- 17:31 Changeset in mainline [6e6dc7d]lfnserial by
- Refactoring of match id creation
- 17:07 Changeset in mainline [c723b772]lfnserial by
- Less debugging output in USB MID
- 17:03 Changeset in mainline [5c3ace2]lfnserial by
- HID driver respects interface number
- 17:02 Changeset in mainline [8ba18c6]lfnserial by
- MID driver can tell interface number to child
- 17:02 Changeset in mainline [18cb870]lfnserial by
- Extend pipe initialization with interface number
- 17:01 Changeset in mainline [27a0012]lfnserial by
- Add local implementation of get_interface
- 17:00 Changeset in mainline [95120c3]lfnserial by
- Add get_interface to USB interface The get_interface shall be used by …
- 15:46 Changeset in mainline [50ba203]lfnserial by
- merge with usb/development
- 14:20 Changeset in mainline [b68b279]lfnserial by
- MID driver handles get_address requests correctly Also, splitted some …
- 14:17 Changeset in mainline [357a302]lfnserial by
- USB interfaces reorganization The most important change is that …
- 12:51 Changeset in mainline [3ae93a8]lfnserial by
- Add USB multi interface device driver Incomplete implementation of a …
- 12:38 Changeset in mainline [540e2d2]lfnserial by
- Add creation of match ids from interface descriptor
- 12:35 Changeset in mainline [745d2ad]lfnserial by
- Add standard USB descriptor nesting to libusb
- 11:02 Changeset in mainline [8cf6709]lfnserial by
- Initialize fibril's pointer to waited-for object in fibril_setup() …
2011-02-19:
- 23:41 Changeset in mainline [423e8c81]lfnserial by
- Use hardware interrupts instead of polling NOTE: hw interrupt …
- 23:34 Changeset in mainline [fb78ae72]lfnserial by
- Move interrupt enabling code to pciintel driver
- 23:02 Changeset in mainline [b9d910f]lfnserial by
- Use properly initialized interrupt code
- 20:02 Changeset in mainline [6edc69a]lfnserial by
- Development changes
- 20:00 Changeset in mainline [7e7f0f5]lfnserial by
- Hang up pen phone
- 19:45 Changeset in mainline [733a9a8]lfnserial by
- Use hardware interrupts
- 19:44 Changeset in mainline [e221ca0]lfnserial by
- Add support for piix4
- 18:11 Changeset in mainline [b927375]lfnserial by
- Fix regression in devmap-devman device connecting. Fix regression in …
2011-02-18:
- 21:09 Changeset in mainline [0a46c41e]lfnserial by
- Add bulk transfers to libusb
- 20:37 Changeset in mainline [fbf0589]lfnserial by
- Merge development/ changes
- 20:22 Changeset in mainline [374552ef]lfnserial by
- Merged removals of old API
- 20:14 Changeset in mainline [b36e5de2]lfnserial by
- Removal of remote parts of old API The control transfer callbacks for …
- 20:06 Changeset in mainline [228f251]lfnserial by
- Max packet size actually sent over IPC
- 20:04 Changeset in mainline [c4fb95d3]lfnserial by
- Merge mainline changes.
- 19:55 Changeset in mainline [867e6735]lfnserial by
- Merge development/ changes
- 19:49 Changeset in mainline [b6c7da6]lfnserial by
- Merge speed sending during new device discovery
- 19:41 Changeset in mainline [026d6e2]lfnserial by
- Merge development/ changes
- 18:24 Changeset in mainline [9df965ec]lfnserial by
- UHCI root hub uses the new device wrapper Note that the diff is …
- 18:23 Changeset in mainline [6d8c5725]lfnserial by
- Add wrapper for adding new USB device from a hub The wrapper …
- 17:54 Changeset in mainline [1dde2eb1]lfnserial by
- Add ESTALL error code
- 16:08 Changeset in mainline [fa48ebe]lfnserial by
- New device's speed uses enum
- 14:25 Changeset in mainline [735eac3]lfnserial by
- Add USB speeds enum
- 14:24 Changeset in mainline [d81ef61c]lfnserial by
- uncompilable changes, partially applying pipe api
- 13:46 Changeset in mainline [acce4fc]lfnserial by
- debug output changes
- 13:36 Changeset in mainline [0c00dac]lfnserial by
- Merge low/high speed hack
- 13:26 Changeset in mainline [6427cf67]lfnserial by
- Hack for setting low speed/high speed Currently, it is only a …
2011-02-16:
- 23:15 Changeset in mainline [8b1ea2d4]lfnserial by
- Merge from lp:~jakub/helenos/fs.
- 23:11 Changeset in mainline [cfd630af]lfnserial by
- Fix a double-free in devfs_node_open(). The devices hash table remove …
- 23:00 Changeset in mainline [890af992]lfnserial by
- Refactoring
- 22:42 ReleaseNotes/0.5.0 edited by
- (diff)
- 22:41 Changeset in mainline [2736b13e]lfnserial by
- Implement interrupt handler
- 22:40 ReleaseNotes/0.5.0 edited by
- (diff)
- 22:30 ReleaseNotes/0.5.0 edited by
- Record progress from the previous release, part 2. (diff)
- 22:28 Changeset in mainline [30a4301]lfnserial by
- Use interrupt emulation until real hardware interrupts work
- 21:53 ReleaseNotes/0.5.0 edited by
- Record progress from the previous release, part 1. (diff)
- 21:30 Changeset in mainline [36a4738]lfnserial by
- Add interrupt registration and debug
- 21:28 Changeset in mainline [9013ad3]lfnserial by
- enable IOC on control transfers
- 20:21 Changeset in mainline [b65cae22]lfnserial by
- Add support for some OS specific fields
- 18:45 Changeset in mainline [f4c87aa9]lfnserial by
- Few fixes and cleanup
- 18:22 Changeset in mainline [2e85b3c]lfnserial by
- Development branch
- 17:11 Changeset in mainline [a2a1792]lfnserial by
- Fixed locating of inodes
- 16:47 Changeset in mainline [5352d72]lfnserial by
- Added support for reading and displaying inode contents to ext2info
- 08:20 Changeset in mainline [ce13577]lfnserial by
- Basic support for locating an inode
2011-02-15:
- 23:05 Ticket #295 (DDF should support multifunction devices) closed by
- fixed: Available in changeset:mainline,857. This changeset also merges …
- 23:04 Changeset in mainline [ec59693]lfnserial by
- USB HC interface has max packet size Currently, it is only a hack to …
- 22:58 Changeset in mainline [0c968a17]lfnserial by
- Merge DDF and drivers refactoring work. Major points: * Split …
- 22:41 Changeset in mainline [aa7dc64]lfnserial by
- Fix format specifiers.
- 22:19 Changeset in mainline [4e832d8]lfnserial by
- Removed unnecessary dependency for libusbvirt Somehow, specifying …
- 21:37 Changeset in mainline [72363a1]lfnserial by
- Old API forcefully obsoleted All functions of usb_drv_* family return …
- 21:30 Changeset in mainline [563fb40]lfnserial by
- Less usage of old drivers API
- 21:26 Changeset in mainline [fa2f79d]lfnserial by
- Merge development/ changes
- 20:21 Changeset in mainline [f294926]lfnserial by
- Merged IPC phones hiding
- 20:19 Changeset in mainline [ab331c3]lfnserial by
- Add forgotten header file.
- 20:16 Changeset in mainline [2a770a35]lfnserial by
- Nits.
- 20:09 Changeset in mainline [af6b5157]lfnserial by
- Split driver.h into ddf/driver.h and ddf/interrupt.h.
- 19:57 Changeset in mainline [f673f60]lfnserial by
- UHCI root hub hides IPC phones even more
- 19:56 Changeset in mainline [e40b9f00]lfnserial by
- Hub address management with device connection These functions are …
- 19:54 Changeset in mainline [d714945]lfnserial by
- Add special init for device on default address
- 19:46 Changeset in mainline [c5d61ae6]lfnserial by
- Add wrapper for general connection to host controller
- 19:43 Changeset in mainline [83a2f43]lfnserial by
- Rename bunch of stuff so that it starts with 'ddf_'.
- 19:24 Changeset in mainline [d241aae]lfnserial by
- Add support for reading ext2 block group descriptors
2011-02-14:
- 22:41 Changeset in mainline [34588a80]lfnserial by
- Check for function type and bind state when adding match ID or adding …
- 22:22 Changeset in mainline [659ca07]lfnserial by
- Remove register_function_wrapper() (this time for real).
- 22:20 Changeset in mainline [1d6f507]lfnserial by
- Add some basic sanity checks
- 22:19 Changeset in mainline [69b1f3d]lfnserial by
- Merged removal of USB outcome type Replaced with standard libc error …
- 22:14 Changeset in mainline [cd0684d]lfnserial by
- Remove register_function_wrapper() since it became practically …
- 22:13 Changeset in mainline [daec5e04]lfnserial by
- Removal of usb_outcome_t (ticket 55)
- 22:06 Changeset in mainline [55f690c]lfnserial by
- libc str_error() extended Added explicit tests for several …
- 22:06 Changeset in mainline [8ab1ad4c]lfnserial by
- Add EBADCHECKSUM error code
- 22:00 Changeset in mainline [324fa1e]lfnserial by
- Merge development/ changes
- 21:52 Changeset in mainline [d4ee4e2]lfnserial by
- Merge improvements of pipe API Mostly cleaning and refactoring.
- 21:41 Changeset in mainline [97a62fe]lfnserial by
- Refactor create_function(), delete_function() and register_function() …
- 21:35 Changeset in mainline [3949e8a0]lfnserial by
- Split libext2 header
- 21:01 Changeset in mainline [47c573a]lfnserial by
- Pipe API independent of the old one The low IPC level was copied from …
- 20:24 Changeset in mainline [f6fa2c2]lfnserial by
- Added read support and code in ext2info for more superblock entries
- 20:04 Changeset in mainline [7df0477e]lfnserial by
- Drivers never create or destroy devices explicitly.
- 18:11 Changeset in mainline [567d002]lfnserial by
- Removal of asynchronous functions of pipe API
- 18:06 Changeset in mainline [b53ca1e]lfnserial by
- Merge development/ changes
- 11:16 Changeset in mainline [bfe0eb5]lfnserial by
- Merged libusb cleaning The libusb cleaning involved removal of some …
- 11:08 Changeset in mainline [78e3dc4]lfnserial by
- Virtual keyboard reports itself as a boot one
- 11:00 Changeset in mainline [8555112]lfnserial by
- Address keeping in addrkeep.h only Removed symbolic link, the hcd.h …
- 10:43 Changeset in mainline [28cb8bf7]lfnserial by
- Unused header removal from libusb Another remainder of coupling hub …
- 10:30 Changeset in mainline [962ce100]lfnserial by
- Unused code removal in libusb We dropped the effort to have hub …
- 10:14 Changeset in mainline [d15809b4]lfnserial by
- Merge development/ changes
- 10:07 Changeset in mainline [0d36c20]lfnserial by
- Descriptor dump uses hexadecimals for vendors
2011-02-13:
- 23:19 Changeset in mainline [c00e729]lfnserial by
- Support for some more superblock fields and displaying in ext2info
- 21:20 Changeset in mainline [8bd5dad]lfnserial by
- Initialize libext2 in ext2info & fixed some bugs in libext2
- 20:37 Changeset in mainline [566c401]lfnserial by
- Cleanup
- 20:27 Changeset in mainline [e272949]lfnserial by
- Refactor direct reading of superblock
- 20:23 Changeset in mainline [bab6388]lfnserial by
- Small additional cleanup.
- 20:05 StudentTips edited by
- Add link to coding standard (diff)
- 20:03 Changeset in mainline [68414f4a]lfnserial by
- Refactor drivers * Rename soft-state structures to have the simplest …
- 18:55 Changeset in mainline [36bca8eb]lfnserial by
- Add some more superblock members and function to read a superblock
- 11:16 Changeset in mainline [54d9058]lfnserial by
- Merge development/ changes
- 10:50 Changeset in mainline [dc04868]lfnserial by
- File reorganization Functions for USB pipes distributed into more …
2011-02-12:
- 22:20 Changeset in mainline [45c01a1]lfnserial by
- hcd reworked, communication is sent in packet batches, improves …
- 21:08 Changeset in mainline [3937bda]lfnserial by
- Allow control write transfers with no data stage
- 20:27 Changeset in mainline [6b1931b]lfnserial by
- Merge development/ changes
- 20:26 Changeset in mainline [f6a1386]lfnserial by
- Fix bad headers
- 16:17 Changeset in mainline [d5e2763]lfnserial by
- Add very basic program to show ext2 information (only superblock magic …
- 14:52 Changeset in mainline [d3842e0]lfnserial by
- Add —relative option for blkdump also to help string
- 14:20 Changeset in mainline [cd5816d6]lfnserial by
- Fix displaying address and space delimiters in blkdump
- 11:43 Changeset in mainline [600733e]lfnserial by
- Fix: do not report negative size
- 03:23 Changeset in mainline [67b6fc5]lfnserial by
- Development branch merge
- 03:04 Changeset in mainline [e0df6c2]lfnserial by
- Fix: properly check whether the removed batch is the first in the list …
- 02:45 Changeset in mainline [d6115e5]lfnserial by
- continue processing after btach qh are done/gone
- 02:26 Changeset in mainline [2806cd2]lfnserial by
- prefer vertical execution
- 02:12 Changeset in mainline [83c439c]lfnserial by
- Rename tracker⇒batch
- 02:00 Changeset in mainline [7dd3318]lfnserial by
- Add support for batch processing
2011-02-11:
- 22:26 Changeset in mainline [8b1e15ac]lfnserial by
- Finish splitting device node: devman client in C library, drv library. …
- 18:57 Changeset in mainline [8f5b6561]lfnserial by
- Merge better pipe initialization in HID driver
- 18:54 Changeset in mainline [b43bcf1]lfnserial by
- Better initialization of poll pipe in HID driver
- 18:53 Changeset in mainline [edfed73]lfnserial by
- Add USB HID subclass constants
- 18:20 Changeset in mainline [345ea18]lfnserial by
- Use hexadecimals for vendor ids
- 18:16 Changeset in mainline [1824609b]lfnserial by
- Merge updated to pipe API
- 18:12 Changeset in mainline [d321cd7]lfnserial by
- Merge development/ changes
- 18:10 Changeset in mainline [4e8e1f5]lfnserial by
- Device recognition uses pipe API
- 18:03 Changeset in mainline [8f198c9]lfnserial by
- Fixed: error reporting for unsucessfull transfers Fixed: remove failed TDs
- 18:01 Changeset in mainline [f6309b6]lfnserial by
- Merge development branch
- 17:59 Changeset in mainline [53338bda]lfnserial by
- remove transfers from the list
- 17:59 Changeset in mainline [518372c]lfnserial by
- Error reporting refactored
- 17:38 Changeset in mainline [cfa73751]lfnserial by
- Ignore blkdump binary
- 17:16 Changeset in mainline [79d2987]lfnserial by
- Merge development/ changes
- 17:07 Changeset in mainline [608afb9]lfnserial by
- Hack for usbinfo application Allow querying UHCI in QEMU more easily.
- 16:27 Changeset in mainline [1968de5]lfnserial by
- Merged get_buffer request removal (ticket 54)
- 16:20 Changeset in mainline [5842493]lfnserial by
- Fix call leakage Data read call is always answered.
- 15:05 Changeset in mainline [4e38d69]lfnserial by
- Merged development/ changes Warning: this merge breaks some things …
- 15:00 Changeset in mainline [687efaa]lfnserial by
- Reuse libusb usbdevice interface
- 14:49 Changeset in mainline [6cd7b17]lfnserial by
- Add warnings reduce timeout
- 14:20 Changeset in mainline [1e64b250]lfnserial by
- Remove traces of GET_BUFFER method
- 13:04 Changeset in mainline [03197ffc]lfnserial by
- HID driver uses pipe API (again) The SET_CONFIGURATION request is …
- 12:41 Changeset in mainline [fe1776c2]lfnserial by
- merge from usb/development
- 12:06 Changeset in mainline [5d4193c]lfnserial by
- UHCI internals rework, add support for ew control transfer API
- 08:28 Changeset in mainline [ec534b4]lfnserial by
- Fix build on 64 bit systems
2011-02-10:
- 23:14 Changeset in mainline [6a343bdf]lfnserial by
- Autoload driver symbol tables in taskdump, too.
- 22:14 Changeset in mainline [0a6fa9f]lfnserial by
- Get buffer replaced with asynchronous data read The GET_BUFFER …
- 21:48 Changeset in mainline [8bf1eeb]lfnserial by
- Add async_data_read() function to libc The function is an …
- 20:13 Changeset in mainline [32d3ebf]lfnserial by
- Add blkdump - a simple program to dump block device contents, similar …
- 17:41 Repositories edited by
- (diff)
2011-02-09:
- 12:04 Changeset in mainline [cb15135a]lfnserial by
- Ignore additional built files created by mainline changes
- 11:46 Changeset in mainline [cf2af94]lfnserial by
- Merge mainline changes Local modifications: - change pipefs and ext2 …
- 10:28 Changeset in mainline [f96aefc]lfnserial by
- reduce debug output
- 10:27 Changeset in mainline [f9014bc]lfnserial by
- Fixes: is_active should compare to 0 conversion to bool does not work …
- 10:26 Changeset in mainline [2964aa87]lfnserial by
- Adds fw debug prints and enables QH recheck
- 10:25 Changeset in mainline [61bb85d]lfnserial by
- Fix: interrupt calls should use interrupt trackers Fix: interrupt …
- 08:26 Changeset in mainline [3cc5ccda]lfnserial by
- Use mutex to guard the tracker_list Do not resolve finished trackers …
- 08:17 Changeset in mainline [ad29045]lfnserial by
- Enable usbhid
2011-02-08:
- 22:26 Changeset in mainline [e0004ad]lfnserial by
- Fixes: don't move buffer_offset in setup stage usbinfo utility works
- 22:24 Changeset in mainline [2b4dbd1]lfnserial by
- Fixes: Use 8B as default control pipe max packet size Fixes: use …
- 19:48 Changeset in mainline [014d5033]lfnserial by
- Fixes: set tracker speed in init changes debug level
- 19:21 Changeset in mainline [1b367b4]lfnserial by
- Small C-style fixes in devman client code.
2011-02-07:
- 23:02 Ticket #296 (DDF should support pseudo-devices) created by
- Currently any devman-based device must come into existence by being …
- 22:52 Ticket #295 (DDF should support multifunction devices) created by
- Often a single hardware device provides multiple logical …
- 22:15 Changeset in mainline [ba38f72c]lfnserial by
- Split device tree node into dev_node_t (device node) and fun_node_t …
- 22:12 Changeset in mainline [f82cc1a8]lfnserial by
- Development changes, VirtualHC config option
- 22:09 Changeset in mainline [f241b05b]lfnserial by
- Adds new calbacks implementation several debug texts
- 19:05 Changeset in mainline [a72620d]lfnserial by
- Adds new API hc stubs
- 14:42 Changeset in mainline [fe10e72]lfnserial by
- Fixes(only for new API trackers): add support for toggle bit
- 14:06 Changeset in mainline [3f189c5]lfnserial by
- Lots of cleanup, removes unused code (replaced by trackers)
- 13:56 Changeset in mainline [7e62b62]lfnserial by
- Use trackers for interrupt transfers
- 13:55 Changeset in mainline [52b7f15f]lfnserial by
- Fixes: zero TD in case it is accesssed uninitialized
- 13:39 Changeset in mainline [c8dd5b1]lfnserial by
- Adds tracker interrupt_in and interrupt_out implementaion
- 13:28 Changeset in mainline [9e80904]lfnserial by
- Adds the use of trackers for control transfers(old API)
- 13:27 Changeset in mainline [e2172cf8]lfnserial by
- Fixes: report proper size in tracker call_in Adds few debug lines
- 12:49 Changeset in mainline [9a818a9]lfnserial by
- Adds support for tracker scheduling and callback
- 11:39 Changeset in mainline [da17cf0]lfnserial by
- Adds tracker support for the old control connection API
- 11:20 Changeset in mainline [4192d3d6]lfnserial by
- Add new tracking mechanism for complex transfers
2011-02-06:
- 22:59 Changeset in mainline [0397e5a4]lfnserial by
- Merge development/ changes
- 22:55 Changeset in mainline [25971d2]lfnserial by
- Endpoint pipes has maximum packet size
- 22:03 Changeset in mainline [cd50486]lfnserial by
- Merge development/ changes
- 21:58 Changeset in mainline [960ff451]lfnserial by
- Launch of virtual USB HC configurable It is possible to specify …
2011-02-05:
- 06:12 HardwareSupport edited by
- Add CD-ROM (diff)
2011-02-04:
- 23:51 Changeset in mainline [4d73d71]lfnserial by
- add some basic packet checks
- 22:40 Changeset in mainline [474afc9]lfnserial by
- development branch changes
- 22:15 Changeset in mainline [956d4df8]lfnserial by
- Do not forget to unlock the block structure before freeing it. Even …
- 21:00 Changeset in mainline [e29e09cf]lfnserial by
- Merge mainline changes
- 20:56 Changeset in mainline [17aca1c]lfnserial by
- Merge mainline changes
- 19:47 Changeset in mainline [e778543]lfnserial by
- Merge development/ changes
- 17:19 Changeset in mainline [400575c5]lfnserial by
- Add UHCI Host Controller driver (uhci-hcd) Add UHCI Root Hub driver …
- 17:07 Changeset in mainline [89acf204]lfnserial by
- development changes
- 17:02 Changeset in mainline [2899980]lfnserial by
- Minor changes in usbhid driver
- 17:02 Changeset in mainline [d6f78857]lfnserial by
- More debug output reduce timeout
- 16:40 Changeset in mainline [4837092]lfnserial by
- Modifiers handling + fixes. - Handle modifiers from flags. However, …
- 16:12 Changeset in mainline [8c3c756]lfnserial by
- Setting configuration + key press / key release tracking. - Added …
- 15:23 Changeset in mainline [9e4f6a7]lfnserial by
- Add QH element pointer to debug output
- 14:52 Changeset in mainline [dcef366]lfnserial by
- debug output fix
- 14:45 Changeset in mainline [881c47b]lfnserial by
- New UHCI packet scheduler queues are named for nicer debug output …
- 14:26 Changeset in mainline [458e40c]lfnserial by
- Merged minor fixes and improvements See log messages of merged revisions.
- 14:22 Changeset in mainline [6f8f808]lfnserial by
- Enabled fully new logging in USB hub driver
- 14:22 Changeset in mainline [ef7f043]lfnserial by
- Fixed wrong va_arg usage
- 14:19 Changeset in mainline [a2be824]lfnserial by
- Merge development/ changes
- 14:05 Changeset in mainline [9e7cdf8]lfnserial by
- Unified debug and error messages according to ticket #52
- 14:02 Changeset in mainline [3d31af5]lfnserial by
- Log stream flushed explicitly Also variable renamed.
- 13:43 Changeset in mainline [bfc12ef]lfnserial by
- merging some codelifting into usb/development. usb hub driver uses …
- 13:41 Changeset in mainline [78d1525]lfnserial by
- merge from usb/development
- 13:36 Changeset in mainline [103a3626]lfnserial by
- a bit of codelifting, dprintf correctly used in usb hub driver
- 13:30 Changeset in mainline [97e87de]lfnserial by
- Add some more error checking
- 13:14 Changeset in mainline [9097c16a]lfnserial by
- Merged development
- 13:07 Changeset in mainline [74d6e90]lfnserial by
- Merge devel branch
- 13:06 Changeset in mainline [621afdb]lfnserial by
- Fixed: set default available to false when default addresss is obtained
- 13:06 Changeset in mainline [dd455b1]lfnserial by
- Bind new devices to their respective usb addresses
- 13:05 Changeset in mainline [1669a73]lfnserial by
- Minor refactoring
- 12:59 Changeset in mainline [ff244e6]lfnserial by
- Reverted HID driver usage of pipe API Reverted revision: 799.1.19 …
- 12:43 Changeset in mainline [38648f0]lfnserial by
- Synchronization in device recognition routines
- 12:37 Changeset in mainline [1f5c1e61]lfnserial by
- Separate phones for every root hub port Add tons of debug output
- 12:12 Changeset in mainline [a887bd1]lfnserial by
- Merge: minor fixes and improvements
- 12:09 Changeset in mainline [9f5667a]lfnserial by
- Bugfix in address keeping
- 11:48 Changeset in mainline [aec2ad4]lfnserial by
- merge from usb/development
- 11:24 Ticket #294 (Soft hang during boot on ia32) created by
- When booting the lp:~jakub/helenos/fs branch revision 200, the boot …
2011-02-03:
- 21:15 UsersGuide/CompilingFromSource edited by
- Fixed a typo (diff)
- 21:14 Changeset in mainline [0b37882]lfnserial by
- memory management work * implement as_get_mappable_page() as a new …
- 21:07 Changeset in mainline [ae6f303]lfnserial by
- add some helpful macros
- 21:00 Changeset in mainline [66485741]lfnserial by
- remove some ancient stuff
- 20:54 Changeset in mainline [db11d30]lfnserial by
- cstyle (no change in functionality)
- 20:53 Changeset in mainline [5e8b881]lfnserial by
- uspace linker scripts unification
- 20:51 Changeset in mainline [d88218b]lfnserial by
- fix debugging printouts
- 20:33 Changeset in mainline [bfe43d5]lfnserial by
- do not leak the address space structure on failure report the reason …
- 20:20 Changeset in mainline [e950803]lfnserial by
- Merge from lp:~jakub/helenos/fs.
- 20:18 Changeset in mainline [bd81386]lfnserial by
- tlb_invalidate_pages can be actually called with asid == ASID_INVALID …
- 20:01 Changeset in mainline [b366a1bc]lfnserial by
- Do not use memory after free.
- 19:35 Changeset in mainline [9c31643]lfnserial by
- Do not free the connection_t when it is still in use.
- 16:18 Changeset in mainline [ca2a18e]lfnserial by
- Fix some list_initialize() vs. link_initialize().
- 13:41 Changeset in mainline [fc47885]lfnserial by
- keep track of the number of resident pages on-the-fly (do not traverse …
- 11:16 Changeset in mainline [1110ebd]lfnserial by
- Remove default control pipe initialization It is nonsense as this …
- 10:46 Changeset in mainline [9d4579e]lfnserial by
- Interface also remembered on pipe initialization
- 06:36 Ticket #292 (Linked list should be a separate typedef) created by
- Currently link_t is used both: * to declare a linked list (i.e. its …
- 05:11 Changeset in mainline [8b5690f]lfnserial by
- Merge mainline changes.
2011-02-02:
- 23:13 Changeset in mainline [93ef8f6]lfnserial by
- Pipes initialization from config descriptor First attempt, may …
- 22:20 Changeset in mainline [0f1cf7a]lfnserial by
- Assert that the block being put has positive number of references.
- 21:21 Changeset in mainline [ab65fa1]lfnserial by
- Merge development/ changes
- 20:37 Changeset in mainline [86d7bfa]lfnserial by
- avoid possible segfaults on error paths when a fibril fails to be created
- 20:35 Changeset in mainline [1e00216]lfnserial by
- add support for line number debug information into linker scripts …
- 18:54 Ticket #291 (Invalid mnemonics and documentation in IP protocol) created by
- The structure ip_netif (uspace/srv/net/il/ip.h) contains invalid …
- 12:01 Changeset in mainline [aa389fd]lfnserial by
- USB logging goes into file as well
- 11:49 Changeset in mainline [3597dab]lfnserial by
- Merge: memory leaks fixes Fixes ticket #51: Host controller interface …
- 11:43 Changeset in mainline [93f8da1]lfnserial by
- Fix memory leaks in USBHC remote interface Also added handling of …
- 10:19 Changeset in mainline [1537ba6]lfnserial by
- Merge development/ changes
- 00:57 Changeset in mainline [b00849e]lfnserial by
- Merged pipe API The pipe API shall eventually replace USB device …
- 00:49 Changeset in mainline [2f4438f5]lfnserial by
- Add endianness conversions to some requests
- 00:48 Changeset in mainline [1b6e52f]lfnserial by
- Merge development/ changes
- 00:38 Changeset in mainline [a12917e]lfnserial by
- usbinfo application uses pipes Unfortunately, this means that …
- 00:09 Changeset in mainline [0484d92]lfnserial by
- USB HID driver uses pipe API only
- 00:00 Changeset in mainline [abe8ac5]lfnserial by
- Add most needed pipe wrappers for USB requests Only requests …
2011-02-01:
- 23:25 Changeset in mainline [5944244]lfnserial by
- Refactoring uhci_ functions are called on uhci_t not device_t
- 23:24 Changeset in mainline [787421c]lfnserial by
- Refactoring of usb_request_get_descriptor
- 23:18 Changeset in mainline [2a11192]lfnserial by
- Fix phone leakage
- 23:16 Changeset in mainline [52fb76e]lfnserial by
- Bare initialization of device connection struct
- 23:16 Changeset in mainline [3e9074f]lfnserial by
- Fix bad type casting
- 23:07 Changeset in mainline [23c7f4d]lfnserial by
- Rename connection initialization function
- 22:45 Changeset in mainline [c56dbe0]lfnserial by
- Added license statement to all .c files
- 22:19 Changeset in mainline [afcd86e]lfnserial by
- Driver uhci-hcd uses unified debug log
- 22:14 Changeset in mainline [2cea1045]lfnserial by
- Add USB endianess conversion functions
- 22:04 Changeset in mainline [a4a8cca]lfnserial by
- Add generic wrappers for standard control requests
- 22:02 Changeset in mainline [7ce0fe3]lfnserial by
- Root ub driver uses unified debug logging and some other polishing.
- 21:59 Changeset in mainline [bbc7d83e]lfnserial by
- Merge development/ changes
- 21:42 Changeset in mainline [ec293a8]lfnserial by
- Add log level max boundary It might be useful for some checking. …
- 21:30 Changeset in mainline [993a1e1]lfnserial by
- Merge from devel - introducing unified debug logging
- 21:03 Changeset in mainline [0a37e14]lfnserial by
- Add GET_DESCRIPTOR request wrapper using pipes
- 21:01 Changeset in mainline [284c629]lfnserial by
- Virtual HC handles atomic control transfers
- 20:22 Changeset in mainline [c5f0bff]lfnserial by
- Merge minimalistic ATAPI CD-ROM support in ata_bd (only tested in Qemu).
- 19:32 Ticket #141 (ATAPI optical drive support) closed by
- fixed: Minimalistic ATAPI CD-ROM support is available as of …
- 11:37 Changeset in mainline [0c3beeb]lfnserial by
- Merge: unified logging (ticket 52)
- 11:34 Changeset in mainline [0b31409]lfnserial by
- Virtual host controller uses usb_log_* functions
- 11:28 Changeset in mainline [6028ec8]lfnserial by
- Add generic logging functions See ticket #52.
- 07:40 Changeset in mainline [aa893e0]lfnserial by
- Add docblock.
- 07:27 Changeset in mainline [bb0eab1]lfnserial by
- Use structures and constants instead of magic numbers.
- 06:40 Changeset in mainline [0d247f5]lfnserial by
- Implement ATAPI read(12) command.
- 05:54 Changeset in mainline [88743b5]lfnserial by
- Implement 'Packet' command (for data-in packet-based commands). …
- 00:08 Changeset in mainline [1256a0a]lfnserial by
- uhci-rhd - UHCI Root hub drier as a separated process this wil …
2011-01-31:
- 22:43 Changeset in mainline [0dfaa099]lfnserial by
- Clear the block pointer so that the cleanup code does not get confused.
- 22:10 Changeset in mainline [40fb017]lfnserial by
- More defensive kconsole command initialization.
- 21:52 Changeset in mainline [b9e6205]lfnserial by
- Do not use memory after it was freed.
- 20:34 Changeset in mainline [37cf3792]lfnserial by
- Do not leak a cache_t structure in case of error.
- 20:32 Changeset in mainline [12573db]lfnserial by
- Merge mainline changes.
- 17:38 Changeset in mainline [37ac7bb]lfnserial by
- Renames "uhci"→"uhci-hcd" to prepare RH drier separation
2011-01-30:
- 23:39 Changeset in mainline [33b88723]lfnserial by
- Implementation of pipe control transfers
- 23:30 Changeset in mainline [fe4dd14]lfnserial by
- Add atomic control transfers to local USBHC Also this commit might …
- 23:10 Changeset in mainline [9753220]lfnserial by
- Add atomic control transfers to remote USBHC Only the remote part is …
- 22:34 Changeset in mainline [707ffcf]lfnserial by
- USB HID driver uses pipes for interrupt endpoint
- 22:06 Changeset in mainline [c2772b8]lfnserial by
- Merge development/ changes
- 22:03 Changeset in mainline [54b5625]lfnserial by
- Driver dependent stuff outside libusb The USB classes files in …
- 21:41 Changeset in mainline [43f698b]lfnserial by
- Add prototype implementation of endpoint pipe functions
- 00:08 Ticket #290 (Infrequent hang of loaders while reading from fat during startup) created by
- In about 1/10 boots of default mainline,844 on ia32, I experience a …
2011-01-29:
- 23:52 Changeset in mainline [197ef43]lfnserial by
- merge various cosmetic run-time support improvements * coding style …
- 23:02 Changeset in mainline [47b7006]lfnserial by
- improve run-time termination * get rid of exit() * get rid of …
- 22:57 Changeset in mainline [6aef742]lfnserial by
- Incoming vs. outgoing answers.
- 22:53 Changeset in mainline [fd483ce]lfnserial by
- remove deprecated file
- 22:52 Changeset in mainline [5bcf1f9]lfnserial by
- add syscall for properly terminating the currently running task …
- 19:43 Changeset in mainline [fc5f7a8]lfnserial by
- move async_init(void) into the private header
- 19:39 Changeset in mainline [10477601]lfnserial by
- cstyle changes (improve comments, use unsigned types for bit flags, …
- 19:18 Ticket #289 (klog's interrupt_received() routine is too heavy-weight) created by
- The kernel notifications about klog updates are totally asynchronous …
- 18:58 Changeset in mainline [6119f24]lfnserial by
- map klog area and clock page directly in tasks which require them (do …
- 18:57 Changeset in mainline [d7533c7]lfnserial by
- add support for pareas mappable by unprivileged tasks (currenty, only …
- 12:05 Changeset in mainline [0b6931a]lfnserial by
- finish API and ABI changes
- 12:04 Changeset in mainline [4f14e1f8]lfnserial by
- do not intermix low-level IPC methods with async framework methods
- 11:52 Changeset in mainline [8add9ca5]lfnserial by
- ABI change: syscalls for registering IRQ notifications are probably …
- 11:36 Changeset in mainline [46b881c]lfnserial by
- IPC/async: strictly isolate the use of low-level IPC methods (ipc_*) …
- 11:36 Changeset in mainline [ffa2c8ef]lfnserial by
- do not intermix low-level IPC methods with async framework methods
- 11:35 Changeset in mainline [64d2b10]lfnserial by
- libc: do not intermix low-level IPC methods with async framework methods
- 11:29 Changeset in mainline [2c577e0b]lfnserial by
- * implement service_realtime_share_in() * cstyle changes in time.c
- 11:28 Changeset in mainline [9c81703]lfnserial by
- cstyle changes (no change in functionality)
- 10:31 Changeset in mainline [72e19f50]lfnserial by
- Nasty ugly fix that eats puppies, connection to hc postponed.
- 10:19 Changeset in mainline [4687fcd4]lfnserial by
- Changes from devel, break stuff.
- 09:59 Changeset in mainline [67a1b78]lfnserial by
- Dropped usage od hcdhubd.h Fixed parameter order in callback_in
- 09:31 Changeset in mainline [5286a2c]lfnserial by
- Reduced debug level and made times shorter
- 09:18 Changeset in mainline [d956aa5]lfnserial by
- Fixed: memcpy direction
- 08:58 Changeset in mainline [113aef8]lfnserial by
- TD debug messages refatoring
- 08:32 Changeset in mainline [245b56b5]lfnserial by
- Added info message on succesfull device addition Changed root ub name …
- 08:00 Changeset in mainline [816175a2]lfnserial by
- Made root hub output use different tag than hc Limited root hub debug …
- 07:54 Changeset in mainline [62d9827]lfnserial by
- Switched to address hadling interface, instead of direct access.
- 07:51 Changeset in mainline [86b39f7e]lfnserial by
- Implemented address handling interface
- 07:23 Changeset in mainline [621fdaa]lfnserial by
- Print errors as errors, not debug messages.
- 06:33 Changeset in mainline [c8ca07e]lfnserial by
- Fixed (from Vojta): Use alignment and size in proper order (memalign)
- 05:10 Changeset in mainline [7a56e33e]lfnserial by
- Detection of ATA packet devices.
- 00:25 Changeset in mainline [76b57734]lfnserial by
- Yet another bad argument order
- 00:18 Changeset in mainline [1431e8f]lfnserial by
- Another parameter ordering
- 00:14 Changeset in mainline [4046c1ea]lfnserial by
- Merge parent branch
- 00:08 Changeset in mainline [b3258ad]lfnserial by
- Null data packet handled in TD initialization
- 00:04 Changeset in mainline [24b07ac4]lfnserial by
- More flexible buffer dump
2011-01-28:
- 23:56 Changeset in mainline [5935fe4c]lfnserial by
- Fix wrong parameter order
- 23:54 Changeset in mainline [096a1ff]lfnserial by
- Shorter debug messages
- 23:51 Changeset in mainline [44d8853]lfnserial by
- Fixed: Do not crash on zero buffers
- 23:30 Changeset in mainline [e68de30]lfnserial by
- Fixed: use proper device enumeration procedure
- 23:13 Changeset in mainline [f0e25e8]lfnserial by
- Fixed: reset port after detecting a new device
- 22:59 Changeset in mainline [6865243c]lfnserial by
- Add prototypes of functions from ticket #43
- 21:43 Changeset in mainline [a09128c]lfnserial by
- Merge: Doc update, usbkbd is usbhid, PCI I/O regs Renamed usbkbd …
- 21:39 Changeset in mainline [632ed68]lfnserial by
- Doxygen group for usbinfo application
- 21:17 Changeset in mainline [66d5062]lfnserial by
-
Rename
usbkbd' driver to
usbhid' - 21:05 Changeset in mainline [1c13dac]lfnserial by
- Add Doxygen groups to usbkbd driver
- 20:57 Changeset in mainline [68a2be19]lfnserial by
- rename prefixes which have been deprecated long time ago
- 20:54 Changeset in mainline [e26a4633]lfnserial by
- introduce private libc.h header containing items which should not be …
- 20:34 Changeset in mainline [4db1fbf]lfnserial by
- make the libc private header really private (i.e. do not allow to be …
- 20:08 Changeset in mainline [76d9eb7e]lfnserial by
- Cleaner Makefile in usbkbd Added some missing variables, more generic …
- 19:07 Changeset in mainline [3da5eb9]lfnserial by
- Fixed: add buffer pointer to TD on initialization Added status info …
- 19:06 Changeset in mainline [01656f2]lfnserial by
- Fixed: use 16 byte alignment (see UHCI spec)
- 17:36 Changeset in mainline [0535ee4]lfnserial by
- Added debug_checker fibril (checks memory structures) Fixed: Cleaning …
- 17:34 Changeset in mainline [3fb3099c]lfnserial by
- Fixed: Add pointer to enqueue debug output
- 17:33 Changeset in mainline [0b68b7c]lfnserial by
- Fixed: initialize arg field properly Added callback_out call
- 17:32 Changeset in mainline [b6120d90]lfnserial by
- Fixed: Error count mask Made TD fields volatile
- 17:31 Changeset in mainline [54229db]lfnserial by
- Fixed: return phys address instead of frame number
- 17:20 Changeset in mainline [1879a7d]lfnserial by
- Merge development/ changes
- 17:16 Changeset in mainline [c113056]lfnserial by
- Fix wrong printf directive
- 17:12 Changeset in mainline [ea991e84]lfnserial by
- Get I/O ranges for UHCI registers
- 15:55 Changeset in mainline [3ee48f2]lfnserial by
- Merge: HID driver - correct scancodes, communication with console, layouts
- 15:47 Changeset in mainline [d1984e0]lfnserial by
- Added UHCI command register values HC is started on initialization.
- 15:46 Changeset in mainline [a8e96683]lfnserial by
- Added memory control/translation mechanisms.
- 15:45 Changeset in mainline [10f479ae]lfnserial by
- Return correct value after uhci_init
- 15:44 Changeset in mainline [007e6efa]lfnserial by
- * libc routines for registering services and connecting to services …
- 15:30 Changeset in mainline [7a51d75]lfnserial by
- Merge development/ changes
- 15:15 Changeset in mainline [2b96463]lfnserial by
- Merge mainline changes
- 14:59 Changeset in mainline [d93ff502]lfnserial by
- Added toggle bit parameter. Removed uhci_* specific functions, use …
- 14:52 Changeset in mainline [ef8d655]lfnserial by
- More robust init of virtual root hub The loop is necessary since this …
- 14:38 Changeset in mainline [89beb08]lfnserial by
- merging small fixes from /smekideki
- 14:36 Changeset in mainline [ba5ab09]lfnserial by
- fixed one possible memory leak using fibril_mutex instead of futex
- 12:43 Changeset in mainline [de0e6b3]lfnserial by
- Used usbmem allocator
- 12:41 Changeset in mainline [81c0854f]lfnserial by
- merge from usb/development
- 12:20 Changeset in mainline [45c4f5a]lfnserial by
- Used callback_get() and dispose convenience functions
- 12:20 Changeset in mainline [987dda8]lfnserial by
- Added calback_get() and callback_dispose() convenience functions
- 11:59 Changeset in mainline [eb03e92]lfnserial by
- Used get() and dispose() convenience functions
- 11:58 Changeset in mainline [dcc5b9d]lfnserial by
- Added get() and dispose() convenience functions()
- 11:52 Changeset in mainline [579dec2]lfnserial by
- Implemented cleanup fibril cycle
- 11:46 Changeset in mainline [c13ecfe]lfnserial by
- Moved implementation to .c transfer_descriptor_init no longer return …
- 11:45 Changeset in mainline [db7ed07]lfnserial by
- Added callback_run
- 10:49 Changeset in mainline [ea6a824]lfnserial by
- Merge standalone virtual hub
- 10:45 Changeset in mainline [c5c003c]lfnserial by
- Cleaner Makefile Also updated ignore list.
- 10:24 Changeset in mainline [679a135]lfnserial by
- Doxygen group for virtual USB keyboard
- 10:19 Changeset in mainline [95622c4]lfnserial by
- Add standalone virtual hub Similar to virtual USB keyboard (`vuk'), …
Note: See TracTimeline
for information about the timeline view.