summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Add netgroup(5) to SEE ALSO.joel2006-10-131-1/+2
| | | | | | | | | | PR: docs/84764 Submitted by: garys
* | Deal with two more references to non-existing ndisapi(9).ru2006-10-131-2/+2
| |
* | Kill reference to ndisapi.9 here as well, it doesn't exist.trhodes2006-10-131-3/+2
| | | | | | | | PR: 82114
* | Fix a few nits with the last revisionthompsa2006-10-111-3/+3
| | | | | | | | | | | | | | - bump document date - fix punctuation and whitespace Pointed out by: bmah
* | Fix the prompt string.ru2006-10-111-1/+1
| |
* | Document the `kill' command.bde2006-10-101-8/+19
| | | | | | | | | | Submitted by: Allan Fields <bsd@afields.ca> PR: 82779
* | Sort some of the most inconsistently ordered descriptions of commandsbde2006-10-101-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | (the group of watchpoint commands, and the `reset' command). NetBSD has sorted everything alphabetically, but I think we would have too many commands for that if all commands were actually documented here, so this commit moves towards alphabetical order in several sections: - section for pure ddb (non-"show") commands. Now contains the watchpoint commands and is mostly in "logical" order. - section for pure ddb "show" commands - similarly for auxilary commands. Most of these are currently missing here.
* | Patch in previous commit should have bumped doc date.trhodes2006-10-091-2/+2
| | | | | | | | | | | | | | | | Fix spelling of ioctl. Note that previous commit was actually submitted by bz. I'm not yet used to the code boxes yet. Noticed by: ru
* | The SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention oftrhodes2006-10-091-3/+1
| | | | | | | | | | | | | | it in the tun.4 manual page. PR: 98541 Submitted by: David Gilbert
* | Fix markup.ru2006-10-091-192/+212
| |
* | Add more .Xr's.ceri2006-10-091-2/+4
| | | | | | | | MFC after: 6 days
* | Document new aliases `b', `t' and `registers'. Document old aliasesbde2006-10-091-1/+33
| | | | | | | | `bt', `c', `d', `p', `s', `w' and `where'.
* | Update the list of codecs as well...joel2006-10-081-2/+6
| |
* | Update list of supported hardware.joel2006-10-081-1/+19
| |
* | - Note that the bridge uses a random MAC and can be overridden.thompsa2006-10-081-0/+18
| | | | | | | | | | | | | | | | - Provide an example of assigning an IP to the bridge. PR: kern/102607 Submitted by: Stefan Bethke <stb@lassitu.de> MFC after: 3 days
* | Add a basic manpage for geom_uzip(4).ceri2006-10-082-0/+105
| | | | | | | | | | Reviewed by: trhodes MFC after: 1 week
OpenPOWER on IntegriCloud