summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Document IBM ServeRAID 8k support.brueffer2006-11-031-1/+3
|
* Document Elf{32,64}_Lword. Keep the list of ELF types sorted.jkoshy2006-11-021-9/+23
| | | | | Describe the contents of the 'e_shnum' and 'e_shstrndx' fields when using extended section numbering.
* Better English.pjd2006-11-011-1/+1
| | | | Submitted by: ru
* - Document two new function g_alloc_bio() and g_duplicate_bio().pjd2006-11-011-2/+20
| | | | | - Bump modification date. - Update copyright years.
* Document BIO_FLUSH request.pjd2006-11-011-0/+2
|
* Add a build option to support WITH_CDDL and WITHOUT_CDDL, defaultingjb2006-11-011-0/+1
| | | | | | | | | | | | | to WITH_CDDL. This option enables building code that is licensed under Sun's CDDL. The DTrace code is licensed that way, so by default it will get built unless the WITHOUT_CDDL option is used. There is another build toggle, NO_CTF, which turns off execution of ctfconvert and ctfmerge in sys.mk, but this can't be implemented as WITH_/WITHOUT because bsd.own.mk isn't included in all Makefiles and sys.mk is included automatically by make.
* o OpenBSD 4.0 added.maxim2006-11-011-1/+4
|
* o Expand "Nov" to "November" in Dd macro, remove eol whitespace.maxim2006-11-011-1/+1
|
* Document the cdp for controlling CD power.kevlo2006-11-011-0/+2
| | | | Approved by: cognet
* Add error code EPERM.davidxu2006-11-011-1/+4
| | | | Reviewed by: ru, deischen
* Add recently added fs_unrefs field.pjd2006-10-311-2/+3
| | | | Sponsored by: home.pl
* Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the diskpjd2006-10-311-1/+3
| | | | | | can handle BIO_FLUSH requests. Sponsored by: home.pl
* Define a base OID for the FreeBSD version as returned in sysObjectIDharti2006-10-311-1/+19
| | | | | | | by bsnmpd(1). The actual OID is formed by appending the release numbers to this base OID. Idea by: phk
* Avoid implict node generation in oids, people tell me a fair bit ofphk2006-10-311-9/+7
| | | | SNMP software has trouble with them.
* Claim my own subtree under freeBSDpeoplephk2006-10-311-3/+9
|
* Belatedly bump manpage date for revision 1.35keramida2006-10-301-1/+1
| | | | Reminded by: ru
* The first (optional) argument of the "trace" command is either theru2006-10-301-5/+5
| | | | | | process or thread ID. PR: docs/61859
* o Fix incorrect function name (kobj_free -> kobj_delete).maxim2006-10-281-1/+1
| | | | | Obtained from: DragonFlyBSD MFC after: 1 week
* Document Soekris net48xx support.brueffer2006-10-281-2/+2
| | | | | PR: docs/104865 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
* - Don't pass an empty ``NM='' to lorder(1) when NM is unset.ru2006-10-251-3/+17
| | | | | - Don't redundantly use "env". - Protect NM value with quotes, just in case.
* - Update USB HID usage tables according to the following specs:markus2006-10-241-57/+709
| | | | | | | | | | | | | | * USB HID Usage Tables, V1.12 * USB Monitor Control Class Specification, V1.0 * USB Usage Tables for HID Power Devices, V1.0 * USB Device Class Definition for Physical Devices, V1.0 * USB HID Point of Sale Usage Tables, V1.02 - Fix spelling of 'Microsoft' - Bring the so called Microsoft page, in line with the style of the rest of the file. - Remove NetBSD version string as it doesn't reflect reality any longer Approved by: emax (mentor)
* Reduce our pointy-hat pool capacity by one (i.e. bump manpage date,keramida2006-10-241-1/+1
| | | | | | after the last change to this manpage). Reminded by: ru
* Document NO_IGNORE and its interation with FORBIDDEN.keramida2006-10-241-0/+11
| | | | Triggered by: a question by Panagiotis Hadgis <hadgis@ceid.upatras.gr>
* Document net.link.bridge.ipfw_arp for filtering ARP packets with ipfw.thompsa2006-10-241-0/+11
| | | | MFC after: 3 days
* Clarify that the input hook requires binary packet data. Instead ofemaste2006-10-221-9/+17
| | | | | referencing an omitted example, include a short (Perl) example that queues an ICMP Echo message.
* Fix ttyv* device names.ru2006-10-221-7/+7
| | | | | | PR: docs/104376 Submitted by: Michael Le Barbier MFC after: 3 days
* Fix some typos and grammar.ru2006-10-221-13/+16
| | | | | | PR: docs/66770 Submitted by: Michel Lavondès MFC after: 3 days
* Make it clear that section 8 also documents system managementru2006-10-211-17/+28
| | | | | | | procedures, not necessarily commands. PR: docs/35011 Obtained from: NetBSD (partly)
* Small fixes.ru2006-10-211-2/+2
|
* Bump document date for previous revision.ru2006-10-211-1/+1
|
* Spelling.ru2006-10-211-1/+1
|
* Bump document date for the previous change.ru2006-10-211-1/+1
|
* Use TARGET_BIG_ENDIAN instead of ARM_BIG_ENDIANcognet2006-10-191-1/+1
|
* Add missing "const" qualifiers.ru2006-10-191-6/+6
| | | | Submitted by: bde
* - convert to the current style of section 4 man pagesdanger2006-10-191-1/+15
| | | | | | | | - s/ip.forwarding/net.inet.ip.forwarding/ to match reality [1] Approved by: keramida (mentor), trhodes (mentor) MFC after: 5 days Submitted by: Tom McLaughlin via #bsddocs
* Remove references to pccard.conf, it is no longer used.imp2006-10-191-2/+0
|
* Update for newsletter V-12: Inclusion of the new entries forru2006-10-181-1/+5
| | | | | | "Serbia" and "Montenegro". Reported by: mnag
* Bring manpage up-to-date with respect to the scheduling priorityru2006-10-161-12/+19
| | | | | | | | range, and mention the SCHED_OTHER scheduling policy. Submitted by: davidxu PR: docs/37843 MFC after: 3 days
* Expand "don't".danger2006-10-161-1/+1
| | | | | Approved by: trhodes (mentor), keramida (mentor) MFC after: 3 days
* Use the loader.conf example.danger2006-10-161-2/+2
| | | | | Approved by: trhodes (mentor), keramida (mentor) MFC after: 3 days
* Add idmapd_flags to defaults/rc.conf.ceri2006-10-151-1/+15
| | | | Document it and idmapd_enable.
* Explain that using 64bit arguments on 32bit architectures with CTRx()pjd2006-10-151-0/+10
| | | | macros is a bad idea.
* Reflect the following changes to lib/libc/gen/disklabel.c in a manpage:ru2006-10-141-5/+2
| | | | | | | | | | | | | | | | | : revision 1.13 : date: 2002/04/03 15:44:53; author: phk; state: Exp; lines: +0 -5 : Initial deorbit burn for the undocumented and unused d_boot[01] : fields of struct disklabel. : : Sponsored by: DARPA and NAI Labs. : ---------------------------- : revision 1.15 : date: 2002/05/12 20:49:33; author: phk; state: Exp; lines: +1 -3 : Retire the bogus uses of the disklabel field d_sbsize and begin to : initialize it to zero so we don't have to have everbody and their : aunt including FFS specific header files. : : Sponsored by: DARPA & NAI Labs.
* - Use our standard section 4 SYNOPSIS layout.joel2006-10-141-6/+15
| | | | - Add a bunch of missing Xrefs's.
* Make the SYNOPSIS section more meaningful.ru2006-10-131-4/+2
| | | | | | PR: docs/85066 Submitted by: Gary W. Swearingen MFC after: 3 days
* Add Soekris Engineering information.obrien2006-10-131-3/+6
|
* Point users to ndisgen(8) over directly interacting with ndiscvt(8) as thetrhodes2006-10-131-6/+5
| | | | | | former is easier to use. PR: 97231
* MFV.ru2006-10-137-167/+388
|
* This commit was generated by cvs2svn to compensate for changes in r163299,ru2006-10-131-1/+4
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * New timezone data.ru2006-10-1310-173/+402
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2006n.tar.gz
OpenPOWER on IntegriCloud