From owner-cvs-src@FreeBSD.ORG Sat Oct 4 13:10:51 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE1B51065693; Sat, 4 Oct 2008 13:10:51 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B9658FC1B; Sat, 4 Oct 2008 13:10:51 +0000 (UTC) (envelope-from raj@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m94DApW4022483; Sat, 4 Oct 2008 13:10:51 GMT (envelope-from raj@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m94DAp6f022482; Sat, 4 Oct 2008 13:10:51 GMT (envelope-from raj@repoman.freebsd.org) Message-Id: <200810041310.m94DAp6f022482@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to raj@repoman.freebsd.org using -f From: Rafal Jaworowski Date: Sat, 4 Oct 2008 13:10:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/uboot/lib api_public.h glue.c glue.h net.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 13:10:51 -0000 raj 2008-10-04 13:10:38 UTC FreeBSD src repository Modified files: sys/boot/uboot/lib api_public.h glue.c glue.h net.c Log: SVN rev 183598 on 2008-10-04 13:10:38Z by raj U-Boot API glue improvements: - extend ub_dev_read() and ub_dev_recv() so that the actual len and all error codes can be passed and processed properly; unify behaviour of these routines - introduce syscall general error code (API_ESYSC) Revision Changes Path 1.4 +1 -0 src/sys/boot/uboot/lib/api_public.h 1.6 +22 -28 src/sys/boot/uboot/lib/glue.c 1.5 +6 -3 src/sys/boot/uboot/lib/glue.h 1.5 +16 -11 src/sys/boot/uboot/lib/net.c