thorpej
a8151a52ca
Split isnan() into its own file.
2002-10-26 06:51:32 +00:00
thorpej
bc4821e36e
* Use the common ieee754_* routines (and add ones we were missing).
...
* Note that several routines are still missing for hppa.
2002-10-26 06:44:54 +00:00
yamt
ebc708387a
add VT_LFS case.
2002-10-26 06:03:50 +00:00
lukem
f0349d3444
tweak reference to me
2002-10-26 04:21:12 +00:00
lukem
02c9f40f67
crank version for statfilecmd() 'fix'
2002-10-26 04:19:56 +00:00
thorpej
2b3b2f08d6
Rather than relying on pure luck to get the log file on STDERR_FILENO,
...
explictly dup2 the log file dscriptor to STDERR_FILENO and close the
original.
2002-10-26 01:47:52 +00:00
thorpej
d2ed7ebdd1
* Use STDOUT_FILENO instead of 1.
...
* Pass the file descriptor to request_init() (libwrap) so that
it can actually do something useful later in fromhost().
2002-10-26 01:46:31 +00:00
jdolecek
53ab400e78
add <machine/atomic.h> for netwinder (copied from cats, just wrapper
...
to #include <arm/atomic.h>)
2002-10-25 22:53:57 +00:00
martin
a4c5b71389
Fix pasto.
2002-10-25 21:50:10 +00:00
martin
8c2d46f972
Add a few symbols.
2002-10-25 21:49:41 +00:00
leo
e70f340199
Fritz!PCI v2.0 ISDN driver from FreeBSD.
2002-10-25 21:03:47 +00:00
wiz
3ced2f4983
Mention moused(8). From Julio Merino in PR 18801.
2002-10-25 21:02:45 +00:00
wiz
433a9df61c
Mention wsmoused(8). From Julio Merino in PR 18801.
2002-10-25 21:02:25 +00:00
wiz
c49637989c
Mention wsmoused(8) in some places (based on patch from PR 18801 by
...
Julio Merino).
2002-10-25 21:00:45 +00:00
thorpej
4b68c83f09
Make these work with GCC 3.x.
2002-10-25 20:46:44 +00:00
wiz
68ab92d7a4
Add some _DIAGASSERTS(). Ok'd by christos.
2002-10-25 20:42:02 +00:00
martin
325d7cc0df
Scan code/keymap table for sun keyboards and wscons.
...
From OpenBSD, written by Jason L. Wright.
2002-10-25 20:40:34 +00:00
wiz
d94dd4600f
ispell. Use more markup.
2002-10-25 20:10:21 +00:00
yamt
c81873c76e
- add -A and -B option.
...
- change -3 to a synonym of "-A1 -B1".
(to make compatible other implementations)
- eliminate duplicated codes.
- fix crashes for -3.
2002-10-25 20:06:56 +00:00
junyoung
9d459e65ae
Register aperture is now mapped as a subregion of the framebuffer aperture
...
using bus_space_subregion(). This makes reg*() look better.
2002-10-25 18:57:06 +00:00
briggs
c315d5acf6
Double the amount of stack space for ofwboot.
2002-10-25 18:19:43 +00:00
martin
456f63b54e
Sprinkle a few bus_space_read*/bus_space_write* calls and simplify register
...
offset calculation. Mostly from Bang Jun Young.
Don't call wsdisplay_cnattach unconditionally.
On sparc use OF to decide whether we are console output.
This makes it actually work on my U5 - if only we had a keyboard driver
to produce wskbd events (coming soon).
2002-10-25 18:03:03 +00:00
kent
4669f33e4f
regen
2002-10-25 15:58:03 +00:00
kent
9bedd91d95
Correct a typo in the previous change.
2002-10-25 15:56:47 +00:00
kent
7da30dbfb0
Add vender IDs and product IDs:
...
- ENE CB1410 (http://mail-index.netbsd.org/tech-kern/2002/10/24/0038.html )
- iCompression iTVC15
Correct ID of AMD PBC8111_AC.
2002-10-25 15:54:33 +00:00
briggs
458f8dc093
Restore .Lpmc_intr_return -- ben only removed one of two references to it.
2002-10-25 14:29:37 +00:00
fvdl
fe9d9a8b25
Fix MTRR code which had been broken since the MP merge (but silently
...
failed due to a missing include of opt_mtrr.h in cpu.c)
2002-10-25 12:01:56 +00:00
fvdl
526dd035ea
Add macros for cpuid family/step, etc shifting. Moved here from
...
machdep.c.
2002-10-25 12:00:11 +00:00
jdolecek
4f5c93d217
remove arm/footbridge/footbridge_irqhandler.h, it's not installed anymore
2002-10-25 09:19:29 +00:00
jdolecek
7579e4a9fb
do not install footbridge_irqhandler.h
2002-10-25 07:57:39 +00:00
jdolecek
a8dbe27136
add a missing opmskqfilter() prototype
2002-10-25 07:47:56 +00:00
yamt
ac3a01e67e
use B_ASYNC for children of nested buffers in genfs_getpages.
...
ok'ed by Chuck Silvers.
2002-10-25 05:44:41 +00:00
oster
661b040860
Poolify callback descriptor allocation. While some of the underlying
...
problems just get shuffled around a bit, we do play more nicely with
LOCKDEBUG now.
2002-10-25 03:14:37 +00:00
itojun
3772e08b03
be more picky about numeric arg parsing. sync w/kame
2002-10-25 02:20:37 +00:00
itojun
4af2926283
Turns out that our implementation of STAT wasn't RFC 959 compliant.
...
This version is now RFC 959 compliant, using a patch adapted from one
sent in by david.leonard@eecs.uq.edu.au
openbsd libexec/ftpd/ftpd.c revision 1.69.
(see RFC959 page 36)
2002-10-25 01:45:37 +00:00
mycroft
8131f239bf
IBSS mode does in fact work on some earlier Symbol firmware versions, as
...
witnessed by my home network.
2002-10-25 01:35:12 +00:00
chris
02debbc8ab
Add comment explaining what DDB_KEYCODE does. It should probably be renamed
...
to DDB_BREAK_CHAR to match the com driver at some point, although even that
isn't used everywhere.
2002-10-25 00:08:43 +00:00
petrov
45a2f80742
Remove duplicate code in iommu_dvmamap_sync.
2002-10-24 23:24:01 +00:00
agc
53db780200
Add arm/footbridge/footbridge_irqhandler.h to sync with reality.
2002-10-24 23:08:07 +00:00
atatat
68277bb301
In the case of a double amap_extend() (during a forward merge after a
...
back merge), don't abort the allocation if the second extend fails,
just abort the forward merge and finish the allocation.
Code reviewed by thorpej.
2002-10-24 22:22:28 +00:00
christos
3bdf8a1678
fix a couple of lint warnings.
2002-10-24 20:54:41 +00:00
christos
07dca24022
make offsetof lint friendlier.
2002-10-24 20:53:50 +00:00
christos
3d15188e5d
use -X to ignore static function unused warnings, and echo the command.
2002-10-24 20:52:38 +00:00
martin
1def10c9a4
A few 64bit nits.
2002-10-24 20:41:59 +00:00
atatat
2d6863ada3
Call amap_extend() a second time in the case of a bimerge (both
...
backwards and forwards) if the previous entry was backed by an amap.
Fixes pr kern/18789, where netscape 7 + a java applet actually manage
to incur forward and bimerges in userspace.
Code reviewed by fvdl and thorpej.
2002-10-24 20:37:59 +00:00
chopps
32e3bfbd42
add xref to init where security levels are discussed, more should probably
...
be written in this manpage on this subject.
2002-10-24 18:51:19 +00:00
junyoung
83f535c080
Add commented-out machfb attachment.
2002-10-24 18:22:53 +00:00
junyoung
2c1cfbd9df
Add machfb, ATI Mach64/Rage framebuffer display driver.
...
XXX this version is not fully functional yet. More to come shortly.
2002-10-24 18:15:57 +00:00
chs
ea6ddab6a8
the work-around in rev. 1.37 (turn off async) wasn't enough to prevent
...
hangs under heavy load. so we now apply the more extreme version:
make MFS mounts "sync". fixes PRs 17128 and 17321.
2002-10-24 16:41:00 +00:00
wiz
e4a36f578d
Whitespace nit. Use .Nm instead of crossreferencing ourselves.
2002-10-24 16:22:49 +00:00