| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
|
|
|
|
|
|
| |
to the contrib area so i didn't see it.
NB: RELENG_2_2 is still missing it (what's why i didn't see it in the
first place).
|
| |
|
|
|
|
| |
('_vt.' vs '__vt$')
|
|
|
|
|
|
|
|
|
| |
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.
PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
|
|
|
|
|
| |
This one hinted to by the recently posted exploit (although not exploited by
it).
|
| |
|
| |
|
|
|
|
|
| |
1) Move it after Makefile.inc included since it uses DIST_DIR from there
2) Add neqn.sh dependance
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: docs/4450
Submitted by: josh@quick.net
|
|
|
|
|
|
|
| |
Bring the style of sods.c into better conformance. Add code to
print the contents of each datum being relocated. Correct the logic
that distinguishes between programs, shared libraries, and object
files. Make the entire program "-Wall" clean.
|
|
|
|
|
|
|
|
| |
Submitted by: Josh Gilliam
Closes PR's: 4429, 4431-4438
PS: He has agreed to submit all contrib fixes back to the original author.
|
|
|
|
|
|
| |
Submitted-by: Josh Gilliam
Closes PR:4426
|
|
|
|
| |
Allows ELF compile.
|
| |
|
| |
|
|
|
|
|
| |
(someone that actually knows what it really does (I don't use info) really
should try to put some meat in this)
|
|
|
|
| |
Submitted by: rbezuide@oskar.nanoteq.co.za (Reinier Bezuidenhout)
|
|
|
|
|
| |
PR: docs/3682
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
|
|
|
|
|
| |
PR: docs/4162
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp
|
| |
|
|
|
|
| |
Submitted by: jdp
|
|
|
|
|
|
|
|
|
|
|
| |
file based on the previous list of directories stored there which
should overcome a weakness of the '-m' switch which can only add
libs. This is an ideal way of updating the hints list after adding
or removing a shlib since it will remove entries that are gone and
doesn't need to have all the directories spelled out each time.
(eg: rm -f /usr/lib/libtcl75*; ldconfig -R) This only works for
version 2 hints files (which we've been generating for a year or
so) which store the path.
|
|
|
|
| |
be installed from here.
|
| |
|
|
|
|
| |
Reviewed-by: joerg
|
|
|
|
|
|
|
| |
underscore and try looking it up again. This is a non-issue if we
switch to ELF.
Reviewed by: sef, jdp
|
|
|
|
|
| |
The stuff I hacked together didn't strip out "/Attic/" for files
on branches when the HEAD version was cvs rm'ed.
|
|
|
|
|
| |
to /usr/include. Otherwise chkey and newkey can't be compiled
properly during make world.
|
|
|
|
|
| |
PR: 4220
Submitted-by: Dag-Erling Coidan Smørgrav <finrod@pugwash.priv.no>
|
|
|
|
|
| |
Closes: CERT Advisory CA-97.17 - Vulnerability in suidperl
Obtained from: (partly) the fix in CA-97.17
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
execution sequences:
% easy-import -n foobaa
% easy-import foobaa
Reviewed by: joerg_wunsch@uriah.heep.sax.de
|
| |
|
|
|
|
|
| |
previous definition doesn't work on BSD4.4Lite[2] derived systems
without the changes in rev.1.27 of kern_proc.c.
|
|
|
|
|
|
| |
directory paths.
Reviewed by: jkh & jdp
Submitted by: Hans Zuidam <hans@brandinnovators.com>
|
|
|
|
| |
plan9 manual pages dont have a suffix.
|
|
|
|
|
|
| |
because the -I path to config/libreadline had precedence, but in
2.2 it help hide the bug that the -I path to the non-contrib
libreadline was garbage.
|
|
|
|
|
|
| |
reference to the programming manual. Use this near-copy of the version
of hsuser.texinfo in contrib/libreadline instead of the stale near-copy
in contrib/gdb.
|
|
|
|
| |
NOSHARED?= yes).
|
|
|
|
|
|
| |
NOSHARED?= yes).
Split long lines.
|
|
|
|
|
|
| |
NOPIC is used to not generate a shared library, not NOSHARED.
Make NOSHARED advisory where appropriate.
Remove bogus NOSHARED (kbdio).
|
|
|
|
| |
Reviewed by: Peter Wemm <peter@spinner.dialix.com.au>
|
| |
|
|
|
|
| |
the revision date is displayed correctly.
|
|
|
|
| |
Someday I'm going to face the music and dispose of this private malloc copy.
|