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

Timeline



2017-11-11:

22:42 Ticket #693 (Assembler warnings on MIPS) closed by Jakub Jermář
fixed: Fixed in mainline,2888 and mainline,2889.
22:41 Changeset in mainline [02b3d101]lfnserial by Jakub Jermar <jakub@…>
Properly end functions started via .ent
22:38 ReleaseNotes/Mainline edited by Jiri Svoboda
(diff)
22:34 Changeset in mainline [0c334805]lfnserial by Jakub Jermar <jakub@…>
Allow expansion of macro instructions
19:50 Ticket #174 (Mounting the same file system instance under multiple mount points ...) closed by Jakub Jermář
notadefect: The current VFS does not allow mounting a device multiple times, so …
16:35 Ticket #611 (No user input on Dell PowerEdge 3250) closed by Jakub Jermář
duplicate: This is a duplicate of #584.
16:16 Ticket #600 (Makefile.depend needlessly rebuilt every time after a .ag file is ...) closed by Jakub Jermář
worksforme: I cannot reproduce this anymore as of mainline,2887.
10:16 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
09:42 Lab edited by Jakub Jermář
Mark r2887 as the latest known working revision for the arm boards (diff)

2017-11-10:

20:17 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)
19:59 Changeset in mainline [f3365b6]lfnserial by Jakub Jermar <jakub@…>
Build msim-con
19:33 Changeset in mainline [706b4de]lfnserial by Jakub Jermar <jakub@…>
Remove support for IPC_CALLRET_TEMPORARY
19:23 Changeset in mainline [d420b22]lfnserial by Jiri Svoboda <jiri@…>
Move keyboard and mouse drivers to a separate HID directory.
19:01 Changeset in mainline [19397be]lfnserial by Jiri Svoboda <jiri@…>
Revert accidentally committed change.
18:59 Changeset in mainline [7aa9430]lfnserial by Jiri Svoboda <jiri@…>
Move receiving side of Niagara console to a separate driver.
16:52 Changeset in mainline [3a37751]lfnserial by jzr <zarevucky.jiri@…>
Build a special all-inclusive version of POSIXified libc.
16:51 Changeset in mainline [ee98e81]lfnserial by jzr <zarevucky.jiri@…>
Don't include entry.o in libc.a
14:15 Changeset in mainline [676e833]lfnserial by Jiri Svoboda <jiri@…>
Move receiving side of Msim console to a separate driver. Work around …
13:54 Changeset in mainline [7654f3e]lfnserial by jzr <zarevucky.jiri@…>
Fix 'make clean' in individual uspace directories.
00:21 Changeset in mainline [731d8f9]lfnserial by jzr <zarevucky.jiri@…>
Fix a Makefile bug.

2017-11-09:

21:19 Ticket #700 (Deadlock between devman and locsrv) closed by Jakub Jermář
fixed: Fixed in mainline,2873, mainline,2874, …
20:50 About edited by Vojtech Horky
(diff)
20:50 About edited by Vojtech Horky
(diff)
20:29 Changeset in mainline [adb1ae9]lfnserial by Jakub Jermar <jakub@…>
Answer IPC only when there will be no blocking This is necessary so …
20:25 Changeset in mainline [0239846]lfnserial by Jakub Jermar <jakub@…>
First wait for IPC answer and then end the async exchange This is …
20:22 Changeset in mainline [cbdb38ff]lfnserial by Jakub Jermar <jakub@…>
Make INTERFACE_LOC_SUPPLIER parallel Location service sometimes needs …
20:19 Changeset in mainline [d432c02]lfnserial by Jakub Jermar <jakub@…>
Make kernel IPC fail hard if maximum number of calls reached
20:12 Changeset in mainline [708cf9d]lfnserial by Jakub Jermar <jakub@…>
Bump IPC_MAX_ASYNC_CALLS Make it harder to hit the hard limit on the …
19:46 Ticket #708 (Resource management and failure mode of async calls leads to deadlocks) created by Jakub Jermář
There is a hard limit on the number of calls that can be active on any …
12:19 Changeset in mainline [887c9de]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci: added missing write barrier
07:21 Changeset in mainline [25b853c]lfnserial by Jiri Svoboda <jiri@…>
EXTRA_CFLAGS not needed by ski, ski-con drivers.

2017-11-08:

23:50 Changeset in mainline [4f674d7]lfnserial by jzr <zarevucky.jiri@…>
Build uspace modules in correct dependency order (including …
23:41 Changeset in mainline [7b884e55]lfnserial by jzr <zarevucky.jiri@…>
Also temporarily disallow shared libsoftint. libsoftint conceptually …
22:46 Changeset in mainline [378948d]lfnserial by jzr <zarevucky.jiri@…>
Remove the no longer used POSIX_COMPAT flag.
22:43 Changeset in mainline [9d8b12da]lfnserial by jzr <zarevucky.jiri@…>
Instead of setting MATH=y, just list 'math' in dependencies like a …
21:59 Changeset in mainline [d2e7a51]lfnserial by jzr <zarevucky.jiri@…>
Link libsoftfloat unconditionally on all architectures. It doesn't …
15:12 Ticket #707 (Some code creates threads instead of fibrils) created by Jiri Svoboda
Currently all regular code should be using fibrils, not threads (they …
15:11 Ticket #706 (async_usleep vs fibril_usleep vs thread_usleep) created by Jiri Svoboda
async_usleep() and fibril_usleep() seem to be doing the same thing …
08:26 Changeset in mainline [f5b6fb5]lfnserial by Jiri Svoboda <jiri@…>
Fix mis-merge and revert accidentally committed changes.
08:04 Changeset in mainline [6d15572]lfnserial by Jiri Svoboda <jiri@…>
Move receiving side of ski console support to a separate driver, …
00:39 Changeset in mainline [cecba66e]lfnserial by jzr <zarevucky.jiri@…>
Instead of using library paths directly, refer to libraries by name …

2017-11-07:

23:14 Changeset in mainline [c631734]lfnserial by jzr <zarevucky.jiri@…>
Mostly cleanup in uspace/Makefile.common. - Pass -MP in addition to …
17:54 Changeset in mainline [b8d4af4b]lfnserial by jzr <zarevucky.jiri@…>
Temporarily prevent dynamic linking for most libraries. There shared …
16:27 Changeset in mainline [68825c3]lfnserial by jzr <zarevucky.jiri@…>
Speed up make clean by moving find out of the recursion.
12:05 Ticket #705 (Building toolchain fails on gcc after successfully building prerequsites) created by tps800
Build env: - CentOS 7.4 x86_64, i686 - gcc (GCC) 4.8.5 20150623 (Red …
08:43 Ticket #704 (Ski and niagara have no kernel console output) created by Jiri Svoboda
Since mainline,2166 ski and niagara have no kernel console …

2017-11-06:

21:04 Changeset in mainline [7f881cd8]lfnserial by jzr <zarevucky.jiri@…>
Simplify make precheck.
20:23 Changeset in mainline [bd92e6d5]lfnserial by jzr <zarevucky.jiri@…>
Remove LIBS variable from libieee80211, it break parallel make.
18:01 Arch/Ia64 edited by Jiri Svoboda
(diff)

2017-11-03:

15:42 Ticket #703 (XFCE terminal support breaks tools/ew.py) closed by Jiri Svoboda
fixed: Fixed in changeset:mainline,2858.

2017-11-02:

18:39 Changeset in mainline [1dab093]lfnserial by Jiri Svoboda <jiri@…>
Fix ew.py run in console with niagara build.
14:29 Changeset in mainline [41df71f9]lfnserial by Ondřej Hlavatý <aearsis@…>
ddf: split usb interface to usb and usbhc

2017-11-01:

22:13 ReleaseNotes/Mainline edited by Jakub Jermář
Update release notes about interrupt controller drivers (diff)
21:57 FAQ edited by Jakub Jermář
Better description of the Hurd's translator mechanism (diff)
21:40 FAQ edited by Jakub Jermář
Update info on l4re (diff)
21:18 Changeset in mainline [aad43a8]lfnserial by Jakub Jermar <jakub@…>
Remove dead code
20:34 Changeset in mainline [d0cbfd3]lfnserial by Jakub Jermar <jakub@…>
Use proper PIO and ioport64_t interfaces in obio
20:33 Changeset in mainline [aa537a5a]lfnserial by Jakub Jermar <jakub@…>
Add 64-bit PIO functions
18:17 Changeset in mainline [315130c]lfnserial by jzr <zarevucky.jiri@…>
Strip binaries using a linker option instead of calling a separate program.
17:06 Changeset in mainline [52a7f238]lfnserial by jzr <zarevucky.jiri@…>
Merge .disasm makefile rules.
17:05 Changeset in mainline [a4e3976]lfnserial by jzr <zarevucky.jiri@…>
Fix minor issues in a makefile.
16:13 Changeset in mainline [b63b02e]lfnserial by Jakub Jermar <jakub@…>
Do not attempt to start /srv/obio
14:59 Ticket #702 (Reproducibility improvemens break sparc64/ultra) closed by Jiří Zárevúcky
fixed: Fixed in r2850. The zip file entries are expected to be in the order …
14:54 Changeset in mainline [f36ac04]lfnserial by jzr <zarevucky.jiri@…>
Revert sorting of zip file entries. I did not realize the system …
13:01 Changeset in mainline [479e32d]lfnserial by Ondřej Hlavatý <aearsis@…>
ddf: removed usbhc iface As it is currently not used anywhere. It …
12:23 Ticket #703 (XFCE terminal support breaks tools/ew.py) created by Jakub Jermář
As of mainlie,2847, the tools/ew.py script ends with the …
10:45 Ticket #702 (Reproducibility improvemens break sparc64/ultra) created by Jiri Svoboda
The mainline,2840 (Merge reproducibility improvements) …

2017-10-31:

19:30 Changeset in mainline [3654684]lfnserial by Jiri Svoboda <jiri@…>
Fix merge, oops.
19:24 Changeset in mainline [f834dd81]lfnserial by Jiri Svoboda <jiri@…>
Merge OBIO DDF conversion.
19:17 Changeset in mainline [2b11c3c]lfnserial by Jiri Svoboda <jiri@…>
OBIO should not store base address in a global variable.
19:06 Changeset in mainline [17873ac7]lfnserial by Ondřej Hlavatý <aearsis@…>
usbhost endpoint: endpoint→active replaced by tracking active batch …

2017-10-30:

22:18 Changeset in mainline [a312d8f]lfnserial by Ondřej Hlavatý <aearsis@…>
uhci: fixed buffer copying on IN transaction Lost in some …
18:02 Changeset in mainline [48adf0f]lfnserial by Jiri Svoboda <jiri@…>
OBIO should take base address from platform driver.

2017-10-29:

11:53 Changeset in mainline [ef1a3a8]lfnserial by Petr Manek <petr.manek@…>
Added memory structure for stream TRB rings. Implemented their …
10:56 Changeset in mainline [d33dc78]lfnserial by Petr Manek <petr.manek@…>
Refactoring. Renamed device array to better reflect its indexing.
10:51 Changeset in mainline [9620a54]lfnserial by Petr Manek <petr.manek@…>
Small changes. Temporarily fixed no device problem for endpoint …

2017-10-28:

22:47 Changeset in mainline [62f8025]lfnserial by Petr Manek <petr.manek@…>
Centrally disabled deallocation of endpoint-related data structures …
21:47 Changeset in mainline [6b2930b]lfnserial by Petr Manek <petr.manek@…>
Issuing deconfigure / configure commands when offlining / onlining a …
17:36 Changeset in mainline [eca820c]lfnserial by jzr <zarevucky.jiri@…>
Revert change to the way startup file is referenced. The path is not …
16:46 Changeset in mainline [a3044b4]lfnserial by Petr Manek <petr.manek@…>
Ending device operation gracefully when possible.
16:35 Changeset in mainline [9868982]lfnserial by Petr Manek <petr.manek@…>
Refactoring. XHCI bus ops are set using a neat macro.
16:29 Changeset in mainline [c910ecf]lfnserial by Petr Manek <petr.manek@…>
Added fun_online and _offline hooks to [EOU]HCI.
15:41 Changeset in mainline [d37514e]lfnserial by Petr Manek <petr.manek@…>
Routing fun_online and _offline through the USB bus. Added appropriate …
14:54 Changeset in mainline [d46ceb2b]lfnserial by Petr Manek <petr.manek@…>
Modified libusbdev to forward fun_online and _offline calls to USB …
12:02 Ticket #701 (hdaudio crash in hda_corb_fini) created by Jakub Jermář
As of mainline,2846, hdaudio crashes with the following …
11:40 Changeset in mainline [c1f68b0]lfnserial by Jakub Jermar <jakub@…>
Use recursive mutex to protect task_t::cap_info This makes it …
11:26 Changeset in mainline [15d9fe6]lfnserial by Jakub Jermar <jakub@…>
Implement recursive mutex
11:25 Changeset in mainline [40a3bfa]lfnserial by Petr Manek <petr.manek@…>
Refactoring. Moved a lot of device deallocation from root hub to bus. …
10:39 Changeset in mainline [58ac3ec]lfnserial by Ondřej Hlavatý <aearsis@…>
uhci: finished forgotten refactoring to generic batch
08:55 Changeset in mainline [7cf8522]lfnserial by Jakub Jermar <jakub@…>
Unpublish and free phone and IRQ capabilities in ipc_cleanup()
08:53 Changeset in mainline [3dab10ae]lfnserial by Jakub Jermar <jakub@…>
Drop phone kobject reference when slamming the phone in answer_preprocess
08:53 Changeset in mainline [d470ec8]lfnserial by Jakub Jermar <jakub@…>
Maintain phone kobject reference for call_t::caller_phone
08:49 Changeset in mainline [d088616]lfnserial by Jakub Jermar <jakub@…>
Provide locked versions of cap_unpublish() and cap_free() This is …

2017-10-27:

22:17 Ticket #700 (Deadlock between devman and locsrv) created by Ondra Hlavatý
In yet undiscovered conditions, a deadlock while booting occurs. The …
18:44 Changeset in mainline [9b642f92]lfnserial by jzr <zarevucky.jiri@…>
Merge reproducibility improvements. These improvements reduce the …
18:41 Changeset in mainline [f9c4bc5]lfnserial by jzr <zarevucky.jiri@…>
Fix pcut.
18:24 Changeset in mainline [0798689]lfnserial by jzr <zarevucky.jiri@…>
Reference boot arch headers directly, instead of via symlinks. This …
16:53 Changeset in mainline [dd162f6]lfnserial by jzr <zarevucky.jiri@…>
Use -fdebug-prefix-map for reproducible debug info.
16:53 Changeset in mainline [476ac3b]lfnserial by jzr <zarevucky.jiri@…>
Add a config option to strip revision information from build outputs.
16:52 Changeset in mainline [bc6cdc4]lfnserial by jzr <zarevucky.jiri@…>
Make mkarray.py produce reproducible archives.
16:51 Changeset in mainline [584121d]lfnserial by jzr <zarevucky.jiri@…>
Move reference to the startup object file (entry.o) out of the linker …
15:22 Changeset in mainline [8b8c164]lfnserial by Ondřej Hlavatý <aearsis@…>
libusbhost bus: endpoint→device is now managed by bus implementation …
11:39 Changeset in mainline [7010861]lfnserial by Michal Staruch <salmelu@…>
Added a check for trb ring initialization This could cause weird …
11:33 Changeset in mainline [3f6c94ed]lfnserial by Michal Staruch <salmelu@…>
Stubs for stream initialization Streams should not be initialized …
09:36 Changeset in mainline [5bc8250]lfnserial by Michal Staruch <salmelu@…>
Fixed argument order
00:20 Changeset in mainline [d4da860]lfnserial by jzr <zarevucky.jiri@…>
Break circular dependency between libdrv and libusb.

2017-10-26:

23:45 Changeset in mainline [37e8c4a]lfnserial by jzr <zarevucky.jiri@…>
Disallow common symbols. They are never needed.
23:44 Changeset in mainline [90c340fb]lfnserial by jzr <zarevucky.jiri@…>
Convert two "old style" static asserts.
22:21 Changeset in mainline [a501aaba]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci trb_ring: fix ring wrapping The Toggle Cycle of the Link TRB …
14:41 Changeset in mainline [e4c8e3cf]lfnserial by Jiri Svoboda <jiri@…>
Add support for XFCE terminal to ew.py run in console function.
13:20 Changeset in mainline [928afc8d]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci: unleash the full power of xhci_cmd_sync_inline
08:38 Changeset in mainline [25251bb]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci: move pointer to hc from device to bus Also, fixes the bug of hc …

2017-10-25:

22:08 Changeset in mainline [62558202]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci: fix th_port not getting a value
19:00 Changeset in mainline [7c50de5a]lfnserial by jzr <zarevucky.jiri@…>
Remove unused LIBN variable.
15:22 Changeset in mainline [2cf28b9]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci: connecting devices deeper than to roothub It still does not …
14:36 Changeset in mainline [f668d60]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci: moved speed back to HC, keeping usb speed → port speed mapping
13:56 Changeset in mainline [47ab89e]lfnserial by Ondřej Hlavatý <aearsis@…>
trb ring: fix freeing segments
13:45 Changeset in mainline [3cbc138]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci commands: sync returns EOK only if the command was finished …
12:23 Changeset in mainline [2b35478]lfnserial by Ondřej Hlavatý <aearsis@…>
usb fix: fixed mistaken argument
11:55 Changeset in mainline [a5b3de6]lfnserial by Ondřej Hlavatý <aearsis@…>
usbhost endpoint: removed target The reasons for having usb_target_t …
08:03 Changeset in mainline [c3d926f]lfnserial by Petr Manek <petr.manek@…>
Big command refactoring. Unified and encapsulated command function …
00:25 Changeset in mainline [e9690b6]lfnserial by jzr <zarevucky.jiri@…>
Allow disabling intmax_t in downstream code (used in coastline).
00:03 Changeset in mainline [0206d35]lfnserial by Ondřej Hlavatý <aearsis@…>
Moving things around to improve isolation of responsibilities Bus …

2017-10-24:

21:49 Changeset in mainline [1c95fd0]lfnserial by jzr <zarevucky.jiri@…>
Fix missing typedef.
11:06 Changeset in mainline [56db65d]lfnserial by Ondřej Hlavatý <aearsis@…>
usbhost: provide usb_endpoint_desc_t to bus when registering endpoint …
10:10 Changeset in mainline [be1b1e68]lfnserial by Jiri Svoboda <jiri@…>
Enumerate OBIO by DDF.
05:34 Changeset in mainline [b1eb7ef]lfnserial by jzr <zarevucky.jiri@…>
Fix libposix <strings.h>.
05:29 Changeset in mainline [810a36f]lfnserial by jzr <zarevucky.jiri@…>
Merge branch 'types'.
05:25 Changeset in mainline [673ea28]lfnserial by jzr <zarevucky.jiri@…>
Finish documenting macros.h.
04:58 Changeset in mainline [16bfcd3]lfnserial by jzr <zarevucky.jiri@…>
Fix up headers.
04:57 Changeset in mainline [c9f3e7e9]lfnserial by jzr <zarevucky.jiri@…>
Add <_bits/NULL.h>
04:56 Changeset in mainline [ce55b43]lfnserial by jzr <zarevucky.jiri@…>
Gut autotool.py and use it to generate the macros we want.
04:56 Changeset in mainline [8ddaaac]lfnserial by jzr <zarevucky.jiri@…>
Support intmax_t in printf ('j' modifier).
04:55 Changeset in mainline [35ebd42]lfnserial by jzr <zarevucky.jiri@…>
Fix up some type casts and format strings.
04:54 Changeset in mainline [b639d56]lfnserial by jzr <zarevucky.jiri@…>
Remove references to common.h from Makefiles.
04:54 Changeset in mainline [002fd5f]lfnserial by jzr <zarevucky.jiri@…>
Replace parts of system headers with <_bits/…>.
04:53 Changeset in mainline [9ddcb0b]lfnserial by jzr <zarevucky.jiri@…>
Add <_bits/…> headers.
04:13 Changeset in mainline [c8fbbe7]lfnserial by jzr <zarevucky.jiri@…>
Add missing build dependency, and fix cleanup. The missing dependency …

2017-10-23:

23:39 Changeset in mainline [894f58c]lfnserial by Michal Staruch <salmelu@…>
Stub for freeing secondary stream arrays
23:17 Changeset in mainline [ec700c7]lfnserial by Michal Staruch <salmelu@…>
Superspeed companion descriptor is processed Superspeed endpoint …
21:26 Changeset in mainline [b724494]lfnserial by Petr Manek <petr.manek@…>
Moved some code from RH to HC. Simplified device address process. …
19:03 Changeset in mainline [327f147]lfnserial by Ondřej Hlavatý <aearsis@…>
usbhost: change parameters of methods Pass (device_t, usb_target_t) …
18:51 Changeset in mainline [e160bfe8]lfnserial by Ondřej Hlavatý <aearsis@…>
merge mainline (again) to fix build Perhaps it wasn't so good idea to …
18:37 Changeset in mainline [31cca4f3]lfnserial by Petr Manek <petr.manek@…>
Corrected deadlock in IPC between USB remote interface and usbdev …
09:33 Changeset in mainline [81487c4a]lfnserial by Petr Manek <petr.manek@…>
Changed PSA allocation to conform with specification.

2017-10-22:

22:45 Changeset in mainline [82fe063]lfnserial by Petr Manek <petr.manek@…>
More docs. Typo fix.
21:47 Changeset in mainline [89cefe78]lfnserial by Petr Manek <petr.manek@…>
Refactored transfer DS allocation in preparation for streams. Also, …
16:38 Changeset in mainline [ee794529]lfnserial by Petr Manek <petr.manek@…>
Refactoring. Renamed functions in bus endpoint interface. …
16:38 Changeset in mainline [4594baa]lfnserial by Petr Manek <petr.manek@…>
Prevented possible deadlock during endpoint release.
16:37 Changeset in mainline [a4e26882]lfnserial by Petr Manek <petr.manek@…>
Very rudimentary support for device disconnection.
10:02 Changeset in mainline [2c091a6]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci ep: fixed error path
09:30 Changeset in mainline [2e5aea1]lfnserial by Petr Manek <petr.manek@…>
Moved around a declaration. The OS builds again.
03:47 Changeset in mainline [2b61945]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci: use device_t for bookkeeping This started as a little …

2017-10-21:

23:18 Changeset in mainline [766043c]lfnserial by Petr Manek <petr.manek@…>
Keeping track of root hub devices by port id.
22:33 Changeset in mainline [367db39a]lfnserial by jzr <zarevucky.jiri@…>
If isl is not found on the system, build it ourselves. This is useful …
22:31 Changeset in mainline [5265c1eb]lfnserial by jzr <zarevucky.jiri@…>
Configure binutils to produce deterministic output by default.
22:05 Changeset in mainline [3277fb0]lfnserial by jzr <zarevucky.jiri@…>
Allow toolchain.sh to resume interrupted downloads.
20:52 Changeset in mainline [5fd9c30]lfnserial by Ondřej Hlavatý <aearsis@…>
usbhost refactoring: let transfer_batch be initialized by bus …
19:40 Changeset in mainline [8988fde]lfnserial by jzr <zarevucky.jiri@…>
Fix overlay checking. My mistake.
19:33 Changeset in mainline [74b852b]lfnserial by Jaroslav Jindrak <dzejrou@…>
Added synchronization to command list.
14:19 Changeset in mainline [f45c78f]lfnserial by Petr Manek <petr.manek@…>
Added boilerplate for device detach.
12:31 Changeset in mainline [f270ecb]lfnserial by Petr Manek <petr.manek@…>
Implemented disable slot for device detachment.
12:23 Ticket #699 (Serial console scrolling is slow) created by Jiri Svoboda
As of mainline,2820 if you build sparc64/ultra and run it …
12:17 Changeset in mainline [8ea7459]lfnserial by Petr Manek <petr.manek@…>
Refactored some parts of RH to HC. Also moved some bus ops around.
10:34 Changeset in mainline [d1d7a92]lfnserial by Petr Manek <petr.manek@…>
Added option to enqueue multiple TDs at once. Demoted some log messages.
05:46 Changeset in mainline [cc92076]lfnserial by jzr <zarevucky.jiri@…>
Clean up minor issues with the Makefiles.
04:49 Changeset in mainline [9c14309]lfnserial by jzr <zarevucky.jiri@…>
Fix a small inconsistency introduced in previous commit.
04:41 Changeset in mainline [4761f54]lfnserial by jzr <zarevucky.jiri@…>
Get rid of makedepend.
03:55 Changeset in mainline [feab36ae]lfnserial by jzr <zarevucky.jiri@…>
Split kernel and uspace into separate toplevel targets, to allow …

2017-10-20:

09:52 Changeset in mainline [1252e81]lfnserial by Petr Manek <petr.manek@…>
Added boilerplate function for isoch transfers. Some more checks.
09:16 Changeset in mainline [03936831]lfnserial by Ondřej Hlavatý <aearsis@…>
Merge mainline to fix build
08:14 Changeset in mainline [fe1c48d]lfnserial by Petr Manek <petr.manek@…>
Removed bus address operations.
07:18 Changeset in mainline [81685dd9]lfnserial by Jiri Svoboda <jiri@…>
Add devctl unload-drv subcommand to manually unload a driver that is …
00:33 Changeset in mainline [04efacc]lfnserial by jzr <zarevucky.jiri@…>
Fix possible memory leak in mkmfs.
00:31 Changeset in mainline [0464967]lfnserial by jzr <zarevucky.jiri@…>
Fix gcc warnings when building with -O1 or -Og flags. (Thanks Ondřej …

2017-10-19:

23:51 Changeset in mainline [c212a03]lfnserial by jzr <zarevucky.jiri@…>
Fix include guards (thanks clang).
21:40 Changeset in mainline [913007f]lfnserial by Petr Manek <petr.manek@…>
Final change with respect to command timeouts. Because communication …
20:52 Changeset in mainline [2896ff6]lfnserial by Petr Manek <petr.manek@…>
Vaguer log level. Extracted timeout constant from command completion …
20:30 Changeset in mainline [ccbf93f]lfnserial by Ondřej Hlavatý <aearsis@…>
Do not use uninitialized variables Return value in extent.c was not …
20:16 Changeset in mainline [1a9a72a]lfnserial by Petr Manek <petr.manek@…>
Reverted unintentional change in toolchain.sh. Bazaar should really …
20:02 Changeset in mainline [1fd2f81]lfnserial by Petr Manek <petr.manek@…>
Removed RH setup from XHCI op hooks.
20:00 Changeset in mainline [0f6b50f]lfnserial by Petr Manek <petr.manek@…>
Added DDF device to HCD initialization to prepare RH data structures …
14:01 Changeset in mainline [60af4cdb]lfnserial by Michal Staruch <salmelu@…>
Added get port bandwidth command

2017-10-18:

15:10 Changeset in mainline [b1efe3e]lfnserial by jzr <zarevucky.jiri@…>
Add partial support for clang-format.

2017-10-17:

17:47 Changeset in mainline [b446b02]lfnserial by Jiri Svoboda <jiri@…>
Enumerate APIC and i8259 via DDF.
13:11 Changeset in mainline [95c675b]lfnserial by Ondřej Hlavatý <aearsis@…>
Merge mainline
10:09 Changeset in mainline [dbf32b1]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci: cleanup And by the way… the USB mouse is now working :)

2017-10-16:

17:28 Changeset in mainline [bb784ae]lfnserial by Petr Manek <petr.manek@…>
Added max ESIT payload macro.
15:50 Changeset in mainline [a416d070]lfnserial by Jiri Svoboda <jiri@…>
Let ICP-IC be enumerated by the DDF.
12:03 Changeset in mainline [f971e957]lfnserial by Michal Staruch <salmelu@…>
Removed hardcoded target for doorbell
11:37 Changeset in mainline [3afcf68]lfnserial by Michal Staruch <salmelu@…>
Removed unnecessary malloc and forced bounds for async transfer

2017-10-15:

23:17 WhoIsWho edited by Jiří Zárevúcky
(diff)
21:35 Changeset in mainline [b7db009]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci: fix crashing QEMU
20:08 Changeset in mainline [9b2f69e]lfnserial by Petr Manek <petr.manek@…>
Setting up endpoint contexts (almost) properly. Boilerplate for …
16:55 Changeset in mainline [816f5f4]lfnserial by Michal Staruch <salmelu@…>
Remote USB (async) sending structures remote_usb_register_endpoint is …
15:21 Changeset in mainline [1974f56a]lfnserial by Jiri Svoboda <jiri@…>
SERVICE_IRC fourcc is no longer used.
15:05 Changeset in mainline [2770b66]lfnserial by Petr Manek <petr.manek@…>
Fixed few bugs related to control transfers and some deadlocks. …
15:04 Changeset in mainline [9a2eb14]lfnserial by Jiri Svoboda <jiri@…>
As a temporary measure, let IRC servers use the location service for …
13:44 Changeset in mainline [20eaa82]lfnserial by Ondřej Hlavatý <aearsis@…>
usbhost refactoring: introduced bus→enumerate_device
02:04 Changeset in mainline [867b375]lfnserial by Ondřej Hlavatý <aearsis@…>
hcd_ddf_new_device refactoring This long function is now split into …

2017-10-14:

23:13 Changeset in mainline [75911d24]lfnserial by Jiri Svoboda <jiri@…>
ICP could relay disable/clear interrupt.
22:49 Changeset in mainline [d51838f]lfnserial by Jiri Svoboda <jiri@…>
Let leaf drivers enable/disable/clear interrupts via hw_res instead of …
17:21 Changeset in mainline [d7869d7e]lfnserial by Petr Manek <petr.manek@…>
Reading assigned USB addresses, issuing Configure Endpoint commands to …
13:39 Changeset in mainline [2297fab]lfnserial by Petr Manek <petr.manek@…>
Reintroduced alloc_dev(), brought it up to speed with recent changes.
08:58 ReleaseNotes/Mainline edited by Jakub Jermář
(diff)

2017-10-13:

17:40 Changeset in mainline [dcf0597]lfnserial by Ondřej Hlavatý <aearsis@…>
xhci rh: move away from virthub xHC's root hub is too different from …
13:04 Changeset in mainline [063dfe8]lfnserial by Petr Manek <petr.manek@…>
Moved initialization and polished some log messages.
12:32 Changeset in mainline [c10daa8]lfnserial by Petr Manek <petr.manek@…>
Refactored XHCI bus to hold devices instead of endpoints. Added middle …
11:13 Changeset in mainline [366e9b6]lfnserial by Ondřej Hlavatý <aearsis@…>
usbhost: setup of the root hub is now a method of an driver [oue]hci …
10:18 Changeset in mainline [cb69854]lfnserial by Petr Manek <petr.manek@…>
Returning some basic speed, so that we can get xhci up and running.
10:03 Changeset in mainline [5995383c]lfnserial by Ondřej Hlavatý <aearsis@…>
usbhost refactoring: fix introduced bugs
09:38 Changeset in mainline [c0e4b5b2]lfnserial by Ondřej Hlavatý <aearsis@…>
usbhost refactoring: vhc Now, please, review.
09:21 Changeset in mainline [741bcdeb]lfnserial by Ondřej Hlavatý <aearsis@…>
WIP usbhost refactoring: ehci completed vhc to go…
08:49 Changeset in mainline [e6b9182]lfnserial by Ondřej Hlavatý <aearsis@…>
WIP usbhost refactoring: ohci completed Along with that we noticed …

2017-10-12:

23:05 Changeset in mainline [0a5833d7]lfnserial by Petr Manek <petr.manek@…>
Corrected endpoint access.
19:57 Changeset in mainline [0e3e1f6]lfnserial by Petr Manek <petr.manek@…>
Corrected to assume endpoint_t is actually xhci_endpoint_t.
19:55 ReleaseNotes/Mainline edited by Jakub Jermář
Update release notes, still needs some work (diff)
17:59 Changeset in mainline [ce732e74]lfnserial by Jakub Jermar <jakub@…>
Allocate capabilities from a dedicated slab cache
17:38 Changeset in mainline [d29ae35]lfnserial by jzr <zarevucky.jiri@…>
Fix include guard typo.
16:42 Changeset in mainline [a8435eb5]lfnserial by Petr Manek <petr.manek@…>
Implemented data structure for endpoint management using USB target as …
16:07 Changeset in mainline [f9d787c]lfnserial by Michal Staruch <salmelu@…>
Target is not a pointer
16:06 Changeset in mainline [fc0271a5]lfnserial by Ondřej Hlavatý <aearsis@…>
WIP usbhost refactoring: uhci converted
15:45 Changeset in mainline [d0db4a0]lfnserial by Michal Staruch <salmelu@…>
Doorbell target fix
15:25 Changeset in mainline [add878aa]lfnserial by Petr Manek <petr.manek@…>
Added empty implementation of XHCI bus method bodies.
14:18 Changeset in mainline [a5976973]lfnserial by Ondřej Hlavatý <aearsis@…>
fixup: forgotten files
14:07 Changeset in mainline [41924f30]lfnserial by Ondřej Hlavatý <aearsis@…>
WIP usbhost refactoring This commit replaces callbacks with more …
Note: See TracTimeline for information about the timeline view.