Timeline
2018-01-15:
- 22:39 Changeset in mainline [8348846]lfnserial by
- Fix symbols in libsoftint.
- 21:54 Changeset in mainline [dbbbe75b]lfnserial by
- Add missing standard functions to <ctype.h>
- 21:40 Changeset in mainline [c718bda]lfnserial by
- Use standard names for rand() and srand().
- 21:40 Changeset in mainline [ba29018]lfnserial by
- Remove non-standard const qualifier from optarg.
- 21:40 Changeset in mainline [39330200]lfnserial by
-
Rename
struct stat
andstruct statfs
tovfs_stat_t
and … - 21:40 Changeset in mainline [d8023313]lfnserial by
-
Make sure
realloc()
behaves correctly when new size is 0. - 21:40 Changeset in mainline [bc1b297]lfnserial by
- Hide nonstandard symbols in <stdio.h> behind _HELENOS_SOURCE.
- 21:40 Changeset in mainline [1848f8e]lfnserial by
- Instead of defining _HELENOS_SOURCE in each individual file, put it in …
- 20:48 Changeset in mainline [d2c3dcd]lfnserial by
- xhci commands: wait if the ring is full
- 20:44 Changeset in mainline [309d9865]lfnserial by
- xhci: update dequeue ptr also for cmd ring
- 20:13 Changeset in mainline [957ea3a]lfnserial by
- usbhub: make adding device readable
- 20:12 Changeset in mainline [9ff99e8]lfnserial by
- xhci: unlock mutex on error
- 17:04 Changeset in mainline [a1732929]lfnserial by
- usb: unified logging Use logger instead of printf. Logger adds …
- 16:33 Changeset in mainline [c1a966e]lfnserial by
- usbhost usb2_bus: assign roothub address 127
- 16:33 Changeset in mainline [8a98e4a]lfnserial by
- xhci: implemented TT
- 15:12 Changeset in mainline [745a3f1]lfnserial by
- usbhid: correct a typo
- 15:02 Changeset in mainline [4c25c2f]lfnserial by
- usbhost: move managing TT to the library
- 14:01 Changeset in mainline [b5746a2]lfnserial by
- include str.h explicitly, do not rely on transitive inclusion
2018-01-14:
- 21:27 Changeset in mainline [01d9707]lfnserial by
- usbhub: fix leak
- 21:25 Changeset in mainline [17c1d9db]lfnserial by
- usbhid: no need to expose polling callbacks
- 21:16 Changeset in mainline [8b71f3e]lfnserial by
- usbdev: refactor polling more For clarity, the opaque …
2018-01-13:
- 22:04 Changeset in mainline [edc51615]lfnserial by
- usbdev: small fixes
- 21:36 Changeset in mainline [91173333]lfnserial by
- usbdev: use centralized joining mechanism, move away from …
- 21:15 Changeset in mainline [8a0c52a]lfnserial by
- usbdev: add polling join mechanism
- 20:47 Changeset in mainline [71f211f]lfnserial by
- usbdev: refactor polling data structs Symbols related to USB device …
- 20:47 Changeset in mainline [7dddd7b]lfnserial by
- usbdev: refactor polling Until now, device polling had to be executed …
- 20:47 Changeset in mainline [2489353]lfnserial by
- usbdev: driver can destroy endpoint mappings
- 19:13 Changeset in mainline [1ed3eb4]lfnserial by
- usbhost: endpoint is identified also by its direction
- 17:35 Changeset in mainline [001778c]lfnserial by
- xhci: set slot context entries to maximum
- 17:32 Changeset in mainline [36fb6d7]lfnserial by
- xhci: add debug functions to dump contexts
- 15:53 Changeset in mainline [1d6dd2a]lfnserial by
- Remove unnecessary includes from <stdio.h>.
- 15:13 Changeset in mainline [9b56e528]lfnserial by
- xhci rh: better not disable port on any event The result of a long …
- 15:12 Changeset in mainline [bd76871]lfnserial by
- Remove unused nonstandard DEBUG macro.
- 14:57 Changeset in mainline [09d13c8e]lfnserial by
- Prefix PRINTF_ATTRIBUTE and NVERIFY_PRINTF macros with _HELENOS_ …
- 14:50 Changeset in mainline [18bb198]lfnserial by
- Temporarily restore assert.h and errno.h in libposix. I didn't …
- 12:25 Changeset in mainline [37b13175]lfnserial by
- xhci rh: removed unnecessary mutex locking
- 12:25 Changeset in mainline [93757c5]lfnserial by
- xhci rh: device tree is built by bus already
- 12:25 Changeset in mainline [bf601313]lfnserial by
- xhci rh: another corner case prevented
- 10:44 Changeset in mainline [598733c9]lfnserial by
- fix broken debug messages && make it compile
- 08:42 Changeset in mainline [50f19b7]lfnserial by
- Merge pull request #14 from Aearsis/master async_usleep: no need to …
- 03:18 Changeset in mainline [36df27eb] by
- Merge 08d4ea2111e5db01d0a6194bd9da4248ee282dc7 into …
- 03:15 Changeset in mainline [a53ed3a]lfnserial by
- Change (rc != 0) to (rc != EOK), where appropriate.
- 03:10 Changeset in mainline [b7fd2a0]lfnserial by
-
Use
errno_t
in all uspace and kernel code. Change type of every … - 03:10 Changeset in mainline [36f0738]lfnserial by
-
Add
#include <errno.h>
where necessary for the following commits. … - 01:53 Changeset in mainline [837581fd]lfnserial by
- xhci: logging changes
- 01:34 Changeset in mainline [230ef1c]lfnserial by
- xhci rh: fixed broken event system The previous one broke when two …
- 00:54 Changeset in mainline [94e9c29]lfnserial by
- xhci: Isoch mfindex epoch counting Isochronous mfindex is now saved …
- 00:38 Changeset in mainline [e8d3c6f5]lfnserial by
- Align <assert.h> with standards, remove it from libposix, and do not …
- 00:18 Changeset in mainline [0e7380f]lfnserial by
- xhci: wait for conditions to hold in a systematic way
2018-01-12:
- 23:48 Changeset in mainline [6a5d05b]lfnserial by
- async_usleep: no need to use a heap-allocated amsg_t
- 22:48 Changeset in mainline [fb154e13]lfnserial by
- xhci: revised roothub event handling According to the xHCI …
- 20:49 Changeset in mainline [7242ba21]lfnserial by
- usbhost: mark roothub gone on binding failure
- 20:48 Changeset in mainline [5d25984]lfnserial by
- xhci: removed misleading debug log
- 19:23 Changeset in mainline [ba2e17f]lfnserial by
- xhci: retry addressing device
- 19:14 Changeset in mainline [e7e99bf]lfnserial by
- xhci: return ESTALL for USB Transaction Error
- 18:49 Changeset in mainline [a75f9cbc]lfnserial by
- xhci: try to identify custom speeds
- 13:59 Changeset in mainline [9ba415e]lfnserial by
- include abi/proc/thread.h explicitly Do not rely on transitive …
- 13:54 Changeset in mainline [13dc048]lfnserial by
- Remove unused include
- 13:05 Changeset in mainline [129e6f1]lfnserial by
- usbhost: add device_gone stub (seems non-optional)
- 12:37 Changeset in mainline [fb1a4be]lfnserial by
- include abi/proc/task.h explicitly Do not rely on transitive …
- 12:36 Changeset in mainline [549bef1]lfnserial by
- declare external symbols properly
- 12:06 Changeset in mainline [99a00a6]lfnserial by
- usbhost: fix leftover assert
- 11:49 Changeset in mainline [0fcccd9]lfnserial by
- usbhid: refactoring Renamed polling synchronization primitives with …
- 11:42 Changeset in mainline [fcdab1e]lfnserial by
- usbhid: join without defuncting the DDF node
- 11:38 Changeset in mainline [b233821]lfnserial by
- usbhub: join without defuncting the DDF node
- 11:32 Changeset in mainline [0b90f49]lfnserial by
- usbhub: joining polling fibril
- 11:05 Changeset in mainline [46c5dc2]lfnserial by
- usbflbk: add missing callbacks
- 11:01 Changeset in mainline [5823525e]lfnserial by
- usbmid: refactoring Redistributed code between device_remove(), …
- 10:32 Changeset in mainline [bb1e968]lfnserial by
- usbmast: add device_removed callback
- 10:31 Changeset in mainline [f75725d]lfnserial by
- usbmid: add device_removed callback
- 10:29 Changeset in mainline [5a73a7e]lfnserial by
- usbhub: add device_removed callback
- 10:27 Changeset in mainline [c097d22]lfnserial by
- usbflbk: add device_removed callback
- 09:07 Changeset in mainline [e5fe873]lfnserial by
- Use Travis CI for per-commit builds (#12) Builds all architectures, …
2018-01-11:
- 23:51 Changeset in mainline [50be3c6]lfnserial by
- xhci: removed leftover function
- 23:29 Changeset in mainline [1728134]lfnserial by
- fibril: remove unused forward declarations (#13)
- 23:20 Changeset in mainline [ee44809] by
- fibril: remove unused forward declarations
- 23:06 Changeset in mainline [49e62998]lfnserial by
- xhci: defer roothub events processing There are two new generic …
- 21:41 Changeset in mainline [f3baab1]lfnserial by
- xhci: do not rely on internal fibril quirks Previousy, we abused the …
- 17:59 Changeset in mainline [665368c]lfnserial by
- xhci: Start tracking mfindex wraps
- 17:35 Changeset in mainline [69a93d02]lfnserial by
- xhci: Fixed isoch failing to start
- 17:35 Changeset in mainline [4ed803f1]lfnserial by
- xhci: Rewritten isoch event handling Traversing loop looking for …
- 13:30 Changeset in mainline [929599a8]lfnserial by
- uhci: implemented transfer abort
- 12:41 Changeset in mainline [351113f]lfnserial by
- usbhost: fix return in critical section, change misleading log messages
- 10:26 Changeset in mainline [92caadd]lfnserial by
- usbhost: fix endpoint_wait_timeout
- 09:38 Changeset in mainline [30fc56f]lfnserial by
- xhci: stop endpoint on unregister
- 09:17 Changeset in mainline [53a9d02]lfnserial by
- usb: fix errors introduced by recent changes
- 04:14 Changeset in mainline [17783bf]lfnserial by
- xhci: short transfer is a normal condition
- 04:14 Changeset in mainline [9848c77]lfnserial by
- usbhost: renamed bus_device_remove to bus_device_gone
- 04:14 Changeset in mainline [0892663a]lfnserial by
- usbhost: device removal and off/onlining moved into the library Also, …
- 04:12 Changeset in mainline [bad4a05]lfnserial by
- usbhost: made device_remove and endpoint_unregister noexcept
- 04:12 Changeset in mainline [a6c4597]lfnserial by
- usbhost: survive unregistering detached endpoint
2018-01-10:
- 23:02 Changeset in mainline [f82c4822]lfnserial by
- ehci: add bus support for offline/online (WIP)
- 22:24 Changeset in mainline [1b78beae]lfnserial by
- usbhid: more log level increases
- 21:56 Changeset in mainline [9d170a1]lfnserial by
- usbhid: better gone handling, increased log level, moved around messages
- 21:52 Changeset in mainline [a4eb520f]lfnserial by
- usbdev: driver termination request erases polling failures
- 20:09 Changeset in mainline [a70f349]lfnserial by
- usbdev: fixed infinite cycle on errors
- 20:08 Changeset in mainline [9748336]lfnserial by
- usbhost: be more careful with detached endpoints
- 18:45 Changeset in mainline [94a0904]lfnserial by
- ubshost: abort endpoint when unregistering
- 18:07 Changeset in mainline [806a779]lfnserial by
- usb: little changes to make compiler happy
- 15:13 Changeset in mainline [931ef19] by
- Add configuration for Travis CI Builds all architectures, downloads …
- 13:48 Changeset in mainline [8bab0d2]lfnserial by
- usbdev: fixed rookie mistake How could that ever worked?
- 13:32 Changeset in mainline [398a94c]lfnserial by
- xhci isoch: bug fixing
- 13:29 Changeset in mainline [4a00bc9]lfnserial by
- xhci: fix errors reported by clang Asserts were unnecessary, because …
- 01:11 Changeset in mainline [f92f6b1]lfnserial by
- xhci isoch: made buffer count variable
- 00:46 Changeset in mainline [708d8fcd]lfnserial by
- xhci: rewritten isochronous transfers There was a fundamental problem …
2018-01-09:
- 23:41 Camps edited by
- (diff)
- 23:41 Camp2018 created by
- Start Camp2018 page
- 18:31 Changeset in mainline [4793023]lfnserial by
- usbhid: mark polling end for keyboard and multimedia device
- 18:25 Changeset in mainline [970f6e1]lfnserial by
- usbhid: join polling fibrils in device_remove()
- 18:23 Changeset in mainline [c386d6d]lfnserial by
- usbdev: refactoring Polling syntax sugar API extended to allow custom …
- 17:01 Changeset in mainline [cf5cbac4]lfnserial by
- xhci: check if endpoint is NULL before retrieving it
- 14:43 Changeset in mainline [c913f71e]lfnserial by
- uhci: implement onlining device functions
- 14:35 Changeset in mainline [8eb7095]lfnserial by
- usbhost: correct typo
- 14:24 Changeset in mainline [dfa1fc8]lfnserial by
- usbdiag: use dev_removed for data cleanup
- 14:14 Changeset in mainline [0eadfd1e]lfnserial by
- xhci: allocate/free transfer ring internally in endpoint init/fini
2018-01-08:
- 22:30 Changeset in mainline [17c5e62]lfnserial by
- xhci: make isoch part of endpoint optional
- 19:26 Changeset in mainline [bdd8842c]lfnserial by
- xhci: revised handling of max_burst, mult and max_streams
- 19:24 Changeset in mainline [fd68aaf] by
- Merge c9e09f26171e31413438891ef35603df24ce8ac7 into …
- 18:18 Changeset in mainline [61c9ee2]lfnserial by
- Ccheck can now print the correct file name itself. Use a proper …
- 17:17 Changeset in mainline [1102eca]lfnserial by
- usbhost: documentation & cleanup
- 00:07 Changeset in mainline [eb928c4]lfnserial by
- xhci: documentation & cleanup Also, a simple refactoring to remove …
2018-01-07:
- 17:13 Changeset in mainline [ecbad17]lfnserial by
- usbhost: Implemented bandwidth accounting for USB 2.0
- 01:59 Changeset in mainline [3dc3f99]lfnserial by
- usbhost: inline get_free_address As it's now used only once, it is …
- 01:54 Changeset in mainline [5e2b1ae6]lfnserial by
- usbhost: reserve default speed in library
- 01:15 Changeset in mainline [63431db]lfnserial by
- xhci: remove unnecessary field
- 01:01 Changeset in mainline [56257ba]lfnserial by
- usbhost: manage endpoints by library + get/set_toggle → reset_toggle …
2018-01-06:
- 21:15 Changeset in mainline [9efad54]lfnserial by
- usb: move endpoint descriptor parsing to HC This better separates …
- 03:15 Changeset in mainline [c9e09f2] by
- Change ports url to https.
- 02:37 Changeset in mainline [dfeb4e2] by
- Integrate ports into the main tree as a submodule. A stripped down …
- 02:36 Changeset in mainline [3d95c9d]lfnserial by
- Fix collateral damage in libposix.
- 01:04 Ticket #718 (Implement mitigations for Meltdown and Spectre) created by
- Note: To my knowledge, HelenOS is not used as part of any important …
- 00:30 Ticket #568 (Errno error codes should not be negative) closed by
- fixed: Fixed in commit 0d0b3197a149bb5e5c53d21136df5b8c283cdc4a.
- 00:04 Changeset in mainline [c901632]lfnserial by
- usbdev: polling interval and interval is the same thing
2018-01-05:
- 22:50 Changeset in mainline [3f42eab]lfnserial by
- usbdev: remove dead code
- 22:47 Changeset in mainline [86650db]lfnserial by
- usbdev refactoring: isolate standard descriptor parsing
- 22:09 Changeset in mainline [9e5b162]lfnserial by
- usbdev: refactored usb_pipe_init Finally.
- 20:15 Changeset in mainline [35c37fc]lfnserial by
- ehci: refactor to dma_buffers One big hidden thing was refactored - …
- 20:15 Changeset in mainline [b60944b]lfnserial by
- xhci: inline hc_dcbaa_fini
- 16:30 Changeset in mainline [c54b898]lfnserial by
-
usbdev: refactoring
The
device_rem
driver callback was renamed to …
2018-01-04:
- 20:50 Changeset in mainline [08d4ea2] by
- Return EOK instead of 0 in some places.
- 20:50 Changeset in mainline [58e4d85] by
- Change (rc != 0) to (rc != EOK).
- 20:50 Changeset in mainline [3b47db6] by
- (optional) Remove EXIT_RC().
- 20:50 Changeset in mainline [c81d4f1] by
-
(optional) Remove the horrid hack named
case_errno_t
. - 20:50 Changeset in mainline [847844a] by
- Remove defines of OPAQUE_ERRNO.
- 20:50 Changeset in mainline [e211ea04] by
-
Enable
__OPAQUE_ERRNO__
, to check error code typing. - 20:50 Changeset in mainline [46577995] by
-
Use
errno_t
in all uspace and kernel code. Change type of every … - 20:47 Changeset in mainline [facacc71] by
-
Add
#include <errno.h>
where necessary for the following commits. … - 20:47 Changeset in mainline [84a1a54] by
-
Wrap returns of
errno
frommain()
withEXIT_RC()
. Returns of … - 20:22 Changeset in mainline [cde999a]lfnserial by
- Fix comments to stop referring to error codes as negative.
- 20:13 Changeset in mainline [3c7702c0]lfnserial by
-
Add
make check_errno
, which checks whether there are instances of … - 20:03 Changeset in mainline [0d0b319]lfnserial by
- Flip error constants to positive values, and update libposix for the …
- 19:28 Changeset in mainline [10de842]lfnserial by
-
Change the way
errno_t
is defined, and put libhttp and libext4 error …
2018-01-02:
- 16:04 Changeset in mainline [db3089d]lfnserial by
- Integrate C-style checker tool support.
2017-12-31:
- 00:34 Changeset in mainline [11d4c747]lfnserial by
- scratchpad: fix overlapping and swapped register fields as per 5.3.4
2017-12-30:
- 21:36 Changeset in mainline [2523293]lfnserial by
- usbdiag: data validity tests bound to the remote interface
- 21:36 Changeset in mainline [24c8bf8]lfnserial by
- libdrv: extend usbdiag interface with data validity tests
- 21:36 Changeset in mainline [bf7b747]lfnserial by
- usbdiag: add data validity tests
2017-12-29:
- 18:05 Changeset in mainline [ee6f434]lfnserial by
- A few more minor errno tweaks.
- 18:05 Changeset in mainline [48fd597]lfnserial by
- Fix mixing of error returns in ELF loader.
- 17:11 Changeset in mainline [5c75456]lfnserial by
- xhci: isochronous transfers made working
- 12:10 Changeset in mainline [5dfb70c9]lfnserial by
- uhci: moved offline call from usbhost, terminating hanging transfers
- 00:23 Changeset in mainline [415c5116]lfnserial by
- usbhost: first stab at usb2 disconnect (wip)
2017-12-28:
- 21:54 Changeset in mainline [deb2e55]lfnserial by
- usbhost: refactoring Moved the "online" attribute from xhci_device_t …
2017-12-27:
- 23:01 Changeset in mainline [66c16b0]lfnserial by
- usbhost: add stubs for offline/online
- 22:46 Changeset in mainline [67d58e8]lfnserial by
- xhci: fix typo in device_online
- 20:52 Changeset in mainline [95a62dc]lfnserial by
- xhci: add [some] docstrings in bus.c
- 20:43 Changeset in mainline [2e2af3a]lfnserial by
- xhci: add docstrings in endpoint.c
- 18:26 Changeset in mainline [f4b83cc]lfnserial by
- tmon: change format string
- 16:46 Changeset in mainline [8e16454]lfnserial by
- tmon: add in-code docs and method docstrings
2017-12-24:
- 16:40 Changeset in mainline [1569a9b]lfnserial by
- The "not-so-obvious" error handling tweaks. (#9) Some more changes to …
2017-12-22:
- 22:43 Changeset in mainline [a1026da]lfnserial by
- Introduce IPC_CALL_AUTO_REPLY call flag Calls that never make it to …
- 15:08 Changeset in mainline [59958992]lfnserial by
- tmon: use ARRAY_SIZE to enumerate static arrays
- 14:43 Changeset in mainline [acb9aa7]lfnserial by
- tmon: format data size
- 14:10 Changeset in mainline [e23b87b]lfnserial by
- tmon: fix units in test results
- 13:43 Changeset in mainline [00d23a2]lfnserial by
- tmon: finalize usage string
- 13:22 Changeset in mainline [b10a434]lfnserial by
- usbdiag: refactoring Remote usbdiag interface has been modified to …
- 12:19 Changeset in mainline [96c416a]lfnserial by
- usbdiag: measure test duration
- 12:03 Changeset in mainline [b7b7898]lfnserial by
-
usbdiag: refactoring
Reconciliated the
usb_diag
andusbdiag
… - 11:59 Changeset in mainline [2986763]lfnserial by
- tmon: refactoring Stress tests have been renamed to burst tests …
- 11:17 Changeset in mainline [ab8e0f5]lfnserial by
- tmon: fix hang when device handle does not exist
- 11:17 Changeset in mainline [119a794]lfnserial by
- tmon: use getopt for customize read/write count and size
2017-12-21:
- 20:24 Changeset in mainline [bad8d41] by
- The "not-so-obvious" error handling tweaks.
- 20:24 Changeset in mainline [f04b5b3]lfnserial by
- Fix error propagating in closedir().
- 18:00 Changeset in mainline [39b54fe]lfnserial by
- Fix error handling problem in mkfile.
- 14:37 Changeset in mainline [ff16da5f]lfnserial by
- usbdiag: added isochronous test
- 13:49 Changeset in mainline [74c0de0]lfnserial by
- xhci: add memory barrier to event ring
- 13:49 Changeset in mainline [f543804]lfnserial by
- xhci: fix 32-bit write of EHB not being noticed
- 13:49 Changeset in mainline [503086d8]lfnserial by
- xhci: get IRQ when an error occures
- 13:49 Changeset in mainline [4abb134]lfnserial by
- xhci: fix not setting RCS flag
- 13:49 Changeset in mainline [6f3700d]lfnserial by
- tmon: payload size should be a multiple of tmon's mps
- 10:38 Changeset in mainline [06f45cf]lfnserial by
- usbdiag: bound interrupt endpoint tests to the remote interface
- 10:36 Changeset in mainline [5302493]lfnserial by
- tmon: nicer error messages
- 10:26 Changeset in mainline [dd36558]lfnserial by
- tmon: refactoring Tests now live as descendants of a common …
- 09:45 Changeset in mainline [d0d8e59]lfnserial by
- tmon: shorter and nicer usage info
- 09:43 Changeset in mainline [0fbe27d]lfnserial by
- tmon: print test parameters
- 09:37 Changeset in mainline [d37dd3b9]lfnserial by
- tmon: more refactoring, removed some duplicate code, included …
- 09:24 Changeset in mainline [ad2a8b1]lfnserial by
- tmon: refactoring, moved device resolving functions into a separate file
- 09:03 Changeset in mainline [e9d600c2]lfnserial by
- usbdiag: added interrupt endpoint tests, printing tmon device path
- 08:27 Changeset in mainline [cec130b]lfnserial by
- Jumping out of the read cycle upon error.
2017-12-20:
- 22:25 Changeset in mainline [d5c1051]lfnserial by
- "Obviously harmless" error handling tweaks.
- 22:17 Changeset in mainline [8610c2c]lfnserial by
- One more str_error() opportunity.
- 22:12 Changeset in mainline [7ce8f88]lfnserial by
- Fix error handling in tcp somewhat.
- 20:40 Changeset in mainline [95ab29b]lfnserial by
- Run the tools/cc.sh script during release This creates the COPYRIGHT …
- 20:40 Changeset in mainline [9d61326]lfnserial by
- Add script to comply with 3-BSD on release The script crawls all …
- 20:22 Changeset in mainline [de0213c]lfnserial by
- Revert accidental change two commits back.
- 20:13 Changeset in mainline [f96b6c8]lfnserial by
- Fix error reporting in app/download.
- 19:51 Changeset in mainline [25a179e]lfnserial by
- IPC return values are always errno constants. Adjust types to reflect …
- 19:15 Changeset in mainline [d4a829e]lfnserial by
- Revert "Reformat copyright messages" This reverts commit …
- 16:08 Changeset in mainline [541eb67]lfnserial by
- Hound error handling fixes.
- 16:08 Changeset in mainline [d9f0894]lfnserial by
- Fix return value in vfs_file_close_remote().
- 16:06 Changeset in mainline [fd312d5]lfnserial by
- usbdiag: more robust testing framework, added bulk in stress test, …
- 15:55 Changeset in mainline [516d361]lfnserial by
- Return address from usb_bus_get_free_address() separately from error code.
- 15:52 Changeset in mainline [4547f11]lfnserial by
- Fix error printf in ddf_helpers.
- 15:51 Changeset in mainline [3ca4ae9]lfnserial by
- Fix error code mixing in usbhid.
- 15:50 Changeset in mainline [68a2fab2]lfnserial by
- Use defined macros instead of literal number in str_error.c array. …
- 15:47 Changeset in mainline [dad8d2d]lfnserial by
- Fix async_data_write_receive() call in iplink_srv.c
- 15:44 Changeset in mainline [10aaa2c]lfnserial by
- Return -1 instead of ENOENT from inbox_get().
- 14:49 Changeset in mainline [f98f4b7]lfnserial by
- usbhost: polling fibril gets bus, not hcd
- 14:49 Changeset in mainline [15f8079]lfnserial by
- xhci: Program max_slots correctly
- 14:43 Changeset in mainline [85bf12ba]lfnserial by
- usbdiag: coupled endpoint numbers with endpoint specs for usbdev
- 14:34 Changeset in mainline [bd1fab90]lfnserial by
- xhci: isoch endpoint buffers weren't freed
- 14:27 Changeset in mainline [5909c59]lfnserial by
- xhci: fixed isoch_transfers array
- 14:15 Changeset in mainline [a31068a]lfnserial by
- usbdev: Added fixme to remind us when refactoring
- 14:04 Changeset in mainline [02a7575]lfnserial by
- usbdiag: add subclass and protocol of diag interface
- 13:57 Changeset in mainline [47a9633]lfnserial by
- usbdiag: mapping endpoints for diagnostic devices the right way
- 13:40 Changeset in mainline [9fd8f14]lfnserial by
- libusbdev: syntax corrected
- 11:36 Changeset in mainline [83fb72e]lfnserial by
- xhci: allocate all scratchpads in one buffer
2017-12-19:
- 22:22 Changeset in mainline [999efa9]lfnserial by
- Reformat copyright messages The goal is to have one copyright-holder …
- 22:06 Changeset in mainline [6ef9d9a]lfnserial by
- Typo.
- 22:02 Changeset in mainline [27381e33]lfnserial by
- Reformat comment
- 22:00 Changeset in mainline [ba2fc2c]lfnserial by
- usbdev: unique sessions for isochronous EPs
- 21:45 Changeset in mainline [a1eba300]lfnserial by
- Remove irrelevant text
- 21:43 Changeset in mainline [55b56f4]lfnserial by
- Fix typo
- 18:18 Changeset in mainline [897fd8f1]lfnserial by
- Use <errno.h> instead of special ESYNCH_xx error codes.
- 18:07 Changeset in mainline [7f11dc6]lfnserial by
- Numerous minor error code tweaks in kernel.
- 17:40 Changeset in mainline [219c530]lfnserial by
- Make as_constructor_arch(), as_destructor_arch(), and as_create_arch() …
- 17:38 Changeset in mainline [d0c2beb]lfnserial by
- Make SYSIPC_OP work regardless of the return type. Currently, the …
- 17:35 Changeset in mainline [89ea2dc]lfnserial by
- Functions that return true/false should have bool as a return type.
- 17:34 Changeset in mainline [7565a4b]lfnserial by
- Return error code from ipc_phone_hangup().
- 17:18 Changeset in mainline [62ca560]lfnserial by
- Add str_error() and str_error_name() to kernel, and use it to print …
- 15:22 Changeset in mainline [74a2a2d]lfnserial by
- Fix a comment typo.
- 15:18 Changeset in mainline [3529fbf0]lfnserial by
- Ensure that errno.h constants aren't missing textual descriptions.
- 14:38 Changeset in mainline [0bb4738]lfnserial by
- xhci_dump_port: dump all values
- 09:07 Changeset in mainline [7f70d1c]lfnserial by
- libusb: print also superspeed ep companion descriptor
2017-12-18:
- 22:50 Changeset in mainline [32fb6bce]lfnserial by
- usbhost: refactoring This commit moves interrupt, status and schedule …
- 19:29 Changeset in mainline [bdb8ba9]lfnserial by
- Add tools/srepl, a simple search/replace script.
- 19:14 Changeset in mainline [2024096]lfnserial by
- Merge pull request #7 from Dzejrou/readme_branch Add README.md file …
- 18:55 Changeset in mainline [23d4515]lfnserial by
- added readme file to be shown on the github repository frontpage
- 17:40 Changeset in mainline [09d01f2]lfnserial by
- Return phones/capabilities separately from error codes.
- 17:09 Changeset in mainline [6a32cc5f]lfnserial by
- Handle allocation failure in task_create().
- 16:41 Changeset in mainline [90f20cf]lfnserial by
- Fix pagein. Oops.
- 15:30 Changeset in mainline [6abda242]lfnserial by
- pagein_request_process() should be pagein_request_preprocess().
- 14:47 Changeset in mainline [1ea0bbf]lfnserial by
- usbdiag: addressing endpoints by their numbers
- 14:46 Changeset in mainline [4cca9a9]lfnserial by
- Fix handling of cat -s.
- 13:50 Changeset in mainline [6a1211c]lfnserial by
- usbdiag: simple bulk out in test
- 12:58 Changeset in mainline [7faf0f0]lfnserial by
- usbdiag: untracked headers and sources are untracked no more
- 12:32 Changeset in mainline [41ebc36]lfnserial by
- usbdiag: move contents of libusbdiag to libdrv, registered usbdiag …
- 10:34 Changeset in mainline [fc338e0]lfnserial by
- tmon: list command actually prints something
- 09:34 Changeset in mainline [25935f1]lfnserial by
- tmon: nicer usage, more commands
2017-12-17:
- 14:48 Changeset in mainline [17f8abc]lfnserial by
- usbdiag: remove connection handler
2017-12-16:
- 11:03 Repositories edited by
- Link to cross-referenced browsable sources (diff)
- 00:13 Changeset in mainline [0f816af6]lfnserial by
- usbdiag: tmon finally uses IPC to communicate with usbdiag driver …
Note: See TracTimeline
for information about the timeline view.