peter
|
19f81314eb
|
Don't core dump when the program is invoked without arguments.
|
2005-11-11 15:08:40 +00:00 |
yamt
|
33a6ea7764
|
CIRCLEQ_FOREACH/CIRCLEQ_FOREACH_REVERSE: allow to iterate const circleq.
|
2005-11-11 15:04:04 +00:00 |
simonb
|
0fa775d643
|
Remove long unused file.
|
2005-11-11 12:26:15 +00:00 |
tron
|
19c262ce51
|
Include "sys/ipc.h" to get definition of "ipc_perm14" structure.
This fixes the build of "pecoff_exec" LKM.
|
2005-11-11 11:59:53 +00:00 |
simonb
|
a21c456e2e
|
Call nanotime() directly, instead of doing the
microtime()/TIMEVAL_TO_TIMESPEC() dance.
|
2005-11-11 07:07:42 +00:00 |
simonb
|
1375f32e58
|
Don't hide the panic if the CPU devices present can't be figured out
in sbobio_attach(). We really want to know if this is the case all
the time, and also fixes GCC warnings about possibly uninitialised
variables.
|
2005-11-11 06:27:09 +00:00 |
simonb
|
866c71d986
|
Build libkern as a .o if LKMs are enabled so that all libkern functions
are available to LKMs, not just those needed by the kernel at link time.
From PR port-mips/31857 from Takehiko NOZAKI.
|
2005-11-11 06:22:04 +00:00 |
briggs
|
74277ae141
|
uebayasi noted that NDIS is really platform-dependent.
|
2005-11-11 06:09:57 +00:00 |
briggs
|
7d597ca092
|
Update to describe a way to claim a project.
|
2005-11-11 05:51:20 +00:00 |
briggs
|
5a695fd1fd
|
Add a roadmap that's kind of a cross between a todo list and a roadmap.
This is present as a guide for developers. It is meant to be maintained
by the community with some guidance by core.
|
2005-11-11 05:42:48 +00:00 |
jnemeth
|
e2ee08b710
|
add myself, jnemeth
|
2005-11-11 03:45:57 +00:00 |
kochi
|
ec63345182
|
regen.
|
2005-11-11 02:11:07 +00:00 |
kochi
|
2d0bb278d1
|
add HPET timer PNP ID.
reported in PR32040 by Nicolas Joly
|
2005-11-11 02:10:09 +00:00 |
dsl
|
934b882096
|
Stop make wingeing when the crunchgen binary can't be located.
|
2005-11-10 21:29:37 +00:00 |
martin
|
a332f6615a
|
Use mstohz() for timeout calculations.
Avoid local stack addresses as tsleep identifiers.
|
2005-11-10 21:25:35 +00:00 |
wiz
|
718287b4f9
|
Whitespace nits, improve wording.
|
2005-11-10 21:17:18 +00:00 |
elad
|
7084f7a24b
|
SHA2 support has been pulled up to NetBSD 3.0, update the history part.
|
2005-11-10 19:41:59 +00:00 |
christos
|
efa8bba1ef
|
factor out common code.
|
2005-11-10 19:11:48 +00:00 |
christos
|
98817ca408
|
cgd wanted to have it read stdin.
|
2005-11-10 19:07:03 +00:00 |
christos
|
82eba32c06
|
need compat/sys/shm.h
|
2005-11-10 18:47:53 +00:00 |
christos
|
306385b2a5
|
regen.
|
2005-11-10 18:47:31 +00:00 |
christos
|
e2f2b17e31
|
add the new compat header.
|
2005-11-10 18:47:16 +00:00 |
christos
|
60305c1ba1
|
fix debugging.
|
2005-11-10 18:45:36 +00:00 |
christos
|
032305b8bd
|
fix debugging; remove some defines that are now in the header file.
|
2005-11-10 18:45:20 +00:00 |
christos
|
75fdf989ea
|
These two really don't need the new header.
|
2005-11-10 18:43:32 +00:00 |
christos
|
2a4a5534b4
|
Include new compat header.
|
2005-11-10 18:39:30 +00:00 |
christos
|
0b0496e3d5
|
move the compat code out of the sys file.
|
2005-11-10 18:36:20 +00:00 |
christos
|
4098e6b83d
|
expose some more internal implementation constants and variables used by
emulations.
|
2005-11-10 18:35:15 +00:00 |
christos
|
65de380a95
|
More ipc support for linux; makes oracle work. From chuq and
jlrodriguez at terra dot es
|
2005-11-10 18:33:37 +00:00 |
christos
|
1d5c23627f
|
change warnx to warn.
|
2005-11-10 18:04:03 +00:00 |
christos
|
2ac1e392b6
|
Use unvis(3) to parse the string. thanks to groo, soda, and numerous others
for the hand-holding.
|
2005-11-10 18:03:05 +00:00 |
christos
|
fd85feb124
|
Fix the code example.
|
2005-11-10 17:23:26 +00:00 |
christos
|
80ae18a069
|
add sti
|
2005-11-10 16:58:18 +00:00 |
christos
|
258783da29
|
Add new sti command.
|
2005-11-10 16:54:05 +00:00 |
peter
|
a7ccc64926
|
Add an obviously missing break in a switch statement.
Adjusting brightness and contrast now works!
|
2005-11-10 15:53:05 +00:00 |
tsutsui
|
8fa905e040
|
Check possibility of virtual alias correctly in primaly_cache_is_2way case
(though I guess all those CPUs have L1 cache larger than 8KB).
|
2005-11-10 15:31:17 +00:00 |
christos
|
2fa7cb2348
|
Remove redundant assignment (from Liam Foy)
|
2005-11-10 13:40:38 +00:00 |
rpaulo
|
07c827131f
|
regen
|
2005-11-10 13:31:03 +00:00 |
rpaulo
|
7928f127e6
|
Add NSC IrDA Fast Infrared Port.
|
2005-11-10 13:30:46 +00:00 |
rpaulo
|
f5602021b6
|
regen
|
2005-11-10 13:26:34 +00:00 |
rpaulo
|
066abf15d0
|
Add Synaptics PS/2-style Touchpad.
|
2005-11-10 13:25:59 +00:00 |
augustss
|
65ee9092eb
|
Abuse types a little less.
|
2005-11-10 12:05:01 +00:00 |
scw
|
92fa4843f1
|
Give THUMB_CODE its own 'struct undefined_handler' so we don't try to
install the same handler structure twice (for difference coprocs).
Spotted by dbj@ using QUEUEDEBUG.
|
2005-11-10 11:18:55 +00:00 |
tron
|
f55fe966f7
|
Apply big endian fixes submitted by Garrett D'Amore in PR kern/32032.
|
2005-11-10 10:00:19 +00:00 |
dbj
|
af56e26cc6
|
partially revert previous commit stripping arm mapping symbols
it broke ddb when DEBUG wasn't set to -g.
|
2005-11-10 09:42:42 +00:00 |
wiz
|
c6257ebac1
|
Mark up EXTENSIONS.
|
2005-11-09 23:50:16 +00:00 |
wiz
|
36470a753d
|
Drop trailing whitespace.
|
2005-11-09 23:48:51 +00:00 |
wiz
|
8e56b8bf87
|
Bump date for previous.
|
2005-11-09 23:47:37 +00:00 |
wiz
|
227106a6a2
|
No leading zero in date strings.
XXX: this page needs conversion to mdoc.
|
2005-11-09 23:43:59 +00:00 |
wiz
|
b219b1d248
|
Bump date for additional supported cards.
|
2005-11-09 23:31:36 +00:00 |