]> Zhao Yanbai Git Server - minix.git/history - drivers/rtl8169/rtl8169.c
Remove U16_t and most other similar types. Rewrite functions to ansi-style
[minix.git] / drivers / rtl8169 / rtl8169.c
2010-04-21 Kees van ReeuwijkRemove U16_t and most other similar types. Rewrite...
2010-04-15 Kees van ReeuwijkCode cleanup: remove unused #include, variables and...
2010-04-08 Cristiano GiuffridaDriver refactory for live update and crash recovery.
2010-04-07 Kees van ReeuwijkRename all uses of U8_t to u8_t and remove U8_t, remove...
2010-04-07 Kees van ReeuwijkRemoved unused variables, added const where possible.
2010-04-01 Arun ThomasConvert kernel over to bsdmake
2010-04-01 Kees van ReeuwijkFix printfs with too few or too many parms, remove...
2010-03-22 Arun ThomasConvert drivers/ and servers/ over to bsdmake
2010-03-17 Cristiano GiuffridaNew RS and new signal handling for system processes.
2010-03-08 Arun ThomasInclude directory reorg and makefile updates.
2010-03-05 Ben Graspanic() cleanup.
2010-02-19 Kees van ReeuwijkRemove useless variables and the computations on them.
2010-02-12 Kees van ReeuwijkUndo the use of #include <...> because it caused some...
2010-02-09 Kees van ReeuwijkLots of small code cleanup: make symbols local, remove...
2010-01-27 Kees van ReeuwijkRewrite some functions to ANSI style.
2010-01-25 David van Moolenbroekupdate DS label retrieve calls
2010-01-20 Kees van ReeuwijkRemove iov_src variables, that were only declared and...
2010-01-20 Kees van ReeuwijkRewrote a number of cases where variables were used...
2010-01-08 Cristiano GiuffridaInitialization protocol for system services.
2009-12-21 Cristiano GiuffridaBasic System Event Framework (SEF) with ping and live...
2009-12-02 Ben Grasrtl8169 driver contributed by Jaswinder Singh Rajput.