misc/180790: devel/linux_kdump prints BSD descriptions of system

看板FB_bugs作者時間12年前 (2013/07/24 15:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
>Number: 180790 >Category: misc >Synopsis: devel/linux_kdump prints BSD descriptions of system call names >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 24 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 9.1 >Organization: n/a >Environment: >Description: linux_kdump is FreeBSD executable, and it is using strerror() to translate error codes. This naturally produces BSD descriptions, not linux onex. Example: 70665 Xxx RET linux_socketcall -1 errno 38 Socket operation on non-socket In BSD errno=38 is ENOTSOCK: #define ENOTSOCK 38 /* Socket operation on non-socket */ And in Linux errno=38 is ENOSYS: #define ENOSYS /* Function not implemented */ linux_kdump version 1.5 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
文章代碼(AID): #1HxuBoJz (FB_bugs)