From owner-cvs-all@FreeBSD.ORG Wed Apr 30 11:07:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B66437B401; Wed, 30 Apr 2003 11:07:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D95F143F3F; Wed, 30 Apr 2003 11:07:23 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3UI7N0U016493; Wed, 30 Apr 2003 11:07:23 -0700 (PDT) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3UI7N65016491; Wed, 30 Apr 2003 11:07:23 -0700 (PDT) Message-Id: <200304301807.h3UI7N65016491@repoman.freebsd.org> From: Peter Wemm Date: Wed, 30 Apr 2003 11:07:23 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/amd64/net htonl.S htons.S ntohl.S ntohs.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2003 18:07:24 -0000 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