领英邀请
领英 我在 LinkedIn (领英) 拓展职业人脉,希望能与您建立联系。 -ben ben chen XinLi industrial Co.,ltd - sales manager 中国 确认您认识ben chen: https://www.linkedin.com/e/qvgh2t-ht9ra4vr-51/isd/5854860379380789248/H_1ar0XK/?hs=false&tok=3dp0XLhx9A_S81 -- 您已设置接收邀请建立联系的邮件。点击退订: http://www.linkedin.com/e/qvgh2t-ht9ra4vr-51/uWXn9gq_8wC_Ydfw5PkL7_TPQE/goo/doc%40FreeBSD%2Eorg/20061/I6771970309_1/?hs=false&tok=2O4ovxDhlA_S81 (c) 2012 LinkedIn Corporation。2029 Stierlin Ct, Mountain View, CA 94043, USA. ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: docs/168814: [patch] remove `d` negative pointer EINVAL requirement from read(2)
Synopsis: [patch] remove `d` negative pointer EINVAL requirement from read(2) State-Changed-From-To: open->closed State-Changed-By: bdrewery State-Changed-When: Thu Mar 27 05:56:50 CDT 2014 State-Changed-Why: It looks like uiomove() will return EINVAL on negative offset, and I did find tmpfs_read returning EINVAL on negative offset as well. http://www.freebsd.org/cgi/query-pr.cgi?pr=168814 ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: docs/178119: [ports] Porter's handbook lacks examples for using OptionsNG from make.conf, etc
Synopsis: [ports] Porter's handbook lacks examples for using OptionsNG from make.conf, etc State-Changed-From-To: open->closed State-Changed-By: bdrewery State-Changed-When: Thu Mar 27 06:09:22 CDT 2014 State-Changed-Why: done http://www.freebsd.org/cgi/query-pr.cgi?pr=178119 ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: docs/178286: [PATCH] document the LOCAL_* vars in build(7)
Synopsis: [PATCH] document the LOCAL_* vars in build(7) State-Changed-From-To: open->closed State-Changed-By: bdrewery State-Changed-When: Thu Mar 27 06:12:43 CDT 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=178286 ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: docs/178286: commit references a PR
The following reply was made to PR docs/178286; it has been noted by GNATS. From: dfil...@freebsd.org (dfilter service) To: bug-follo...@freebsd.org Cc: Subject: Re: docs/178286: commit references a PR Date: Thu, 27 Mar 2014 11:12:39 + (UTC) Author: bdrewery Date: Thu Mar 27 11:12:35 2014 New Revision: 263812 URL: http://svnweb.freebsd.org/changeset/base/263812 Log: Update build(7) with LOCAL_* vars PR: docs/178286 Submitted by:Garrett Cooper Sponsored by:EMC / Isilon Storage Division MFC after: 1 week Modified: head/share/man/man7/build.7 Modified: head/share/man/man7/build.7 == --- head/share/man/man7/build.7Thu Mar 27 11:10:13 2014 (r263811) +++ head/share/man/man7/build.7Thu Mar 27 11:12:35 2014 (r263812) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 10, 2012 +.Dd March 27, 2014 .Dt BUILD 7 .Os .Sh NAME @@ -411,8 +411,25 @@ then is set to the value of .Va KERNFAST . .It Va LOCAL_DIRS -If set, this variable supplies a list of additional directories to -build, relative to the root of the source tree. +If set, this variable supplies a list of additional directories relative to +the root of the source tree to build as part of the +.Cm everything +target. +.It Va LOCAL_LIB_DIRS +If set, this variable supplies a list of additional directories relative to +the root of the source tree to build as part of the +.Cm libraries +target. +.It Va LOCAL_MTREE +If set, this variable supplies a list of additional mtrees relative to the +root of the source tree to use as part of the +.Cm hierarchy +target. +.It Va LOCAL_TOOL_DIRS +If set, this variable supplies a list of additional directories relative to +the root of the source tree to build as part of the +.Cm build-tools +target. .It Va PORTS_MODULES A list of ports with kernel modules that should be built and installed as part of the ___ svn-src-...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org" ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: Please update handbook part 11.2.3
On Mon, Mar 24, 2014 at 5:27 AM, David Demelier wrote: > Hello there, > > Can you please update the 11.2.3 [1] chapter from the handbook ? It is > specified that rpm2cpio is the command but actual installed command is > rpm2cpio.pl. Also the -q option does not exist. > > In short, update to: > > rpm2cpio.pl < /path/to/linux.archive.rpm | cpio -id > > Thanks! > > [1] > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu-lbc-install.html Thanks for the heads up. I updated the file to reflect this and will get it committed shortly. Change can be viewed at: http://clamps.exit2shell.com/~skreuzer/handbook/linuxemu-lbc-install.html ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: docs/187940: devinfo(8) man page refers pnpinfo(8) which does not exists on FreeBSD 10-RELEASE
On Wed, Mar 26, 2014 at 01:59:33PM -0400, Glen Barber wrote: > On Wed, Mar 26, 2014 at 11:57:54AM -0400, John Baldwin wrote: > > pnpinfo is only built for i386, but it does exist. man.cgi appears to be > > broken for 9.1 release and later (9.0 finds pnpinfo.8 for i386, but 9.1 > > and later do not) man.cgi for i386 9.1 also doesn't find other > > i386-specific > > manpages like apmd(8) or wlconfig(8). Specifically, it seems like 9.1 > > and later are using amd64 manpages when i386 is selected. Looks like > > sparc64 > > is also busted (can't find ofwdump(8)), so it seems like man.cgi is just > > always doing amd64 for 9.1 and later. > > > > Hmm, I did not see any architecture-specific things when adding the > manual pages for 9.2 and 10.0, but I can confirm that for these two > releases at least, I did take the manuals from the amd64 base.txz. > > I'll poke around a bit on the pre-9.0 directories to see what is needed > for i386 and !x86 architectures, but may need a day or so to sort things > out. > I've just refreshed the 10.0-RELEASE manuals to include !x86 arch manuals, and am packaging the 9.2-RELEASE manuals now for update. The pnpinfo(8) manual is now available on the website. Thanks for the report. Glen pgpDHVkoagKQO.pgp Description: PGP signature
Re: docs/187940: devinfo(8) man page refers pnpinfo(8) which does not exists on FreeBSD 10-RELEASE
Synopsis: devinfo(8) man page refers pnpinfo(8) which does not exists on FreeBSD 10-RELEASE State-Changed-From-To: open->closed State-Changed-By: gjb State-Changed-When: Thu Mar 27 15:07:32 UTC 2014 State-Changed-Why: Should be fixed now. Responsible-Changed-From-To: freebsd-doc->webmaster Responsible-Changed-By: gjb Responsible-Changed-When: Thu Mar 27 15:07:32 UTC 2014 Responsible-Changed-Why: Should be fixed now. http://www.freebsd.org/cgi/query-pr.cgi?pr=187940 ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Unique, turn-key fundraising solutions for your organization
[1]F2O Website [2]Funds2Orgs is a social enterprise that offers real, relevant, and engaging fundraising strategies to churches, nonprofits, schools, and civic groups. Through shoe drive fundraisers, your organization could exceed your 2014 fundraising goals! Engage your volunteers Collect Shoes Engage your volunteers and get started collecting gently worn, used shoes! Collect shoes! We provide the bags and rubber bands to get you started. We'll pick them up Get ready for your check Call us and we will arrange pick-up of the shoes - it's easy for you! Your check will help further promote the mission of your organization. F2O Website To stop receiving messages from the Sector Direct - Received & Opened, click [3]here. To pass a copy of this message on to a friend, click [4]here. This email was sent to you by: Funds2Orgs 520 N. Semoran Blvd., Suite 200 Orlando, FL 32807 [msg-1395934700.7622 en-mail3] References Visible links 1. http://r.mustanglist.com/redir.php/b/TTBMVDU3NS0xMTA5NjktMzE1MjIxMS0zNjUzOTcxMQ~~/ 2. http://r.mustanglist.com/redir.php/b/T1RFdzU3NS0xMTA5NjktMzE1MjIxMi0zNjUzOTcxMQ~~/ 3. http://www.mustanglist.com/us.php/msg/1395934700.7622/en/mail3 4. http://www.mustanglist.com/pio.php/msg/1395934700.7622/en/mail3 Hidden links: 5. http://www.mustanglist.com/ ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Unique, turn-key fundraising solutions for your organization
[1]F2O Website [2]Funds2Orgs is a social enterprise that offers real, relevant, and engaging fundraising strategies to churches, nonprofits, schools, and civic groups. Through shoe drive fundraisers, your organization could exceed your 2014 fundraising goals! Engage your volunteers Collect Shoes Engage your volunteers and get started collecting gently worn, used shoes! Collect shoes! We provide the bags and rubber bands to get you started. We'll pick them up Get ready for your check Call us and we will arrange pick-up of the shoes - it's easy for you! Your check will help further promote the mission of your organization. F2O Website To stop receiving messages from the Sector Direct - Received & Opened, click [3]here. To pass a copy of this message on to a friend, click [4]here. This email was sent to you by: Funds2Orgs 520 N. Semoran Blvd., Suite 200 Orlando, FL 32807 [msg-1395936091.4392 en-mail3] References Visible links 1. http://r.mustanglist.com/redir.php/b/emd0TzU3NS0xMTA5NjktMzE1MjIxMS0zNjU0ODYwMw~~/ 2. http://r.mustanglist.com/redir.php/b/aGJHVjU3NS0xMTA5NjktMzE1MjIxMi0zNjU0ODYwMw~~/ 3. http://www.mustanglist.com/us.php/msg/1395936091.4392/en/mail3 4. http://www.mustanglist.com/pio.php/msg/1395936091.4392/en/mail3 Hidden links: 5. http://www.mustanglist.com/ ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
Re: bad or broken link about "Documentation"=> menu
The fix is committed as r44365, and will be live in a few minutes. Thank you for the report. Glen On Thu, Mar 27, 2014 at 07:45:31AM +0100, geo...@free.fr wrote: > Hi, > > http://www.freebsd.org/cgi/man.cgi?query=pkg&apropos=0&sektion=0&manpath=FreeBSD+10.0-RELEASE&arch=default&format=html > > Denis > > - Mail original - > De: "Glen Barber" > À: geo...@free.fr > Cc: freebsd-doc@FreeBSD.org > Envoyé: Jeudi 27 Mars 2014 04:08:04 > Objet: Re: bad or broken link about "Documentation"=> menu > > On Wed, Mar 26, 2014 at 09:11:24PM +0100, geo...@free.fr wrote: > > Hi, > > I found a bad or broken link on the "Documentation" menu at > > www.freebsd.org site. > > It provides "All books and articles" with this link > > "http://www.freebsd.org/docs/books.html/"; but it is redirected to > > a wonderful "page not found" with link "http://www.freebsd.org/4xx.html";. > > What is the original link referencing the URL to books.html/ you pasted? > > The trailing slash ('/') is the problem, and omitting it from the URL > gives the expected page. > > Glen pgp9vSEeetoG7.pgp Description: PGP signature