Commit Graph

757 Commits

Author SHA1 Message Date
peter
d116455f94 Repair the detection of undefined symbols that my last "quick fix" commit
broke.  It's much easier to debug the symbol export lists in lkm makefiles
if you know what your errors are during the build process. :-)

Bleah.. symorder.c is *horrible*. :-(
1995-11-03 18:27:18 +00:00
ache
4d37ba821f Cleanup make process per Bruce suggestions 1995-11-03 14:53:53 +00:00
ache
a39d7ad173 Add $id$ and ${COPY} 1995-11-03 14:51:45 +00:00
ache
687b71c2cb Cleanup make process per Bruce suggestions 1995-11-03 14:39:11 +00:00
adam
e6e931cc72 Fix the :S modifier to substitute in each word of the variable, according
to the description in the manpage. g flag means "replace every occurence
in each word", and its absence means "replace first occurence in each word".
Previously, absence of the g flag was implemented to mean "replace first
occurence found in all words, and then stop replacing", which was incorrect.
1995-11-01 12:18:32 +00:00
ache
9424fcc224 Fix ranlib to work with odd-length extended names.
Submitted by: Jim Leppek <jleppek@harris.com>
1995-11-01 08:06:01 +00:00
peter
a0080250f1 Merge in changes from ppp-2.2's chat onto the mainline... 1995-10-31 23:28:29 +00:00
peter
6da2bd0f68 This commit was generated by cvs2svn to compensate for changes in r11987,
which included commits to RCS files with non-trunk default branches.
1995-10-31 23:07:20 +00:00
peter
8cfea33281 Vendor branch import of chat from ppp-2.2 package.. 1995-10-31 23:07:20 +00:00
phk
20290a8ad4 <sys/user.h> -> <sys/time.h>
Spotted by:	bde
1995-10-30 15:44:44 +00:00
ache
58b710707b Remove char->int promotion.
Fix uncontrol function for 8bit chars.
1995-10-29 10:33:26 +00:00
phk
327984a6e2 #include <sys/user.h> 1995-10-29 09:56:53 +00:00
ache
62c3456c62 Make it works with 8bit charsets
Add setlocale LC_CTYPE
1995-10-29 00:20:05 +00:00
ache
9443a9d219 Now works with 8bit chars... 1995-10-28 22:48:27 +00:00
ache
fa578b1cd0 Fix broken charclass handling
Add setlocale LC_CTYPE
1995-10-28 22:27:03 +00:00
pst
3c0279319b Close out PR#723: time -l dumps core 1995-10-28 16:05:32 +00:00
ache
8336256148 Add strict 7bit ASCII locale 1995-10-28 13:32:30 +00:00
peter
90d5861925 symorder appears to have been designed to run on executable files
only, as it payes no attention to the relocation table (which
references the symbols).

As a result, running "symorder -c" to clean up the visibility of a LKM
".o" file (as is done in the new bsd.kmod.mk) totally screws up the
relocation table, making the LKM file unloadable. (ld: bogus
relocation record)

This is a pretty crude fix - I've changed symorder so that when
running in "cleanup" mode, it disables the reordering which was
screwing up the relocation table.  I'm sure there is a better fix, but
I didn't have the energy.  Feel free to fix this hack, probably by
renumbering the symbol indexes in the relocation table.
1995-10-28 12:27:20 +00:00
pst
7587e14c12 Close docs/43 manpage for keysu is missing 1995-10-28 08:07:38 +00:00
julian
28b2cb0c76 Submitted by: Mike Mitchell
oops.
forgot this file then went to bed..

sorry
1995-10-27 20:18:22 +00:00
adam
e407a9c812 - #if defined(TF_NEEDSYN) && defined(TF_NEEDSYN)
+ #if defined(TF_NEEDSYN) && defined(TF_NEEDFIN)
1995-10-27 12:32:07 +00:00
julian
30adb1a95c Submitted by: john hay
patches to merge the two IPX packages to work with each other and to
not break make-world :)

IPXrouted should be working now, (or at least compiling) :)
1995-10-27 10:48:31 +00:00
ache
c919b1d0a3 Add setlocale LC_TIME 1995-10-26 22:58:56 +00:00
ache
05b58bb50b Add setlocale LC_CTYPE 1995-10-26 22:26:15 +00:00
ache
5e59c0728e Add setlocale LC_CTYPE 1995-10-26 22:16:45 +00:00
julian
7bb47639e6 Reviewed by: julian and jhay@mikom.csir.co.za
Submitted by:	Mike Mitchell, supervisor@alb.asctmd.com

This is a bulk mport of Mike's IPX/SPX protocol stacks and all the
related gunf that goes with it..
it is not guaranteed to work 100% correctly at this time
but as we had several people trying to work on it
I figured it would be better to get it checked in so
they could all get teh same thing to work on..

Mikes been using it for a year or so
but on 2.0

more changes and stuff will be merged in from other developers now that this is in.

Mike Mitchell, Network Engineer
AMTECH Systems Corporation, Technology and Manufacturing
8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000
supervisor@alb.asctmd.com
1995-10-26 20:31:59 +00:00
ache
20993030f0 Change locale to LC_ALL, there is no bitmask 1995-10-26 11:03:08 +00:00
ache
d776cef3be Add setlocale LC_CTYPE 1995-10-24 06:15:05 +00:00
ache
2532bc0444 Add setlocale LC_CTYPE 1995-10-24 06:02:24 +00:00
ache
062b056aad Remove wrong LC_TIME env. usage 1995-10-24 05:56:45 +00:00
ache
42f20b385f Add setlocale LC_TIME 1995-10-24 05:37:15 +00:00
ache
919c7de63d Add setlocale LC_CTYPE 1995-10-24 05:18:36 +00:00
ache
0d813e4855 Add setlocale LC_TIME 1995-10-24 05:09:54 +00:00
ache
e66c907403 Add setlocale LC_TIME|LC_CTYPE 1995-10-24 04:18:45 +00:00
ache
76956502f4 Add setlocale LT_TIME 1995-10-24 04:09:49 +00:00
ache
2aaf7aea76 Add setlocale LC_TIME 1995-10-24 04:06:02 +00:00
ache
db19b20652 Add setlocale LC_TIME|LC_CTYPE 1995-10-24 03:06:09 +00:00
peter
1afb4b58b4 Attach dnsquery to Makefile 1995-10-23 16:44:22 +00:00
peter
911d672a8b Make it compile..
This is part of bind-4.9.3, but was missed in previous imports. It replaces
the old nstest and nsquery programs.
1995-10-23 16:38:17 +00:00
peter
94051372da Merge beta26 changes 1995-10-23 16:07:56 +00:00
dg
03b611bc9b Add -c to usage output. 1995-10-23 15:19:10 +00:00
peter
b763c581fb Merge beta26 changes 1995-10-23 14:07:51 +00:00
peter
78ae0f6aa1 This commit was generated by cvs2svn to compensate for changes in r11719,
which included commits to RCS files with non-trunk default branches.
1995-10-23 13:36:47 +00:00
peter
8a768e76cb Import tools from bind-4.9.3-beta26 (update beta24) 1995-10-23 13:36:47 +00:00
jkh
9c1fd4cac0 Don't assume that $HOME is always set. 1995-10-22 14:10:08 +00:00
ache
2785ffe80f Link LC_COLLATE inside dirs instead of dirs linking 1995-10-22 00:58:41 +00:00
ache
10558ac75b Link LC_CTYPE inside dirs instead of dirs linking 1995-10-22 00:53:56 +00:00
joerg
0b635b41bb Finally catch up with the Frenchmen, and create the German message
catalog.
:-)
1995-10-21 23:47:43 +00:00
phk
7d78a69bd3 Remove declamations which <ctype.h> already does for us. 1995-10-21 22:02:10 +00:00
phk
b6c37e749c Added #include <ctype.h> 1995-10-21 21:08:43 +00:00