briggs
0c4a264e40
Really nuke pmsi
2002-04-15 02:05:10 +00:00
lukem
17a225a0e2
convert to the new MDSET.*.suffixes / MDSET.*.post variables,
...
and take advantage of MDSETDIR enabling a release target
2002-04-15 01:55:07 +00:00
briggs
9d121c1c24
Nuke pmsi
2002-04-15 01:43:35 +00:00
lukem
0e901f7d9b
Clean up which .o members are built for each of the "fake" libraries;
...
.o files containing unused functions are still linked in (unlike a .a file)
Saves a bit of space by culling unused .c references.
(Required .o members determined by looking at the mapfile generated by
adding LDFLAGS+=-Wl,-Map,mapfile in dhcp/client/Makefile.)
2002-04-14 23:44:25 +00:00
manu
33d1091e95
Removed the IRIX signal trampoline, which is useless now we use the signal
...
trampoline provided by IRIX libc.
2002-04-14 21:52:25 +00:00
manu
f8c12b3107
IRIX provide a signal trampoline in libc, we now use it.
...
- the signal trampoline address is given to the kernel by a sigaction()
fourth argument
- we introduce an irix_emuldata structure to keep track of the signal
trampoline address
- we don't support per-sigaction signal trampolines, we only do per-process
- now that we use the IRIX libc signal trampoline, we do not have to handle
the errno update from the signal trampoline
- it is possible that IRIX 5 signal delivery works too, since theses binaries
will come with their own signal trampoline
2002-04-14 21:50:49 +00:00
wiz
dd39c685f3
bsd.depall.mk doesn't exist anymore, use bsd.dep.mk instead.
2002-04-14 21:44:22 +00:00
thorpej
cff1953dae
Fix typo in last (luckily, search/replace makes the same typo everywhere).
2002-04-14 21:32:24 +00:00
thorpej
302ea396c3
iq80310_do_pending -> iq80310_do_soft, to accurately describe what's
...
actually going on there.
2002-04-14 21:30:19 +00:00
gmcgarry
aae385ef40
Drop into ${.CURDIR}/../distrib/${MACHINE} and make release.
2002-04-14 20:50:20 +00:00
gmcgarry
ad0e3bf651
Create ${RELEASEDIR}/installation/misc before installing into it.
2002-04-14 20:48:16 +00:00
onoe
dd80e6d577
Some fixes for Symbol card.
...
- The version string doesn't need to start with 'V'.
- Symbol firmware also support CREATE_IBSS.
- But it doesn't support ROAMING_MODE nor MICROWAVE_OVEN.
2002-04-14 19:55:23 +00:00
thorpej
a9e4c1a943
* Delcare COUNTER_MASK properly.
...
* Restructure timer_read() so that the compiler generates better code.
2002-04-14 19:47:03 +00:00
mycroft
f00c3c2e40
tm_gpctl and tm_gpdata must be shifted right 16 bits. DOH.
...
This makes another CardBus tlp card work...
2002-04-14 19:10:18 +00:00
mycroft
ab262fe6f0
Snarf-and-barf the `quirk' code from if_tlp_pci.c, and use it to set the right
...
mediasw (MII-over-SIO) on the Level One FPC-0101TX 10/100 card.
XXX This should probably key off subsystem IDs, not OUIs...
2002-04-14 17:17:10 +00:00
bouyer
fda8de6495
bus_space_unmap() ctl_baseioh instead of ctl_ioh for the native case.
...
Pointed out by enami, and should fix kern/16307.
2002-04-14 16:55:08 +00:00
bjh21
4359ad3c2d
Convert the bulk of the prep.RISCOS file into -mdoc. This is a purely
...
syntactic conversion -- the semantics should be exactly the same.
I haven't yet converted section 5 (advanced stuff), appendix A (device
naming) or appendix B (credits), and mdoc, even the souped-up version used
for INSTALL, seems to be lacking a fourth-level header macro, which this
wants.
Of course, the presence of fourth-level headers does somewhat indicate that
this whole area wants cleaning up lots.
2002-04-14 14:40:13 +00:00
wiz
7cb50ab7ee
Spelling fixes and grammar improvements.
2002-04-14 14:35:05 +00:00
tsutsui
7f20094ec8
Remove .Pp between items. (sync with common/legal.common rev 1.19)
2002-04-14 14:32:19 +00:00
lukem
fdc8fec66f
allow default colours to be overridden by
...
PCCONS_DEFAULT_FG PCCONS_DEFAULT_SO_FG
PCCONS_DEFAULT_BG PCCONS_DEFAULT_SO_BG
2002-04-14 14:20:33 +00:00
tsutsui
f33a18bc93
Build distrib sets for release.
2002-04-14 14:20:05 +00:00
tsutsui
e26ed29894
Build install kernels.
2002-04-14 14:17:12 +00:00
tsutsui
8598c271ef
Make md-root kernels (both elf and ecoff) here and
...
install them into RELEASEDIR.
2002-04-14 14:14:16 +00:00
chris
8c3f058391
Fix typo, we've got a termcap.mini but not a termcap.vt100
2002-04-14 13:46:36 +00:00
bjh21
ede2cc5a67
Add acorn32, hpcarm, netwinder and shark to the machine list.
2002-04-14 13:34:31 +00:00
bjh21
28d6b94ffe
Purge mentions of NetBSD/arm32.
2002-04-14 13:12:37 +00:00
tsutsui
3cd5a50891
Set DBG="-Os -mmemcpy" and pass it to crunchgen.
2002-04-14 12:52:15 +00:00
tsutsui
d539066478
Set COPTS="-Os -mmemcpy"
2002-04-14 12:51:17 +00:00
martin
e4998611e9
Fix copyright notice.
2002-04-14 12:24:26 +00:00
martin
20cec68f36
Fix copyright notice.
2002-04-14 11:42:55 +00:00
martin
573dfcd430
Fix copyright notice, sprinkle some $NetBSD$.
2002-04-14 11:41:42 +00:00
bjh21
dd989c1868
Add /usr/include/ieeefp.h.
2002-04-14 09:50:39 +00:00
bjh21
c3195306f1
Add /etc/fstab.wd.
2002-04-14 09:48:50 +00:00
takemura
8bbc2ff5a7
Added '#if defined(_KERNEL)' surrounging KERNEL_RCSID macro. Hpccmap is
...
used in bootloader too.
2002-04-14 09:07:04 +00:00
lukem
2b8264a087
use ${PAX} instead of tar
2002-04-14 08:30:41 +00:00
takemura
e63e3c0ed4
Added bus probing to avoid bus error.
2002-04-14 07:59:56 +00:00
martin
a3f3f844dc
Document the mssclamp option.
2002-04-14 07:53:46 +00:00
tsutsui
a1124f0f2a
Enable spifi SCSI.
2002-04-14 07:37:58 +00:00
takemura
c9cb463127
Print bad address in interrupt handler.
2002-04-14 07:34:20 +00:00
tsutsui
fa3404580d
No longer used.
2002-04-14 07:16:28 +00:00
tsutsui
b76a5c40c3
Use ${_SRC_TOP_} instead of ${CURDIR}/../../../
2002-04-14 07:14:44 +00:00
tsutsui
bc0f782c42
Visit instkernel and add .WAIT sync.
2002-04-14 07:11:37 +00:00
lukem
8e8fe76d90
Makefile.mdset: add ${KERNELDEPS} variable which is ${KERNELS} with
...
.WAIT between the items, and remove .WAIT from ${KERNELS}.
Use ${KERNELDEPS} in make dependencies.
2002-04-14 06:18:12 +00:00
takemura
ab452aef6c
Fixed 8bpp problem of mq200.
2002-04-14 06:07:40 +00:00
lukem
2a8d02abe9
improve comments and status messages
2002-04-14 04:22:38 +00:00
tsutsui
93fc30d106
21600000 -> 6*60*60*1000 (timeout in six hours for format command)
2002-04-14 03:24:42 +00:00
tsutsui
d2b86ac486
No need to use ${MAKEFS} for ustarfs image.
2002-04-14 03:16:13 +00:00
tsutsui
a55407acff
Switch to ustarfs-based bootfloppy.
...
XXX Not cross-ready yet due to installboot(8).
2002-04-14 02:43:27 +00:00
tsutsui
a552d4b013
Make md-root kernel here and install it into RELEASEDIR.
2002-04-14 02:36:05 +00:00
tsutsui
aa0c7fc4bf
Put back some disabled binaries.
2002-04-14 02:32:52 +00:00