summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Document IP_MINTTL socket option.andre2005-08-221-1/+9
| | | | | MFC after: 2 weeks Sponsored by: TCP/IP Optimization Fundraise 2005
* Add a sysctl to change to length of the quotation of the originalandre2005-08-211-0/+5
| | | | | | | | | | | | packet in an ICMP reply. The minimum of 8 bytes is internally enforced. The maximum quotation is the remaining space in the reply mbuf. This option is added in response to the issues raised in I-D draft-gont-icmp-payload-00.txt. MFC after: 2 weeks Spnsored by: TCP/IP Optimizations Fundraise 2005
* Add an option to have ICMP replies to non-local packets generated withandre2005-08-211-1/+10
| | | | | | | | | | | the IP address the packet came through in. This is useful for routers to show in traceroutes the actual path a packet has taken instead of the possibly different return path. The new sysctl is named net.inet.icmp.reply_from_interface and defaults to off. MFC after: 2 weeks
* Update man page to reflect the fact that VOP_LISTEXTATTRrodrigc2005-08-191-5/+7
| | | | | | | | | | does not return a list of ASCII NUL terminated strings. Instead, a list of attribute names is returned, where each list entry consists of one byte for the name length, followed by the name, without a terminating ASCII NUL. This in similar to change 1.17 to extattr_get_file.2 Reviewed by: rwatson, ru
* Refer to the OpenBSD dhclient instead of the ISC dhclient.brooks2005-08-181-3/+7
| | | | | Reported by: Bob Johnson <bob89 at eng dot ufl dot edu> PR: 84963
* Be more specific about supported chipsets.joel2005-08-183-6/+48
| | | | Approved by: brueffer (mentor)
* Change the modem description of the previous commit to something that iskeramida2005-08-181-2/+1
| | | | | | | more likely to match the product name, as seen by the user on product listings. Suggested by: blackend, brueffer
* Add ELSA MicroLink 56k USB to the list of supported umodem devices.keramida2005-08-181-0/+3
| | | | | | PR: docs/85079 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> MFC after: 3 days
* Typo: s/adverisement/advertisement/.keramida2005-08-171-1/+1
| | | | | Submitted by: Fredrik Lindberg <fli+freebsd@shapeshifter.se> PR: docs/85050
* Bump .Dd before someone notice.joel2005-08-171-1/+1
| | | | Approved by: brueffer (mentor)
* Be more specific about supported chipsets.joel2005-08-172-7/+35
| | | | Approved by: brueffer (mentor)
* Remove a few items from the hardware list. This support is alreadyjoel2005-08-171-8/+0
| | | | | | covered in the manual pages for each bridge device driver. Approved by: brueffer (mentor)
* Add a small paragraph that describes how the current environmentkeramida2005-08-171-0/+16
| | | | | | | | | | settings can be displayed, near the end of the DESCRIPTION section, immediately after the paragraph that describes how they can be set. Add a reference to printenv(1) too (and the ``printenv'' csh builtin). Submitted by: Gary W. Swearingen <garys@opusnet.com> PR: docs/85008
* * Be more specific about supported ALI-chipsets.joel2005-08-161-3/+3
| | | | | | * Add two missing dots. Approved by: brueffer (mentor)
* Xref snd_t4dwave(4).joel2005-08-151-0/+1
| | | | Approved by: brueffer (mentor)
* Add manual page for snd_t4dwave(4).joel2005-08-152-0/+64
| | | | Approved by: brueffer (mentor)
* Update hardware section:joel2005-08-151-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Document existing support for: - CMD 646U2 - Highpoint HPT372N - Intel 6300ESB - Intel ICH7 - Nvidia nForce2 MCP - Nvidia nForce3 MCP - Nvidia nForce3 Pro - Nvidia nForce4 - Promise PDC20571 - Promise PDC20575 - Promise PDC20579 - Promise PDC20580 - Promise PDC20621 - Promise PDC20622 - Promise PDC40518 - Promise PDC40519 - SIS 180 - SIS 181 - SIS 182 - SIS 965 - VIA VT6410 - VIA VT6420 - VIA VT6421 * Remove HPT366 duplicate Approved by: brueffer (mentor)
* Add scripts for GELI device configuration on boot.pjd2005-08-141-0/+29
| | | | | | | | | | rc.d/geli - configures encryption (ask for passphrases, etc.); rc.d/geli2 - is called after file systems are mounted and mark devices for detach on last close. Sponsored by: Wheel Sp. z o.o. http://www.wheel.pl MFC after: 3 days
* Promise PDC4071[89] support.brueffer2005-08-121-2/+2
|
* - Clarify how events are used and how the different event sysctl correlatemarkus2005-08-111-12/+193
| | | | | | | | | | | | | | | | - Document how an event looks like that is received by devd(8) from acpi_ibm(4) - Document the event codes as they occur on a T41p - Add a note about sysctl.conf and an Xref to it - Add an example section providing an example script and an entry for devd.conf. This is an adapted version of the one in acpi_fujitsu(4). - s/Fn-F4/Fn+F4/ for consistency sake - Add a button description where refering to a T41p, remove it otherwise, since it might vary from model to model - Bump .Dd Thanks for improvements to: brueffer, ru Approved by: brueffer
* Correct some grammar.ceri2005-08-111-1/+1
|
* Document methods people use to load linux shared libraries in FreeBSDimp2005-08-101-0/+21
| | | | binaries. A very neat trick.
* Grammar improvements.murray2005-08-091-13/+9
| | | | | | PR: docs/84619 Submitted by: Gary W. Swearingen <garys@opusnet.com> MFC after: 3 days
* Fix typo.murray2005-08-091-1/+1
| | | | | | PR: docs/84660 Submitted by: Dirk Gouders <gouders@et.bocholt.fh-ge.de> MFC after: 3 days
* nForce3 and nForce4 are supported as well.brueffer2005-08-091-1/+5
| | | | MFC after: 3 days
* Sort the list of supported hardware.brueffer2005-08-091-6/+6
| | | | MFC after: 3 days
* Fix a typobrian2005-08-091-1/+1
|
* Mention how to ensure that a device hasn't already been identifiedbrian2005-08-091-2/+6
|
* Fix a couple of typosbrian2005-08-091-2/+2
|
* Add portsnap to the base system. This is a secure, easy to use,cperciva2005-08-082-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | fast, lightweight, and generally good way for users to keep their ports trees up to date. This is version 0.9.4 from the ports tree (sysutils/portsnap) with the following changes: 1. The experimental pipelined http code is enabled. No seatbelts in -CURRENT. (^_^) 2. The working directory has moved from /usr/local/portsnap to /var/db/portsnap (as discussed on -arch two days ago). 3. Portsnap now fetches a list of mirrors (distributed as DNS SRV records) and selects one randomly. This should help to avoid the uneven loading which plagues the cvsup mirror network. 4. The license is now 2-clause BSD instead of 3-clause BSD. 5. Various incidental changes to make portsnap fit into the base system's build mechanics. X-MFC-After: 6.0-RELEASE X-MFC-Before: 5.5-RELEASE X-MFC-To: RELENG_6, RELENG_5, ports discussed on: -arch and several other places "yes please" from: simon, remko, flz, Diane Bruce thinks this is a great idea: bsdimp Hopes he didn't forget any files: cperciva
* Remove stray commabrueffer2005-08-081-1/+1
|
* Remove a bogus wordbrian2005-08-081-1/+1
|
* describe m_alignsam2005-08-081-1/+7
|
* Give credit to Vinod Kashyap and Paul Saab for their work on thehmp2005-08-061-1/+9
| | | | twe(4) driver.
* Put hesiod.conf(5) under build option YES_HESIODphk2005-08-061-1/+4
|
* Teach rc.d/encswap script how to use geli(8) for swap encryption.pjd2005-08-051-0/+6
| | | | MFC after: 3 days
* Introduce NO_LOCALES build option.phk2005-08-051-6/+15
|
* Document ITE IT8211F support.brueffer2005-08-051-2/+2
|
* Mention D-Link DGE-528(T) Gigabit Ethernet.tobez2005-08-051-0/+2
| | | | Reminded by: sem, simon
* Don't install ${LIB}_pic.a if NO_TOOLCHAINphk2005-08-051-2/+2
|
* Remove the map3270 file, tn3270 was retired long ago.phk2005-08-052-1027/+1
|
* rc.conf(5) update - gbde_swap_enable variable has been removed.pjd2005-08-051-8/+0
| | | | Reminded by: dougb
* Remove Xref to non-existant usb(3) manpage.brueffer2005-08-041-1/+0
| | | | | Obtained from: DragonFly BSD (swildner) MFC after: 3 days
* Add missing "not" in rev. 1.34.ru2005-08-031-1/+1
| | | | Submitted by: Jeremie Le Hen
* Make delete-old* and friends useable for cross-builds.ru2005-08-031-1/+13
|
* Don't install includes if NO_TOOLCHAINphk2005-08-031-0/+6
|
* Add NO_SYSCONS.phk2005-08-031-4/+20
| | | | | Respect NO_MAN and NO_EXAMPLES Make NO_GROFF prevet me installation.
* Document 'kernel-toolchain'.obrien2005-08-031-0/+3
| | | | Submitted by: Jeremie Le Hen <jeremie@le-hen.org>
* Mention that the softc is zeroed after allocation.brueffer2005-08-021-2/+3
| | | | | Noticed by: sam MFC after: 3 days
* - Document network_interfaces=auto (the default!).brooks2005-08-021-16/+15
| | | | | - Remove documentation of pccard_ifconfig as it is now gone. - Document pccard_ifconfig's replacement ifconfig_DEFAULT.
OpenPOWER on IntegriCloud