kolibrios/kernel/branches/net
hidnplayr 57c2018158 ARP_BLOCK logic was reversed
git-svn-id: svn://kolibrios.org@3386 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-03-18 16:26:54 +00:00
..
applications zeroconf was sending the wrong MAC address since #3340 2013-03-18 14:16:13 +00:00
blkdev Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
boot Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
bus/pci Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
core Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
detect Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
drivers Fixed RTL8139 driver broken in #3346 2013-03-18 16:08:48 +00:00
fs Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
gui Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
hid Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
network ARP_BLOCK logic was reversed 2013-03-18 16:26:54 +00:00
sound Sync net branch with trunk 2012-04-02 15:18:46 +00:00
video Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
build.bat NET branch: Fixed errors in socket_open and socket_fork 2011-11-13 16:17:05 +00:00
const.inc Now Zeroconfig waits for driver to be initialised. 2013-03-06 11:15:28 +00:00
COPYING.TXT Moving the files... 2009-09-17 12:59:26 +00:00
data16.inc Sync net branch with trunk 2012-04-02 15:18:46 +00:00
data32.inc Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
data32sp.inc Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
fdo.inc Sync net branch with trunk 2012-04-02 15:18:46 +00:00
imports.inc Sync net branch with trunk 2012-04-02 15:18:46 +00:00
init.inc Sync net branch with trunk 2012-04-02 15:18:46 +00:00
kernel32.inc Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
kernel.asm Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
kernelsp.inc Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
kglobals.inc Sync net branch with trunk 2012-04-02 15:18:46 +00:00
macros.inc Added CMOVcc replacements to kernel macros (for eBox) 2012-07-13 13:29:28 +00:00
memmap.inc Synced net branch with trunk (#3358) 2013-03-10 12:28:37 +00:00
proc32.inc Sync net branch with trunk 2012-04-02 15:18:46 +00:00
README.TXT Updated readme.txt 2013-03-05 11:07:56 +00:00
struct.inc Synced net branch with trunk 2012-02-22 16:06:05 +00:00
sys.conf Renamed icmp.asm to ping.asm and added parameter support 2012-07-14 07:48:41 +00:00
unpacker.inc Synced net branch with trunk 2012-02-22 16:06:05 +00:00

This code is experimental, none of the used programming interfaces (API, driver calls,..) are definite solutions.
Lot of work needs to be done, and descissions need to be made.

But, everyone is free to explore the code, make suggestions or write parts of the code.

I'm open for discussion on hidnplayr@gmail.com or as hidnplayr in #kolibrios on the freenode IRC network.
Some information about API and things under construction can be found on http://wiki.kolibrios.org/wiki/New_stack
Binary versions can be found at http://builds.kolibrios.org/new-stack/

All bug reports may be sent to me via e-mail, or through the bugtracker on http://bugs.kolibrios.org


Hidnplayr