Import new lwIP version into liblwipIn order to match NetBSD-style imports of external code, the libraryhas been restructured. The full lwIP source tree is imported, exceptfor a few .git* files
Import new lwIP version into liblwipIn order to match NetBSD-style imports of external code, the libraryhas been restructured. The full lwIP source tree is imported, exceptfor a few .git* files in its root directory, into dist/. The MINIX 3Makefiles and other custom files are located in lib/. Finally, sincewe need to apply a number of small patches to lwIP, these patches arestored in patches/, in addition to being applied to the lwIP tree.The currently imported version of lwIP is taken from its masterbranch sometime after the 2.0.1 release, specifically git-7ffe5bf.Change-Id: Ie03c4fa36fa928870263c191205d6d93f652a3cc
show more ...
Kernel: export clock information on kernel pagePlease note that this information is for use by system services only!The clock facility is not ready to be used directly by userland, andthus, this
Kernel: export clock information on kernel pagePlease note that this information is for use by system services only!The clock facility is not ready to be used directly by userland, andthus, this kernel page extension is NOT part of the userland ABI.For service programmers' convenience, change the prototype of thegetticks(3) to return the uptime clock value directly, since the callcan no longer fail.Correct the sys_times(2) reply message to use the right field typefor the boot time.Restructure the kernel internals a bit so as to have all the clockstuff closer together.Change-Id: Ifc050b7bd253aecbe46e3bd7d7cc75bd86e45555
minix libraries: resolve clang warningsChange-Id: I0f3425fb8838708c9848a006f1eee5ab1bad71d2
New sources layoutChange-Id: Ic716f336b7071063997cf5b4dae6d50e0b4631e9