| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2134
|
|
|
|
| |
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR # 2134.
|
| |
|
|
|
|
| |
Submitted by: Sandro Sigala <sandro@cat.local.net> as part of PR# 2154
|
|
|
|
| |
Both files used to be identical previously, so they are again now.
|
|
|
|
|
|
|
|
|
|
| |
the system with these (and the mh port doesn't install there either).
Comment out /usr/X386/bin in MANPATH_MAP, it is already commented out
in MANDATORY_MANPATH.
2.2 candidate, I guess. I can't even imagine why these stuff were
still there!
|
|
|
|
|
|
| |
This is a very safe 2.2 candidate.
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
|
|
|
|
| |
SETEUID chacked before SETREUID
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
peeking inside of Chris Torek's stdio library internals. This is
similar to the code used for other systems, but didn't work on CT's new
implementation.
Submitted by: Gary Kline <kline@tera.com>
|
|
|
|
| |
Submitted-By: Andrew L.Davydov <davydov@ns.okbmei.msk.su>
|
|
|
|
|
|
| |
Made the usage message conform to the style guide.
Don't use the implementation variable `__progname'.
|
| |
|
|
|
|
| |
Submitted by: faried nawaz <fn@uidaho.edu>, PR#2075
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
We've already got it in libc, but both libraries are incompatible
wrt. their header files and internal data structures. This
incompatibility caused the expr(1) on the fixit floppy to mysteriously
dump core for the colon operator.
Strong 2.2 candidate, since it fixes the usage of MAKEDEV on the fixit
floppy. I'd like to get it reviewed by somebody else though.
Observed by: andreas
|
|
|
|
|
|
|
|
|
| |
This closes PR#1975 and was on my TODO list, so I'm breaking my own "no more
commits before I fly!" rule and taking care of this, since it was at the
very top and Peter shamed me in to taking care of it. This is definitely
a 2.2 candidate.
Submitted-By: Mark Diekhans <markd@Grizzly.COM>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
assembler.
|
|
|
|
|
|
|
| |
entered into the hints file, in addition to the directories named
on the command line.
2.2 Candidate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Submitted by: Trevor Blackwell tlb@viaweb.com
2.1.6/2.2 Candidate
|
|
|
|
|
|
|
| |
$(...) is bad style and without -I. this program would not
compile unless ${.OBJDIR} == ${.CURDIR}.
Submitted by: bde
|
| |
|
|
|
|
| |
bc version 1.03.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
to be directories.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Submitted by: Masafumi NAKANE <max@wide.ad.jp>, PR#1920
|
|
|
|
|
|
| |
will also appear in our releases. ;)
Forgotten by: peter
|
|
|
|
|
| |
Thanks Andrey!
Submitted by: ache
|
|
|
|
|
| |
Thanks Andrey!
Submitted by: ache
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
existing sources.
Requested by: markm
|
|
|
|
|
| |
Requested by: ache
Made world by: chuckr
|
|
|
|
|
| |
Requested by: ache
Made world by: chuckr
|
| |
|
| |
|