summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Added missing builtins; a few other clean-ups.garys2005-09-091-10/+36
| | | | | | | | | | | | - The first "alias" "Yes" should be "No**". - Made "builtin echo command" consistent with csh and sh manpages. - In group of 3 interactive commands, 2 used .Pa instead of .Ic. - "Name" section now has "builtin" and "built-in" for better apropos. - Added these builtins: !, %, ., :, @, {, }, local, return PR: docs/85065 Approved by: keramida MFC after: 3 days
* Make callout_reset() return a non-zero value if a pending calloutglebius2005-09-081-5/+7
| | | | | | was rescheduled. If there was no pending callout, then return 0. Reviewed by: iedowse, cperciva
* Reflect a recent change in /etc/rc.subr that made ``-M''yar2005-09-081-5/+9
| | | | | | | | | | | appear in tmpmfs and varmfs default flags explicitly. Explain why -M is good for these file systems (it maximizes performance and makes the system more stable at low memory conditions by reducing the chance of thrashing.) Bump .Dd accordingly. MFC after: 3 days
* Clarify that any firewall that has pfil(9) hooks can be used.thompsa2005-09-061-1/+7
| | | | | | Suggested by: sam Approved by: mlaier (mentor) MFC after: 3 days
* Teach portsnap how to ignore unwanted parts of the ports tree. A linecperciva2005-09-061-2/+36
| | | | | | | | | | | | | | | of the form "REFUSE foo" in portsnap.conf will result in parts of the tree matching "^foo" being (a) not extracted by "portsnap extract", (b) not updated by "portsnap update", and (c) not having any patches or new ports downloaded by "portsnap fetch" or "portsnap cron". The example shown in portsnap.conf demonstrates ignoring all the language categories. As mentioned in portsnap.conf.5, the use of an imcomplete ports tree is not officially supported; but this is something which many users have requested, so I'm adding it anyway. PR: bin/85619 (but not the patch provided therein) MFC after: 1 month
* Remove WANT_FORCE_OPTIMIZATION_DOWNGRADE and out dated warnings aboutobrien2005-09-061-10/+2
| | | | libalias(3) exposing compiler bugs.
* updates:sam2005-09-061-11/+14
| | | | | | | | | | o note all pci/cardbus parts are supported (modulo hal updates) o use ath_rate_sample instead of ath_rate_onoe o note SuperG support is missing o note WPA not supported on 5210 o remove stuff about needing a better tx rate control algorithm MFC after: 3 days
* Remove reference to el(4).joel2005-09-051-1/+0
| | | | Approved by: brueffer (mentor)
* Remove all references to nonexistent FreeBSD Security Architecturetjr2005-09-051-57/+3
| | | | document.
* Moved descriptions of securelevels from init(7) to security(7).garys2005-09-031-7/+63
| | | | | | | | | | Files used both "securelevel" and either "secure level" or "security level"; all are now "security level". PR: docs/84266 Submitted by: garys Approved by: keramida MFC after: 3 days
* Fix a few small problems and bump the date.scottl2005-09-011-3/+4
| | | | Submitted by: ru
* More clarification on how bus_dmamap_sync works. Fix bogus text concerningscottl2005-08-311-11/+25
| | | | bus_dmamem_alloc.
* Move "systemv" into OLDTIMEZONES clause; "backward" is a prerequisite.wollman2005-08-311-2/+2
| | | | | | ("systemv" is even more backward than "backward" is!) Obliquely pointed out by: jhay
* Remove a stale manpage.scottl2005-08-301-58/+0
|
* s/PDC2061/PDC20621joel2005-08-301-1/+1
| | | | Approved by: brueffer (mentor)
* Merge tzdata200m from vendor branch.wollman2005-08-292-38/+50
|
* Add gem(4) to the list of devices supporting VLAN-sized frames nativelymarius2005-08-281-1/+5
| | | | | | (since sys/dev/gem/if_gem.c rev. 1.34). MFC after: 1 week
* Remove the man page of the recently axed el(4).marius2005-08-272-81/+0
|
* Merge tzdata2005l update from vendor branch.wollman2005-08-268-330/+654
| | | | | MT6: after release MT5: immediately
* This commit was generated by cvs2svn to compensate for changes in r149511,wollman2005-08-263-25/+27
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor update of timezone database.wollman2005-08-2616-363/+713
| | | | | | | | | | | | | | | | | | | | | | | | Changes to historical dates in: Azerbaijan, B.I.O.T., China, Denmark, Libya, and Poland. Changes to current dates in: East Timor, Haiti, Israel, Kazakhstan, Nicaragua, Paraguay, Samoa, Tunisia, Uruguay Changes to future dates in: Australia, Iran, United States Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2005l.tar.gz
| * Latest timezone data update from Arthur Olson. Most changes are towollman2004-12-023-7/+22
| | | | | | | | | | commentary; only significant change is Cuba, which did not fall back this year due to an energy shortage.
| * Redo vendor import using correct (nonstandard) vendor branch.wollman2004-10-178-125/+379
| |
| * Update timezone data from Arthur Olson. Principal changes are more accuratewollman2003-10-149-181/+331
| | | | | | | | | | | | | | data for Canada and Chatham Island, and the latest Brazilian government decree. Obtained from: <ftp://elsie.nci.nih.gov/pub/tzdata2003d.tar.gz>
* | Clarify the description of the bus_dmasync_op_t operation flags. This hasscottl2005-08-261-15/+12
| | | | | | | | been misleading and even wrong since the import of the page.
* | Clarify the confusion over Farallon cards taht differ only by arrow colorimp2005-08-252-1/+25
| |
* | Remove all references to T/TCP, which was removed several months ago.glebius2005-08-256-256/+1
| | | | | | | | Approved by: andre
* | - Remove the removable_interfaces variable. /etc/pccard_ether willbrooks2005-08-241-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | now run on any interface. - Add a new ifconfig_<ifn> keyword, NOAUTO which prevents configuration of an interface at boot or via /etc/pccard_ether. This allows /etc/rc.d/netif to be used to start and stop an interface on a purely manual basis. The decision to affect pccard_ether may be revisited at a later date. Requested by: imp, gallatin (removable_interfaces) Discussed with: sam, Randy Bush (NOAUTO)
* | - Document the led(4) interface for the Thinklightmarkus2005-08-231-1/+19
| | | | | | | | | | | | | | - Bump .Dd Approved by: brueffer MFC after: 3 days
* | Document the diagnostic message printed at startup time. Keep thejkoshy2005-08-231-7/+26
| | | | | | | | | | | | | | | | | | list of diagnostic messages sorted. Document the recently introduced EOPNOTSUPP error return. Repair sort ordering for the list of error descriptions. MFC after: 3 days
* | Add documentation for the BIOCLOCK and BIOCSETWF ioctl commands. Alsocsjp2005-08-231-1/+10
| | | | | | | | | | | | | | modify the documentation for BIOCSETF to note that it sets the read filter. Pointed out by: simon
* | 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
| |
OpenPOWER on IntegriCloud