mycroft
9b25bfd178
Semi-random code cleanup.
...
Also, in the RRS_PARTIAL case, go ahead and allocate a relocation entry if the
bind failed. (Who knows? Maybe some day we'll allow relinking an executable.)
2000-01-07 21:19:36 +00:00
kleink
24162ced3c
vslock() is gone in UVM; uvm_vslock() can be found in uvm(9).
2000-01-07 21:14:25 +00:00
mycroft
5a63d68e02
Fix two problems:
...
* On other systems, `-Bsymbolic' does not affect undefined (external)
symbols at all. We were generating invalid PLT slots in this case.
* Do not prebind GOT and PLT slots when `-r' is used; only do so if
-Bsymbolic is used {or if we're in RRS_PARTIAL mode, but I'm not
sure that's correct}. Otherwise, we could inadvertantly prebind
symbols when using `-r' with PIC files; when the resulting .o file
is then linked into a shared library, the library would not permit
an executable to override its symbols as it's supposed to.
2000-01-07 20:23:41 +00:00
uch
d998f29223
p7416buf and tc5165buf are merged.
2000-01-07 15:19:12 +00:00
uch
db8644e2c9
4bit greyscale mode currently disabled. (change to 2bit greyscale)
2000-01-07 15:10:50 +00:00
ad
c61960c8b3
Note that xserver.tgz also contains Xprt.
2000-01-07 14:46:03 +00:00
simonb
576e373b42
Start of the "The Big Cleanup" - remove "ifdef alpha". This has
...
diverged enough from the alpha scc.c that keeping any pretence of
portability is not worth it.
2000-01-07 14:12:51 +00:00
oster
91273673e7
In RAIDFRAME_CONFIGURE, don't set values in raidPtrs[unit] unless
...
the configuration was successful. Noted by Peter Galbavy of OpenBSD.
2000-01-07 13:57:20 +00:00
simonb
5f95b56bc8
Need to include <dev/wscons/wsconsio.h> for WSDISPLAY_FONTORDER_L2R.
2000-01-07 13:43:02 +00:00
msaitoh
08b1e4a63f
enable cpu_coredump()
2000-01-07 12:01:00 +00:00
abs
10ba04cb2e
Update to closer to current reality - from Todd Whitesel
2000-01-07 11:55:46 +00:00
msaitoh
bf26bfd683
defopt EXEC_COFF
2000-01-07 11:21:21 +00:00
msaitoh
665e9462e5
s/ECOFF/COFF/ (comment only)
2000-01-07 11:20:41 +00:00
pk
a77d141b28
Deal with `24 bit' devices which can still be plugged into an Sbus slot.
2000-01-07 10:54:11 +00:00
msaitoh
b3fa48ba9d
implement send/recieve break signal routines
2000-01-07 10:50:14 +00:00
ad
d1a62749c4
s/NVRCSR/NVR_CSR/
2000-01-07 10:43:13 +00:00
msaitoh
049ad0d982
machine/exec_coff.h -> sys/exec_coff.h
2000-01-07 09:40:33 +00:00
nisimura
1aab1f58f9
Make consistent with other m68k ports fixing updates.
2000-01-07 09:09:35 +00:00
nisimura
ddd5fcbf66
Remove tinfo_t symbols which result in never used global common variables.
2000-01-07 08:12:15 +00:00
itohy
d154d07506
Rename variable "prep" for PReP port.
2000-01-07 06:44:30 +00:00
enami
b07199995f
Since the logger(1) puts space between its arguments, there is no need
...
to pass it explicitly.
2000-01-07 05:53:21 +00:00
jeremy
534cb8a841
Changed to reflect that VGA console works better as 'pc3' terminal type
...
than as 'vt100'.
2000-01-07 05:28:21 +00:00
enami
f7c074aa48
Make sure that warning message starts from the beginning of line. Some
...
warning recently added didn't care about it.
2000-01-07 05:25:45 +00:00
nisimura
f28fd51814
- Make SCSI work; by kludges of machine/bus.h. TEAC streamer tape drive
...
found to be tweaked. Need extensive verifications.
- Add wsmouse node under ws; not useful this moment.
2000-01-07 05:13:08 +00:00
enami
96e5a9b3d5
Cosmetic changes; folding long lines, using tab instead of spaces where
...
appropriate and fixing some indentation.
2000-01-07 05:11:43 +00:00
sommerfeld
c657ebbc95
Pay attention to the netmask of routes to 0.0.0.0;
...
e.g., a route to 0.0.0.0/1 is *not* a default route.
Inspired by a patch by Rodney Grimes sent to the zebra list.
2000-01-07 04:49:11 +00:00
itojun
96a8bc922e
add command line -n flag, which is same as "netstat numbers".
...
without it, we can't disable name resolution before the resolution starts.
2000-01-07 04:47:23 +00:00
oster
bf2d4a40db
rf_GetNextReconEvent() is already prototyped in rf_revent.h.
...
minor cleanup
2000-01-07 03:56:14 +00:00
enami
b614ae7a89
Use %d instead of %e to generate rdist log filename using date(1) so that
...
the resulting filename doesn't contain white space.
2000-01-07 03:52:23 +00:00
oster
12dacda256
nuke one call to rf_get_threadid() and cleanup rf_State_Cleanup a bit.
2000-01-07 03:47:15 +00:00
oster
bf081bf6eb
Nuke: #include "rf_threadid.h" and call to rf_get_threadid().
2000-01-07 03:43:39 +00:00
oster
48301a8dae
Nuke: #include "rf_threadid.h".
2000-01-07 03:40:56 +00:00
enami
11fe38b6ad
Restore the system priority level on error return.
2000-01-07 03:25:46 +00:00
oster
e5ce17d0eb
Nuke RF_DECLARE_GLOBAL_THREADID, rf_setup_threadid(), rf_shutdown_threadid(),
...
and rf_assign_threadid(). rf_threadid.h, your days are numbered.
2000-01-07 03:25:34 +00:00
enami
fa8c26f547
Don't define WSDISPLAY_FONTORDER_L2R as 0. The function wsfont_lock uses
...
the value 0 specially.
2000-01-07 03:13:23 +00:00
oster
86f362fb97
Nuke unused #define.
2000-01-07 03:04:41 +00:00
oster
5f144eaa4b
Shorten IO_BUF_ERR macro by one (unused) arg.
2000-01-07 03:03:44 +00:00
enami
cadfd97e07
Replace WSFONT_L2R/R2L with WSDISPLAY_FONTORDER_L2R/R2L.
2000-01-07 02:57:17 +00:00
jeremy
c85fda06d1
Added error checking to log and script file creation functions.
...
Prevents sysinst from coredumping should the root filesystem be accidentally
mounted read-only.
2000-01-07 02:02:05 +00:00
itojun
0e776c76b4
need sys/types.h before sys/socket.h
2000-01-07 01:49:42 +00:00
msaitoh
1020615169
use PSL_IMASK macro
2000-01-07 00:13:24 +00:00
billc
7ad9ba975f
copyright year change (thanks cgd) so we emit , 2000 now.
2000-01-07 00:00:37 +00:00
mjacob
1204bc3a13
Bump up level of some very verbose debugs so that SCSIDEBUG doesn't cause them
...
to print.
2000-01-06 23:02:51 +00:00
wrstuden
f21e998aad
Add a few little changes needed to get this to compile on IRIX 6.4.
2000-01-06 22:23:20 +00:00
kristerw
f59fc24c1e
Made libbfd read and understand our a.out dynamic symbols.
...
Solves PR bin/7576 from Mike Neuman.
2000-01-06 21:50:05 +00:00
augustss
81a78604bf
Implement the ENABLE control for processig units.
2000-01-06 21:13:55 +00:00
abs
a741a4a72b
Allow -u and -c to set diff style (from Todd Whitesel <toddpw@best.com>)
2000-01-06 21:03:34 +00:00
msaitoh
d64461f26b
apply some patches from egcs-current (to make gcc more reliable)
2000-01-06 19:20:35 +00:00
drochner
84ed277b8d
correct confusing example, closes PR misc/9135 by Andreas Gustafsson
2000-01-06 19:09:35 +00:00
drochner
86fb34705e
clarify tss switch: remove bogus symbolic constant, add comment
...
no functional change
2000-01-06 18:41:24 +00:00