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
jonb
996cd2788d
Add a better hint about proper kernel configs than just "See Also sysctl(8)"
2002-10-24 16:06:05 +00:00
scw
b67ad48827
Put bit definitions for the FP control/status register in <sh5/fpu.h> and
...
use them instead of "magic" numbers in the source.
2002-10-24 13:58:48 +00:00
scw
511275734b
Format string fixes.
2002-10-24 13:48:44 +00:00
itojun
22a4160612
be more picky about argument parsing (check ERANGE from strtoul). sync w/kame
2002-10-24 12:54:14 +00:00
jdolecek
b083bd07e0
actually, don't make /dev/io on i386 neither; the kernel only supports
...
it as backwards compat with COMPAT_10 option
2002-10-24 12:19:21 +00:00
lukem
15d16d6089
netbsd-1-6 (although I can't remember the original branch date)
2002-10-24 10:50:06 +00:00
jdolecek
4501e88f21
put back the D_DISK tag for cdevsw mistakely removed in previous
...
revision
2002-10-24 08:04:00 +00:00
fvdl
ab08e70bd1
Make this actually compile.
2002-10-24 07:43:21 +00:00
grant
20aee41979
regen
2002-10-24 06:40:56 +00:00
grant
e1efdc58c7
COREGA are OEM NDC products.
...
add NDC NCP130 rev A2 wireless NIC.
From T. M. Pederson in kern/18609.
2002-10-24 06:40:07 +00:00
augustss
37da939075
Make it compile after the kq changes.
...
XXX I'm not sure what kqfilter cgd should have, it gets nokqfilter for now.
2002-10-24 01:43:54 +00:00
augustss
ec2ec8eeeb
g/c IRDA ioctls (was within #if 0 anyway)
...
Fix kqueue pasto.
2002-10-24 01:36:34 +00:00
jdolecek
c84fb609f6
add comment regarding /dev/io
2002-10-23 22:57:40 +00:00
jdolecek
e51f1ff7d3
don't bother creating /dev/io on archs which don't support it
2002-10-23 22:56:29 +00:00
jdolecek
07099121c1
kqueue branch terminated
2002-10-23 22:38:10 +00:00
jdolecek
879d35cda1
merge rev. 1.50.2.1 (made by lukem):
...
rudimentary support for for displaying DTYPE_KQUEUE fds
2002-10-23 22:37:11 +00:00
mycroft
4b51da752c
Enable Transmeta CPUs without the LongRun registers to get through
...
transmeta_cpu_{info,setup}().
2002-10-23 21:41:34 +00:00
manu
f8aec0fd04
Added a cleanup function for the (un)shared region list, so that it does
...
not grow forever.
2002-10-23 21:30:46 +00:00
manu
13a3d2ed82
In mmap, use the address returned by sys_mmap to keep track of (un)shared
...
regions
2002-10-23 20:45:38 +00:00
perry
59af185fe1
Add hackdir/perm and hackdir/record
...
move larn files into alphabetical order
2002-10-23 20:35:45 +00:00
jdolecek
f040fc2e24
ext2fs_remove(): use 'else' to eliminate need for goto (and improve
...
readibility, even)
2002-10-23 19:52:16 +00:00
perry
e0ea033b82
add code to include (primitive) package tag names
...
XXX This file has gotten big and ugly enough that a bit of a rewrite
is likely in order.
2002-10-23 19:50:30 +00:00
jdolecek
707bbfecd1
g/c cons_ocount, it's not used by anything
2002-10-23 19:48:59 +00:00
christos
dde7426849
From David Laight
...
> The wrong process is aborting when variable assignment fails
> in the vfork path. So the following command fails to execute
> the second echo (shown here with the correct output).
>
> $ (readonly r; r= /bin/echo a; echo b)
> r: is read only
> b
>
> fix: defer the mklocal() to the child shell.
2002-10-23 19:46:34 +00:00
christos
f3dfd6e686
From David Laight:
...
> Also 'jobs' fails in a non-interactive shell.
> In showjobs(), the code that puts the process back into its
> own process group should only be run if the shell is actually
> doing job control - eg if 'mflag' is set.
2002-10-23 19:46:06 +00:00
christos
18c0c9959d
ignore files that contain "..", not symlink sources.
2002-10-23 19:39:42 +00:00
pooka
d16eacc3ef
avoid namespace collision with IMASK
2002-10-23 14:57:15 +00:00
lukem
5b95beaf5f
this is a host prog...
2002-10-23 14:35:28 +00:00
lukem
9e0285bfee
this is a HOSTPROG; no need to set LDSTATIC=-static
2002-10-23 14:22:38 +00:00
scw
b28965836d
Tick off another item.
2002-10-23 13:37:05 +00:00
scw
590d641525
A 64-bit config file for the Cayman.
2002-10-23 13:28:01 +00:00
scw
c774ffbae4
MD glue for COMPAT_NETBSD32 on SH-5.
2002-10-23 13:26:35 +00:00
christos
6166cc6e93
Fix interrupt problam from David Laight
...
$ /fred # non existant command
$ ^C # stops working
He says:
Ok the extra INTOFF is the one in exverror().
In almost all cases this doesn't matter because the longjmp()s
all end up in main() and the FORCEINTON call sorts it out
for the next command.
(There are a significant number of INTON/OFF mismatches through
the error paths...)
In any case the above failure can be 'fixed' by changing 2 (I think
they are both needed) INTON calls to FORCEINTON within evalcommand.
The following patch seems to work:
We should really look in the code and fix the INTON->INTOFF pairs.
2002-10-23 13:25:24 +00:00
scw
31397fedc3
Make the compile if PMAP_DIAG is not defined.
2002-10-23 13:24:28 +00:00
scw
305ef1efe0
Regen to pick up netbsd32___sigaction_sigtramp addition.
2002-10-23 13:18:17 +00:00
scw
cb52115837
In preparation for COMPAT_NETBSD32 on SH-5:
...
- The MD netbsd32_machdep.h header now defines the 32-bit pointer type
instead of using u_int32_t everywhere,
- The MD netbsd32_machdep.h header now defines a macro (at least on
current implementations) which converts a 32-bit pointer to its 64-bit
equivalent,
- Change the MI code to utilise the above two items in all the right places,
- Implement netbsd32___sigaction_sigtramp().
Tested on Sparc64 by Matt Green.
2002-10-23 13:16:38 +00:00
christos
c7e6cd9edb
mention what is wrong with the ({}) productions.
2002-10-23 13:01:16 +00:00
blymn
b7e9ee4287
Added documentation for define_key and keyok
...
Fixed borkage with getpary.
2002-10-23 12:17:45 +00:00