mrg
38bfb6cd0a
merge bind 4.9.6 resolver. still need to fix <resolv.h>
1997-07-20 13:33:17 +00:00
lukem
076ac8bdc3
Send \r with \n in http requests. Allow "content-length" to be missing.
...
From [bin/3891] by Krister Walfridsson <cato@ulysses.df.lth.se>
1997-07-20 12:49:26 +00:00
is
95370c73b8
Make us pass the full ieeefp except regression test.
...
XXX This is probably a horrible hack, and wrong. FPU signal handling needs
to be further evaluated.
1997-07-20 12:39:17 +00:00
kleink
50d3039914
Fix another oversight from last commit.
1997-07-20 11:03:03 +00:00
kleink
cd9e9b6a2b
Fix `return();' vs. `return;' in last commit; pointed out by Steve Woodford.
1997-07-20 10:57:32 +00:00
jonathan
fd7a6758c8
Don't emit ".set reorder ; .set noreorder" around mcount profiling
...
stubs if _LOCORE or _KERNEL are defined,. _LOCORE means we're
compiling locore. Locore assumes ".set noreorder" for the whole file.
1997-07-20 09:47:03 +00:00
lukem
b9d5554d5d
* use RCSID() && COPYRIGHT() macros
...
* cleanup for WARNS=1 (including some ugly '(void)&var' bits wrapped in
#ifdef __GNUC__ to shut up gcc warnings WRT setjmp/longjmp)
* use strtol() instead of atoi(), and more extensively check result of
conversion
* use u_int16_t instead of short or int for TCP port addresses
1997-07-20 09:45:35 +00:00
thorpej
8b7ade1ab8
- Use __RCSID() and __COPYRIGHT().
...
- Fix (all but two) compiler warnings.
1997-07-20 06:35:35 +00:00
thorpej
9062adba6c
Build with WARNS
1997-07-20 06:07:26 +00:00
thorpej
ec35801f12
__RCSID()/__COPYRIGHT()/prototype police.
1997-07-20 06:07:03 +00:00
thorpej
5d35d16842
Build with WARNS.
1997-07-20 06:04:43 +00:00
thorpej
f1def73079
__RCSID()/__COPYRIGHT()/prototype police.
1997-07-20 06:04:11 +00:00
thorpej
75e9acf559
Build with WARNS
1997-07-20 06:01:01 +00:00
thorpej
b271f361f1
- Use __COPYRIGHT() and __RCSID().
...
- Fix compiler warnings.
1997-07-20 06:00:39 +00:00
thorpej
999a0da954
Make sure printf field widths are "int"s.
1997-07-20 05:31:47 +00:00
thorpej
c832f759ea
Case size_t to "long" for printing, and use %ld for the format.
1997-07-20 05:20:40 +00:00
thorpej
ed53b9b6c3
Build with WARNS
1997-07-20 05:18:14 +00:00
thorpej
a71a8b8761
__RCSID()/__COPYRIGHT()/prototype police.
1997-07-20 05:17:33 +00:00
thorpej
1a9f01767d
Build with WARNS.
1997-07-20 05:13:57 +00:00
thorpej
efc20a3095
- Use __COPYRIGHT() and __RCSID()
...
- Fix compiler warnings.
1997-07-20 05:13:36 +00:00
thorpej
a24225a200
Build with WARNS.
1997-07-20 05:01:14 +00:00
thorpej
78af0e94b2
- Use __COPYRIGHT() and __RCSID().
...
- Fix compiler warnings.
1997-07-20 05:00:51 +00:00
thorpej
553c5b7377
Build with WARNS.
1997-07-20 04:51:31 +00:00
thorpej
85a7e9878b
- Use __COPYRIGHT() and __RCSID().
...
- Fix compiler warnings.
1997-07-20 04:51:02 +00:00
thorpej
e4d1e32ab0
Build with WARNS.
1997-07-20 04:45:24 +00:00
thorpej
baebd086f9
- Use __COPYRIGHT() and __RCSID().
...
- Fix compiler warnings.
1997-07-20 04:44:53 +00:00
thorpej
91816b39da
Add WARNS.
1997-07-20 04:35:17 +00:00
thorpej
7d87f9c404
__COPYRIGHT()/__RCSID()/prototype police.
1997-07-20 04:34:33 +00:00
mrg
d507e9e46d
bind 4.9.6 resolver files.
1997-07-20 04:07:42 +00:00
jonathan
59b1c9add9
Correct cursor-movement bounds check in ifdef'ed out code, as
...
for revision 1.7 of sys/arch/pmax/dev/ims332.c:
>Bound x motion by framebuffer width, not height.
>Bound y motion by framebuffer height, not width.
1997-07-20 03:57:18 +00:00
jonathan
623d454fe0
* Rewrite symbol-remapping code, compatible with mips ECOFF toolchain.
...
* delint for -Wall -Wstrict-prototypes -Wmissing-prototypes.
1997-07-20 03:50:54 +00:00
jonathan
9f89c0da89
Use __attribute__((unused). From Chris G. Demetriou <cgd@pa.dec.com>.
1997-07-20 03:47:29 +00:00
jonathan
caea1075c9
* Do staktcraces back through traps from kernel mode.
...
* Don't take stack adjustment inside procedures as frame size
(e.g., 8-byte stack adjustment for calling _mcount).
1997-07-20 03:46:20 +00:00
mouse
2ebe693d57
Mark my changes, per Vixie's license at the top.
1997-07-20 02:54:55 +00:00
jonathan
06df97095c
Add ecoff ``struct ext_ext'' header fields to ecoff_extsym.h.
...
Compatible with mips ECOFF nm from GNu binutils or MipsCo toolchain.
1997-07-20 02:38:02 +00:00
perry
404afa3db4
add WARNS=1
1997-07-19 23:04:24 +00:00
perry
6b1fa5ab98
1) Make WARNS=1 clean
...
2) to do 1), nuke the silly local version of err()
3) nuke "register" declarations.
1997-07-19 23:03:54 +00:00
chuck
bc385d2051
typeo in comment (PR#3836: Curt Sampson)
1997-07-19 22:51:13 +00:00
kleink
20b33f1d4c
When creating new device nodes based on the major number of the LKM slot we
...
have been assigned, try to remove any existing ones first; otherwise loading
the LKM could fail with EEXIST. Fixes PR kern/3868.
Why was this call dropped between v3-2alpha7 and v3-2beta1?
1997-07-19 22:42:18 +00:00
is
f8ce8a3693
Fix my own PR port-m68k/3871, nee port-amiga/3871:
...
- don't erase FPSR exception bits _after_ doing most of the operations in
fpu_implode(), erase them before doing arith and store operations. This fixes
losing the DZ bit.
- create FPSR_OVFL and FPSR_UNFL bits in fpu_implode(). This showed up when
the first error was fixed.
XXX some more work needs to be done. E.g., creating OPERR together with
OVFL looks bogus, but I'm too tired know to re-check docs; and at least we
pass our own regression tests know.
1997-07-19 22:28:48 +00:00
perry
28753bf1c0
fix pr-2619, from cgd. really obscure bug in exec'ing reboot when single user.
1997-07-19 22:27:20 +00:00
perry
9aea42ec4e
Change the "overlarge UID/GID truncation" from USHRT_MAX, which might
...
someday exceed 16 bits, to an arbitrary constant that won't.
1997-07-19 22:19:35 +00:00
pk
0e6ca8da9f
Use `target selection with DMA' by default.
1997-07-19 21:57:01 +00:00
pk
2b8fb4cacd
Propagate SCSI status byte back to higher levels.
1997-07-19 21:54:16 +00:00
pk
63fa13065c
#include "locators.h"
1997-07-19 21:43:54 +00:00
jonathan
39814d8abc
Add pointer to _mcount to avoid bogus warnings about unused static function.
...
(calls from interpolated assembler are invisible to gcc.)
If _KERNEL, add prototypes for non-profiled entrypoints _splhigh(), _splx().
1997-07-19 21:30:25 +00:00
fvdl
6ca80cfb1e
Make sure that the last fields in the transmitted stat structs are set
...
correctly. PR 809, from Jarle Greipsland
1997-07-19 20:25:44 +00:00
kleink
1aecc913a4
Typo.
1997-07-19 20:05:31 +00:00
perry
bccc3d5d81
add -o option -- submitted in pr-1857 by Niklas Hallqvist
1997-07-19 19:47:38 +00:00
kleink
d77864a270
Substitute a `2' with STDERR_FILENO for clarity; minor KNF.
1997-07-19 19:43:59 +00:00