peter
b7c92b24f7
_G_VTABLE_LABLE_PREFIX is different between ELF and a.out
...
('_vt.' vs '__vt$')
1997-09-20 09:58:49 +00:00
phk
7d1a30911b
Many places in the code NULL is used in integer context, where
...
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>
1997-09-18 14:08:40 +00:00
joerg
70d3e6bc27
Sigh, there's always one more buffer overflow. :-(
...
This one hinted to by the recently posted exploit (although not exploited by
it).
1997-09-16 08:33:52 +00:00
wosch
1f1f27f863
Add a genclass.1 manpage.
1997-09-15 19:18:59 +00:00
wosch
8ebcad6b2f
Add a simple manpage.
1997-09-15 16:08:56 +00:00
ache
3ad3d57009
Fix neqn building:
...
1) Move it after Makefile.inc included since it uses DIST_DIR from there
2) Add neqn.sh dependance
1997-09-15 01:56:29 +00:00
wosch
426c96ab6c
Add a simple manpage.
1997-09-14 23:43:22 +00:00
wosch
065fabcf29
Add some UUCP manpages.
1997-09-14 13:04:26 +00:00
wosch
28d092afb2
Add some UUCP manpages.
1997-09-13 21:44:49 +00:00
wosch
07b6e5147d
spelling corrections.
...
PR: docs/4450
Submitted by: josh@quick.net
1997-09-13 16:01:53 +00:00
jdp
5e90835a82
Touch up the code that implements "ldd -v".
...
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.
1997-09-02 21:54:39 +00:00
jmg
fe87b6f70d
fix a few spelling changes
...
Submitted by: Josh Gilliam
Closes PR's: 4429, 4431-4438
PS: He has agreed to submit all contrib fixes back to the original author.
1997-08-30 12:22:49 +00:00
jmg
6aed4cc4a1
fix misspelling
...
Submitted-by: Josh Gilliam
Closes PR:4426
1997-08-30 11:08:06 +00:00
sos
76b198e98c
Dont use an internal function called warn it clashes with libc.
...
Allows ELF compile.
1997-08-29 16:14:20 +00:00
peter
f5879663cd
Insert first cut of hooks for compiling under ELF.
1997-08-29 14:02:14 +00:00
peter
4a25a48a5b
Insert hooks for building under elf.
1997-08-29 13:58:08 +00:00
obrien
6b99c9e610
Real skeleton manpage for install-info
...
(someone that actually knows what it really does (I don't use info) really
should try to put some meat in this)
1997-08-29 09:10:22 +00:00
joerg
baa22d6b37
Major Ooops. I've overlooked a few calls to scanident() in my last commit.
...
Submitted by: rbezuide@oskar.nanoteq.co.za (Reinier Bezuidenhout)
1997-08-27 17:18:30 +00:00
steve
84a8bd7346
.Ar -l -> .Fl l
...
PR: docs/3682
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 21:59:41 +00:00
steve
4ad50a12fe
Add missing *roff macros to correct display about -V option.
...
PR: docs/4162
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp
1997-08-23 15:50:53 +00:00
jmg
bf3a77d286
bin to BIN{OWN,GRP} and add Id line
1997-08-23 05:26:32 +00:00
peter
4f15f936e5
Fix missed optimisation in "Attic/" stripping code in $CVSHeader$
...
Submitted by: jdp
1997-08-22 06:59:08 +00:00
peter
8c84d7f2cc
Add -R (rescan or refresh) option to rescan and rebuild the hints
...
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.
1997-08-22 04:42:12 +00:00
bde
d2f6cc843d
Backed out previous commit. mp.h is installed from libmp and should not
...
be installed from here.
1997-08-21 15:51:51 +00:00
obrien
cfa4659fd7
Added to RELENG_2_2 via tagging.
1997-08-21 08:26:55 +00:00
jmg
08fa52f6b5
change bin to BINOWN and BINGRP
...
Reviewed-by: joerg
1997-08-21 03:28:07 +00:00
nate
c14d07b51b
- In dlsym(), if the lookup fails using the original symbol, prepend an
...
underscore and try looking it up again. This is a non-issue if we
switch to ELF.
Reviewed by: sef, jdp
1997-08-19 23:33:45 +00:00
peter
80910347c6
Redo the $CVSHeader$ support to use code from David Dawes as in XFree86.
...
The stuff I hacked together didn't strip out "/Attic/" for files
on branches when the HEAD version was cvs rm'ed.
1997-08-19 11:17:37 +00:00
andreas
e26f7a32c9
during the ,beforeinstall' target mp.h has to be installed as well
...
to /usr/include. Otherwise chkey and newkey can't be compiled
properly during make world.
1997-08-17 21:24:06 +00:00
peter
4477591ada
Don't accidently compress "sh" or there are unfortunate consequences.
...
PR: 4220
Submitted-by: Dag-Erling Coidan Smørgrav <finrod@pugwash.priv.no>
1997-08-09 15:34:40 +00:00
joerg
44b68dd982
Fix a buffer overflow condition (that causes a security hole in suidperl).
...
Closes: CERT Advisory CA-97.17 - Vulnerability in suidperl
Obtained from: (partly) the fix in CA-97.17
1997-08-08 20:53:59 +00:00
jdp
77516da96f
Implement dlsym(RTLD_NEXT, symbol).
1997-08-02 04:56:44 +00:00
bde
a88da7e940
Support 4MB pages.
1997-07-27 18:29:04 +00:00
itojun
2bcf4fcf21
small change to prevent "modules" to be modified twice, on the following
...
execution sequences:
% easy-import -n foobaa
% easy-import foobaa
Reviewed by: joerg_wunsch@uriah.heep.sax.de
1997-07-15 16:48:01 +00:00
dyson
9ad6984e5a
Add some Pentium and PentiumPro opcodes and registers.
1997-07-15 07:56:53 +00:00
bde
3851af8323
Don't define HOST_DATA_START_ADDR, since gdb works without it the
...
previous definition doesn't work on BSD4.4Lite[2] derived systems
without the changes in rev.1.27 of kern_proc.c.
1997-07-13 14:31:54 +00:00
jkh
e47b85a513
Allow ldconfig to accept files (containing directory paths) as well as
...
directory paths.
Reviewed by: jkh & jdp
Submitted by: Hans Zuidam <hans@brandinnovators.com>
1997-07-11 14:45:41 +00:00
wosch
93f494e459
Better section guessing for manual pages without suffix. The
...
plan9 manual pages dont have a suffix.
1997-07-04 22:32:59 +00:00
bde
f894577e80
Removed -I path to gdb's readline. This didn't do much in -current
...
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.
1997-06-30 23:10:54 +00:00
bde
f29ee43d5e
gdb.info still needs a near-copy of hsuser.texinfo to avoid the
...
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.
1997-06-30 12:57:58 +00:00
bde
17a5dafb00
Configure static linkage in the normal way (default to -static using
...
NOSHARED?= yes).
1997-06-29 21:40:54 +00:00
bde
3d5b4610f0
Configure static linkage in the normal way (default to -static using
...
NOSHARED?= yes).
Split long lines.
1997-06-29 21:36:33 +00:00
pst
c22f14d51d
NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".
...
NOPIC is used to not generate a shared library, not NOSHARED.
Make NOSHARED advisory where appropriate.
Remove bogus NOSHARED (kbdio).
1997-06-29 06:03:42 +00:00
tegge
a2a9587088
Don't depend upon the user structure having been aligned on a 8 KB boundary.
...
Reviewed by: Peter Wemm <peter@spinner.dialix.com.au>
1997-06-27 15:48:22 +00:00
peter
6c0e454999
Zap some unused debugging printfs that I accidently left in.
1997-06-27 13:39:31 +00:00
steve
58ae86a175
Fix a minor nit in the .Dd macro invocation so that
...
the revision date is displayed correctly.
1997-06-23 04:52:13 +00:00
phk
f9fca29ab6
BYOC - Bring Your Own Calloc(3)
...
Someday I'm going to face the music and dispose of this private malloc copy.
1997-06-22 17:48:35 +00:00
jmg
1ec7b7c66c
support remote imports (you must have a local cvs with same path as
...
remote for this to work)
Approved/Improved by: joerg
1997-06-09 10:08:07 +00:00
paul
3abfa2375d
Remove "support" class since we don't provide support services to users.
1997-06-07 23:46:48 +00:00
ache
9be501541b
Upgrade to 2.1
1997-06-07 13:18:30 +00:00