trhodes
449dc210f7
Apply the first in a series of patches which will bring bsd.README up to date.
...
PR: 35652
Submitted by: "Simon L. Nielsen" <simon@nitro.dk> (original version)
Approved by: re (bmah)
2003-05-17 18:03:05 +00:00
hmp
7d7228c36b
Remove an extraneous .El' that was reported by
groff -z`.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:57:38 +00:00
hmp
161e6cddaa
Remove an extraneous space, reported by groff -z
.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:55:52 +00:00
hmp
73bedef574
Remove a bogus NOTES section. Move that content elsewhere.
...
Approved by: des (mentor), re (scottl)
2003-05-16 19:54:20 +00:00
hmp
c2a920683c
Document the ``resource management'' routines in rman(9).
...
Submitted by: Bruce M. Simpson <bms@spc.org>
Reviewed by: mdodd
Approved by: des (mentor), re (scottl)
2003-05-16 19:22:27 +00:00
jhb
15ba1fce6f
- Use better terminology when describing mutex operations in msleep(9)'s
...
description.
- Remove some bogus commas.
- Use the past tense when referring to the removal of the sleep() function
since it happened quite a while ago and since the previous sentence in the
paragraph already uses the past tense.
Approved by: re (rwatson)
2003-05-16 15:52:32 +00:00
hmp
85ab052a63
Add a manual page for the CTASSERT(9) macro.
...
Approved by: des (mentor), re (scottl)
2003-05-16 15:24:07 +00:00
hmp
934c5dcced
Document the VFCF_* flags.
...
Approved by: des (mentor), re (scottl)
2003-05-16 15:21:20 +00:00
murray
1cc5180b03
Add French dvorak-like keymap for syscons.
...
PR: conf/50732
Submitted by: Frederic PRACA <frederic.praca@freebsd-fr.org>
Approved by: re
2003-05-16 03:46:53 +00:00
murray
d3a6f8fdf2
Fix the M and < keys on Belgian keyboards.
...
PR: conf/30341, i386/48398
Submitted by: Chris Pockele <chrisp@belgacom.net>
Approved by: re
2003-05-16 03:37:52 +00:00
murray
ef5eb69a04
Fix < >, { } and [ ] keys.
...
PR: conf/47556
Approved by: re (murray)
2003-05-16 03:34:23 +00:00
hmp
fa59fd22ea
Bring the kame(4) manual page closer to reality:
...
- prefix(8) and gifconfig(8) are deprecated
- dtcpc, dtcps were never imported (also removed from KAME CVS)
- pim6dd, pim6sd and racoon are ports
- inet6d does not exist on FreeBSD
PR: docs/51295
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Content reviewed by: itojun
Approved by: des (mentor), re (bmah)
2003-05-16 00:31:12 +00:00
trhodes
a8e22c5cc0
According to revision 1.6 of iir.c, the latest import should have resolved
...
the issues listed in BUGS. Remove the BUGS section.
Discussed with: bmah (awhile ago)
Approved by: re (blanket)
2003-05-14 17:53:40 +00:00
hmp
d3fec55c99
Add an MLINK for rc.d(8) which points to rc(8). The former is
...
referenced by rc.subr(8).
Approved by: des (mentor), re (scottl)
2003-05-12 21:52:46 +00:00
hmp
4b027acdce
Fix .Xr typo.
...
Approved by: des (mentor), re (scottl)
2003-05-12 21:47:39 +00:00
hmp
7974b430e9
Document ioctl(2) operations of the agp(4) subsystem. The original patch
...
was obtained from [1], with heavy editing, and ammending text for some of
the ioctls.
All ioctls (in sys/agpio.h) are now documented.
PR: docs/50503
Original patch by: Alex Semenyaka <alexs@snark.ratmir.ru> [1]
Content approved by:
- Eric Anholt <anholt@FreeBSD.ORG>
- Matthew N. Dodd <mdodd@FreeBSD.ORG> (cursory review)
Approved and Reviewed by: des (mentor), re (scottl)
2003-05-12 21:34:29 +00:00
mbr
7547478850
Add support for 3Com OfficeConnect 10/100B.
...
PR: 49059, 50747
Submitted by: Dax Eckenberg <daxbert@dweebsoft.com>
Reviewed by: imp, jhb
Approved by: jhb
MFC after: 2 weeks
2003-05-12 19:50:21 +00:00
joe
190f2bb71d
Extend the digital camera support (umass) to the PENTAX Optio 330GS.
...
Submitted by: Jan-Oliver Neumann <neumannj@arcor.de>
By way of: n_hibma
Approved by: re (jhb & bmah)
MFC After: 7 days
2003-05-11 23:55:28 +00:00
julian
3816c42ae4
This file just didn't want to commit in the last batch of bluetooth files.
...
Approved by: re@
2003-05-10 21:53:43 +00:00
julian
dc5734d94b
Part one of undating the bluetooth code to the newest version
...
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>
Approved by: re@
2003-05-10 21:44:42 +00:00
hmp
814a4db329
Document the last field of the procfs 'status' node, which either
...
displays the 'hostname' of the jail, or a hyphen '-' to indicate
that the process is not jailed.
PR: docs/37470
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
Approved and Reviewed by: des (mentor), re (bmah)
2003-05-09 09:20:26 +00:00
hmp
9df1d1f84b
Add missing MLINK for arc4rand(9). It is documented in
...
random(9) and referenced by gbde(4).
PR: docs/51254
Submitted by: Simon L. Nielsen <simon@nitro.dk>
Approved and Reviewed by: des (mentor), re (bmah)
2003-05-09 09:12:10 +00:00
trhodes
f3319808ea
Fix some basic errors:
...
- Add a description of b0 / b1 fields.
- Do not use 'entry' to refer to both 'entry' and 'field'.
- Do not confuse people with heading 'Name' and entry 'Name'.
PR: 48104
Submitted by: Gary W. Swearingen <swear@attbi.com> (original version)
Approved by: re (blanket)
2003-05-08 00:14:48 +00:00
obrien
7f1a351a88
Consistentify our NO_KERBEROS documentation.
...
Approved by: re(bmah)
2003-05-06 19:26:55 +00:00
hmp
94f281ee94
malloc(9) types can be used to identify multiple allocations.
...
PR: docs/38618
Approved by: des (mentor)
2003-05-06 19:10:17 +00:00
gshapiro
ae220ed3ab
Prevent a 'make SHARED=symlinks install' followed by 'make install' from
...
failing by removing the symlink before trying to install the actual files.
Noticed by: bde
MFC after: 5 days
2003-05-06 03:38:24 +00:00
des
495eda8ee4
Whitespace cleanup (1.15 had spaces instead of tabs)
2003-05-05 21:14:36 +00:00
des
2a6383574f
Don't use -pedantic unless we also set -std of some kind.
2003-05-05 21:13:32 +00:00
phk
6f86d9cfa3
A few stylistic fixes.
2003-05-05 17:36:57 +00:00
markm
ee63e7dc15
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
murray
4a197c3eaa
Add Norwegian dvorak keymap.
...
PR: conf/47556
Submitted by: Eirik Nygaard <eirikn@bluezone.no>
2003-05-05 06:06:55 +00:00
murray
0185525b1c
Add amnia, amniotic, and amniocentesis.
...
PR: misc/47342
Submitted by: Gareth McCaughan <Gareth.McCaughan@pobox.com>
(a pedantic medical student?)
MFC After: 1 week
2003-05-05 05:51:16 +00:00
murray
3cae45d064
Make the output more consistent.
2003-05-05 05:36:20 +00:00
murray
dfd339c3ff
Remove man page reference for gated, as it isn't in the base system
...
nor is it available from the ports tree.
2003-05-04 06:17:38 +00:00
markm
152593ef08
Remove some games/ cruft that is no longer of relevance.
2003-05-03 15:48:12 +00:00
akiyama
62fd773f5d
Add RealTek RTL8150 USB to fast Ethernet controller driver.
...
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.
Reviewed by: imp
MFC after: 2 weeks
2003-05-03 10:16:56 +00:00
wosch
b0edea49d0
Added OpenBSD 3.3
...
Submitted by: itojun@iijlab.net
2003-05-03 09:18:25 +00:00
trhodes
cae8c47af0
fnet(9) claims that "those interfaces supporting reception of multicast
...
datagrams have a LIST of multicast group memberships...". On -CURRENT, that
LIST is actually a TAILQ. Note that -STABLE still uses a LIST
PR: 50426
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>
2003-05-01 18:34:13 +00:00
imp
60e1df174c
xtend rc.conf variables are gone.
...
Noticed by: bde
2003-05-01 16:17:04 +00:00
des
d147648191
Add a mechanism to allow Makefiles to specify the particular C dialect
...
in which the source code is written. This is controlled by the CSTD
variable, which can have one of the following values:
- "k&r" => -traditional
- "c89" or "c90" => -std=iso9899:1990
- "c94" or "c95" => -std=iso9899:199409
- "c99" => -std=iso9899:1999
The corresponding option is added to CFLAGS regardless of WARNS level.
This also removes -ansi from WARNS level 6, but adds -Wno-long-long to
work around a weird gcc bug (-ansi, which is supposedly equivalent to
-std=iso9899:1990, seems to turn long long warnings off instead of on)
If CSTD is undefined, CFLAGS are unchanged except for the -ansi /
-Wno-long-long change mentioned above for WARNS level 6.
2003-05-01 14:36:27 +00:00
markm
89556f048c
More factual updates for kerberos 5.
2003-04-30 21:15:41 +00:00
markm
a7da2328fb
Remove some KerberosIV references that are now stale.
2003-04-30 17:01:43 +00:00
mdodd
6afaafd2aa
IP_RECVTTL socket option.
...
Reviewed by: Stuart Cheshire <cheshire@apple.com>
2003-04-29 21:36:18 +00:00
trhodes
b36f595442
debug.acpi.disable="processor" is incorrect. Use debug.acpi.disable="cpu" as
...
found on line 126 of sys/dev/acpica/acpi_cpu.c.
PR: 51523
2003-04-29 14:50:34 +00:00
wosch
1dee6b9f7e
Add NetBSD 1.6.1
2003-04-29 12:07:11 +00:00
mdodd
373ef8a1bd
Document the IP_RECVIF socket option.
...
Submitted by: Bruce M Simpson
2003-04-29 08:37:52 +00:00
wollman
4385e95825
Merge from vendor branch:
...
- No more DST in Pakistan
- Update some historical information
- New zone for Rothera station in the Antarctic.
PR: misc/51495
2003-04-28 18:57:25 +00:00
wollman
c315cc072b
This commit was generated by cvs2svn to compensate for changes in r114170,
...
which included commits to RCS files with non-trunk default branches.
2003-04-28 18:51:20 +00:00
wollman
141421e57b
Update to latest drop from Arthur Olson and the gang.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2003
2003-04-28 18:51:20 +00:00
maxim
8789a872a1
xten has gone.
2003-04-28 08:36:45 +00:00