fredb
fa27252b6c
Appease gcc3 -Wno-uninitialized (even though blkno is clearly assigned in
...
each branch of a conditional).
2003-10-27 23:03:05 +00:00
dyoung
9a73ec4e1e
Stop false uninitialized variable warning.
2003-10-27 22:48:20 +00:00
lukem
f4f2cda6de
minor consistency tweaks
2003-10-27 22:38:39 +00:00
lukem
c176c56887
fix typo in comment
2003-10-27 22:29:59 +00:00
christos
8b40dcaecf
Make readline csh-like history work.
...
From Gerry Swislow <gerry at certif dot com>.
2003-10-27 22:26:35 +00:00
fredb
2ba4302402
Initialize some "might (not) be used uninitialized" variables.
2003-10-27 22:16:04 +00:00
kleink
397f6db8f4
Add <vax/vaxfp.h>.
2003-10-27 21:54:24 +00:00
kleink
8b8e22cb01
Enter vaxfp.h, the VAX pendant of <machine/ieee.h>.
2003-10-27 21:52:03 +00:00
mellon
de4e43d0c5
- Add declarations for lhs_context and rhs_context. For some reason these
...
were missing from the diff between 3.0.1rc11 and 3.0.1rc12, so the previous
commit didn't compile. :'(
2003-10-27 21:08:25 +00:00
mellon
0f26f5c9ea
- Apply patches from ISC DHCP 3.0.1rc12 to correct a parser bug that causes
...
the ISC DHCP server to fail to start when it is configured to use the
ad-hoc DNS update mechanism. This fixes PR#20460 and PR#23284 (once
this is pulled up to the 1.6 branch).
2003-10-27 20:16:09 +00:00
uwe
faa73a6d7e
In test_error() use <& to duplicate input descriptors,
...
correct the order of descriptors in redirection that saves stdin.
2003-10-27 20:09:49 +00:00
heas
642593b012
break the description of the "open" command into two paragraphs and improve
...
description of .telnetrc.
2003-10-27 19:46:14 +00:00
simonb
cbe1f08c71
Remove useless call to consinit().
2003-10-27 18:36:26 +00:00
cl
a9bfa92831
note installboot(8) for next68k
2003-10-27 17:56:04 +00:00
mrg
f8fa4ee590
sun2 lib*3 for GCC3.
2003-10-27 17:19:58 +00:00
mycroft
e07e6dfcac
Add a default: to a case statement.
2003-10-27 17:17:42 +00:00
pooka
5320a02f33
libmagic 0.1
2003-10-27 17:15:22 +00:00
mycroft
c41a3efdb2
Eliminate bogus initializer.
2003-10-27 17:11:19 +00:00
pooka
114cac461f
magic_errno() was added -> bump minor
2003-10-27 17:09:43 +00:00
pooka
b6e772e128
note file 4.06
...
.. and while in here, drag uwe to October even though he'd like to
think that September never ends.
2003-10-27 16:55:46 +00:00
mrg
42f41e65c7
mostly working configuration updates for sun2.
...
XXX - gcc3/backend/ra-colorize.c gets built wrong and the backend programs
XXX fail to link.
XXX - mdsetimage & installboot/ffs.c get an unrecogised instruction ICE.
2003-10-27 16:55:32 +00:00
pooka
f3a64d243c
we now have file 4.06
2003-10-27 16:54:34 +00:00
thorpej
db71356cd1
- Change callout_setfunc() to require that the callout handle is already
...
initialized. Update the txp(4) to compensate.
- Statically initialize the TCP timer callout handles in the tcpcb
template. We still use callout_setfunc(), but that call is now much
less expensive. Add a comment that the compiler is likely to unroll
the loop (so don't sweat that it's there).
2003-10-27 16:52:01 +00:00
cl
e05d95b990
add next68k support to installboot
2003-10-27 16:51:05 +00:00
cl
fcc21e91ba
move structs nextstep_disklabel/cpu_partition and appendant #defines
...
to sys/sys/bootblock.h
- rename to next68k_disklabel and next68k_partition
- use {u,}int{8,16,32}_t instead of char/short/int (suggested by D. Laight)
2003-10-27 16:48:08 +00:00
mrg
a4697adcfc
change "cc -dumpversion" back to "3.3.2", as per old behaviour.
...
should fix PR#23280.
2003-10-27 16:43:29 +00:00
mrg
2a50c63fdf
change the "long" version from "3.3.2-nb1" to "3.3.2 (NetBSD nb1 20031026)"
...
which is more inline with what we used previously.
2003-10-27 16:42:33 +00:00
mrg
2f6aa47ade
compile (but not runtime) tested support for armeb-netbsdelf-gdb 5.3
2003-10-27 16:36:19 +00:00
pooka
e90962a630
adapt for file 4.06
2003-10-27 16:31:46 +00:00
pooka
df6e9611e8
make unused variable also unpresent
2003-10-27 16:26:51 +00:00
pooka
9f8bb67276
nuke empty line
2003-10-27 16:24:51 +00:00
pooka
986a1e50c3
merge conflicts from 4.06 import
2003-10-27 16:22:35 +00:00
thorpej
75516c03f7
When running mkfixinc.sh, explicltly export SHELL, as well, since on
...
some platforms (e.g. OS X), we disable exporting make(1) variables in
the environment due to ARG_MAX limitations.
2003-10-27 16:20:04 +00:00
mycroft
8df46a3c92
In j720ssp_kthread(), move the tsleep() to the end of the loop.
2003-10-27 16:18:18 +00:00
pooka
2ed245cc04
file 4.06
...
magic and bug fixes
2003-10-27 16:14:00 +00:00
junyoung
2c4f6d0128
Nuke __P().
2003-10-27 14:11:46 +00:00
hannken
0165bf4148
Make it compile again. Blind copy-and-paste from sparc64nbsd-nat.c.
...
Approved by: Christos Zoulas <christos@netbsd.org>
2003-10-27 14:10:54 +00:00
junyoung
8f1ba94956
Nuke __P().
2003-10-27 13:43:48 +00:00
uwe
03e0a01658
Deoptimize (gcc-sh3-sed hack) only if ${HAVE_GCC3} != "yes".
2003-10-27 13:27:41 +00:00
yamt
2022580e89
uvm_loanzero:
...
- after sleeping for memory, re-check if we have a page.
- put the allocated page to pageq to appease UVM_PAGE_TRKOWN.
- dequeue the page when doing ->K loan.
2003-10-27 12:47:33 +00:00
kleink
060a72601c
For convenient use in libc, add unions of the C floating types and their
...
corresponding structure definitions.
2003-10-27 10:13:48 +00:00
simonb
f3f5fb123b
Fix bogus uninitialised warnings.
2003-10-27 09:58:42 +00:00
mhitch
c2a45d015c
Fix uninitialized variable.
2003-10-27 09:56:56 +00:00
simonb
690122fc6a
Do previous differently - check which ld we're using and set the right
...
link flags.
Suggested by Simon Gerraty.
2003-10-27 09:27:25 +00:00
skrll
f81f06350d
One ';' is enough.
2003-10-27 09:27:03 +00:00
wiz
f0e23ed2a6
There is no -b flag; from the description, -r is meant, so use that.
...
Noted by dillo.
2003-10-27 08:31:23 +00:00
wiz
6a22b79c1a
passwd(5), not passwd(4). From Igor Sobrado in PR 23278.
2003-10-27 08:23:40 +00:00
wiz
4580c6ac21
Do not xref alias(1) since that points to csh(1).
...
Noted by Igor Sobrado in PR 23278, fixed following a suggestion by Greg A. Woods.
2003-10-27 08:22:21 +00:00
wiz
df62a20071
no way, not now way.
2003-10-27 08:07:58 +00:00
itojun
3fef2ba893
make it compilable with TCP_DEBUG defined
2003-10-27 07:43:01 +00:00