summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Update to mention support for 6x000 series controllers.msmith2000-08-081-2/+2
|
* Insert missing word 'that'.archie2000-08-081-1/+1
|
* Clarify the guidelines surrounding the use of macros. The patch issheldonh2000-08-081-3/+16
| | | | | | | | | mostly unrelated to the attributed PR, and the attributed submitter wasn't so much suggesting the patch for inclusion as providing it for clarity. PR: 9869 Submitted by: bde
* This is an overhaul of the mode page handling in camcontrol as well askbyanc2000-08-081-24/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | related patches. These include: * Mode page editting can be scripted. This involves two things: first, if stdin is not a tty, changes are read from stdin rather than invoking $EDITOR. Second, and more importantly, not all modepage entries must be included in the change set. This means that camcontrol can now gracefully handle more intrusive editting from the $EDITOR, including removal or rearrangement of lines. It also means that you can do stuff like: # echo "WCE: 1" | camcontrol modepage da3 -m 8 -e # newfs /dev/da3 # echo "WCE: 0" | camcontrol modepage da3 -m 8 -e * Range-checking on user-supplied input values. modeedit.c now uses the field width specifiers to determine the maximum allowable value for a field. If the user enters a value larger than the maximum, it clips the value to the max and warns the user. This also involved patching cam_cmdparse.c to be more consistent with regards to the "count" parameter to arg_put (previously is was the length of strings and 1 for all integral types). The cam_cdbparse(3) man page was also updated to reflect the revised semantics. * In the process, I removed the 64 entry limit on mode pages (not that we were even close to hitting that limit). This was a nice side-effect of the other changes. * Technically, the new mode editting functionality allows editting of character array entries in mode pages (type 'c' or 'z'), however since buff_encode doesn't grok them it is currently useless. * Camcontrol gained two new options related to mode pages: -l and -b. The former lists all available mode pages for a given device. The latter forces mode page display in binary format (the default when no mode page definition was found in scsi_modes). * Added support for mode page names to scsi_modes. Allows names to be displayed alongside mode numbers in the mode page listing. Updated scsi_modes to use the new functionality. This also adds the semicolon into the scsi_modes syntax as an optional mode page definition terminator. This is needed to name pages without providing a page format definition. * Updated scsi_all.h to include a structure describing mode page headers. * Added $FreeBSD$ line to scsi_modes. Inspired by: dwhite Reviewed by: ken
* Document three new control messages.archie2000-08-071-1/+17
|
* Missed one misspelling in previous commit.archie2000-08-061-1/+1
|
* Fix misspelling.archie2000-08-052-8/+8
|
* Mention the non-English docs as well as ports.ben2000-08-051-2/+16
|
* Explain that in order to track -STABLE, you should leave the src-alljim2000-08-042-2/+4
| | | | | | | | collection uncommented. PR: 20398 Submitted by: Jeff Blaine <jeffblaine@mediaone.net> Reviewed by: jhb
* Remove everything resembling a comment from "refuse" and put thejdp2000-08-042-35/+49
| | | | | | | | | explanations into a new file "refuse.README". Some users are simply copying these files and expecting them to work -- without even reading them. I don't want to spend any more time closing bogus PRs from that. Also correct an error or two in the patterns.
* Add support for the Netgear GA620T copper gigabit card.wpaul2000-08-021-2/+4
|
* Minor man page corrections and fixups to document the difference betweennsayer2000-08-021-21/+41
| | | | | | tap and vmnet style devices. Submitted by: Vladimir
* Fix linux console color capabilitiesache2000-08-011-3/+3
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Support for the Panasonic / Matshita USB FDD.n_hibma2000-07-311-2/+2
| | | | | Submitted by: SAKIYAMA Nobuo <sakichan@lares.dti.ne.jp> PR: kern/20300
* Add #ports/hebrewache2000-07-311-0/+1
|
* Add ports-hebrew.asami2000-07-312-0/+2
|
* Add the bufbio paper to the build.phk2000-07-301-2/+2
| | | | | Various plans to move all these to the doc tree exist pending time and somebody to docbook them.
* Add the bio/buf paperphk2000-07-303-0/+1317
|
* Capitalize the last two entries. Note that i8254 is a timer. Reportgreen2000-07-281-4/+8
| | | | | that TSC is for any fifth-gneration of later x86 processor, not an i586, and document that it _is_ available to applications.
* Add HISTORY.obrien2000-07-271-0/+5
|
* Merge from stable: dtterm color fixache2000-07-271-0/+1
|
* Fix minor typo.markm2000-07-271-1/+1
|
* Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelaysheldonh2000-07-261-5/+13
| | | | and kern.metadelay, thanks to mckusick's feedback.
* Add an EXAMPLES section with an example of how to mount asheldonh2000-07-241-0/+15
| | | | malloc(9)-backed md(4) device on /tmp .
* Remove references to the (removed) kern.timecounter.method sysctl.markm2000-07-231-15/+1
|
* Rework the FILES section to cover the list of common symbolic linkssheldonh2000-07-221-12/+53
| | | | | in the /dev directory. Also cover this driver's quirky relationship with the MAKEDEV script.
* Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, assheldonh2000-07-211-0/+1
| | | | discussed with bp.
* cons: shorten "rs" again, syscons fixedache2000-07-211-1/+1
|
* Describe Resetache2000-07-211-0/+2
|
* Move the netgraph-related manual pages into share/man/man4/, assheldonh2000-07-211-0/+20
| | | | discussed with archie.
* Cosmetic:sheldonh2000-07-211-16/+143
| | | | | Convert to one file per line in the MAN4 list. This will make future deltas easier to read.
* cons:ache2000-07-211-7/+7
| | | | | | | | | Simplify "rs" (\Ec will be fixed later in syscons, so this is intermedia step) Remove "mh" - termcap must describe what device _actually_ have end left emulation upon upper level program. "mh" is also conflicting with colors. Don't remove "md" for mono consoles dosansi: Wrong "mh" -> good "mr"
* Minor formatting tweak: compact the supported adapter list.wpaul2000-07-201-1/+2
|
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICwpaul2000-07-201-6/+14
| | | | | | | | cards. This basically involves switching to the 12.4.13 firmware, plus a couple of minor tweaks to the driver. Also changed the jumbo buffer allocation scheme just a little to avoid 'failed to allocate jumbo buffer' conditions in certain cases.
* Oops. Activate tap in man4 and modules makefilesnsayer2000-07-201-2/+2
|
* cons: use newly added SGR 24 for "ue" and SGR 27 for "se"ache2000-07-201-5/+5
|
* Describe newly implemented SGR 22,24,25,27ache2000-07-201-9/+13
|
* Add the tap driver.nsayer2000-07-201-0/+217
| | | | | | | | | | | | | The tap driver is used to present a virtual Ethernet interface to the system. Packets presented by the network stack to the interface are made available to a character device in /dev. With tap and the bridge code, you can make remote bridge configurations where both sides of the bridge are separated by userland daemons. This driver also has a special naming hack to allow it to serve a similar purpose to the vmware port. Submitted by: myevmenkin@att.com, vsilyaev@mindspring.com
* Update isp man page, add ispfw man page.mjacob2000-07-203-92/+104
|
* Add an MLINKS entry which makes snd(4) a link for pcm(4).sheldonh2000-07-202-1/+3
| | | | Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Add a FILES section which, as a side-effect, just so happens tosheldonh2000-07-201-1/+14
| | | | | | | give device node creation instructions. PR: 20060 Reported by: "Sean O'Connell" <sto@stat.Duke.EDU>
* Explicetly remove AX for mono consoles.ache2000-07-201-4/+4
| | | | Fix mono Latin2 console color support removing.
* cons: add AX to indicate that SGR 39 and 49 present and can be used separatelyache2000-07-201-1/+1
|
* Fix a typo and mark ``update'' up consistently in the HISTORY section.sheldonh2000-07-201-2/+2
| | | | Reported by: des
* Clear the extraneous Os argument, which survived rev 1.3.sheldonh2000-07-201-1/+1
|
* General clean-up [1/1]: whitespacesheldonh2000-07-201-7/+10
|
* General clean-up [0/1]: contentsheldonh2000-07-201-15/+26
| | | | | | | Clear extraneous Nm arguments. Clarify some English. Mark netgraph and ifconfig up as a cross-reference. Remove apostrophe from a genitive ``its''.
* Include a comment explaining the usual delay between writes and syncs.sheldonh2000-07-201-0/+5
|
* Typo.n_hibma2000-07-191-2/+2
| | | | Submitted by: Mike Meyer <mwm@mired.org>
* Document the rc.d system.ben2000-07-191-0/+97
| | | | | Suggested by: dcs Reviewed by: alex, dcs, sheldonh
OpenPOWER on IntegriCloud