thorpej
6086842609
Avoid strict alias warnings.
2002-12-06 04:02:49 +00:00
erh
6278998229
kern/12837: Provide a way to get working devices that violate the usb spec by
...
returning a non-matching CSW tag.
Defined a quirk for this and set it for Scanlogic SL11R, which gets my
NEO Jukebox working.
2002-12-06 03:57:51 +00:00
thorpej
eebbb33967
Avoid strict alias warnings.
2002-12-06 03:57:44 +00:00
thorpej
64011e3d60
Fix an LP64 bug-- "timeval" and "nfstime" are NOT equivalent on
...
NetBSD!
2002-12-06 03:57:24 +00:00
thorpej
2f1985f790
Avoid conflict with reserved identifier "log".
2002-12-06 03:50:35 +00:00
thorpej
b33be07056
Avoid conflict with reserved identifier "log".
2002-12-06 03:39:06 +00:00
junyoung
9104ddf809
Fix compile error.
2002-12-06 03:37:19 +00:00
thorpej
8fb0e9f9e9
Include <string.h> for prototypes.
2002-12-06 03:27:39 +00:00
thorpej
7b3d93e318
Avoid a strict alias warning.
2002-12-06 03:24:42 +00:00
thorpej
29d4b591ea
Avoid strict alias warning.
2002-12-06 03:21:43 +00:00
thorpej
9f3eaa5002
Remove extra args from a printf.
2002-12-06 03:13:14 +00:00
thorpej
f393397bd6
Avoid confict with reserved identifier "log".
2002-12-06 03:09:28 +00:00
thorpej
e0e584cdfa
Avoid a trigraph, and fix printf formats.
2002-12-06 03:05:04 +00:00
thorpej
22887c3c29
Avoid strict alias warning.
2002-12-06 02:57:30 +00:00
thorpej
8d965a0542
Need <stdlib.h> for exit() prototype.
2002-12-06 02:54:19 +00:00
thorpej
c7668999ad
If we're preprocessing with cpp, it's not a very good idea to use
...
"#" as a comment character; use "//" in those places, instead.
2002-12-06 02:50:21 +00:00
junyoung
281fa073dc
Display the extended feature flags with non-Intel processors rather than
...
the standard flags. See also PR#19163.
Before:
cpu0: AMD Athlon XP 1800+ (686-class), 1532.11 MHz
cpu0: features 383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
cpu0: features 383f9ff<PGE,MCA,CMOV,FGPAT,PSE36,MMX>
cpu0: features 383f9ff<FXSR,SSE>
After:
cpu0: AMD Athlon XP 1800+ (686-class), 1532.11 MHz
cpu0: features c3cbf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
cpu0: features c3cbf9ff<PGE,MCA,CMOV,PAT,PSE36,MPC,MMXX,MMX>
cpu0: features c3cbf9ff<FXSR,SSE,3DNOW2,3DNOW>
While I'm here, amd_cpuid_cpu_cacheinfo() is an info function rather
than a probe function.
2002-12-06 02:38:25 +00:00
thorpej
7ae2f112dd
Need <stdlib.h> for exit() prototype.
2002-12-06 02:26:14 +00:00
thorpej
92896efa64
Avoid strict alias warnings.
2002-12-06 02:20:43 +00:00
thorpej
764e56a614
Remove prototype for non-existent function log().
2002-12-06 02:20:00 +00:00
jmc
5a69251dd8
Account for corner cases better in alloc_data_mapping and only ask for a 16s
...
reconnect time instead of 2^16s
2002-12-06 02:19:34 +00:00
thorpej
cd81fc31ea
Avoid strict alias warnings.
2002-12-06 02:18:37 +00:00
jmc
9e81590397
Fill in sc1394_node_id after a self id cycle
2002-12-06 02:17:30 +00:00
jmc
9a4d03f9b2
Add a def for a smaller reconnect time that will be used by default
2002-12-06 02:14:59 +00:00
thorpej
89426e7817
Remove extra args to a printf call.
2002-12-06 02:09:24 +00:00
thorpej
9ccfeaf6c3
Fix printf formats.
2002-12-06 02:07:53 +00:00
thorpej
07111817f1
Need <string.h> for prototypes.
2002-12-06 02:06:16 +00:00
thorpej
65c75a7f06
Avoid conflict with reserved identifer "log".
2002-12-06 02:03:18 +00:00
thorpej
7ec31d736f
Avoid conflict with reserved identifier "log".
2002-12-06 01:59:22 +00:00
simonb
4ea9ad894f
Avoid strict alias warning.
2002-12-06 01:55:55 +00:00
thorpej
33f953ab85
Need <stdlib.h> for abort() prototype.
2002-12-06 01:54:55 +00:00
thorpej
3c2d976305
Avoid strict alias warning.
2002-12-06 01:50:56 +00:00
thorpej
15edfc1544
Avoid confict with reserved identifier "expl".
2002-12-06 01:48:24 +00:00
thorpej
5759456a18
Avoid confict with reserved identifier "log".
2002-12-06 01:43:18 +00:00
thorpej
c87e2cf550
Avoid conflict with reserved identifier "exp".
2002-12-06 01:39:10 +00:00
thorpej
5da0736e3a
Avoid strict alias warning.
2002-12-06 01:27:10 +00:00
lukem
e1af106002
remove unnecessary cruft after the recent etc/Makefile cleanup
2002-12-06 00:14:11 +00:00
christos
ef042d8e23
add a linux_rt_sigframe to support SA_SIGINFO, and use it when SA_SIGINFO
...
is requested. This appears to be how linuxthreads decides which signal handler
to use.
2002-12-06 00:02:59 +00:00
christos
c363ae66f1
add offsets for linux_rt_sigframe
2002-12-06 00:00:20 +00:00
christos
6b0fccd61c
simplify
2002-12-06 00:00:04 +00:00
jonb
8a96157b87
While cleaning up other places that invoked $EDITOR, noticed that
...
this one had all the infrastructure of fork/exec/wait, like the
others, but called system instead of exec creating an extra PID
and associated memory usage during the edit.
2002-12-05 22:59:25 +00:00
jonb
e2fdabc65c
Fix the way $EDITOR is started so the variable can have flags in addition
...
to the name of the binary to run.
2002-12-05 22:54:45 +00:00
manu
f0332ec923
In load_shared_file, do zero-fill uninitialized data segments that
...
explicitely request to be zero filled.
2002-12-05 22:48:53 +00:00
jonb
675b5ba3f5
swept through the tree with find and grep looking for EDITOR.
...
Cleaned up all broken occurances found.
Did not check crypto/dist. (filenames imply these are not for exec $EDITOR)
Did not fully check sh and ksh. (lost in twisty mazes of function calls
and finally just assumed it was good)
and did not check gnu/dist/cvs (appears ok by testing with this commit)
2002-12-05 22:47:28 +00:00
jdolecek
851a5c50dd
seems we don't need /usr/bin/strings in ramdisk
2002-12-05 19:37:04 +00:00
provos
fec70f4a84
typos; fgsch@olimpo.com.br
2002-12-05 19:33:39 +00:00
jdc
b055b9db77
Correct cross references.
2002-12-05 19:13:12 +00:00
fredette
0fee3368c3
Fixed a null pointer passed to printf().
2002-12-05 18:05:33 +00:00
jdolecek
a32cc4158a
seems like dreamcast distrib/ build needs GENERIC_MD kernel
2002-12-05 17:58:02 +00:00
jdolecek
6b5b4d2940
distrib/hpcsh appears to need the RAMDISK kernel for miniroot
2002-12-05 17:53:02 +00:00