summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Describe pkg_version_indexbrian2004-05-301-0/+21
| | | | Reviewed by: joe
* Add a new netgraph method to allow restoration of somejulian2004-05-291-2/+12
| | | | | | | | | | behaviour lost in the change from 4.x style netgraph tee nodes. Alter the tee node to use the new method. Document the behaviour. Step the ABI version number... old netgraph klds will refuse to load. Better than just crashing. Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
* Add the integrated NICs on the Dell PowerEdge 1750 and 2650 to the listsimon2004-05-281-0/+4
| | | | of supported devices.
* Adding ixgb(4) for Intel 10GbE Adapterstackerman2004-05-282-0/+107
|
* Add FreeBSD 4.10-RELEASE.hrs2004-05-281-4/+10
| | | | MFC after: 3 days
* Touch .Dd because the content of the manpage has been updated.yar2004-05-271-1/+1
| | | | Pointed out by: ru
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isbrooks2004-05-262-0/+109
| | | | | | modeled on ethers(3) except that all functions are thread-safe. Reviewed by: simokawa
* Update the status of VLAN support in interface drivers.yar2004-05-261-0/+9
|
* Fix spellingbrueffer2004-05-251-1/+1
|
* /usr is not really the ideal place for a ports application to storecjc2004-05-247-28/+28
| | | | | | | a frequently updated database. /var/db is a much more reasonable place for this kind of thing. Set a good example. Reviewed by: -arch
* Support basename and path based constrained matches.mdodd2004-05-241-14/+42
| | | | | | | | | | | | | | | | | | eg: [foo] ... matches any executable 'foo' [/usr/bin/foo/] ... matches any executable under the directory /usr/bin/foo/ Exact matches continue to function as before. PR: bin/66769 Submitted-by: Dan Nelson
* Removed a garbage reference to i386's.bde2004-05-231-1/+1
| | | | Submitted by: ru
* Fixed misspelling of "cy".bde2004-05-231-1/+1
| | | | Submitted by: ru
* Updated for removal of the "count" arg in device lines.bde2004-05-231-8/+17
| | | | Organized the synopsis for PCI cards better.
* Remove man4/man4.i386/cy.4 and adjust makefiles after repo-copying cy.4 upbde2004-05-233-248/+1
| | | | to man4.
* Update the date.pjd2004-05-201-1/+1
| | | | Requested by: ru
* - Add missing 'the'.pjd2004-05-201-1/+14
| | | | | | - Document /usr/include/geom/ directory and its subdirectories. Requested by: ru
* Inform hier(7) manual page about /lib/geom/ directory.pjd2004-05-201-0/+7
| | | | Reminded by: ru
* Forgot to bump the document date, *blush*.ru2004-05-201-1/+1
|
* Document mbuf tags based on the OpenBSD manpage.ru2004-05-203-1/+263
| | | | Submitted by: Gleb Smirnoff
* Add a man page for the kernel part of bpf. I made some edits to thedwmalone2004-05-193-1/+231
| | | | | | | man page after Orla, so the mistakes are probably mine. Leave a note on the door welcoming the mdoc police. Submitted by: Orla McGann <orly@cnri.dit.ie>
* Maintain statistics about the received frames.ru2004-05-191-3/+20
|
* "in in" is not always wrong (backout 1.18).dannyboy2004-05-181-3/+3
| | | | Keep the onion metaphor consistent.
* Effect the correct use of "affect".dannyboy2004-05-181-26/+29
| | | | | | | | | | | | | | Use em dashes instead of " - ". Use .Em instead of *emphasis*. Note that securing root indirectly (by securing staff accounts) works only if direct root access has been limited. [1] s/hacker/attacker, as done in the handbook. (inspired by [1]) PR: 52878 [1] Submitted by: Brian Minard <bminard@flatfoot.ca> [1]
* An access count change is a prerequisite for doing I/O, sole2004-05-181-1/+1
| | | | | | change 'or' to 'and'. Pointed out by: pjd@
* These hyphens don't need to be escaped.le2004-05-183-3/+3
| | | | Pointed out by: pjd@
* Fix spelling errors (I forgot that one in my last commit of GEOM man pages).le2004-05-181-4/+5
|
* Update several GEOM related manual pages:le2004-05-189-149/+171
| | | | | | | | | *) Fix spelling errors. *) Better english. *) Re-phrasing. Not Reviewed by: pjd (one week timeout) Approved by: grog (mentor)
* Add rman_get_device(9) to SYNOPSIS, .Nm and MLINK it tohmp2004-05-172-0/+4
| | | | rman(9).
* Now that I learned about how all this is working together, quicklyjoerg2004-05-171-15/+147
| | | | | | document it for anyone else who might be interested in it. MFC after: 2 weeks
* NG_ONE2MANY_XMIT_ALL algorithm should also be listed here.pjd2004-05-171-4/+5
| | | | | Submitted by: Michel Lavonds <fox@vader.aacc.cc.md.us> Approved by: archie
* Connect Cronyx Tau-PCI to the system.rik2004-05-171-0/+1
|
* Update man page date for yesterday's change.archie2004-05-171-1/+1
|
* Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.archie2004-05-161-5/+5
| | | | | Reviewed by: julian PR: kern/63317
* Kill DOS newline breaks.ru2004-05-161-151/+151
|
* Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)simon2004-05-149-13/+13
| | | | | | | hyphen) is meant. Mdoc(7) clue by: ru Reviewed by: ru
* mdoc(7) police:hmp2004-05-141-1/+1
| | | | * remove an extra comma at the end of the .Nm list
* Define MACHINE_CPU for arm.cognet2004-05-141-0/+3
|
* Document the "files" directive.cognet2004-05-131-0/+4
| | | | Reminded by: jmg
* Add some verbage over the difference between BUS_ADD_CHILD andimp2004-05-131-0/+11
| | | | | | device_add_child. The former calls the latter. Pointed out by: jhb
* o Add cautions about multiple adds of the deviceimp2004-05-131-8/+5
| | | | | | | | o Remove setting the description of the device (that is more properly done in probe). o Remove setting the driver, as it is unnecessary o Add pseudo code to ensure that the device isn't added to the tree already. o remove some now unreferenced routines
* Add caveats about adding devices in the IDENTIFY context.imp2004-05-131-3/+17
|
* The DEVICE_IDENTIFY man page refers to this, create a dummy oneimp2004-05-132-0/+56
| | | | directing people to device_add_child.
* Add a reference to the URL of the SMBus specification, so thejoerg2004-05-131-0/+4
| | | | | | terminology used in these drivers will become more transparent. MFC after: 1 week
* Some mdoc fixes.kensmith2004-05-131-4/+4
| | | | | mdoc help from: ru MFC after: 5 days
* Moved FreeBSD build pollution (/etc/make.conf) and zombie aout supportbde2004-05-121-4/+6
| | | | (OBJFORMAT) into a non-POSIX section.
* Removed conditional include of /etc/make.conf.local and the error for thebde2004-05-121-5/+0
| | | | | | | existence of this file. This stopped working more than 4 years ago when the generation of the error was added in rev.1.44. The .error directive gives fatal errors, so stale /etc/make.conf.local files must have been gone away more than 4 years on systems where make(1) works.
* Fix typo.josef2004-05-121-1/+1
| | | | | Submitted by: Michel Lavondès <fox@vader.aacc.cc.md.us> PR: docs/66536
* mdoc police.des2004-05-111-1/+2
| | | | Submitted by: ru
* Man page for the ichwd driver.des2004-05-112-0/+76
|
OpenPOWER on IntegriCloud