summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)sanpei2004-08-081-0/+2
| | | | | | PR: kern/66416 Submitted by: Fredrik Lindberg <fliREMOVEME@shapeshifter.se> MFC after: 1 week
* rearange some code that handles the thread taskqueue so that it is morejmg2004-08-081-5/+17
| | | | | | | generic. Introduce a new define TASKQUEUE_DEFINE_THREAD that takes a single arg, which is the name of the queue. Document these changes.
* Add support for Belkin F5U409 serial-usb adaptersanpei2004-08-071-0/+2
| | | | | PR: kern/69804 Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Add altq(9) explaining about the IFQ_* and IFQ_DRV_* macros in if_var.h andmlaier2004-08-072-0/+599
| | | | | | | how to convert drivers. Obtained from: NetBSD (with changes) Reviewed by: josef
* It appears that cdevsw_add/remove were removed quite a while ago, soimp2004-08-073-132/+0
| | | | remove them from here.
* Expand indirect reference to copyright file to the portion of that fileimp2004-08-074-12/+88
| | | | that is relevant.
* Damn, fix the SEE ALSO section.trhodes2004-08-061-1/+1
|
* Add a manual page for the hfa driver.trhodes2004-08-062-0/+134
| | | | Reviewed by: harti
* Bump the document date.ru2004-08-061-1/+1
|
* Crypto is now part of the "base" distribution, and the old "release.3"cperciva2004-08-061-11/+7
| | | | | | | target no longer exists. Renumber the old release.[4-9] targets to release.[3-8]. Reminded by: ru
* Increase the suggested minimum free space for release-building. Itcperciva2004-08-051-1/+1
| | | | needed slightly over 3GB when I built one yesterday.
* - Add two fields to bio structure: 'bio_cflags' which can be used bypjd2004-08-041-13/+13
| | | | | | | | | | | | consumer and 'bio_pflags' which can be used by provider. - Remove BIO_FLAG1 and BIO_FLAG2 flags. From now on new fields should be used for internal flags. - Update g_bio(9) manual page. - Update some comments. - Update GEOM_MIRROR, which was the only one using BIO_FLAGs. Idea from: phk Reviewed by: phk
* Add Canon CanoScan LIDE 20 and Canon CanoScan LIDE 30 to the list ofblackend2004-08-041-3/+5
| | | | | | | supported devices. While I'm there add CanoScan to the names of other Canon scanners. MFC after: 1 week
* - Add a HARDWARE section which lists supported devices.simon2004-08-031-3/+6
|
* - Make the HARDWARE section preamble text have a call to the Nm macro,simon2004-08-031-1/+3
| | | | so the driver name will appear in the Hardware Notes.
* The inflight sysctls have moved to net.inet.tcp.inflight.*, so adjustandre2004-08-031-5/+5
| | | | documentation accordingly.
* o Move the inflight sysctls to their own sub-tree under net.inet.tcp to beandre2004-08-031-9/+9
| | | | more consistent with the other sysctls around it.
* Add Wiretek UBRJ4 to the list of supported devices.simon2004-08-031-0/+2
| | | | Submitted by: Soeren Vrist <seet@seet.dk>
* Implement minimalistic L2TP sessions statistics and correct man pagebz2004-08-031-4/+14
| | | | | | | for L2TP tunnel statistics (which do not take an argument sessionID). Reviewed by: archie Approved by: pjd (mentor)
* add a new control message to set sequence numbers on an uninitialized node.bz2004-08-031-1/+17
| | | | | Reviewed by: archie Approved by: pjd (mentor)
* adopt structs to reflect code change from May 2000 forbz2004-08-031-9/+13
| | | | | | | NGM_PPP_SET_CONFIG/NGM_PPP_GET_CONFIG. Reviewed by: archie Approved by: pjd (mentor)
* Add the PM1564 to the list of supported controllers.marius2004-08-021-0/+2
| | | | OK'ed by: scottl
* Improve the wording of the last commit, and update the document date. (1)murray2004-08-021-9/+12
| | | | | | While here, update an example. (1) Submitted by: ru
* Consistently list _CPUCFLAGS.obrien2004-08-021-10/+10
|
* Add a HARDWARE section which lists supported devices.simon2004-08-011-43/+47
|
* Make the HARDWARE section better suited to the upcoming auto generatedsimon2004-08-012-54/+55
| | | | | | | | | | | | Hardware Notes: - Only include text related the device listings and hardware support in the HARDWARE section. - Make the HARDWARE section preamble text have a call to the Nm macro, so the driver name will appear in the Hardware Notes. - Add the manufacturer name to each item in the device list, where appropriate. - Clean trailing punctuation characters from the lists.
* - Add a HARDWARE section which lists supported devices.simon2004-08-013-51/+77
| | | | - Minor cleanup of the device lists when I'm here anyway.
* Document EXTSRCDIR.murray2004-08-011-0/+4
| | | | Submitted by: Pawel Worach <pawel.worach@telia.com>
* Help simon out and add a HARDWARE section.trhodes2004-07-311-1/+2
|
* Fix mdoc(7) and grammar errors from previous commit.glebius2004-07-301-14/+17
| | | | Requested, submitted and reviewed by: ru
* Update to the 2004 Edition of POSIX.ru2004-07-301-2/+2
|
* Document new control messages NGM_PPPOE_GETMODE, NGM_PPPOE_SETMODE.glebius2004-07-291-19/+49
| | | | | | Note that sysctl net.graph.nonstandard_pppoe is deprecated. Approved by: julian (mentor)
* Removed remnants of ports-related knobs from here.ru2004-07-292-19/+1
|
* Leaving the '.Pp' before '.Sh' is a style bug. This should have beentrhodes2004-07-281-1/+0
| | | | removed in my previous commit.
* Remove the ERRORS section in favor of a DIAGNOSTICS section.trhodes2004-07-282-29/+27
| | | | Requested by: ru
* Wrap the supported adapters list into an .Sh HARDWARE section.trhodes2004-07-281-13/+51
| | | | | Use a list to make reading the list easier on the eyes. Add cardbus(4) and pccard(4) to the SEE ALSO section.
* after reading the commit mail, I better understand what cnt_hold is for..jmg2004-07-271-1/+2
| | | | | | | improve the verbage in the manpage so others are more likely to understand it... Reviewed by: rwatson
* document that times are in microseconds, yes it's at the end in the NOTESjmg2004-07-261-4/+4
| | | | section, but this makes it easier to find.
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
| | | | | | | | | | | somewhat clearer, but more importantly allows for a consistent naming scheme for suser_cred flags. The old name is still defined, but will be removed in a few days (unless I hear any complaints...) Discussed with: rwatson, scottl Requested by: jhb
* Add DragonFly BSD 1.0.osa2004-07-261-25/+27
| | | | Approved by: wosch (maintainer)
* Remove an unnecessary comma from the Copyright.hmp2004-07-251-1/+1
| | | | Obtained from: DragonFly BSD
* Move snc.4 over to the i386 section as it only deals with PC98 and i386.trhodes2004-07-243-3/+3
| | | | | | Bump .Dd and .Dt accordingly. Requested by: ru
* More CardBus Bridges supported, o2micro better nowimp2004-07-221-5/+23
|
* Add 'benchmarked' and many technical acronyms for protocols, productmurray2004-07-221-1/+29
| | | | names, and company names.
* Add the ACPI Panasonic extras driver.nyan2004-07-212-0/+162
| | | | Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org> and nyan
* Slight cosmetic changes.julian2004-07-201-4/+4
| | | | | | | | | Also introduce a macro to be called by persistent nodes to signal their persistence during shutdown to hide this mechanism from the node author. Make node flags have a consistent style in naming. Document the change.
* For the gbde attach script:simon2004-07-181-0/+25
| | | | | | | | | | | - Ask the user up to X times (3 by default) for the pass-phrase, if it is incorrect the first time. - Add support for storing the lockfiles in another other directory than /etc. - Document that it is possible to override the location of each single lockfile. Approved by: pjd
* Add support System TALKS Inc. SGC-X2ULsanpei2004-07-181-0/+2
|
* The description of ng_mesg.cmd should call it "cmd" to match the structkeramida2004-07-181-1/+1
| | | | | | | definition and netgraph.h. PR: docs/66539 Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
* Document the SUSER_RUID flag.cperciva2004-07-171-2/+14
| | | | Reminded by: pjd
OpenPOWER on IntegriCloud