Timeline
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 …
2017-09-07:
- 21:21 Ticket #689 (Taskdump cannot load symbols for binaries not in /app or /srv) created by
- If a binary that is not in /app or /srv faults and is dumped (e.g. …
- 16:16 Changeset in mainline [12dcd5f]lfnserial by
- Add unit tests for fibril timer.
2017-09-06:
- 22:16 Changeset in mainline [fc3d4fd5]lfnserial by
- Downloader should properly clean up HTTP connection.
- 17:08 Changeset in mainline [d14840d]lfnserial by
- Add test for TCP rqueue.
- 07:02 Ticket #688 (TCP unit tests broke ia64 build) closed by
- fixed: Fixed in changeset:mainline,2730
- 06:53 Changeset in mainline [42f61f01]lfnserial by
- Fix ia64/abs32le builds.
- 06:49 Ticket #589 (UDP packets corrupted under high load) closed by
- worksforme
2017-09-05:
- 21:28 Ticket #688 (TCP unit tests broke ia64 build) created by
- The CI tests …
- 14:28 Download edited by
- Link to CI/latest (diff)
2017-09-04:
- 20:25 Changeset in mainline [e5f5ce0]lfnserial by
- Create a slab cache for allocating phone_t structures
- 20:08 Changeset in mainline [431c402]lfnserial by
- Create a slab cache for allocating irq_t structures
- 19:45 Changeset in mainline [fa32c9f]lfnserial by
- Fix getting of the kobject address
- 19:38 Changeset in mainline [63d8f43]lfnserial by
- Allocate the kobjects referenced by capabilities dynamically
- 15:49 Changeset in mainline [20c82e3]lfnserial by
- Fix DNS resolver bugs: Possible write via stale pointer, bad decoding …
2017-09-03:
- 19:58 Changeset in mainline [30c27e9]lfnserial by
- Improve comments
- 19:45 Changeset in mainline [a5d0143]lfnserial by
- Improve comments
- 19:23 Changeset in mainline [3422fb6]lfnserial by
- Do not register IRQs inside of answerboxes
- 18:14 Changeset in mainline [9306cd7]lfnserial by
- Make IRQ subscribe/unsubscribe thread safe again
- 14:15 Changeset in mainline [4d6629f]lfnserial by
- Remove unused connection cloning
- 13:56 Changeset in mainline [8a45bf09]lfnserial by
- Improve comments
- 09:22 Changeset in mainline [1ddbf81]lfnserial by
- Add TCP iqueue test and missing seq_no_segment_ready test. Fix iqueue …
2017-08-31:
- 23:23 Changeset in mainline [e73dbc1]lfnserial by
- Add TCP unit tests for segment and seq_no modules. Fix …
- 18:56 Changeset in mainline [94c5bc1]lfnserial by
- Build disassembly files for test binaries.
2017-08-30:
- 21:31 Changeset in mainline [984f060]lfnserial by
- Upgrade to QEMU 2.10.0
2017-08-29:
- 20:24 Ticket #687 (taskdump -t 6 deadlocks VFS and taskdump) created by
-
When one does:
[…]
taskdump
begins a udebug session with task 6 …
2017-08-28:
- 16:53 Camp2017 edited by
- Link to the report (diff)
2017-08-27:
- 12:06 Changeset in mainline [868b0e9]lfnserial by
- Update bzrignore.
- 11:59 Changeset in mainline [8ebc5b8a]lfnserial by
- Start adding unit tests to TCP.
2017-08-26:
- 21:59 Changeset in mainline [b33d140]lfnserial by
- GPT should check alt. header block address for sanity before trying to …
2017-08-24:
- 16:57 Changeset in mainline [ac415d50]lfnserial by
- Inetsrv is too chatty by default.
- 16:43 Changeset in mainline [9621c7d]lfnserial by
- Add simple coastline package installer. Add downloader option to save …
Note: See TracTimeline
for information about the timeline view.