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

Timeline



2010-03-07:

23:15 Ticket #198 (UDP packets fail a checksum test when UDP checksum_computing is on) closed by Jakub Jermář
fixed: Fixed in changeset:head,312.
23:14 Ticket #193 (TCP crashes in pq_find()) closed by Jakub Jermář
fixed: Fixed in changeset:head,312.
22:51 Changeset in mainline [71b00dcc]lfnserial by Jakub Jermar <jakub@…>
Merge from lp:~lukasmejdrech/helenos/network.
22:33 Changeset in mainline [31c80a5]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* pq_find() fix
20:17 Changeset in mainline [836dd794]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* local delivery fix (bug #198)
17:45 Changeset in mainline [94d484a]lfnserial by Jiri Svoboda <jiri@…>
Update SBI to rev. 90.
15:35 Changeset in mainline [936835e]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
Merge mainline changes, revision 311
15:13 Changeset in mainline [aadf01e]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
Coding style (no functional change)
15:11 Changeset in mainline [aa85487]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
Merge mainline changes, revision 308

2010-03-06:

21:52 Changeset in mainline [67ba309]lfnserial by Lenka Trochtova <trochtova.lenka@…>
a bug was fixed (bad order of linking libraries with the root device …
14:46 Changeset in mainline [b5cbff4]lfnserial by Jakub Jermar <jakub@…>
Do not pass icmp_globals.lock ownership between fibrils. Fix some …
12:07 Ticket #203 (fwrite cannot handle more than 4095 chars.) closed by Jakub Jermář
worksforme: I am closing this because in my case the reproducible test case is …

2010-03-05:

15:10 Ticket #203 (fwrite cannot handle more than 4095 chars.) created by Tomas Brambora
fwrite sets ferror to 1 when attempting to write > 4095 chars. This …

2010-03-02:

23:03 Ticket #197 (udp_process_client_messages() defines a superfluous variable 'lock') closed by Jakub Jermář
fixed: Fixed in changeset:head,310.
23:03 Ticket #199 (Potential deadlock in icmp_echo()) closed by Jakub Jermář
fixed: Fixed in changeset:head,310.
23:02 Ticket #196 (Potential deadlock in accept()) closed by Jakub Jermář
fixed: Fixed in changeset:head,310.
23:02 Ticket #195 (Potential deadlock in recvfrom_core()) closed by Jakub Jermář
fixed: Fixed in changeset:head,310.
23:00 Changeset in mainline [7d31f7c]lfnserial by Jakub Jermar <jakub@…>
Merge networking fixes.
22:52 Changeset in mainline [92307f1]lfnserial by Jakub Jermar <jakub@…>
Get rid of a superfluos synchronization variable.
22:43 Changeset in mainline [8ab2074]lfnserial by Jakub Jermar <jakub@…>
Drop receive lock before and regain after reattempting socket_globals.lock.
22:40 Changeset in mainline [11485d0c]lfnserial by Jakub Jermar <jakub@…>
Drop accept lock before and regain after reattempting socket_globals.lock.
22:36 Changeset in mainline [43ed4f3]lfnserial by Jakub Jermar <jakub@…>
Drop reply→mutex before reattempting icmp_globals.lock.

2010-02-27:

17:59 Changeset in mainline [fa36f29]lfnserial by Jiri Svoboda <jiri@…>
Update SBI to rev. 75.
17:50 Ticket #202 (fgetc() should be smarter about buffer flushing) created by Jiri Svoboda
Currently fgetc() tries to flush stdout and stderr every time it's …
17:46 Ticket #201 (fflush() should be cheap if output buffer is empty) created by Jiri Svoboda
Currently a non-standard synchronization scheme is used for the …
17:36 Ticket #200 (C streams need read buffering) created by Jiri Svoboda
Read buffering should be implemented for ANSI C stream functions such …
10:36 Ticket #199 (Potential deadlock in icmp_echo()) created by Jakub Jermář
This is a similar problem as in tickets #195 and #196. In …
00:00 Ticket #198 (UDP packets fail a checksum test when UDP checksum_computing is on) created by Jakub Jermář
When cfg/net/general contains the following line: […] …

2010-02-26:

23:05 Ticket #197 (udp_process_client_messages() defines a superfluous variable 'lock') created by Jakub Jermář
udp_process_client_messages() is a connection fibril function which …
22:53 Ticket #196 (Potential deadlock in accept()) created by Jakub Jermář
This is a similar case as in ticket #195, this time in accept().
22:40 GSOC edited by Jakub Jermář
(diff)
22:22 Ticket #195 (Potential deadlock in recvfrom_core()) created by Jakub Jermář
Consider the following snippet from socket_clinet.c::recvfrom_core(): …
14:22 Changeset in mainline [c16cf62]lfnserial by Lenka Trochtova <trochtova.lenka@…>
backup (unstable)
14:08 Changeset in mainline [91001e2]lfnserial by Martin Decky <martin@…>
refactorize program handling, report all failures by the means of …
14:07 Changeset in mainline [137691a]lfnserial by Martin Decky <martin@…>
remove unused variables and operations (as suggested by Clang static …
12:42 Changeset in mainline [e0b0c25]lfnserial by Martin Decky <martin@…>
add support for Clang static analyzer
12:40 Changeset in mainline [958de16]lfnserial by Martin Decky <martin@…>
slightly better code

2010-02-25:

21:56 Changeset in mainline [92413de]lfnserial by Lenka Trochtova <trochtova.lenka@…>
fixed a bug (devman)
19:16 DeveloperDocs edited by Jakub Jermář
Add AMD Lance spec pointer (diff)
19:14 Ticket #194 (Driver for AMD Lance network card clone) created by Jakub Jermář
Implement a native HelenOS driver for one or more clones of the AMD …
19:11 Changeset in mainline [a000878c]lfnserial by Martin Decky <martin@…>
make sure that all statically allocated strings are declared as "const …
15:45 Changeset in mainline [a634485]lfnserial by Martin Decky <martin@…>
because "char" can be both implicitly signed or unsigned depending on …
14:29 Changeset in mainline [729fa2d6]lfnserial by Lenka Trochtova <trochtova.lenka@…>
parts of root device driver

2010-02-24:

22:09 Changeset in mainline [924c75e1]lfnserial by Lenka Trochtova <trochtova.lenka@…>
backup (unstable)

2010-02-23:

23:22 ReleaseNotes/Trunk edited by Jakub Jermář
Mention networking and core dumps. (diff)
23:13 Ticket #193 (TCP crashes in pq_find()) created by Jakub Jermář
This is an example of one problem currently found in the TCP server: …
22:57 Ticket #143 (Networking and TCP/IP stack for HelenOS system) closed by Jakub Jermář
fixed: The networking branch was merged in changeset:head,279. Currently …
22:51 Changeset in mainline [2e99277]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* inner message processing fixed
22:46 Changeset in mainline [8edacbc]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* a missing socket() return value added
22:28 Ticket #148 (__hypercall_fast_ret1 trusts the contents of %o1 (too much)) closed by Jakub Jermář
fixed: Fixed in changeset:head,303.
22:27 Changeset in mainline [153fbf9]lfnserial by Jakub Jermar <jakub@…>
Merge sparc64 fixes.
22:24 Changeset in mainline [b905002]lfnserial by Jakub Jermar <jakub@…>
More reliable version of hypercall_fast_ret1().
22:04 Changeset in mainline [9b87284]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* include dp8390 only if configured
21:42 Changeset in mainline [7da160b]lfnserial by Jakub Jermar <jakub@…>
Differentiate between the hypervisor error codes and HelenOS error …
21:24 Ticket #150 (CLEAN_WINDOW_HANDLER on sun4v can be optimized) closed by Jakub Jermář
fixed: Fixed in changeset:head,302.
21:21 Changeset in mainline [68acf21]lfnserial by Jakub Jermar <jakub@…>
Optimize the clean window handler on sun4v according to 12.2.3 of the …
20:56 Repositories edited by Jiri Svoboda
Add Sysel branch. (diff)
20:25 ReleaseNotes/Trunk edited by Jakub Jermář
UltraSPARC T1 + T2 support added. (diff)
20:22 Ticket #142 (Support for T1 and T2 processors in HelenOS) closed by Jakub Jermář
fixed: Basic sun4v support was merged in changeset:head,264. sun4v TSB …
20:14 Changeset in mainline [09ababb7]lfnserial by Jiri Svoboda <jiri@…>
Add Sysel Bootstrap Interpreter (SBI) from Sysel repository rev. 53.
19:33 Changeset in mainline [f389409]lfnserial by Jiri Svoboda <jiri@…>
Merge fgets() function. (Needed by SBI).
19:31 Changeset in mainline [c62d2e1]lfnserial by Jiri Svoboda <jiri@…>
Implement fgets().
19:03 Changeset in mainline [0b9ac3c]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.
10:35 Ticket #192 (Facility for comfortable network configuration and utilization) created by Jakub Jermář
Create a set of command line tools and libraries that would increase …
10:20 Ticket #191 (Tools for manual network configuration) created by Jakub Jermář
Create tools for manual configuration of the networking stack, such …
10:13 Ticket #190 (DHCP client) created by Jakub Jermář
Implement the client support for the DHCP protocol so that HelenOS can …
10:08 Ticket #189 (DNS resolver) created by Jakub Jermář
Implement the client support for the DNS protocol so that HelenOS can …

2010-02-22:

21:42 Changeset in mainline [5e50394]lfnserial by Martin Decky <martin@…>
add Bazaar plugin for sending commit emails
21:41 Changeset in mainline [850987d]lfnserial by Martin Decky <martin@…>
remove fake half-tabs
21:24 Changeset in mainline [72bf0d2]lfnserial by Jakub Jermar <jakub@…>
Merge from lp:~rimskyp/helenos/sparc. Fix non-SMP build on sun4v. …
19:48 Changeset in mainline [f8f7dba]lfnserial by Pavel Rimsky <pavel@…>
Fixed a stupid bug which prevented booting sun4v on SMP. Now HelenOS …
19:40 Changeset in mainline [af56e9b]lfnserial by Pavel Rimsky <pavel@…>
Synchronize with head.
19:32 Changeset in mainline [61001a9]lfnserial by Martin Decky <martin@…>
fix Clang support for abs32le

2010-02-21:

19:57 Ticket #188 (Enhancement of libc implementation) created by Martin Decky
Implement a reasonable large subset of standard C and POSIX functions …
19:57 Ticket #187 (Driver for NE2000 network card clone) created by Jakub Jermář
Implement a native HelenOS driver for one or more clones of NE2000 …
19:02 Changeset in mainline [95c4776]lfnserial by Pavel Rimsky <pavel@…>
Merging SMP (unstable)

2010-02-20:

22:54 ReleaseNotes/Trunk edited by Martin Decky
Clang support can be safely considered non-experimental now (diff)
22:23 Changeset in mainline [721d4e85]lfnserial by Jakub Jermar <jakub@…>
Merge from lp:~rimskyp/helenos/sparc.
22:19 Changeset in mainline [aa30c7f]lfnserial by Martin Decky <martin@…>
fault3 is not a safe test (when all tests are executed in sequence, it …
22:04 Changeset in mainline [ba371e1]lfnserial by Martin Decky <martin@…>
conclude Clang support this is the final piece which was missing to …
22:00 Changeset in mainline [7af8c0e]lfnserial by Martin Decky <martin@…>
when no address space is set, then returning AS_PF_FAULT is actually …
21:59 Ticket #186 (Networking framework does not support parallel build) created by Martin Decky
When using the parallel building (make -j), the build of the …
20:54 Changeset in mainline [c2efbb4]lfnserial by Pavel Rimsky <pavel@…>
Synchronize with head.
20:52 Changeset in mainline [f516bc2]lfnserial by Pavel Rimsky <pavel@…>
Enable TSB by default.
20:35 Changeset in mainline [b03a666]lfnserial by Martin Decky <martin@…>
define atomic_count_t even for abs32le
20:29 Changeset in mainline [8c2214e]lfnserial by Pavel Rimsky <pavel@…>
Cleanup and merge of the TSB code.
18:41 Changeset in mainline [228666c]lfnserial by Martin Decky <martin@…>
introduce atomic_count_t as the explicit type of the internal value in …
12:18 Changeset in mainline [e0cb57b]lfnserial by Pavel Rimsky <pavel@…>
MH cleanup

2010-02-19:

18:36 Changeset in mainline [cf843906]lfnserial by Pavel Rimsky <pavel@…>
Minor MH cleanup.
18:11 Changeset in mainline [b352895]lfnserial by Pavel Rimsky <pavel@…>
Cleanup of errnos.
17:34 Changeset in mainline [617652f]lfnserial by Pavel Rimsky <pavel@…>
Fixing the bug which caused that klog was being written also directly …
17:16 Changeset in mainline [5cde90f]lfnserial by Pavel Rimsky <pavel@…>
Synchronizing with head (which has just been synchronized with this …
14:51 Changeset in mainline [0c3666d]lfnserial by Lenka Trochtova <trochtova.lenka@…>
parts of device manager (unstable)
14:27 Ticket #130 (Self replication) closed by Jakub Jermář
duplicate: Oops, I created a duplicate ticket #185 for this. Closing this as a …
12:05 DeveloperDocs edited by Jakub Jermář
Add links to Wikipedia articles describing MBR and GUID partition tables (diff)
11:50 Ticket #185 (HelenOS installer) created by Jakub Jermář
Create a set of applications that would install HelenOS on a hard disk …

2010-02-18:

16:42 Changeset in mainline [bc9da2a]lfnserial by Jakub Jermar <jakub@…>
Avoid duplicating wrappers for low level IPC in …
15:28 Changeset in mainline [f74392f]lfnserial by Jakub Jermar <jakub@…>
Add async framework wrappers for IPC_M_CONNECT_ME_TO.
15:23 Changeset in mainline [e85920d]lfnserial by Lenka Trochtova <trochtova.lenka@…>
parts of device manager
10:41 Changeset in mainline [c7315dd]lfnserial by Jakub Jermar <jakub@…>
Hang up the phone in the proper way in bind_service_timeout().
10:33 Changeset in mainline [e326edc]lfnserial by Jakub Jermar <jakub@…>
Do not sleep after spawning a task for a networking module.
10:31 Ticket #184 (Support for ipc_connect_me_to_timeout() would be useful) created by Jakub Jermář
In situations when a client wants to wait for some service for only a …
10:00 Changeset in mainline [ca2d142]lfnserial by Jakub Jermar <jakub@…>
Merge from the networking branch.

2010-02-17:

23:20 Changeset in mainline [91478aa]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* unify packet dimension interfaces
21:46 Changeset in mainline [536ded4]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* use timeouting condvar for the ICMP echo
21:25 Changeset in mainline [e6b7b198]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
+ block ICMP error notifications fot the ICMP protocol
21:15 Changeset in mainline [1e2e0c1e]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* change in the pq_add interface
19:19 Changeset in mainline [bfd7aac]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
Merge mainline changes.
19:07 Changeset in mainline [b8da2a3]lfnserial by Martin Decky <martin@…>
enable kernel console output in case of kernel panic - the panic …
14:11 Changeset in mainline [81983e3]lfnserial by Martin Decky <martin@…>
add the possibility to compile abs32le with any cross-compiler which …
12:24 Changeset in mainline [101d9f4]lfnserial by Martin Decky <martin@…>
remove LIBDIR which is no longer referenced anywhere
12:01 DeveloperDocs edited by Jakub Jermář
(diff)
07:51 Changeset in mainline [007ea776]lfnserial by Jakub Jermar <jakub@…>
Do not duplicate the byte swapping logic in the net's private byteorder.h.
01:02 Changeset in mainline [f430f58]lfnserial by Jakub Jermar <jakub@…>
Fix unlocking in ddi_physmem_map().
00:27 Changeset in mainline [7fb2ce3]lfnserial by Jakub Jermar <jakub@…>
Fix a couple of stack corruptions in networking code.

2010-02-16:

22:16 Changeset in mainline [61ee6df]lfnserial by Jakub Jermar <jakub@…>
Merge the networking branch and necessary fixes.
22:10 Changeset in mainline [b20e7c0]lfnserial by Jakub Jermar <jakub@…>
Set HZ back to 100. This could be tunable by some configuration option …
22:05 Changeset in mainline [fcd8779]lfnserial by Jakub Jermar <jakub@…>
Default to no networking on sparc64/sun4v because sun4v cannot boot …
21:50 Changeset in mainline [a0a085d8]lfnserial by Jakub Jermar <jakub@…>
Default to no networking on ppc32 because ppc32 cannot boot when …
21:44 Changeset in mainline [5807d43]lfnserial by Jakub Jermar <jakub@…>
Default to no networking on mips32 because mips32 cannot boot when …
21:00 Changeset in mainline [bdd1600]lfnserial by Jakub Jermar <jakub@…>
Fix ia64 build.
20:54 Changeset in mainline [7abc897]lfnserial by Jakub Jermar <jakub@…>
Default to no networking on arm32 because arm32 cannot boot when …
20:54 Changeset in mainline [c580b458]lfnserial by Jakub Jermar <jakub@…>
Fix build when the networking architecture is none.
20:37 Changeset in mainline [5297fe8]lfnserial by Jakub Jermar <jakub@…>
Disable -Wstrict-aliasing for net.
20:31 Changeset in mainline [48f01d8e]lfnserial by Jakub Jermar <jakub@…>
dp8390's netif_start_message() should not think in 32-bits.
20:28 Changeset in mainline [9c9c6a9]lfnserial by Jakub Jermar <jakub@…>
The netif_probe_message() interface is not 64-bit ready.
20:25 Changeset in mainline [aa8267c]lfnserial by Jakub Jermar <jakub@…>
The MINIX 3 dp8390 has existential problems with 64-bits.
20:16 Changeset in mainline [8b901f9]lfnserial by Jakub Jermar <jakub@…>
Make sure to pass compatible pointer type to async functions. Passing …
20:13 Changeset in mainline [209faf9]lfnserial by Jakub Jermar <jakub@…>
Merge the networking branch as it is. Does not compile at the moment.
19:14 Changeset in mainline [76ecb300]lfnserial by Martin Decky <martin@…>
use -march=pentium with the cross-compiler (using older instruction …
19:04 Changeset in mainline [5d618d8]lfnserial by U-ALPHA\Administrator <Administrator@…>
by default, use IA-32 cross-compiler for compiling abs32le (this is …
18:45 Changeset in mainline [836d0689]lfnserial by Martin Decky <martin@…>
revert the previous commit, as it is futile after all
18:11 Changeset in mainline [01a9ef5]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
+ net configuration files
18:08 Changeset in mainline [80ce111]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* dummy Ethernet fix
18:07 Changeset in mainline [a70bda4]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* use standardized interrupt definition
17:42 Changeset in mainline [dfecf88]lfnserial by Martin Decky <martin@…>
abs32le workaround: avoid feeding the assembler with @progbits
17:16 Meetings edited by Jakub Jermář
(diff)
16:41 Changeset in mainline [fb52db8]lfnserial by Martin Decky <martin@…>
make abs32le compile and link abs32le now "works" (at least compiled …
16:39 Changeset in mainline [5ee2384]lfnserial by Martin Decky <martin@…>
move .s sources to arch makefiles
16:38 Changeset in mainline [3f4005f]lfnserial by Martin Decky <martin@…>
enable softint on abs32le
16:38 Changeset in mainline [684f767]lfnserial by Martin Decky <martin@…>
don't build console on abs32le (yet)
16:37 Changeset in mainline [0eda6e09]lfnserial by Martin Decky <martin@…>
cstyle
16:36 Changeset in mainline [26d3ae2]lfnserial by Martin Decky <martin@…>
cleanup ipi-related stuff
16:31 Changeset in mainline [dabdd1a]lfnserial by Martin Decky <martin@…>
unify memstr.h coding style (no functional change)
13:09 FAQ edited by Jakub Jermář
HelenOS is predominantly mutliserver. (diff)
09:59 DeveloperDocs edited by Jakub Jermář
Add link to the ECMA standard for FAT. (diff)
09:56 DeveloperDocs edited by Jakub Jermář
(diff)

2010-02-15:

21:04 Changeset in mainline [08d9c4e6]lfnserial by Lenka Trochtova <trochtova.lenka@…>
device manager - initialization of the list of available drivers

2010-02-14:

16:27 Changeset in mainline [f41aa81]lfnserial by Jakub Jermar <jakub@…>
Remove a confusing comment and a dirty hack.
16:17 Changeset in mainline [a840fb7]lfnserial by Jakub Jermar <jakub@…>
Exclude -Wclobbered from the warnings switched on by -Wextra. These …
12:05 Changeset in mainline [e3a3a619]lfnserial by Jiri Svoboda <jiri@…>
Fix warnings in taskdump.c.

2010-02-13:

23:56 Changeset in mainline [b473611]lfnserial by Jakub Jermar <jakub@…>
Merge the sparc branch. Both sun4u and sun4v appear to work. HM …

2010-02-12:

15:08 Changeset in mainline [e2b9a993]lfnserial by Lenka Trochtova <trochtova.lenka@…>
device manager - parts of code
14:09 Changeset in mainline [827d73f]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
Merged the actual head
13:50 Changeset in mainline [918e9910]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* zero IP checksum flip fix
13:50 Changeset in mainline [4be390b]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* spelling fix
13:47 Changeset in mainline [f1848d6]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* range warning fix
13:46 Changeset in mainline [04729b1]lfnserial by Lukas Mejdrech <lukasmejdrech@…>
* type-punned conversion fix
12:43 ReleaseNotes/Trunk edited by Jiri Svoboda
64-bit block addresses and file offsets. (diff)

2010-02-11:

21:05 Changeset in mainline [85e48a9]lfnserial by Lenka Trochtova <trochtova.lenka@…>
part of device manager
18:24 Ticket #183 (Userspace heap allocator is not thread safe) created by Jakub Jermář
The userspace heap allocator is not thread safe. At least I can't see …
18:18 Ticket #180 (Userspace allocator cannot handle big sizes) closed by Jakub Jermář
fixed: Fixed in changeset:head,263.
18:15 Changeset in mainline [e70edd1]lfnserial by Jakub Jermar <jakub@…>
Check for heap wrap-around when growing the heap.
00:02 Ticket #61 (Support 64-bit file offsets and file sizes in the VFS protocol) closed by Martin Decky
fixed: Fixed as of changeset head,261

2010-02-10:

23:51 Changeset in mainline [ed903174]lfnserial by Martin Decky <martin@…>
implement support for 64bit file offsets * the libc API is a small …
23:33 Changeset in mainline [b32c604]lfnserial by Martin Decky <martin@…>
finally make uspace compilation warnings fatal
23:31 Changeset in mainline [ca12383]lfnserial by Martin Decky <martin@…>
update uspace IA64 definitions to be up-to-date with their kernel …
23:31 Changeset in mainline [e2ae2fc]lfnserial by Martin Decky <martin@…>
cstyle cleanup
23:22 Changeset in mainline [0eadd171]lfnserial by Martin Decky <martin@…>
add platform-dependent limits for size_t and ssize_t
23:20 Changeset in mainline [9647c86]lfnserial by Martin Decky <martin@…>
add explicit -Werror-implicit-function-declaration
23:20 Changeset in mainline [0701066]lfnserial by Martin Decky <martin@…>
cstyle changes (no changes in functionality)
23:15 Changeset in mainline [36e9cd1]lfnserial by Martin Decky <martin@…>
silence compiler warnings (no change in actual functionality)
21:05 Changeset in mainline [e4c4247]lfnserial by Lenka Trochtova <trochtova.lenka@…>
parts of device manager (unstable)
19:40 Ticket #182 (FAT is doing I/O beyond the end of the device) closed by Jakub Jermář
fixed: Fixed in changeset:head,254.
19:39 Changeset in mainline [3149fc0]lfnserial by Jakub Jermar <jakub@…>
Merge fixes from the file system branch.
19:35 Changeset in mainline [24a2517]lfnserial by Jakub Jermar <jakub@…>
Do not try to create '.' and '..' entries in files in fat_link().
19:34 Changeset in mainline [5178ee2]lfnserial by Jakub Jermar <jakub@…>
Harden _fat_get_block() against attempts to read a zero-length file.
18:05 Ticket #182 (FAT is doing I/O beyond the end of the device) created by Jakub Jermář
During investigation of ticket #180 (see the second scenario for how …
17:53 Changeset in mainline [16fc3c9]lfnserial by Jakub Jermar <jakub@…>
Be more verbose when blocks read or write fails.

2010-02-09:

21:03 Changeset in mainline [83b4cf53]lfnserial by Jakub Jermar <jakub@…>
Fix typo.
21:03 Changeset in mainline [5bda2f96]lfnserial by Jakub Jermar <jakub@…>
Merge from mainline.
20:32 Changeset in mainline [a60b2d7]lfnserial by Jiri Svoboda <jiri@…>
Merge: Harden file_bd again out-of-bounds access.
20:30 Changeset in mainline [fb150d78]lfnserial by Jiri Svoboda <jiri@…>
Check device address bounds in file_bd and report violations.
20:19 Changeset in mainline [e27cf669]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.

2010-02-08:

20:14 Meetings edited by Jiri Svoboda
Location for the meeting Feb 13th (diff)

2010-02-07:

18:59 CoreFiles edited by Jiri Svoboda
Optimize (diff)
10:56 Changeset in mainline [eb73a50]lfnserial by Jiri Svoboda <jiri@…>
Merge taskdump fixes.
10:55 Changeset in mainline [e067dcd]lfnserial by Jiri Svoboda <jiri@…>
Make both Intel and ARM symbol resolution work with a nasty hack.
10:33 Changeset in mainline [444a54e]lfnserial by Jiri Svoboda <jiri@…>
Fix missing percent sign in format string.

2010-02-06:

22:13 KnowledgeArticles edited by Jiri Svoboda
Add CoreFiles link (diff)
22:12 CoreFiles created by Jiri Svoboda
Core files. Finally.
21:38 Changeset in mainline [f27ada7]lfnserial by Jiri Svoboda <jiri@…>
Merge saving of ELF core files.
21:36 Changeset in mainline [dafa2d04]lfnserial by Jiri Svoboda <jiri@…>
Let taskdump save ELF core files. (Only memory, no register state yet.)
10:54 Changeset in mainline [696979ce]lfnserial by Jakub Jermar <jakub@…>
Merge from mainline.
10:51 Ticket #179 (Cannot write data to FAT (ENOSPC)) closed by Jakub Jermář
fixed: Fixed in changeset:head,250.
10:49 Changeset in mainline [25e963a]lfnserial by Jakub Jermar <jakub@…>
Merge from the file system branch.
10:47 Changeset in mainline [3f93cdbe]lfnserial by Jakub Jermar <jakub@…>
Support for FAT16 file systems with 65536 or more sectors.
09:47 Changeset in mainline [a281fc82]lfnserial by Jakub Jermar <jakub@…>
Do not leak msg in error paths after ipc_forward_fast() failed. This …
09:42 Ticket #181 (Need a way to wait for a reply "asynchronously") created by Jakub Jermář
In the error paths such as the one in …

2010-02-05:

22:25 Changeset in mainline [19f24fd]lfnserial by Jiri Svoboda <jiri@…>
Merge mainline changes.
19:49 Meetings edited by Jiri Svoboda
(diff)
19:39 DeveloperDocs edited by Jiri Svoboda
DWARF specification (diff)
19:32 DeveloperDocs edited by Jiri Svoboda
System V ABI (diff)
18:40 Ticket #30 (Investigate possibility of using unlikely(), likely()) reopened by Jiri Svoboda
OK, maybe I don't have to close this ticket, but let me rephrase this. …
18:37 Meetings edited by Jakub Jermář
make a comment about wifi in caresello (diff)
14:25 Changeset in mainline [0358da0]lfnserial by Lenka Trochtova <trochtova.lenka@…>
device manager - parts of code
10:57 Changeset in mainline [3b3e776]lfnserial by Lenka Trochtova <trochtova.lenka@…>
merged with head
10:21 Ticket #30 (Investigate possibility of using unlikely(), likely()) closed by Jiri Svoboda
wontfix: I am closing this ticket as it does not really describe an …
09:54 DeveloperDocs edited by Jiri Svoboda
SATA AHCI (diff)
09:44 Meetings edited by Jiri Svoboda
Next meeting (diff)
Note: See TracTimeline for information about the timeline view.