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
obrien
61ca7f9bcb
Add NOSHLIBS.
...
If one is using NOSHARED, why build the libs.
2003-04-27 21:44:52 +00:00
ru
05ca2866fc
It was a misunderstanding on my part; all DEC variants
...
are based off of the same SmartRAID V Millennium board.
Requested by: obrien
Reviewed by: scottl
2003-04-27 18:45:07 +00:00
imp
f54e8f3fed
Update to reflect removal of tw.
...
Approved by: re@ (scottl)
2003-04-27 05:39:10 +00:00
dougb
e1acb7b583
Add .Xr's to mdmfs(8).
...
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
2003-04-27 01:46:56 +00:00
trhodes
4d37b34b62
Xref sytle.Makefile(5).
...
PR: 51183
2003-04-26 15:37:39 +00:00
brueffer
0c01b221bd
Mbits -> Mbits/s
...
band width -> bandwidth
PR: 39822
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
2003-04-26 09:30:34 +00:00
brueffer
2c1952027e
Fix a misspelled word introduced by my last commit
...
MFC with the rest of the changes
2003-04-25 21:02:15 +00:00
jake
94effdc880
Remove a stray sentence.
2003-04-25 17:08:47 +00:00
hmp
0ca929541c
device s/acpica/acpi/
...
Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Approved by: des (mentor)
2003-04-24 09:54:18 +00:00
trhodes
c74c9e9b4c
Use .Pa for the pccard_ether file.
...
s/spppconfig/spppcontrol/
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
2003-04-22 18:53:14 +00:00
trhodes
8a97197e8f
Catch this file up with ufs/ffs/fs.h.
...
PR: 51189
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
2003-04-22 18:20:44 +00:00
ru
2230610831
Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.
...
Reviewed by: bde
2003-04-22 11:04:25 +00:00
ru
b2e978843e
Bump document date for previous revision.
...
Fix list type.
2003-04-22 09:39:10 +00:00
dougb
632a97ab8a
FreeBSD has no systrace(1), and our rc.subr does not support it.
...
Submitted by: Simon L. Nielsen <simon@nitro.dk>
2003-04-22 05:13:55 +00:00
imp
823ba059c1
Document device_set_driver(9)
...
# now all driver_* functions used outside of subr_bus.o in my kernel
# are documented.
2003-04-22 03:43:44 +00:00
imp
b126d5fd0e
Document device_printf(9).
2003-04-22 03:32:31 +00:00
imp
8515f23dc5
Document device_set_ivars(9) as well.
2003-04-22 03:25:14 +00:00
imp
eea2b01ecc
man page for device_get_parent.
2003-04-22 00:26:02 +00:00
imp
197d721da8
device_is_alive already was documented in device_get_state, so remove the
...
separate man page. Document new device_is_attached there and remove that
new man page too.
Connect device_get_name to build, and install a link for
device_get_nameunit.
strangely nobody noticed this yet...
2003-04-22 00:21:28 +00:00
imp
10965d5bdd
Add man page for device_get_name and device_get_nameunit.
2003-04-22 00:18:55 +00:00
jhb
c7835c0929
- Don't highlight options APIC_IO at the top since it only applies to i386
...
and this manpage is somewhat machine independent.
- Don't redundantly say that SMP support is present for all supported
architectures. Instead, say that it is present for all Tier-1
architectures.
- Note that an SMP kernel not booting on a UP machine is an i386-only
exception.
- Add a paragraph about hyperthreading support including some docco on the
machdep.hlt_logical_cpus sysctl ps@ recently added.
- Note that SMP support for alpha, ia64, and sparc64 debuted in 5.0.
2003-04-21 20:05:33 +00:00
brueffer
5b10a1bbb6
Grammar and spelling fixes, improved the wording a bit
...
A slightly different patch than the one from the PR was applied
PR: 38815
Submitted by: Chris Pepper <pepper@guest.reppep.com>
MFC after: 3 days
2003-04-21 19:08:35 +00:00
imp
68d1cc4cc5
Xref these two functions, since they are similar enough to cause confusion.
2003-04-21 18:27:44 +00:00
imp
f754bd5701
Simple man page for new device_is_attached.
2003-04-21 18:25:04 +00:00
imp
59f6c3bf49
Add a man page for device_is_alive.
2003-04-21 18:24:05 +00:00
obrien
e3e9666f33
Note that KZPSC have ancient, non-upgradable firmware and that affects
...
the driver.
Submitted by: wilko
2003-04-20 22:27:44 +00:00
obrien
5d2a31e4c5
Document the KZPCA-AA.
2003-04-20 22:13:50 +00:00
obrien
8aff123063
Note the Qlogic 1040 is a KZPBA in DEC-speak.
...
Reviewed by: wilko
2003-04-20 22:10:13 +00:00
obrien
4c74541fc0
Document the DEC variants.
...
Also note the model numbers for the AcceleRAID and eXtremeRAID variants.
Reviewed by: wilko
2003-04-20 22:07:38 +00:00