tv
263bb693f0
Make libstdc++ skip build without bombing if the bootstrap compiler is gcc
...
2.7 and not egcs.
1998-04-09 00:06:09 +00:00
tv
38aa1f3401
Build gcc stuff unless USE_EGCS is set (transitional mechanism)
1998-04-09 00:05:14 +00:00
jeremy
14fbe381c3
Show -C option in usage. PR/5266
1998-04-08 23:48:57 +00:00
tv
12c753dbfe
C++ has a very different concept of "exception." Delimit struct exception
...
and matherr() with #ifndef __cplusplus.
1998-04-08 23:42:59 +00:00
tv
24d49e55a0
Some sources and includes missing, and stl includes install directly into
...
/usr/include/g++ (not /stl).
1998-04-08 23:39:05 +00:00
tv
6c5843297d
libstdc++ 2.8 does not, in fact, need a `stl' include directory.
1998-04-08 23:37:22 +00:00
fair
c8e93442cc
Fix PR#3590 - remove floating point calculation from df to avoid faulting
...
on machines that don't yet have complete FP support (e.g. MC68LC040)
1998-04-08 23:16:37 +00:00
fair
000297a954
Fix PR#3585 - csh printed a negative percentage of CPU used when the total
...
CPU usage was more than 6 hours (integer overflow problem).
1998-04-08 22:38:18 +00:00
fair
0f668275d6
Fix csh to use <paths.h> _PATH_DEFPATH as the default path, absent a PATH
...
from the environment.
1998-04-08 22:35:54 +00:00
fvdl
1c1df51751
INSTALL_DATA_DIR should not install directories with mode 444
1998-04-08 22:27:41 +00:00
fair
667e4d4cd1
fix default PATH to be <paths.h> _PATH_DEFPATH
1998-04-07 21:15:33 +00:00
fair
aceea1460f
Update STDPATH and DEFPATH as suggested by PR#4304. Document more carefully
...
which is supposed to be used for what (they should not be the same; why
separate them in the first place, otherwise?).
1998-04-07 21:09:31 +00:00
pk
98e9f557c2
No need to export bus_intr_establish().
1998-04-07 20:43:58 +00:00
pk
03b9fa0bc1
Change last arg of `vct_mmap_cookie' from `int *' to `bus_space_handle_t *'.
1998-04-07 20:31:26 +00:00
pk
beb02e6b82
Use bus space methods to implement the vme bus space functions.
1998-04-07 20:21:55 +00:00
pk
b333d0bb62
The bus space functions now take care of "pass-through" methods.
1998-04-07 20:20:03 +00:00
pk
fbc1fe8213
bus_space_mmap() has changed to take a `bus_space_handle_t *' argument,
...
like other bus space methods.
1998-04-07 20:18:17 +00:00
pk
3f455e21d9
The bus space functions now take care of "pass-through" methods.
1998-04-07 20:11:54 +00:00
pk
5ecf4dce67
Remove old mapdev() function prototype.
1998-04-07 20:08:29 +00:00
pk
286472fe4d
* Pass the bus tag instead of just the cookie to all bus space methods.
...
* In the bus tag structure, keep a reference to the parent bus.
* Express all bus space methods as inline functions in stead of macros
and use the parent bus tag reference to find the nearest "upstream"
bus that implements the method.
1998-04-07 20:07:23 +00:00
pk
dd3352e3e3
bus_space_*() functions now have the bus tag as first argument.
...
Remove old mapdev() function that is no longer used.
1998-04-07 19:57:37 +00:00
leo
fe60e74148
Add hooks to make exclusive hardware locking possible. This is necessary
...
to make the driver suitable for the atari falcon.
1998-04-07 19:51:57 +00:00
is
1e9c878d39
ser.c, mfc.c and msc.c dont compile currently.
1998-04-07 19:43:08 +00:00
tv
e1463ca305
sync with install changes from amd/Makefile
1998-04-07 19:33:09 +00:00
tv
c3932dd723
Fix __RCSID() macro
1998-04-07 19:27:24 +00:00
tv
121c040638
-Wall: remove extraneous extern
1998-04-07 19:24:38 +00:00
thorpej
8e115c7176
Fill in pmap_collect(), doing what the Alpha port's pmap does - forget
...
the physical mappings for the entire address space, thus freeing up
the page tables held by the pmap.
1998-04-07 18:32:10 +00:00
tv
ecaca3d6a7
No build environment is installed for libamu; install only the shared
...
library, and only if on a non-NOPIC system.
1998-04-07 16:36:02 +00:00
drochner
0391896c27
Avoid namespace pollution.
1998-04-07 16:35:42 +00:00
tv
ecf9876f28
Create shared library by default on non-NOPIC systems. Only install
...
the shared object, and only install anything on non-NOPIC systems.
1998-04-07 16:32:59 +00:00
drochner
2eea6bd8a4
We can't trust the "delay port" anymore - it doesn't work as expected on
...
newer chipsets. Use delay() instead.
Being here, remove BROKEN_INDIRECT_CONFIG.
1998-04-07 16:23:19 +00:00
drochner
ec9776e3ab
Fix calculation of console minor device number.
...
Being here, remove BROKEN_INDIRECT_CONFIG.
1998-04-07 16:06:33 +00:00
drochner
7ce1360e4a
Put some diagnostic output inside "#ifdef DIAGNOSTIC".
...
Being here, remove BROKEN_INDIRECT_CONFIG.
1998-04-07 16:02:25 +00:00
drochner
11da32b13c
Clean up diagnostic printouts.
...
Being here, remove BROKEN_INDIRECT_CONFIG.
1998-04-07 15:57:48 +00:00
mrg
261b062b1d
oops, finish previous.
1998-04-07 14:05:07 +00:00
hannken
244266226c
Fix typo.
1998-04-07 13:59:38 +00:00
hannken
47e698143a
Oops. Forgot RCS ident and copyright.
1998-04-07 13:57:56 +00:00
hannken
64f1bb73d6
Initial import of MI keyboard translation for dev/wscons.
1998-04-07 13:43:16 +00:00
matt
b80f703f77
Fix problem with promicuously received packets. (ie. give them to bpf
...
but not fddi_input).
1998-04-07 13:32:06 +00:00
tv
61b9cc76cf
Remove the EGCS_BOOTSTRAP and only use the "smart check"
1998-04-07 13:18:36 +00:00
tv
aa9dc830d0
Add note that -nostdlib is passed to the linker.
1998-04-07 13:16:28 +00:00
fair
5f06216718
/tmp to _PATH_TMP from paths.h
1998-04-07 10:40:21 +00:00
fair
daa19e5898
change some /dev/tty to paths.h _PATH_TTY
1998-04-07 10:29:50 +00:00
fair
618cca243b
Change a few things to reference /usr/include/paths.h instead of local
...
references. Fixing the default PATH is a bit more effort.
1998-04-07 10:16:04 +00:00
thorpej
47b4697587
Remember any source routes that may have accompanied a SYN.
1998-04-07 05:09:19 +00:00
mrg
43b364f518
refuse an inverse query if the length is not INT32SZ. from vix.
1998-04-07 04:51:36 +00:00
mrg
a8e990c9b5
document "screenblank."
1998-04-07 04:47:53 +00:00
mrg
4c04041950
add "screenblank" support.
1998-04-07 04:47:33 +00:00
cgd
a36b788c3f
For the record, (c = *string++) should _NOT_ be turned into
...
((c = *string++) != '0') when quashing warnings.
1998-04-04 01:02:09 +00:00
fvdl
98712f00f0
If a good matching shared library is found, don't look in the next
...
directories. This is compatible with the SunOS behaviour. Also,
it fixes a problem where it was not possible for some 3rd party
package to have a library with the same name as a library already
in the system, and a lower version number. The highest version
would always be picked. This particular problem shows up with Mozilla,
which has a libutil.so.1.0
1998-04-04 01:00:29 +00:00