kleink
fd8f56cb11
__RCSID() police; from jbernard@tater.mines.edu in PR lib/3890.
1997-07-19 15:58:31 +00:00
kleink
cc67a99801
Nuke definitions of the unused TIOCMOD[GS] ioctls; they are pre-4.4BSD vintage
...
and aren't implemented in the tty(4) driver any longer. Fixes standards/2741
(actually this is not the appropriate category) from Greg Lindahl.
1997-07-19 15:44:39 +00:00
kleink
24b86eb3f3
Sync if_ipl_lkmentry()'s prototype with the function's actual name; from
...
Matthias Scheler in PR kern/3868.
1997-07-19 15:35:27 +00:00
jonathan
ad4cc08b75
Bound x motion by framebuffer width, not height.
...
Bound y motion by framebuffer height, not width.
(cf revision 1.4.)
1997-07-19 12:03:51 +00:00
jonathan
21717110ba
Raise spl to spltty() in polled console input routine dtopKBDGetc(),
...
to ensure polled console I/O really is polled.
From Michael L. Hitch <mhitch@lightning.oscs.montana.edu>.
1997-07-19 12:00:10 +00:00
kleink
73997cc33d
Add missing `#include "locators.h"' from last commit.
1997-07-19 11:19:05 +00:00
cgd
8f43428a7f
regen for new pcidevs
1997-07-19 10:41:57 +00:00
cgd
5579e9d3bd
* move COPTS out of the 'program variables' section of the makefile and
...
into the 'argument variables' section.
* define variables for CPP and SIZE, defaulting to cpp and size, respectively.
* kill HOSTED_C*, since it's no longer used.
* use ${SIZE} rather than using 'size' directly, so it can be overridden for
cross-builds.
* generate assym.h via assym.s and an awk script.
1997-07-19 10:12:13 +00:00
cgd
75b9c1bce1
convert to use a genassym.c that produces awk-able assembler output, a
...
la the sun3 port. This makes cross-compilation easier.
1997-07-19 10:02:53 +00:00
jonathan
ccf3801c92
* Re-apply changes from rev 1.6 of sys/arch/mips/include/reg.h accidentally
...
undone by rev 1.7:
>redo pmax/include/reg.h
>so that the definitions needed by locore.S are in a separate file,
>pmax/include/regnum.h.
* Add explicit `#include <mips/regnum.h>' where symbolic offsets
into a mips trapframe or struct reg are used..
1997-07-19 09:54:23 +00:00
cgd
d2bdd55b3a
clean up a few entries, fix the entry for the TI PCI1130 so the device
...
is properly named, add entries for the TI PCI1131 and PCI2030. also note
that you shouldn't always believe everything you read.
1997-07-19 09:54:09 +00:00
cgd
429a941288
don't expect/provide pci_decompose_tag to be a MI, public function. It
...
wasn't intended to be to begin with, and uses of it (e.g. the one in the
'de' driver) are quite likely to be incorrect.
1997-07-19 09:49:39 +00:00
jonathan
c89683a7a5
remove old Sprite-compatible header files machAsmDefs.h and machConst.h
1997-07-19 07:02:04 +00:00
cgd
866bc1b267
sync with dev/isa/wd.c rev. 1.162:
...
>date: 1997/07/18 00:26:22; author: fvdl; state: Exp; lines: +10 -10
>Work around possible race condition with 2 drives on one controller
>in wd_get_parms. PR 3773, from Onno van der Linden (onno@simplex.nl )
S: ----------------------------------------------------------------------
1997-07-19 06:39:22 +00:00
jtc
2526fda257
Implement sleep() and usleep() in terms of nanosleep(). Uses only one
...
syscall instead of eight, and doesn't have any interactions with alarm
or interval timers.
1997-07-19 02:42:30 +00:00
is
4d8c2c3528
Make Amiga battery clocks autoconfiguration devices, so that they can be
...
left out of specialized configurations.
1997-07-19 00:01:40 +00:00
perry
1edc7aef02
fix 3885 from Matthias Scheler -- print out the name of each loaded module
1997-07-18 23:38:52 +00:00
perry
4c79cc7435
fix 3884 from SAITOH Masanobu
1997-07-18 23:31:00 +00:00
thorpej
1569c18c63
Fix typo in previous.
1997-07-18 23:08:45 +00:00
thorpej
1c4fcb7069
Cast pointers to u_long before casting to another integral type.
1997-07-18 23:07:44 +00:00
thorpej
1f01636e14
Cast time_t's to long, and use %ld format, when printing.
1997-07-18 22:48:31 +00:00
thorpej
3d8138fc0e
Fix compiler warnings (and an awful lot of annoying little bugs).
1997-07-18 21:57:00 +00:00
thorpej
c5dab54215
- Be more careful with type sizes (many u_long -> u_int32_t in protocol
...
structures).
- Use NTOH*() and HTON*() where appropriate.
- Some slight formatting cleanup in a few places.
1997-07-18 19:30:33 +00:00
thorpej
d891aff808
Cast the result of pointer arithmetic to "long", and use %ld to print it.
1997-07-18 17:46:59 +00:00
christos
7af5edbdc3
Fix reversed test for version 3 that broke nfs version 2 mounts.
1997-07-18 17:31:46 +00:00
jtk
ce7e4557dd
Don't generate defines for locators or bus attachments which have spaces
...
or tabs in the names; we can't generate reasonable #defines in those cases.
fixes PR# 3880.
1997-07-18 11:27:37 +00:00
veego
344a043fcf
Build with warnings enabled on m68k systems.
1997-07-18 10:52:36 +00:00
thorpej
79f6630e5a
Rearrange a little, and build with WARNS.
1997-07-18 08:16:57 +00:00
thorpej
587f144521
- Fix compiler warnings.
...
- KNF.
1997-07-18 08:10:41 +00:00
thorpej
e17f9e900e
Teensy change to use WARNS.
1997-07-18 07:57:55 +00:00
thorpej
a5e58d3dda
Fix compiler warnings.
1997-07-18 07:47:26 +00:00
thorpej
469760f207
- Don't deref bad pointer if domain name isn't set.
...
- Fix compiler warnings.
- KNF.
1997-07-18 07:40:42 +00:00
thorpej
00c02e3e6b
- Fix compiler warnings.
...
- KNF.
1997-07-18 07:05:35 +00:00
thorpej
981a9bdece
- Clean up compiler warnings.
...
- KNF.
1997-07-18 06:16:29 +00:00
thorpej
0beec2c555
Correct the prototype of the (*foreach)() member of the yp_all callback.
1997-07-18 06:11:16 +00:00
thorpej
8b278df35a
Change the extern declaration of __flt_rounds() into a proper prototype.
1997-07-18 05:11:52 +00:00
thorpej
697496a1e7
Pull in __flt_rounds() prototype.
1997-07-18 05:10:02 +00:00
thorpej
0970670295
Be careful with types. XXX sys/netns needs to be swept, but this addresses
...
libc, at least.
1997-07-18 04:55:57 +00:00
thorpej
97e482f3c8
- Enable COMPAT_NOMID
...
- Bump ptys to 128.
1997-07-18 04:14:34 +00:00
jtk
7be59a897b
remove old *_UNK style default defines, use standard names from locators.h
1997-07-18 03:38:33 +00:00
ender
c8f37f7d88
o Minor manpage stylistic cleanups
...
o Fixed NetBSD version references
1997-07-18 02:17:04 +00:00
ender
48fe6d80a1
Added section 4 manual pages for the mac68k:
...
o main processor bus
o onboard I/O bus
o ADB event device
o autoconfiguration process
1997-07-18 02:13:39 +00:00
phil
84d2fe3f1c
Correct 12am and 12pm to be midnight and noon resprectively.
...
Patch from PR 1743.
1997-07-18 01:09:48 +00:00
fvdl
87dd567ffa
Fix PR 3799, make sure the procedure number is handled as unsigned, to
...
prevent bad things happening
from Azuma OKAMOTO <lfo@sayori.dais.is.tohoku.ac.jp>
1997-07-18 01:01:33 +00:00
thorpej
ef909f429a
Pull in __flt_rounds() prototype.
1997-07-18 00:30:30 +00:00
thorpej
a323ef09ba
Build with warnings enabled on the Alpha.
1997-07-18 00:28:15 +00:00
fvdl
3dd82f1394
Work around possible race condition with 2 drives on one controller
...
in wd_get_parms. PR 3773, from Onno van der Linden (onno@simplex.nl )
1997-07-18 00:26:22 +00:00
phil
e285bfacc1
Add a new example to SYNOPSIS, change the example. This is in response
...
to the fact that the /bin/sh set command always sets the exit status to
0, so testing $? will not help discover if getopt found an error if
getopt is used via "set -- `getopt ....`". (POSIX 1003.2 D11 draft says
that the sh set command must return 0 as the exit status.)
I think that POSIX is wrong or that is is not well enough specified to
allow the result of the set to be the exit status of the getopt. But
considering the sequential nature of execution, the set is done last
and is the "last command" and therefore must be the one to set the exit
status. At least there is a work-around for shell scripts.
1997-07-18 00:18:26 +00:00
fvdl
43e1b9384f
* Deal with servers that don't give complete FSINFO (like NT)
...
From Olaf Seibert <rhialto@polder.ubc.kun.nl> (PR 3687)
* Make an attempt to check the maximum filesize before attempting
a write to the server, as write RPCs will typically happen
asynchronously, and the process will not see the error.
Fixes problems with unexpectly truncated files at 4G
* Pass up errors in nfs_writerpc correctly
1997-07-17 23:54:27 +00:00
fvdl
f2377e977b
When allocating a new block, store the result obtained through counting
...
indirect blocks in a 64 bit integer, to prevent overflows when computing
NINDIR^3
1997-07-17 23:40:07 +00:00