| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
|
|
|
|
|
| |
PR: conf/47556
Submitted by: Eirik Nygaard <eirikn@bluezone.no>
|
|
|
|
|
|
|
| |
PR: misc/47342
Submitted by: Gareth McCaughan <Gareth.McCaughan@pobox.com>
(a pedantic medical student?)
MFC After: 1 week
|
| |
|
|
|
|
| |
nor is it available from the ports tree.
|
| |
|
|
|
|
|
|
|
|
| |
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.
Reviewed by: imp
MFC after: 2 weeks
|
|
|
|
| |
Submitted by: itojun@iijlab.net
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Noticed by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Reviewed by: Stuart Cheshire <cheshire@apple.com>
|
|
|
|
|
|
| |
found on line 126 of sys/dev/acpica/acpi_cpu.c.
PR: 51523
|
| |
|
|
|
|
| |
Submitted by: Bruce M Simpson
|
|
|
|
|
|
|
|
| |
- No more DST in Pakistan
- Update some historical information
- New zone for Rothera station in the Antarctic.
PR: misc/51495
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2003
|
| |
| |
| |
| |
| |
| | |
previously-anticipated changes in Israel.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2002d.tar.gz
|
| |
| |
| |
| |
| |
| | |
Europe/Tallinn to reflect last weekend's changeover.
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2002c.tar.gz
|
| | |
|
| |
| |
| |
| | |
If one is using NOSHARED, why build the libs.
|
| |
| |
| |
| |
| |
| |
| | |
are based off of the same SmartRAID V Millennium board.
Requested by: obrien
Reviewed by: scottl
|
| |
| |
| |
| | |
Approved by: re@ (scottl)
|
| |
| |
| |
| | |
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
| |
| |
| |
| | |
PR: 51183
|
| |
| |
| |
| |
| |
| |
| |
| | |
band width -> bandwidth
PR: 39822
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 3 days
|
| |
| |
| |
| | |
MFC with the rest of the changes
|
| | |
|
| |
| |
| |
| |
| | |
Noticed by: Stefan Farfeleder <stefan@fafoe.dyndns.org>
Approved by: des (mentor)
|
| |
| |
| |
| |
| |
| | |
s/spppconfig/spppcontrol/
Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
|
| |
| |
| |
| |
| | |
PR: 51189
Submitted by: Lukas Ertl <l.ertl@univie.ac.at>
|
| |
| |
| |
| | |
Reviewed by: bde
|
| |
| |
| |
| | |
Fix list type.
|
| |
| |
| |
| | |
Submitted by: Simon L. Nielsen <simon@nitro.dk>
|
| |
| |
| |
| |
| | |
# now all driver_* functions used outside of subr_bus.o in my kernel
# are documented.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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...
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
the driver.
Submitted by: wilko
|
| | |
|