| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- MN-110 10/100 USB ethernet (ADMtek Pegasus II, if_aue)
- MN-120 10/100 cardbus (ADMtek Centaur-C, if_dc)
- MN-130 10/100 PCI (ADMtek Centaur-P, if_dc)
Also update dc(4) man page to mention support for MN-120 and MN-130.
|
| |
|
|
|
|
|
|
| |
PR: 54225
Submitted by: Christopher Nehren <apeiron@comcast.net>
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
for targets that have been unsupported since April:
- upgrade
- aout-to-elf
- aout-to-elf-build
- aout-to-elf-install
- move-aout-libs
Approved by: imp
|
|
|
|
|
|
|
| |
PR: 51006
Submitted by: "Dmitry Pryanishnikov" <dmitry@atlantis.dp.ua>
mdoc clue by: "Simon L. Nielsen" <simon@nitro.dk>
MFC after: 10 days
|
|
|
|
|
| |
PR: 54200
Submitted by: Matthew George <mdg@secureworks.net>
|
|
|
|
|
|
|
|
|
|
| |
is common in British English, while "toward" is the preferred form in
American English. Use the American form for consistency.
Correct the date on the manual page.
Submitted by: Tom Rhodes <trhodes@freebsd.org>,
underway@comcast.net (Gary W. Swearingen)
|
|
|
|
| |
MAINTAINER file (which already had entries for sendmail).
|
|
|
|
|
|
|
| |
(though probably not a good idea in general) to set the various
SENDMAIL_*_MC variables to /etc/mail/sendmail.mc or /etc/mail/submit.mc.
MFC after: 5 days
|
|
|
|
|
| |
use port/proto to represent services (not proto/port).
add FBSDID
|
| |
|
|
|
|
| |
Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>
|
|
|
|
|
|
|
| |
format.
Reviewed by: Ruslan Ermilov <ru@freebsd.org>, Jens
Schweikhardt <schweikh@schweikhardt.net>
|
|
|
|
|
| |
PR: 53944
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
|
|
|
|
|
| |
Submitted by: Vahe Khachikyan <vahe@khachikyan.de>
PR: 53944
|
| |
|
|
|
|
| |
* Boemler: vendors.txt (2003-06-30)
|
|
|
|
|
|
|
|
|
| |
This is simpler, and is easy to do now that make(1) supports substituting
regexps. Fixed missing '$' anchor in the regexp. Use less cryptic names
for temporary variables.
Submitted by: ru (early version)
Reviewed by: ru
|
| |
|
|
|
|
| |
bus_dma_tag_create.
|
|
|
|
| |
a displayed list uniformly and fix up some grammar while I'm here.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
All .s files that need cpp(1) processing (see gcc(1) manpage's
DESCRIPTION section) have been repo-copied to .S files. This
is mostly to bring bsd.lib.mk in agreement with sys.mk.
Desired by: obrien
|
|
|
|
|
|
|
|
| |
The only real use of it (lib/libc/Makefile) has been
fixed, and if necessary, the contents of AINC should
be added to CFLAGS.
Explained by: bde
|
|
|
|
| |
Submitted by: netchild
|
|
|
|
| |
PR: kern/53929
|
|
|
|
|
|
|
| |
be mounted relative to the NFS root mountpoint.
Reviewed by: dillon at backplane.com
MFC After: 3 days
|
|
|
|
| |
calling order.
|
|
|
|
| |
and remove the .S.o transformation rule from bsd.lib.mk.
|
|
|
|
| |
(or are subsets) of the corresponding rules in sys.mk.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
symbols from object files has bitrotted over the last
thirteen years, and it now does more harm than good.
An attempt to work around the problems caused by using
ld(1) for stripping was to pass LDFLAGS to the ld(1)
command, but this was not right either as ${LDFLAGS}
should, by design, be used with cc(1) and not ld(1).
One of the proposed solutions was to use the objcopy(1)
utility to do the strip work, and the other would be to
use strip(1), but Bruce Evans suggested not stripping
any symbols at all. This works by leaving the grunt
work to the final strip(1) command (when installing the
binary).
Submitted by: bde
|
| |
|
|
|
|
|
|
|
| |
components. This is generally considered a non-optimal solution but
it gets the job done for the /rescue case.
Submitted by: Tim Kientzle <kientzle@acm.org>
|
| |
|
| |
|
|
|
|
| |
Submitted by: Stefan =?iso-8859-1?Q?E=DFer?= <se@freebsd.org>
|
| |
|
|
|
|
| |
Approved by: jeff (mentor)
|
|
|
|
| |
Submitted by: Peter Wemm <peter@wemm.org>
|
|
|
|
|
|
|
|
|
| |
This commit has two pieces. One half is the watchdog kernel code which lives
primarily in hardclock() in sys/kern/kern_clock.c. The other half is a userland
daemon which, when run, will keep the watchdog from firing while the userland
is intact and functioning.
Approved by: jeff (mentor)
|
|
|
|
|
| |
were missing. This made it difficult to add backend ABI overrides when
building shared libs.
|
|
|
|
| |
Pointed out by: Craig Rodrigues
|
| |
|
|
|
|
|
|
| |
documentation since people think it was better the way it was before.
Requested by: gibbs (some time ago)
|
|
|
|
| |
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
|