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
simonb
35d9e54664
If the make variable "USE_BINUTILS" is yet, use correct options to link
...
a kernel with recent(ish) binutils ld.
2003-10-27 07:39:10 +00:00
simonb
c0a89c7e21
Note the GCC PR for the Duff's device warning.
2003-10-27 07:31:07 +00:00
junyoung
592280de7a
index() shouldn't be used in the kernel. Use strchr() instead.
2003-10-27 07:28:15 +00:00
simonb
075b65698a
Use -Wno-error to compile a file with Duff's device and document this as
...
a hack.
2003-10-27 07:26:17 +00:00
chs
b3a3d69b22
uninitialized variables.
2003-10-27 07:14:25 +00:00
chs
3b6d3c710c
uninitialized variables
2003-10-27 07:07:34 +00:00
lukem
7568eb663a
skip a leading `-' on the arg0 name when calling el_init()
2003-10-27 06:19:29 +00:00
christos
50459b4529
Fix uninitialized variable warnings.
2003-10-27 06:15:52 +00:00
christos
577a829bf1
fix make -jn by adding explicit dependency of in_cksum.o to assym.h
2003-10-27 05:49:15 +00:00
christos
63b3407c02
add posix semaphores
2003-10-27 05:34:48 +00:00
simonb
499ef1c1bb
Remove (the now non-compiling) support for 128bit FP emulation, which
...
isn't needed for PowerPC anyway.
2003-10-27 04:32:02 +00:00
simonb
354075932d
Fix a bogus uninitialised warning.
2003-10-27 04:30:32 +00:00
christos
7f7c7b7d99
Back out the libretto related hacks I accidentally committed. They are
...
in CVS in case one wants them :-)
2003-10-27 04:10:43 +00:00
simonb
1baeb1502a
Keep bogus gcc -Wuninitialised warnings happy.
2003-10-27 03:58:17 +00:00
lukem
b81744894f
appease gcc's uninitialised variable detection
2003-10-27 03:51:35 +00:00