Skip to content
Snippets Groups Projects
  1. May 12, 2011
  2. Aug 08, 2009
    • Robin Getz's avatar
      minor debug cleanups in ./net · 0ebf04c6
      Robin Getz authored
      
       Minor ./net cleanups - no functional changes
        - change #ifdef DEBUG printf(); #endif to just debug()
        - changed __FUNCTION__ to __func__
        - got rid of extra whitespace between function and opening brace
        - removed unnecessary braces on if statements
      
       gcc dead code elimination should make this functionally/size equivalent
       when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
      
      Signed-off-by: default avatarRobin Getz <rgetz@blackfin.uclinux.org>
      
      Signed-off-by: default avatarBen Warren <biggerbadderben@gmail.com>
      0ebf04c6
  3. Feb 10, 2009
  4. Oct 18, 2008
  5. Jul 11, 2007
  6. Jul 09, 2007
  7. Jul 03, 2007
  8. Apr 02, 2005
  9. Apr 01, 2005
    • Wolfgang Denk's avatar
      * Patch by Masami Komiya, 30 Mar 2005: · ea287deb
      Wolfgang Denk authored
        add SNTP support and expand time server and time offset fields of
        DHCP support. See doc/README.SNTP
      
      * Patch by Steven Scholz, 13 Dec 2004:
        Fix bug in at91rm920 ethernet driver
      ea287deb
Loading