wiz
c650ef5756
Remove (commented out) krb_equiv(3) reference, suggested by joda.
2002-06-13 11:19:48 +00:00
dsainty
4cfd804df5
Regen.
2002-06-13 11:16:11 +00:00
dsainty
5c6618951c
Add 3com Bluetooth adapter
2002-06-13 11:11:08 +00:00
wiz
e8288082fa
de-__P, ANSIfy.
2002-06-13 11:01:08 +00:00
wiz
9e20e355d7
Fix Xref from i4bipr to irip.
2002-06-13 09:15:39 +00:00
gavan
dab70e6816
Support for new NBKernel filetype. The user can now double click a NetBSD
...
kernel to boot straight into that kernel.
2002-06-13 08:41:52 +00:00
gavan
679a365ac1
Rename file icon to match new filetype, and move towards conformance with
...
Acorn's Style Guide.
2002-06-13 08:34:29 +00:00
itojun
425b0d2350
typo
2002-06-13 05:12:12 +00:00
itojun
00f97b0202
drop too short IPv6 frame
2002-06-13 05:10:34 +00:00
itojun
a8dde3fa57
free secpolicy on deepcopy failure
2002-06-13 05:10:13 +00:00
itojun
bc880e4114
correect AF_INET6 handling
2002-06-13 05:09:52 +00:00
wiz
d844f0d7b1
Fix Xrefs.
2002-06-13 00:15:09 +00:00
wiz
78c59017cc
Remove photurisd reference.
2002-06-13 00:14:26 +00:00
wiz
8def406232
Comment out Xref to krb_equiv(3), which does not exist.
2002-06-13 00:09:06 +00:00
wiz
3d2f145dd1
Fix Xrefs to point to relevant files (non-groff versions), and remove one
...
we don't install at all.
2002-06-13 00:00:30 +00:00
augustss
ff306f407a
Fix typo in probe code.
2002-06-12 23:33:56 +00:00
lukem
1cf21a4eeb
as COPYDIR copies files with 444 permissions, we need to explicitly
...
add MTREE entries to change the permissions of executable programs
such as usr/mdec/installboot and usr/mdec/binstall
2002-06-12 22:59:31 +00:00
eeh
bfc1e3973f
Dynamically allocate the buffer we use for filesystem deblocking based on
...
the filesystem blocksize in the super block. Allows us to read filesystems
with block sizes > 8KB.
2002-06-12 22:18:02 +00:00
wiz
f3fbf7696d
Fix xref, it's aliases(5), not alias(5).
2002-06-12 21:58:45 +00:00
wiz
0dd9855753
Don't mention db types we don't have (and related bugs).
2002-06-12 21:56:29 +00:00
wiz
59cf1ed286
Do not xref to ourselves, use Nm.
2002-06-12 21:48:09 +00:00
manu
022bd85d32
When sproc is used to create a share group with shared memory, there is a
...
private area called PRDA that remains unshared. We implement this by using
different vmspace for each share group member, and keeping the memory
appings in sync on each mmap/munmap/mprotect/break...
We use irix_saddr_sync_vmcmd and irix_saddr_sync_syscall to apply a
vmcmd or a syscall to all share group member, this makes the job a bit
easier.
Also implements {get|set}rlimit{64}.
2002-06-12 20:33:20 +00:00
veego
bd46e08c93
The last commit wasn't tested. Add a missing \
2002-06-12 19:59:55 +00:00
wiz
494b18acc8
regen (ttyE addition)
2002-06-12 19:41:58 +00:00
leo
d463d60e3f
Add the wscons devices (ttyEx) so you can really login on the Milan in
...
multi-user mode...
2002-06-12 19:36:31 +00:00
fvdl
4f2f06c917
Attempt to juggle the 2 seperarate status/mask bit sets for plain FP
...
and XMM to provide a consistent interface.
2002-06-12 19:17:22 +00:00
fvdl
c7647a1294
Fix up the FP code some, and make it deliver XMM exceptions. Adapt
...
sigframe a bit.
2002-06-12 19:13:27 +00:00
thorpej
fe57329435
Don't build toolchain bits for hppa, for now.
2002-06-12 19:09:37 +00:00
itojun
dc96111483
deep-copy pcb policy if it is an ipsec policy. assign ID field to all
...
SPD entries. make it possible for racoon to grab SPD entry on pcb
(racoon side needs some changes). sync w/kame
2002-06-12 17:56:45 +00:00
eeh
9984a8bbcc
Fix some corner cases in bus_dmamap_load_mbuf().
...
From Takeshi Nakayama <tn@catvmics.ne.jp>
2002-06-12 17:06:15 +00:00
wiz
58b3150f66
Fix punctuation in last.
2002-06-12 15:27:55 +00:00
fvdl
6185aa1a60
Make it absolutely clear that bus_dmamap_sync is explicitly needed
...
for correct operation on all platforms.
2002-06-12 15:23:34 +00:00
grant
cbed83795f
s/kern.tgz/kern-GENERIC.tgz/
2002-06-12 12:19:53 +00:00
pooka
b31cb5dea9
add -o to synopsis
2002-06-12 11:22:41 +00:00
leo
2058a97228
more atari docu fixes.
2002-06-12 11:21:35 +00:00
bouyer
6280502d5f
Bump delay() between reset and IDENTIFY from 100 to 5000. Some ATAPI devices
...
wedge when talking to them too soon, and incorrectly react to WDC_RESET.
Close PR kern/17208 by Paul Goyette.
2002-06-12 09:55:47 +00:00
wiz
53f8a68c5f
Add Xr to fileno(3).
2002-06-12 09:21:40 +00:00
wiz
e2451b5981
Add Xr to fileno(3), as request in lib/17224.
2002-06-12 09:20:48 +00:00
bouyer
d5bc7a86e8
If it exists, source /mnt/etc/defaults/rc.conf before /mnt/etc/rc.conf,
...
so that upgrade.sh gets all the parameters in its initialisation phase.
2002-06-12 09:10:02 +00:00
itojun
cc8fe8c179
make function static
2002-06-12 03:46:16 +00:00
itojun
bad1f500a7
remove unused functions
2002-06-12 03:37:14 +00:00
itojun
e64f591364
mention that GATEWAY will compile in sys/netinet/ip_flow.c.
2002-06-12 02:08:30 +00:00
itojun
3489976392
do not copy policy-on-socket at all. avoid copying packet header value to
...
struct spindex. should reduce memory usage per socket/pcb, and should speedup
ipsec processing. sync w/kame
2002-06-12 01:47:34 +00:00
eeh
c08cac5019
Use the correct bus handle to generate the handle for the streaming buffers.
2002-06-12 00:43:22 +00:00
wiz
e768795cdc
There's no usb(3); remove Xrefs to it.
2002-06-12 00:24:39 +00:00
wiz
6ad1c67912
Instead of Xref to ourselves, use .Nm.
2002-06-12 00:21:53 +00:00
wiz
4bdb566287
Comment out Xref to plot(1), which we don't have.
2002-06-12 00:19:48 +00:00
wiz
289b43b8f2
There is no vn_unlock; remove Xref and replace with explanation why not,
...
provided by fvdl. While here, ispell.
2002-06-11 23:56:21 +00:00
eeh
e98ab1d613
Fixes for the rtc clock on Netra X1 machines from PRs 15611 and 16816
...
by Takeshi Nakayama.
2002-06-11 23:33:27 +00:00
wiz
3593723af0
Change i4b xrefs to isdn xrefs.
2002-06-11 23:31:01 +00:00