Commit Graph

38180 Commits

Author SHA1 Message Date
mrg
505c7f6151 use int as array index. 1998-03-30 02:29:28 +00:00
mrg
5ddb76d383 remove some register 1998-03-30 02:29:14 +00:00
mrg
9fe37f17a0 use static int instead of static 1998-03-30 02:28:37 +00:00
mrg
b5464ed20a main returns int. 1998-03-30 02:27:56 +00:00
mrg
71f20d7c82 use static int instead of static 1998-03-30 02:25:33 +00:00
mrg
76071c4765 remove register 1998-03-30 02:24:59 +00:00
mrg
e37e81a273 remove unused extern. 1998-03-30 02:19:45 +00:00
mrg
3f7e264c37 use static int instead of static 1998-03-30 02:19:02 +00:00
jonathan
e7312dce1d * Mouse reset blocks waiting for response for mouse.
Only initialize the mouse if we are using rcons as the console device.
1998-03-30 02:15:37 +00:00
mrg
da05df7daf use static int, not just static 1998-03-30 02:15:27 +00:00
mrg
6ea8e66d96 add noreturn attribute, and fix the return value of main. 1998-03-30 02:15:16 +00:00
mrg
35297f04fc use static int, not just static 1998-03-30 02:13:35 +00:00
mrg
8578360272 use extern int over extern 1998-03-30 02:07:59 +00:00
mrg
c6f31851ad use <errno.h> 1998-03-30 01:54:40 +00:00
mrg
984d89b066 use static int, not just static 1998-03-30 01:53:45 +00:00
mrg
d5088f6ab0 remove register. 1998-03-30 01:52:02 +00:00
mrg
2ccff62399 break if ".PP" also 1998-03-30 01:45:27 +00:00
mrg
53b970783b use int rather than char as an array index. 1998-03-30 01:30:14 +00:00
mrg
512c5be5af add "int" to bare static 1998-03-30 01:15:21 +00:00
mycroft
692fe3cc96 Use a 4-bit table to speed up the CRC even further, without increasing the
code size too much.
1998-03-29 23:14:14 +00:00
mycroft
5d8b98c7b1 Use a 4-bit table to speed up the CRC even further, without increasing the
code size too much.
1998-03-29 23:02:27 +00:00
scottr
81a5bfdf33 Change from IP-Filter 3.2.3: avoid infinite loop in nat_new() when
NAT'ing to a single IP address.
1998-03-29 22:56:00 +00:00
mycroft
8f597a8744 Oops; make the table const. 1998-03-29 22:36:42 +00:00
mycroft
a6b8b01d96 Use a 4-bit table to speed up the CRC even further, without increasing the
code size too much.
1998-03-29 22:34:27 +00:00
mycroft
a3b1c4c87a Optimize the address CRC routines a bit. 1998-03-29 22:21:12 +00:00
pk
a55cefe6b4 Initialize `par_err_reg' in the mainbus attach function. 1998-03-29 22:13:30 +00:00
pk
b782c3448c obio_bus_probe() => bus_space_probe() 1998-03-29 22:10:32 +00:00
mycroft
fe7f32954b Optimize the address CRC routines a bit. 1998-03-29 22:08:03 +00:00
pk
2ad26b801c Fill in the bus tag's `bus_space_unmap' method. 1998-03-29 22:06:58 +00:00
pk
82663a0330 Implement `_obio_bus_map()' and insert it into the obio bus' bus tag.
Remove obio_bus_probe().
1998-03-29 22:05:05 +00:00
pk
57a8159633 Enter `obio_find_rom_map()' prototype.
Make `oba_paddr' field a `bus_addr_t'.
Define temporary compat `obio_bus_map()'.
1998-03-29 22:02:46 +00:00
pk
11928be0ff `sparc_bus_mmap()' declaration moved to machdep.c 1998-03-29 22:00:33 +00:00
pk
759c8965a3 Use obio_find_rom_map()' explicitly instead of using obio_bus_map()'
without a proper bus tag.
1998-03-29 21:59:44 +00:00
pk
2f1dd95a2d Declare `sparc_bus_unmap()' static. 1998-03-29 21:56:32 +00:00
tron
8295d8475b writedisklabel() always used the offset of the first partition in the MBR
to address the disklabel even if NetBSD resides on another partition.
1998-03-29 21:30:20 +00:00
mycroft
553452c450 Display the TS_DIALOUT flag. 1998-03-29 12:24:44 +00:00
mrg
6e7bb89951 building libstdc++ from the egcs sources in gnu/dist/gcc... 1998-03-29 11:40:13 +00:00
mrg
5e78440996 merge netbsd changes for gcc. pmax still missing. 1998-03-29 11:36:52 +00:00
mrg
ab327e89e2 building gcc from the egcs sources in gnu/dist/gcc... 1998-03-29 11:34:19 +00:00
christos
0328c41456 Pr/5221: Jason Thorpe: Simplify sh Makefile, so that builts from other
directories work.
1998-03-29 09:27:40 +00:00
christos
1820947a9f Simplify so that this works. 1998-03-29 09:22:06 +00:00
mrg
5f094689c8 initial import of the egcs 1.0.2 c++ io library 1998-03-29 08:32:21 +00:00
mrg
1d9ec375c0 initial import of the egcs 1.0.2 standard c++ library 1998-03-29 08:31:49 +00:00
mrg
d3c5e32f1d initial import of the egcs 1.0.2 compiler 1998-03-29 08:14:27 +00:00
enami
5c8a9ac444 Attach aic at isapnp. 1998-03-29 08:13:43 +00:00
enami
5124116592 ISAPnP attachment for aic6360 (tested with AHA-1520B). 1998-03-29 08:11:50 +00:00
mrg
f0fc5e8ca7 remove register from decl. 1998-03-29 05:19:43 +00:00
mrg
02c05e3fd8 add forward decl for union nethostaddr. 1998-03-29 05:13:00 +00:00
mrg
47a62a0eed use bitmask_snprintf. 1998-03-29 05:10:45 +00:00
mrg
b61e2629f2 remove register from decl. 1998-03-29 05:08:46 +00:00