Commit Graph

33201 Commits

Author SHA1 Message Date
gwr
9a9a4dd10f cosmetic 1997-10-17 18:50:45 +00:00
mjacob
eb249946d0 Recover from some include file foo. 1997-10-17 18:47:30 +00:00
scottr
d383eb0134 Make this compile again. From Dave Carrel. 1997-10-17 18:45:55 +00:00
gwr
7e4cd33f27 Need BFD_ARCH_SIZE=64 on mips 1997-10-17 18:45:54 +00:00
bouyer
d3cfd58b6c Add mii. 1997-10-17 18:45:53 +00:00
scottr
961e600c5c Don't compile hpux_sys_ptrace(), as it uses a deprecated interface
(and didn't really work, anyway).  Suggested by Dave Carrel.
1997-10-17 18:43:48 +00:00
mark
fb4d5f58af Fix extra 'S' character typo that resulted in the condition codes being
incorrectly internally on certain divides.
Handle the case where the internal result appears negative. This condition
can occur when dividing MIN_INT by certain values.
Raise an exception on divide by zero.
1997-10-17 18:43:47 +00:00
scottr
0ea4e1111a Regen. 1997-10-17 18:40:53 +00:00
scottr
519862a03a ptrace() emulation is no longer supported, and probably hasn't worked
for some time anyway.
1997-10-17 18:39:14 +00:00
bouyer
fe74be001b Driver for Texas Instruments' thunderland network controller (present in some
Compaq products).
1997-10-17 18:38:23 +00:00
mark
680595e7c3 Fix extra 'S' character typo that resulted in the condition codes being
incorrectly internally on certain divides.
Handle the case where the internal result appears negative. This condition
can occur when dividing MIN_INT by certain values.
1997-10-17 18:35:19 +00:00
mark
1cc95a3df0 Fix .type directives to use #function rather than @function.
This is due to the problem of the @ character being a single character
comment in the asm assembler. The '#' character has now been chosen
instead for future versions of GCC and GAS so lets conform now.
1997-10-17 18:27:30 +00:00
mjacob
d13d5783e4 Add in missing includes. 1997-10-17 18:25:32 +00:00
bouyer
0582a7d023 Add mii and i2c. 1997-10-17 18:19:47 +00:00
bouyer
9cba1f94e1 Add detection of cyrix/ibm 6x86 cpu: these CPU pass the 486 test, but
fail the cyrix486 one. Add a test which succeed for all cyrix CPUs (from
FreeBSD).
1997-10-17 18:05:44 +00:00
bouyer
b35651ec97 kern/4267 (Takeshi Nakayama): Add a 'len' parameter to cd_scsibus_get_mode and
cd_scsibus_set_mode, to specifie the real len of "data" we need. These
functions were broken when scsi_cd_write_params_page was added to
scsi_cd_pages, thus changing the len of scsi_cd_mode_data.
1997-10-17 17:54:33 +00:00
drochner
7a262cc07e make it compile again after msdosfs changes 1997-10-17 17:47:41 +00:00
christos
3f60774556 PR/4280: Chris Jones: Sending more than one fd over AF_UNIX sockets causes
panic. Bug in the fd -> struct file * conversion...
1997-10-17 17:35:08 +00:00
bouyer
10fcf021a5 Generic functions for the MII layer. mii attaches to mii-capable network
adapters, and provide media-selections and status to the parent.
This includes drivers for the Thunderland integrated PHY, and
National Semiconductor's DP83840A.
Note: The interface betweeen network controller and mii is not complete yet,
and will need some minors tweaks to support media auto-selection.
1997-10-17 17:33:45 +00:00
bouyer
6fca562323 Generic driver for read/write i2c devices, and for Microchip Technology's
i2c eeproms.
1997-10-17 17:21:14 +00:00
lukem
021be7fd11 WARNSify; generate ansi c code with rpcgen, cleanup manpage, add rcsids 1997-10-17 16:12:48 +00:00
lukem
489b57b190 fix .Nm usage 1997-10-17 16:12:03 +00:00
lukem
90a9b36a70 WARNSify; generate ansi c code with rpcgen, cleanup manpage, add rcsids 1997-10-17 16:02:51 +00:00
lukem
6d66b6be40 WARNSify; generate ansi c code with rpcgen, cleanup manpage 1997-10-17 15:59:05 +00:00
lukem
03e194f678 - don't generate register variables
- always include syslog.h if -L; remove test for #ifdef SYSLOG
- create ANSI C function prototype in server write_program()
- clean up .Nm usage in man page
- document -L in man page
1997-10-17 15:51:48 +00:00
carrel
d2f6e52d96 WARNS-ification 1997-10-17 15:44:08 +00:00
thorpej
c8c33b5e87 Make pcvt compile with the new dev_t definition. 1997-10-17 15:24:17 +00:00
lukem
05941d095a WARNSify, cleanup Makefiles 1997-10-17 14:53:18 +00:00
lukem
bb2c8b04e6 ntp_getopt returns -1 not EOF, disable WARNS here 1997-10-17 14:34:38 +00:00
lukem
a67f5d3e96 ntp_getopt returns -1 not EOF 1997-10-17 14:31:48 +00:00
lukem
14e91f97ec WARNSify 1997-10-17 14:26:43 +00:00
lukem
35e2907fec warnsify 1997-10-17 14:23:45 +00:00
lukem
31bc9c50ba WARNSify 1997-10-17 13:59:34 +00:00
lukem
8b8cc0b749 minor .Nm cleanup 1997-10-17 13:57:46 +00:00
lukem
2ba239a7a3 getopt returns -1 not EOF 1997-10-17 13:57:02 +00:00
lukem
a352e573d5 fix use of unix domain socketname length, and signal error if this
is exceeded. from enami tsugutomo <enami@ba2.so-net.or.jp> [bin/3369]
1997-10-17 13:53:30 +00:00
lukem
47852f1f67 getopt returns -1 not EOF 1997-10-17 13:49:37 +00:00
lukem
d2d85e1519 minor .Nm cleanup 1997-10-17 13:46:09 +00:00
is
43a0e5b910 Mention Melody board. 1997-10-17 13:42:00 +00:00
christos
b04f385510 PR/4282: Dave Huang: add logical id for boca modem. 1997-10-17 13:41:29 +00:00
lukem
745600d863 WARNSify 1997-10-17 13:36:36 +00:00
lukem
eea5ba720b add Makefile.inc to use ../Makefile.inc, and cleanup subdir Makefiles 1997-10-17 13:32:28 +00:00
lukem
aa5b34a6f5 call msync() correctly 1997-10-17 13:21:06 +00:00
lukem
8d79db1093 WARNSify 1997-10-17 13:13:40 +00:00
lukem
166448c2dc WARNSify 1997-10-17 13:02:01 +00:00
lukem
0a9c07ac82 getopt returns -1 not EOF 1997-10-17 12:52:25 +00:00
lukem
d0f8d5f560 minor .Nm cleanup 1997-10-17 12:49:57 +00:00
lukem
bffabae34b WARNSify 1997-10-17 12:40:03 +00:00
lukem
756f7931f0 minor .Nm cleanup 1997-10-17 12:36:36 +00:00
lukem
d07d094491 WARNSify 1997-10-17 12:36:30 +00:00