summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Revert last commit since it breaks API.glebius2004-10-101-11/+7
| | | | Requested by: sam
* Remove inlined m_tag_free(). Rename _m_tag_free() to m_tag_free()glebius2004-10-091-7/+11
| | | | | | | | | | | | and make it visible (same way as in OpenBSD). Describe usage in manpage. This change is useful for creating custom free methods, which call default free method at their end. While here, make malloc declaration for mbuf tags more informative. Approved by: julian (mentor), sam MFC after: 1 month
* Port NetBSD auxio driver. The driver was modified to use led(4) and canyongari2004-10-092-0/+77
| | | | | | | | | | | be used to announce various system activity. The auxio device provides auxiliary I/O functions and is found on various SBus/EBus UltraSPARC models. At present, only front panel LED is controlled by this driver. Approved by: jake (mentor) Reviewed by: joerg Tested by: joerg
* Use a real (and compact) list for a filename list; this helps groffkeramida2004-10-081-3/+11
| | | | | | split the lines in more reasonable places too, both in tty/ps output. MFC after: 3 days
* To avoid pushing the paragraph text too far from the left border, makingkeramida2004-10-081-2/+2
| | | | | | | | | line-splitting extremely difficult for groff, indent the .Bl items by the standard `indent' length instead of an indent large enough to hold the maximal tag name. Reviewed by: ru MFC after: 3 days
* Close a .Bl list with an .El to fix a groff warning.keramida2004-10-081-0/+1
|
* Fix an mdoc warning:keramida2004-10-081-1/+1
| | | | | | Using a macro as first argument cancels effect of .Li (#2984) MFC after: 3 days
* Change pfil starvation prevention from fail-open to fail-close.mlaier2004-10-081-1/+5
| | | | | | | | | We return ENOBUF to indicate the problem, which is an errno that should be handled well everywhere. Requested & Submitted by: green Silently okay'ed by: The rest of the firewall gang MFC after: 3 days
* - sort struct rtentry fields in man page in some order as they are in structglebius2004-10-081-32/+32
| | | | | | | | | - remove RTF_PRCLONING - add rt_mtx field - rename rt_metrics -> rt_metrics_lite - mention that only 3 metrics are really used in rt_metrics_lite Reviewed by: ru, andre
* Add more MLINKS for rtalloc.9glebius2004-10-081-1/+3
| | | | Approved by: ru
* More grammar cleanups from MDocGuard^WRuslan.glebius2004-10-081-3/+3
|
* Mention the dc(4) driver's support, and ipfw(8)'s classifier support.green2004-10-081-1/+3
|
* 1. Incorporate most of Ruslan's improvements to where and how thedougb2004-10-082-2/+15
| | | | | | | | | | | | | | | /etc/namedb symlink is created. 2. Incorporate Brian's suggestion to make the link relative. This is necessary to handle situations (such as mergemaster) where the user is building a tree in a seperate environment. This will also fix the problem with the way DESTDIR is set in 'make release'. 3. Add a new knob, NO_BIND_MTREE, as suggested by the folks who already have stuff in /var/named that they don't want me to mess with. 4. Update make.conf(5) with the new stuff, and correct a few paths that have changed since I last updated it.
* Remove obsolete references to PFIL_HOOKS and RANDOM_IP_IDmlaier2004-10-071-11/+2
| | | | MFC after: 1 days
* Ooops. Forgot the man page for pbio.4 in my port from RELENG_4.imp2004-10-072-0/+182
|
* mtm2004-10-071-5/+0
|
* Add a minimal altq.4 manpage to tell about the kernel options and where tomlaier2004-10-073-30/+142
| | | | | | | | find more information. Also move the "SUPPORTED DEVICES" section from altq.9 to altq.4, where is belongs. Requested by: green MFC after: 2 days
* Mdoc and grammar fixes.glebius2004-10-071-7/+9
| | | | Submitted by: ru
* - note that RTF_PRCLONING is obsoletedglebius2004-10-071-19/+47
| | | | | | | | - explain locking differencies between rtalloc(), rtalloc_ign(), rtalloc1() and rtfree(), RTFREE(). Reviewed by: andre (1.5 months ago) OK'd by: ru
* Add support for Pentium M, Pentium 3M and Pentium 4M.des2004-10-071-2/+14
| | | | | | PR: i386/72340 Submitted by: Rong-En Fan <rafan@infor.org> MFC after: 2 weeks
* Update the man page with new info about overriding your DSDT.njl2004-10-051-10/+12
| | | | MFC after: 3 days
* Regen:sheldonh2004-10-051-99/+147
| | | | | | | * Hart: rev 494 of pcidevs.txt (2004-09-02) * Boemler: vendors.txt (2004-09-30) Approved by: re (hrs)
* Add note about regulatory domains to avoid confusion.imp2004-10-051-0/+8
| | | | Reviewed by: sam@
* Bump the date.yar2004-10-041-1/+1
| | | | Reminded by: ru
* Mutually cross-reference sysexits(3) and err(3). Add text to err(3)jkoshy2004-10-041-0/+1
| | | | | | recommending that the standard exit codes in sysexits(3) be used. Reviewed by: ru
* Document that vlan(4) requires miibus(4) now.yar2004-10-041-0/+2
|
* Add a SYNOPSIS section for io(4), mem(4), or random(4), since they aresimon2004-10-033-3/+9
| | | | | | now optional devices. MFC after: 1 week
* Add a HARDWARE section which lists supported devices.sanpei2004-10-031-0/+2
| | | | | | | | | EPSON GT-8400UF(This product is same device id, 0x011f as EPSON Perfection 1670 scanner) PR: [FreeBSD-users-jp 81081] Submitted by: TOKIO Yukiya <yukiya@ee.t-kougei.ac.jp> MFC after: 3 days
* dc(4) is now supported as well. While here sort the list and remove awi,mlaier2004-10-011-4/+4
| | | | which isn't yet supported.
* Install precious shared libraries with -S.ru2004-10-011-1/+4
| | | | Prodded by: Xin LI
* Update descriptions of named-related knobs.dougb2004-09-301-25/+7
|
* Document the Synaptics tunable. While I'm here, also mention thephilip2004-09-301-1/+49
| | | | | | | | | synapticshw_t structure and the MOUSE_SYN_GETHWINFO ioctl() which reads it. MT5 candidate Approved by: njl
* Document the latest changes to src/etc/defaults/rc.conf.trhodes2004-09-291-1/+12
| | | | Bump document date.
* Update the list of files involved in diskless booting.brooks2004-09-291-2/+7
| | | | Reminded by: pjd
* Add an additional struct inpcb * argument to pfil(9) in order to enablemlaier2004-09-291-3/+3
| | | | | | | | | | | | | | | | | | | passing along socket information. This is required to work around a LOR with the socket code which results in an easy reproducible hard lockup with debug.mpsafenet=1. This commit does *not* fix the LOR, but enables us to do so later. The missing piece is to turn the filter locking into a leaf lock and will follow in a seperate (later) commit. This will hopefully be MT5'ed in order to fix the problem for RELENG_5 in forseeable future. Suggested by: rwatson A lot of work by: csjp (he'd be even more helpful w/o mentor-reviews ;) Reviewed by: rwatson, csjp Tested by: -pf, -ipfw, LINT, csjp and myself MFC after: 3 days LOR IDs: 14 - 17 (not fixed yet)
* document the limit on jumbo frame size..jmg2004-09-281-0/+1
| | | | MFC after: 5 days
* 1. Add much finer granularity to the NO_BIND knobs with the addition of:dougb2004-09-272-2/+34
| | | | | | | | | NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS. 2. Make creation of directories in /usr/include that are only needed in the WITH_BIND_LIBS case conditional. Reviewed by: ru, des
* Add cross references to vm_map_entry_resize_free.9.alc2004-09-272-0/+2
| | | | Submitted by: Mark W. Krentel
* Document the O(log n) algorithm for finding free space.alc2004-09-272-0/+234
| | | | Submitted by: Mark W. Krentel
* Document the flags field.alc2004-09-271-2/+8
| | | | Submitted by: Mark W. Krentel
* - Add a HARDWARE section which lists supported devices based on thesimon2004-09-261-5/+18
| | | | | | | | Hardware Notes. - Update some text to fit better now that this driver support multiple different device types. MFC after: 3 days
* Add a HARDWARE section which lists supported devices based on thesimon2004-09-261-1/+25
| | | | | | Hardware Notes. MFC after: 3 days
* Get rid of obsolete MAN[0-9] syntax.ru2004-09-261-1/+1
|
* Bump document date.des2004-09-251-1/+1
|
* Ruslan teaches me yet another useful fact. "Please sort these lexically"dougb2004-09-251-1/+1
| | | | does NOT mean in Unix-caps-first order.
* Install the documentation for bind9, and remove the /usr/share/doc/binddougb2004-09-252-1/+27
| | | | | | directory from mtree while we're at it. Help, advice, and code from: ru, des
* Fix build in the !NOATM case by using the begemot library in place oftrhodes2004-09-241-0/+1
| | | | | | | | using libisc which was a part of BIND8. Discussed with: des, re, dougb Submitted by: harti (one part) Reviewed by: harti (previous version)
* Remove a duplicated word.blackend2004-09-241-1/+1
| | | | Submitted by: Pawel Worach <pawel.worach@telia.com>
* Document that kthread_exit()ing will cause a wakeup(9) on the threadjoerg2004-09-241-2/+9
| | | | | | handle. MFC after: 1 week
* Fix the WANT_BIND_LIBS knob by correctly spelling it as WITH_BIND_LIBSdougb2004-09-243-6/+12
| | | | | | | | | to match how similar syntax is used in the ports system. Thanks to kris for pointing out my mistake here. Install the lwres library unless the user defines NO_BIND, or the new knob, NO_BIND_LIBS_LWRES. There is at least one potential customer for this library in the wings. Thanks to nectar for the reminder.
OpenPOWER on IntegriCloud