Mark Newton
04f84b3402
Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messages
...
at boot
1999-07-30 12:39:49 +00:00
Mike Pritchard
f7141d9373
Teach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX.
1999-07-30 12:33:26 +00:00
KATO Takenori
6ae1d5b1aa
Sync with sys/i386/isa/clock.c revision up to 1.142.
1999-07-30 11:43:10 +00:00
KATO Takenori
1cefa3fd39
Sync with sys/i386/i386/machdep.c revision 1.357.
1999-07-30 11:42:05 +00:00
KATO Takenori
a5d4842f09
Removed apm_setup.s.
1999-07-30 11:40:55 +00:00
Mike Pritchard
afb7dc43a9
Document the getdents(2) system call. The documentation was
...
added to the getdirentries(2) man page because 95%+ of that
man page comprised the text of the getdents(2) man page
I obtained from NetBSD.
1999-07-30 11:32:08 +00:00
Mike Pritchard
217c350824
Fix a number of typos.
1999-07-30 10:24:57 +00:00
Mike Pritchard
07677e5025
Document the lchmod(2) system call.
...
Pointed-out-by: bde
1999-07-30 10:08:21 +00:00
Mike Pritchard
38cf40702d
Add a manual page for getdents(2). This was taken from NetBSD, but
...
still needs some cleanup which is why it hasn't been added to the
Makefile yet.
Obtained from: NetBSD
Pointed-out-by: bde
1999-07-30 09:26:50 +00:00
Mike Pritchard
db58ff7d87
Document the lutimes() and futimes() system calls.
...
PR: kern/11213
Obtained from: NetBSD w/some minor changes by me
1999-07-30 09:01:45 +00:00
Mike Smith
733e6274d7
Remove all vestiges of APMIO_BIOS
...
Submitted by: N. Dudorov <nnd@mail.nsk.ru>
1999-07-30 08:24:23 +00:00
Mike Pritchard
4f8d723376
Mdoc cleanup.
1999-07-30 07:45:40 +00:00
Dag-Erling Smørgrav
a4a026b4c0
Show dirty buffers and the percentage of time a disk was busy.
...
PR: 12858
Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl>
1999-07-30 07:44:25 +00:00
David E. O'Brien
55293461db
Only output `rcsid' (set to our Id string) into the resulting parser file.
...
Don't output `sccsid' (set to an anchient UCB Id string) into the parser file.
Submitted by: bde
1999-07-30 06:40:00 +00:00
Warner Losh
758ce8b4e2
Force safer mode of operation for man's use of *roff.
...
Obtained from: OpenBSD's nroff.sh 1.2 by aaron@openbsd.org
1999-07-30 05:20:17 +00:00
Bill Paul
44fe63e5e7
Close PR #12651 : the hash calculation routine has changed in other
...
parts of the kernel but was not updated in nfs_readdirplusrpc().
1999-07-30 04:51:35 +00:00
Bill Paul
f069164876
Fix two bugs in nfs_readdirplus(). The first is that in some cases,
...
vnodes are locked and never unlocked, which leads to processes starting
to wedge up after doing a mount -o nfsv3,tcp,rdirplus foo:/fs /fs; ls /fs.
The second is that sometimes cnp is accessed without having been
properly initialized: cnp->cn_nameptr points to an earlier name while
"len" contains the length of a current name of different size. This
leads to an attempt to dereference *(cn->cn_nameptr + len) which will
sometimes cause a page fault and a panic.
With these two fixes, client side readdirplus works correctly with
FreeBSD, IRIX 6.5.4 and Solaris 2.5.1 and 2.6 servers.
Submitted by: Matthew Dillon <dillon@backplane.com>
1999-07-30 04:02:04 +00:00
Brian Feldman
ac02226555
Fix improper mmap length paramater which can result in improper behavior
...
or cmp crashing in specific cases.
1999-07-29 23:26:22 +00:00
Stefan Eßer
a243da2bc6
Fix install target (install loader.exe, not loader).
1999-07-29 22:22:38 +00:00
Bill Paul
9c9743b67b
Correct the sanity test length calculation in nfsrv_readdirplus(): len is
...
being incremented by 4 bytes too few each time through the loop, which
allows more data into the mbuf chain that we really want. In the worst
case, when we're using 32K read/write sizes with a TCP client, this causes
readdirplus replies to sometimes exceed NFS_MAXPACKET which leads to a
panic. This problem cropped up for me using an IRIX 6.5.4 NFSv3 TCP client
with 32K read/write sizes, however supposedly it can be triggered by
WinNT NFS servers too. In theory, it can probably be triggered by any
NFS v3 implementation using TCP as long as it's using the maxiumum block
size.
Reviewed by: Matthew Dillon <dillon@backplane.com>
1999-07-29 21:42:57 +00:00
Bill Fumerola
66085eafa5
Add the 'Swiss' font, which refers to the name of the font, not the locale.
...
Apologies To: Dan Nelson <dan@emsphone.com>
1999-07-29 21:15:10 +00:00
Bill Fumerola
e3bae09e70
we only need to declare i if we are building for the alpha.
1999-07-29 21:12:54 +00:00
Andrew Gallatin
86af178671
Fix an unbelievably stupid typo that cases as500 & as600 machines booted
...
with a graphics head to panic on boot
1999-07-29 19:09:38 +00:00
Sheldon Hearn
ae996dee37
Add an example for folks who can never remember how to generate a
...
recursive diff for use with send-pr(1).
PR: 12440
Requested by: David Kelly <dkelly@hiwaay.net>
1999-07-29 18:57:39 +00:00
Mike Smith
3cc31bc262
Formatting-only cleanup accidentally omitted from the patch merge in the
...
previous major update. Bring new code into style alignment with the
existing code. No functional changes.
1999-07-29 18:47:39 +00:00
Mitsuru IWASAKI
d0c9cc72d2
No more apm_errno. It breaks the build with APM_DEBUG,
...
uses (sc->bios.r.eax >> 8) & 0xff instead.
1999-07-29 18:15:33 +00:00
Brian Feldman
ab533dd005
lutimes() bug: FOLLOW should be NOFOLLOW for this one.
...
Submitted by: Dan Nelson <dnelson@emsphone.com>
1999-07-29 17:02:56 +00:00
Andrew Gallatin
3a1b3a3fa7
On an AS 600 5/266 (and possibly others), accessing the configuration
...
space of PCI devices that don't exist cause PCI master & target aborts
rather than returning ~0 or giving a machine check. Bring in some code
from NetBSD to handle this properly.
obtained from: NetBSD
reviewed by: dfr
1999-07-29 16:44:22 +00:00
Sheldon Hearn
e4268c5913
Allow comments and blank lines as advertised in passwd(5).
...
PR: 12828
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
1999-07-29 16:30:35 +00:00
Bill Fumerola
773e954047
A stupid nit, change freebsd to FreeBSD.
1999-07-29 15:05:16 +00:00
Brian Somers
12197c9e76
Mention which rfc the DNS/NBNS IPCP extensions come from.
1999-07-29 14:37:26 +00:00
Joerg Wunsch
25d01e9527
Revert rev 1.149. Bruce convinced me that the problem already disappeared
...
by the fix in rev 1.120, which i wasn't immediately aware of.
1999-07-29 11:27:33 +00:00
David E. O'Brien
5da860fa05
Follow the directions in the comments and add our Id string to the output
...
file.
1999-07-29 09:59:06 +00:00
David E. O'Brien
33f62e7951
Go back to using Bison for now, due to `make world' breakage.
...
BTW, if our src/contrib/bison is upgraded from 1.25 to the current 1.27
offering, the build breaks exactly the same way....
1999-07-29 09:49:29 +00:00
David E. O'Brien
6db03527ff
Check that user supplied the required argument; and if not, show usage().
...
Obtained from: OpenBSD
1999-07-29 09:47:33 +00:00
David E. O'Brien
e7bd01e5df
* Don't assume realloc() can take NULL as first arg. Yacc needs to
...
generate portable code...
* Correctly define yyparse() (ie, K&R vs. C++/ANSI-C)
Obtained from: OpenBSD revs 1.5 & 1.10
1999-07-29 09:42:14 +00:00
Dag-Erling Smørgrav
d91908a43c
By popular request: Bill Paul's undying words.
1999-07-29 08:48:44 +00:00
David E. O'Brien
de18e37eba
YYRECOVERING(), not YYRECOVERING.
...
Obtained from: OpenBSD rev 1.8 (approved by Robert Corbett)
1999-07-29 08:47:30 +00:00
David E. O'Brien
030b221f78
Add support for Bison's "%expect <int>" directive.
...
I originally coded this myself, and now I realize {Net,Open}BSD had already
coded this. I have tossed my version to reduce diffs between the projects.
Obtained from: OpenBSD 2.5
1999-07-29 08:42:21 +00:00
Peter Wemm
32610e173d
GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.
1999-07-29 08:33:00 +00:00
Bruce Evans
992fd07673
Removed references to a nonexistent variable. This fixes building kernels
...
without -O.
1999-07-29 07:14:28 +00:00
Bruce Evans
8665be266d
Look for symbols in /modules/*.ko, not in /lkm/*.o.
1999-07-29 07:12:01 +00:00
Mike Smith
64ecbc4d0b
Remove some duplicate definitions, as suggested by Alan Cox.
1999-07-29 07:10:35 +00:00
Mike Smith
27e901101c
Fix for vmspace sharing as per Alan Cox. Thanks!
1999-07-29 06:48:26 +00:00
Brian Somers
7078355be0
Allow room for editing labels on disks that are >= 10000Mb
...
Submitted by: Josef L. Karthauser <joe@uk.FreeBSD.org>
1999-07-29 06:28:52 +00:00
Jordan K. Hubbard
6bac631969
Don't show fdisk choice on Alpha.
...
Suggested by: obrien
1999-07-29 06:23:17 +00:00
Mike Smith
fc372ebd4d
Nuke this, it's not used anymore.
1999-07-29 01:52:13 +00:00
Matthew N. Dodd
f4e3b1e7dd
Fix a typo.
...
Back out a few lines that I haven't dealt with properly yet.
Snickered at by: Mike Smith
1999-07-29 01:51:49 +00:00
Mike Smith
496027bf08
Major update to the kernel's BIOS-calling ability.
...
- Add support for calling 32-bit code in other segments
- Add support for calling 16-bit protected mode code
Update APM to use this facility.
Submitted by: jlemon
1999-07-29 01:49:19 +00:00
Brian Feldman
8799702cbc
Remove XXX from the headers (broke the build, I'm betting.)
1999-07-29 01:20:47 +00:00