chs
|
0c8753dfd8
|
in systrace_make_msg(), sleep uninterruptibly while waiting for
the response from the systrace daemon, so that the message protocol
between the kernel and the daemon doesn't get out of sync.
fixes PR 29654.
|
2005-12-27 00:26:58 +00:00 |
|
yamt
|
3e450009f4
|
socreate: fix a null dereference on nfs reconnect, introduced by ktrace-lwp.
|
2005-12-27 00:00:29 +00:00 |
|
perry
|
7f9541e925
|
u_intN_t -> uintN_t
Someone really should update this whole document to reflect current
reality. It is valuable but very, very old.
|
2005-12-26 20:04:46 +00:00 |
|
perry
|
e1834435d5
|
note the intN_t, uintN_t types.
XXX this document is rather musty. It needs a general update.
|
2005-12-26 20:00:04 +00:00 |
|
perry
|
fd18408b9a
|
u_intN_t -> uintN_t
|
2005-12-26 19:40:14 +00:00 |
|
perry
|
68da44823c
|
u_intN_t -> uintN_t
|
2005-12-26 19:23:59 +00:00 |
|
elad
|
0ba17c4726
|
/dev/i4b -> /dev/isdn. From ulfdoz.
|
2005-12-26 19:11:17 +00:00 |
|
perry
|
5f65228b74
|
u_intN_t -> uintN_t
|
2005-12-26 19:01:47 +00:00 |
|
perry
|
144515ce1a
|
u_intN_t -> uintN_t
|
2005-12-26 18:41:36 +00:00 |
|
christos
|
ddeaed4040
|
don't hard-code 63.
|
2005-12-26 16:11:04 +00:00 |
|
christos
|
4ead7c35d9
|
Julio M. Merino Vidal: Patch to recognize and automatically skip the Ontrack
Disk Manager drivers.
|
2005-12-26 16:08:34 +00:00 |
|
rpaulo
|
7eace3f40d
|
Kill BPF_KERN_FILTER. Seems like it died with the new pppd import.
No replies from tech-kern@, but who introduced this option 8 years ago
(Christos) said it's ok to remove it.
|
2005-12-26 15:45:48 +00:00 |
|
jmmv
|
e7ab8d7413
|
Installing the primary bootstrap requires two arguments, so ensure they are
present. Otherwise, an assertion is triggered (and core is dumped) in the
MD setboot code (just try 'installboot /dev/fd0a' on, e.g., i386).
|
2005-12-26 13:30:25 +00:00 |
|
xtraeme
|
a8e8170d02
|
Sync bufq API with the new source code. ok'ed by yamt.
|
2005-12-26 12:18:11 +00:00 |
|
yamt
|
9e52a8c06f
|
dkctl(8), bufq(9): Add a functionality to switch bufq strategy on the fly.
|
2005-12-26 10:44:47 +00:00 |
|
yamt
|
6171bf3a5b
|
add a functionality to get/switch bufq strategy.
based on a patch from Juan RP.
|
2005-12-26 10:38:52 +00:00 |
|
yamt
|
9297401d54
|
- add ioctls to set/get disk bufq strategy.
- implement them for some drivers.
|
2005-12-26 10:36:47 +00:00 |
|
yamt
|
f9b53cfa6f
|
bufq_alloc: return correct errors rather than 0.
|
2005-12-26 10:00:34 +00:00 |
|
rpaulo
|
9c7380b5d3
|
Moved to interface/interface.c
|
2005-12-25 22:24:57 +00:00 |
|
rpaulo
|
31e9b918de
|
Change ioctls.c to interface/interface.c to accomodate further
addition of regressions tests.
|
2005-12-25 22:07:01 +00:00 |
|
rpaulo
|
333596ccdb
|
PR/32386: Dawid Szymanski (arhea). Add support for the 8169SB chipset.
|
2005-12-25 19:55:40 +00:00 |
|
rpaulo
|
30a362ab71
|
Add Intel 82801FBM ICH6M LPC Interface Bridge. There seem to be more
pci products missing, but I can only test this one.
|
2005-12-25 19:26:33 +00:00 |
|
rpaulo
|
e086cb7991
|
ANSIfy.
|
2005-12-25 18:46:27 +00:00 |
|
rpaulo
|
e868ae92cb
|
PR/32381: Paul Shupak. Convert to ktrace-lwp.
|
2005-12-25 18:43:31 +00:00 |
|
rpaulo
|
188e99a1b6
|
Remove ppi* at ppbus?.
|
2005-12-25 18:39:36 +00:00 |
|
perry
|
8ce6cbdcd6
|
add "S" to LINTFLAGS so that "inline" is accepted by lint
|
2005-12-25 18:34:23 +00:00 |
|
jmmv
|
39d0d77704
|
Let this build when WSMUX_DEBUG is set after the merge of ktrace-lwp.
|
2005-12-25 17:23:42 +00:00 |
|
yamt
|
2958e2dd9c
|
update VNODE_FLAGBITS.
- remove VDIRTY.
- add VFREEING.
- remove leading V from VLOCKSWORK.
|
2005-12-25 14:48:59 +00:00 |
|
uwe
|
e3ebee56f2
|
Be consistent about macro indentation.
Indent delay slot instructions.
Whitespace changes only, same binary code produced.
|
2005-12-25 11:08:35 +00:00 |
|
perry
|
12b4f1c3ae
|
__const__ -> const -- not strictly needed since it is in __attribute__
|
2005-12-24 23:44:14 +00:00 |
|
perry
|
f8824a9b43
|
change comment from __const__ to const
|
2005-12-24 23:43:17 +00:00 |
|
perry
|
3d4ed1fbc7
|
__inline__ -> inline
|
2005-12-24 23:41:33 +00:00 |
|
perry
|
4a2c58419f
|
__asm__ -> __asm
|
2005-12-24 23:29:06 +00:00 |
|
perry
|
50a256a3a0
|
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile
|
2005-12-24 23:23:59 +00:00 |
|
perry
|
ce666bb8ce
|
__asm__ -> __asm
|
2005-12-24 23:10:08 +00:00 |
|
perry
|
971a8b8cc7
|
__const__ -> const
This is in an __attribute__ so it isn't really necessary, but it gets
it out of the listing of __keyword__s...
|
2005-12-24 23:04:05 +00:00 |
|
perry
|
00d6acb4b6
|
bare asm -> __asm
|
2005-12-24 22:59:39 +00:00 |
|
uwe
|
12ffdb00a2
|
Implement WARN_REFERENCES.
|
2005-12-24 22:57:26 +00:00 |
|
perry
|
2d65de2479
|
bare asm -> __asm
|
2005-12-24 22:45:33 +00:00 |
|
tsutsui
|
34c8c3e9fe
|
Move some definitions from CFLAGS to CPPFLAGS so that SRT0.S can
include <m68k/asm.h> properly.
|
2005-12-24 22:22:33 +00:00 |
|
tsutsui
|
8343611e9c
|
Adapt to libkern reorganization.
|
2005-12-24 22:18:40 +00:00 |
|
perry
|
0db47b5ca1
|
bare asm -> __asm
|
2005-12-24 21:51:51 +00:00 |
|
perry
|
f2bc845517
|
__inline__ -> inline
|
2005-12-24 21:44:28 +00:00 |
|
perry
|
8a331c8f36
|
__asm__ -> __asm, __volatile__ -> volatile
|
2005-12-24 21:43:51 +00:00 |
|
perry
|
d5e310b85d
|
oops. __volatile -> volatile
|
2005-12-24 21:42:32 +00:00 |
|
perry
|
46359204cf
|
__inline__ -> inline
|
2005-12-24 21:42:02 +00:00 |
|
perry
|
f05974f443
|
__asm__ -> __asm, __volatile__ -> __volatile
|
2005-12-24 21:41:01 +00:00 |
|
perry
|
8b7a2f14e9
|
__asm__ -> __asm
|
2005-12-24 21:38:40 +00:00 |
|
perry
|
d030f331fb
|
__inline__ -> inline
__const__ -> const
|
2005-12-24 21:35:57 +00:00 |
|
perry
|
0be44b35dc
|
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
|
2005-12-24 21:22:46 +00:00 |
|