ichiro
3ee53752e9
It is missing fflush() when scanning the network and no avaible AP.
2002-01-28 22:07:30 +00:00
thorpej
9c3a981460
Just use the stock m68k/elf_machdep.h for now, so that things compile.
...
A patch to handle EF_M68000 will be posted shortly.
2002-01-28 21:52:49 +00:00
thorpej
186e6c6ef1
Make sun2 use the new toolchain.
2002-01-28 21:46:49 +00:00
thorpej
74474e4e91
Patch posted to binutils@sources.redhat.com by Matt Fredette
...
(should make it into stock binutils as soon as Matt's copyright
assignment paperwork is finalized):
bfd:
* elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
EF_M68000.
binutils:
* readelf.c (get_machine_flags): Recognize EF_M68000.
gas:
* config/tc-m68k.c (md_show_usage): No longer display a
hard-coded "68020" for the default CPU, instead display the
canonical name of the true, configured default CPU.
(m68k_elf_final_processing): Mark objects for sub-68020
CPUs with the new EF_M68000 flag.
include/elf:
* m68k.h (EF_M68000): Define.
2002-01-28 21:39:07 +00:00
thorpej
2ef9623f96
Define EF_CPU32 and EF_M68000.
2002-01-28 21:34:48 +00:00
thorpej
cde2b1d9c7
Clean up CPP flags.
2002-01-28 21:29:46 +00:00
thorpej
f3121769a7
Add support for m68010-*-netbsdelf* using the existing m68k/netbsd-elf
...
configuration.
2002-01-28 21:10:51 +00:00
thorpej
c5b600d0bc
Regen: Add product ID for the Intel i82544GC 64-bit variant.
2002-01-28 19:57:00 +00:00
thorpej
16fe240828
Add product ID for the Intel i82544GC 64-bit variant.
2002-01-28 19:55:15 +00:00
tv
b212f6ddf9
Identify where errors come from, rather than just doing err[x]("%s", foo).
2002-01-28 19:44:03 +00:00
tv
0c41d3705e
Ensure a space after # or #line so we don't pick up stray #pragmas and
...
so forth in the .depend file.
2002-01-28 19:26:35 +00:00
thorpej
546bb05742
GNU_ARCH.m68000=m68010
2002-01-28 19:22:52 +00:00
bouyer
6d7c6c755b
In hpt_pci_intr(): There is interrupt pending once IDEDMA_CTL_ACT is
...
turned off. It seems that IDEDMA_CTL_INTR is asserted before DMA transfer
is complete, leading to race condition in case of interrupt sharing.
Discovered reading the FreeBSD code.
2002-01-28 15:30:29 +00:00
wiz
f50740c1dd
Remove mention of -I in SYNOPSIS until we've actually implemented it.
...
Seems to have slipped in unintendedly in a v1.12.
Addresses standards/15401.
2002-01-28 13:49:49 +00:00
augustss
550d5dae5a
Make it compile (more vmstat fallout).
2002-01-28 13:20:43 +00:00
augustss
d904dc6dd8
Make it compile again (vmstat change fallout).
2002-01-28 13:10:01 +00:00
wiz
534f95bc6e
Fix Xref.
2002-01-28 12:29:38 +00:00
wiz
3f3fd41484
Grammar and punctuation fixes.
2002-01-28 12:26:08 +00:00
aymeric
1ea4df81a8
add __KERNEL_RCSID as suggested by Luke Mewburn
2002-01-28 09:56:43 +00:00
aymeric
1a16f52c0a
sort a couple of entries by vendor number.
2002-01-28 09:25:33 +00:00
bouyer
d335e7afdc
Note that check_disks also reports failed raidframe components.
2002-01-28 09:02:51 +00:00
uwe
338616067d
Experimental config file for JavaStation NC (aka Krups). Not yet
...
usable without some additional patches to the tree, but handy to have
checked in for reference.
2002-01-28 08:55:39 +00:00
uch
0cc2d5d9dd
make this compile without DIAGNOSTIC.
2002-01-28 05:40:58 +00:00
uch
1391d49aaa
decrease sbss,sdata section size.
2002-01-28 05:40:30 +00:00
sommerfeld
c127a007e8
really fix it this time.
2002-01-28 03:47:14 +00:00
sommerfeld
3c99883ed4
Finish conversion to new-style isa config machinery (#ifdef DEBUG code was
...
left unconverted)
2002-01-28 03:45:25 +00:00
simonb
4aceab2a3d
Remember to update the "size copied" counter in sysctl_diskstats().
2002-01-28 03:33:55 +00:00
simonb
9e42930807
Use TAILQ_FOREACH().
2002-01-28 03:12:13 +00:00
simonb
f69ac131ba
Drop the setgid'ness now that ../../usr.bin/vmstat/dkstats.c uses
...
sysctls now.
2002-01-28 02:16:56 +00:00
simonb
0f944ef22b
Use the new disk and tty stats sysctls when operating on a live kernel,
...
dk*() don't need to worry about setgid() games anymore.
2002-01-28 02:15:15 +00:00
wiz
bae3b2f44b
Punctuation fixes.
2002-01-28 02:07:57 +00:00
simonb
3860ddc415
Descend into kern.tkstat.
2002-01-28 02:07:40 +00:00
simonb
adce1e7c12
Document the new kern.tkstat.* sysctls.
2002-01-28 02:07:01 +00:00
simonb
bfc71f3c10
Add sysctls to read tk_{nin,nout,cancc,rawcc} (under a kern.tkstat node).
...
"extern" those variables in <sys/dkstat.h>, and add declarations for them
in sys/tty.c
2002-01-28 02:06:02 +00:00
augustss
38691fa87a
Explain the 'ex0: uplistptr was 0' message.
2002-01-28 01:57:29 +00:00
thorpej
fbf7ff9f0c
m68000 also gets "-netbsdelf", for consistency with m68k.
2002-01-28 01:44:19 +00:00
simonb
750526acc6
ANSIfy.
2002-01-28 01:37:17 +00:00
augustss
ec18ceb107
Keep adv in alphabetical order.
2002-01-28 01:23:32 +00:00
augustss
5546150f48
Note `adv at cardbus'
2002-01-28 01:22:14 +00:00
thorpej
82405f125e
Reverse the sense of the check for new-toolchain platforms. Instead,
...
list the MACHINE_ARCHs and MACHINEs that have NOT yet converted to
the new-toolchain.
2002-01-28 00:37:25 +00:00
kleink
f100d16fcf
C99: support INF, INFINITY, NAN and NAN(n-char-sequence-opt) arguments.
2002-01-28 00:10:04 +00:00
simonb
8e6a975576
Fix a tyop in a comment.
2002-01-27 23:50:36 +00:00
ross
de50fe2e64
Drink ALL the Kool-Aid.
...
(Move -mieee from lib/ to bsd.*.mk; new var MKIEEEFP defaults to yes.)
2002-01-27 23:33:51 +00:00
augustss
044c8f0a7a
Use M_WAITOK instead of M_NOWAIT when allocating extra descriptors.
...
Spotted by OpenBSD.
2002-01-27 23:00:34 +00:00
is
5df9b72bfe
make this really compile.
2002-01-27 22:37:28 +00:00
bouyer
42b4a64371
If check_disks=YES, check for failed components in RAIDframe devices.
2002-01-27 22:08:50 +00:00
bouyer
3ba24c2b42
IF we change the ATA modes, also reset the device, so that we can retry
...
the command with the new mode.
2002-01-27 22:00:40 +00:00
thorpej
4586df0992
On Alpha, build libc and libm with -mieee ... A metric crapload
...
of 3rd party software expects this.
XXX TODO: consider libm-fast for alpha that is not -mieee. Possibly
determine -mieee or not at run-time based on a bit in the executable
headers.
2002-01-27 21:59:18 +00:00
thorpej
abcece08e4
Add a regression test for mkdir(2) and rmdir(2).
2002-01-27 21:49:46 +00:00
jdolecek
1731882d0a
emuxki_set_params(): don't try to set parameters if the appropriate
...
'voice' is not initialized
This fixes kern/15394 by Onno van der Linden.
Code fragment to trigger the bug:
AUDIO_INITINFO(&info);
info.mode = AUMODE_PLAY;
info.play.channels = 2;
fd = open("/dev/audioctl0", O_RDWR);
(void)ioctl(fd, AUDIO_SETINFO, &info);
emuxki_voice_set_audioparms(): g/c check for voice == NULL, this is
never called with null voice
some minor style changes in emuxki_open()/emuxki_close()
2002-01-27 20:38:07 +00:00