matt
e104d5f8a7
Install <hppa/mcontext.h>
2003-09-20 22:25:40 +00:00
bouyer
50a25ded2d
memset(0) ext_getq_args before use. Should fix bin/22592 by Mark Davies.
2003-09-20 22:25:29 +00:00
matt
467632cd2a
Install <machine/mcontext.h>
2003-09-20 22:25:07 +00:00
matt
fe365eaf9d
Fix printf botch
2003-09-20 22:24:00 +00:00
bouyer
d9ce986b70
Remove the "Register ghost test". It won't work, because on ATA register
...
of both devices are written, and device 0 will respond for device 1 if
device 1 isn't present. Pointed out by Quentin Garnier.
So the only way to know if device 1 is there or not is to send a command, which
is done later.
Detecting the second device here isn't important and won't speed up the probe.
We just need to know if there is at last one device on the bus.
Fix PR kern/22869 from Julio M. Merino Vidal.
2003-09-20 21:42:47 +00:00
jdolecek
d07d321142
if mounted ASYNC, use delayed writes for metadata, which improves performance
...
of these operations significantly
based on FreeBSD ufs_lookup.c rev. 1.8, by John Dyson
2003-09-20 21:05:53 +00:00
dsl
d421676fae
Put fs type back into bintall command line.
2003-09-20 20:55:34 +00:00
jdolecek
330f3d1e19
sort recently added entries
...
pointed out by Valeriy E. Ushakov on source-changes
2003-09-20 18:57:28 +00:00
yamt
17f9466183
some comments
2003-09-20 17:51:55 +00:00
tron
01c3d246ff
Add my name to the list of the culprits.
2003-09-20 17:17:40 +00:00
grant
76036fea3c
add -e flag to set the separator to '=' where the default is ' = '.
...
this allows sysctl output to fed back into itself. inspired by
FreeBSD's sysctl(8).
ok'd by atatat.
2003-09-20 17:02:17 +00:00
dsl
e1f4ec62b8
Fix a few arch/md.c to use targetroot_mnt instead of "/mnt".
2003-09-20 15:40:41 +00:00
thorpej
7cc3c61aa7
Document "show sched_qs".
2003-09-20 15:15:39 +00:00
cl
b15cfcd9be
correctly define _W_INT ifdef _KERNEL
...
- kernels where sizeof(u_short) != sizeof(int) were broken otherwise
2003-09-20 14:59:56 +00:00
itojun
1ce85c4e12
plug memory leak. from kame
2003-09-20 13:04:07 +00:00
jmmv
0de57ce6ff
Set BSDSRCDIR and NETBSDSRCDIR in the make wrapper, so we always get the
...
right source directories (in case they are defined in mk.conf using '?=').
2003-09-20 10:14:41 +00:00
igy
74003aa23a
reading MAC address from EEPROM
2003-09-20 10:11:27 +00:00
jdolecek
1f4caa5ecd
add mine:
...
``NetBSD - no propaganda in the default system, in more than 10 years!''
2003-09-20 09:21:25 +00:00
jdolecek
ea7271519d
regen - addition of KYE G-07 joystick entry
...
contributed in kern/22837 by Sergey Svishchev
2003-09-20 09:17:36 +00:00
jdolecek
63eb0e1ad8
add entry for KYE G-07 joystick
...
contributed in PR kern/22837 by Sergey Svishchev
2003-09-20 09:16:44 +00:00
christos
5508d7c9b8
print the name of the driver that found the ghost
2003-09-20 07:07:39 +00:00
christos
5deb330b87
add kcore init function.
2003-09-20 06:22:31 +00:00
lukem
9c437ec754
Change LNFILES' to
BUILDSYMLINKS', to more accurately describe its purpose.
...
Per discussion with Simon Gerraty.
2003-09-20 06:20:41 +00:00
itojun
7fda10aea9
separate netkey/key* and netipsec/key*
2003-09-20 05:14:41 +00:00
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