summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Be explicit that a driver may assume softc is preserved when returning 0imp2004-08-111-0/+2
|
* Add more aliases for common CPUTYPE spellingsobrien2004-08-111-1/+9
|
* The last commit had one too many libs.obrien2004-08-111-1/+0
|
* fix description of the macros for BUS_DMASYNC opertions. It's from the CPU'sjmg2004-08-111-2/+4
| | | | | | | point of view... Add a reference to a better description of what the ops do... Reviewed by: scottl
* Document the correct use of MAKEOBJDIRPREFIX and MAKEOBJDIR.harti2004-08-111-0/+6
| | | | Requested by: kris
* Yet another place where we can document that MAKEOBJDIRPREFIX andharti2004-08-111-0/+8
| | | | | | MAKEOBJDIR are, and have always been, environment variables. Requested by: kris
* Add a HARDWARE section which lists supported devices.simon2004-08-101-3/+5
|
* Add a HARDWARE section which lists supported devices. Clean up devicesimon2004-08-102-29/+38
| | | | lists a bit while I'm here anyway.
* Update "documentation date" fields.green2004-08-102-2/+2
|
* Document exactly how vslock(9) is broken.green2004-08-101-0/+6
|
* Update contigmalloc(9)'s manpage to reflect usage of the malloc_typegreen2004-08-101-9/+2
| | | | | argument and that allocation occurs from the end of the address space backward (still first-fit).
* Describe better what the initial /usr/obj is expected to be populated with.ru2004-08-101-2/+4
| | | | Prodded by: grehan
* Add documentation for log(9).joerg2004-08-102-5/+46
| | | | MFC after: 1 week
* - Add a HARDWARE section which lists supported devices.simon2004-08-091-15/+18
|
* mdoc(7) and english grammar makeover.mlaier2004-08-091-98/+105
| | | | Submitted by: ru
* Remove another mention of "make world".ru2004-08-091-5/+1
|
* Fix a documentation bug: "make release" uses "make buildworld"ru2004-08-091-4/+3
| | | | | | not "make world", as the first step of building the release. While here, remove another mention of "make world", as the latter is no longer supported by src/Makefile.
* Use the '+' flag to make make recurse into sub-directories even whenharti2004-08-092-5/+11
| | | | | | | | given -n. For POLA reasons this behaviour is switched on only when at least two -n flags are given to make. One -n flag keeps the old behaviour of showing the shell command that would recurse into the sub-directories. Discussed with: ru
* Bmake the library containing and processing the magic.obrien2004-08-091-0/+2
|
* Bump document date for last commit.simon2004-08-089-9/+9
|
* - Add a HARDWARE section which lists supported devices.simon2004-08-087-30/+67
|
* - Add a HARDWARE section which lists supported devices based on thesimon2004-08-082-3/+129
| | | | manual page and the Hardware Notes.
* 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>
OpenPOWER on IntegriCloud