Timeline
2018-02-18:
2018-02-15:
- 20:57 Changeset in mainline [9658879]lfnserial by
- boot/arm32: Fix comment
2018-02-13:
- 20:14 Changeset in mainline [06ae793]lfnserial by
- i8259: Do not use magic numbers
- 10:07 Changeset in mainline [448e093]lfnserial by
- Fix function names, other minor tweaks.
2018-02-12:
- 20:16 Changeset in mainline [38b0ae2]lfnserial by
- Generalize ns16550 driver to work with more chips. (#20) Some UART …
- 18:58 Changeset in mainline [466e75ad] by
- Generalize ns16550 driver to work with more chips. Some UART …
- 17:54 Changeset in mainline [8192d8a]lfnserial by
- more consistent quoting
- 10:28 Changeset in mainline [5fe3f954]lfnserial by
- xhci: refactor splitting transfers Allow nonzero offsets (not yet …
- 10:11 Changeset in mainline [1d758fc]lfnserial by
- usb: rethinking DMA buffers
2018-02-11:
- 17:18 Changeset in mainline [2f762a7]lfnserial by
- usbhost: allow the driver to bounce later
- 17:18 Changeset in mainline [d345ce2]lfnserial by
- usb: pass buffers as base + ptr to support partial writes/reads
- 17:18 Changeset in mainline [fc3dfe6d]lfnserial by
- usb: fix relying on negative errnos
2018-02-08:
- 19:33 Changeset in mainline [ea42e44]lfnserial by
- Third party build improvements. Add HELENOS_ARCH, HELENOS_CXXFLAGS …
2018-02-07:
- 07:27 Changeset in mainline [a912aff] by
- Merge 220adfa40192f4969d92a5de29826f012343ae2a into …
- 07:23 Changeset in mainline [b500939e] by
- Merge b3536a08e653e79033c58790a83cb4da9bcd779e into …
2018-02-05:
- 02:04 Changeset in mainline [239eea41]lfnserial by
- libdrv usbhc iface: wrap transfer arguments into structure
- 00:54 Changeset in mainline [af16ebe]lfnserial by
- usb: redefine max_transfer_size
- 00:54 Changeset in mainline [c21e6a5]lfnserial by
- usbhost: prepare buffers for transfers in library
- 00:54 Changeset in mainline [65c059f]lfnserial by
- drv: remove deprecated interface
- 00:54 Changeset in mainline [d14688d]lfnserial by
- usb pipes: refactor transfers
- 00:54 Changeset in mainline [fdc2253b]lfnserial by
- usb pipes: allocate with policy
- 00:54 Changeset in mainline [cc63815]lfnserial by
- usb dma_buffer: policy is now just a flag field, implement (un)locking
2018-02-03:
- 10:56 Changeset in mainline [5c69377]lfnserial by
- drv: refactor other usb interfaces to errno_t
- 10:52 Changeset in mainline [98b1d30]lfnserial by
- tmon: refactor to errno_t
- 10:46 Changeset in mainline [be01eb3]lfnserial by
- usbhid: refactor to errno_t
- 10:41 Changeset in mainline [aa148b3]lfnserial by
- usbhub: refactor to errno_t
- 10:38 Changeset in mainline [a821f05]lfnserial by
- usbmid: refactor to errno_t
- 10:35 Changeset in mainline [860bf94]lfnserial by
- usbflbk: refactor to errno_t
- 10:34 Changeset in mainline [298e010]lfnserial by
- drv: refactor usbdiag interface to errno_t
- 10:30 Changeset in mainline [7cba9f7]lfnserial by
- usbdiag: refactor to errno_t
- 10:24 Changeset in mainline [f5718c79]lfnserial by
- usbmast: fix indent
- 02:19 Changeset in mainline [eb862fd]lfnserial by
- cstyle
- 02:14 Changeset in mainline [45457265]lfnserial by
- errno_t all the things!
2018-02-02:
- 12:00 Changeset in mainline [961a5ee]lfnserial by
- usbdiag: fix (de)allocation crash caused by merge
- 10:13 Changeset in mainline [64ce0c1]lfnserial by
- Merge commit '290338bf7224f502808b23e82d98306208962b97' into forwardport
2018-02-01:
- 21:13 Changeset in mainline [e67c50a]lfnserial by
- ohci: use dma memory responsibly Instead of leaving arbitrary TD …
- 20:37 Changeset in mainline [290338b]lfnserial by
- usbdiag: more verbose data checking
- 18:57 Changeset in mainline [3038d51]lfnserial by
- xhci: Multi TRB TD for control and stream bulk
- 16:10 Changeset in mainline [3b5a5e3]lfnserial by
- tmon: catch up with libdrv changes, simplify code
- 16:10 Changeset in mainline [8393c73b]lfnserial by
- drv: refactor usbdiag interface
- 16:10 Changeset in mainline [24c41ba1]lfnserial by
- usbhost: check transfer size only for out endpoints
- 16:10 Changeset in mainline [1a2227d]lfnserial by
- usbdev: endpoint mapping tolerates multiple endpoints of the same type
- 14:28 Changeset in mainline [3e6ff9a]lfnserial by
- usb: dma_buffer check policy function
- 11:42 Changeset in mainline [77ded647]lfnserial by
- xhci: do not avoid 64-bit writes
- 02:19 Changeset in mainline [17d34a8]lfnserial by
- xhci: finalize rh correctly
- 02:13 Changeset in mainline [19f0048]lfnserial by
- xhci: reinitialize in case of HC error
- 01:45 Changeset in mainline [53fdf8c]lfnserial by
- usbhost: fix reference leak
- 00:11 Changeset in mainline [a1ce9bd]lfnserial by
- xhci: Split buffer into TRBs by pages Only done for interrupt and …
2018-01-31:
- 23:31 Changeset in mainline [73a5857]lfnserial by
- usbhost: add joinable_fibril utility
- 22:45 Changeset in mainline [2ca5a198]lfnserial by
- usb: fix some errors
- 20:17 Changeset in mainline [0247bd2]lfnserial by
- xhci: updated obsolete comment
- 17:47 Changeset in mainline [2660ee3]lfnserial by
- Generate files that a third party can use to build software for …
- 17:36 Changeset in mainline [663b26ec] by
- Make the export directory movable.
- 17:17 Changeset in mainline [da9d6ca]lfnserial by
- usbdiag: use the dma pipe operations
- 17:12 Changeset in mainline [4e17d54]lfnserial by
- usbdev: pipe operations with dma buffers
- 17:02 Changeset in mainline [50206e9]lfnserial by
- libusb: add buffer allocation routines
- 17:00 Changeset in mainline [98893ede]lfnserial by
- libusb: dma_buffers optimization
- 16:36 Changeset in mainline [3b60ea0]lfnserial by
- usb: moved dma_buffer from usbhost to usb library
- 16:02 Changeset in mainline [5595841]lfnserial by
- libdrv: usbhc_iface now shares memory instead of sending data Two …
- 12:02 Changeset in mainline [2b3dd78]lfnserial by
- Merge remote-tracking branch 'upstream/master' into forwardport …
- 10:20 Changeset in mainline [a0a9cc2]lfnserial by
- Merge commit '50f19b7ee8e94570b5c63896736c4eb49cfa18db' into …
- 06:48 Changeset in mainline [14d789c]lfnserial by
- Merge pull request #18 from jh-cg/fix-sample-format fix sample format typo
- 03:10 Changeset in mainline [a5f7b269] by
- add common.h.new and tags to gitignore
- 03:08 Changeset in mainline [2752620b]lfnserial by
- fix sample format typo
- 02:21 Changeset in mainline [5a6cc679]lfnserial by
- Merge commit '50f19b7ee8e94570b5c63896736c4eb49cfa18db' into …
2018-01-30:
- 13:32 GSOC edited by
- GSOC 2018 (diff)
- 03:55 UsersGuide/DisksFileSystems edited by
- fix mount syntax & explain (diff)
- 03:20 Changeset in mainline [132ab5d1]lfnserial by
- Merge commit '6a5d05bd2551e64111bea4f9332dd7448c26ce84' into …
2018-01-29:
- 17:52 Changeset in mainline [8bfb163]lfnserial by
- ehci: make some more things extern
- 16:05 Changeset in mainline [705f83a]lfnserial by
- ohci: fix the batch preparation time again Due to the stupid design …
- 15:17 Changeset in mainline [ee0ffa6]lfnserial by
- ohci: fix invalid synchronization
- 15:13 Changeset in mainline [ddbd088]lfnserial by
- ehci: fix invalid synchronization
- 15:07 Changeset in mainline [1bab1c8]lfnserial by
- libusbhost: bus_remove_endpoint no longer consumes a reference
- 14:10 Changeset in mainline [f3ae58b]lfnserial by
- libusbhost: usb2_bus needs to release address when the device is gone
- 13:48 Changeset in mainline [7bdfcaf]lfnserial by
- libusbhost: reference dropped too late
- 13:23 Changeset in mainline [18092dd3]lfnserial by
- usb hc: fixed leaking reference in enumeration
- 08:18 GSOC/2018 edited by
- (diff)
- 06:22 Changeset in mainline [07457d6]lfnserial by
- Merge pull request #17 from Aearsis/master libdrv: fix leaking …
- 01:33 Changeset in mainline [b8ab299]lfnserial by
- libdrv: when the device is freed, it must be also removed from the list
- 01:32 Changeset in mainline [702729e]lfnserial by
- libdrv: when the device is freed, it must be also removed from the list
- 00:59 Changeset in mainline [133ff9d]lfnserial by
- libdrv: fix leaking ddf_dev_t reference Even though the permanent …
- 00:55 Changeset in mainline [203b80c]lfnserial by
- libdrv: fix leaking ddf_dev_t reference Even though the permanent …
- 00:07 Changeset in mainline [4c3fef4]lfnserial by
- usbmid: fix leaking exchange
2018-01-28:
- 23:43 Changeset in mainline [bb655da]lfnserial by
- usb: transfer type no longer needed for pipe initialization
- 23:28 Changeset in mainline [89c7d7d]lfnserial by
- xhci: fixed missing error path in device_enumerate
- 19:30 GSOC/2018 edited by
- (diff)
- 18:48 GSOC/2018 edited by
- Further streamline the GSoC page. (diff)
- 16:48 GSOC/2018 edited by
- (diff)
- 16:46 GSOC/2018 edited by
- Streamline the ideas page a bit (diff)
- 14:38 Changeset in mainline [bf0398c]lfnserial by
- usbdiag: endianity is resolved at runtime
2018-01-27:
- 14:37 Changeset in mainline [80f7c54]lfnserial by
- usb: make the code compile on 32-bit architecture
- 13:35 Changeset in mainline [77733a9]lfnserial by
- libusbdev: removed unneeded isoch session
2018-01-26:
- 23:50 Changeset in mainline [e9dba436] by
- Generate files that a third party can use to build software for …
- 07:41 Changeset in mainline [03cfe2ec]lfnserial by
- Travis CI improvements (#16) Several improvements of the CI process. …
- 00:55 Changeset in mainline [a94cbfa]lfnserial by
- ehci+ohci: proper handling of unfinished transfer Because transfers …
2018-01-25:
- 20:27 Changeset in mainline [047fbc8]lfnserial by
- xhci rh: have standalone buffer for events
- 19:58 Changeset in mainline [629255a]lfnserial by
- Revert "xhci: transfer events must be fast" No, it brings another …
- 19:40 Changeset in mainline [4d12eda]lfnserial by
- xhci: transfer events must be fast When a roothub connected device is …
- 19:24 Changeset in mainline [4287578]lfnserial by
- ehci: set sane log level
- 19:21 Changeset in mainline [e454d9c]lfnserial by
- transfers: do not stall on transfer error
- 18:55 Changeset in mainline [7d5287db]lfnserial by
- xhci: fix forgotten transfer when EP 0 is gone
- 18:09 Changeset in mainline [d08aa42d]lfnserial by
- libusb: privatize another misleading function
- 17:12 Changeset in mainline [1ab3c4b]lfnserial by
- Remove a few unnecessary compiler flags. -fno-builtin is implied by …
- 13:42 Changeset in mainline [5b0cf63]lfnserial by
- A round of cstyle fixing (i.e. run make ccheck-fix).
- 12:20 Changeset in mainline [fa4b12d5]lfnserial by
- usbhost utility: removed unnecessary bus argument
- 02:05 Changeset in mainline [296d22fc]lfnserial by
- usbhub: revert the runtime binding of bus methods It was just a dead end.
- 02:05 Changeset in mainline [d369b3b]lfnserial by
- usb2_bus: no longer be a bus As the number of implemented functions …
- 02:05 Changeset in mainline [b357377]lfnserial by
- usbhost: make bandwidth accounting a usb2_bus-thing
- 02:05 Changeset in mainline [5f0b366]lfnserial by
- usbhost: prepare bandwidth accounting privatization to usb2_bus The …
- 02:05 Changeset in mainline [e8277c0]lfnserial by
- uhci: even the single bool flag needs to be allocated Believe it or …
- 02:05 Changeset in mainline [4172db4a]lfnserial by
- usb: fix some simple errors clang scan found
- 02:05 Changeset in mainline [92a7b296]lfnserial by
- usb: some sanity checks are too obvious for clang
2018-01-24:
- 20:45 Changeset in mainline [3dd80f8]lfnserial by
- xhci: extern all the things!
- 12:52 Changeset in mainline [2013ea9] by
- Travis CI improvements Due to complexity of the building process …
- 11:20 Changeset in mainline [c832ab15]lfnserial by
- Remove orphan files in uspace/app/netstart.
- 11:14 Changeset in mainline [083bd7c]lfnserial by
- Remove orphan files in uspace/lib/packet.
2018-01-23:
- 21:52 Changeset in mainline [4db49344]lfnserial by
- usb: fix wrong design of transfer aborting Apparently, we didn't do a …
- 17:41 Changeset in mainline [b2e121a]lfnserial by
- rename func.{c|h} to halt.{c|h}
- 16:38 Changeset in mainline [fd2b081]lfnserial by
- include stdint.h explicitly, do not rely on transitive inclusion
- 15:30 Changeset in mainline [04552d8e]lfnserial by
-
Fix
environ
and removeposix_optarg
. - 14:02 Changeset in mainline [a6afb4c]lfnserial by
- usbhost: check validity of arguments, cleanup
- 13:46 Changeset in mainline [e7e1fd3]lfnserial by
- usb: cstyle
- 12:41 Changeset in mainline [8033f89]lfnserial by
- xhci: cstyle
- 09:46 GSOC/2018 created by
- Use a wikipage for gsoc rather than a query
- 00:20 Changeset in mainline [e546142]lfnserial by
- usbhost: remove redundant assert
2018-01-22:
- 23:53 Changeset in mainline [7278cbc9]lfnserial by
- usbhost: dispose the EP0 properly (+some ehci cleanup while debugging)
- 22:48 Changeset in mainline [7a08c70]lfnserial by
- Remove LIBPOSIX_INTERNAL macro.
- 22:42 Changeset in mainline [7f9df7b9]lfnserial by
- Remove unnecessary symbol renaming from libposix.
- 22:15 Changeset in mainline [3ac86a4]lfnserial by
- uhci: fix removal of isochronous endpoints
- 21:44 Changeset in mainline [34d750c]lfnserial by
- usbhub: documentation, cleanup, refactoring
- 21:08 Changeset in mainline [e0f47f5]lfnserial by
- Use ftell64()/fseek64() in libposix.
- 20:12 Changeset in mainline [1c7f381]lfnserial by
- Add nonstandard ftell64() and fseek64(). Currently, the C standard …
- 20:08 Changeset in mainline [df2e5514]lfnserial by
- Rename uspace/lib/posix/source to src, for consistency with other …
- 20:06 Changeset in mainline [9f685aa]lfnserial by
- usbhub: turns out MTT is a bit different
- 15:42 Changeset in mainline [effbef3]lfnserial by
- usbhub: work also with MTT hubs (in Single-TT configuration)
- 14:27 Changeset in mainline [998773d]lfnserial by
- xhci trb_ring: make initial ring size variable
- 12:20 Changeset in mainline [db51a6a6]lfnserial by
- typo: transferred is spelled with two r
2018-01-21:
- 23:19 Changeset in mainline [b3c39690]lfnserial by
- usb: remove misleading usb_device_get_mapped_ep Even though this …
- 22:59 Changeset in mainline [09187c6e]lfnserial by
- xhci: fix off-by-one in rh
- 21:59 Changeset in mainline [36e8a0c8]lfnserial by
- usbhub: fix mistakenly negated condition
- 20:12 Changeset in mainline [37fce70]lfnserial by
- usbhub: move powering ports to a separate fuction
- 19:46 Changeset in mainline [cd0cf81]lfnserial by
- usbhub: keep trying to power on ports, there might be multiple gangs
- 19:33 Changeset in mainline [3f02935]lfnserial by
- usbhub: split enumeration routine for superspeed devices
- 18:35 Changeset in mainline [cd3fa47]lfnserial by
- usb: definition of status bits have changed between USB 2 and 3, …
- 16:47 Changeset in mainline [32b2a6f2]lfnserial by
- usbhub: link state change cannot be cleared
- 12:07 Changeset in mainline [b310cff4]lfnserial by
- vhc: transfers are released by finishing
- 00:20 Changeset in mainline [6d5d3ae2]lfnserial by
- debug: fix off-by-one copypaste error
2018-01-20:
- 23:56 Changeset in mainline [217e981]lfnserial by
- usb port: skip the timeout on error
- 22:46 Changeset in mainline [defaab2]lfnserial by
- xhci: tune log levels
- 22:17 Changeset in mainline [9d3536e]lfnserial by
- usbhub: clear ignored changes and report them only once
- 22:15 Changeset in mainline [d648e83]lfnserial by
- usbhub: assert link state change
- 21:38 Changeset in mainline [58f4c0f]lfnserial by
- xhci: reset also USB 3 ports
- 20:52 Changeset in mainline [cb63854]lfnserial by
- usbhub: fix hub depth off-by-one
- 20:09 Changeset in mainline [4397984]lfnserial by
- usbhub: fix off-by-one in port powering
- 19:17 Changeset in mainline [26beeda]lfnserial by
- xhci: simplify context macros and make them check types
- 18:53 Changeset in mainline [45e49e6]lfnserial by
- usbhub: handle superspeed hubs
- 18:50 Changeset in mainline [24fcb8b]lfnserial by
- fix XHCI_SLOT_HUB_SET wrong bit offset
- 18:27 Changeset in mainline [21885c92]lfnserial by
- usbhost: handle superspeed hubs
- 18:23 Changeset in mainline [2aaba7e]lfnserial by
- libusbhost: manage (and report) depth of the device
- 18:21 Changeset in mainline [6271a34]lfnserial by
- handle HS/SS max_packet_size
- 17:16 Changeset in mainline [51c1d500]lfnserial by
- xhci: move HC semantics from endpoint/device to hc module
- 15:35 Changeset in mainline [abb5d08]lfnserial by
- xhci: free context in case of an error
- 15:32 Changeset in mainline [682c9354]lfnserial by
- xhci: move all real functionality from bus to device/endpoint/transfers
- 12:34 Changeset in mainline [129b821f]lfnserial by
- usbhub: be aware of its own speed This resulted in a bunch of changes …
- 12:23 Changeset in mainline [60d3f35]lfnserial by
- hw_structs: explaining comment
- 03:02 Changeset in mainline [c280d7e]lfnserial by
- libdrv: usb iface callbacks joined In addition to handle and current …
- 02:02 Changeset in mainline [3cdaa7f]lfnserial by
- libdrv: usb structures shall be part of the usbhc iface
- 01:50 Changeset in mainline [5ff5dc5]lfnserial by
- usbmid: just don't offline the ctl function
- 00:18 Changeset in mainline [ba654f2]lfnserial by
- libusbdev: default control pipe is supposed to be automatically reset …
- 00:17 Changeset in mainline [609f3f73]lfnserial by
- xhci: reset endpoint on ClearFeature?(ENDPOINT_HALT) request
2018-01-19:
- 22:42 Changeset in mainline [b5c92d7]lfnserial by
- libusbdev: pass correct endpoint index to reset endpoint … and do …
- 22:17 Changeset in mainline [4c03793]lfnserial by
- libusbhost: fix resetting endpoints Because apparently, I had no idea …
- 21:15 ContemplatedFeatures edited by
- Remove topics that have their own ticket (diff)
- 21:13 Changeset in mainline [726af29]lfnserial by
- debug.h: remove unused include, use the struct that is already declared
- 21:10 Ticket #719 (Terminal resizing and scrolling) created by
- Add the ability to scroll through terminal output and resize the …
- 21:04 Changeset in mainline [7ec7b7e]lfnserial by
- Handling HCs with 32 or 64-bytes context size
- 20:56 Changeset in mainline [c6f82e5]lfnserial by
- libusbhost: do not try to handle the toggle bit in a generic way
- 19:07 Changeset in mainline [69b2dfee]lfnserial by
- xhci: satisfy picky Intel xHC
- 17:57 Changeset in mainline [7e5a12b]lfnserial by
- xhci: make enable/disable slot symmetric Previously, device slot …
- 17:38 Changeset in mainline [2833bb4]lfnserial by
- xhci: recognise hubs
- 17:38 Changeset in mainline [944f8fdd]lfnserial by
- libusbhost: move utility functions to new header utility.h
- 16:49 Changeset in mainline [e347396]lfnserial by
- Add ccheck-fix makefile target to ask ccheck to attempt to fix cstyle …
- 15:42 Changeset in mainline [861b5d6]lfnserial by
- context: fix indentation
- 15:25 Changeset in mainline [a4e7e6e1]lfnserial by
- xhci: setup also slot context where needed
- 13:12 Changeset in mainline [c7d5189]lfnserial by
- usbhost: split hcd_device_explore
- 13:07 Changeset in mainline [7138a78b]lfnserial by
- usb: do not fail just because of wrong assert If the events come fast …
Note: See TracTimeline
for information about the timeline view.