Gerrit Code Review
|
74c69f752e
|
Update notes for submitted changes
* RS: clean up dead services during shutdown
|
2015-09-23 15:52:50 +02:00 |
|
Gerrit Code Review
|
db6c0db2e7
|
Update notes for submitted changes
* RS: reset heartbeat status after rollback
|
2015-09-23 15:52:45 +02:00 |
|
Gerrit Code Review
|
05030cc7bc
|
Update notes for submitted changes
* RS: use IPC filters to do a timed receive
|
2015-09-23 15:52:40 +02:00 |
|
Gerrit Code Review
|
f035ec2c9e
|
Update notes for submitted changes
* rs: New RS.
|
2015-09-23 15:52:35 +02:00 |
|
Gerrit Code Review
|
1c1afc70d3
|
Update notes for submitted changes
* sef: Extensions for new RS.
|
2015-09-23 15:52:30 +02:00 |
|
Gerrit Code Review
|
aff790b8dd
|
Update notes for submitted changes
* sef: New definitions and event loop refactory.
|
2015-09-23 15:52:24 +02:00 |
|
Gerrit Code Review
|
ad850d36de
|
Update notes for submitted changes
* service: Extensions for new RS.
|
2015-09-23 15:52:20 +02:00 |
|
Gerrit Code Review
|
95d5bbcb70
|
Update notes for submitted changes
* include: Header file changes for new RS.
|
2015-09-23 15:52:16 +02:00 |
|
Gerrit Code Review
|
22168ebcc1
|
Update notes for submitted changes
* sef: Naming refactory.
|
2015-09-23 15:52:10 +02:00 |
|
Gerrit Code Review
|
610d4a9f7e
|
Update notes for submitted changes
* sef: GCOV cleanup.
|
2015-09-23 15:52:03 +02:00 |
|
Gerrit Code Review
|
8772cbbc4e
|
Update notes for submitted changes
* vm: Allow VM to make self calls when needed.
|
2015-09-23 15:51:59 +02:00 |
|
Gerrit Code Review
|
efe5074f6c
|
Update notes for submitted changes
* vm: Improve live update support.
|
2015-09-23 15:51:54 +02:00 |
|
Gerrit Code Review
|
a578b407c1
|
Update notes for submitted changes
* vm: Separate mmap regions.
|
2015-09-23 15:51:49 +02:00 |
|
Gerrit Code Review
|
9eaac094e8
|
Update notes for submitted changes
* vm: Extend the vm_memctl() interface.
|
2015-09-23 15:51:43 +02:00 |
|
Gerrit Code Review
|
e07ec69e63
|
Update notes for submitted changes
* rs: Ditch dead code to munmap zero pages.
|
2015-09-23 15:51:38 +02:00 |
|
Gerrit Code Review
|
25c6ae0b21
|
Update notes for submitted changes
* libsys: Increase number of static grants.
|
2015-09-23 15:51:33 +02:00 |
|
Gerrit Code Review
|
21e25ffb0f
|
Update notes for submitted changes
* libsys: Support for senda_reload().
|
2015-09-23 15:51:26 +02:00 |
|
Gerrit Code Review
|
7889329258
|
Update notes for submitted changes
* libsys: Change SEF Live Update state callback API.
|
2015-09-23 15:51:21 +02:00 |
|
Gerrit Code Review
|
92ea0e24f2
|
Update notes for submitted changes
* kernel: Debug printing at live update time.
|
2015-09-23 15:51:15 +02:00 |
|
Gerrit Code Review
|
39b2b12f35
|
Update notes for submitted changes
* kernel: Handle IPC properly at live update time.
|
2015-09-23 15:51:08 +02:00 |
|
Gerrit Code Review
|
35c381abc1
|
Update notes for submitted changes
* kernel: Inherit allowed memory, IRQ & I/O ranges
|
2015-09-23 15:51:01 +02:00 |
|
Gerrit Code Review
|
da1cb5c0d8
|
Update notes for submitted changes
* kernel: Allow kernel calls to return ENOTREADY.
|
2015-09-23 15:50:55 +02:00 |
|
Gerrit Code Review
|
c25ec53931
|
Update notes for submitted changes
* kernel: Add support for IPC filters.
|
2015-09-23 15:50:49 +02:00 |
|
Gerrit Code Review
|
2fc86d6671
|
Update notes for submitted changes
* kernel: Add SYS_PRIV_CLEAR_IPC_REFS support.
|
2015-09-23 15:50:40 +02:00 |
|
Gerrit Code Review
|
3e8247a70c
|
Update notes for submitted changes
* kernel: Extend the {sys,vm}_update() interfaces.
|
2015-09-23 15:50:34 +02:00 |
|
Gerrit Code Review
|
51edcc1b6d
|
Update notes for submitted changes
* kernel: Extend the sys_whoami() interface.
|
2015-09-23 15:50:29 +02:00 |
|
Gerrit Code Review
|
5598e8eaa7
|
Update notes for submitted changes
* kernel: Extend the sys_statectl() interface.
|
2015-09-23 15:50:24 +02:00 |
|
Gerrit Code Review
|
ab19c99e79
|
Update notes for submitted changes
* include: Add sys flags definitions.
|
2015-09-23 15:50:16 +02:00 |
|
Gerrit Code Review
|
3b119d1e68
|
Update notes for submitted changes
* VFS: fix short select(2) timeouts
|
2015-09-16 17:28:32 +02:00 |
|
Gerrit Code Review
|
eb199666f7
|
Update notes for submitted changes
* procfs: do not list init in /proc/services
|
2015-09-09 00:49:52 +02:00 |
|
Gerrit Code Review
|
848c1d7816
|
Update notes for submitted changes
* Kernel: improve stacktrace printing
|
2015-09-09 00:49:48 +02:00 |
|
Gerrit Code Review
|
8baf085b09
|
Update notes for submitted changes
* inet: resolve some compile and runtime warnings
|
2015-09-01 20:49:57 +02:00 |
|
Gerrit Code Review
|
614854a11d
|
Update notes for submitted changes
* VFS: workaround to allow TIOCSCTTY on PTYs
* VFS: make message pointer management more robust
* VFS: check X bit, not R bit, opening executables
|
2015-09-01 17:27:00 +02:00 |
|
Gerrit Code Review
|
5a9142aa33
|
Update notes for submitted changes
* VFS: tweak coredump wrapper code
|
2015-09-01 17:26:50 +02:00 |
|
Gerrit Code Review
|
c4b4bdbdde
|
Update notes for submitted changes
* VFS: resolve noassert warning
* sched: simplify
|
2015-09-01 17:26:33 +02:00 |
|
Gerrit Code Review
|
f459444323
|
Update notes for submitted changes
* DS: fix regex memory leaks
|
2015-09-01 17:26:10 +02:00 |
|
Gerrit Code Review
|
cd95a28537
|
Update notes for submitted changes
* libminixfs: rework prefetch API
|
2015-08-16 21:03:50 +02:00 |
|
Gerrit Code Review
|
1f7f1f7983
|
Update notes for submitted changes
* libminixfs: better support for read errors and EOF
|
2015-08-16 21:03:34 +02:00 |
|
Gerrit Code Review
|
fcd6db2c7d
|
Update notes for submitted changes
* libminixfs: keep track of block usage
|
2015-08-16 21:03:22 +02:00 |
|
Gerrit Code Review
|
c4abf45e15
|
Update notes for submitted changes
* libminixfs: miscellaneous API cleanup
|
2015-08-16 21:03:04 +02:00 |
|
Gerrit Code Review
|
1f1282dbae
|
Update notes for submitted changes
* libminixfs: do not flush blocks that are in use
|
2015-08-16 21:02:47 +02:00 |
|
Gerrit Code Review
|
de33bb8c0d
|
Update notes for submitted changes
* libminixfs: add support for peeking blocks
|
2015-08-16 21:02:34 +02:00 |
|
Gerrit Code Review
|
11b8d21ee5
|
Update notes for submitted changes
* libminixfs: add support for memory-mapped holes
|
2015-08-16 21:02:19 +02:00 |
|
Gerrit Code Review
|
80d9877476
|
Update notes for submitted changes
* libminixfs/VM: fix memory-mapped file corruption
|
2015-08-16 21:02:03 +02:00 |
|
Gerrit Code Review
|
fd92fa313d
|
Update notes for submitted changes
* libminixfs: add support for 64-bit block numbers
|
2015-08-16 21:01:43 +02:00 |
|
Gerrit Code Review
|
04f6dc36b6
|
Update notes for submitted changes
* VFS: merge scratchpad into fproc
|
2015-08-13 20:07:53 +02:00 |
|
Gerrit Code Review
|
caa1477b7f
|
Update notes for submitted changes
* service(8): no need to include kernel headers
|
2015-08-13 20:07:31 +02:00 |
|
Gerrit Code Review
|
9a7fd3d516
|
Update notes for submitted changes
* Restore and expand NONE_MAJOR comment
|
2015-08-13 20:07:13 +02:00 |
|
Gerrit Code Review
|
c0f75d76b9
|
Update notes for submitted changes
* etc: create system log files
|
2015-08-10 16:38:17 +02:00 |
|
Gerrit Code Review
|
2dcbff01c0
|
Update notes for submitted changes
* lwip: no need to retrieve own endpoint
|
2015-08-10 16:38:01 +02:00 |
|