Nick Hibma
2bee57be2f
Fixed line counting error.
1999-03-27 22:41:40 +00:00
Dag-Erling Smørgrav
9b030d1073
Partial fix for the forking problem: if we can't access the master maps,
...
try again with the unrestricted map.
PR: bin/10821
1999-03-27 21:51:33 +00:00
Alan Cox
4160ccd978
Added pread and pwrite. These functions are defined by the X/Open
...
Threads Extension. (Note: We use the same syscall numbers as NetBSD.)
Submitted by: John Plevyak <jplevyak@inktomi.com>
1999-03-27 21:16:58 +00:00
Wolfgang Helbig
cf5f6adf44
Due to the switch form Julian to Gregorian calender,
...
even a whole month might be missing.
This caused a bug for the LN -calender, whose switch was
on Dec 12, 9999.
1999-03-27 21:08:13 +00:00
Bill Paul
8fe2c75e31
Make the xl and pn drivers work on FreeBSD/alpha and add them to
...
sys/alpha/conf/GENERIC.
Note: the PNIC ignores the lower few bits of the RX buffer DMA address,
which means we have to add yet another kludge to make it happy. Since
we can't offset the packet data, we copy the first few bytes of the
received data into a separate mbuf with proper alignment. This puts
the IP header where it needs to be to prevent unaligned accesses.
Also modified the PNIC driver to use a non-interrupt driven TX
strategy. This improves performance somewhat on x86/SMP systems where
interrupt delivery doesn't seem to be as fast with an SMP kernel as
with a UP kernel.
1999-03-27 20:41:25 +00:00
Nik Clayton
fa93788041
If ALLLANG is not set then ensure that DOC_LANG=en is, so that
...
the English Handbook is built (it's not built by default any more).
1999-03-27 16:02:04 +00:00
Steve Price
d5477a461b
Bump __FreeBSD_version to denote that we now have a functional
...
dladdr(3) implementation.
Discussed with: jdp, nate
1999-03-27 05:26:10 +00:00
Eivind Eklund
361d0ec590
Remove incorrect lock specs for vop_whiteout (introduced by Lite/2).
...
The lock specs are for vnodes only.
Add (hopefully correct) lock specs for vop_strategy, vop_getpages and
vop_putpages.
1999-03-27 03:08:07 +00:00
Eivind Eklund
4491ea9111
Correct a comment.
1999-03-27 02:39:01 +00:00
Jordan K. Hubbard
0f74091f66
1. Update TAPE to point to new CAM-style device name.
...
2. Don't prompt for removal twice on fixit floppy.
Submitted by: jack <jack@germanium.xtalwind.net>
1999-03-27 01:48:44 +00:00
Greg Lehey
1d93d0cd8a
Remove incomplete diagram in troff output only.
...
Typo: replace 'subvolume' with 'subdisk'.
Put a \& in front of a line starting with a period.
PR: docs/10809
Reported-by: Kanenda
1999-03-27 00:22:34 +00:00
Nate Williams
5744914fb4
- There exists a manpage, so use/install it.
1999-03-26 21:27:01 +00:00
Alan Cox
cde9bc877b
Changed vn_read/write such that fp->f_offset isn't touched
...
if uio->uio_offset != -1. This fixes a problem with aio_read/write
and permits a straightforward implementation of pread/pwrite.
PR: kern/8669
Submitted by: John Plevyak <jplevyak@inktomi.com>
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
1999-03-26 20:25:21 +00:00
Luigi Rizzo
6d41201fc5
Use the correct length from the mbuf header instead of the one from
...
the IP header (this would not work for bridged packets).
This has been fixed long ago in the 2.2 branch.
Problem noticed by: a few people
Fix suggested by: Remy Nonnenmacher
1999-03-26 14:15:59 +00:00
Brian Somers
7bafbf7bf4
Add `const's that I forgot to commit. Not bad - I broke
...
the -stable and -current builds in the space of 1 day !
Pointed out by: jdp
1999-03-26 07:13:12 +00:00
Bruce Evans
7784aabe43
Fixed bitrot in synopsis.
1999-03-26 02:11:59 +00:00
Matt Jacob
3bd28825dd
Annoying little nigglet- apparently *some* Qlogic temporarily ignore
...
settings you've just sent them and return random values if you follow
the set by a get. This causes problems when you latter run a Tag-enabled
command when you've command tagged mode off.
1999-03-26 00:33:13 +00:00
Nate Williams
efc7b6fd9d
- Made the setting of the machdep.pccard.pcic_irq from the boot config file
...
actually work.
Reviewed by: "Sean O'Connell" <sean@stat.Duke.EDU>, msmith
1999-03-26 00:20:25 +00:00
Brian Somers
fe3094cdd7
Allow port ranges in ``alias port''.
1999-03-25 23:36:25 +00:00
Matt Jacob
92c49d78da
enable 1080 LVD support
1999-03-25 22:53:56 +00:00
Matt Jacob
4394c92f52
Add in 1080 LVD support and some basis also for the 1240. The port database
...
printout is now enabled.
1999-03-25 22:52:45 +00:00
Matt Jacob
7aae9d1348
roll internal tag level
1999-03-25 19:53:54 +00:00
Matt Jacob
dcb409d935
roll internal tag level
1999-03-25 19:47:33 +00:00
Doug Rabson
a02290da19
Rename when building libc_r.
1999-03-25 18:43:17 +00:00
Chris Timmons
a12e6f2ec5
Replace a missing quote in the config for 3Com/USR/MegaHertz 3CCM156
1999-03-25 16:37:33 +00:00
Brian Somers
0f203c7e2e
Undo possible damage done by the new TUNSIFMODE ioctl
...
in FreeBSD-current.
1999-03-25 11:37:51 +00:00
KATO Takenori
9939a2a908
Sync with sys/i386/isa/wd.c revision 1.190.
1999-03-25 08:29:32 +00:00
KATO Takenori
b2fa1a8926
Sync with sys/i386/isa/sio.c revision up to 1.231.
1999-03-25 08:26:50 +00:00
KATO Takenori
c87c3c5cc8
Sync with sys/i386/conf/majors.i386 revision 1.69.
1999-03-25 08:25:45 +00:00
Brian Somers
42889ed1d5
PacketAliasProxyRule takes a const char *
...
Reminded by: bde
1999-03-25 06:48:05 +00:00
Chuck Robey
dbc5af6d2b
Add Turtle Beach Malibu soundcard (and a sample config) to CARDS as
...
a real example of a CS4237 soundcard.
Luigi said all contributions like this were welcome in this file.
1999-03-25 04:25:38 +00:00
Bill Paul
92d75a9bb8
Fix recurring typo: fine -> file
1999-03-25 00:52:44 +00:00
Steve Price
9e7e4882cb
Add support for Cardinal MVP288IV PnP modem.
...
Submitted by: Alex Zepeda <garbanzo@hooked.net>
1999-03-25 00:32:54 +00:00
Nate Williams
38ccb4c214
- Commit the correct dladdr() implementation.
...
Reviewed by: jdp@FreeBSD.org <This is the version he reviewed!>
1999-03-24 23:47:29 +00:00
Nate Williams
e818e307ee
- Added dladdr(3) support.
...
Reviewed by: jdp@FreeBSD.org
1999-03-24 23:37:35 +00:00
Dag-Erling Smørgrav
b56fecc80b
Implement TUNSIFMODE and TUNSLMODE.
...
Submitted by: Alfred Perlstein <bright@cygnus.rush.net>
1999-03-24 21:20:12 +00:00
Brian Somers
902cb50a76
Add some const-cleanliness and avoid some warnings.
1999-03-24 20:30:48 +00:00
Brian Somers
5d8ee958b3
Allow port ranges when specifying -redirect_port.
...
Submitted by: Wes Santee <wes@bogon.net>
PR: 9696
1999-03-24 20:30:20 +00:00
Brian Somers
942759e756
Add a ``const'' and remove some inconsistent prototype args.
1999-03-24 20:28:58 +00:00
Steve Price
222b8f6a91
Add support for the USR3090 PnP modem.
...
PR: 10773
Submitted by: Mike Durian <durian@boulderlabs.com>
1999-03-24 17:59:25 +00:00
Steve Price
18f0b5e634
Defer the expansion of $PATTERN until it has a useful value and not
...
one that may have existed in the user's environment.
PR: 6795
Submitted by: Greg Lehey <grog@lemis.com>
1999-03-24 17:06:47 +00:00
Guy Helmer
b3dbbd0e0e
Mention securelevel 3 to match comment in rc.conf.
1999-03-24 14:07:33 +00:00
Luigi Rizzo
efce68a2e9
add missing #include "opt_bdg.h"
1999-03-24 12:43:39 +00:00
Brian Somers
cff5e07509
Move natd from network_pass3 to network_pass1
1999-03-24 10:28:49 +00:00
Brian Somers
685e0fcbef
Document natd_program
1999-03-24 10:28:16 +00:00
Brian Somers
72a042f2bf
Add natd_program and change a comment.
1999-03-24 10:27:46 +00:00
Greg Lehey
48a39913ba
Cosmetic changes for troff output
...
Long-wished-by: joerg
Clarify yet again how to perform a newfs on a vinum volume.
1999-03-24 09:22:06 +00:00
Greg Lehey
35755b9f51
Add a tutorial-like section "How to set up Vinum"
1999-03-24 09:18:33 +00:00
Nick Hibma
acf3654412
Added a number of device names: Konica, Microsoft, Macally
1999-03-24 07:46:53 +00:00
Peter Wemm
67ef82978d
Update Specialix download microcode for the transputer based serial host
...
cards from the 3.0-beta to 3.0.4 release.
Submitted-by: Nick Sayer <nsayer@quack.kfu.com>
PR: 10674
1999-03-24 02:49:43 +00:00