Baptiste Wicht
|
2dc50176b7
|
Support for make_shared
|
2016-09-30 15:41:29 +02:00 |
|
Baptiste Wicht
|
c770c5874f
|
Prototype of shared_ptr
|
2016-09-29 15:33:13 +02:00 |
|
Baptiste Wicht
|
cd66712396
|
Extract the deleters
|
2016-09-29 12:45:24 +02:00 |
|
Baptiste Wicht
|
fb68f1b27c
|
Documentation
|
2016-09-29 12:40:10 +02:00 |
|
Baptiste Wicht
|
9fec17d47b
|
Doc
|
2016-09-29 09:51:46 +02:00 |
|
Baptiste Wicht
|
56e865c6de
|
Move packet out of ethernet
|
2016-09-29 09:47:05 +02:00 |
|
Baptiste Wicht
|
031352ea34
|
Cleanup headers
|
2016-09-29 09:43:14 +02:00 |
|
Baptiste Wicht
|
91c5a9e1e4
|
Cleanup ARP layer
|
2016-09-29 09:29:32 +02:00 |
|
Baptiste Wicht
|
8014d17039
|
Cleanup ethernet layer
|
2016-09-29 09:25:00 +02:00 |
|
Baptiste Wicht
|
570b508803
|
Doc
|
2016-09-29 09:22:31 +02:00 |
|
Baptiste Wicht
|
9038762e00
|
Extract interface_descriptor header
|
2016-09-29 09:18:40 +02:00 |
|
Baptiste Wicht
|
ac3d686bcf
|
No more need for init functions
|
2016-09-28 23:25:27 +02:00 |
|
Baptiste Wicht
|
d8a7016d8d
|
Better encapsulation
|
2016-09-28 23:24:27 +02:00 |
|
Baptiste Wicht
|
048c5c445d
|
Better encapsulation
|
2016-09-28 23:21:29 +02:00 |
|
Baptiste Wicht
|
24c670c07c
|
Cleanup
|
2016-09-28 23:21:22 +02:00 |
|
Baptiste Wicht
|
efc302e170
|
Review constness
|
2016-09-28 23:16:39 +02:00 |
|
Baptiste Wicht
|
0fe6407022
|
Complete encapsulation of ARP layer
|
2016-09-28 23:14:57 +02:00 |
|
Baptiste Wicht
|
73ab1d4d4a
|
Implement all the new functions
|
2016-09-28 23:07:36 +02:00 |
|
Baptiste Wicht
|
a22b06d1b0
|
Extract all the network layers
|
2016-09-28 22:58:30 +02:00 |
|
Baptiste Wicht
|
9e98cd3411
|
Start extracting layers
|
2016-09-28 21:59:59 +02:00 |
|
Baptiste Wicht
|
1a68b5f360
|
Cleanup
|
2016-09-28 19:56:37 +02:00 |
|
Baptiste Wicht
|
65d44810ae
|
Call the necessary destructors
|
2016-09-28 19:53:33 +02:00 |
|
Baptiste Wicht
|
c4e0afa581
|
Call the destructor on pop_back
|
2016-09-28 19:42:13 +02:00 |
|
Baptiste Wicht
|
e6a0e50d6f
|
Better idle task
As soon as an interrupt occurs, the idle task yields the processor
to another task (if any)
|
2016-09-28 19:32:02 +02:00 |
|
Baptiste Wicht
|
02799f230a
|
Improve get_free_pid
|
2016-09-28 19:19:38 +02:00 |
|
Baptiste Wicht
|
0a3486d0a9
|
Logging
|
2016-09-28 17:11:26 +02:00 |
|
Baptiste Wicht
|
e3de5e3084
|
Better selection of process's id
|
2016-09-28 17:00:04 +02:00 |
|
Baptiste Wicht
|
a4719ea422
|
Cleanup
|
2016-09-28 16:49:40 +02:00 |
|
Baptiste Wicht
|
3d30a355af
|
Kill a process that does a wrong system call
|
2016-09-28 16:43:39 +02:00 |
|
Baptiste Wicht
|
3c253353b8
|
Add program 'free'
Display stats about memory
|
2016-09-28 16:40:57 +02:00 |
|
Baptiste Wicht
|
4f46019633
|
Review system calls
a) Renumber system calls (< 0x1000)
b) Use a table for the system calls
- This is more efficient
- This is easier to add a new system call
|
2016-09-28 14:55:57 +02:00 |
|
Baptiste Wicht
|
3286725ccc
|
Fix rebase issue
|
2016-09-28 11:00:46 +02:00 |
|
Baptiste Wicht
|
bb28e0a6ee
|
Fix the doc
|
2016-09-28 10:51:51 +02:00 |
|
Baptiste Wicht
|
d807978cab
|
More doc
|
2016-09-28 10:51:02 +02:00 |
|
Baptiste Wicht
|
2fc459e445
|
Ignore keycode documentation issues
|
2016-09-28 10:43:29 +02:00 |
|
Baptiste Wicht
|
ab19a9d3db
|
Ignore API issues on printf_def
Sonar is going crazy on this...
|
2016-09-28 10:40:16 +02:00 |
|
Baptiste Wicht
|
4d586bf1f8
|
More Doc (Murdoch ?) for TSTL
|
2016-09-28 10:13:44 +02:00 |
|
Baptiste Wicht
|
c9bb3ca9d7
|
Complete TSTL's doc
|
2016-09-28 10:13:02 +02:00 |
|
Baptiste Wicht
|
d6734a0ce7
|
Clean and doc
|
2016-09-28 10:11:40 +02:00 |
|
Baptiste Wicht
|
74fbd907a7
|
Call the destructors on clear
|
2016-09-28 10:11:40 +02:00 |
|
Baptiste Wicht
|
8b0dfd465f
|
Simple test for destructors
|
2016-09-28 10:11:40 +02:00 |
|
Baptiste Wicht
|
cfa5194984
|
Better use of move
|
2016-09-28 10:11:40 +02:00 |
|
Baptiste Wicht
|
8ec0cd1819
|
Doc in TSTL
|
2016-09-28 10:11:39 +02:00 |
|
Baptiste Wicht
|
a35f4f60a2
|
Document process
|
2016-09-28 10:11:39 +02:00 |
|
Baptiste Wicht
|
510cda7f86
|
Doc and cleanup
|
2016-09-28 10:11:39 +02:00 |
|
Baptiste Wicht
|
13da670496
|
is_pointer traits
|
2016-09-28 10:11:39 +02:00 |
|
Baptiste Wicht
|
0d567e5332
|
Cleanup and doc
|
2016-09-28 10:11:39 +02:00 |
|
Baptiste Wicht
|
7343b48e8d
|
Doc
|
2016-09-28 10:11:38 +02:00 |
|
Baptiste Wicht
|
1cbf2e6bf6
|
Fix visibility
|
2016-09-28 10:11:38 +02:00 |
|
Baptiste Wicht
|
d89ed78fc1
|
Doc
|
2016-09-28 10:11:38 +02:00 |
|