source: mainline

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @be07995   6 years matthieu.riolo sysman: Add support for closure creation with CLOSURE_ISOLATE flag …
(edit) @015b147   6 years matthieu.riolo sysman: Refactored unit repo iteration and locking
(edit) @31ef7c1   6 years matthieu.riolo sysman: Properly clean after failed BFS
(edit) @8fab3f6   6 years matthieu.riolo sysctl: Add start operation
(edit) @504d103   6 years matthieu.riolo sysman: Call starting by name appropriately Conflicts: …
(edit) @95d4280a   6 years matthieu.riolo sysman: Note about merged jobs
(edit) @01e68af   6 years matthieu.riolo sysman: Remove stale TODOs
(edit) @24b30e1   6 years matthieu.riolo bsdh: Better handling of daemon execs
(edit) @b895ba3   6 years matthieu.riolo sysman: Remove debugging pause
(edit) @c7b9db03   6 years matthieu.riolo sysman: Workaround for graphical applications as services
(edit) @5a88d87   6 years matthieu.riolo sysman: Remove unused logging
(edit) @ff20afc   6 years matthieu.riolo sysman: Synchronize access to unit repository from other fibrils
(edit) @d5cca04   6 years matthieu.riolo sysman: Remove unsynchronized access to observer hash table
(edit) @87a31ef2   6 years matthieu.riolo ns: Created simplified taskman API using low-level IPC API only …
(edit) @4ff66ae   6 years matthieu.riolo taskman: Bind events dump to register handler - So that no events are …
(edit) @bb57a00   6 years matthieu.riolo sysman: Awareness of boot time tasks as anonymous services - sysman …
(edit) @4667b5c   6 years matthieu.riolo taskman: Add method to dump events of already running tasks It's …
(edit) @130ba46   6 years matthieu.riolo sysctl: Fix for removed EMBRYO state
(edit) @8ae8262   6 years matthieu.riolo sysman: Support for anonymous services - Daemons that only call …
(edit) @5353f50   6 years matthieu.riolo net: Start network service on boot - Create unit files - Create …
(edit) @7cce333   6 years matthieu.riolo sysman: Refined semantics of IPC_FLAG_AUTOSTART IPC_FLAG_AUTOSTART_ …
(edit) @a097c50   6 years matthieu.riolo taskman: Do not notify retval (again) for exited daemon
(edit) @ed5367b   6 years matthieu.riolo sysman: Implement stopping units Currently fails service monitoring …
(edit) @68ae40a   6 years matthieu.riolo taskman: Test case for wrong task event flags Will be fixed later.
(edit) @ce08421   6 years matthieu.riolo taskman: Fix async request leak
(edit) @fcc4f86   6 years matthieu.riolo taskman: Unregister terminated listeners
(edit) @c64e254   6 years matthieu.riolo sysman: Generalize closure creation to any graph ("visitor" pattern)
(edit) @92a7cfb1   6 years matthieu.riolo dyn_array: Add sugar macro
(edit) @25a9fec   6 years matthieu.riolo sysman: Refactor job.c into job_queue.c and job_closure.c
(edit) @18377301   6 years matthieu.riolo sysman: Fix typo
(edit) @cf172c5   6 years matthieu.riolo sysman: Rename configuration to repo (forgotten change)
(edit) @db34424   6 years matthieu.riolo sysman: Simple check for multiedges in graph
(edit) @9532981   6 years matthieu.riolo sysman: Rename dependency to edge (more generic)
(edit) @af92309   6 years matthieu.riolo sysman: Rename configuration to repo(sitory) It's better suited for …
(edit) @918ac9b   6 years matthieu.riolo taskman: Notify all waiters for NS This removes race condition when …
(edit) @b55f62a   6 years matthieu.riolo sysman: Create control utility sysctl - can list units and their …
(edit) @2df7d824   6 years matthieu.riolo Makefile: tidy old INIT_TASKS
(edit) @e8747bd8   6 years matthieu.riolo sysman: Use taskman API to detect successful server start Conflicts: …
(edit) @012dd8e   6 years matthieu.riolo taskman: Handle INIT_TASKS as tasks spawned by loader - everyone is …
(edit) @780c8ce   6 years matthieu.riolo taskman: Light streamlining (removing TODOs) - Low work attitude today :-(
(edit) @2aaccd3   6 years matthieu.riolo networking: Revert accidental deletion from 2373
(edit) @035d7d8   6 years matthieu.riolo taskman: Implement task event notifications
(edit) @456f7ae   6 years matthieu.riolo libc: Separated task event functions Conflicts: …
(edit) @c675ab1   6 years matthieu.riolo taskman: Restore uppercase (vimstorm?)
(edit) @b8341bc   6 years matthieu.riolo taskman: IPC builerplate for task event API - Actual implementation …
(edit) @b22b0a94   6 years matthieu.riolo task: Inoperative API for passing kernel task events to uspace - …
(edit) @5cd2290   6 years matthieu.riolo taskman: Make use of EVENT_EXIT exit_reason parameter - Also improved …
(edit) @1fb4a49   6 years matthieu.riolo kernel: Add exit reason parameter to EVENT_EXIT - So that own …
(edit) @3ea98e8   6 years matthieu.riolo taskman: Forgotten file for tests
(edit) @d4ec49e   6 years matthieu.riolo taskman: Implement waiting both for retval and exit Conflicts: …
(edit) @55fe220   6 years matthieu.riolo taskman: Modify existing callers of task_wait API Conflicts: …
(edit) @5044114   6 years matthieu.riolo taskman: Allow relaxed task_wait setups Conflicts: …
(edit) @e0e7eba   6 years matthieu.riolo taskman: Remove remainings from NS Conflicts: …
(edit) @2f44fafd   6 years matthieu.riolo taskman: Implement task_wait API to pass all tests - different …
(edit) @62273d1   6 years matthieu.riolo taskman: Implement simple task exit monitoring
(edit) @70d28e8   6 years matthieu.riolo taskman: tester plugin for wait flags combinations Conflicts: …
(edit) @1be7bee   6 years matthieu.riolo sysman: Move task retval and waiting logic to taskman (partially) - …
(edit) @fe86d9d   6 years matthieu.riolo taskman: .bzrignore + forgotten printf Conflicts: .bzrignore
(edit) @0a8f070   6 years matthieu.riolo Create taskman server (extracts task-related operations from naming …
(edit) @103939e   6 years matthieu.riolo Create EVENT_EXIT for task termination Conflicts: …
(edit) @fb13b44   6 years matthieu.riolo Spawned tasks' phone is connected to spawning task - Only boot time …
(edit) @d89b259   6 years matthieu.riolo sysman: Add forgotten Makefile dependency Conflicts: uspace/Makefile
(edit) @c6d87c10   6 years matthieu.riolo sysman: Update closure tests for new semantics of assigned units
(edit) @dba056b   6 years matthieu.riolo sysman: Using exposees to detect asynchronous start - also fixed bug …
(edit) @3f05ef7   6 years matthieu.riolo sysman: Catch debug log output to file (temporary version)
(edit) @63a3276   6 years matthieu.riolo sysman: Instrumented locsrv for autostart - also refactored unit name …
(edit) @72c8f77   6 years matthieu.riolo sysman: Separate job closure creation and its enqueuing - added merge …
(edit) @c2d50c8   6 years matthieu.riolo dyn_array: Add concat and clear_range operations
(edit) @73f7c4e   6 years matthieu.riolo sysman: Create tests for job control - units are mocked by patching …
(edit) @c1b2084   6 years matthieu.riolo dyn_array: Hide actual iterator in foreach macro
(edit) @e55741e   6 years matthieu.riolo sysman: Instrumented devman with autostart - created unit files for …
(edit) @4224ef7   6 years matthieu.riolo sysman: Add VFS FS server autostart - VFS autostart instrumentation …
(edit) @dd5c623   6 years matthieu.riolo dyn_array: Non-allocating initialization API
(edit) @dda2602   6 years matthieu.riolo sysman: Create units to start up to compositor - add necessary units …
(edit) @c0e4fc50   6 years matthieu.riolo libconf: Fix iterator behavior, fix config error notification
(edit) @5559712   6 years matthieu.riolo sysman: Naive autostart instrumentation of locsrv - Add …
(edit) @2dda1d4   6 years matthieu.riolo libconf: Parse booleans
(edit) @7671231   6 years matthieu.riolo Add configuration option to put all files to RAM disk (as before) or …
(edit) @4b1c6a4b   6 years matthieu.riolo libc: Add more dyn_array functions Conflicts: boot/Makefile.common
(edit) @8432ae1   6 years matthieu.riolo sysman: Correct reference counting of jobs
(edit) @095d03c   6 years matthieu.riolo libconf: Fix default INI section + tests Conflicts: .bzrignore
(edit) @3f7e1f24   6 years matthieu.riolo sysman: Refactored job manipulation (event loop + one main fibril)
(edit) @d7c5fc0   6 years matthieu.riolo libconf: Fix allocation check
(edit) @c8891c8   6 years matthieu.riolo dyn_array: Remove runtime pointer arithmetics
(edit) @62d3d87   6 years matthieu.riolo Create ADT for dynamic array and its tests Conflicts: uspace/Makefile …
(edit) @09a8006   6 years matthieu.riolo Add license and copyright to new files
(edit) @bb154c6   6 years matthieu.riolo Add skeleton for configuration files loading - Create content of /cfg …
(edit) @6006f35   6 years matthieu.riolo Create library for reading INI files and defining configuration values …
(edit) @59ba708   6 years matthieu.riolo Add function for hashing strings Conflicts: …
(edit) @6efec7e3   6 years matthieu.riolo Unit polymorphism (simple mount), debug logging
(edit) @4fe7fcb   6 years matthieu.riolo Transform unit dependencies to job ordering
(edit) @c0c388d2   6 years matthieu.riolo Sysman jobs memory management (refcnt)
(edit) @694253c   6 years matthieu.riolo Skeleton for sysman (unit) jobs control
(edit) @f42ee6f   6 years matthieu.riolo Add basic structures for sysman Conflicts: boot/Makefile.common
(edit) @9fe2fd7   6 years noreply Merge pull request #171 from Dzejrou/hackweek C++ stdlib: <future> lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @9fb280c   6 years zarevucky.jiri Make clang slightly less broken lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @a949f4a   6 years jiri Dynamic linking on IA-64 (WIP) lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @fa603e99   6 years zarevucky.jiri Fix unhandled error condition in udebug_name_read Detected by GCC … lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @8c0b781   6 years Jaroslav Jindrak cpp: abort when undefined behaviour is encountered in std::async lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
(edit) @46c66f8   6 years Jaroslav Jindrak cpp: apply requested changes lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Note: See TracRevisionLog for help on using the revision log.