| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
link to another file which has a long (>=100 char) name. When listing such
an archive, the name of the link is truncated to 99 characters, and when
extracting such an archive, an error is reported because it is trying to
create a hard link to a file which doesn't exist. This patch fixes that
problem and has also been sent to the GNU maintainers.
Closes PR#1992
Submitted-By: David Dawes <dawes@landfill.physics.usyd.edu.au>
Notes:
svn path=/head/; revision=19681
|
| |
|
|
|
|
|
| |
assembler.
Notes:
svn path=/head/; revision=19652
|
| |
|
|
|
|
|
|
|
|
| |
entered into the hints file, in addition to the directories named
on the command line.
2.2 Candidate.
Notes:
svn path=/head/; revision=19584
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that is stored in the hints file. If that search path contained
a non-existent directory (one, say, that had been removed), and
"ldconfig -m /a/perfectly/good/directory" was run, ldconfig returned
an error status without printing an error message. This caused
some confusing bombs when installing ports, in particular.
I changed it so that non-existent directories from the stored search
path are silently ignored. Only non-existent directories named
explicitly on the command line are treated as errors. Also, a
diagnostic is printed if and only if an error status is returned.
In an unrelated fix, ldconfig now silently ignores any directories
named on the command line when the "-r" option is given. Formerly,
these directories incorrectly made their way into the "search
directories" line of the listing. It really should be an error to
specify directories together with "-r", but I don't have time to
fix the manual page in that way right now.
2.2 Candidate.
Notes:
svn path=/head/; revision=19522
|
| |
|
|
|
|
|
|
|
| |
Submitted by: Trevor Blackwell tlb@viaweb.com
2.1.6/2.2 Candidate
Notes:
svn path=/head/; revision=19438
|
| |
|
|
|
|
|
|
|
|
| |
$(...) is bad style and without -I. this program would not
compile unless ${.OBJDIR} == ${.CURDIR}.
Submitted by: bde
Notes:
svn path=/head/; revision=19389
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19383
|
| |
|
|
|
|
|
| |
bc version 1.03.
Notes:
svn path=/head/; revision=19382
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19381
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19380
|
| |
|
|
|
|
|
|
|
|
|
| |
Reinstate the ability to use directories as input files
and make dc print an error message when trying to
lookup/set the value of an invalid register.
Suggested by: bde
Notes:
svn path=/head/; revision=19366
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead of decimal. Also, don't use the `l' modifier for something
that has just been cast to `int' anyway.
Remove various bogus pathnames to look up rsh(1) at. Our rsh is in
/usr/bin, but never in /usr/usb, nor would it ever be called remsh...
Also, if it hasn't been found there, use execlp() to look it up. the
latter is required for `weird' environments like a fixit floppy where
the regular /usr/bin hiearrchy is not avaiable. tar should probably
do it similar to dump/restore, and use rcmd(3) instead of forking an
external process.
Notes:
svn path=/head/; revision=19365
|
| |
|
|
|
|
|
| |
to be directories.
Notes:
svn path=/head/; revision=19345
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19290
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19286
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19285
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19284
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19283
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19279
|
| |
|
|
|
|
|
|
|
|
|
|
| |
1) add Garrett Wollman's trap frame resolving mods
2) make the `proc' command (kernel debugging) really work
3) allow use of a pid with the `proc' command (previously you had to
provide the address of the proc structure)
Unfortunately, the `proc' command won't work while doing remote debugging.
Notes:
svn path=/head/; revision=19258
|
| |
|
|
|
|
|
| |
Submitted by: Masafumi NAKANE <max@wide.ad.jp>, PR#1920
Notes:
svn path=/head/; revision=19253
|
| |
|
|
|
|
|
|
|
| |
will also appear in our releases. ;)
Forgotten by: peter
Notes:
svn path=/head/; revision=19215
|
| |
|
|
|
|
|
|
| |
Thanks Andrey!
Submitted by: ache
Notes:
svn path=/head/; revision=19160
|
| |
|
|
|
|
|
|
| |
Thanks Andrey!
Submitted by: ache
Notes:
svn path=/head/; revision=19159
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the main program, report them directly from the dynamic linker and die
there, rather than returning an error message to crt0.o. This enables
the printing of error messages even for old executables, whose version
of crt0.o is not able to print them.
This fix closes PR bin/1869.
The code in crt0.o for printing error messages from the dynamic linker
is no longer used, because of this change. But it must remain, for
backward compatibility with older dynamic linkers.
Notes:
svn path=/head/; revision=19158
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19135
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19063
|
| |
|
|
|
|
|
|
|
| |
existing sources.
Requested by: markm
Notes:
svn path=/head/; revision=19056
|
| |
|
|
|
|
|
|
| |
Requested by: ache
Made world by: chuckr
Notes:
svn path=/head/; revision=19053
|
| |
|
|
|
|
|
|
| |
Requested by: ache
Made world by: chuckr
Notes:
svn path=/head/; revision=19052
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19051
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19050
|
| |
|
|
|
|
|
|
|
|
|
| |
This is a clean import with only the non-x86 bits removed. Makefiles and
other will follow.
Requested by: Andrey Chernov
Made world by: Chuck Robey
Notes:
svn path=/vendor/misc-GNU/dist2/; revision=19045
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. remove the blubber about `submitter-id's from the man page, we don't
use them,
. use REPLY_TO or REPLYTO in preference over LOGNAME as the value for
the Reply-To address (closes PRs 1471 and its duplicates 1472 and 1823),
. don't abuse ~/.signature as ORGANIZATION, this is almost always
useless blunder,
. actually list the Categories again, instead of xrefing to ``see
above'' (closes PR 1835),
. check the Synopsis field for being not empty,
. make the mail Subject the same as Synopsis if left blank (closes
PR 1209).
The remaining open send-pr related PRs (184 and its duplicate 1047,
and 1415) are pilot errors or local hardware problems.
Notes:
svn path=/head/; revision=19039
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19010
|
| |
|
|
|
|
|
|
|
|
| |
it's and useful. (Ever tried to read 'nm' and 'ldd -v' output on a c++
object or library? :-) This filter decodes the mangled symbol names.)
Requested by: Chuck Robey <chuckr@glue.umd.edu>
Notes:
svn path=/head/; revision=18913
|
| |
|
|
|
|
|
|
|
|
| |
over TCP), but is used as a divisor later, causing uucico to abort
with a SIGFPE.
Reviewed by: Ian Lance Taylor <ian@cygnus.com>
Notes:
svn path=/head/; revision=18880
|
| |
|
|
|
|
|
|
|
| |
opened. After that, the directories are already present, and there is
no point in adding them again. This doesn't fix any bugs; it's just for
efficiency.
Notes:
svn path=/head/; revision=18862
|
| |
|
|
|
|
|
|
|
|
| |
"/var/run/ld.so.hints".
Delete an incorrect statement about LD_LIBRARY_PATH from the manual
page.
Notes:
svn path=/head/; revision=18859
|
| |
|
|
|
|
|
| |
with its first argument equal to NULL.
Notes:
svn path=/head/; revision=18849
|
| |
|
|
|
|
|
|
|
|
| |
testing I changed it to -c to check for missed files by looking at time
stamps in /usr/include/g++.
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
Notes:
svn path=/head/; revision=18800
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18718
|
| |
|
|
|
|
|
|
|
|
|
| |
(it was directly underneath where bool.h used to be in the list, I think
I must have not been paying attention and deleted a word from the wrong
line. The machine that I was testing on still had an (old?) osfcn.h file)
Pointed out by: Andreas Klemm <andreas@klemm.gtn.com>
Notes:
svn path=/head/; revision=18688
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18682
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18678
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18672
|
| |
|
|
|
|
|
| |
finished a 'make world'.
Notes:
svn path=/head/; revision=18671
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18670
|
| |
|
|
| |
Notes:
svn path=/head/; revision=18666
|