summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Markup fixes.ru2006-09-1843-248/+310
|
* Fix wording to what I intended originally.ru2006-09-181-4/+5
|
* Correct the list of bus_space_*_stream_[1248] functions in theru2006-09-181-39/+37
| | | | | | | STREAM FUNCTIONS section: - Really list only and all *_stream_* functions. - Don't list their arguments (it's pointless).
* hw.syscons.kbd_kbdkey is actually named hw.syscons.kbd_debug.ru2006-09-181-3/+3
|
* - Avoid using second person.ru2006-09-181-4/+7
| | | | | - Demonstrate how .Nm can be used without the side effect of causing a line break in the SYNOPSIS section.
* o Document 'make quicksearch'.maxim2006-09-181-1/+6
| | | | | | PR: docs/103162 Submitted by: Lars Engels MFC after: 1 week
* o Grammar.maxim2006-09-181-1/+1
|
* - Instead of listing which ships support Rx/Tx checksum offload and Jumbobrueffer2006-09-151-8/+4
| | | | | | | | Frames, mention the one chip that does not support them (obtained from the driver README) - Mention TSO and the chips that do not support it (provided by pdeuskar) - Do not refer to the README for VLAN support, building and installing the driver
* Mention TSO support.brueffer2006-09-151-3/+3
|
* Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology ifpjd2006-09-151-1/+12
| | | | | | | no additional argument is given or details about the given GEOM object (class, geom, provider or consumer). Approved by: phk
* When building WITHOUT_ASSERT_DEBUG, we need to disable -Werror as its easyobrien2006-09-132-0/+2
| | | | to see "warning: unused variable `foo'".
* Correct include path.jhb2006-09-131-1/+1
|
* Remove references to the pam(8) manual page. It does not exist.joel2006-09-131-4/+2
| | | | | Requested by: novel Discussed with: brueffer, simon
* Fix markup bug in last commit.glebius2006-09-131-1/+1
| | | | Submitted by: ru
* Document net.inet.tcp.maxtcptw and net.inet.tcp.nolocaltimewait.glebius2006-09-131-1/+19
| | | | Wording by: Devon O'Dell
* - Change the example CFLAGS entry to match our default in sys.mk.ru2006-09-131-3/+7
| | | | | | - Document that -fno-strict-aliasing is required for -O2. Prodded by: users of stable@
* Bump date, per ru@imp2006-09-121-1/+1
|
* Add note about identify routines needing to use BUS_ADD_CHILD ratherimp2006-09-111-0/+6
| | | | | than device_add_child. The latter is only for busses adding children, not children drivers telling a bus that they have an instance...
* Regen.ru2006-09-111-2/+7
|
* Add a knob for compiling the tree -DNDEBUG. This turns off all theimp2006-09-113-0/+9
| | | | | | | | asserts and makes binaries smaller. The binaries also become repeatable again. As it was, without this md5's of binaries built with different paths differed. # Where do I document this?
* Document that bits are numbered from 1 in the %b format argument.ru2006-09-081-3/+7
|
* So there is where that handbook paragraph came from. Kill it here too.trhodes2006-09-081-14/+1
| | | | | | Remove a paragraph about over building security, it's a bit off. Discussed with: des, FreeBSD-security
* Fix the markup.ru2006-09-071-47/+62
| | | | Prompted by: imp
* Mostly re-write man page to reflect current state of this interface.imp2006-09-061-7/+109
| | | | | | Warn of races. # Doc police: Please review
* - Move descriptions of BOOT_COMCONSOLE_PORT, BOOT_COMCONSOLE_SPEED,ru2006-09-051-24/+44
| | | | | | | | | | and LOADER_TFTP_SUPPORT options into the world section since boot blocks are built as part of the world. - Document BOOT_PXELDR_ALWAYS_SERIAL and BOOT_PXELDR_PROBE_KEYBOARD options of pxeboot(8). MFC after: 3 days
* Document 'show vnode'.pjd2006-09-051-0/+5
| | | | Reminded by: ru
* - Talk about chips rather than chip sets as AMD LANCE and PCnet aremarius2006-09-041-28/+99
| | | | | | single-chip. - Add some more rationale about le(4). - Add/un-comment hardware notes for C-Bus and ISA adapters.
* Reword previous commit, now supporting better English.trhodes2006-09-041-3/+3
| | | | Discussed with: ceri
* Belated update for login.conf checks.trhodes2006-09-031-1/+11
| | | | Bump doc date.
* Document VIA 8237A support.brueffer2006-09-031-2/+2
|
* now that we have bus_get_dma_tag, document it's requirement injmg2006-09-031-1/+2
| | | | bus_dma_tag_create
* - s/UltraSparc/UltraSPARC/marius2006-09-021-3/+35
| | | | - Add info about the requirement of OFW support.
* Add the usual info about loading as module on startup to the SYNOPSIS.marius2006-09-021-1/+13
|
* s/6.1/6.2/ as the introduction date for kernel audit support.rwatson2006-09-021-1/+1
| | | | Obtained from: TrustedBSD Project
* Replace the .Pq added in rev 1.2 with literal parenthesis as the formermarius2006-09-011-2/+2
| | | | | | aren't required for plain text and the latter formats faster. Pointed out by: ru
* - s/gigabit/Gigabit/marius2006-09-011-7/+15
| | | | | | | | | | | | - Talk about supported chips rather than supported cards as the majority of the hardware supported by gem(4) is on-board. - "the .Nm driver" - Sort the list of supported chips alphabetically. - Sun GEM aren't used on-board though, so don't claim they'd be. - Add a CAVEATS section informing that Sun GEM cards aren't supported so far. MFC after: 1 day
* - Use full name of the Sun PGX64 cards and add the Sun part numbermarius2006-09-011-3/+7
| | | | | | | | in order to simplify matters for people who are looking for a video card supported by FreeBSD/sparc64. - Add Sun PGX to the list of known working cards. MFC after: 1 day
* Move two periods out of quotes and to where they belong.marius2006-09-011-3/+3
| | | | MFC after: 1 day
* Add references to scc(4) as it hangs off of ebus(4) and sbus(4)marius2006-09-012-2/+4
| | | | respectively.
* - Move available kernel options to SYNOPSIS, describe how to enable ipfwdanger2006-09-011-23/+63
| | | | | | | | | | from within rc.conf. - Remove IPDIVERT kernel option - Add notes about IPFIREWALL_DEFAULT_TO_ACCEPT and IPFIREWALL_FORWARD Reviewed by: ru Approved by: keramida (mentor), trhodes (mentor) MFC after: 1 week
* Remove redundant vnconfig(8) from SEE ALSO section as it is linked todanger2006-09-011-2/+1
| | | | | | | mdconfig(8) on RELENG_[56] and HEAD, which is referenced too. Approved by: keramida (mentor), trhodes (mentor) MFC after: 1 week
* - Fix some bugs in the descriptions of DMA sync operations.ru2006-08-311-20/+25
| | | | | | - Tweak some text so it's less likely to confuse the reader. OK'ed by: scottl
* Add FreeBSD Update 2.0 client code. The build code is in the projectscperciva2006-08-312-0/+152
| | | | | | repository. Sponsored by: FreeBSD security development fundraiser
* - Remove yet another mention of minor number constructionru2006-08-301-5/+6
| | | | | | which is not applicable today. - Provide an example of how to lock a speed.
* Add nanobsd(8) manual page.danger2006-08-292-0/+309
| | | | | | Reviewed by: ru Approved by: trhodes (mentor), keramida (mentor) MFC after: 1 week
* The kvm_mkdb(8) is long dead.ru2006-08-291-18/+1
|
* Markup polishing.ru2006-08-291-98/+102
|
* Chase after phk@: remove reference to (now obsoleted) NMBCLUSTERS.marck2006-08-261-2/+0
| | | | MFC after: 1 week
* Allow the user process to query the kernel's notion of a maximumrwatson2006-08-261-1/+4
| | | | | | | | | audit record size at run-time, which can be used by the user process to size the user space buffer it reads into from the audit pipe. Perforce change: 105098 Obtained from: TrustedBSD Project
* Update.pjd2006-08-261-3/+11
|
OpenPOWER on IntegriCloud