newton
206f542fa4
Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messages
...
at boot
1999-07-30 12:39:49 +00:00
mpp
0b514b0abf
Teach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX.
1999-07-30 12:33:26 +00:00
kato
69ed2c5dc9
Sync with sys/i386/isa/clock.c revision up to 1.142.
1999-07-30 11:43:10 +00:00
kato
862e8ea982
Sync with sys/i386/i386/machdep.c revision 1.357.
1999-07-30 11:42:05 +00:00
kato
2aeb12accc
Removed apm_setup.s.
1999-07-30 11:40:55 +00:00
mpp
03610e3c14
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
mpp
b984ff5dd5
Fix a number of typos.
1999-07-30 10:24:57 +00:00
mpp
e06b0b0b8e
Document the lchmod(2) system call.
...
Pointed-out-by: bde
1999-07-30 10:08:21 +00:00
mpp
cbf8d73ae9
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
mpp
25e85c42a7
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
msmith
3c38788606
Remove all vestiges of APMIO_BIOS
...
Submitted by: N. Dudorov <nnd@mail.nsk.ru>
1999-07-30 08:24:23 +00:00
mpp
f42b7dcfc4
Mdoc cleanup.
1999-07-30 07:45:40 +00:00
des
445c400c38
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
obrien
ffffe6481b
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
imp
937ff682c0
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
wpaul
7f07913dd9
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
wpaul
9bf69787ba
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
green
a448a2abc0
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
se
e22d6206a9
Fix install target (install loader.exe, not loader).
1999-07-29 22:22:38 +00:00
wpaul
a0ef521585
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
billf
d217f4f226
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
billf
a0a9bba6c0
we only need to declare i if we are building for the alpha.
1999-07-29 21:12:54 +00:00
gallatin
b0dce3d9bb
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
sheldonh
cef6367707
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
msmith
4eceeba1ed
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
iwasaki
2e7d3a32be
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
green
7c9726279a
lutimes() bug: FOLLOW should be NOFOLLOW for this one.
...
Submitted by: Dan Nelson <dnelson@emsphone.com>
1999-07-29 17:02:56 +00:00
gallatin
de1c392c86
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
sheldonh
bc7c4b861c
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
billf
476792af68
A stupid nit, change freebsd to FreeBSD.
1999-07-29 15:05:16 +00:00
brian
5795239a2f
Mention which rfc the DNS/NBNS IPCP extensions come from.
1999-07-29 14:37:26 +00:00
joerg
8b7dc7c5cf
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
obrien
d291b1f656
Follow the directions in the comments and add our Id string to the output
...
file.
1999-07-29 09:59:06 +00:00
obrien
f979029f4c
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
obrien
b10abbc3c0
Check that user supplied the required argument; and if not, show usage().
...
Obtained from: OpenBSD
1999-07-29 09:47:33 +00:00
obrien
ecc95f8e7b
* 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
des
a041e6bb66
By popular request: Bill Paul's undying words.
1999-07-29 08:48:44 +00:00
obrien
0f208ce6bb
YYRECOVERING(), not YYRECOVERING.
...
Obtained from: OpenBSD rev 1.8 (approved by Robert Corbett)
1999-07-29 08:47:30 +00:00
obrien
d7c5d95faa
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
e4a8f9d4da
GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.
1999-07-29 08:33:00 +00:00
bde
e0dd4f4f32
Removed references to a nonexistent variable. This fixes building kernels
...
without -O.
1999-07-29 07:14:28 +00:00
bde
11b4b3493e
Look for symbols in /modules/*.ko, not in /lkm/*.o.
1999-07-29 07:12:01 +00:00
msmith
9eb6a913ca
Remove some duplicate definitions, as suggested by Alan Cox.
1999-07-29 07:10:35 +00:00
msmith
2b81d6a6ed
Fix for vmspace sharing as per Alan Cox. Thanks!
1999-07-29 06:48:26 +00:00
brian
6136b590e0
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
jkh
34b40fa57f
Don't show fdisk choice on Alpha.
...
Suggested by: obrien
1999-07-29 06:23:17 +00:00
msmith
d47ae04f04
Nuke this, it's not used anymore.
1999-07-29 01:52:13 +00:00
mdodd
371aa4e1b9
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
msmith
e495b00d19
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
green
0cee2525fa
Remove XXX from the headers (broke the build, I'm betting.)
1999-07-29 01:20:47 +00:00