dfr
f907f56cde
Partially port kvm to ia64 - virtual to physical translation is incomplete.
2001-10-23 11:05:35 +00:00
peter
991f9ba4be
Turn off the single-user override. We've been running multi-user
...
for some time. Having a machine boot unattended is useful. :-)
2001-10-23 11:04:43 +00:00
ru
fa885ca7dc
Remove references to nfsiod(8) and nfs_client_flags
...
now that they are obsolete.
2001-10-23 10:31:52 +00:00
peter
563a6becf9
__FBSDID() (second half of src/lib/libcrypt changes)
2001-10-23 10:23:32 +00:00
peter
2e67ce5d64
ia64 support. Due to the bogus placement of some i4b includes, it is
...
i386-only, even though it would work on all the isa-capable platforms.
Change the NOI4B so that instead of excluding alpha, it only includes i386.
2001-10-23 10:20:24 +00:00
dfr
5f34b1282c
Add data serialisations after ptc and mov to rr[] instructions.
2001-10-23 10:20:04 +00:00
peter
f3a4628bcc
ia64 support. Hide a.out support solely under i386. While alpha never
...
was released in a.out form, it does define the a.out data structures.
The ia64 port does not.
2001-10-23 10:18:41 +00:00
peter
a8761e579c
ia64 support: move pnpinfo to i386 and alpha sections for now. i386 has
...
native inb/outb etc, and alpha has libio. ia64 doesn't have any yet.
move pppctl to the NOLIBC_R section (libc_r is not possible on ia64 in
its present form due to assumptions about setjmp/longjmp magic)
2001-10-23 10:16:04 +00:00
peter
bd8ef90209
Add ia64 support (stubs, just like i386, alpha)
2001-10-23 10:12:10 +00:00
sos
123757f020
Add a bunch of new PCI ID's for Intel ATA chips.
2001-10-23 09:57:49 +00:00
amorita
df2cb205e6
fix broken `compat_atdisk'(replace raw device name with block device's).
...
Reviewed by: nyan
MFC after: 3 days
2001-10-23 09:39:09 +00:00
sos
3024d1d261
Add experimental support for the HighPoint HPT372 ATA133 controller.
...
Based on docs kindly provided by HighPoint which we thank for
the close cooperation with the FreeBSD project!.
2001-10-23 09:25:57 +00:00
ru
0039a56b1d
Connect cxconfig(8) to build.
...
PR: 30447
2001-10-23 09:24:49 +00:00
ru
fab1e5731d
WARNSify.
2001-10-23 09:23:17 +00:00
amorita
2d213e18a0
Fix compile error of the case using `LINE30' option.
...
Reviewed by: nyan
MFC after: 3 days
2001-10-23 08:54:50 +00:00
sos
65e00e1e1c
Add experimental support for the Promise ATA133 controller.
...
This might need additional code for hotswapping use, but first
I need to get my hands on actual hw...
Based on docs kindly provided by Promise Inc which we thank for
the close cooperation with the FreeBSD project!.
2001-10-23 08:01:47 +00:00
imp
a47ec252d7
Add a tunable (hw.pcic.boot_deactivated) which will boot the system
...
with the pccards deactivated. This can work around some problems in
pccard system, but is also for people that want to explicitly turn on
cards after boot rather that at boot.
MFC after: 7 days
Submitted by: iwasaki-san
Reviewed by: ume-san, shiba-san
2001-10-23 07:04:03 +00:00
imp
af77ecc675
Allow users to specify a command to use as remote command instead of
...
using rcmd directly. This has been in my tree for a long time, but we
may need to sync with OpenBSD before MFC.
Obtained from: openbsd
PR: 15830
MFC after: 2 months
2001-10-23 06:22:15 +00:00
dillon
ee3d6fba10
Fix incorrect double-termination of vm_object. When a vm_object is
...
terminated and flushes pending dirty pages it is possible for the
object to be ref'd (0->1) and then deref'd (1->0) during termination.
We do not terminate the object a second time.
Document vop_stdgetvobject() to explicitly allow it to be called without
the vnode interlock held (for upcoming sync_msync() and ffs_sync()
performance optimizations)
MFC after: 3 days
2001-10-23 01:23:41 +00:00
dillon
45a6fabe87
Change the vnode list under the mount point from a LIST to a TAILQ
...
in preparation for an implementation of limiting code for kern.maxvnodes.
MFC after: 3 days
2001-10-23 01:21:29 +00:00
dd
ceeb7e9e8e
Refer to chflags(2) instead of chflags(1) (since we're a section 2
...
manual page), fix capitalization, and remove chflags reference from
SEE ALSO since the only time it's referenced is with an .Xr, anyway.
Submitted by: bde
2001-10-23 00:54:58 +00:00
dd
316b09762f
This program uses sysexits(3), so it does not exit 1 on failure.
...
PR: 31415
2001-10-23 00:47:27 +00:00
dd
9fa3fe539e
Explain a little about sysexits(3) so that regular users can take
...
advantage of the fact that some programs care to explain why they
failed.
PR: 31415
2001-10-23 00:46:13 +00:00
mike
47a3c1f5da
Remove funky right justification.
...
Pointed out by: bde
2001-10-23 00:42:15 +00:00
ume
4ec2993d48
Fixed the value of the prefixlen in the sadb_address structure.
...
When pfkey message relative to SA is sent, the prefixlen was incorrect.
Obtained from: KAME
MFC after: 1 week
2001-10-22 20:19:47 +00:00
dfr
9ecacc3d02
In the signal trampoline, flush the register stack before calling
...
sigreturn. This appears to fix the last set of problems with csh.
2001-10-22 19:43:05 +00:00
bmah
fbe0b3c772
New release note: pkg_create -b.
2001-10-22 19:23:07 +00:00
bmah
63ff3dd861
Re-order ports collection infrastructure section of release notes.
2001-10-22 19:20:31 +00:00
bmah
489165031c
Delete wx(4) release notes and hardware notes.
...
xl(4) now supports transmit-side TCP/IP checksum offload.
2001-10-22 18:25:39 +00:00
iwasaki
2906ddc3e6
Reduce frequency of Battery info (_BIF) acquisition. This helps
...
avoiding EC read errors on some laptops.
- Stop updating Battery info for all user requests
- Update Battery info by notify events and resume method
- Poll Battery info every one minute
Suggested by: takawata
2001-10-22 18:01:37 +00:00
msmith
df4d8a6530
Fix reversed virtual/physical bus check, whoops!
...
Submitted by: HIROSHI OOTA <oota@LSi.nec.co.jp>
2001-10-22 17:38:02 +00:00
iwasaki
7b150e8681
Fix UserTerms disassembling. Now that dumped ASL can be compiled with
...
ports/devel/acpitools (iasl).
- Merge AML parser to build ACPI namespace
- Comment header info. out so that ASL compiler ignore them
- Fix DSDT header size to be discarded when DSDT file is specified
for input (acpidump and amldb)
- Write DSDT header as well into DSDT file for output
- Fix some trivial typo (Concatenate and SizeOf)
- Remove DEBUG_FLAGS from Makefile (acpidump and amldb)
2001-10-22 17:25:32 +00:00
jlemon
c0844c40fb
Remove unused headers that were breaking LINT.
2001-10-22 16:35:15 +00:00
jhay
cdbf6daf53
Back out my previous commit. It is not necessary anymore now that Ruslan
...
fixed the ipfilter directory with a NOOBJ.
2001-10-22 16:32:44 +00:00
des
335ce8775a
No, you may not /* FALLTHROUGH */. Not only will you return an incorrect
...
result, but you'd corrupt the kernel malloc() arena if it weren't for a
small but life-saving optimization in ioctl().
MFC after: 1 week
2001-10-22 16:13:38 +00:00
imp
556b35dc83
wx is an ex-parrot. wx doesn't exist any more, so remove it.
2001-10-22 16:02:51 +00:00
imp
4d6173a55f
These two used sioreg.h as well. This is mildly bogus, but it is harder
...
to fix right in a hurry.
This (almost) fixes LINT.
Submitted by: bde
2001-10-22 15:59:49 +00:00
des
7a633d0499
Back out part of previous commit: remove #include <sys/proc.h>.
2001-10-22 15:32:12 +00:00
des
4b40bd1b51
Upon further reflection, back out previous commit, partly for the reasons
...
Bruce stated and partly because it introduces gratuitous incompatibilities
with -STABLE.
2001-10-22 15:08:14 +00:00
ume
44216e0fa0
restore the data of the ip header when extended udp header and data checksum
...
is calculated. this caused some trouble in the code which the ip header
is not modified. for example, inbound policy lookup failed.
Obtained from: KAME
MFC after: 1 week
2001-10-22 12:43:30 +00:00
peter
d1e5587d3f
This is __i386__-only, not !__alpha__. We never had userconfig on
...
anything but i386/pc98.
2001-10-22 12:22:08 +00:00
phk
211e34739b
disk_clone() was a bit too eager to please: "md0s1ec" is not a valid
...
device.
Noticed by: Chad David <davidc@acns.ab.ca>
2001-10-22 10:18:45 +00:00
ru
4ad78f5535
Clamp down with NOOBJ.
2001-10-22 10:06:25 +00:00
peter
e8dd921f5d
Argh! Shoot me! (add closing */ after $FreeBSD$ )
2001-10-22 09:54:17 +00:00
peter
f180e2941a
Fix WAW dependency. p6 is written in the syscall epilogue.
2001-10-22 09:17:14 +00:00
jhay
49958ebd30
Unbreak make world by adding .CURDIR here and there.
...
Submitted by: Harry Starr <starr3@gccs.com.au>
2001-10-22 08:56:02 +00:00
dfr
d3087826b3
Fix a few more dependancy violations.
2001-10-22 08:48:11 +00:00
ru
366cc115c9
Remove extra memory region kept by "struct pfil_head pfil_head_t;".
...
Seems to be a typo for typedef, but we don't want this non-style(9)
typedef anyway.
PR: kern/31356
2001-10-22 08:46:23 +00:00
obrien
b9c90ee7fc
Setup for a 200MB FS -- 209715200/512= 409600 sectors.
...
(DFR's latest ia64-root-*.tar.gz leaves only 7.7M avail when created by
dd if=/dev/zero of=ia64-root.fs bs=1024k count=200)
2001-10-22 07:33:38 +00:00
alc
2b32fcf0b5
Implement TCP/IP checksum off-loading on send for the 3c905B and later
...
generation cards.
2001-10-22 06:45:42 +00:00