| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* 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>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
little endian and big endian and with 32 and 64 bit pointers. It already
has the hooks to be used for HARP, NATM and ngATM.
|
|
|
|
|
| |
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
PR: 53327
|
| |
|
|
|
|
|
|
| |
my 401 is a 2.5, so presumably many of them are.
MFC after: 3 days
|
|
|
|
|
|
| |
PR: misc/28456
Submitted by: Ulrich Luttner <luttner@web.de>
MFC After: 1 week
|
|
|
|
| |
PR: misc/18459
|
|
|
|
|
|
|
| |
This resolves confusion for at least 10 people.
Suggested by: Bruce M. Simpson <bms@spc.org>
Approved by: des (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The matcd.4 man page has been upgraded to reflect current 5.1.x
functionality, and efforts were made to match the style and layout found
in similar-single purpose block drivers man pages found in the 5.1 tree
man4 area while not losing useful information. However, the documentation
folks should still take a look, since the man pages used as guides were
somewhat inconsistent on a variety of points.
Approved by: markm(mentor)
|
| |
|