summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Since SAOL 13:th edition "v" and "w" are officially separated (in 2006)ache2007-11-192-4/+4
|
* Re-enable -Werror ins WARNS as it was roughly 6 months ago beforejb2007-11-191-3/+0
| | | | | | being disabled while gcc 4.2 was bedded in. Tested with 'make release' (amd64 arm i386 ia64 pc98 powerpc sparc64 sun4v)
* Weed out a warning argument that isn't applicable to C++ code.jb2007-11-191-1/+1
|
* Add wlan_amrr to the required devices/modulesbenjsc2007-11-141-0/+2
| | | | Submitted By: glebius
* Sort.ru2007-11-131-8/+8
|
* Xref wpi(4).brueffer2007-11-133-0/+4
|
* Cleanup, mostly typo fixes.brueffer2007-11-131-6/+8
|
* Assorted tiny mdoc(7) fixes:ru2007-11-131-10/+10
| | | | | | - Sort sections. - Fix xrefs. - Fix some misusages of some macros.
* Sort.ru2007-11-131-1/+1
|
* Some cleanup.brueffer2007-11-121-11/+13
|
* Manual page for the asmc driver.rpaulo2007-11-122-0/+156
| | | | Approved by: njl (mentor)
* Add support for "freebsd-update -r newrelease upgrade" -- binarycperciva2007-11-121-1/+27
| | | | | | | | | | | | | | | | | | | upgrading to new releases. Important parts of this code include * automatically determining which optional components (e.g., src, info, proflibs) are installed. * merging changes in files which are modified locally and have changed between the currently running and new release. * prompting the user to rebuild all 3rd party software before deleting old shared libraries. Yes, this is compatible with "freebsd-update rollback" -- you can test a new -BETA and roll back to the old release if you don't like it. Subject to re@ approval, this will be MFCed before 7.0-BETA3 and 6.3-RC1. MFC after: 2 days
* More cleanup.brueffer2007-11-111-12/+14
|
* Update pf examples from OpenBSD to catch up with new stateful defaults andmlaier2007-11-1110-89/+121
| | | | other syntax changes. Move pf.conf from /etc to examples, too.
* Hook up rmlock(9) and its links to the build.rwatson2007-11-101-0/+9
|
* Add rm_wowned(9) function to test whether the current thread owns anrwatson2007-11-101-2/+8
| | | | | | exclusive lock on the passed rmlock. Reviewed by: ups
* Clean up the rmlock(9) manual page:hmp2007-11-101-24/+43
| | | | | | | | | | * Correct spelling and grammar * Re-structure sentences in BUGS section for legibility * Break long lines appropriately * Break lines at full stops * Add mdoc(9) commands where applicable * Remove superfluous .Ft in the SYNOPSIS section * Various other mdoc(9) fixes
* Clean up after last commit.ru2007-11-091-2/+2
|
* Remove traces of vinum and replace with gvinum.trhodes2007-11-091-3/+8
| | | | Mention gstripe and gjournal.
* Link wpi(4) into the build.benjsc2007-11-082-1/+6
| | | | | | | | | | This includes: o mtree (for legal/intel_wpi) o manpage for i386/amd64 archs o module for i386/amd64 archs o NOTES for i386/amd64 archs Approved by: mlaier (comentor)
* Provide a man page for wpi:benjsc2007-11-081-0/+147
| | | | | | Intel 3945abg wireless driver Approved by: mlaier (comentor)
* Initial checkin for rmlock (read mostly lock) a multi reader single writerups2007-11-082-8/+208
| | | | | | | | lock optimized for almost exclusive reader access. (see also rmlock.9) TODO: Convert to per cpu variables linkerset as soon as it is available. Optimize UP (single processor) case.
* Switch arm to -O until the -O2 issues are resolved.cognet2007-11-051-0/+4
| | | | MFC After: 3 days
* Initial Import of wpi driver based on p4 changeset 128641.benjsc2007-11-051-0/+8
| | | | | | | | | This import includes: o wpi Wireless driver for the Intel 3945 Wireless Lan Controller (802.11abg) (sys/dev/wpi) o Intel firmware revision 2.14.4 & associated LICENSE (sys/dev/contrib/wpi, sys/contrib/dev/wpi/LICENSE) o wpifw Firmware driver (sys/modules/wpifw) Approved by: mlaier, sam (co-mentors)
* MFV of tzdata2007iedwin2007-11-043-5/+71
| | | | Changes in Cuba and Syria.
* o OpenBSD 4.2 added.maxim2007-11-021-0/+2
|
* Don't imply O(n) removal for the doubly linked data structures.obrien2007-11-021-2/+8
|
* Add myself and note that erwin is my mentorbrix2007-11-011-0/+2
| | | | Approved by: erwin (mentor)
* Add a small note about how "mkfs.xfs -p" can be used to createrodrigc2007-10-311-1/+11
| | | | an XFS file system populated with files.
* Fix one more typo.mav2007-10-311-2/+2
|
* Fix some mistakes.mav2007-10-311-5/+5
| | | | Update my email.
* Insert zero-width break points to fix warnigns in nroff output,keramida2007-10-312-3/+3
| | | | | | and reduce whitespace stretching in groff PS output. groff-foo by: ru
* mdoc fix: Add missing .El requestkeramida2007-10-301-1/+2
| | | | MFC after: 3 days
* mdoc warning fixes: Use the correct syntax for .Bl -offset indentkeramida2007-10-302-4/+4
| | | | MFC after: 3 days
* mdoc warning fix: Remove a spurious .El request.keramida2007-10-301-2/+1
| | | | MFC after: 3 days
* Clean up after the previous commit.brueffer2007-10-291-3/+4
|
* Merge Neterion if_nxge driver version 2.0.9.11230 with the followingrwatson2007-10-291-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: 01 - Enhanced LRO: LRO feature is extended to support multi-buffer mode. Previously, Ethernet frames received in contiguous buffers were offloaded. Now, frames received in multiple non-contiguous buffers can be offloaded, as well. The driver now supports LRO for jumbo frames. 02 - Locks Optimization: The driver code was re-organized to limit the use of locks. Moreover, lock contention was reduced by replacing wait locks with try locks. 03 - Code Optimization: The driver code was re-factored to eliminate some memcpy operations. Fast path loops were optimized. 04 - Tag Creations: Physical Buffer Tags are now optimized based upon frame size. For better performance, Physical Memory Maps are now re-used. 05 - Configuration: Features such as TSO, LRO, and Interrupt Mode can be configured either at load or at run time. Rx buffer mode (mode 1 or mode 2) can be configured at load time through kenv. 06 - Driver Statistics: Run time statistics are enhanced to provide better visibility into the driver performance. 07 - Bug Fixes: The driver contains fixes for the problems discovered and reported since last submission. 08 - MSI support: Added Message Signaled Interrupt feature which currently uses 1 message. 09 Removed feature: Rx 3 buffer mode feature has been removed. Driver now supports 1, 2 and 5 buffer modes of which 2 and 5 buffer modes can be used for header separation. 10 Compiler warning: Fixed compiler warning when compiled for 32 bit system. 11 Copyright notice: Source files are updated with the proper copyright notice. MFC after: 3 days Submitted by: Alicia Pena <Alicia dot Pena at neterion dot com>, Muhammad Shafiq <Muhammad dot Shafiq at neterion dot com>
* Regen:benjsc2007-10-291-489/+1255
| | | | | | | | * Hart: rev 652 of pcidevs.txt (2007-09-24) * Boemler: vendors.txt (2007-10-25) Approved by: mlaier (mentor) MFC after: 5 days
* Actually the keyword tells network.subr to launch wpa_supplicant on themiwi2007-10-281-2/+4
| | | | | | | | | | | selected interface. wpa_supplicant does not only handle WPA authentication but also EAP/LEAP as well as WEP encryption or no encryption at all. The patch clarifies this. PR: 117046 Submitted by: lme Reviewed by: bruffer Approved by: jkois (mentor)
* Allow the shell used by make(1) to be changed early via theyar2007-10-271-0/+5
| | | | | | | | __MAKE_SHELL variable. This feature isn't supposed to be in wide use, but it's needed now to make `installworld' independent of the stock binaries and libs so that radical ABI changes can go in safely. Reviewed by: ru
* - Add myself as a new doc/www committer.miwi2007-10-261-0/+1
| | | | Approved by: jkois (mentor)
* Doc police fixesjulian2007-10-263-64/+97
| | | | thanks to: ru@
* Fill in my data:jkois2007-10-261-0/+7
| | | | | | - add my entry - mheinen@ was my mentor for de_DE (doc/www) - remko@ was my mentor for full doc/www
* Sort MLINKS.ru2007-10-261-8/+8
|
* o Add a note that checkyesno takes a variable by its name, not value.yar2007-10-261-12/+14
| | | | o Improve mdoc(7) markup and style of the paragraph on stop_boot.
* catch up with the code.julian2007-10-261-65/+70
|
* - Show that pjd@ and kib@ are my mentors, and that I work in src.lulf2007-10-251-0/+5
| | | | Approved by: kib (mentor)
* Hide the implementation details about multiple threading librariesru2007-10-2260-71/+11
| | | | | | from the synopses of pthread*(3) manpages. Reviewed by: deischen, davidxu
* Remove an obsolete paragraph that pthread_single_np(3) isru2007-10-221-7/+0
| | | | | | not implemented in libthr. Reviewed by: deischen, davidxu
* Note the temporary removal of these functions.julian2007-10-211-0/+7
|
OpenPOWER on IntegriCloud