jdolecek
69b18217c3
add RCS IDs
2002-04-01 16:45:24 +00:00
jdolecek
905b8db7c7
add __KERNEL_RCSID()
2002-04-01 16:44:28 +00:00
jdolecek
cedc0276dc
Import H.323 proxy of IPFilter 3.4.25. Upon closer examination,
...
the QNX licence seems to be allow both non-commercial and commercial
use actually.
According to Darren, the H.323 proxy code is buggy ATM, but is imported
here for reference anyway.
2002-04-01 16:29:31 +00:00
eeh
eb4eaa1ba4
Remove test harnass bits.
2002-04-01 15:59:26 +00:00
jdolecek
1414ac04e0
remove stuff not related to NetBSD
2002-04-01 15:58:08 +00:00
jdolecek
aa2f829ddf
remove the 'mv ipnat.1 ipnat.8', the distribution comes with ipnat.8 nowadays
...
add back ip_h323_pxy.c - upon closer examination, the licence seems to be okay
2002-04-01 15:56:51 +00:00
bjh21
fe26e66da4
Instead of using mktemp -d (which isn't available on many systems), use mkdir
...
in a loop to create a temporary directory. Add a few chacks for the sanity
of /tmp first, so as to avoid making the loop infinite.
2002-04-01 15:50:30 +00:00
briggs
1d412354be
Use a major number for random/urandom that agrees with walnut/conf.c
...
Fixes port-powerpc/16151 from smi@sm.sony.co.jp .
2002-04-01 15:48:56 +00:00
manu
456cced40e
Removed one debug line that was committed by mistake
2002-04-01 15:45:16 +00:00
bjh21
c9e4965681
Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1)
...
after all.
2002-04-01 13:59:34 +00:00
bjh21
c18f2e8b59
On second thoughts, don't make mktemp a host tool. It's only used once, for
...
creating a temporary directory for maketars, and mkdir can do that safely
enough.
2002-04-01 13:54:00 +00:00
manu
a98e52cc55
Added code to handle FPU and signal stack for IRIX signal delivery
...
(copied from the native version, not tested yet)
2002-04-01 13:42:36 +00:00
bjh21
15b0cb61a9
Add a default for CAP_MKDB.
2002-04-01 13:30:24 +00:00
ragge
205b746c87
Wrap up SHMMAXPGS to 1024, no reason to keep it low.
2002-04-01 13:28:10 +00:00
manu
8645636b04
Updated comment to reflect the creation of uvm_swap_stats()
2002-04-01 12:24:11 +00:00
lukem
e0f433e649
ensure all sysinst-using makefs generated images have at least 15 inodes free,
...
and be consistent how MAKEFS_FLAGS is defined.
2002-04-01 12:16:11 +00:00
martin
bf8b82a971
Move isic_intr_enable to a file not depending on the HSCX driver, so
...
ifpci-only configurations build again.
Remove the now unused controller enable function from the passive drivers
l2<->l1 interface.
2002-04-01 12:14:26 +00:00
martin
71b6502920
Do not bother to enable interrupts at attach time - we are going to disable
...
them again imediately
2002-04-01 12:12:26 +00:00
lukem
9e302cc286
add description and free space reminder
2002-04-01 11:59:40 +00:00
jdolecek
a4f9b6e45e
s/are are/are/
2002-04-01 11:19:41 +00:00
skrll
db9c02a42c
Add some information for cats.
2002-04-01 11:10:19 +00:00
skrll
d2f69604af
Add cats
2002-04-01 11:07:50 +00:00
jdolecek
04b7839d81
g/c, these are not used on NetBSD
2002-04-01 09:10:38 +00:00
jdolecek
3da0847227
Make work on FPU-less computers again - if FPU is not detected in
...
npxprobe1(), set npxdna_func to new npxdna_empty(). This function just
returns 0 and thus fallbacks to a T_DNA trap (and math emulate, if present).
This fixes kern/15828 by Masaru Oki, tested on 386DX machine.
Reviewed by Jason Thorpe.
make npxdna_s87() and npxdna_xmm() static
g/c (npx_type == NPX_NONE) test from npxdna_s87(), it's no longer needed
2002-04-01 08:11:56 +00:00
enami
89cf6e2727
Hold an extra reference if updating and args.fspec == NULL.
2002-04-01 07:51:58 +00:00
enami
101714165d
Now linux_sigarray.c is included by newly created linux_signo.c.
2002-04-01 06:54:55 +00:00
ichiro
2288447a2e
add more IDs of PRISM family
2002-04-01 02:46:47 +00:00
christos
e356d686bb
Fixes from enami:
...
- If VOP_ACCESS fails when updating mount, we will vrele() twice.
- The check for update-only flags in mp->mnt_flag when not updating
case is bogus. If we really want to check, we need to see flags in
ufs_args, but I'm not sure if it is really necessary.
- The credential passed to ffs_reload was credential of when looking
up mount point, but now it is credential of when looking up device
node. Anyway, it may be current process's credential.
2002-04-01 01:52:44 +00:00
thorpej
87a6b41211
Actually delete obsolete.arm32 this time.
2002-03-31 23:34:00 +00:00
christos
f600368b8f
Provide hooks for signal number to name translation, and use them for kill
...
and PSIG.
XXX[1]: This shows that signal emulation ktrace is slightly busted: posted
signals should really be translated to the emulated ones instead of
producing ktrace records with the signal numbers of the native
emulation.
XXX[2]: There are other places where signal names can be displayed, but this
is not done yet.
2002-03-31 22:44:03 +00:00
christos
840887afee
bring the reverse signal mapping array into linux_signo.c
2002-03-31 22:40:16 +00:00
christos
ac29fb3782
make signal array handling uniform, and put signal arrays in a separate
...
file. This is simular to errno array handling.
2002-03-31 22:22:43 +00:00
christos
83c2f7aaf5
compat signal array renaming.
2002-03-31 22:21:02 +00:00
agc
3387a6a54e
Do the previous differently. Run through the possible ranges for uids in
...
the command line order, then check the default range after that, if none
has yet been found.
Prompted by Brian Poole <raj@cerias.purdue.edu>.
2002-03-31 21:31:10 +00:00
thorpej
2b6a9a289f
* Add set lists for CATS.
...
* Remove obsolete obsolete.arm32
2002-03-31 21:13:24 +00:00
christos
919d9f5617
PR/16136: Chris Jepeway: Bogus entry in /etc/fstab can panic kernel.
2002-03-31 20:53:25 +00:00
bouyer
bf5fb91f9c
Fix typo in a comment. Reported by Alexander Yurchenko in private e-mail.
2002-03-31 19:47:39 +00:00
matt
f599a9fd8d
Some these reflect reality a bit more closely.
2002-03-31 18:18:23 +00:00
bjh21
fb69871067
Add mktemp as a host tool.
2002-03-31 18:11:50 +00:00
bjh21
58017a564d
Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) will
...
need it.
2002-03-31 18:04:11 +00:00
mjacob
9fff4c6833
Thanks to Jason Wright of OpenBSD- spotted that the offsets were all wrong
...
for bus_dmamap_sync calls. They'd been blindly ported from Solaris which
had *one* dma map for the entire control space, so offset was incremented
for the Request, Response and FC Scratch spaces. Tsk. There are three maps
in NetBSD. I should probably make them one anyway.
2002-03-31 17:56:54 +00:00
matt
ee7a858980
Add some free inodes and add ra2/ra3.
2002-03-31 17:30:16 +00:00
matt
e6f6b92da4
Sprinkle some .WAIT's
2002-03-31 17:27:43 +00:00
bjh21
008e9cfd5f
Add 4k to ramdisk image.
2002-03-31 17:00:32 +00:00
bjh21
3f0d7066b3
Add a MAKESUMS variable which invokes makesums with CKSUM in its environment.
...
Use this whenever we want to invoke makesums.
2002-03-31 16:07:53 +00:00
bjh21
1050fe6ae0
Put boot26 in the installation/misc directory, since that's where it's
...
documented as being.
2002-03-31 16:02:30 +00:00
bjh21
85a0df2127
Remove a spurious crypto-related comment that should have gone long ago.
2002-03-31 15:49:58 +00:00
bjh21
080ea4721e
Set CKSUM in the environment when calling makesums.
2002-03-31 15:49:20 +00:00
bjh21
fdfbb66f3a
Use ${CKSUM} rather than cksum if the former's defined.
2002-03-31 15:17:58 +00:00
bjh21
c3e2abe891
Add CKSUM.
2002-03-31 15:01:39 +00:00