Timeline
2011-08-27:
- 21:27 Changeset in mainline [51d0ee9]lfnserial by
- Fix ppc32 build and a possible rounding error.
- 19:57 Ticket #371 (fread on devices makes the system unsuable) closed by
- duplicate
- 13:48 Ticket #371 (fread on devices makes the system unsuable) created by
- Running fread() on block devices does not work, but it also somehow …
- 10:53 Ticket #370 (Problem creating file names longer than 15 characters on exFAT) created by
- As of mainline,1186, creating a directory entry exceeding …
- 10:46 Ticket #369 (Removing an directory entry from exFAT leaves the file system in bad state) created by
- As of mainline,1186, creating and then removing a …
- 09:17 Ticket #368 (Free cluster summary wrong on FAT32) created by
- As of mainline,1186, the following will leave a FAT32 file …
- 09:05 Ticket #367 (Need to be able to (de)active LFN support via a mount option) created by
- As of mainline,1186, the FAT server will have LFN enabled …
- 08:57 ReleaseNotes/0.5.0 edited by
- Mention FAT and exFAT improvements. (diff)
- 00:01 Ticket #59 (FAT server improvement: FAT12, FAT32, FAT64) closed by
- fixed: Fixed in mainline,1186.
- 00:00 Ticket #58 (FAT server improvement: LFN) closed by
- fixed: Fixed in mainline,1186.
2011-08-26:
- 23:52 Changeset in mainline [4cf5ed46]lfnserial by
- Merge from lp:~jakub/helenos/fat-from-oleg. * This merge effectively …
- 23:42 Changeset in mainline [0be611b]lfnserial by
- Do not leave parentp→idx→lock locked when returning from fat_link().
- 23:36 Changeset in mainline [7ece4247]lfnserial by
- Cleanup.
- 23:06 Changeset in mainline [4bf6895]lfnserial by
- Use 32-bit max number of clusters.
- 23:04 Changeset in mainline [5d95f02]lfnserial by
- Cleanup.
- 21:19 Changeset in mainline [0dbe5ac]lfnserial by
- Cstyle.
- 14:32 StudentTips edited by
- Improve tips. (diff)
- 14:26 StudentTips edited by
- More levels of tips. (diff)
- 14:16 WikiStart edited by
- Rename tips' page. (diff)
- 14:15 ThesesTips created by
- ThesesTips → StudentTips.
- 14:14 StudentTips edited by
- (diff)
- 14:11 StudentTips edited by
- Improve tips. (diff)
- 13:46 GSOC edited by
- Remove link to an outdated blog. (diff)
- 07:14 Changeset in mainline [0815000]lfnserial by
- libusbhost: Clarify usage of speed parameter.
2011-08-25:
- 22:15 Changeset in mainline [ff0c270]lfnserial by
- Cstyle.
- 21:42 Changeset in mainline [abb7491c]lfnserial by
- Cstyle.
- 21:20 Changeset in mainline [81e20c7]lfnserial by
- Fix computation of cfg.total_sectors.
- 21:07 Changeset in mainline [462b418]lfnserial by
- Recognize only —type 12, 16 and 32.
- 20:41 Changeset in mainline [ede7ae1]lfnserial by
- Do not limit FAT12 to 512 BPS.
- 20:31 Changeset in mainline [c80100f]lfnserial by
- Do not forget the —size value.
- 20:12 Changeset in mainline [24738df]lfnserial by
- Use the same value for SPC for all FAT variants in mkfat. * This …
- 17:24 Ticket #366 (Cating a block device node renders the console unusable) created by
- As of mainline,1184, the following will render the console unusable: …
- 16:14 Changeset in mainline [f974519]lfnserial by
- ohci: Fix double enqueue issue, refactoring
- 15:33 Changeset in mainline [09ace19]lfnserial by
- ohci: remove unused code
- 15:15 Changeset in mainline [cc34f5f0]lfnserial by
- ohci: Fix new arch paths
- 14:40 Changeset in mainline [961c29e8]lfnserial by
- ohci: hub switched to generic hcd
- 14:21 Changeset in mainline [620c710]lfnserial by
- libushost: promote endpoint data dtor to destruction hook ohci: use …
- 13:53 Changeset in mainline [e20eaed]lfnserial by
- ohci: Rename hcd_endpoint ⇒ ohci_endpoint to avoid hcd confusion
- 13:16 Changeset in mainline [23b0fe8]lfnserial by
- libusbhost,uhci,ohci: Remove batch init hook. Hw specific …
- 13:04 Changeset in mainline [90dd59d]lfnserial by
- ohci: implement schedule function, finish batch initialization
- 13:01 Changeset in mainline [4f0e510]lfnserial by
- libusbhost: Add hcd paramter to ep creation hook.
- 11:34 Changeset in mainline [e2976bb]lfnserial by
- OHCI: Begin move to new hcd arch, plug in batch init hook.
- 11:15 Changeset in mainline [27873be]lfnserial by
- UHCI: rename function
- 10:40 Changeset in mainline [b02308e]lfnserial by
- OHCI: Use destructor instead of manual clearing.
- 10:17 Changeset in mainline [32e093e]lfnserial by
- libusbhost: Add destructor for hcdata
- 08:53 Changeset in mainline [1a02517]lfnserial by
- libusbhost: Streamline new hcd arch. UHCI: follow changes in …
2011-08-24:
- 22:38 Changeset in mainline [26ad20b]lfnserial by
- Cleanup mkfat.
- 21:51 Changeset in mainline [81e9cb3]lfnserial by
- Make wstr_to_str() and str_to_wstr() void functions again.
- 21:32 Changeset in mainline [980311e]lfnserial by
- Remove wstr_chr().
- 21:20 Changeset in mainline [a5454cf]lfnserial by
- Remove wstr_rchr().
- 21:16 Changeset in mainline [c065743]lfnserial by
- Remove str_reverse() and size_t_str().
- 20:31 Changeset in mainline [ace588a]lfnserial by
- Remove wstr_is_ascii().
- 20:20 Changeset in mainline [ebddd71]lfnserial by
- Rename U[IP]H_DK_KEY to U[IP]H_SID_KEY.
- 20:15 Changeset in mainline [eb660787]lfnserial by
- Remove unneeded stuff.
- 20:10 Changeset in mainline [375ab5e]lfnserial by
- Merge from lp:~romanenko-oleg/helenos/fat.
- 15:23 Changeset in mainline [3afb758]lfnserial by
- UHCI: Remove old code Add support for hcd_t destruction.
- 14:40 Changeset in mainline [5fe0a69]lfnserial by
- UHCI: Use new usb hc driver architecture.
- 13:32 Changeset in mainline [df8f3fa]lfnserial by
- Fix: only reset ep if the control transfer was sucessful.
- 11:46 Changeset in mainline [31bc40e]lfnserial by
- Fix include guard typo
- 11:39 Changeset in mainline [45d105a]lfnserial by
- Add generic USB HC driver interface.
2011-08-23:
- 17:44 Changeset in mainline [7fadb65]lfnserial by
- fix printout of signed integer arguments (thx Jiri Zarevucky) …
2011-08-22:
- 20:02 Changeset in mainline [7ce7cfb]lfnserial by
- remove some extra empty lines
2011-08-21:
- 22:02 UsersGuide/CommandReference edited by
- Changes related to DDF and location service (diff)
- 19:31 EBox2300 edited by
- Request for more info (diff)
- 18:09 Changeset in mainline [842a2d2]lfnserial by
- FAT: fix. Using constants instead of magic numbers
- 17:57 Changeset in mainline [9fbe05e]lfnserial by
- FAT and exFAT: fix for SPARC64
- 16:48 Changeset in mainline [bb74dabe]lfnserial by
- Removed duplicated declarations of intptr_t.
- 15:35 Changeset in mainline [ec7f8b1]lfnserial by
- Merge mainline changes.
- 15:27 Changeset in mainline [7234617]lfnserial by
- FAT: fixes for mips support
- 14:13 Changeset in mainline [5935c079]lfnserial by
- preferably use ssize_t for signed size values cstyle
- 13:24 Changeset in mainline [f90eb75]lfnserial by
- merge another bdsh stack overflow fix
- 13:16 Changeset in mainline [b48d046]lfnserial by
- cstyle (no change in functionality)
- 13:09 Changeset in mainline [25c1b2c]lfnserial by
- update the URL
- 13:07 Changeset in mainline [bd5f3b7]lfnserial by
- Merge mainline changes.
- 13:06 Changeset in mainline [86a34d3e]lfnserial by
- Make ia64 PIO functions usable with memory-mapped registers.
- 13:02 Changeset in mainline [8a6ba94]lfnserial by
- Fix stack overflow also in completion code
- 12:04 Changeset in mainline [d1e196f7]lfnserial by
- Merge mainline changes
- 11:54 Changeset in mainline [1a5b252]lfnserial by
- DDF support for function offlining and onlining. This allows …
- 11:44 Changeset in mainline [a6480d5]lfnserial by
- merge Martin Sucha's fixes and improvements
- 11:29 Changeset in mainline [1877128]lfnserial by
- Fix filenames that referenced readme file
- 11:09 Changeset in mainline [4c35a76]lfnserial by
- Don't lie about the contents of the readme file
- 11:03 Changeset in mainline [b9ae539]lfnserial by
- Allocate space for tokens on the heap as it is too large for a stack …
- 10:53 Changeset in mainline [f737c1d5]lfnserial by
- Fix bdsh completion crash
- 10:28 Changeset in mainline [6045ecf]lfnserial by
- Enhance justify aligment mode and align bdsh help to the left
- 08:24 Changeset in mainline [c22531fc]lfnserial by
- cstyle (no change in functionality)
- 08:18 Changeset in mainline [19d007e]lfnserial by
- Fix handling of empty lines when using ALIGN_JUSTIFY
- 08:15 Changeset in mainline [fcfac250]lfnserial by
- Use proper formula to calculate number of spaces between words when …
- 08:06 Changeset in mainline [e406736]lfnserial by
- Check for unknown alignment type
- 06:09 Changeset in mainline [c4a8e4a]lfnserial by
- batch command stops executing the command sequence on the first failure.
- 01:15 Changeset in mainline [6b9355a]lfnserial by
- Added two more toolchain demos (edit and top).
2011-08-20:
- 22:58 Changeset in mainline [22cf42d9]lfnserial by
- Add formatting library and display help message wrapped
- 18:31 Changeset in mainline [ac08cd9]lfnserial by
- Merge PCC.
- 18:26 Changeset in mainline [6ab014d]lfnserial by
- Remove directories for machines that can't be supported at the moment.
- 18:21 Changeset in mainline [07b39338]lfnserial by
- Merge libposix.
- 18:15 Changeset in mainline [0cf27ee]lfnserial by
- Fix external.c files and change a few things in configuration.
- 17:04 Changeset in mainline [c8f70eb]lfnserial by
- pcc incompatible inline assembly rewritten in a more agreeable fashion.
- 17:03 Changeset in mainline [81bc309]lfnserial by
- batch command rewritten as builtin command.
- 15:32 Changeset in mainline [e64df9a]lfnserial by
- Merge devman-driver and driver-devman parallel exchange support.
- 15:31 Changeset in mainline [422722e]lfnserial by
- Devman-driver and driver-devman parallel exchange support. Also fix …
- 15:03 Changeset in mainline [93ad49a8]lfnserial by
- Make the hack more generic to work around problems with callback …
- 14:55 Changeset in mainline [0f4532e]lfnserial by
- Make service_connect() work with parallel exchange management.
- 13:44 Changeset in mainline [c916dfc]lfnserial by
- Merge mainline changes.
- 13:42 Changeset in mainline [4e6577c]lfnserial by
- Merge 64-bit build fix from Martin Sucha.
- 13:39 Changeset in mainline [abf04a54]lfnserial by
- Merge PIO improvement from Zdenek Bouska.
- 13:36 Changeset in mainline [f41682c]lfnserial by
- Fix build on 64-bit platforms
- 09:05 Changeset in mainline [5fb32c5]lfnserial by
- Merge mainline changes.
- 06:51 Changeset in mainline [a0fc4be]lfnserial by
- Merge Martin Sucha's improvements to bdsh completion: * improved …
2011-08-19:
- 20:21 Changeset in mainline [e3e4a2c]lfnserial by
- resurrect the original PSE page mapping code and use it if PSE is …
- 20:11 Changeset in mainline [b2727f18]lfnserial by
- Add missing copyright line
- 20:01 Changeset in mainline [38db8e40]lfnserial by
- Remove forgotten debugging output
- 19:57 Changeset in mainline [be61b8f]lfnserial by
- Display completion options in column format
- 18:51 Changeset in mainline [58cbf8d5]lfnserial by
- basic support for tracking a client replica of the remote state in …
- 18:24 Changeset in mainline [e14a103]lfnserial by
- Use tokenizer in bdsh completion
- 18:20 Changeset in mainline [5992e0e]lfnserial by
- Fix bdsh tokenizer
- 18:08 Changeset in mainline [7b2a7ad]lfnserial by
- Merge from lp:~jakub/helenos/camp2011.
- 18:03 Changeset in mainline [ab34cc9]lfnserial by
- Make IPC_M_CONNECT_TO_ME more consistent with IPC_M_CONNECT_TO_ME. - …
- 17:37 Changeset in mainline [be79a663]lfnserial by
- Merge libposix changes.
- 17:36 Changeset in mainline [921b84f]lfnserial by
- Merge libposix changes.
- 17:29 Changeset in mainline [b76a7329]lfnserial by
- make async_sess_t and async_exch_t structures private (to avoid any …
- 17:09 Changeset in mainline [f00af83]lfnserial by
- Removed no more supported functionality from freopen() and fcntl() as …
- 16:59 Changeset in mainline [1c99eae]lfnserial by
- cstyle (no change in functionality)
- 16:56 Changeset in mainline [107f2e0]lfnserial by
- Merge mainline changes.
- 16:46 Changeset in mainline [16f9782]lfnserial by
- Merge mainline changes.
- 16:44 Changeset in mainline [633bcc6]lfnserial by
- Fix leftover use of task hash in ipc_connect_to_me().
- 16:31 Changeset in mainline [45059d6b]lfnserial by
- Set connection handler for callback session from devman to driver …
- 16:23 Changeset in mainline [0fe52ef]lfnserial by
- cstyle (no change in functionality)
- 16:20 Changeset in mainline [649f087]lfnserial by
- in_task_id should be of type task_id_t
- 16:17 Changeset in mainline [7a2f7ecd]lfnserial by
- Merge from lp:~jakub/helenos/camp2011.
- 16:04 Changeset in mainline [36b16bc]lfnserial by
- Fix leftover use of task hash in async_connect_to_me().
- 14:44 Changeset in mainline [0662451]lfnserial by
- Extend bdsh tokenizer to include more information
- 14:06 Changeset in mainline [9247c02c]lfnserial by
- Merge from lp:~jakub/helenos/camp2011.
- 12:38 Changeset in mainline [e2ab36f1]lfnserial by
- Track client data by client task ID instead of client task hash.
- 12:24 Changeset in mainline [2f2f1186]lfnserial by
- Merge printf_core patch from Petr Koupy.
- 12:23 EBox2300 created by
- 12:09 HardwareSupport edited by
- Add ebox2300 to the list of real machines (diff)
- 12:06 Changeset in mainline [7beb220]lfnserial by
- Skeleton of devctl utility. Currently prints device tree.
- 11:59 Changeset in mainline [d767cb1]lfnserial by
- Merge i486 support from Martin Sucha.
- 11:35 Changeset in mainline [89660f2]lfnserial by
- Merge mainline changes
- 11:35 Changeset in mainline [7dcb7981]lfnserial by
- Change bdsh tokenizer
- 11:29 Changeset in mainline [c2cf033]lfnserial by
- Do not redefine task_t in event.h.
- 09:20 Changeset in mainline [ac7f81d]lfnserial by
- Also exclude read_msr from asm.h on i486
- 09:07 Ticket #259 (Passing a file reference should be a first-class VFS operation) closed by
- fixed: In mainline,1159, I merged a solution to this problem that …
- 09:00 Changeset in mainline [903bac0a]lfnserial by
- Merge mainline changes.
- 08:58 Changeset in mainline [42a619b]lfnserial by
- Merge from lp:~jakub/helenos/camp2011.
- 08:32 Changeset in mainline [d894fbd]lfnserial by
- Fix undefined return value in loader_set_files().
2011-08-18:
- 21:52 Changeset in mainline [cdc8ee2d]lfnserial by
- Really drop one reference in async_put_client_data_by_hash().
- 21:32 Changeset in mainline [8c15255]lfnserial by
- Add support for i486/vortex86 processor
- 20:55 Changeset in mainline [f4fa6d9]lfnserial by
- Remove CPUID check for PSE on ia32 as we no longer need that
- 20:27 Changeset in mainline [ea186c6]lfnserial by
- Merge mainline changes.
- 20:27 Changeset in mainline [d7427a7e]lfnserial by
- Merge mainline changes.
- 20:26 Changeset in mainline [cf22ada]lfnserial by
- Merge mainline changes.
- 20:12 Changeset in mainline [ef7052ec]lfnserial by
- Add missing files.
- 20:10 Changeset in mainline [d0dd7b5]lfnserial by
- Work on device removal: - properly track service memberships in …
- 18:59 Changeset in mainline [1f44b056]lfnserial by
- Merge binutils changes.
- 18:47 Changeset in mainline [0cc32f2]lfnserial by
- Merge libposix changes.
- 18:45 Changeset in mainline [a92cf94f]lfnserial by
- Merge libposix changes.
- 18:41 Changeset in mainline [f55b12b]lfnserial by
- Merge mainline changes.
- 18:09 Changeset in mainline [c56c4576]lfnserial by
- exFAT: fixes to support big endian. Tested on mips32 EB
- 16:05 Changeset in mainline [76d6169]lfnserial by
- Get rid of fopen_handle().
- 15:33 Changeset in mainline [221ab41a]lfnserial by
- Need to open remote node in vfs_pass_handle().
- 15:32 Changeset in mainline [44451ee]lfnserial by
- Partially revert changes made in changeset …
- 14:25 Changeset in mainline [763e0cd]lfnserial by
- Locinfo utility. Right now displays yellow pages.
- 14:05 Changeset in mainline [27b76ca]lfnserial by
- Synchronize VFS handle acceptor with VFS. * Introduce …
- 13:38 Changeset in mainline [3190e88]lfnserial by
- Added missing comments to pwd.
- 13:34 Changeset in mainline [1dc4a5e]lfnserial by
- Renaming to reflect classes are gone.
- 12:42 Changeset in mainline [99ac5cf]lfnserial by
- Fix leak.
- 12:35 Changeset in mainline [e280857]lfnserial by
- Remove class infrastructure from devman.
- 12:29 Changeset in mainline [3f33b95]lfnserial by
- CStyle in strstr().
- 12:10 Changeset in mainline [b33ec43]lfnserial by
- Remove support for directly opening nodes from VFS and libfs.
- 12:08 Changeset in mainline [7e10aee]lfnserial by
- Rewrite strstr() using Knuth-Morris-Pratt algorithm.
- 12:05 Changeset in mainline [7171760]lfnserial by
- Rework the way how open files are passed from parent task to child. - …
- 08:00 Changeset in mainline [ee24574]lfnserial by
- Merge libposix changes.
2011-08-17:
- 20:44 Changeset in mainline [1d2a1a9]lfnserial by
- Merge libposix changes.
- 20:43 Changeset in mainline [c53a705]lfnserial by
- Resolved intptr_t FIXME.
- 20:34 Changeset in mainline [866e627]lfnserial by
- Export vfs_exchange_begin() and vfs_exchange_end().
- 20:34 Changeset in mainline [df02460]lfnserial by
- Fix includes.
- 20:25 Changeset in mainline [6921178]lfnserial by
- Edited or removed some TODO/FIXME comments.
- 19:58 Changeset in mainline [0f963cb]lfnserial by
- Merge binutils changes.
- 19:57 Changeset in mainline [bb285b4]lfnserial by
- Improved reliability and speed of the parallel build.
- 19:56 Changeset in mainline [55b1efd]lfnserial by
- Minor corrections and unifications of the recently added documentation.
- 19:10 Changeset in mainline [b112055]lfnserial by
- Boot ia32 without Page Size Extensions
- 18:04 Changeset in mainline [3e01316f]lfnserial by
- Merge libposix.
- 17:47 Changeset in mainline [e6165be]lfnserial by
- Documentation and changes to <time.h> implementation.
- 17:46 Changeset in mainline [1b55da67]lfnserial by
- Minor fixes in <string.h> implementation.
- 17:44 Changeset in mainline [0d33863]lfnserial by
- getloadavg() implementation.
- 17:44 Changeset in mainline [4419c34]lfnserial by
- Documentation and addition of signal queue to <signal.h>
- 17:42 Changeset in mainline [4c8f5e7]lfnserial by
- Documentation and minor changes
- 17:36 Changeset in mainline [903bd436]lfnserial by
- Renumber some error codes.
- 16:22 Changeset in mainline [2c4aa39]lfnserial by
- Add async framework wrappers for IPC_M_STATE_CHANGE_AUTHORIZE.
- 15:52 Ticket #365 (Changing LED status bricks A4Tech keyboard) created by
- I have an A4Tech KB-5A Water-proof USB keyboard. The keyboard seems to …
- 15:07 Changeset in mainline [2bc13887]lfnserial by
- Add vfs_pass_handle().
- 13:39 Changeset in mainline [12f9f0d0]lfnserial by
- Notifications on changes in loc categories. Limitations: - cannot …
- 13:36 Changeset in mainline [455f190]lfnserial by
- Add interfaces for safe accessing foreign client data. * Add …
- 13:28 BinutilsMaintenance edited by
- Corrected qemu version. (diff)
- 13:19 Changeset in mainline [26fbb7bb]lfnserial by
- Factor out code for getting and dropping references to client_t's.
- 13:16 Changeset in mainline [9bf51e64]lfnserial by
- Uspace support for per-task events.
- 09:08 Changeset in mainline [fdd4898]lfnserial by
- Add IPC_M_STATE_CHANGE_AUTHORIZE. * This message is used when two …
2011-08-16:
- 21:51 Changeset in mainline [5d0500c]lfnserial by
- Introduce per-task kernel event notifications.
- 19:51 Changeset in mainline [602c3d8c]lfnserial by
- Improve HelenOS mkfat. Add option "—type 12|16|32" to toggle FAT type
- 19:21 Changeset in mainline [cc677f1]lfnserial by
- Minor coding style correction in Makefile.
- 19:17 Changeset in mainline [2aadf2b]lfnserial by
- Minor coding style corrections.
- 19:17 Changeset in mainline [49160c4]lfnserial by
- Resolved conflicts caused by mainline merge.
- 18:53 Changeset in mainline [db6e419]lfnserial by
- Merge mainline changes.
- 17:53 Changeset in mainline [45058baa]lfnserial by
- Use async_data_read() instead of async_data_read_start() to get actual …
- 17:49 Ticket #364 (Possible NULL pointer dereference in async.c) created by
- There are several possible cases of NULL pointer dereference in …
- 17:40 Changeset in mainline [b585dfa9]lfnserial by
- Index abi/ subtree by cscope too.
- 17:31 Changeset in mainline [cce8a83]lfnserial by
- loc_service_get_name() to translate service ID to name.
- 16:47 Changeset in mainline [6d605e6]lfnserial by
- remove forgotten header include for debugging purposes cstyle
- 16:36 Changeset in mainline [ae560da]lfnserial by
- exFAT: fix exfat_free_clusters. We should also clear Bitmap while …
- 16:30 Changeset in mainline [a9b756e]lfnserial by
- exFAT: fix exfat_alloc_clusters. Bitmap should have higher priority …
- 16:08 Changeset in mainline [1f419ecf]lfnserial by
- update Bazaar email plugin (show the first line of the commit log in …
- 16:03 Changeset in mainline [53d6ac3d]lfnserial by
- add some comments fix a typo
- 15:54 Changeset in mainline [b236849]lfnserial by
- printf_core helper functions for single character output returned …
- 15:42 Changeset in mainline [30c78c0]lfnserial by
- remove duplicate header inclusion
- 15:35 Changeset in mainline [278ac72]lfnserial by
- Add API for getting list of categories.
- 14:00 Changeset in mainline [16dc887]lfnserial by
- Merge Location service.
- 12:37 Changeset in mainline [cc574511]lfnserial by
- Basic category support in location service. Devman adds device …
- 10:37 Ticket #363 (Non-debug SMP build broken on Ski) created by
- As of mainline,1142, Ski will not boot (such as in the kernel terminal …
- 09:45 Changeset in mainline [3751a08]lfnserial by
- Allow IPC read of zero size.
2011-08-15:
- 21:47 Changeset in mainline [93e12f3]lfnserial by
- exFAT: allocate 1 cluster while creating directory similar to FAT server
- 21:45 Changeset in mainline [bca3eac]lfnserial by
- exFAT: implement exfat_directory_write_file ! Now exFAT ready for …
- 21:44 Changeset in mainline [b4af128]lfnserial by
- exFAT: function for calculating hash for file name
- 21:43 Changeset in mainline [e0d98b2]lfnserial by
- exFAT: bitmap_alloc_clusters fix
- 18:12 Changeset in mainline [b289005]lfnserial by
- exFAT: add exfat_uctable_get
- 18:09 Changeset in mainline [521550d]lfnserial by
- FAT: fix block count bug
- 18:08 Changeset in mainline [e8976b59]lfnserial by
- exFAT: implement exfat_read_uctable
- 17:23 Changeset in mainline [75513701]lfnserial by
- exFAT: fix fragmentation check
- 17:21 Changeset in mainline [9558eaa]lfnserial by
- exFAT: fix exfat.h
- 17:20 Changeset in mainline [7d78d16]lfnserial by
- exFAT: add exfat_directory_expand and exfat_directory_lookup_free functions
- 17:19 Changeset in mainline [8a06c1b]lfnserial by
- exFAT: implement exfat_zero_cluster
- 17:18 Changeset in mainline [d9aeab3]lfnserial by
- exFAT: zeroing cluster while expanding node
- 13:47 Changeset in mainline [8d8eeb9]lfnserial by
- Merge from lp:~jakub/helenos/ia64-revival.
- 13:23 Changeset in mainline [699f3bc]lfnserial by
- Support for calling static PAL procedures from the loader. * Added …
2011-08-14:
- 19:38 Changeset in mainline [4ba3535]lfnserial by
- exFAT: implement exfat_directory_erase_file
- 19:31 Changeset in mainline [d8df2fb]lfnserial by
- exFAT: implement exfat_directory_sync_file
- 18:10 Changeset in mainline [151a4e2]lfnserial by
- exFAT: using exfat directory api for exfat_node_sync
- 17:36 Changeset in mainline [cd860fc]lfnserial by
- exFAT: using exfat directory api in exfat_node_get_core instead of …
- 17:24 Changeset in mainline [f061de75]lfnserial by
- exFAT: add exfat_directory_open_parent for managing parent directory …
- 09:32 Changeset in mainline [25c60f4]lfnserial by
- exFAT: implement bitmap_is_free, bitmap_clear_cluster
- 09:23 Changeset in mainline [5d5863c]lfnserial by
- exFAT: move bitmap_* function to separate file exfat_bitmap.c
- 08:34 Changeset in mainline [5f0e16e4]lfnserial by
- exFAT: implement bitmap_replicate_clusters
- 08:22 Changeset in mainline [245b7945]lfnserial by
- exFAT: implement bitmap_set_clusters, bitmap_clear_clusters, …
- 07:57 Changeset in mainline [a18bd22]lfnserial by
- exFAT: implement bitmap_append_clusters
- 07:44 Changeset in mainline [f7d90eb]lfnserial by
- exFAT: implement bitmap_alloc_clusters
- 07:09 Changeset in mainline [7be14db]lfnserial by
- exFAT: make BPS, SPC and BPC values unsigned
- 07:07 Changeset in mainline [998a78f]lfnserial by
- exFAT: functions for managing nodes (expand, shrink, write, truncate, …
- 07:06 Changeset in mainline [f3d4cd35]lfnserial by
- exFAT: functions for managing clusters chain and skeleton for bitmap …
- 07:05 Changeset in mainline [7f0c08c]lfnserial by
- exFAT: skeleton for writing file name
- 00:20 Changeset in mainline [b705ecc]lfnserial by
- Merge binutils changes.
- 00:19 Changeset in mainline [1cc4a09]lfnserial by
- Merge libposix changes.
- 00:08 KnowledgeArticles edited by
- Added link to binutils maintenance (diff)
- 00:04 BinutilsMaintenance edited by
- Minor corrections in formatting (diff)
- 00:01 BinutilsMaintenance created by
- Initial version
2011-08-11:
- 17:20 Changeset in mainline [6d100fd]lfnserial by
- Added help printouts for batch command.
- 17:20 Changeset in mainline [7dfcc50a]lfnserial by
- Inline assembly in amd64 libc headers made compatible with pcc.
- 14:14 Changeset in mainline [c6f08726]lfnserial by
- eradicate PPMs and pixmaps completely make TGA and image map code more …
- 00:16 Changeset in mainline [e898296d]lfnserial by
- Integration fixes.
- 00:06 Changeset in mainline [e0e922d]lfnserial by
- Bugfix in freopen().
2011-08-10:
- 18:34 Changeset in mainline [67b05ff]lfnserial by
- cherrypick from fb server rewrite: store images as Truevision TGA …
- 18:09 Changeset in mainline [e090244c]lfnserial by
- Fix for exfat_idx.c
- 18:08 Changeset in mainline [e97b8c6]lfnserial by
- Update exfat_ops.c to support new VFS_OUT interface
- 17:45 Changeset in mainline [62e29ae]lfnserial by
- cstyle
- 12:40 Camp2011 edited by
- Remove Vojta from the list of attendees. (diff)
- 00:01 Changeset in mainline [814717fa]lfnserial by
- Fix some paths.
2011-08-09:
- 21:12 Changeset in mainline [b538ca5c]lfnserial by
- Fix ppc32-qe.sh, -M mac99 is not supported yet.
- 18:08 Changeset in mainline [c0699467]lfnserial by
- do not provide general access to kernel headers from uspace, only …
- 11:58 Changeset in mainline [3666d38]lfnserial by
- Do not turn warnings to errors for cross binutils build. …
2011-08-07:
- 22:09 Changeset in mainline [577fe9b6]lfnserial by
- Support for calling SAL procedures from the loader. * Added …
- 11:21 Changeset in mainline [86ffa27f]lfnserial by
- Merge mainline changes.
2011-08-06:
- 09:40 Changeset in mainline [e8067c0]lfnserial by
- Write register state in core files / mips32 (not working).
- 07:16 Changeset in mainline [d3e241a]lfnserial by
- Merge libposix changes.
- 07:04 Changeset in mainline [c67aff2]lfnserial by
- Quadruple-precision softfloat, coding style improvements. Details …
2011-08-05:
- 16:57 Changeset in mainline [a8bb38c]lfnserial by
- do not use tabs for in-line spacing, use spaces (the size of a tab …
- 15:24 Changeset in mainline [12bcae0]lfnserial by
- fix typos
2011-08-03:
- 18:58 Changeset in mainline [ccfbf71]lfnserial by
- Migrate mainline changes to exfat.c
- 18:52 Changeset in mainline [f1119e5]lfnserial by
- Migrate changes from mainline to exfat.h
- 18:49 Changeset in mainline [9cc1f43]lfnserial by
- Migrate changes from mainline to exfat_idx.c
- 18:32 HowToContribute edited by
- Link HelenOS-devel (diff)
- 17:53 Changeset in mainline [1940326]lfnserial by
- Minor fixes for update
- 17:34 Changeset in mainline [a33f0a6]lfnserial by
- Merge from mainline
2011-08-02:
- 20:24 Changeset in mainline [52a79081]lfnserial by
- Now exFAT server can read files and directories!
- 20:23 Changeset in mainline [6f60727]lfnserial by
- Implement exfat_sync
- 20:23 Changeset in mainline [d8634a79]lfnserial by
- Implement exfat_stat
- 20:21 Changeset in mainline [f6641d2]lfnserial by
- Implement exfat_close and exfat_open_node
- 20:21 Changeset in mainline [36c2679]lfnserial by
- Implement exfat_read
- 19:58 Changeset in mainline [8c18b7a]lfnserial by
- IMplement exfat_lookup
- 19:58 Changeset in mainline [04a153f]lfnserial by
- Fix for testing
- 19:57 Changeset in mainline [963ea42]lfnserial by
- exFAT: minor fix in exfat_directory_read_file
- 19:54 Changeset in mainline [0bd5ff1]lfnserial by
- Implement exfat_match
- 19:36 Changeset in mainline [59c0777]lfnserial by
- Implement exfat_has_children
- 19:10 Changeset in mainline [8f54827]lfnserial by
- Implement exfat_node_put
- 19:08 Changeset in mainline [f01fea3]lfnserial by
- Implement exfat_node_get_core
- 15:04 Camp2011 edited by
- (diff)
2011-08-01:
- 08:26 Changeset in mainline [d2c67e7]lfnserial by
- remove useless goto
2011-07-31:
- 21:01 Changeset in mainline [9a6034a]lfnserial by
- Undefined DEBUG macro from native stdio.h.
- 19:56 Changeset in mainline [26fb118a]lfnserial by
- Attempt to parse the EFI and SAL system / configuration table.
- 05:08 Changeset in mainline [b7ee0369]lfnserial by
- Merge libposix changes.
- 05:00 Changeset in mainline [27a8d1d]lfnserial by
- Added softint shifts and comparisons.
- 04:59 Changeset in mainline [2a53f71]lfnserial by
- Added missing comments to the newly implemented functions.
2011-07-30:
- 18:37 Changeset in mainline [7a2be00]lfnserial by
- Fix bug in the mfs_remove_dentry()
- 18:14 Changeset in mainline [eefb653]lfnserial by
- mfs_destroy_node() should call mfs_node_put() even in case of error.
- 13:45 Changeset in mainline [051e6ac]lfnserial by
- Added arm32-specific intrusive patch.
2011-07-29:
- 20:53 USB edited by
- OHCI works on real HW (diff)
- 20:32 Changeset in mainline [6f7e0cd]lfnserial by
- Temporary disable hard links counter, mfs_destroy_node() should call …
- 20:26 ArchFeature edited by
- arm32, ppc32 (diff)
- 20:26 Changeset in mainline [3fab770]lfnserial by
- Write register state to core files (arm32, ppc32). ppc32 is untested …
- 19:31 Ticket #362 (Line debugging information breaks arm32) created by
- If you take profile arm32/GXemul plus enable CONFIG_LINE_DEBUG, the …
- 17:46 Changeset in mainline [11544f4]lfnserial by
- Implement a few functions for dealing with temporary files.
- 17:12 Changeset in mainline [ffff746]lfnserial by
- Bugfix in signal.c
- 16:33 Changeset in mainline [74e6b1f]lfnserial by
- Write register state to core files (amd64).
- 16:32 ArchFeature edited by
- Register state / amd64 (diff)
- 14:59 Changeset in mainline [e106599]lfnserial by
- Merge PCC fix
- 14:58 Changeset in mainline [1814ee4d]lfnserial by
- Merge libposix
- 14:58 Changeset in mainline [d85a01c]lfnserial by
- Merge mainline
- 14:53 Changeset in mainline [b6759f4]lfnserial by
- Fix conflict introduced in mainline.
- 14:50 Changeset in mainline [00c2de63]lfnserial by
- Merge libposix.
- 14:47 Changeset in mainline [7ae249d]lfnserial by
- Merge mainline.
2011-07-28:
- 22:51 Changeset in mainline [9350bfdd]lfnserial by
- Fix the case when errno is non-zero on entry to getcwd().
- 22:34 Changeset in mainline [955c2b0]lfnserial by
- Bugfixes in getcwd() and access().
- 22:29 Ticket #325 (APIC driver non-functional) closed by
- fixed: Fixed in mainline,1130. The APIC driver works in simple …
- 22:22 Changeset in mainline [f5d51de]lfnserial by
- Improve the uspace APIC driver. * Fixes networking on SMP ia32/amd64 …
- 20:56 Changeset in mainline [99e846f0]lfnserial by
- Fix a little bug in the mount function which prevents unmount() to …
- 20:36 Changeset in mainline [bb8cd79]lfnserial by
- Add comments
- 19:53 Changeset in mainline [99f043e]lfnserial by
- Compute the maximum size of each inode
- 19:13 Changeset in mainline [e91b898]lfnserial by
- cstyle
- 18:08 Changeset in mainline [5b38ecf0]lfnserial by
- Do not read data from disk if it is not needed.
- 18:03 Changeset in mainline [c8d0d6d8]lfnserial by
- Fix memory leak in mfs_destroy_node()
- 17:39 Changeset in mainline [75406dc]lfnserial by
- Additional wrappers and fixes for VFS functions.
Note: See TracTimeline
for information about the timeline view.