summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Remove Wiretek UBRJ4 from the list of supported devices. While it issimon2004-08-161-2/+0
| | | | | | | | detected by the driver, it doesn't really work as soon as it really used for network traffic. Perhaps it can be re-added later when the issues are resolved. Reported by: Soeren Vrist <seet@seet.dk>
* Bring back 'NO_FLOPPIES', but as a user external knob.obrien2004-08-161-3/+3
| | | | | | The internal logic knob remains MAKE_FLOPPIES. Suggested by: ru
* Accept the fact that floppies either aren't applicable or relevant on mostobrien2004-08-161-2/+3
| | | | platforms. So follow 'MAKE_ISOS''s style and s/NO_FLOPPIES/MAKE_FLOPPIES/g.
* Update the date.pjd2004-08-161-1/+1
| | | | Reminded by: ru
* Inform hier(7) about /usr/include/geom/raid3/ directory.pjd2004-08-161-0/+2
|
* Mention a potential net.inet.ip.random_id drawback.maxim2004-08-161-0/+2
| | | | Submitted by: ru
* Remove the BUGS entry for vslock(9) not actually holding user memory in place.green2004-08-161-6/+0
|
* - Add a HARDWARE section which lists supported devices.simon2004-08-153-93/+115
| | | | - Fix a few mdoc(7) markup / style nits when I'm here anyway.
* Bump document date for last commit.simon2004-08-151-1/+1
|
* - Add a HARDWARE section which lists supported devices.simon2004-08-151-13/+23
| | | | | | | | - Add the manufacturer name to each item in the device list. - Make the note about supporting "IBM e335" into a general list and change the entry to use the full product name ("IBM eServer xSeries 335"). - Add Dell PowerEdge 1750 to the list of systems with mpt onboard.
* Shorten the description of NO_OPENSSL, which was split into two lines by amarius2004-08-151-2/+1
| | | | patch of mine in revision 1.216, a bit so it fits in a single line again.
* Change the HARDWARE section to have the same style as in the othersimon2004-08-151-2/+5
| | | | FreeBSD section 4 manual pages.
* - Add a HARDWARE section which lists supported devices.simon2004-08-151-3/+7
|
* - Add a HARDWARE section which lists supported devices.simon2004-08-151-91/+94
| | | | | | | - Remove reference to the NOTES section in the entry for Sun DMFE, since ot doesn't work well with the auto generated Hardware Notes. [1] OK'ed by: marius [1]
* - Make the naming of AMCC's 3ware cards consistent with the currentsimon2004-08-152-18/+51
| | | | | | | naming from AMCC. - Update the list of devices supported by the drivers. All of the above is based on information from AMCC via vkashyap.
* o Document net.inet.ip.random_id sysctl.maxim2004-08-151-1/+12
| | | | Reviewed by: dwmalone, ru
* Inform hier(7) about /usr/include/geom/mirror/ directory.pjd2004-08-151-0/+2
|
* - Capitalize Ethernet and Fast Ethernet.marius2004-08-143-10/+87
| | | | | | | | - Add a NOTES section with information regarding the "local-mac-address?" system configuration variable on sparc64 and add a reference to eeprom(8) for using it. Dump document date for this. - In dc.4, add the on-board DM9102A on Sun Netra X1 and Sun Fire V100 to the list of known working devices.
* Add a man page for tgmath.h.stefanf2004-08-132-0/+152
| | | | Reviewed by: keramida
* Removed COPTS support from kmod.mk and kern.pre.mk.ru2004-08-132-1/+2
| | | | COPTS support in bsd.prog.mk is preserved but discouraged.
* Removed COPTS with equivalent CFLAGS.ru2004-08-131-2/+2
| | | | While here, fixed setting of BINDIR.
* Replaced a way outdated and unsafe sequence of upgrading the systemru2004-08-131-40/+7
| | | | from sources with the link to the relevant section in src/UPDATING.
* Re-write some poorly written paragraphs. Document the 2130.scottl2004-08-131-18/+13
|
* 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.
OpenPOWER on IntegriCloud