itojun
17dc15d92a
unifdef -UFAST_IPSEC
2003-09-20 05:12:45 +00:00
thorpej
c7a178e4a9
Add a "show sched_qs" command to dump the run queues. Format is:
...
1 pid.lid (p_comm)
pid.lid (p_comm)
...
If a queue has procs, but no sched_whichqs bit, it shows:
!1 pid.lid (p_comm)
2003-09-20 03:02:03 +00:00
enami
3144acc341
Now wdcattach() is called interrupts enabled, config_interrupts() tries to
...
call ata_raid_check_component() immediately, and panics since DMA setup
isn't done yet. So, defer the call until attach stage is almost done.
Tested with Promise TX2000.
2003-09-20 02:19:36 +00:00
dyoung
28fe486c9f
Allow channels 1-14 in MMK2, for real. Fixes PR 22530 from
...
FUKAUMI Naoki.
2003-09-20 01:03:30 +00:00
christos
73bb764e22
improve formatting in the non-siginfo case, by printing the code. This is
...
for compatibility with the old ktrace files.
2003-09-20 00:17:44 +00:00
christos
8cf3af3092
- support for siginfo_t in ktrace
...
- make sure allocation for ksiginfo_t worked
2003-09-19 22:51:31 +00:00
christos
070899d51e
support for siginfo_t in ktrace
2003-09-19 22:50:02 +00:00
christos
309234359e
declaration for siginfo code number to name converter function.
2003-09-19 22:49:29 +00:00
christos
b612016506
Print siginfo_t information when available.
2003-09-19 22:49:02 +00:00
mycroft
d40837608f
1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates
...
most polling.
2) Clean up some goofiness in pciide -- get rid of the whole "candisable" path
(it's gratuitous) and simplify the code by calling pciide_map_compat_intr(),
*_set_modes() and wdc_print_modes() from central locations.
3) Add a register writability and register ghost test to eliminate phantom
drives more quickly.
2003-09-19 21:35:56 +00:00
lukem
81bdc1a00c
bsd.x11.mk before bsd.lib.mk
2003-09-19 18:32:41 +00:00
wiz
137c968ad5
Initialize cnt; from Greg A. Woods in PR 22862.
2003-09-19 17:44:53 +00:00
martin
bcc978577d
Bye, bye, sparc64 hacks.
2003-09-19 16:41:58 +00:00
martin
0af2c4286d
Remove sparc64 special case handling - no longer needed.
2003-09-19 16:39:52 +00:00
martin
cee04f319f
No need to avoid long double on sparc64 any more.
2003-09-19 16:37:59 +00:00
martin
1390611ace
Remove workarounds for bugs in the old compiler.
2003-09-19 16:35:31 +00:00
martin
29469edb22
Use -Os (now that it works) for install media.
2003-09-19 16:34:24 +00:00
martin
57b44eed3f
Drop explicit medlow model and default to -O2 for sparc64.
2003-09-19 16:32:10 +00:00
martin
55acdca8c5
No more sparc64 compiler workarounds
2003-09-19 16:30:31 +00:00
martin
604a0dda0c
No need to special-case sparc64 any longer.
2003-09-19 16:29:21 +00:00
martin
2a5182090a
Now that -Os is save again, use it.
2003-09-19 16:28:14 +00:00
fvdl
8f8298758f
LONG_BIT should be 64. From Nicolas Joly.
2003-09-19 12:09:51 +00:00
agc
81976735fd
If we're going to reference SA variables in this file, might as well
...
include the header file to define them. From Steve Woodford.
2003-09-19 11:42:20 +00:00
pooka
ed2f08d8a7
regen (isdnteld)
2003-09-19 11:14:28 +00:00
pooka
12cd483962
add isdn telephony dialout devices
2003-09-19 11:11:37 +00:00
itojun
b7bf49278d
off-by-one. aaron@openbsd
2003-09-19 10:01:53 +00:00
itojun
8a75cadd4e
off-by-one. aaron@openbsd
2003-09-19 10:01:21 +00:00
wiz
a116bdfdfb
Some updates, and note gcc in-tree version partial change.
2003-09-19 08:57:52 +00:00
itojun
7e1f466773
realloc pedant
2003-09-19 08:46:32 +00:00
mrg
f4fc0bf370
make i386 & sparc* output DBX_DEBUG format ("-gstabs") by default for now.
...
XXX: back this out when these platforms switch to GDB 5.3.
2003-09-19 08:43:12 +00:00
itojun
731ae88ecd
realloc pedant
2003-09-19 08:35:15 +00:00
mrg
dd706c0759
note GCC3.3.1 switch for i386, sparc, sparc64 & alpha.
2003-09-19 08:32:26 +00:00
itojun
6379e11194
realloc pedant
2003-09-19 08:29:58 +00:00
itojun
4a7fa92f21
no need for explicit '?'; openbsd
2003-09-19 08:24:07 +00:00
mrg
ee467f4816
switch i386, sparc, sparc64 & alpha to GCC 3.3.1.
2003-09-19 08:15:46 +00:00
itojun
407df6861c
realloc pedant
2003-09-19 07:08:50 +00:00
itojun
a82a0d12e2
realloc pedant
2003-09-19 06:22:03 +00:00
itojun
e99b62a1d7
realloc pedant
2003-09-19 06:11:35 +00:00
itojun
0c4a8b5a7e
realloc pedant
2003-09-19 06:01:24 +00:00
itojun
4698292ea9
realloc pedannt
2003-09-19 05:52:48 +00:00
itojun
ba0ee95e6c
realloc pedant
2003-09-19 05:50:41 +00:00
itojun
143464d11e
realloc mistake
2003-09-19 05:41:33 +00:00
itojun
57e4de6099
add warning on realloc() size de-synchronization. from openbsd
2003-09-19 05:36:59 +00:00
itojun
6e4e427990
realloc mistake. from openbsd
2003-09-19 05:33:15 +00:00
itojun
c747caaab9
make signal range check consistent.
2003-09-19 05:31:11 +00:00
jonathan
5923dedaeb
Fast-ipsec can call ip_output() with a null 'struct socket *so'
...
argument. So check so is non-NULL before doing the pointer-chasing
dance to find the PCB. (Unless and until we rework fast-ipsec and
KAME, to pass a struct in_pcbhdr * instead of the struct socket *).
2003-09-19 00:27:56 +00:00
cl
b826d7b216
add MD part of SA/pthread pagefault handling on powerpc
2003-09-19 00:16:34 +00:00
mrg
f9975d193b
add a HAVE_GDB53 switch. defaults to no one yet.
2003-09-18 23:17:55 +00:00
cl
4fb604b287
add MD part of SA/pthread pagefault handling on sh5
2003-09-18 22:40:04 +00:00
cl
0882aaed34
add MD part of SA/pthread pagefault handling on vax
2003-09-18 22:38:36 +00:00