Doug Rabson
a387081c63
Make this compile on ia64.
2001-10-14 13:45:33 +00:00
Benno Rice
bdf71f568b
Implement pmap_mapdev.
2001-10-14 08:38:16 +00:00
Benno Rice
7947a33926
Remove another unneeded instance of -elf.
2001-10-14 06:02:16 +00:00
Marcel Moolenaar
e30593bd41
Forced commit. There apparently was already a PR for the problem
...
fixed by the previous commit.
PR: 31122
2001-10-14 05:52:49 +00:00
Marcel Moolenaar
c640a5f5f2
When casting from uid16/gid16 to uid/gid respectively, make sure
...
that "no change" (ie 0xFFFF) is properly cast to (int)-1 for those
syscalls that set uids and/or gids.
Verified by: LTP
2001-10-14 03:56:53 +00:00
David E. O'Brien
7e605691b0
Adjust for the movement of `as' headers.
2001-10-14 02:15:58 +00:00
David E. O'Brien
b3119f80e8
You know the last revision will work better if the TARGET_TUPLE is set
...
conditionally....
2001-10-14 02:13:55 +00:00
David E. O'Brien
4ac9161617
Allow easier override of the configure tuple, in case you wanted to build
...
as "powerpc-obrien-freebsd" rahter than "powerpc-unknown-freebsd" for example.
2001-10-14 02:12:40 +00:00
David E. O'Brien
44fdcd56ee
Need to look in additional places for BFD's config.h now.
2001-10-14 02:07:26 +00:00
David E. O'Brien
8f0d33af07
Clean up a little bit more.
2001-10-14 01:58:18 +00:00
David E. O'Brien
4ab605cf6d
Clean up the formatting.
2001-10-14 01:57:19 +00:00
David E. O'Brien
80eaeb4242
We do "sparc64", not "sparc".
2001-10-14 01:57:07 +00:00
David E. O'Brien
83735fac63
Clean up the formatting.
2001-10-14 01:47:30 +00:00
David E. O'Brien
51598dc8ec
We do "sparc64", not "sparc".
2001-10-14 01:33:07 +00:00
David E. O'Brien
cd9d63ec3f
Clean up the formatting.
2001-10-14 01:31:37 +00:00
David E. O'Brien
5c73b63da5
We can easily share a single config.h file across all FreeBSD platforms,
...
which reduces the upgrade effort.
2001-10-14 01:24:07 +00:00
David E. O'Brien
51a64fa24f
Update for Binutils 2.11.2.
2001-10-14 01:08:32 +00:00
David E. O'Brien
b164377e77
We support sparc64, not plain sparc.
2001-10-14 01:00:29 +00:00
David E. O'Brien
bbd7c7f077
Clean up the formatting.
2001-10-14 00:58:59 +00:00
Murray Stokely
325c1f2d13
Note that the contents of /tmp may or may not be kept between system
...
reboots.
Also add a `NOTES' section that reminds the reader that this man page
just documents the system default, and that the hierarchy of a given
site is at the system administrators discretion.
PR: docs/29525
2001-10-13 21:48:57 +00:00
Mark Peek
c538331d7a
Changes for both compilation on NetBSD (PPC) and cross-compilation on FreeBSD.
...
- Hardcode and trim warning flags down to compatible subset.
- Remove -elf FMT flag.
- Allow for NM commandline override.
2001-10-13 19:57:28 +00:00
Matthew Dillon
418fff7e8f
Add warning about zeroing-out the socket structure before populating it.
2001-10-13 17:20:51 +00:00
Dag-Erling Smørgrav
f530103a66
These files have been gone for a long time.
2001-10-13 15:57:05 +00:00
Bruce Evans
d509410f99
Removed most of the zombie man pages in libm. All relevant parts have
...
been copied to msun/man (most of them long ago without proper history).
2001-10-13 14:22:08 +00:00
Bruce Evans
aa842e6a12
Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting to
...
describing these operators in English. This completes the fix in rev.1.3
(rev.1.2 got this wrong by describing wrong operators in English).
Fixed bitrot and improved English in the DESCRIPTION section.
2001-10-13 13:57:32 +00:00
Robert Watson
ab323a7d45
o Update init_sysent.c and friends for allocation of afs_syscall.
2001-10-13 13:30:21 +00:00
Robert Watson
b55abfd929
o Reserve system call 377 for afs_syscall; by reserving a system call
...
number, portable OpenAFS applications don't have to attempt to determine
what system call number was dynamically allocated. No system call
prototype or implementation is defined.
Requested by: Tom Maher <tardis@watson.org>
2001-10-13 13:19:34 +00:00
Bruce Evans
aa00e9d96e
Fixed missing quoting of [-1, +1].
...
Submitted by: phantom
2001-10-13 12:29:25 +00:00
Bruce Evans
64890443c1
Use ".Lb libm" where it will have an effect (not just in the zombie man
...
pages in libm).
Submitted by: phantom
2001-10-13 12:23:23 +00:00
Kazutaka YOKOTA
8166ba27bd
Hack for the "out-of-sync" error.
...
- Count the number of this error.
- When the error is detected for the first time, the psm driver will
throw few data bytes (up to entire packet size) and see if it can
get back to sync.
- If the error still persists, the psm driver disable/enable the mouse
and see if it works.
- If the error still persists and the count goes up to 20,
the psm driver reset and reinitialize the mouse. The counter
is reset to zero.
- It also discards an incomplete data packet when the interval
between two consequtive bytes are longer than pre-defined timeout
(2 seconds). The last byte which arrived late will be regarded as
the first byte of a new packet. This is louie's idea.
You may see the following error logs during the above operations:
"psmintr: delay too long; resetting byte count"
"psmintr: out of sync (%04x != %04x)"
"psmintr: discard a byte (%d)"
"psmintr: re-enable the mouse"
"psmintr: reset the mouse"
MFC after: 1 month
2001-10-13 10:28:02 +00:00
Poul-Henning Kamp
ce9d2b59b2
Regenerate syscall stuff.
...
Remove syscall-hide.h
2001-10-13 09:18:28 +00:00
Poul-Henning Kamp
5ab1bfacb1
Don't generate <sys/syscalls-hide.h> it has never had any users anywhere in
...
the source tree.
2001-10-13 09:17:49 +00:00
Kazutaka YOKOTA
547d4262b2
Update man pages in the section 4 to match the reality in -CURRENT.
...
- Change lines referring to kernel configuration file:
device foo0 at isa port xxx irq yyy...
to
device foo
Describe resource "hints" in /boot/device.hints.
- Try to describe resource allocation and probe/attach behavior in the
newbus framework.
2001-10-13 09:08:37 +00:00
Doug Rabson
3b7ddc3170
Only the first eight arguments can possibly be in stacked registers.
2001-10-13 08:06:20 +00:00
Greg Lehey
5de383bcbc
attachobject: Return correct status after successfully attaching a
...
plex.
Indirectly found by: Hendrik Scholz <hscholz@perikles.toppoint.de>
2001-10-13 07:22:12 +00:00
Bruce Evans
4e567de4ae
Fixed bitrot in a banal comment by removing the comment.
2001-10-13 06:57:59 +00:00
Bruce Evans
c95b982aed
Backed out vestiges of the quick fixes for the transient breakage of
...
<sys/mount.h> in rev.1.106 of the latter (don't include <sys/socket.h>
just to work around bugs in <sys/mount.h>).
2001-10-13 06:41:41 +00:00
Bruce Evans
cba41f69e5
Backed out the quick fixes for the transient breakage of <sys/mount.h>
...
in rev.1.106 of the latter (don't include <sys/socket.h> and/or
<net/radix.h> just to work around bugs in <sys/mount.h>).
2001-10-13 06:05:37 +00:00
Bruce Evans
ccbb36d5ed
Removed unused include of kernel-only file <sys/lock.h>.
2001-10-13 04:54:03 +00:00
Bruce Evans
43ea907a42
Backed out "Compensate for header dethreading [mistakes]" mistakes in
...
alpha files too.
2001-10-13 04:38:46 +00:00
Matthew Dillon
33bd457d91
Makes contigalloc[1]() create the vm_map / underlying wired pages in the
...
kernel map and object in a manner that contigfree() is actually able to
free. Previously contigfree() freed up the KVA space but could not
unwire & free the underlying VM pages due to mismatched pageability between
the map entry and the VM pages.
Submitted by: Thomas Moestl <tmoestl@gmx.net>
Testing by: mark tinguely <tinguely@web.cs.ndsu.nodak.edu>
MFC after: 3 days
2001-10-13 04:23:37 +00:00
Ian Dowse
21eff82f63
Oops, fix a missing condition that broke umount's `-h' option. I
...
had somehow removed an error check in revision 1.26, causing errx()
to be called unconditionally in the -h case.
2001-10-13 02:04:54 +00:00
David E. O'Brien
45a7ac086f
This commit was generated by cvs2svn to compensate for changes in r84865,
...
which included commits to RCS files with non-trunk default branches.
2001-10-13 01:47:52 +00:00
David E. O'Brien
ca8d09641f
Import the extra bits needed to target IA-64, PowerPC, and sparc64.
...
(this is Binutils from the FSF 2.11 branch [checked out 19-July-2001])
2001-10-13 01:47:52 +00:00
Bruce A. Mah
28e80882c1
New release notes: arp(8) prints interface names, strnstr(3)/strcasestr(3),
...
sysinstall(8) can load KLDs.
Minor markup additions.
2001-10-13 00:33:40 +00:00
Jordan K. Hubbard
513cce4025
Add the ability to load klds from a floppy as part of the installation.
...
Submitted by: "Daniel O'Connor" <doconnor@gsoft.com.au>
MFC after: 2 weeks
2001-10-12 22:39:02 +00:00
Bruce A. Mah
2bab9ad217
Re-order "Network Interface Support" section of release notes.
...
No other whitespace, markup, or content changes.
2001-10-12 22:07:09 +00:00
Mark Peek
5930786540
Add memory disk support to allow the boot process to proceed a bit further.
2001-10-12 20:02:50 +00:00
Mark Peek
f57f841372
Modify a virtual address check to allow use of the openfirmware callback
...
used by the PowerPC simulator (PSIM).
2001-10-12 19:55:04 +00:00
Mark Peek
03ea73346d
Add standard calls to device_add_child() and root_bus_configure().
2001-10-12 19:53:22 +00:00