From owner-freebsd-doc@FreeBSD.ORG Mon Nov 1 02:00:19 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC0BD1065672 for ; Mon, 1 Nov 2010 02:00:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 77A728FC14 for ; Mon, 1 Nov 2010 02:00:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA120J7r008547 for ; Mon, 1 Nov 2010 02:00:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA120JGG008546; Mon, 1 Nov 2010 02:00:19 GMT (envelope-from gnats) Resent-Date: Mon, 1 Nov 2010 02:00:19 GMT Resent-Message-Id: <201011010200.oA120JGG008546@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stephen Veiss Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4B89106566C for ; Mon, 1 Nov 2010 01:54:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8800A8FC0A for ; Mon, 1 Nov 2010 01:54:21 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id oA11sLXN018212 for ; Mon, 1 Nov 2010 01:54:21 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id oA11sL7X018211; Mon, 1 Nov 2010 01:54:21 GMT (envelope-from nobody) Message-Id: <201011010154.oA11sL7X018211@www.freebsd.org> Date: Mon, 1 Nov 2010 01:54:21 GMT From: Stephen Veiss To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/151854: table of operations in kdump(1) manpage lists GENIO and SIG instead of GIO and PSIG X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2010 02:00:19 -0000 >Number: 151854 >Category: docs >Synopsis: table of operations in kdump(1) manpage lists GENIO and SIG instead of GIO and PSIG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 01 02:00:19 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Stephen Veiss >Release: 8.1-RELEASE >Organization: >Environment: FreeBSD freebsdvm.home.brokenbottle.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The manpage for kdump(1) contains a table of operation abbreviations, used in the output of kdump(1). Two of these abbreviations are wrong -- the manpage does not match the output of kdump(1). The manpage lists GENIO and SIG, while kdump(1) actually outputs GIO and PSIG respectively. I've attached a patch to the manpage to fix this. >How-To-Repeat: ktrace(1) a program which performs IO and receives a signal. kdump(1) the output, note that kdump lists operations of type GIO and PSIG. Check man 1 kdump, note that GIO and PSIG aren't listed in the table of operations near the bottom. GENIO and SIG are, however. >Fix: Attached patch, against HEAD. Patch attached with submission follows: Index: usr.bin/kdump/kdump.1 =================================================================== --- usr.bin/kdump/kdump.1 (revision 214612) +++ usr.bin/kdump/kdump.1 (working copy) @@ -162,13 +162,13 @@ system call, so 7 is the return value. .Pp The possible operations are: -.Bl -column -offset indent ".Li GENIO" ".No data from user process" +.Bl -column -offset indent ".Li CALL" ".No data from user process" .It Sy Name Ta Sy Operation Ta Sy Fourth field .It Li CALL Ta enter syscall Ta syscall name and arguments .It Li RET Ta return from syscall Ta syscall name and return value .It Li NAMI Ta file name lookup Ta path to file -.It Li GENIO Ta general I/O Ta fd, read/write, number of bytes -.It Li SIG Ta signal Ta signal name, handler, mask, code +.It Li GIO Ta general I/O Ta fd, read/write, number of bytes +.It Li PSIG Ta signal Ta signal name, handler, mask, code .It Li CSW Ta context switch Ta stop/resume user/kernel .It Li USER Ta data from user process Ta the data .It Li STRU Ta various syscalls Ta structure >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Mon Nov 1 11:06:06 2010 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 858351065673 for ; Mon, 1 Nov 2010 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6F6088FC0A for ; Mon, 1 Nov 2010 11:06:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA1B66Fj018421 for ; Mon, 1 Nov 2010 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA1B65vr018419 for freebsd-doc@FreeBSD.org; Mon, 1 Nov 2010 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 1 Nov 2010 11:06:05 GMT Message-Id: <201011011106.oA1B65vr018419@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD doc list Cc: Subject: Current unassigned doc problem reports X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2010 11:06:06 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=doc .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o docs/151854 doc [patch] table of operations in kdump(1) manpage lists o docs/151752 doc pw.conf(5) doesn't define format for file clearly o docs/151478 doc [patch] Russian porters-handbook: MFen 1.440 -> 1.1077 o docs/151367 doc [patch] Update for puc.4 man page o docs/151283 doc [patch] man(1) top change pages to bytes in descriptio o docs/151104 doc mksnap_ffs(8) should mention 20 snapshot limit on UFS o docs/150991 doc [patch] Install upgtfw using pkg_add as advised in upg o docs/150917 doc [patch] icmp.4, wrong description of icmplim and icmpl o docs/150877 doc ambiguity in newsyslog(8) man page about zfs with comp o docs/150365 doc [make.conf] [patch] remove BDECFLAGS from make.conf(5) o docs/150255 doc dtrace description should mention makeoptions DEBUG=-g o docs/150244 doc [patch] DRIVER_MODULE(9): MULTI_DRIVER_MODULE is only o docs/150219 doc zfs(8) manual page misses jail/unjail o docs/150124 doc Request for update of "building the kernel" section of o docs/149950 doc [patch] glob(3)'s reference to regex(3) is spelled inc o docs/149845 doc unify spelling of blocksize, block-size and block size o docs/149574 doc [patch] update mi_switch(9) man page o docs/149522 doc Russian network article: incorrect translation about n o docs/149106 doc xfs.5: non-working mount example o docs/149051 doc [request] No document for clang or clang++ o docs/149047 doc [patch] tcsh(1) bears no mention of brace expansion in o docs/148987 doc [patch] {MD[245]|SHA_|SHA1_|SHA256_}{End|File|FileChun o docs/148680 doc [sysctl][patch] Document some sys/kern sysctls o docs/148071 doc Failover mode between wired and wireless interfaces o docs/148037 doc bge(4) does not list all devices in if_bge.c / if_bger o docs/147995 doc elf.5 man page has has missing reference o docs/146958 doc bad link to "XaQti XMAC II datasheet" in sk(4) manual o docs/146521 doc [handbook] Update IPv6 system handbook section to ment o docs/146047 doc [kld] [patch] the kldstat(2) manual needs to be more p o docs/145719 doc [patch] 7.3 relnotes erroneously describes new getpage o docs/145699 doc hexdump(1) mutes all format qualifier output following o docs/145644 doc Add artical about creating manpage from scratch o docs/145069 doc Dialup firewalling with FreeBSD article out dated. o docs/144818 doc all mailinglist archives dated 19970101 contain traili o docs/144630 doc [patch] domainname(1) manpage contains old information o docs/144543 doc [handbook] IPFW doc change o docs/144537 doc Missing _mdconfig_list and _mdconfig2_list explanation o docs/144515 doc [handbook] Expand handbook Table of contents o docs/144488 doc share/examples/etc/make.conf: contains dangerous examp o docs/144408 doc [patch] update makefs(8) (remove device option) o docs/143850 doc procfs(5) manpage for status > controlling terminal is o docs/143472 doc gethostname(3) references undefined value: HOST_NAME_M o docs/143416 doc [handbook] IPFW handbook page issues o docs/143408 doc man filedesc(9) is missing o docs/142917 doc top(1) man page does not include information about VCS o docs/142437 doc [request] Errata Notices Index missing a docs/142341 doc jail(8): Jail escape when cwd is moved from the host s o docs/142168 doc [patch] ld(1): ldd(1) not mentioned in ld(1) manpage o docs/141032 doc misleading documentation for rtadvd.conf(5) raflags se s docs/140847 doc [request] add documentation on ECMP and new route args o docs/140495 doc [patch] /etc/rc.conf.d is not documented in rc.conf(5) o docs/140457 doc [patch] Grammar fix for isspace(3) o docs/140444 doc [patch] New Traditional Chinese translation of custom- o docs/140435 doc ls(1), section STANDARD: the -A is exception from POSI o docs/140375 doc [UPDATE] Updated zh_TW.Big5/articles/nanobsd o docs/140369 doc [patch] src/contrib/pf/man/pf.4 o docs/140075 doc release notes: missing word "NOT", which changes all t o docs/139336 doc [request] ZFS documentation suggestion o docs/139165 doc gssapi.3 man page out of sync with between crypto and o docs/139018 doc translation of submitting.sgml from docproj/submitting o docs/138887 doc manpage ports(7) incorrect o docs/138845 doc Exceeding kern.ipc.maxpipekva refers to tuning(7) whic o docs/138663 doc system(3) man page confuses users about "return value o docs/138485 doc bpf(4) and ip(4) man pages missing important corner ca a docs/137762 doc [handbook] [patch] proposed: mention "make delete-old" o docs/136712 doc [handbook] [patch] draft new section on gmirror per pa o docs/136666 doc [handbook] Configure serial port for remote kernel deb o docs/136035 doc ftpchroot(5) omits an important option p docs/136029 doc MALLOC_PRODUCTION knob should be mentioned somewhere, o docs/135516 doc [patch] pax(1) manual not mentioning chflags unawarene o docs/135475 doc [patch] jot(1) manpage and behaviour differ o docs/134222 doc installation failure of japanese docs o docs/134123 doc The RUNQUEUE(9) man page is out of date o docs/132884 doc [request] No manpage for SYSINIT and SYSUNINIT o docs/132839 doc [patch] Fix example script in ldap-auth article o docs/132718 doc [handbook] Information about adding a new mirror is ou o docs/132260 doc dhcpd(8) pid not stored in documented location o docs/132190 doc EPERM explanation for send(2), sendto(2), and sendmsg( o docs/132113 doc [handbook] Update handbook jails creation o docs/131918 doc [patch] Fixes for the BPF(4) man page o docs/131684 doc [patch] articles/linux-comparison: replace Addenda by o docs/131626 doc [patch] dump(8) "recommended" cache option confusing o docs/131625 doc [patch] Typos in ed(1) man page o docs/130364 doc Man page for top needs explanation of CPU states o docs/130238 doc nfs.lockd man page doesn't mention NFSLOCKD option or o docs/129671 doc New TCP chapter for Developer's Handbook (from rwatson o docs/129464 doc using packages system o docs/129095 doc ipfw(8): Can not check that packet originating/destine s docs/128356 doc [request] add Firefox plugin for FreeBSD manual pages o docs/127908 doc [patch] readdir(3) error documentation s docs/127844 doc Example code skeleton_capture_n.c in meteor(4) manpage o docs/127253 doc Error in Handbook: http://www.freebsd.org/doc/en/books o docs/126590 doc [patch] Write routine called forever in Sample Echo Ps o docs/126484 doc libc function res-zonscut2 is not documented o docs/125921 doc lpd(8) talks about blocks in minfree while it is KB in o docs/125751 doc man 3 pthread_getschedparam section ERRORS incomplete f docs/122052 doc minor update on handbook section 20.7.1 o docs/121952 doc Handbook chapter on Network Address Translation wrong o docs/121585 doc [handbook] Wrong multicast specification o docs/121565 doc dhcp-options(5) manpage incorrectly formatted omitting s docs/121541 doc [request] no man pages for wlan_scan_ap o docs/121312 doc RELNOTES_LANG breaks release if not en_US.ISO8859-1 o docs/121173 doc [patch] mq_getattr(2): mq_flags mistakenly described a s docs/120917 doc [request]: Man pages mising for thr_xxx syscalls o docs/120539 doc Inconsistent ipfw's man page o docs/120125 doc [patch] Installing FreeBSD 7.0 via serial console and o docs/120024 doc resolver(5) and hosts(5) need updated for IPv6 o docs/119545 doc books/arch-handbook/usb/chapter.sgml formatting o docs/118902 doc [patch] wrong signatures in d2i_RSAPublicKey man pages o docs/118332 doc man page for top does not describe STATE column wait e o docs/118214 doc close(2) error returns incomplete o docs/118020 doc ipfilter(4): man pages query for man 4 ipfilter return o docs/117747 doc 'break' system call needs a man page o docs/116116 doc mktemp (3) re/move note o docs/116080 doc PREFIX is documented, but not the more important LOCAL o docs/115065 doc [patch] sync ps.1 with p_flag and keywords o docs/114371 doc [patch] [ip6] rtadvd.con(5) should show how to adverti o docs/114139 doc mbuf(9) has misleading comments on M_DONTWAIT and M_TR o docs/113194 doc [patch] [request] crontab.5: handling of day-in-month o docs/112804 doc groff(1) command should be called to explicitly use "p o docs/112682 doc Handbook GEOM_GPT explanation does not provide accurat o docs/111425 doc Missing chunks of text in historical manpages o docs/111265 doc [request] Clarify how to set common shell variables o docs/111147 doc hostapd.conf is not documented o docs/110999 doc carp(4) should document unsupported interface types o docs/110692 doc wi(4) man page doesn't say WPA is not supported o docs/110376 doc [patch] add some more explanations for the iwi/ipw fir o docs/110253 doc [patch] rtprio(1): remove processing starvation commen o docs/110062 doc [patch] mount_nfs(8) fails to mention a failure condit o docs/110061 doc [patch] tuning(7) missing reference to vfs.read_max o docs/109981 doc No manual entry for post-grohtml o docs/109977 doc No manual entry for ksu o docs/109973 doc No manual entry for c++filt o docs/109972 doc No manual entry for zless/bzless f docs/109226 doc [request] No manual entry for sntp o docs/109201 doc [request]: manual for callbootd a docs/108980 doc list of missing man pages o docs/106135 doc [request] articles/vinum needs to be updated o docs/105608 doc fdc(4) debugging description staled o docs/104879 doc Howto: Listen to IMA ADPCM .wav files on FreeBSD box o docs/102719 doc [patch] ng_bpf(4) example leads to unneeded promiscuos o docs/101464 doc sync ru_RU.KOI8-R/articles/portbuild/article.html with o docs/100196 doc man login.conf does explain not "unlimited" o docs/99506 doc FreeBSD Handbook addition: IPv6 Server Settings o docs/98974 doc Missing tunables in loader(8) manpage o docs/98115 doc Missing parts after rendering handbook to RTF format o docs/96207 doc Comments of a sockaddr_un structure could confuse one o docs/94625 doc [patch] growfs man page -- document "panic: not enough o docs/92626 doc jail manpage should mention disabling some periodic sc o docs/91506 doc ndis(4) man page should be more specific about support o docs/91174 doc [REQUEST] Handbook: Addition of Oracle 9i installation o docs/91149 doc read(2) can return EINVAL for unaligned access to bloc o docs/88512 doc [patch] mount_ext2fs(8) man page has no details on lar o docs/87936 doc Handbook chapter on NIS/YP lacks good information on a o docs/87857 doc ifconfig(8) wireless options order matters o docs/86342 doc bikeshed entry of Handbook is wrong o docs/85128 doc [patch] loader.conf(5) autoboot_delay incompletly desc o docs/84956 doc [patch] intro(5) manpage doesn't mention API coverage o docs/84932 doc new document: printing with an Epson ALC-3000N on Free o docs/84670 doc [patch] tput(1) manpage missing ENVIRONMENT section wi o docs/84317 doc fdp-primer doesn't show class=USERNAME distinctively o docs/84271 doc [patch] compress(1) doesn't warn about nasty link hand o docs/83820 doc getino(3) manpage not installed o docs/81611 doc [patch] natd runs with -same_ports by default o docs/78480 doc Networked printer setup unnecessarily complex in handb o docs/61605 doc [request] Improve documentation for i386 disk geometry o docs/61301 doc [patch] Manpage patch for aue(4) to enable HomePNA fun o docs/59835 doc ipfw(8) man page does not warn about accepted but mean o docs/59477 doc Outdated Info Documents at http://docs.freebsd.org/inf o docs/59044 doc [patch] doc.docbook.mk does not properly handle a sour s docs/54752 doc bus_dma explained in ISA section in Handbook: should b o docs/53751 doc bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW o docs/53596 doc Updates to mt(1) manual page o docs/53271 doc bus_dma(9) fails to document alignment restrictions o docs/51480 doc Multiple undefined references in the FreeBSD manual pa o docs/50211 doc [patch] doc.docbook.mk: fix textfile creation o docs/43823 doc [patch] update to environ(7) manpage o docs/41089 doc pax(1) -B option does not mention interaction with -z o docs/40423 doc Keyboard(4)'s definition of parameters to GETFKEY/SETF o docs/38982 doc [patch] developers-handbook/Jail fix o docs/38556 doc EPS file of beastie, as addition to existing examples s docs/35678 doc docproj Makefiles for web are broken for paths with sp s docs/33589 doc [patch] to doc.docbook.mk to post process .tex files. a docs/30008 doc [patch] French softupdates document should be translat o docs/27605 doc [patch] Cross-document references () o docs/26286 doc *printf(3) etc should gain format string warnings o docs/24786 doc missing FILES descriptions in sa(4) s docs/20028 doc ASCII docs should reflect tags in the sourc 188 problems total. From owner-freebsd-doc@FreeBSD.ORG Mon Nov 1 15:00:25 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 469F4106564A for ; Mon, 1 Nov 2010 15:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 19A8B8FC0A for ; Mon, 1 Nov 2010 15:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA1F0OSM061450 for ; Mon, 1 Nov 2010 15:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA1F0OsM061430; Mon, 1 Nov 2010 15:00:24 GMT (envelope-from gnats) Date: Mon, 1 Nov 2010 15:00:24 GMT Message-Id: <201011011500.oA1F0OsM061430@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Anders Larsson Cc: Subject: Re: docs/140847: [request] add documentation on ECMP and new route args (nostick,sticky,)weight X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Anders Larsson List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2010 15:00:25 -0000 The following reply was made to PR docs/140847; it has been noted by GNATS. From: Anders Larsson To: bug-followup@FreeBSD.org, need4spam@bk.ru Cc: Subject: Re: docs/140847: [request] add documentation on ECMP and new route args (nostick,sticky,)weight Date: Mon, 01 Nov 2010 15:51:04 +0100 Almost 1year later and no doc or updated man page for these changes? Is there a patch waiting or is it simply forgotten? From owner-freebsd-doc@FreeBSD.ORG Mon Nov 1 15:20:13 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DA7E10656CB for ; Mon, 1 Nov 2010 15:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 699D38FC28 for ; Mon, 1 Nov 2010 15:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA1FKCCt083120 for ; Mon, 1 Nov 2010 15:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA1FKCGK083119; Mon, 1 Nov 2010 15:20:12 GMT (envelope-from gnats) Date: Mon, 1 Nov 2010 15:20:12 GMT Message-Id: <201011011520.oA1FKCGK083119@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: docs/151854: commit references a PR X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2010 15:20:13 -0000 The following reply was made to PR docs/151854; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/151854: commit references a PR Date: Mon, 1 Nov 2010 15:19:06 +0000 (UTC) Author: jhb Date: Mon Nov 1 15:18:57 2010 New Revision: 214625 URL: http://svn.freebsd.org/changeset/base/214625 Log: Correct the abbreviations for general I/O and signal traces. PR: docs/151854 Submitted by: Stephen Veiss stephen of brokenbottle net MFC after: 3 days Modified: head/usr.bin/kdump/kdump.1 Modified: head/usr.bin/kdump/kdump.1 ============================================================================== --- head/usr.bin/kdump/kdump.1 Mon Nov 1 11:38:04 2010 (r214624) +++ head/usr.bin/kdump/kdump.1 Mon Nov 1 15:18:57 2010 (r214625) @@ -162,13 +162,13 @@ Seven bytes were written by the system call, so 7 is the return value. .Pp The possible operations are: -.Bl -column -offset indent ".Li GENIO" ".No data from user process" +.Bl -column -offset indent ".Li CALL" ".No data from user process" .It Sy Name Ta Sy Operation Ta Sy Fourth field .It Li CALL Ta enter syscall Ta syscall name and arguments .It Li RET Ta return from syscall Ta syscall name and return value .It Li NAMI Ta file name lookup Ta path to file -.It Li GENIO Ta general I/O Ta fd, read/write, number of bytes -.It Li SIG Ta signal Ta signal name, handler, mask, code +.It Li GIO Ta general I/O Ta fd, read/write, number of bytes +.It Li PSIG Ta signal Ta signal name, handler, mask, code .It Li CSW Ta context switch Ta stop/resume user/kernel .It Li USER Ta data from user process Ta the data .It Li STRU Ta various syscalls Ta structure _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" From owner-freebsd-doc@FreeBSD.ORG Mon Nov 1 15:21:24 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D6ED10656AC; Mon, 1 Nov 2010 15:21:24 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 229F18FC1F; Mon, 1 Nov 2010 15:21:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA1FLOKL092249; Mon, 1 Nov 2010 15:21:24 GMT (envelope-from jhb@freefall.freebsd.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA1FLNUT092245; Mon, 1 Nov 2010 15:21:23 GMT (envelope-from jhb) Date: Mon, 1 Nov 2010 15:21:23 GMT Message-Id: <201011011521.oA1FLNUT092245@freefall.freebsd.org> To: stephen@brokenbottle.net, jhb@FreeBSD.org, freebsd-doc@FreeBSD.org From: jhb@FreeBSD.org Cc: Subject: Re: docs/151854: [patch] table of operations in kdump(1) manpage lists GENIO and SIG instead of GIO and PSIG X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2010 15:21:24 -0000 Synopsis: [patch] table of operations in kdump(1) manpage lists GENIO and SIG instead of GIO and PSIG State-Changed-From-To: open->closed State-Changed-By: jhb State-Changed-When: Mon Nov 1 15:20:13 UTC 2010 State-Changed-Why: Fix committed to HEAD, will MFC in a few days. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=151854 From owner-freebsd-doc@FreeBSD.ORG Tue Nov 2 03:21:23 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51972106564A for ; Tue, 2 Nov 2010 03:21:23 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 078AD8FC12 for ; Tue, 2 Nov 2010 03:21:22 +0000 (UTC) Received: by gxk9 with SMTP id 9so4036597gxk.13 for ; Mon, 01 Nov 2010 20:21:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=KvDRZejYfFryusTYkzphLDzrC+OlZgoFa8+4Qh0sVFc=; b=rhAWGNfhar73hMmKg/AKGR4uICHJlNHmFAe13O0ePx8V4X287nmRsQOAgAfO59F1HO WpkaRdoPxBxoEj2/KzMtygzH0lhQJVIxw8eJ6JrLJwldv3w/pjl0AFSuFgH+okIWsgS8 Zw7t5inpRrKsK2af7FSFP3brpLIxsoKHj3Ufg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=gwM3K3FVmS6RGcaT5SejLfYeP2GprDQVZK8MYgc3SKCpRku+OidGA2aj4qGZvxBwmP 2hKpMuGgDxD8QahPMXGOwl65IrQhxQSCKU+Pai2VPHQCUq/20j9t3HiKDbB4hVNQWI7/ bBRQxdl2k6PuyVtgE9WEgWNKsGgfau6t+9V5M= Received: by 10.150.217.19 with SMTP id p19mr29570708ybg.229.1288666316188; Mon, 01 Nov 2010 19:51:56 -0700 (PDT) Received: from localhost.localdomain (76-10-183-171.dsl.teksavvy.com [76.10.183.171]) by mx.google.com with ESMTPS id q41sm8410506ybk.1.2010.11.01.19.51.54 (version=SSLv3 cipher=RC4-MD5); Mon, 01 Nov 2010 19:51:55 -0700 (PDT) From: Arnaud Lacombe To: freebsd-doc@freebsd.org Date: Mon, 1 Nov 2010 22:47:34 -0400 Message-Id: <1288666054-23167-1-git-send-email-lacombar@gmail.com> X-Mailer: git-send-email 1.7.2.30.gc37d7.dirty Cc: Arnaud Lacombe Subject: [PATCH] fix a few typo in sysctl_ctx_init(9) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 03:21:23 -0000 Signed-off-by: Arnaud Lacombe --- share/man/man9/sysctl_ctx_init.9 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/sysctl_ctx_init.9 b/share/man/man9/sysctl_ctx_init.9 index ba8c7f2..51f9d34 100644 --- a/share/man/man9/sysctl_ctx_init.9 +++ b/share/man/man9/sysctl_ctx_init.9 @@ -193,21 +193,21 @@ char *string = "dynamic sysctl"; sysctl_ctx_init(&clist); oidp = SYSCTL_ADD_NODE( &clist, SYSCTL_STATIC_CHILDREN(/* tree top */), - OID_AUTO, "newtree", CTFLAG_RW, 0, "new top level tree"); + OID_AUTO, "newtree", CTLFLAG_RW, 0, "new top level tree"); oidp = SYSCTL_ADD_INT( &clist, SYSCTL_CHILDREN(oidp), OID_AUTO, "newint", CTLFLAG_RW, &a_int, 0, "new int leaf"); ... oidp = SYSCTL_ADD_NODE( &clist, SYSCTL_STATIC_CHILDREN(_debug), - OID_AUTO, "newtree", CTFLAG_RW, 0, "new tree under debug"); + OID_AUTO, "newtree", CTLFLAG_RW, 0, "new tree under debug"); oidp = SYSCTL_ADD_STRING( &clist, SYSCTL_CHILDREN(oidp), - OID_AUTO, "newstring", CTLFLAG_R, string, 0, "new string leaf"); + OID_AUTO, "newstring", CTLFLAG_RD, string, 0, "new string leaf"); ... /* Now we can free up the oids */ if(sysctl_ctx_free(&clist)) { printf("can't free this context - other oids depend on it"); return(ENOTEMPTY); } else { - printf("Success!\\n"): + printf("Success!\\n"); return(0); } .Ed -- 1.7.3.12.gf5e62.dirty From owner-freebsd-doc@FreeBSD.ORG Tue Nov 2 06:49:44 2010 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 893AB1065672 for ; Tue, 2 Nov 2010 06:49:44 +0000 (UTC) (envelope-from harikmora@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 208338FC08 for ; Tue, 2 Nov 2010 06:49:43 +0000 (UTC) Received: by wyb42 with SMTP id 42so6326428wyb.13 for ; Mon, 01 Nov 2010 23:49:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=lmmlSJdKsI0gRz/0Vpmd9CXozSQs5xYomidnGiFAZcQ=; b=qUlPjgCWMq5Cd3iY+xnErrRN2KRnFsMyTRJxOxum0EbD1PVBTQtZ9Xudee1gK+dCvn yX830n5WrGP8MlWa8rCX2Yhqt+V2ATSIqEHDaLGrjgDq+Dkb+Cdf6cNosyHZRwTYG3lC n+HQIR5gaK2+S8LZDUQhvHA8tsE8N2rXou83A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=csqocq62sl2ogQWniGV5nPrY4Lm8nZ8asUdLxLHEYK6EvKqWpk02SZILrNheSlVTFm e4A3shrZjf8HNgEQX2YGbxF7PmrZ49qX3pRjcJq9ywSSJVjr2jDxaLVyYXuQS+H1LYxo YRKLOUx6QFVzVY+3feOuiFxbJHw/xdFyt+z+k= MIME-Version: 1.0 Received: by 10.227.158.4 with SMTP id d4mr11888038wbx.61.1288679036602; Mon, 01 Nov 2010 23:23:56 -0700 (PDT) Received: by 10.227.131.193 with HTTP; Mon, 1 Nov 2010 23:23:56 -0700 (PDT) Date: Tue, 2 Nov 2010 11:53:56 +0530 Message-ID: From: Hari Krishna Mora To: freebsd-doc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: how to switch to gui mode in free bsd 8.1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 06:49:44 -0000 hi i have downloaded free bsd 8.1, and i installed it on microsoft virtual pc but i could not get graphical interface please help me to get graphical interface thanks & regards, harikrishna From owner-freebsd-doc@FreeBSD.ORG Tue Nov 2 10:15:22 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E7EC1065673 for ; Tue, 2 Nov 2010 10:15:22 +0000 (UTC) (envelope-from paul@mikadosoftware.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id ED5BC8FC17 for ; Tue, 2 Nov 2010 10:15:21 +0000 (UTC) Received: by gwaa18 with SMTP id a18so4167872gwa.13 for ; Tue, 02 Nov 2010 03:15:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.95.211 with SMTP id e19mr452643qcn.139.1288691055133; Tue, 02 Nov 2010 02:44:15 -0700 (PDT) Received: by 10.229.71.130 with HTTP; Tue, 2 Nov 2010 02:44:15 -0700 (PDT) Date: Tue, 2 Nov 2010 09:44:15 +0000 Message-ID: From: Paul Brian To: freebsd-doc@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: hg servers for FreeBSD-doc seem to be down X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 10:15:22 -0000 All I am catching up with documentation changes I meant to do by now (!), but the hg repository at http://doc.hu.freebsd.org/hg/doc appears to be down for sometime now. I have not spotted anything on the mailing lists, so if the Mercurial experiment did not work out that is a shame, but if not has the hosting location changed or something similar? Thank you -- Paul Brian Mikado Software 07540 456 115 From owner-freebsd-doc@FreeBSD.ORG Tue Nov 2 13:06:37 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 876D9106566B for ; Tue, 2 Nov 2010 13:06:37 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 558928FC13 for ; Tue, 2 Nov 2010 13:06:37 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id DC06346B0C; Tue, 2 Nov 2010 09:06:36 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 99AA98A009; Tue, 2 Nov 2010 09:06:35 -0400 (EDT) From: John Baldwin To: freebsd-doc@freebsd.org Date: Tue, 2 Nov 2010 08:39:53 -0400 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20100819; KDE/4.4.5; amd64; ; ) References: <1288666054-23167-1-git-send-email-lacombar@gmail.com> In-Reply-To: <1288666054-23167-1-git-send-email-lacombar@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201011020839.53293.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 02 Nov 2010 09:06:35 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Arnaud Lacombe Subject: Re: [PATCH] fix a few typo in sysctl_ctx_init(9) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 13:06:37 -0000 On Monday, November 01, 2010 10:47:34 pm Arnaud Lacombe wrote: > Signed-off-by: Arnaud Lacombe Committed, thanks! > --- > share/man/man9/sysctl_ctx_init.9 | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/share/man/man9/sysctl_ctx_init.9 b/share/man/man9/sysctl_ctx_init.9 > index ba8c7f2..51f9d34 100644 > --- a/share/man/man9/sysctl_ctx_init.9 > +++ b/share/man/man9/sysctl_ctx_init.9 > @@ -193,21 +193,21 @@ char *string = "dynamic sysctl"; > > sysctl_ctx_init(&clist); > oidp = SYSCTL_ADD_NODE( &clist, SYSCTL_STATIC_CHILDREN(/* tree top */), > - OID_AUTO, "newtree", CTFLAG_RW, 0, "new top level tree"); > + OID_AUTO, "newtree", CTLFLAG_RW, 0, "new top level tree"); > oidp = SYSCTL_ADD_INT( &clist, SYSCTL_CHILDREN(oidp), > OID_AUTO, "newint", CTLFLAG_RW, &a_int, 0, "new int leaf"); > ... > oidp = SYSCTL_ADD_NODE( &clist, SYSCTL_STATIC_CHILDREN(_debug), > - OID_AUTO, "newtree", CTFLAG_RW, 0, "new tree under debug"); > + OID_AUTO, "newtree", CTLFLAG_RW, 0, "new tree under debug"); > oidp = SYSCTL_ADD_STRING( &clist, SYSCTL_CHILDREN(oidp), > - OID_AUTO, "newstring", CTLFLAG_R, string, 0, "new string leaf"); > + OID_AUTO, "newstring", CTLFLAG_RD, string, 0, "new string leaf"); > ... > /* Now we can free up the oids */ > if(sysctl_ctx_free(&clist)) { > printf("can't free this context - other oids depend on it"); > return(ENOTEMPTY); > } else { > - printf("Success!\\n"): > + printf("Success!\\n"); > return(0); > } > .Ed > -- > 1.7.3.12.gf5e62.dirty > > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > -- John Baldwin From owner-freebsd-doc@FreeBSD.ORG Tue Nov 2 14:05:06 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 512A2106564A for ; Tue, 2 Nov 2010 14:05:06 +0000 (UTC) (envelope-from fender0107401@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id F2F5D8FC08 for ; Tue, 2 Nov 2010 14:05:05 +0000 (UTC) Received: by gya6 with SMTP id 6so4382826gya.13 for ; Tue, 02 Nov 2010 07:05:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=nc6PZAtV9TONSxbDDO9P52sBcW5m3/1+yajk2ZPlYqo=; b=T9llWnAbKixXrl+2L2Im6h3RIQWJxHRKrYuqcEwscUyTgTIdkXM6ZO8TFP7WuXadZj Rqc+dKK9hwsAElOfl7X3vw8WsA3Sp5NisqsUV7f/L3jRFP+1a69JwSdU0xAjiLXwsYg/ dIOyA4VoR16k3Vy0WogZpp+7j6q3riKu6xxfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=h/4ipmLlxz+la6UbApHt/qqgeJBdP/pMubNRyFMEXTaiujE9FzGrbKEhKiYl2s+Fuz hKRak81+jIhBviVSyetMapsku3H0DVxkenq6eVr0UvVAcjou0dcHjVdobUNdsXi+rlMn y1SdoIaYYUkG+eB6T5mTc0808vl8MEvJDHPio= Received: by 10.42.21.17 with SMTP id i17mr12458529icb.263.1288705339581; Tue, 02 Nov 2010 06:42:19 -0700 (PDT) Received: from localhost ([219.243.32.29]) by mx.google.com with ESMTPS id w9sm9914654ibc.13.2010.11.02.06.42.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Nov 2010 06:42:08 -0700 (PDT) Date: Tue, 2 Nov 2010 21:42:01 +0800 From: Li To: freebsd-doc@FreeBSD.org Message-ID: <20101102134201.GA1554@PC-686.Workstation> Mail-Followup-To: freebsd-doc@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: how to switch to gui mode in free bsd 8.1 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 14:05:06 -0000 On Tue, Nov 02, 2010 at 11:53:56AM +0530, Hari Krishna Mora wrote: > hi i have downloaded free bsd 8.1, and i installed it on microsoft virtual pc > > but i could not get graphical interface > > please help me to get graphical interface > > thanks & regards, > > harikrishna > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" FreeBSD Handbook Chapter 5 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11.html From owner-freebsd-doc@FreeBSD.ORG Thu Nov 4 12:50:54 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B21C91065674 for ; Thu, 4 Nov 2010 12:50:54 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3E9D78FC1A for ; Thu, 4 Nov 2010 12:50:53 +0000 (UTC) Received: by eyb7 with SMTP id 7so913416eyb.13 for ; Thu, 04 Nov 2010 05:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :organization:user-agent:mime-version:to:subject:x-enigmail-version :content-type:content-transfer-encoding; bh=ojENHJCMrnVdzJMIMWEj+d7ESCDCmrMZlc2g3KkOYOM=; b=J1mFivweXIKw7ODiLnuUxV1p1PkAzHQXAhCCdIJj4zLN+oiVi9BOEfe2buKCUorD5D EFYxghd5iTJYzBy+Sqw7oGVvi8LEWyF+nb+tFFv2fR94BjmvcN8dZ89jkhl7XQNS1u/d Z0oJ3qeXOBOW2eCxuIumDXWv/C9WRYBQSIvYI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :subject:x-enigmail-version:content-type:content-transfer-encoding; b=HTcmat1eUOT7SFrnzB2xa8Q++g+C4VgrbBxeQNBL8L+fDsHWTI5cDyClKvWfJpn6tU iSvSk45alGP/YQmCZ9BqCYQbN/4VXrRMt/Dp49w9sWY74GNWgn1tvHk8OTVHxwkz5jQ6 rcxLILXbi6pcy7aLIQnVSOndUSU4tl270jkac= Received: by 10.213.20.145 with SMTP id f17mr573565ebb.75.1288873194269; Thu, 04 Nov 2010 05:19:54 -0700 (PDT) Received: from [192.168.1.64] (ip4da3ae31.direct-adsl.nl [77.163.174.49]) by mx.google.com with ESMTPS id q58sm7709918eeh.21.2010.11.04.05.19.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Nov 2010 05:19:52 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <4CD2A4E7.8010508@freebsd.org> Date: Thu, 04 Nov 2010 13:19:51 +0100 From: Rene Ladan Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; nl-NL; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: "doc@FreeBSD.org" X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: FYI: web pages referring to FreeBSD < 7 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 12:50:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Given the pending end-of-life of FreeBSD 6.X, I have made a (mostly) complete list of web pages which refer to FreeBSD versions before 7.0. I have excluded pages like news entries, status reports, and release notes. This list is only meant to be informational. The list is: advocacy/myths.sgml docproj/todo.sgml docs/books.sgml features.sgml gnome/docs/faq2.sgml gnome/docs/porting.sgml gnome/news.sgml java/dists/15.sgml java/dists/index.sgml java/index.sgml java/news.sgml marketing/index.sgml multimedia/multimedia-input.xml platforms/alpha.sgml platforms/i386.sgml platforms/ppc.sgml portmgr/index.sgml portmgr/policies_releng_6.sgml projects/busdma/index.sgml projects/ideas/ideas.xml projects/netperf/index.sgml projects/projects.sgml publish.sgml releng/dst_info.sgml smp/index.sgml support/webresources.sgml Regards, Rene - -- http://www.rene-ladan.nl/ GPG fingerprint = ADBC ECCD EB5F A6B4 549F 600D 8C9E 647A E564 2BFC (subkeys.pgp.net) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzSpOcACgkQjJ5keuVkK/x0AQCdFYhZnJekv9AsEDL2l2YwcCoJ BHgAoNHBKQ83wx+qAT0aY1F4Yy1S4hWZ =GjDE -----END PGP SIGNATURE----- From owner-freebsd-doc@FreeBSD.ORG Thu Nov 4 21:30:09 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B2F11065673 for ; Thu, 4 Nov 2010 21:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 47D868FC15 for ; Thu, 4 Nov 2010 21:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA4LU9d6050864 for ; Thu, 4 Nov 2010 21:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA4LU9IO050862; Thu, 4 Nov 2010 21:30:09 GMT (envelope-from gnats) Resent-Date: Thu, 4 Nov 2010 21:30:09 GMT Resent-Message-Id: <201011042130.oA4LU9IO050862@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jared Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD7251065670 for ; Thu, 4 Nov 2010 21:21:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9BE558FC12 for ; Thu, 4 Nov 2010 21:21:39 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id oA4LLd7L032537 for ; Thu, 4 Nov 2010 21:21:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id oA4LLdlI032536; Thu, 4 Nov 2010 21:21:39 GMT (envelope-from nobody) Message-Id: <201011042121.oA4LLdlI032536@www.freebsd.org> Date: Thu, 4 Nov 2010 21:21:39 GMT From: Jared To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/151952: No example for scanning for SSIDs in ifconfig(8) man page X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 21:30:09 -0000 >Number: 151952 >Category: docs >Synopsis: No example for scanning for SSIDs in ifconfig(8) man page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 04 21:30:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Jared >Release: FreeBSD 8.1 >Organization: Rhyous.com >Environment: FreeBSD slc-jab.ld.landesk.com 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #8: Tue Oct 19 00:11:06 MDT 2010 jared@slc-jab.ld.landesk.com:/usr/obj/usr/src/sys/KRNL0 amd64 >Description: I couldn't remember off the top of my head how to scan for wireless access points. I look at the ifconfig man page and while the scan option existed, using it wasn't obvious. The man page wasn't very helpful for something that is very needed for a laptop these days. >How-To-Repeat: n/a >Fix: Add another example to the ifconfig(8) examples section: Scan for Wireless Access Points and display the SSID, BSSID, Channel, Rate, etc... ifconfig wlan0 scan >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Nov 5 01:40:09 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96D991065672 for ; Fri, 5 Nov 2010 01:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 539E08FC13 for ; Fri, 5 Nov 2010 01:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA51e9Um009222 for ; Fri, 5 Nov 2010 01:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA51e9fw009221; Fri, 5 Nov 2010 01:40:09 GMT (envelope-from gnats) Resent-Date: Fri, 5 Nov 2010 01:40:09 GMT Resent-Message-Id: <201011050140.oA51e9fw009221@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAE01106566B for ; Fri, 5 Nov 2010 01:33:09 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1B38FC1F for ; Fri, 5 Nov 2010 01:33:09 +0000 (UTC) Received: by gxk9 with SMTP id 9so1977186gxk.13 for ; Thu, 04 Nov 2010 18:33:08 -0700 (PDT) Received: by 10.150.158.16 with SMTP id g16mr2439892ybe.242.1288920787897; Thu, 04 Nov 2010 18:33:07 -0700 (PDT) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id q4sm2060737yba.2.2010.11.04.18.33.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 04 Nov 2010 18:33:06 -0700 (PDT) Received: by sunpoet.net (Postfix, from userid 1000) id 548B22AEC8F5; Fri, 5 Nov 2010 09:32:41 +0800 (CST) Message-Id: <20101105013241.548B22AEC8F5@sunpoet.net> Date: Fri, 5 Nov 2010 09:32:41 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/151953: [PATCH] Porter's Handbook: document INSTALL_LIB and minor fixes X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sunpoet Po-Chuan Hsieh List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 01:40:09 -0000 >Number: 151953 >Category: docs >Synopsis: [PATCH] Porter's Handbook: document INSTALL_LIB and minor fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 05 01:40:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.1-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Oct 23 16:01:16 CST 2010 sunpoet@bonjour.sunpoet.net:/usr/obj/usr/src/sys/bonjour amd64 >Description: Changes for Porter's Handbook: - Document INSTALL_LIB - Use proper tags for INSTALL_PROGRAM and post-install >How-To-Repeat: >Fix: --- book.sgml.patch begins here --- Index: book.sgml =================================================================== RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v retrieving revision 1.1077 diff -u -r1.1077 book.sgml --- book.sgml 4 Oct 2010 01:23:59 -0000 1.1077 +++ book.sgml 4 Nov 2010 16:49:35 -0000 @@ -4106,6 +4106,11 @@ + INSTALL_LIB is a command to install + shared libraries. + + + INSTALL_KLD is a command to install kernel loadable modules. Some architectures don't like it when the modules are stripped, therefor use this command instead @@ -4129,18 +4134,19 @@ - Stripping Binaries + Stripping binaries and shared libraries Do not strip binaries manually unless you have to. All binaries - should be stripped, but the INSTALL_PROGRAM - macro will install and strip a binary at the same time (see the next - section). - - If you need to strip a file, but do not wish to use the - INSTALL_PROGRAM macro, - ${STRIP_CMD} will strip your program. This is - typically done within the post-install - target. For example: + should be stripped, but the INSTALL_PROGRAM macro + will install and strip a binary at the same time (see the next + section). The INSTALL_LIB macro does the same thing + to shared libraries. + + If you need to strip a file, but wish to use neither + INSTALL_PROGRAM nor INSTALL_LIB + macros, ${STRIP_CMD} will strip your program or + shared library. This is typically done within the + post-install target. For example: post-install: ${STRIP_CMD} ${PREFIX}/bin/xdl --- book.sgml.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-doc@FreeBSD.ORG Fri Nov 5 13:57:37 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7ACBA106564A; Fri, 5 Nov 2010 13:57:37 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 330E18FC15; Fri, 5 Nov 2010 13:57:37 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1PEMXB-0007gE-3P; Fri, 05 Nov 2010 13:40:49 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1PEMXA-0000gd-Vc; Fri, 05 Nov 2010 13:40:49 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id oA5DemTe035681; Fri, 5 Nov 2010 13:40:48 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id oA5DemWb035680; Fri, 5 Nov 2010 13:40:48 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 5 Nov 2010 13:40:48 +0000 From: Anton Shterenlikht To: Benedict Reuschling Message-ID: <20101105134048.GA35655@mech-cluster241.men.bris.ac.uk> Mail-Followup-To: Benedict Reuschling , freebsd-doc@freebsd.org References: <201010142000.o9EK0O2a079577@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <201010142000.o9EK0O2a079577@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-doc@freebsd.org Subject: Re: docs/137762: [handbook] [patch] proposed: mention "make delete-old" in sec 24.7 Rebuilding World X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 13:57:37 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Oct 14, 2010 at 08:00:24PM +0000, Benedict Reuschling wrote: > The following reply was made to PR docs/137762; it has been noted by GNATS. > > From: "Benedict Reuschling" > To: bug-followup@FreeBSD.org, mexas@bristol.ac.uk > Cc: > Subject: Re: docs/137762: [handbook] [patch] proposed: mention "make > delete-old" in sec 24.7 Rebuilding World > Date: Thu, 14 Oct 2010 21:41:13 +0200 (CEST) > > I seem to have lost some of the discussions in between. > > Is the last patch you followed up with the complete patch or only a > correction to the larger patch above? > Can you post the last version (whole patch) again? sorry for the delay. The last patch was a complete patch. But I just re-checked again, and attach a complete patch again. many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 --9jxsPFA5p3P2qPhR Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="make-delete-old.diff" *** /doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml Sun Aug 29 14:42:49 2010 --- ./chapter.sgml Fri Nov 5 13:05:37 2010 *************** *** 3029,3034 **** --- 3029,3081 ---- + + + + + Anton + Shterenlikht + Based on notes provided by + + + + Deleting obsolete files, directories and libraries + Deleting obsolete files, directories and libraries + Remove obsolete files to prevent problems. + Check for obsolete files: + &prompt.root; cd /usr/src + &prompt.root; make check-old + &prompt.root; make check-old-libs + If any obsolete files are found, they can be deleted with + &prompt.root; make delete-old + &prompt.root; make delete-old-libs + + See /usr/src/Makefile + for more targets of interest. + + A prompt is displayed before deleting each obsolete file. + + Warning + Deleting obsolete files will break applications that still + depend on those obsolete files. + + Utilities for checking shared library dependencies are available + in sysutils/libchk + or sysutils/bsdadminscripts. + Obsolete shared libraries can conflict with newer libraries, + causing messages like these: + /usr/bin/ld: warning: libz.so.4, needed by /usr/local/lib/libtiff.so, may conflict with libz.so.5 + /usr/bin/ld: warning: librpcsvc.so.4, needed by /usr/local/lib/libXext.so, may conflict with librpcsvc.so.5 + To solve these problems, determine which port installed the library: + &prompt.root; pkg_info -W /usr/local/lib/libtiff.so + /usr/local/lib/libtiff.so was installed by package tiff-3.9.4 + &prompt.root; pkg_info -W /usr/local/lib/libXext.so + /usr/local/lib/libXext.so was installed by package libXext-1.1.1,1 + Then deinstall, rebuild and reinstall the port. The + ports-mgmt/portmaster + utility can be used to automate this process. + + --9jxsPFA5p3P2qPhR-- From owner-freebsd-doc@FreeBSD.ORG Fri Nov 5 15:09:43 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 825F61065673; Fri, 5 Nov 2010 15:09:43 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57B2E8FC12; Fri, 5 Nov 2010 15:09:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA5F9h6k065056; Fri, 5 Nov 2010 15:09:43 GMT (envelope-from bcr@freefall.freebsd.org) Received: (from bcr@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA5F9hFG065052; Fri, 5 Nov 2010 15:09:43 GMT (envelope-from bcr) Date: Fri, 5 Nov 2010 15:09:43 GMT Message-Id: <201011051509.oA5F9hFG065052@freefall.freebsd.org> To: bcr@FreeBSD.org, freebsd-doc@FreeBSD.org, bcr@FreeBSD.org From: bcr@FreeBSD.org Cc: Subject: Re: docs/137762: [handbook] [patch] proposed: mention "make delete-old" in sec 24.7 Rebuilding World X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 15:09:43 -0000 Synopsis: [handbook] [patch] proposed: mention "make delete-old" in sec 24.7 Rebuilding World Responsible-Changed-From-To: freebsd-doc->bcr Responsible-Changed-By: bcr Responsible-Changed-When: Fri Nov 5 15:09:03 UTC 2010 Responsible-Changed-Why: Let me finish up the work on this PR. :) http://www.freebsd.org/cgi/query-pr.cgi?pr=137762 From owner-freebsd-doc@FreeBSD.ORG Fri Nov 5 15:40:00 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C42D5106564A for ; Fri, 5 Nov 2010 15:40:00 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 7B1D18FC17 for ; Fri, 5 Nov 2010 15:40:00 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1PEOOV-00002f-FV for freebsd-doc@freebsd.org; Fri, 05 Nov 2010 15:39:59 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1PEOOV-0005fg-CB for freebsd-doc@freebsd.org; Fri, 05 Nov 2010 15:39:59 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id oA5FdxDj064183 for ; Fri, 5 Nov 2010 15:39:59 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id oA5Fdx13064181 for freebsd-doc@freebsd.org; Fri, 5 Nov 2010 15:39:59 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 5 Nov 2010 15:39:58 +0000 From: Anton Shterenlikht To: freebsd-doc@freebsd.org Message-ID: <20101105153958.GA54105@mech-cluster241.men.bris.ac.uk> Mail-Followup-To: freebsd-doc@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: new man page for GAMS? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 15:40:00 -0000 Hi I'd like to write a man page for GAMS. For those not familiar with GAMS, it stands for Guide to Available Mathematical Software, and is a standard classification system of maths software - http://gams.nist.gov/ Is it a good idea to just convert GAMS index, e.g.: http://netlib.org/slatec/gams into a GAMS man page? It is not directly related to the base OS, but affects lots of ports under ports/math, and probably some under other categories. thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-doc@FreeBSD.ORG Fri Nov 5 16:16:35 2010 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BF1F106567A for ; Fri, 5 Nov 2010 16:16:35 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from mxout2.bln1.prohost.de (mxout1.bln1.prohost.de [213.160.84.47]) by mx1.freebsd.org (Postfix) with ESMTP id 91C678FC0A for ; Fri, 5 Nov 2010 16:16:34 +0000 (UTC) Received: from Benedicts-Macbook-Pro.local (p508D79C3.dip.t-dialin.net [80.141.121.195]) (authenticated bits=0) by mx1.bln1.prohost.de (8.14.1/8.14.1) with ESMTP id oA5G5c8h018776 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 5 Nov 2010 17:05:38 +0100 Message-ID: <4CD42B55.70004@FreeBSD.org> Date: Fri, 05 Nov 2010 17:05:41 +0100 From: Benedict Reuschling Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-doc@FreeBSD.org References: <20101105153958.GA54105@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20101105153958.GA54105@mech-cluster241.men.bris.ac.uk> X-Enigmail-Version: 1.1.1 OpenPGP: id=4A819348 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Null-Tag: 6f6a9cf2322611e5564f97afa6352e2d Cc: Subject: Re: new man page for GAMS? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bcr@FreeBSD.org List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 16:16:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Hi > > I'd like to write a man page for GAMS. > For those not familiar with GAMS, it > stands for Guide to Available Mathematical Software, > and is a standard classification system of maths > software - http://gams.nist.gov/ > > Is it a good idea to just convert GAMS index, e.g.: > http://netlib.org/slatec/gams > into a GAMS man page? > > It is not directly related to the base OS, but > affects lots of ports under ports/math, and > probably some under other categories. > > thanks > anton > Hello Anton, Not all users of FreeBSD use these math-ports and therefore it is not a "must-have" part of the base system. So I think a man page is not such a good idea. Nevertheless, for people doing mathematical work with FreeBSD it might be a good idea to have an article explaining what kind of software is available on FreeBSD and some of the terminology (GAMS index) mentioned in the links you provided. Are all the packages mentioned in the first link available as ports? If not, perhaps some of them can be ported to FreeBSD as a result. If you need help with such an article, I can help you with the SGML and formatting. Regards Benedict Reuschling - -- Benedict Reuschling Mail: bcr@FreeBSD.org Blog: http://benedict.reuschling.name/blog The FreeBSD Documentation Project FreeBSD German Documentation Project - https://doc.bsdgroup.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkzUK08ACgkQTSZQLkqBk0h2zgCgqagiwMevlv/nxPoepJH+qHai GMcAoNEnDT8/j9ODN9fbd4SgRp/9AkEt =zyxS -----END PGP SIGNATURE----- From owner-freebsd-doc@FreeBSD.ORG Fri Nov 5 16:41:14 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 031E7106566B; Fri, 5 Nov 2010 16:41:14 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id AFFB68FC08; Fri, 5 Nov 2010 16:41:13 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1PEPLk-0006ni-K2; Fri, 05 Nov 2010 16:41:12 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1PEPLk-00021Z-E6; Fri, 05 Nov 2010 16:41:12 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id oA5GfCvH068090; Fri, 5 Nov 2010 16:41:12 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id oA5GfC4T068089; Fri, 5 Nov 2010 16:41:12 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 5 Nov 2010 16:41:12 +0000 From: Anton Shterenlikht To: Benedict Reuschling Message-ID: <20101105164111.GB66352@mech-cluster241.men.bris.ac.uk> Mail-Followup-To: Benedict Reuschling , freebsd-doc@freebsd.org References: <20101105153958.GA54105@mech-cluster241.men.bris.ac.uk> <4CD42B55.70004@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CD42B55.70004@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-doc@freebsd.org Subject: Re: new man page for GAMS? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 16:41:14 -0000 On Fri, Nov 05, 2010 at 05:05:41PM +0100, Benedict Reuschling wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hi > > > > I'd like to write a man page for GAMS. > > For those not familiar with GAMS, it > > stands for Guide to Available Mathematical Software, > > and is a standard classification system of maths > > software - http://gams.nist.gov/ > > > > Is it a good idea to just convert GAMS index, e.g.: > > http://netlib.org/slatec/gams > > into a GAMS man page? > > > > It is not directly related to the base OS, but > > affects lots of ports under ports/math, and > > probably some under other categories. > > > > thanks > > anton > > > > Hello Anton, > > Not all users of FreeBSD use these math-ports and therefore it is not a > "must-have" part of the base system. So I think a man page is not such a > good idea. > > Nevertheless, for people doing mathematical work with FreeBSD it might > be a good idea to have an article explaining what kind of software is > available on FreeBSD and some of the terminology (GAMS index) mentioned > in the links you provided. > > Are all the packages mentioned in the first link available as ports? If > not, perhaps some of them can be ported to FreeBSD as a result. > > If you need help with such an article, I can help you with the SGML and > formatting. > > Regards > > Benedict Reuschling yes, that's what I thought. I'm preparing a port of Slatec, which contains several helpful plain text documentation files: http://netlib.org/slatec/gams http://netlib.org/slatec/toc http://netlib.org/slatec/guide http://netlib.org/slatec/list http://netlib.org/slatec/tree1 So what I'll try to do for now is to create man pages from some of those, for example I'll make something like "slatec-gams" man page. Regarding the article, yes, I'm interested, but it seems like a major undertaking. Just from a quick glance at http://gams.nist.gov/ there are lots of maths software not ported. Some probably will never be ported. Some software listed is proprietary, some obsolete, etc. So, I'll probably need more help than just SGML. I'll probably need somebody with good knowledge of maths as well. Then, of course, it could be an incremental process. Perhaps once we have a first draft, we can send it ports@ for comments, etc. thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-doc@FreeBSD.ORG Fri Nov 5 17:09:09 2010 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D621A106566C; Fri, 5 Nov 2010 17:09:09 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id B64028FC19; Fri, 5 Nov 2010 17:09:09 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id F290F56026; Fri, 5 Nov 2010 16:51:40 +0000 (UTC) Date: Fri, 5 Nov 2010 16:51:40 +0000 From: Mark Linimon To: Benedict Reuschling , freebsd-doc@freebsd.org Message-ID: <20101105165140.GA29041@lonesome.com> References: <20101105153958.GA54105@mech-cluster241.men.bris.ac.uk> <4CD42B55.70004@FreeBSD.org> <20101105164111.GB66352@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101105164111.GB66352@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Mark Linimon Subject: Re: new man page for GAMS? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 17:09:09 -0000 Although I hate the wiki markup language, maybe this would be better as a wiki page? mcl From owner-freebsd-doc@FreeBSD.ORG Sat Nov 6 04:40:35 2010 Return-Path: Delivered-To: freebsd-doc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97BEE106566B for ; Sat, 6 Nov 2010 04:40:35 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7941E8FC12 for ; Sat, 6 Nov 2010 04:40:35 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id C5BB456026; Sat, 6 Nov 2010 04:40:34 +0000 (UTC) Date: Sat, 6 Nov 2010 04:40:34 +0000 From: Mark Linimon To: Anders Larsson Message-ID: <20101106044034.GB5448@lonesome.com> References: <201011011500.oA1F0OsM061430@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201011011500.oA1F0OsM061430@freefall.freebsd.org> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-doc@FreeBSD.org Subject: Re: docs/140847: [request] add documentation on ECMP and new route args (nostick,sticky,)weight X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2010 04:40:35 -0000 Apparently no one has sent a patch. mcl From owner-freebsd-doc@FreeBSD.ORG Sat Nov 6 21:45:10 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B8A3106566C; Sat, 6 Nov 2010 21:45:10 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 7BCB28FC0A; Sat, 6 Nov 2010 21:45:10 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 1B7A9714FE9; Sat, 6 Nov 2010 14:26:26 -0700 (PDT) X-Virus-Scanned: amavisd-new at experts-exchange.com Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N5KKSYrunRCv; Sat, 6 Nov 2010 14:26:24 -0700 (PDT) Received: from [192.168.1.100] (adsl-66-122-66-37.dsl.anhm01.pacbell.net [66.122.66.37]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jhelfman) by mail.experts-exchange.com (Postfix) with ESMTPSA id C9606714FEB; Sat, 6 Nov 2010 14:26:23 -0700 (PDT) References: <201011060723.39786.FreeBSD@insightbb.com> <20101106160153.GA12418@guilt.hydra> In-Reply-To: Mime-Version: 1.0 (iPod Mail 8B117) Content-Type: text/plain; charset=us-ascii Message-Id: Content-Transfer-Encoding: quoted-printable X-Mailer: iPod Mail (8B117) From: Jason Helfman Date: Sat, 6 Nov 2010 14:28:21 -0700 To: Chris Brennan X-Mailman-Approved-At: Sat, 06 Nov 2010 22:58:08 +0000 Cc: "freebsd-questions@freebsd.org" Subject: Re: ssmtp - possible anomaly with SSL X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2010 21:45:10 -0000 I should port this wiki to @doc On Nov 6, 2010, at 9:30 AM, Chris Brennan wrote: > On Sat, Nov 6, 2010 at 12:01 PM, Chad Perrin wrote: >=20 >> On Sat, Nov 06, 2010 at 07:23:39AM -0400, Steven Friedrich wrote: >>> I recently figured out how to send mail thru my ISP ID using ssmtp. I >> had >>> previously only been using KMail, and I had it configured to use port 46= 5 >> SSL >>> LOGIN. >>>=20 >>> I can send mail when I don't use port 465: >>> mailhub=3Dmail.InsightBB.com >>>=20 >>> but if I add the port 465 a,d enable SSL with: >>> UseTLS=3DYES >>>=20 >>> then I use the -v switch and also -auFreeBSD -apPassword >>> as in smtp -v -auFreeBSD -apPassword freebsd@insightbb.com >>>=20 >>> and the messages all indicate success, but the mail never arrives. It >> does >>> when I don't use SSL on port 465. >>>=20 >>> KMail does work with SSL on port 465. >>=20 >> I'm not entirely clear on what you're using as a mail user agent. Are >> you still using KMail as your MUA, but using ssmtp to send the emails to >> your SMTP server, or have you switched MUAs when you started using ssmtp?= >>=20 >> Chris Brennan suggested you send more information; in addition to >> answering my question, it might be useful to give us the information >> Chris requested -- but make sure you obscure any username/password >> information. >>=20 >=20 > If you reference my last e-mail, I posted my my working ssmtp.conf (for > communicating w/ GMail/Google for Domains). If sSMTP is your only MTA, the= n > using my example will get you up and running very quickly. You can also > reference http://wiki.freebsd.org/SecureSSMTP on how to secure it (if this= > is a (semi-)public machine with more then one user on it. >=20 >=20 >>=20 >> -- >> Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] >>=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" >=20