mycroft
f11e179e71
Fix another off-by-one error, attempting to output a non-existant field.
2000-06-10 19:21:05 +00:00
mycroft
a02b2cb6d8
Small bug fixes:
...
* Allow , as a separator in the output field list.
* If we try to compare two fields that are not present in *either* file,
consider it a match.
2000-06-10 19:15:15 +00:00
mycroft
5c886053bc
Don't step off into space after a realloc(). (Get rid of `lastlp'.)
...
Also, allocate more data in powers of 2.
2000-06-10 19:03:22 +00:00
he
ceaccf4ae5
Add construction of three types of "rescue" images, based on the
...
boot images.
The difference compared to the boot images is that these do not contain
sysinst, but do on the other hand contain dump/rdump, restore/rrestore,
scsictl and chio in addition to the other stuff already on the install
floppies.
The images built are
rescue1.fs
rescue2.fs Based on the full INSTALL kernel, on two floppies
rescue-sm.fs Based on INSTALL_SMALL
rescue-ti.fs Based on INSTALL_TINY
2000-06-10 18:56:47 +00:00
mellon
cc4d3c7a56
Differentiate the version number.
2000-06-10 18:52:45 +00:00
sommerfeld
e964d558a7
Fix assorted bugs around shutdown/reboot/panic time.
...
- add a new global variable, doing_shutdown, which is nonzero if
vfs_shutdown() or panic() have been called.
- in panic, set RB_NOSYNC if doing_shutdown is already set on entry
so we don't reenter vfs_shutdown if we panic'ed there.
- in vfs_shutdown, don't use proc0's process for sys_sync unless
curproc is NULL.
- in lockmgr, attribute successful locks to proc0 if doing_shutdown
&& curproc==NULL, and panic if we can't get the lock right away; avoids the
spurious lockmgr DIAGNOSTIC panic from the ddb reboot command.
- in subr_pool, deal with curproc==NULL in the doing_shutdown case.
- in mfs_strategy, bitbucket writes if doing_shutdown, so we don't
wedge waiting for the mfs process.
- in ltsleep, treat ((curproc == NULL) && doing_shutdown) like the
panicstr case.
Appears to fix: kern/9239, kern/10187, kern/9367.
May also fix kern/10122.
2000-06-10 18:44:43 +00:00
mellon
ce18212259
Fix up some failover dependencies
2000-06-10 18:31:11 +00:00
mellon
3eff691939
Update makefiles and remove removed files.
2000-06-10 18:29:27 +00:00
assar
6c734cd283
make vfs_getnewfsid only take one argument and fetch the name of the
...
filesystem from the supplied mount argument. also make makefstype
take a const parameter. update all the callers.
2000-06-10 18:27:01 +00:00
mellon
582a2367ec
Fix conflicts in merge.
2000-06-10 18:17:18 +00:00
mellon
a32e54aef9
Belated import of recent DHCP core dumps, etc. Approved by releng.
2000-06-10 18:04:36 +00:00
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