Daniel C. Sobral
a1134d7659
Disable trace! until it gets fixed.
1999-03-17 23:03:36 +00:00
Nate Williams
73f4b721ae
- Mixup of kldstat arguments. Use '-i 1' instead of '-n 1' when checking
...
for the PCIC module in the kernel.
{ I promise this is the last commit! }
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
1999-03-17 21:57:00 +00:00
Nate Williams
265bb91203
Whoops, fixed typos in PCIC loading command when I modified Sean's
...
original patch.
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
1999-03-17 20:57:40 +00:00
Guy Helmer
2112898830
Document the flags and p parameters to VOP_LOCK and VOP_UNLOCK. Also,
...
at Doug Rabson's suggestion, add vn_lock(9) as an alternative name for
this manpage and note its calling convention.
PR: docs/9338
1999-03-17 20:17:32 +00:00
Wolfram Schneider
92026f8b3e
Change copyright in kernel output at booting time
...
from "FreeBSD Inc." to "The FreeBSD Project".
1999-03-17 19:55:52 +00:00
Nate Williams
6f88981745
Add a Q&D test before loading the pcic module to make sure there isn't
...
a compiled in one.
Submitted by: "Sean O'Connell" <sean@stat.Duke.EDU>
1999-03-17 17:39:50 +00:00
Luigi Rizzo
ab090e5b4e
MF22... add bridging support to the device drivers. Without this
...
bridging cannot work on -current/releng3!
1999-03-17 16:44:53 +00:00
David E. O'Brien
dfce77f3a9
Add new -y/--bzip2/--bunzip2 flag. With all the ports that are going to
...
bzip2 as the compression mechanism, this makes life easier.
Obtained from: bzip2 website
1999-03-17 12:09:31 +00:00
Gary Palmer
27e62f6737
Fix builds for the AXP
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-03-17 11:42:18 +00:00
KATO Takenori
05fa4a899f
Sync with sys/i386/conf/options.i386 revision 1.110.
1999-03-17 09:00:33 +00:00
KATO Takenori
6a0f06b109
Sync with sys/i386/conf/majors.i386 revision up to 1.68.
1999-03-17 08:59:31 +00:00
KATO Takenori
2e11ea2373
Sync with sys/i386/conf/files.i386 revision 1.229.
1999-03-17 08:58:42 +00:00
KATO Takenori
9ec6fcdc04
Sync with sys/i386/conf/devices.i386 revision 1.16.
1999-03-17 08:57:32 +00:00
KATO Takenori
4df62f4dc9
Sync with sys/i386/conf/GENERIC revision 1.155.
1999-03-17 08:56:28 +00:00
Matt Jacob
d59bd46908
Prep for 1080/1240 support. Those fine h/w engineers at Qlogic
...
gave yet another internal register layout model for what is
*still* the same architecture. I hope they saved billyuns of gates
'coz otherwise this is *really* annoying.
1999-03-17 05:07:18 +00:00
Matt Jacob
57c801f5cf
A wad of changes- prepping for 1080/1240 support (which caused a massive
...
thwank in register layout goop). A different mboxcmd approach. Some PDB change
infrastructure. Some better management of loopdown/loopup events (keep them
distinct from resource starvation for simq freeze/unfreeze actions).
1999-03-17 05:04:39 +00:00
Bill Fumerola
61bf4caf49
Split check_quotas into check_quotas and enable_quotas
...
enable_quotas - use quotas on your system
check_quotas - check for violations on startup
By assuming that a system was neat and without violation before it booted
we can skip a long (and at that point needless) process.
Submitted by: Alex Perel <veers@disturbed.net>
1999-03-17 04:00:04 +00:00
Matt Jacob
1afb37ef7f
describe new ISP options
1999-03-17 01:50:21 +00:00
Matt Jacob
868e50d6d9
Add options to turn off support for Qlogic 1020/1040, Qlogic 1080/1240,
...
or Qlogic 2100 cards. This to save substantial f/w code space if you really
care.
Add in options to enable expanded lun or fabric f/w downloads for Qlogic 2100.
1999-03-17 01:48:34 +00:00
Brian Somers
38ab56c440
Remove all hardcoded [...] syntax.
...
With help from: Daniel C. Sobral <dcs@newsguy.com>
1999-03-17 00:25:43 +00:00
Bruce Evans
98201b0c60
Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard to
...
avoid mounting filesystems multiple times.
PR: 10572
Submitted by: Cy Schubert <cy@cschuber.net.gov.bc.ca>
1999-03-16 22:26:51 +00:00
Mike Smith
dbffaab09b
Don't call int15:820, it's not allowed to be called from vm86 mode.
...
PR: i386/10485
Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp
1999-03-16 21:22:24 +00:00
Mike Smith
446a106927
Look for the right ACPI table signature.
...
PR: i386/10587
Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
1999-03-16 21:11:28 +00:00
Warner Losh
ab6692a434
Disable setgid kmem for now.
1999-03-16 20:57:19 +00:00
Eivind Eklund
495967e4b4
Remove old reference to needing 'make clean' for QUOTAS - that is no
...
longer correct.
1999-03-16 16:27:46 +00:00
Søren Schmidt
d99434fb80
Rewert the atapi CDROM driver's name to wcd.
...
This is to avoid confusion with the new system.
Also provide real entires in MAKEDEV for the new system.
1999-03-16 13:34:03 +00:00
Robert Nordier
9ef416cfed
Add cross-reference to loader man page, plus various minor
...
improvements.
1999-03-16 13:16:11 +00:00
Søren Schmidt
eb7ea64622
Add majors for new ATA/ATAPI driver.
1999-03-16 12:50:02 +00:00
Luigi Rizzo
f0a53591ad
Fix a dummynet bug caused by passing a bad next hop address (the
...
symptom was the msg "arp failure -- host is not on local network" that
some user have seen on multihomed machines.
Bug tracked down by Emmanuel Duros
1999-03-16 12:06:11 +00:00
Brian Somers
516bf2ccb8
Mention changes to the default authentication behaviour.
1999-03-16 11:54:02 +00:00
Hellmuth Michaelis
0c0c7d6d26
Minor adjustments to make LINT compile again (thanks to phk for reminding me).
...
Because the Fritz!Card PCMCIA stuff is also affected, this includes the fix
from PR kern/10278 submitted by Udo Schweigert (udo.schweigert@mchp.siemens.de ).
PR: kern/10278
1999-03-16 11:07:04 +00:00
Poul-Henning Kamp
884ab557d9
Don't run FLL fodder through the median-filter.
...
Reduce max integration time to 128sec and use 50% exponential decay rather
than 256sec/25%.
1999-03-16 08:39:37 +00:00
Alan Cox
c7003c6991
Correct a problem in kmem_malloc: A kmem_malloc allowing "wait" may
...
block (VM_WAIT) holding the map lock. This is bad. For example, a subsequent
kmem_malloc by an interrupt handler on the same map may find the lock held
and panic in the lockmgr.
1999-03-16 07:39:07 +00:00
Brian Somers
615beb1f86
Detect pred1 packets where the length != the packet length
...
Use a maximum of MAX_MRU + 2 bytes for incoming packets, not
MAX_MTU + 2.
Tidy up some diagnostics.
1999-03-16 01:24:23 +00:00
Brian Somers
7cf0cfed6e
Host names are case-insensitive.
1999-03-16 01:23:09 +00:00
John Polstra
c30965b3bd
Add "-fkeep-inline-functions" to CFLAGS so that higher optimization
...
levels (-O3 and above) won't remove essential code. Many thanks
to Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> for pointing out
that it was the optimizer's removal of this code that caused make
world with -O3 to break. With this change, make buildworld now
completes.
1999-03-15 21:56:54 +00:00
Guy Helmer
a0dd8319bc
Spelling and grammar fixes.
...
PR: docs/10401
1999-03-15 16:01:22 +00:00
Guy Helmer
8575254514
Fix reference (FreeBSD 3.0.1 -> FreeBSD 3.1), remove apparent typo,
...
and fix reference to sysctl(8).
PR: docs/10428 docs/10482
1999-03-15 15:43:10 +00:00
Guy Helmer
0692fa04b1
Reference the sysctl variables related to various limits.
...
PR: docs/6764
1999-03-15 15:36:56 +00:00
David E. O'Brien
51bb9af7e5
Add import of ISC's DHCP client & the upgrade of Groff.
1999-03-15 09:41:22 +00:00
David E. O'Brien
c1e7f73edd
Fix conflicts.
1999-03-15 09:18:28 +00:00
Daniel C. Sobral
306a07af57
The man page, version 0.1.
1999-03-15 08:52:23 +00:00
David E. O'Brien
6b23715173
This commit was generated by cvs2svn to compensate for changes in r44777,
...
which included commits to RCS files with non-trunk default branches.
1999-03-15 08:36:16 +00:00
David E. O'Brien
4ff90835e2
Virgin import of FSF groff v1.11
1999-03-15 08:36:16 +00:00
Poul-Henning Kamp
fafbe352c0
Allow !suser() R/O access to ntp_adjtime()
...
Noticed by: Reg Clemens <reg@dwf.com>
1999-03-15 08:35:40 +00:00
David Nugent
2bffe0d58e
Fix date parsing to allow '0' (none) date value.
1999-03-15 08:16:01 +00:00
Daniel C. Sobral
3e626fb3c1
Remove redundant code.
1999-03-15 08:08:20 +00:00
Alan Cox
44428f621d
Two changes:
...
In general, vm_map_simplify_entry should be performed INSIDE
the loop that traverses the map, not outside. (Changed:
vm_map_inherit, vm_map_pageable.)
vm_fault_unwire doesn't acquire the map lock (or block holding
it). Thus, vm_map_set/clear_recursive shouldn't be called.
(Changed: vm_map_user_pageable, vm_map_pageable.)
1999-03-15 06:24:52 +00:00
Julian Elischer
50d3b68c81
fix breakage for alphas.
...
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
1999-03-15 05:11:27 +00:00
Julian Elischer
811c2e1a76
Fix breakage in last commit
...
Submitted by: Brian Feldman <green@unixhelp.org>
1999-03-15 05:09:48 +00:00