summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* fnet(9) claims that "those interfaces supporting reception of multicasttrhodes2003-05-011-1/+1
| | | | | | | | 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>
* xtend rc.conf variables are gone.imp2003-05-011-16/+0
| | | | Noticed by: bde
* Add a mechanism to allow Makefiles to specify the particular C dialectdes2003-05-011-1/+12
| | | | | | | | | | | | | | | | | | 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.
* More factual updates for kerberos 5.markm2003-04-302-16/+19
|
* Remove some KerberosIV references that are now stale.markm2003-04-302-63/+22
|
* IP_RECVTTL socket option.mdodd2003-04-291-0/+22
| | | | Reviewed by: Stuart Cheshire <cheshire@apple.com>
* debug.acpi.disable="processor" is incorrect. Use debug.acpi.disable="cpu" astrhodes2003-04-291-2/+2
| | | | | | found on line 126 of sys/dev/acpica/acpi_cpu.c. PR: 51523
* Add NetBSD 1.6.1wosch2003-04-291-5/+6
|
* Document the IP_RECVIF socket option.mdodd2003-04-291-0/+16
| | | | Submitted by: Bruce M Simpson
* Merge from vendor branch:wollman2003-04-286-187/+303
| | | | | | | | - No more DST in Pakistan - Update some historical information - New zone for Rothera station in the Antarctic. PR: misc/51495
* This commit was generated by cvs2svn to compensate for changes in r114170,wollman2003-04-281-1/+8
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Update to latest drop from Arthur Olson and the gang.wollman2003-04-288-191/+314
| | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2003
| * Update from ADO to reflect changes in Brazil and absence ofwollman2002-10-165-26/+122
| | | | | | | | | | | | previously-anticipated changes in Israel. Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2002d.tar.gz
| * Latest zoneinfo from Arthur Olson. Among other things, this fixeswollman2002-04-049-151/+307
| | | | | | | | | | | | Europe/Tallinn to reflect last weekend's changeover. Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2002c.tar.gz
* | xten has gone.maxim2003-04-281-1/+0
| |
* | Add NOSHLIBS.obrien2003-04-271-1/+3
| | | | | | | | If one is using NOSHARED, why build the libs.
* | It was a misunderstanding on my part; all DEC variantsru2003-04-271-6/+3
| | | | | | | | | | | | | | are based off of the same SmartRAID V Millennium board. Requested by: obrien Reviewed by: scottl
* | Update to reflect removal of tw.imp2003-04-272-108/+1
| | | | | | | | Approved by: re@ (scottl)
* | Add .Xr's to mdmfs(8).dougb2003-04-271-0/+1
| | | | | | | | Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* | Xref sytle.Makefile(5).trhodes2003-04-261-1/+2
| | | | | | | | PR: 51183
* | Mbits -> Mbits/sbrueffer2003-04-261-4/+4
| | | | | | | | | | | | | | | | band width -> bandwidth PR: 39822 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 3 days
* | Fix a misspelled word introduced by my last commitbrueffer2003-04-251-1/+1
| | | | | | | | MFC with the rest of the changes
* | Remove a stray sentence.jake2003-04-251-3/+0
| |
* | device s/acpica/acpi/hmp2003-04-241-1/+1
| | | | | | | | | | Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org> Approved by: des (mentor)
* | Use .Pa for the pccard_ether file.trhodes2003-04-221-3/+3
| | | | | | | | | | | | s/spppconfig/spppcontrol/ Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
* | Catch this file up with ufs/ffs/fs.h.trhodes2003-04-221-95/+104
| | | | | | | | | | PR: 51189 Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
* | Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.ru2003-04-221-1/+1
| | | | | | | | Reviewed by: bde
* | Bump document date for previous revision.ru2003-04-221-16/+36
| | | | | | | | Fix list type.
* | FreeBSD has no systrace(1), and our rc.subr does not support it.dougb2003-04-221-12/+0
| | | | | | | | Submitted by: Simon L. Nielsen <simon@nitro.dk>
* | Document device_set_driver(9)imp2003-04-222-1/+57
| | | | | | | | | | # now all driver_* functions used outside of subr_bus.o in my kernel # are documented.
* | Document device_printf(9).imp2003-04-222-1/+59
| |
* | Document device_set_ivars(9) as well.imp2003-04-222-2/+20
| |
* | man page for device_get_parent.imp2003-04-222-1/+50
| |
* | device_is_alive already was documented in device_get_state, so remove theimp2003-04-224-102/+12
| | | | | | | | | | | | | | | | | | | | 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...
* | Add man page for device_get_name and device_get_nameunit.imp2003-04-221-0/+55
| |
* | - Don't highlight options APIC_IO at the top since it only applies to i386jhb2003-04-211-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Grammar and spelling fixes, improved the wording a bitbrueffer2003-04-211-37/+38
| | | | | | | | | | | | | | | | 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
* | Xref these two functions, since they are similar enough to cause confusion.imp2003-04-212-0/+2
| |
* | Simple man page for new device_is_attached.imp2003-04-212-1/+50
| |
* | Add a man page for device_is_alive.imp2003-04-212-1/+50
| |
* | Note that KZPSC have ancient, non-upgradable firmware and that affectsobrien2003-04-201-0/+2
| | | | | | | | | | | | the driver. Submitted by: wilko
* | Document the KZPCA-AA.obrien2003-04-201-0/+2
| |
* | Note the Qlogic 1040 is a KZPBA in DEC-speak.obrien2003-04-201-0/+1
| | | | | | | | Reviewed by: wilko
* | Document the DEC variants.obrien2003-04-201-4/+9
| | | | | | | | | | | | Also note the model numbers for the AcceleRAID and eXtremeRAID variants. Reviewed by: wilko
* | Document the DEC variants.obrien2003-04-201-1/+3
| |
* | The i386-specific asr manpage has been repo copied to the MI section.obrien2003-04-203-100/+2
| |
* | More terms.murray2003-04-201-0/+13
| |
* | More terms.murray2003-04-201-0/+7
| |
* | Add more FreeBSD specific terminology to help reduce false-positivesmurray2003-04-201-0/+7
| | | | | | | | when spell-checking the FreeBSD documentation.
* | Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-basedwpaul2003-04-201-1/+10
| | | | | | | | devices).
OpenPOWER on IntegriCloud