1413 Commits

Author SHA1 Message Date
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
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
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
bb28e0a6ee
Fix the doc 2016-09-28 10:51:51 +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
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
Baptiste Wicht
978908d607
Doc 2016-09-28 10:11:38 +02:00
Baptiste Wicht
25ce4dcaa4
Documentation 2016-09-28 10:11:37 +02:00
Baptiste Wicht
42674fc884
Doc 2016-09-28 10:11:33 +02:00
Baptiste Wicht
03dc809028
TCP debugging for server
This is not working at all for now
2016-09-26 21:23:58 +02:00
Baptiste Wicht
5a85a91c26
Log on error 2016-09-26 19:37:58 +02:00
Baptiste Wicht
24b6eb4b1a
Fix the lock
It was possible to loose some notifications
2016-09-26 19:05:06 +02:00
Baptiste Wicht
01f31441a1
Better log 2016-09-26 19:00:44 +02:00
Baptiste Wicht
56badb6843
More TCP server support 2016-09-26 17:34:20 +02:00
Baptiste Wicht
029af0ba36
Finalize DHCP and DNS 2016-09-26 13:23:12 +02:00
Baptiste Wicht
1a801ce93f
Add default IP 2016-09-26 12:50:04 +02:00
Baptiste Wicht
63f316e7f3
Complete DHCP configuration 2016-09-26 12:47:42 +02:00
Baptiste Wicht
aa4c559a3a
Safer checksum 2016-09-26 11:44:57 +02:00
Baptiste Wicht
ef48b85e54
Handle MAC broadcast 2016-09-26 10:28:26 +02:00
Baptiste Wicht
407c393426
Request IP address 2016-09-26 10:24:25 +02:00
Baptiste Wicht
c081d3b157
Prepare DHCP discovery 2016-09-25 22:41:50 +02:00
Baptiste Wicht
26e23433f0
Restore UDP kernel_prepare_packet 2016-09-25 22:13:25 +02:00
Baptiste Wicht
6a73d277f3
Prepare DHCP support 2016-09-25 22:05:08 +02:00
Baptiste Wicht
29e0abe931 Cleanup commented out code 2016-09-25 21:34:09 +02:00
Baptiste Wicht
e3c66b0faa Cleanup 2016-09-25 21:04:42 +02:00
Baptiste Wicht
3537a55a18 Cleanup 2016-09-25 20:59:41 +02:00
Baptiste Wicht
c899471d7d Cleanup 2016-09-25 20:53:03 +02:00
Baptiste Wicht
87eaf1b797 Make the scheduler less verbose by default 2016-09-25 20:49:50 +02:00
Baptiste Wicht
4d39ee28a4 server_start support for TCP server support 2016-09-25 20:45:14 +02:00