Olivier Houchard
507a594e15
Change one more ARM_BIG_ENDIAN to TARGET_BIG_ENDIAN.
2006-11-05 15:33:26 +00:00
Maxim Konovalov
b16b2bd274
o Document ServeRAID 7x support.
...
Submitted by: Andrey V. Elsukov
MFC after: 3 days
2006-11-05 08:55:21 +00:00
Pawel Jakub Dawidek
162ce1a75f
When the source and destination objects for VOP_RENAME() are the same,
...
POSIX advice to just ignore the operation and return 0.
We already handle this case in kern_rename(), but don't give bad example -
the source is not removed.
2006-11-04 23:59:51 +00:00
Pawel Jakub Dawidek
479a8f8dd7
VOP_REMOVE() doesn't unlock vnodes nor decrease reference counts.
2006-11-04 23:58:15 +00:00
Tom Rhodes
6a8a30dcd3
Xref pthread_condattr.3, pthread_attr.3, and pthread_mutexattr.3.
...
PR: 60679
Submitted by: roam (with minor modifications)
2006-11-04 10:08:16 +00:00
John Birrell
f4c93e2c4a
Allow a makefile to set IGNORE_PRAGMA so that OpenSolaris code can
...
be built with other gcc warnings enabled.
Every Solaris source file has a #pragma ident in it. We can just
ignore those definitions.
2006-11-04 04:39:05 +00:00
Christian Brueffer
0bf113a6ee
Document IBM ServeRAID 8k support.
2006-11-03 06:50:03 +00:00
Joseph Koshy
fb59cdf687
Document Elf{32,64}_Lword. Keep the list of ELF types sorted.
...
Describe the contents of the 'e_shnum' and 'e_shstrndx' fields when
using extended section numbering.
2006-11-02 09:21:57 +00:00
Pawel Jakub Dawidek
89780ffb72
Better English.
...
Submitted by: ru
2006-11-01 12:44:28 +00:00
Pawel Jakub Dawidek
2c0ea12df5
- Document two new function g_alloc_bio() and g_duplicate_bio().
...
- Bump modification date.
- Update copyright years.
2006-11-01 12:42:14 +00:00
Pawel Jakub Dawidek
c4639cb3d8
Document BIO_FLUSH request.
2006-11-01 12:34:35 +00:00
John Birrell
87d0f81ce7
Add a build option to support WITH_CDDL and WITHOUT_CDDL, defaulting
...
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.
2006-11-01 09:02:11 +00:00
Maxim Konovalov
c16ed02e25
o OpenBSD 4.0 added.
2006-11-01 04:56:35 +00:00
Maxim Konovalov
b889a97163
o Expand "Nov" to "November" in Dd macro, remove eol whitespace.
2006-11-01 04:46:06 +00:00
Kevin Lo
c0348f2e02
Document the cdp for controlling CD power.
...
Approved by: cognet
2006-11-01 03:45:24 +00:00
David Xu
29f4831b30
Add error code EPERM.
...
Reviewed by: ru, deischen
2006-11-01 01:54:30 +00:00
Pawel Jakub Dawidek
39a7a769f0
Add recently added fs_unrefs field.
...
Sponsored by: home.pl
2006-10-31 22:15:59 +00:00
Pawel Jakub Dawidek
1d2aee20b8
Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk
...
can handle BIO_FLUSH requests.
Sponsored by: home.pl
2006-10-31 21:12:43 +00:00
Hartmut Brandt
d9be51413b
Define a base OID for the FreeBSD version as returned in sysObjectID
...
by bsnmpd(1). The actual OID is formed by appending the release numbers
to this base OID.
Idea by: phk
2006-10-31 10:09:10 +00:00
Poul-Henning Kamp
298b4f2394
Avoid implict node generation in oids, people tell me a fair bit of
...
SNMP software has trouble with them.
2006-10-31 08:18:02 +00:00
Poul-Henning Kamp
1a56481056
Claim my own subtree under freeBSDpeople
2006-10-31 07:44:28 +00:00
Giorgos Keramidas
0859bf8671
Belatedly bump manpage date for revision 1.35
...
Reminded by: ru
2006-10-30 16:43:42 +00:00
Ruslan Ermilov
5d1f75f10d
The first (optional) argument of the "trace" command is either the
...
process or thread ID.
PR: docs/61859
2006-10-30 12:55:06 +00:00
Maxim Konovalov
efc7cb843b
o Fix incorrect function name (kobj_free -> kobj_delete).
...
Obtained from: DragonFlyBSD
MFC after: 1 week
2006-10-28 10:57:35 +00:00
Christian Brueffer
f5789eb3d8
Document Soekris net48xx support.
...
PR: docs/104865
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
2006-10-28 07:26:50 +00:00
Ruslan Ermilov
1340597def
- Don't pass an empty ``NM='' to lorder(1) when NM is unset.
...
- Don't redundantly use "env".
- Protect NM value with quotes, just in case.
2006-10-25 09:43:38 +00:00
Markus Brueffer
5b7aaa1a15
- Update USB HID usage tables according to the following specs:
...
* 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)
2006-10-24 23:52:22 +00:00
Giorgos Keramidas
4b08dee074
Reduce our pointy-hat pool capacity by one (i.e. bump manpage date,
...
after the last change to this manpage).
Reminded by: ru
2006-10-24 13:27:08 +00:00
Giorgos Keramidas
068abd5515
Document NO_IGNORE and its interation with FORBIDDEN.
...
Triggered by: a question by Panagiotis Hadgis <hadgis@ceid.upatras.gr>
2006-10-24 12:30:28 +00:00
Andrew Thompson
2f764f809f
Document net.link.bridge.ipfw_arp for filtering ARP packets with ipfw.
...
MFC after: 3 days
2006-10-24 08:47:39 +00:00
Ed Maste
58b1cfde0d
Clarify that the input hook requires binary packet data. Instead of
...
referencing an omitted example, include a short (Perl) example that
queues an ICMP Echo message.
2006-10-22 21:33:57 +00:00
Ruslan Ermilov
ecbbc8eeb2
Fix ttyv* device names.
...
PR: docs/104376
Submitted by: Michael Le Barbier
MFC after: 3 days
2006-10-22 18:02:01 +00:00
Ruslan Ermilov
01139e4145
Fix some typos and grammar.
...
PR: docs/66770
Submitted by: Michel Lavondès
MFC after: 3 days
2006-10-22 16:21:55 +00:00
Ruslan Ermilov
0036760ce3
Make it clear that section 8 also documents system management
...
procedures, not necessarily commands.
PR: docs/35011
Obtained from: NetBSD (partly)
2006-10-21 20:35:49 +00:00
Ruslan Ermilov
7ddd9ed1d8
Small fixes.
2006-10-21 18:05:55 +00:00
Ruslan Ermilov
d56108a43a
Bump document date for previous revision.
2006-10-21 18:04:42 +00:00
Ruslan Ermilov
46d3d534b3
Spelling.
2006-10-21 18:04:20 +00:00
Ruslan Ermilov
aa7331bf20
Bump document date for the previous change.
2006-10-21 16:08:21 +00:00
Olivier Houchard
9a082df5b8
Use TARGET_BIG_ENDIAN instead of ARM_BIG_ENDIAN
2006-10-19 22:51:26 +00:00
Ruslan Ermilov
a341ab7170
Add missing "const" qualifiers.
...
Submitted by: bde
2006-10-19 11:03:44 +00:00
Daniel Gerzo
48e569ed45
- convert to the current style of section 4 man pages
...
- 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
2006-10-19 07:41:47 +00:00
Warner Losh
fe976fdd35
Remove references to pccard.conf, it is no longer used.
2006-10-19 05:19:00 +00:00
Ruslan Ermilov
31f495febd
Update for newsletter V-12: Inclusion of the new entries for
...
"Serbia" and "Montenegro".
Reported by: mnag
2006-10-18 09:02:11 +00:00
Ruslan Ermilov
a676ad7a4f
Bring manpage up-to-date with respect to the scheduling priority
...
range, and mention the SCHED_OTHER scheduling policy.
Submitted by: davidxu
PR: docs/37843
MFC after: 3 days
2006-10-16 14:35:31 +00:00
Daniel Gerzo
627a09e3c1
Expand "don't".
...
Approved by: trhodes (mentor), keramida (mentor)
MFC after: 3 days
2006-10-16 07:59:05 +00:00
Daniel Gerzo
7ebbc96c8d
Use the loader.conf example.
...
Approved by: trhodes (mentor), keramida (mentor)
MFC after: 3 days
2006-10-16 07:56:36 +00:00
Ceri Davies
d7862beb32
Add idmapd_flags to defaults/rc.conf.
...
Document it and idmapd_enable.
2006-10-15 15:55:00 +00:00
Pawel Jakub Dawidek
a1a72ac75a
Explain that using 64bit arguments on 32bit architectures with CTRx()
...
macros is a bad idea.
2006-10-15 12:40:27 +00:00
Ruslan Ermilov
22762537b0
Reflect the following changes to lib/libc/gen/disklabel.c in a manpage:
...
: 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.
2006-10-14 16:37:53 +00:00
Joel Dahl
b9804a4b35
- Use our standard section 4 SYNOPSIS layout.
...
- Add a bunch of missing Xrefs's.
2006-10-14 07:57:55 +00:00
Ruslan Ermilov
39cbc61477
Make the SYNOPSIS section more meaningful.
...
PR: docs/85066
Submitted by: Gary W. Swearingen
MFC after: 3 days
2006-10-13 20:37:23 +00:00
David E. O'Brien
b5743d7434
Add Soekris Engineering information.
2006-10-13 15:51:53 +00:00
Tom Rhodes
ef5de9896f
Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
...
former is easier to use.
PR: 97231
2006-10-13 11:30:07 +00:00
Ruslan Ermilov
4597828981
MFV.
2006-10-13 10:03:23 +00:00
Ruslan Ermilov
2c19f77b15
This commit was generated by cvs2svn to compensate for changes in r163299,
...
which included commits to RCS files with non-trunk default branches.
2006-10-13 10:00:49 +00:00
Ruslan Ermilov
e3e159816a
New timezone data.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2006n.tar.gz
2006-10-13 10:00:49 +00:00
Joel Dahl
02c653255c
Add netgroup(5) to SEE ALSO.
...
PR: docs/84764
Submitted by: garys
2006-10-13 09:02:59 +00:00
Ruslan Ermilov
25ca9fb48d
Deal with two more references to non-existing ndisapi(9).
2006-10-13 06:24:53 +00:00
Tom Rhodes
9b9879cb89
Kill reference to ndisapi.9 here as well, it doesn't exist.
...
PR: 82114
2006-10-13 03:54:22 +00:00
Andrew Thompson
989b9cb6bd
Fix a few nits with the last revision
...
- bump document date
- fix punctuation and whitespace
Pointed out by: bmah
2006-10-11 18:26:04 +00:00
Ruslan Ermilov
4de836fce3
Fix the prompt string.
2006-10-11 07:07:31 +00:00
Bruce Evans
4ef33d554a
Document the `kill' command.
...
Submitted by: Allan Fields <bsd@afields.ca>
PR: 82779
2006-10-10 23:09:10 +00:00
Bruce Evans
6e4da6de20
Sort some of the most inconsistently ordered descriptions of commands
...
(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.
2006-10-10 11:07:37 +00:00
Tom Rhodes
5e28de260c
Patch in previous commit should have bumped doc date.
...
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
2006-10-09 19:53:00 +00:00
Tom Rhodes
a29721a8cb
The SIOCSIFNETMASK ioctl was removed from tun.c, thus remove mention of
...
it in the tun.4 manual page.
PR: 98541
Submitted by: David Gilbert
2006-10-09 19:20:53 +00:00
Ruslan Ermilov
e230c2c3ca
Fix markup.
2006-10-09 15:21:50 +00:00
Ceri Davies
e3643455a3
Add more .Xr's.
...
MFC after: 6 days
2006-10-09 12:50:16 +00:00
Bruce Evans
355938faba
Document new aliases b',
t' and `registers'. Document old aliases
...
`bt', `c', `d', `p', `s', `w' and `where'.
2006-10-09 02:27:55 +00:00
Joel Dahl
8ea32c5e36
Update the list of codecs as well...
2006-10-08 19:57:53 +00:00
Joel Dahl
fd80809d23
Update list of supported hardware.
2006-10-08 19:41:37 +00:00
Andrew Thompson
69f35a88d2
- Note that the bridge uses a random MAC and can be overridden.
...
- Provide an example of assigning an IP to the bridge.
PR: kern/102607
Submitted by: Stefan Bethke <stb@lassitu.de>
MFC after: 3 days
2006-10-08 19:41:05 +00:00
Ceri Davies
272bf9a8ff
Add a basic manpage for geom_uzip(4).
...
Reviewed by: trhodes
MFC after: 1 week
2006-10-08 17:05:15 +00:00
Florent Thoumie
bd4029713f
Add support for Novatech NV902 wireless NIC in ural(4).
...
PR: usb/102852
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:18:40 +00:00
Florent Thoumie
774b7afefb
Add support for Epson Stylus CX4200 in uscanner(4).
...
PR: usb/102851
Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
MFC after: 3 days
2006-10-07 18:09:27 +00:00
Florent Thoumie
cfa3f4d8ab
Add support for Psion Gold Port Ethernet USB NIC.
...
PR: usb/102296
Submitted by: Volker <volker@vwsoft.com>
MFC after: 3 days
2006-10-07 18:03:39 +00:00
Florent Thoumie
d25cbeac2c
Add support for Netgear FA101 ethernet USB NIC.
...
PR: usb/102286
Submitted by: Volker <volker@vwsoft.com>
MFC after: 3 days
2006-10-07 17:58:50 +00:00
Florent Thoumie
ec53db837e
De-capitalize days and months' names.
...
PR: conf/101154
Submitted by: Thomas Jensen <tj@pil.dk>
MFC after: 3 days
2006-10-07 17:04:23 +00:00
Florent Thoumie
da9b42184b
- Add support for Epson USB Scanners (3590 [1] and 4990 [2]).
...
- Add entries in the uscanner.4 man page (along with missing 3500).
PR: usb/100957 [1], usb/100992 [2]
Submitted by: Jim Teresco <terescoj@teresco.org> [1],
Walter C. Pelissero <walter.pelissero@iesy.net> [2]
MFC after: 3 days
2006-10-07 16:00:59 +00:00
Florent Thoumie
5bfeaa3839
Add a missing whitespace.
...
Reported by: simon
Approved by: cperciva (mentor, implicit)
2006-10-07 10:00:22 +00:00
Dejan Lesjak
eb91fad699
Remove X11BASE from here so the one from bsd.port.mk has a chance to set
...
default. Grepping through src shows only gnu/usr.bin/groff which doesn't
use it in src build and OpenSSH for which this was a NOOP.
Discussed with: des, ru
Approved by: ru
2006-10-06 23:32:23 +00:00
Florent Thoumie
2440a169c5
Introduce mixer_enable (default: YES).
...
PR: conf/101268
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
Approved by: cperciva (mentor)
X-MFC after: 6.2-RELEASE
Sponsored by: FreeBSD Test-Bugathon
2006-10-06 23:22:13 +00:00
Simon L. B. Nielsen
4517aab293
- Remove SCHED_ULE from GENERIC to better avoid foot-shooting by
...
unsuspecting users.
- Add a comment in NOTES about experimental status of SCHED_ULE.
- Make warning about experimental status in sched_ule(4) a bit
stronger.
Suggested and reviewed by: dougb
Discussed on: developers
MFC after: 3 days
2006-10-05 20:31:58 +00:00
Ruslan Ermilov
289f7a5e01
Sort SUBDIR.
2006-10-05 13:42:30 +00:00
Ruslan Ermilov
72377e4c4b
Sort MAN and MLINKS lists.
2006-10-05 12:40:44 +00:00
John-Mark Gurney
32d5d9ffc9
sort MLINKS properly
...
Pointed out by: ru
2006-10-05 08:55:35 +00:00
Ruslan Ermilov
74a603eb00
Polish markup and some wording.
...
Discussed with: jmg (also reviewed by him)
2006-10-05 08:42:07 +00:00
John-Mark Gurney
b5cc2eb72f
forgot to update the date...
2006-10-04 20:17:14 +00:00
John-Mark Gurney
90db62aca6
add man page talking about how to interface w/ the kqueue system so others
...
can write additional filters...
mdoc police please!
2006-10-04 20:16:23 +00:00
Ruslan Ermilov
aed19ad525
Format the list of commands so that the output looks nicer,
...
by putting command aliases on the adjacent lines.
Prodded by: bde
2006-10-03 21:06:19 +00:00
Andre Oppermann
b2c1b09193
Connect hash(9) to the build and add MLINKS for all functions.
...
Pointed out by: ru
2006-10-02 11:51:25 +00:00
Konstantin Belousov
7251f55777
Remove long untrue note about storing state information inside free items.
...
OKed by: rwatson, tegge
Approved by: pjd (mentor)
MFC after: 1 week
2006-10-02 07:27:00 +00:00
Andrey A. Chernov
2eb6639bf4
Add mn_MN.UTF-8
...
Submitted by: Ganbold <ganbold@micom.mng.net>
2006-10-02 00:36:52 +00:00
Andrey A. Chernov
8a7dcaf4f9
Add mn_MN.UTF-8
2006-10-02 00:23:14 +00:00
Joel Dahl
81eb50fde2
Xref snd_hda(4).
2006-10-01 11:19:27 +00:00
Joel Dahl
d96143bd3f
Add a manual page for snd_hda(4) and hook it up to the build.
...
Reviewed by: brueffer, ariff
2006-10-01 11:16:31 +00:00
Ruslan Ermilov
8ed6451eab
Markup glitch.
2006-09-30 20:37:37 +00:00
Ruslan Ermilov
04876cf3eb
Require rpc.lockd(8) only if make is running with the -j option.
2006-09-30 20:18:28 +00:00
Alexander Leidinger
9faa7e6cd2
Add man page for snd_envy24ht(4).
2006-09-30 18:04:57 +00:00
Alexander Leidinger
586697a94c
Add the snd_spicds(4) man page.
2006-09-30 17:30:02 +00:00
Alexander Leidinger
d5bc223a98
- it uses the spicds driver now, change the kernel compile instructions
...
- add info about the chipsets
2006-09-30 17:19:22 +00:00