Timeline
2017-10-08:
- 20:55 Changeset in mainline [07cb0108]lfnserial by
- Sort out irc_disable_interrupt vs irc_clear_interrupt.
- 20:42 Changeset in mainline [53a309e]lfnserial by
- Must not explicitly close DDF-provided parent session.
- 20:34 Changeset in mainline [d15797d]lfnserial by
- Remove unnecessary references to devman.
- 20:17 Changeset in mainline [2fd26bb]lfnserial by
- Make it simpler to get parent function session repeatedly without …
- 19:37 Changeset in mainline [82cbf8c6]lfnserial by
- Replace the old hash table implementation in the kernel with the newer …
2017-10-07:
- 16:39 Changeset in mainline [ae03552e]lfnserial by
- hcd: get rid of async_usleep
2017-10-06:
- 20:03 Ticket #696 (Three character device interfaces is a crowd) created by
- Currently there are three different character device interfaces in use …
2017-10-05:
- 19:09 Changeset in mainline [81b9d3e]lfnserial by
- Merge CUDA DDF conversion.
- 18:34 Changeset in mainline [84eb4edd]lfnserial by
- autotool.py: For clang, improve error messages and remove check for …
- 18:00 Changeset in mainline [c188c62]lfnserial by
- CUDA driver should use hw_res to obtain HW configuration.
- 17:17 Changeset in mainline [e9e24f2]lfnserial by
- Basic commands transfer implementation
- 16:21 Changeset in mainline [078e0e6]lfnserial by
- Removed unnecessary calls to malloc32 and free32.
- 16:16 Changeset in mainline [4930b15]lfnserial by
- Better log message for the status change handler.
- 16:13 Changeset in mainline [916991b]lfnserial by
- Implemented SetStatusFeature? request.
- 15:38 Changeset in mainline [9876e34]lfnserial by
- Removed previous implementation, forwarding all events to hub, …
- 14:04 Changeset in mainline [44063d17]lfnserial by
- TRB ring for EP 0 is now stored in the virtual dcbaa.
- 10:58 Changeset in mainline [a4c066e]lfnserial by
- Added TRB macros, qword set
- 10:53 Changeset in mainline [0a42d381]lfnserial by
- USB3 specific descriptors
- 08:06 Changeset in mainline [d09d108]lfnserial by
- ehci: fix irq code broken by rev 2641
- 07:49 Changeset in mainline [f4665bdc]lfnserial by
- Kfb should unmap the frame buffer when client connection is terminated.
- 07:36 Changeset in mainline [8afb485]lfnserial by
- Decreased buffer size. Printing warning when interrupt fails.
- 07:34 Changeset in mainline [b669092]lfnserial by
- Kfb should not map the frame buffer until it is claimed.
- 07:07 Changeset in mainline [fe8961d]lfnserial by
- There is a good reason why there should be no default branch.
2017-10-04:
- 23:12 Changeset in mainline [0c4c6a2]lfnserial by
- Invoking virtual interrupt on the emulated root hub upon status change.
- 22:14 Changeset in mainline [0cebbac]lfnserial by
- Restore CDFS definition of primary volume descriptor, with properly …
- 21:53 Changeset in mainline [7e20bee]lfnserial by
- Provide flag conversion.
- 18:46 Changeset in mainline [8974294]lfnserial by
- Attempt to fix e1000_link_restart(). My understanding of the driver …
- 18:29 Changeset in mainline [36c3139]lfnserial by
- CDFS has structure fields after a field of variable length. This is …
- 18:27 Changeset in mainline [fa77af7]lfnserial by
- Remove some color-related dead code.
- 18:25 Changeset in mainline [18902ca6]lfnserial by
- Fix several bugs and typos detected by clang.
- 18:22 Changeset in mainline [63011c53]lfnserial by
- pcnt is unsigned, so it can't be used this way. Detected by clang.
- 18:17 Changeset in mainline [0e3b402]lfnserial by
- Change forgotten GCC_CFLAGS in ia64 to COMMON_CFLAGS, for consistency.
- 18:13 Changeset in mainline [c9e88da]lfnserial by
- Rename rtl8139_hw_int_enable() to rtl8139_hw_int_set(), since it's …
- 18:02 Changeset in mainline [05b59393]lfnserial by
- Fix a couple of benign clang warnings. No change in semantics.
- 17:39 Changeset in mainline [e27e36e]lfnserial by
- Convert CUDA driver to DDF.
- 17:26 Changeset in mainline [0b2d369]lfnserial by
- Print the tetris copyright.
- 17:25 Changeset in mainline [a41cda7]lfnserial by
- Adjust clang arguments.
- 14:12 Changeset in mainline [a0a0d9f4]lfnserial by
- Removed redundant debug messages.
- 14:10 Changeset in mainline [c68c713c]lfnserial by
- Cleanup in constants and other small adjustments.
- 10:06 Changeset in mainline [816335c]lfnserial by
- xhci: port speed detected properly The correct way to determine …
2017-10-03:
- 23:12 Changeset in mainline [5c5c9407]lfnserial by
- Implemented GetPortStatus? request using XHCI port registers.
- 20:57 Changeset in mainline [7776cb1]lfnserial by
- Setting correct port number on root hub.
- 20:53 Changeset in mainline [f8199ab]lfnserial by
- Set PwrGood? constant.
- 20:50 Changeset in mainline [d14ca59]lfnserial by
- Removed GetHubStatus? request implementation.
- 19:59 Changeset in mainline [d07b052]lfnserial by
- Setting root hub header upon init.
- 18:12 Changeset in mainline [a0a273e]lfnserial by
- Unify compiler handling a bit. Most compiler flags have been changed …
- 17:52 Changeset in mainline [65e079b]lfnserial by
- Fixed ADDRESS_DEVICE command by fixing the size of input control …
- 16:54 Changeset in mainline [0f28387]lfnserial by
- toolchain.sh: enable gold linker, disable guile support, only touch …
- 16:53 Changeset in mainline [472235a]lfnserial by
- xhci: refactoring Revise error paths, refactor some code.
- 16:18 Changeset in mainline [b4a9f5d]lfnserial by
- Recreate empty directories that aren't preserved in git.
- 16:04 Changeset in mainline [2c52073]lfnserial by
- Remove CONFIG_OPTIMIZE_FOR_SIZE and instead directly set OPTIMIZATION …
- 15:53 Changeset in mainline [efe9463]lfnserial by
- xhci: fix the irq code once again Previous code unintentionally …
- 15:17 Changeset in mainline [adb4e683]lfnserial by
- Refactored the way event handling works, now we fetch all of the event …
- 11:36 Changeset in mainline [a1eb7c67]lfnserial by
- Added synchronization to event ring enqueue, removed a leftover debug …
- 11:31 Changeset in mainline [a2b0ba3]lfnserial by
- Added synchronization to trb rin enqueue.
2017-10-02:
- 23:05 Changeset in mainline [68f4671]lfnserial by
- Revert previous commit. Looks like this was already fixed in the meantime.
- 22:54 Changeset in mainline [94868e1]lfnserial by
- Fix return of uninitialized variable.
- 21:07 Changeset in mainline [7e55bed7]lfnserial by
- Rename CUDA types, soft state is the basic one.
- 20:52 Changeset in mainline [943aaf1b]lfnserial by
- Eliminate global variables in CUDA driver.
- 20:13 Changeset in mainline [6886705]lfnserial by
- Move CUDA hw-related definitions to a separate header file.
- 19:17 Changeset in mainline [1f76b7d]lfnserial by
- fix: unlock rather than deadlock
- 19:16 Changeset in mainline [04df063]lfnserial by
- xhci commands: enable (and encourage) keeping commands on the stack …
- 16:10 Changeset in mainline [370a1c8]lfnserial by
- Extcap fix, not correctly determine if port is USB 2/3
2017-10-01:
- 22:54 Changeset in mainline [4688350b]lfnserial by
- xhci commands: waiting for commands completion uses fibril condvar
2017-09-30:
- 18:52 Changeset in mainline [300f4c4]lfnserial by
- Let the resource allocator treat 0 as a valid resource
- 18:24 Changeset in mainline [4d28d86]lfnserial by
- cstyle
- 13:16 Changeset in mainline [c9d905f]lfnserial by
- macros for handoff delay
- 13:07 Changeset in mainline [e6b0dba]lfnserial by
- BIOS handover
- 11:28 Changeset in mainline [cc9ac7c]lfnserial by
- not casting NULL makes gcc complain
- 06:43 Ticket #686 (IRQ pseudo code registration/deregistration broken) closed by
- fixed: Fix merged in mainline,2757.
- 06:29 Changeset in mainline [91b60499]lfnserial by
- Merge support for capabilities from lp:~jakub/helenos/caps This …
2017-09-29:
- 22:56 Changeset in mainline [6636fb19]lfnserial by
- Add comments
- 21:46 Changeset in mainline [548c123]lfnserial by
- xhci commands: embed TRB into the command structure Previously, a …
- 11:08 Ticket #602 (Cannot download a 1M file from HelenOS over http/tcp.) closed by
- fixed: Fixed in mainline,2756 by having separate receive and …
2017-09-28:
- 22:08 Changeset in mainline [48bcf49]lfnserial by
- Introduce reference-counted kobjects Capabilities are thus reduced to …
- 17:01 Changeset in mainline [d076f16]lfnserial by
- Websrv cannot use global buffers to handle HTTP requests concurrently.
- 16:07 Ticket #695 (e1000_link_restart() needs to be double-checked/tested) created by
-
In
uspace/drv/nic/e1k/e1k.c
, said function unconditionally calls … - 14:23 Ticket #546 (Some DNS lookups fail) closed by
- fixed: Yes, I confirm that it works fine now. I consider this ticket fixed.
2017-09-27:
- 22:40 Changeset in mainline [7b616e2]lfnserial by
- Name service should communicate using async.h.
- 15:04 Changeset in mainline [ab5a0830]lfnserial by
- Handle interrupts correctly Now, irq_commands asserts all flags in …
2017-09-26:
- 21:03 Changeset in mainline [dd20cbb]lfnserial by
- Do not return undefined value
2017-09-25:
- 20:51 Changeset in mainline [8d6bcc8c]lfnserial by
- Move clipboard under location service.
- 19:41 Changeset in mainline [11d9630]lfnserial by
- Fix handling of empty table cells.
2017-09-23:
- 23:05 UsersGuide/Networking edited by
- Update inet commands for changeset:mainline,2752 (diff)
- 22:20 Changeset in mainline [75c3830]lfnserial by
- Separate display of addresses, static routes and IP links into …
- 11:41 Changeset in mainline [f538ef3]lfnserial by
- No need to have a (broken) BSD errx() function in libc.
2017-09-22:
- 17:25 Changeset in mainline [bd1745f]lfnserial by
- Update and sort .bzrignore.
- 17:06 Changeset in mainline [5c769d54]lfnserial by
- devctl list-drv can use io/table.
- 07:21 Changeset in mainline [207d5da]lfnserial by
- Fix extraneous empty line printed after table.
2017-09-21:
- 16:13 Changeset in mainline [5e962ad]lfnserial by
- Add a module to format command output as a table.
- 00:02 Changeset in mainline [4c363fa2]lfnserial by
- Most drivers can actually compile on most platforms.
2017-09-19:
- 19:59 Changeset in mainline [866a8f3]lfnserial by
- Remove cap from type list when reclaiming
- 19:18 Changeset in mainline [6abfd250]lfnserial by
- Rename caps_apply_to_all to caps_apply_to_type
2017-09-18:
- 20:52 Changeset in mainline [9e87562]lfnserial by
- Make all accesses to capabilites exclusive This commit makes sure …
- 06:38 Changeset in mainline [797dc79e]lfnserial by
- Remove stray backslash.
2017-09-17:
- 23:37 Changeset in mainline [3e2291a9]lfnserial by
- TCP tests for ucall module and some more for conn module. Implement …
2017-09-16:
- 22:25 Ticket #694 (Assembler warnings on sparc64/niagara) created by
-
In
kernel/arch/sparc64/src/sun4v/start.S
[…] - 22:17 Ticket #693 (Assembler warnings on MIPS) created by
-
In
kernel/arch/mips32/src/start.S
[…] In {{{ … - 21:55 Ticket #692 (Assembler warnings on IA64) created by
-
In
uspace/lib/c/arch/ia64/src/entry.S
[…] In … - 19:34 Ticket #691 (xorriso doesn't support "-hfs") created by
- When building for ppc32: […]
2017-09-15:
- 13:22 Changeset in mainline [6969eea3]lfnserial by
- cstyle, remove forgotten include directive
2017-09-14:
- 19:07 Ticket #690 (Invalid instruction in amd64 sin()/cos()) closed by
- fixed: Fixed in mainline,2742.
- 19:06 Changeset in mainline [5918c00]lfnserial by
- Do not irritate the assembler by FSTPL %sp(1) When moving data …
- 15:01 Ticket #690 (Invalid instruction in amd64 sin()/cos()) created by
-
uspace/lib/math/arch/amd64/src/sin.S
(andcos.S
), line 70 contains …
2017-09-13:
- 20:49 Changeset in mainline [120d5bc]lfnserial by
- Let df give 'human-readable' output by default. Use cap.h for better …
- 20:14 Changeset in mainline [6c4eedf]lfnserial by
- Move capacity specification to libc.
2017-09-12:
- 19:27 Changeset in mainline [1d40c93d]lfnserial by
- Include development files by default on ia32 and amd64 On these …
- 15:48 Changeset in mainline [9520af7]lfnserial by
- Allow TCP conn tests that involve transferring data by enabling an …
2017-09-11:
- 17:43 Changeset in mainline [0a1e7e4]lfnserial by
- Connection can still be mapped when being deleted, must be unmapped …
- 16:34 Changeset in mainline [9713b0b]lfnserial by
- Fix downloader null pointer dereference when writing to stdout.
- 11:49 CodingTips edited by
- Add mandatory and recommended coding practices (diff)
- 11:19 CStyle edited by
- Add rationale (diff)
- 07:05 Changeset in mainline [e1b4ae0]lfnserial by
- Start adding tests for TCP conn module. Make sure all connections have …
2017-09-10:
- 17:48 Changeset in mainline [975d528]lfnserial by
- Add unit tests for TCP tqueue. Fix tqueue possibly being finalized …
Note: See TracTimeline
for information about the timeline view.