sommerfeld
8e8ecc1bb5
portability fix: when rotating, don't do shifts >= wordsize.
2000-06-10 17:01:15 +00:00
sommerfeld
cb31de55ed
In the "reboot" and (badly misnamed) "sync" commands, clear db_recover
...
before calling cpu_reboot() (which never returns) so we can debug
faults occurring in cpu_reboot().
2000-06-10 16:31:42 +00:00
mycroft
27ceeaf3a6
NUL-terminate warning strings correctly.
2000-06-10 15:22:51 +00:00
ragge
b826825917
Code to spin up other CPUs on a VAX 8200 system.
...
Haven't solved the printf() problem yet, though.
2000-06-10 14:59:38 +00:00
mycroft
750b27b82a
Use ${.ALLSRC:T} when doing the generated variable name lookups, so that it
...
DTRT for generated files in and obj directory (or accessed via .PATH).
2000-06-10 14:12:03 +00:00
mycroft
83f22c12ea
Nuke an `optimization' that made source list creation O(n^2). This may cause
...
more memory to be used with stupid Makefiles, but it saves a fair amount of
time (~13% just for libc) with sane ones.
2000-06-10 13:48:48 +00:00
soda
ef22daefd0
move address to resolve conflict with firmware working memory
...
of NEC RISCstation 2250, from Shuichiro URATA <ur@a-r.org>.
2000-06-10 12:56:45 +00:00
darrenr
bae005d1db
add icmpreturndatabytes kernel variable (default 8) which specifies the
...
number of extra data bytes to return in ICMP error messages. This is
also available via sysctl as net.icmp.returndatabytes and is limited to
[8,512].
2000-06-10 12:39:19 +00:00
itojun
90fb69b2b2
sync with latest kame document.
...
- update 6to4 i-d #.
- update descr on source address selection.
2000-06-10 08:21:11 +00:00
itojun
3fff705c2a
update i-d #. (sync with kame)
2000-06-10 08:02:20 +00:00
itojun
20b4e05ffe
check scope id when we compare two AF_INET6 sockaddrs.
...
XXX still not sure if it is enough, so I do not remove warning from
documentation yet.
2000-06-10 08:01:07 +00:00
itojun
1ba6c2716a
support IPv6 addresses start with hex digit or colon (like ::1).
...
in manpages, warn that scoped IPv6 addresses are not supported.
2000-06-10 07:04:13 +00:00
sjg
70fc6bfcaf
no need for v->name-- on JUNK vars anymore
2000-06-10 05:54:29 +00:00
itojun
b2ffcc0e07
IPv6 support for sunrpc. from tcpdump.org.
2000-06-10 05:39:16 +00:00
itojun
68706c1c57
support NFS over IPv6. from tcpdump.org
2000-06-10 05:27:27 +00:00
matt
50dff37fd9
fix botch by me.
2000-06-10 05:24:46 +00:00
mycroft
27bcc551c6
Do `install-info --remove' after installing the info file.
2000-06-10 04:56:59 +00:00
matt
4a6f6fd467
nuke slattach and restore/rrestore to get back space taken by new rpc code
2000-06-10 04:56:12 +00:00
mycroft
b0d51d4783
For VAR_JUNK variables, defer freeing of the name string until the bottom of
...
Var_Parse(), as it may be used (strdup()ed) by some modifiers.
2000-06-10 04:51:00 +00:00
itojun
739ca10641
bark if too-big-masklen on "-network prefix/masklen".
2000-06-10 04:40:17 +00:00
tsutsui
4c191e1d58
We cannot specify root on md0a because md is pseudo-device.
...
"options MEMORY_DISK_IS_ROOT" is enough for this.
2000-06-10 04:29:41 +00:00
matt
d619f5e86e
Remove update since it doesn't exist anymore
2000-06-10 04:29:31 +00:00
sjg
5d93c6ecfd
Don't free v until after the last use.
2000-06-10 04:17:58 +00:00
tsutsui
fca0f6760b
Fix printf message on attachment.
2000-06-10 04:15:59 +00:00
tsutsui
1fae0a9ed1
Make fd0 device files.
2000-06-10 04:05:49 +00:00
tsutsui
1b49850675
Sync with etc/etc.sun3/MAKEDEV.
2000-06-10 04:04:45 +00:00
tsutsui
46b2cf55f2
Ramdisk kernels have been renamed.
2000-06-10 03:04:43 +00:00
tsutsui
42f4262fbb
Pass ${DESTDIR} to RunList.sh.
2000-06-10 03:02:14 +00:00
tsutsui
2175a56cb7
- Pass ${DESTDIR} to RunList.sh.
...
- Remove *.cro and *.c on make clean.
2000-06-10 03:01:14 +00:00
tsutsui
294d8d9c41
sysctl(8) was moved from /usr/sbin to /sbin.
2000-06-10 02:57:25 +00:00
tsutsui
7d1f42b466
Remove include bsd.own.mk. It is included by bsd.subdir.mk.
2000-06-10 02:50:34 +00:00
soren
9f0da0dd16
Post a SIGFPE rather than SIGILL on floating point exceptions.
2000-06-10 02:43:49 +00:00
scottr
162689f352
We don't need ADB debugging enabled any longer.
2000-06-10 02:33:59 +00:00
oki
41608c00a3
PE/COFF (Win32) compatible binary support (experimental).
...
It currentry supports only i386.
2000-06-09 22:38:56 +00:00
veego
068187d286
We can generate these files from am-utils.texi, so no need to waste space
...
here.
2000-06-09 22:06:25 +00:00
nathanw
045f0427b1
Don't segfault when complaining about an invalid single-character option.
...
When complaining about a long option which requires an argument,
print the actual option, not some pointer-garbage.
(Hint: "%c" and "%s" are different.)
2000-06-09 21:35:53 +00:00
kristerw
49fd06e241
Backout the previous since it isn't necessary. This version of gcc
...
already uses longjmp for exceptions.
2000-06-09 19:11:43 +00:00
cgd
82990223e4
typo
2000-06-09 18:51:47 +00:00
wrstuden
eb21ed4746
Adapt to going back to decemal device numbering.
2000-06-09 18:00:45 +00:00
wrstuden
63698a2c60
Revert to decemal numbering. From talking w/ Jason, we really should
...
support more than 256 ports. That would mean 3 digits in hex, and I
don't want to write the script for that..
2000-06-09 17:58:29 +00:00
tsubai
521233859b
Add cy* at pci.
2000-06-09 17:14:06 +00:00
tsubai
dd703bc6f8
Add cy.
2000-06-09 17:11:30 +00:00
wrstuden
00ee1c57fc
Cyclades-Z tty's are now ttyCZ??, not ttyCZ????. Add support for them
...
to macppc's MAKEDEV.
2000-06-09 16:59:03 +00:00
wrstuden
3d410a6c74
Add commented-out entry for Cyclades-Z pci serial ports.
2000-06-09 16:57:37 +00:00
wrstuden
a7bea09941
Add support for Cyclades-Z PCI tty's.
2000-06-09 16:56:51 +00:00
wrstuden
8d04cd3f90
Rather than assinging 64 tty's per pci card, assign tty's as found.
...
Cyclades says driver should work with up to 128 tty's per pci card
even though they only support 64 now. Also matches FreeBSD behavior.
Print located tty's using new tty naming scheme - ttyCZ?? where ?? are
two hex letters.
Make firmware load on macppc - one le32toh() was missing.
2000-06-09 16:53:23 +00:00
tsutsui
75c6529048
Remove unused ${GEOM}.
2000-06-09 16:45:31 +00:00
simonb
695f4e86f5
Remove a bit of lint.
2000-06-09 16:22:54 +00:00
drochner
7b82c5ef6c
add EGA display type
2000-06-09 16:07:55 +00:00
thorpej
71cd989b8f
Only include <machine/intr.h> if _KERNEL. Noted by enami tsugutomo.
2000-06-09 16:03:04 +00:00