cvs commit: src/lib/libc/amd64/net htonl.S htons.S ntohl.S ntohs.S

Peter Wemm peter at FreeBSD.org
Wed Apr 30 11:07:24 PDT 2003


peter       2003/04/30 11:07:23 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/amd64/net   htonl.S htons.S ntohl.S ntohs.S 
  Log:
  Update for AMD64 (repocopied from i386/net).  We can depend on having
  the bswap instruction (yay!).  Update for register parameter passing
  instead of i386 style stack based param passing.
  
  Revision  Changes    Path
  1.10      +2 -4      src/lib/libc/amd64/net/htonl.S
  1.10      +1 -1      src/lib/libc/amd64/net/htons.S
  1.10      +2 -4      src/lib/libc/amd64/net/ntohl.S
  1.10      +1 -1      src/lib/libc/amd64/net/ntohs.S


More information about the cvs-src mailing list