Timeline
2010-01-27:
- 22:23 Changeset in mainline [a9bbe48d]lfnserial by
- Merge formatting macros for userspace.
- 22:22 Changeset in mainline [1ccafee]lfnserial by
- Add type formatting macros for HelenOS system types (sys/typefmt.h) …
- 21:44 Changeset in mainline [fb6f1a5]lfnserial by
- Implement some of C99 inttypes.h header (formatting macros for …
- 20:35 Changeset in mainline [b79d450]lfnserial by
- Merge mainline changes.
- 20:21 Ticket #174 (Mounting the same file system instance under multiple mount points ...) created by
- When e.g. TMPFS is mounted like this: mount tmpfs /scratch null/0 …
- 20:21 Changeset in mainline [95e6c4f]lfnserial by
- Merge small taskdump improvements.
- 20:19 Ticket #173 (Need a command line tool to manage null devices) created by
- The HelenOS libc provides the devmap_null_create/destroy() API, but …
- 20:15 Ticket #172 (VFS should close client's open files upon client hangup) created by
- Currently, the memory occupied by client's open files is deallocated …
- 20:10 Changeset in mainline [bca408b]lfnserial by
- Merge TMPFS fix.
- 20:08 Changeset in mainline [f0bdfb7]lfnserial by
- It currently makes more sense to just dump stack traces to klog, …
- 20:03 Changeset in mainline [196a1439]lfnserial by
- Slightly improve taskdump output.
- 19:29 Changeset in mainline [1715b6af]lfnserial by
- nodes_compare() must check the number of passed keys.
2010-01-26:
- 22:49 Changeset in mainline [2314381]lfnserial by
- Merge jsvoboda/helenos/taskdump: Taskdump now prints stack traces, …
- 22:46 Changeset in mainline [3698e44]lfnserial by
- Add ability to determine task name and load symbol table from the …
- 21:31 Changeset in mainline [e515b21a]lfnserial by
- Make stacktrace implementation in C library more generic. Use it in …
- 19:18 Changeset in mainline [bb0d3d24]lfnserial by
- Merge TMPFS fixes and TMPFS support for unmount.
- 19:16 Changeset in mainline [e056e820]lfnserial by
- Finish implementation of tmpfs_unmounted().
- 19:03 Changeset in mainline [9bddf37]lfnserial by
- Free up node's resources in the 'nodes' hash table remove callback.
- 17:53 Changeset in mainline [88e870e]lfnserial by
- Do not free() node's data area if it was not allocated.
- 17:49 Changeset in mainline [e856c34]lfnserial by
- Change the order of TMPFS node keys.
- 17:13 Changeset in mainline [4557462]lfnserial by
- Add missing free().
2010-01-25:
- 22:26 Changeset in mainline [ce8c848]lfnserial by
- Merge progress on the unmount feature.
- 22:25 Changeset in mainline [c888102]lfnserial by
- Finish implementation of libfs_unmount().
- 22:10 Repositories edited by
- Add taskdump branch. (diff)
- 21:55 Changeset in mainline [3c11713]lfnserial by
- Add dummy libfs unmount support and change all file systems to use it. …
- 21:42 Changeset in mainline [6a4e972]lfnserial by
- VFS_OUT_UNMOUNT method should be accompanied by a file system index …
- 21:40 Changeset in mainline [80487bc5]lfnserial by
- Allow taskdump to read register state and extract PC, FP (not …
- 21:29 Repositories edited by
- link to the fs branch (diff)
- 21:12 Changeset in mainline [ea44bd1]lfnserial by
- When looking up the mount point node during vfs_mount() L_MP must be …
- 21:04 Changeset in mainline [f7376cbf]lfnserial by
- Rename L_NOCROSS_LAST_MP to L_MP and introduce L_ROOT. Lookup the …
- 20:15 Changeset in mainline [0d21b53]lfnserial by
- Move code code waiting for debugger to udebug.c:udebug_thread_fault(). …
- 19:52 Changeset in mainline [64af8f1]lfnserial by
- remove pyc files also in tools/checkers
- 18:40 Changeset in mainline [50fda24]lfnserial by
- add Abstract32 Little Endian architecture (abs32le) the purpose of …
2010-01-24:
- 19:48 Changeset in mainline [86018c1]lfnserial by
- Implemented uspace keyboard driver. Cleanup needed.
- 17:40 Changeset in mainline [eeb643d]lfnserial by
- Implemented Niagara output userspace driver.
- 17:32 Changeset in mainline [e095644]lfnserial by
- Merge partial support for the unmount feature. VFS_OUT_UNMOUNT and …
- 17:30 Changeset in mainline [ae75e2e3]lfnserial by
- Finish implementation of VFS_IN_UNMOUNT in vfs.
- 17:21 Changeset in mainline [c4aca2c]lfnserial by
- Add vfs_node_forget(). Beware!
- 16:05 Changeset in mainline [319f4fb]lfnserial by
- Add vfs_nodes_refcount_sum_get().
- 16:01 Changeset in mainline [203a090]lfnserial by
- Add hash_table_apply().
- 13:02 Changeset in mainline [4b995b9]lfnserial by
- Introduce the L_NOCROSS_LAST_MP lookup flag and treat the last mount …
- 12:31 Changeset in mainline [c1a8e5e6]lfnserial by
- Fix outdated comment.
2010-01-23:
- 20:40 Ticket #131 (Task memory dumps) closed by
- fixed: Task dump infrastructure was merged in changeset:head,222. Udebug …
- 20:20 Changeset in mainline [fea0ce6]lfnserial by
- Merge task dump infrastructure.
- 20:18 Changeset in mainline [bc310a05]lfnserial by
- Make taskdump output faster.
- 20:08 Changeset in mainline [03333bc]lfnserial by
- Save dumps in files under /scratch.
- 19:19 Changeset in mainline [a074b4f]lfnserial by
- Implement fault notifications and task monitoring service.
- 14:25 Changeset in mainline [336db295]lfnserial by
- Fix THREAD_READ, add AREAS_READ Udebug method. Add task dump utility.
2010-01-22:
- 18:11 Changeset in mainline [b9067dfa]lfnserial by
- Finish the libc implementation of unmount().
- 17:23 Changeset in mainline [1b31a9f]lfnserial by
- Add method number for VFS_OUT_UNMOUNTED.
- 17:22 Changeset in mainline [7f5e070]lfnserial by
- Add dummy implementation of VFS_IN_UNMOUNT.
- 17:16 Changeset in mainline [9a25aeb]lfnserial by
- Finish the unmount bdsh command.
- 17:16 Changeset in mainline [21f32ee1]lfnserial by
- Add dummy unmount() implementation to libc.
- 17:01 Changeset in mainline [0cb2d72]lfnserial by
- Add dummy unmount command to bdsh.
- 16:52 Changeset in mainline [48e1467]lfnserial by
- Merge mainline changes.
2010-01-21:
2010-01-20:
- 22:00 ReleaseNotes/Trunk edited by
- GUID partition table driver (diff)
- 21:59 Changeset in mainline [9d3133d]lfnserial by
- Merge GUID partition table driver.
- 21:56 Changeset in mainline [975e7e9]lfnserial by
- Implement a basic GUID partition table driver.
- 20:33 Changeset in mainline [383ddd6]lfnserial by
- Merge mainline changes.
2010-01-18:
- 18:01 Ticket #170 (Cannot build HelenOS for any platform) closed by
- fixed: Fixed in changeset:head,220. A missing '-' in a include directive of …
- 17:54 Changeset in mainline [3c081d0e]lfnserial by
- Add missing dash (ignore mark) and dependency.
- 10:47 Ticket #171 (Cannot build ia32) closed by
- duplicate: Huh, this is just a duplicate of #170, I got into some …
- 10:46 Ticket #171 (Cannot build ia32) created by
- It is not possible to build the current head: […]
- 10:04 Ticket #170 (Cannot build HelenOS for any platform) created by
- It is not possible to build the current head: […]
2010-01-17:
- 11:02 Changeset in mainline [3e30c0b]lfnserial by
- Merge fix for loader not using the correct linker script.
- 11:01 Changeset in mainline [8416d46]lfnserial by
- Fix loader not using the correct linker script.
2010-01-16:
- 21:45 Changeset in mainline [cec261e]lfnserial by
- Merge improvement of remaining userspace makefiles.
- 21:43 Changeset in mainline [ccb785b]lfnserial by
- Use common make rules with loader.
- 21:22 Changeset in mainline [94790d01]lfnserial by
- Use -include where appropriate.
- 20:59 Changeset in mainline [079f440]lfnserial by
- Also use common make rules for libc.
- 19:15 Changeset in mainline [cf240cb]lfnserial by
- Common make rules for libraries (except libc).
2010-01-15:
- 22:22 Changeset in mainline [dc9162b]lfnserial by
- Merge first attempt at decreasing userspace makefile madness.
- 22:21 Changeset in mainline [15eeb93]lfnserial by
- libpci can only be built on ia32/amd64.
- 22:13 Changeset in mainline [e5773c6]lfnserial by
- Extract common makefile part for apps and servers, use for all apps …
- 20:34 Ticket #169 (ls hangs in fat fs root directory if root_ent_max not divisible by 16) closed by
- fixed: Fixed in changeset:head,216.
- 20:34 Changeset in mainline [d45660a]lfnserial by
- Merge FAT server fix.
- 20:31 Changeset in mainline [92bee46]lfnserial by
- Refuse to mount FAT file systems with root directory entries that do …
- 20:12 Ticket #152 (ia64 parallel build fails) closed by
- fixed: Fixed in changeset:head,215.
- 20:10 Changeset in mainline [5edb1f5]lfnserial by
- Fix ia64 parallel build.
- 19:36 Changeset in mainline [61c0402]lfnserial by
- Merge mainline changes.
- 19:35 Ticket #168 (Cannot write to file on FAT with certain root_ent_max / totsec) closed by
- fixed: Fixed in changeset:head,214.
- 19:34 Changeset in mainline [963462af]lfnserial by
- Merge FAT server fix.
- 19:32 Changeset in mainline [50f9c3a]lfnserial by
- Be more careful when testing whether the considered cluster really exists.
- 18:30 Changeset in mainline [99de22b]lfnserial by
- Merged latest trunk changes.
2010-01-14:
- 22:39 UsersGuide edited by
- Fix the note about toolchain.sh location (diff)
- 21:24 Ticket #169 (ls hangs in fat fs root directory if root_ent_max not divisible by 16) created by
- The fat file system driver does not handle the case when root_ent_max …
- 21:17 Ticket #168 (Cannot write to file on FAT with certain root_ent_max / totsec) created by
- For some combinations of root_ent_max (number of root entries) and …
- 20:17 Ticket #160 (Kconsole accepts commands with one extra trailing character) closed by
- fixed: Fixed in changeset:head,213.
- 20:16 Changeset in mainline [563d6077]lfnserial by
- Fix off-by-one error in kconsole command matching code.
- 19:20 Ticket #167 (Implement kernel stack tracing hooks for sparc64) created by
- Implement kernel hooks for stack tracing on sparc64. Currently, there …
- 19:14 Ticket #166 (Implement kernel stack tracing hooks for ppc32) created by
- Implement kernel hooks for stack tracing on ppc32. Besides the hooks, …
- 19:11 Ticket #165 (Implement stack tracing hooks for mips32) created by
- Implement kernel and libc hooks for stack tracing on mips32.
- 19:09 Ticket #164 (Implement stack tracing hooks for ia64) created by
- Implement kernel and libc hooks for stack tracing on ia64.
- 17:46 Ticket #71 (Stack walkers) closed by
- fixed: The kernel generic and ia32 and amd64 support was merged in …
- 15:55 UsersGuide edited by
- Changed path for toolchain.sh (diff)
- 15:29 Ticket #163 (Console does not handle mouse input) created by
- Mouse handling used to be implemented in Gcons. When running on a …
- 15:25 Ticket #162 (Mouse interface for console applications) created by
- While we have a mouse driver / mouse driver interface, this is only …
2010-01-13:
- 21:41 Changeset in mainline [aa53ee69]lfnserial by
- Merge: remove accidentally commited debugging code.
- 21:41 Changeset in mainline [2ffaab5]lfnserial by
- Remove accidentaly commited debugging code.
- 21:35 Changeset in mainline [990c70e]lfnserial by
- Merge FAT sanity checks.
- 21:33 Changeset in mainline [711e1f32]lfnserial by
- Do some sanity checks when mounting a fat file system.
- 20:39 Changeset in mainline [65737d4]lfnserial by
- Merge mainline changes.
- 17:52 Changeset in mainline [fd608dc]lfnserial by
- Merge the stacktrace branch. This merge introduces support for kernel …
- 17:48 Changeset in mainline [15817089]lfnserial by
- When dumping istate, print a stack trace from it.
- 17:35 Changeset in mainline [a5f63cd]lfnserial by
- Stop tracing arm32 stacks on the exception boundary. For arm32, it …
- 17:20 Changeset in mainline [c94841e]lfnserial by
- Dump istate only if not killing the task.
- 17:13 Changeset in mainline [83c5973]lfnserial by
- Rename arm32's r11 to fp.
- 17:04 Changeset in mainline [4b78d57]lfnserial by
- Stop tracing arm32 kernel thread stacks at their bottoms.
- 17:03 Changeset in mainline [1298da25]lfnserial by
- Create the first stack frame on the initial arm32 kernel stack.
- 16:47 Changeset in mainline [afd0106]lfnserial by
- Add support for kernel stack traces on arm32.
2010-01-11:
- 22:17 Changeset in mainline [439ba77]lfnserial by
- Merge yet more fixes for i460gx keyboard.
- 22:16 Changeset in mainline [9dcadb0]lfnserial by
- ia64/i460gx: third time's the charm.
- 20:33 Ticket #159 (i8042-based keyboard not functional on HelenOS/ia64) closed by
- fixed: Also needed to update i8042 property names in ia64.c. Fixed in …
- 20:31 Changeset in mainline [070e05a]lfnserial by
- Merge real fix for ticket #159.
- 20:30 Changeset in mainline [03a4476]lfnserial by
- Really fix keyboard on ia64/i460gx.
- 19:54 Ticket #161 (Machine target bgxemul does not build) closed by
- fixed: Fixed in changeset:head,207.
- 19:50 Changeset in mainline [c03f610]lfnserial by
- Merge the stacktrace branch.
- 19:43 Changeset in mainline [405f759]lfnserial by
- Fix mips32eb build.
2010-01-10:
- 22:39 Ticket #161 (Machine target bgxemul does not build) created by
- Big endian MIPS build (bgxemul) fails to link with unresolved symbols …
- 22:34 Changeset in mainline [52cdcbc]lfnserial by
- Merge possible fix for i460GX keyboard regression. (ticket #159)
- 22:32 Changeset in mainline [ed212f7]lfnserial by
- On i460GX need to add i8042 and c_mouse to the ramdisk, too.
- 21:15 Ticket #160 (Kconsole accepts commands with one extra trailing character) created by
- Kconsole will accept commands such as cpusx and taskw.
- 20:48 Changeset in mainline [d9ee2ea]lfnserial by
- Change the way how RIDs are mapped onto ASIDs. Instead of 7 RIDs per …
- 19:17 Ticket #157 (The ia64 kernel survives the fault1 kernel test) closed by
- fixed: Fixed in changeset:head,204. The problem was that addresses with both …
- 19:12 Ticket #159 (i8042-based keyboard not functional on HelenOS/ia64) created by
- When running in Simics (the ia64 model named vasa), the legacy PC …
- 19:00 Changeset in mainline [0ff9e67]lfnserial by
- Do not make the kernel region (RID 0) accessible from VRNs != 7.
- 14:01 Changeset in mainline [ccce242]lfnserial by
- Merge file_bd fixes.
- 13:58 Changeset in mainline [6c01702]lfnserial by
- Flush stream when writing blocks in file_bd. Also check fseek() return …
- 12:22 Changeset in mainline [c77a64f]lfnserial by
- Must clear error indicator when reading/writing blocks in file_bd, …
- 12:16 Changeset in mainline [5f70118]lfnserial by
- Merge mainline changes.
- 11:22 ReleaseNotes/Trunk edited by
- Add mkfile and mkfat. (diff)
- 09:34 Ticket #128 (FAT file system creator) closed by
-
fixed: The tool
mkfat
was merged in changeset:head,200. Also … - 00:02 Ticket #158 (The sparc64 kernel hangs during the fault1 test) closed by
- fixed: Fixed in changeset:head,202. When the kernel was trying to dump the …
2010-01-09:
- 23:48 Changeset in mainline [1ac3a52]lfnserial by
- The kernel symbol table must be always 8-byte aligned.
- 22:18 Changeset in mainline [c4702798]lfnserial by
- Revert accidental change in mkfat.py.
- 22:12 Changeset in mainline [234e39e]lfnserial by
- Merge mkfile and mkfat.
- 22:01 Changeset in mainline [9245413]lfnserial by
- Add syntax help for mkfat.
- 21:52 Changeset in mainline [08232ee]lfnserial by
- Obtain block device size automatically, if possible. Implement …
- 21:05 Changeset in mainline [dccf721]lfnserial by
- Add mkfat utility. Fix block writing in libblock and file_bd driver.
2010-01-08:
- 22:13 Changeset in mainline [40d4c1d]lfnserial by
- Merge the stack tracing branch. The merge includes generic and amd64 …
- 22:11 Changeset in mainline [6d7f9bfe]lfnserial by
- Dummy support for sparc64 kernel stack traces.
- 22:10 Ticket #158 (The sparc64 kernel hangs during the fault1 test) created by
- The sparc64 kernel hangs during the fault1 test, which is not the …
- 22:09 Ticket #157 (The ia64 kernel survives the fault1 kernel test) created by
- The ia64 kernel survives the fault1 kernel test. This is however not …
- 21:38 Changeset in mainline [4afd4ab]lfnserial by
- Dummy support for ppc32 kernel stack traces.
- 21:36 Changeset in mainline [f839070]lfnserial by
- Add semicolon.
- 21:32 Changeset in mainline [e1f0fe9]lfnserial by
- Dummy support for mips32 kernel stack traces.
- 21:29 Changeset in mainline [336d2faa]lfnserial by
- Add shell command for creating zero-filled files (mkfile).
- 21:24 Changeset in mainline [21941ac]lfnserial by
- Dummy support for ia64 kernel stack traces.
- 21:10 Changeset in mainline [aff0503]lfnserial by
- Add dummy support for arm32 kernel stack traces.
- 21:02 Changeset in mainline [49924b4]lfnserial by
- Add semicolon.
- 20:58 Changeset in mainline [304342e]lfnserial by
- Add amd64 specific support for kernel stack traces.
- 20:58 Changeset in mainline [fabc883]lfnserial by
- Add semicolon.
- 20:27 Changeset in mainline [cb597bc2]lfnserial by
- Improve instruction suffix.
- 20:23 Changeset in mainline [203deeb8]lfnserial by
- Print the stack trace on bad ia32 trap.
- 20:22 Changeset in mainline [f2f6636]lfnserial by
- When panicing, print a kernel stack trace.
- 20:21 Changeset in mainline [a5c86478]lfnserial by
- When killing a task, print its stack trace to klog.
- 20:18 Changeset in mainline [f6069801]lfnserial by
- Add generic support for kernel stack traces. One can print …
- 20:16 Changeset in mainline [4290746]lfnserial by
- Add ia32 specific support kernel stack traces.
- 20:13 Changeset in mainline [bac86377]lfnserial by
- Put sentinels to beginnings of all ia32 kernel stacks to stop …
- 20:08 Changeset in mainline [8fb47ec0]lfnserial by
- Add EBP to ia32 istate. Add interface to extract frame pointer from istate.
- 20:06 Changeset in mainline [f1a2c6e]lfnserial by
- Add semicolon.
- 20:03 Changeset in mainline [0dee005]lfnserial by
- Change symtab_name_lookup() to also return the offset from the …
- 20:01 Changeset in mainline [b83ba81]lfnserial by
- Formatting changes.
- 20:00 Changeset in mainline [7db4275]lfnserial by
- Print just the stack trace.
- 19:59 Changeset in mainline [3c01906]lfnserial by
- Formatting changes.
- 10:47 Ticket #47 (Mouse driver) closed by
- fixed: Fixed in changeset:head,183, changeset:head,184 and changeset:head,196.
2010-01-07:
- 20:01 Changeset in mainline [eb0bc90]lfnserial by
- Merge amd64 boot messages clarification.
- 19:41 Changeset in mainline [a5603ff]lfnserial by
- Merge supression of cursor noise in editor.
- 19:40 Changeset in mainline [8190e63]lfnserial by
- Hide cursor during redraw to supress noise.
- 19:06 Changeset in mainline [985e26d2]lfnserial by
- Merge mainline changes.
- 14:57 Ticket #156 (Improve support for non-xterm terminal emulators) created by
- HelenOS console can be accessed over a serial terminal, which is used …
2010-01-06:
- 22:33 HowToContribute edited by
- Grammar etc. (diff)
- 21:34 Meetings edited by
- Add missing diacritics. (diff)
- 21:27 HardwareSupport edited by
- Add PS/2 mouse. (diff)
- 21:22 ReleaseNotes/Trunk edited by
- Mouse driver. (diff)
- 21:07 Changeset in mainline [fccc236]lfnserial by
- Clarify amd64 boot error messages a bit.
- 20:56 Changeset in mainline [5eb5dcf]lfnserial by
- Merge mainline changes
- 20:52 Changeset in mainline [eca2435]lfnserial by
- Merge mouse fixes.
- 20:51 Changeset in mainline [2ae1e6e]lfnserial by
- Do not redraw mouse pointer when kernel console is active.
- 20:47 Changeset in mainline [1e816c8]lfnserial by
- Prevent mouse wrapping around by fixing limit() fnction.
- 20:44 Changeset in mainline [385a3d6]lfnserial by
- Fix mouse IRQ bug.
- 20:33 Changeset in mainline [6ef2c11]lfnserial by
- Merge mainline changes.
- 20:31 Changeset in mainline [4da7d79]lfnserial by
- Small cleanup.
- 14:02 Changeset in mainline [d510c0fe]lfnserial by
- * accepted socket negative identifiers fix
- 14:01 Changeset in mainline [1b053ca2]lfnserial by
- * echo accepted message if verbose fix
- 14:00 Changeset in mainline [be0d92e]lfnserial by
- + explicitly enable registered IRQ (forgotten change from svn, network …
2010-01-05:
- 17:27 Changeset in mainline [23efd30]lfnserial by
- remove obsolete directory
- 17:25 Changeset in mainline [b3d513f]lfnserial by
- restructure servers into a more well-arranged hierarchy
- 16:08 Changeset in mainline [ed63298]lfnserial by
- add more Vcc compatibility preprocessing (by Ondrej Sery)
- 15:36 Meetings edited by
- Adding pub. (diff)
- 12:57 Changeset in mainline [679c361]lfnserial by
- preprocess sources using GCC preprocessor run Vcc with correct Windows path
- 11:56 Changeset in mainline [04c3a21f]lfnserial by
- move the toolchain.sh script from the contrib directory to tools …
- 11:54 UsersGuide edited by
- (diff)
2010-01-04:
- 23:55 Changeset in mainline [6064dab]lfnserial by
- move checker tools one directory up initial (dummy) support for Vcc
- 23:51 Changeset in mainline [eac9722]lfnserial by
- + ip treats outgoing zero (0) address as localhost
- 23:25 Changeset in mainline [ede63e4]lfnserial by
- * socket identifier generation moved to libsocket, + data fragment …
- 23:19 Changeset in mainline [b766352]lfnserial by
- add support for implicit choices even in text-based configuration
- 22:47 Changeset in mainline [1a0fb3f8]lfnserial by
- + icmp and libsocket timeouting connecting
- 20:56 Changeset in mainline [b648ae4]lfnserial by
- + socket TRY_AGAIN error definition
- 20:34 Changeset in mainline [5e18892]lfnserial by
- + Networking architecture 'none' to avoid networking at all
- 17:57 Changeset in mainline [b4ff8a6d]lfnserial by
- + tl packet dimension cache update function
- 17:55 Changeset in mainline [c92a5753]lfnserial by
- + device invalid ientifier definition
- 17:50 Changeset in mainline [daecfed3]lfnserial by
- * packet server allocates more free space than requested for possible …
- 17:44 Changeset in mainline [9d28b9c]lfnserial by
- * nettest[12] default datagram size corresponds to the pattern, * …
- 17:32 Changeset in mainline [2d68c72]lfnserial by
- + echo prints socket identifier if verbose
- 17:30 Changeset in mainline [7586c85]lfnserial by
- Default networking architecture definition
- 15:21 Changeset in mainline [8786aa5]lfnserial by
- remove Stanse-specific constructs from makefiles add generic support …
2010-01-03:
- 19:48 ReleaseNotes/Trunk edited by
- Clarify what kind of failure causes stack trace to be printed. (diff)
- 19:36 ReleaseNotes/Trunk edited by
- (diff)
- 12:18 Ticket #155 (Need a way to determine symbol name from an address) created by
- For the sake of more readable uspace stack traces, it would be useful …
- 00:16 Repositories edited by
- Pointer to the networking branch. (diff)
2010-01-02:
- 22:59 Changeset in mainline [21580dd]lfnserial by
- Merged with network branch …
- 18:52 Changeset in mainline [e405228]lfnserial by
- Merge stack tracing support for ppc32 userspace.
- 18:50 Changeset in mainline [c6d130c]lfnserial by
- Create the initial stack frame in task and thread entry points.
- 17:52 Changeset in mainline [c83d2b4]lfnserial by
- Support for stack traces on ppc32.
- 17:51 Changeset in mainline [5434000]lfnserial by
- Tail call optimization can be harmful for the functionality of …
2010-01-01:
- 20:55 Changeset in mainline [a7a0417]lfnserial by
- Merge arm32 uspace stack tracing.
- 20:54 Changeset in mainline [50286ec]lfnserial by
- Userspace support for stack traces on arm32.
2009-12-30:
- 19:21 Changeset in mainline [40cb845e]lfnserial by
- Merge the stack tracing branch. So far, only userspace stack tracing …
- 19:20 Changeset in mainline [f0452536]lfnserial by
- Dummy support for stack traces on ia64.
- 19:07 Changeset in mainline [72f8856]lfnserial by
- Dummy support for stack traces on ppc32.
- 19:02 Changeset in mainline [01fda09]lfnserial by
- Dummy support for stack traces on mips32.
- 18:34 Changeset in mainline [47246f4]lfnserial by
- Pair the stack frame address and the return address in a more …
- 14:32 Changeset in mainline [26b50cb]lfnserial by
- Merge small mouse fixes.
- 14:31 Changeset in mainline [d557e4f]lfnserial by
- Remove accidental debug code that disabled ps/2 mouse. Remove leftover …
- 14:17 Changeset in mainline [73f56e4]lfnserial by
- Merge mouse driver.
- 14:15 Changeset in mainline [9f51afc]lfnserial by
- Re-introduce mouse driver, this time as a separate server. (Need to …
- 00:56 Changeset in mainline [ee2f1aae]lfnserial by
- Dummy support for stack traces on arm32.
- 00:49 Changeset in mainline [b2a5b41]lfnserial by
- Start each sparc64 fibril with zero %i7 to stop tracing stack at the …
- 00:33 Changeset in mainline [4074601]lfnserial by
- Clear the %i7 register in the task and thread entry functions to stop …
2009-12-29:
- 23:55 Changeset in mainline [e84037f]lfnserial by
- Add sparc64 support for stack traces.
- 21:30 Changeset in mainline [3c4762c]lfnserial by
- Start each amd64 fibril with zero RBP to stop tracing stack at the …
- 21:24 Changeset in mainline [62e1e1d]lfnserial by
- Clear the RBP register in the task and thread entry functions to stop …
- 21:23 Changeset in mainline [d6ff0fc5]lfnserial by
- Add amd64 support for stack traces.
- 17:58 Changeset in mainline [83a0e47]lfnserial by
- Start each ia32 fibril with zero EBP to stop tracing stack at the …
- 11:30 FAQ created by
- FAQ
- 10:10 WikiStart edited by
- FAQ (diff)
2009-12-28:
- 20:37 Changeset in mainline [b9b105e1]lfnserial by
- Clear the EBP register in the task and thread entry functions to stop …
- 20:36 Changeset in mainline [a6aef4e]lfnserial by
- Add ia32 support for stack traces.
- 20:34 Changeset in mainline [d91a20c]lfnserial by
- Add a simple test which abort()'s.
- 20:32 Changeset in mainline [60803be]lfnserial by
- Print a stack trace on abort().
- 20:31 Changeset in mainline [2c34be8]lfnserial by
- Add simple framework for stack traces in userspace.
Note: See TracTimeline
for information about the timeline view.