grog
27e0e9777f
Remove longjmp declaration.
...
free_vinum: Put a timeout on waiting for the daemon to die.
1999-03-28 08:52:33 +00:00
grog
fe2c874b37
Add 'referenced' states to subdisks and plexes.
1999-03-28 08:52:11 +00:00
grog
26a13371a7
Get date right.
...
Remove comments about not being able to unload from the command line.
Add another example configuration output.
Clarify when to use 'vinum start' and when to use 'vinum read'.
1999-03-28 08:51:51 +00:00
grog
0db5fed97f
main (): Don't loop waiting for children to finish.
1999-03-28 08:51:29 +00:00
grog
08adea2ee5
vinum_start: Allow user to specify a plex. In this case, revive all
...
subdisks in need of revival.
vinum_stop: sleep for a second before unloading. This solves a race
condition with a potential daemon when the stop command
is specified on the command line.
1999-03-28 08:51:10 +00:00
grog
e0c069f119
Describe referenced states for plex and subdisk.
...
Remove BUGS entry for initializing RAID-5 plexes.
Get date right.
1999-03-28 08:50:11 +00:00
grog
2efb84e8c4
Add support for SiS 5591/5595 chipset.
...
Contributed-by: "Richard Seaman, Jr." <dick@tar.com>
Tested-by: Chris Piazza <cpiazza@home.net>
Tugrul Galatali <tugrul@ianai.BlackSun.org>
grog
This code includes lots of stuff for verbose probing. I'm not 100%
sure that the output of the verbose probe is correct, but everything
else works fine, and -CURRENT was broken for the 5591 before, so I'm
committing it anyway.
1999-03-28 05:05:12 +00:00
brian
4af7c4543d
Increase the timeout and wait for ``PPP'' in the compuserve
...
example.
Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com>
1999-03-28 00:22:44 +00:00
alc
a976359db5
Mainly, eliminate the comments about share maps. (We don't have share maps
...
any more.) Also, eliminate an incorrect comment that says that we don't
coalesce vm_map_entry's. (We do.)
1999-03-27 23:46:04 +00:00
n_hibma
41a1880724
Cleaning up of code, remove unneeded cruft and make
...
code more compact.
1999-03-27 23:08:44 +00:00
n_hibma
716fc0ac9c
Fixed line counting error.
1999-03-27 22:41:40 +00:00
des
73cdac043e
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
alc
c9eccc7347
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
helbig
807da996a2
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
wpaul
fa78fd775b
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
db044d396d
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
336599fc90
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
80516db022
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
fdc0436c85
Correct a comment.
1999-03-27 02:39:01 +00:00
jkh
2eeeee0a5a
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
grog
9371323838
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
b5c737c734
- There exists a manpage, so use/install it.
1999-03-26 21:27:01 +00:00
alc
1e32f0021e
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
bb2e8627df
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
edc6ba8438
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
bde
08ae42f665
Fixed bitrot in synopsis.
1999-03-26 02:11:59 +00:00
mjacob
6535dd177e
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
70f68a6c7d
- 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
1bf2486a41
Allow port ranges in ``alias port''.
1999-03-25 23:36:25 +00:00
mjacob
1a6850fac8
enable 1080 LVD support
1999-03-25 22:53:56 +00:00
mjacob
cf2cd94c71
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
mjacob
906357626b
roll internal tag level
1999-03-25 19:53:54 +00:00
mjacob
1ff8139269
roll internal tag level
1999-03-25 19:47:33 +00:00
dfr
fc3a150520
Rename when building libc_r.
1999-03-25 18:43:17 +00:00
cwt
5261cb365e
Replace a missing quote in the config for 3Com/USR/MegaHertz 3CCM156
1999-03-25 16:37:33 +00:00
brian
6354640a08
Undo possible damage done by the new TUNSIFMODE ioctl
...
in FreeBSD-current.
1999-03-25 11:37:51 +00:00
kato
e6546aa825
Sync with sys/i386/isa/wd.c revision 1.190.
1999-03-25 08:29:32 +00:00
kato
0e4fc6bc80
Sync with sys/i386/isa/sio.c revision up to 1.231.
1999-03-25 08:26:50 +00:00
kato
e10279841b
Sync with sys/i386/conf/majors.i386 revision 1.69.
1999-03-25 08:25:45 +00:00
brian
831f0d7d92
PacketAliasProxyRule takes a const char *
...
Reminded by: bde
1999-03-25 06:48:05 +00:00
chuckr
dae59180a1
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
wpaul
46d1476c95
Fix recurring typo: fine -> file
1999-03-25 00:52:44 +00:00
steve
d6800ede91
Add support for Cardinal MVP288IV PnP modem.
...
Submitted by: Alex Zepeda <garbanzo@hooked.net>
1999-03-25 00:32:54 +00:00
nate
aef7a6313e
- 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
49744ae917
- Added dladdr(3) support.
...
Reviewed by: jdp@FreeBSD.org
1999-03-24 23:37:35 +00:00
des
c42abfb1fe
Implement TUNSIFMODE and TUNSLMODE.
...
Submitted by: Alfred Perlstein <bright@cygnus.rush.net>
1999-03-24 21:20:12 +00:00
brian
16fa182f0f
Add some const-cleanliness and avoid some warnings.
1999-03-24 20:30:48 +00:00
brian
43e9a1b892
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
f046bc6b79
Add a ``const'' and remove some inconsistent prototype args.
1999-03-24 20:28:58 +00:00
steve
459145cd19
Add support for the USR3090 PnP modem.
...
PR: 10773
Submitted by: Mike Durian <durian@boulderlabs.com>
1999-03-24 17:59:25 +00:00