| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
also remove -Wall that I acidentally committed last time I was here...
Submitted-by: Philippe Charnier
Closes PR#2998
|
|
|
|
| |
Obtained from: aleph1@UNDERGROUND.ORG on Bugtraq
|
| |
|
|
|
|
| |
Support japanese FreeBSD man pages, Jpman Project.
|
| |
|
|
|
|
|
|
|
| |
define START_PROGRESS in nm.h to check whether gdb was invoked as kgdb
and set the kernel_debugging flag in that case.
2.2 candidate ?
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Removed stale comment.
|
| |
|
|
|
|
|
|
| |
except `install'. Changed $() to ${}. Don't use the afterinstall target
(it is only for things that must be done after the install target is
built).
|
| |
|
|
|
|
| |
Submitted by: Slaven ReziƦ (TomiƦ) <eserte@cs.tu-berlin.de>
|
|
|
|
|
|
|
|
| |
Strong 2.2 and 2.1.x candidate. Someone should review the patch before,
however.
The maintainer of the Perl5 port should probably introduce a similar patch
there.
|
|
|
|
|
|
|
| |
Fix cursor place after PgUp/PgDn.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
|
|
|
|
|
|
| |
and opened the archive file. This allows "cpio -o -O output_file"
to create the output file with the callers proper umask.
Closes PR# 1391.
|
|
|
|
|
|
| |
case)
Pointed out by: bde
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
was not reset to old name causing any file choosen put error
diagnostic about wrong directory, fix it by resetting back
to old name after chdir failed.
Add \r as alias to \n, some telnets have problem with that.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> & me
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"%%" in format strings and tends to dump core for "%%st". I needed
"%%st" to fix the new gdb ...
Don't use the private version of strerror() either.
Use INTERNALLIB and INTERNALSTATICLIB instead of a private install
rules NOPROFILE and NOPIC. This is only slightly cleaner.
INTERNALLIB was previously only used in compatibility libraries
(libgnumalloc etc.) and INTERNALSTATICLIB was previously unused.
INTERNAL*LIB probably should be replaced by something like NOSTATICO
together with NO{STATICO,PROFILE,PIC}INSTALL.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
controlling terminal is closed. Now the function ask() will return 1 when th
input is known to come from a file or terminal, or it will return 0 when ther
was a read error.
Modified the question "Skip patch?" so that on an error from ask it will skip
the patch instead of looping.
Closes PR#777
2.2 candidate
|
|
|
|
| |
2.2 candidate?
|
|
|
|
| |
Pointed out some months ago by: Bruce
|
| |
|
|
|
|
|
|
| |
Closes PR# 2661.
Submitted by: John-Mark Gurney <gurney_j@efn.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
library with a shared object dependency that contained alias symbols,
the linker incorrectly counted the number of symbols that would be
written, resulting in a fatal internal error. Since our libc now
contains some alias symbols (in "net/res_stubs.c"), this was
sufficient to tickle the bug: "ld -Bshareable foo.so -lc". To
fix it, I moved the accounting of alias symbols to a later point
in the processing, where it is possible to count only those symbols
that will actually be written to the output file.
This fix is well-confined to affect alias symbols only. I have
tested it with a full "make world". I am going to merge it into
-2.2 after a few more days of living with it in -current.
|
|
|
|
|
|
| |
conditions will be detected.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
|
|
|
|
| |
to make but perhaps not to the human reading it.
|
|
|
|
|
|
|
|
|
| |
If it is set to a nonempty string, then simply skip any missing
shared libraries. This came up in a discussion long ago as a
potentially useful feature at sysinstall time. For example, an
X11 utility could be used without the X libraries being present,
provided the utility had a mode in which no X functions were actually
called.
|
|
|
|
|
| |
lost in the conflict resolution leading up to revision 1.4.
2.2 candidate.
|
|
|
|
|
|
|
| |
it DTRT. In the process, discover the usual 10-15 evil bogons which
have been lurking in it for years. This closes, for one thing, the
recent report Mike Smith made about nested checklist menus returning
with the scrolling region messed up.
|
|
|
|
| |
Pointed-Out-By: jdp, dima and others.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
by the -DNO_MMALLOC flag in gdb/Makefile.
The one thing we lose by doing this, AFAIK, is the possibility of using
mmap. Does anyone use that feature at all ?
2.2 candidate ?
|
|
|
|
|
|
|
|
| |
/usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
|
|
| |
This also applies to the last 2 commits for aout and coff. Oops !
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
| |
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
| |
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
|
|
| |
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
|
|
|
|
|
|
| |
files using the texi sources in /usr/src/contrib/gdb/gdb/doc.
I put a pointer to /usr/src/contrib/libreadline/doc into
Makefile.inc in the hope that the appropriate files would be
picked up.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|
|
|
|
|
|
|
|
| |
using the sources in /usr/src/contrib/gdb.
This is based on /usr/ports/devel/gdb.
2.2 candidate ?
|