Paul Richards
28d1c34421
Change open modes from ">$file" to "> $file" because it's much safer should
...
$file not be what you expect, particularly should $file turn out to be
"+REQUIRES" since ">+" is a valid open mode.
This isn't currently a problem since $file is constructed safely but it removes the potential of future problems.
Pointed out by Anton Berezin.
2000-12-30 00:14:01 +00:00
Assar Westerlund
a8bbdaecf7
add strcollect.c to SRCS (new file in 1.0.5)
2000-12-29 23:44:24 +00:00
Assar Westerlund
b5b5f8787e
set LIBEXECDIR (used by kipd)
2000-12-29 23:43:23 +00:00
Brian Somers
12df0d6c58
Log the ``MPPE: MasterKey is invalid...'' message as a CCP
...
diagnostic rather than a warning.
2000-12-29 22:25:56 +00:00
Assar Westerlund
6e3caa0833
fix conflicts from merge
2000-12-29 21:16:01 +00:00
Assar Westerlund
2a9bc9996c
This commit was generated by cvs2svn to compensate for changes in r70494,
...
which included commits to RCS files with non-trunk default branches.
2000-12-29 21:00:22 +00:00
Assar Westerlund
5ad8ddfb6f
import krb4-1.0.5
2000-12-29 21:00:22 +00:00
Poul-Henning Kamp
c5e5cd90bd
Convert from CIRCLEQ to TAILQ.
2000-12-29 20:33:28 +00:00
Poul-Henning Kamp
fabacd3a11
Use TAILQ instead of CIRCLEQ.
2000-12-29 20:25:01 +00:00
Bruce A. Mah
1d2187bfdb
Fix some misplaced release notes, correct some omissions and
...
inconsistencies between architectures.
2000-12-29 19:34:46 +00:00
Matt Jacob
e9423e211e
Add in Bill Sommerfeld's -Wformat stuff. Add a ISP_CFG_NOINIT option
...
to keep from completing initialization when isp_init is called.
2000-12-29 19:17:18 +00:00
Matt Jacob
8ead30564e
Add in Bill Sommerfelds -Wformat changes. Set up default node && port
...
WWNs correctly (Again!) - this time for the case that we're not going
to fully init the adapter if isp_init is called (with ISP_CFG_NOINIT
set in options). The pupose for this is to bring the adapter up to
almost ready to go, get info out of NVRAM, but to not start it up- leaving
it until later to actually start things up if wanted (and possibly with
different roles selected).
2000-12-29 19:12:44 +00:00
Matt Jacob
f09b192280
Set up to do a local interrupt fielding before calling common code-
...
allows us to grab lock as we should.
2000-12-29 19:10:16 +00:00
Matt Jacob
c40e096ed6
Make sure we do locking if we call isp_intr.
...
Make sure we enter Giant for now if we call into cam for completion.
2000-12-29 19:06:32 +00:00
Ben Smithurst
d0d78e1303
Convert to use the <sys/queue.h> macros rather than fiddling with the queue
...
structure internals.
Reviewed by: markm
2000-12-29 18:04:54 +00:00
Takanori Watanabe
ccf67a960f
Remove the old acpi stuff entry.
...
Submitted by:kurinyma
2000-12-29 15:39:45 +00:00
Alexey Zelkin
f5ad3be5c6
Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.
2000-12-29 14:58:35 +00:00
Ruslan Ermilov
672062062d
Fixed typo not fixed in previous revision.
2000-12-29 14:36:05 +00:00
Ruslan Ermilov
4263595653
Prepare for mdoc(7)NG.
2000-12-29 14:08:20 +00:00
Alfred Perlstein
030f23696c
fix comment which was outdated 3 years ago
...
remove useless assignment
purge entire file of 'register' keyword
2000-12-29 13:49:05 +00:00
Alfred Perlstein
6e4f51d1ac
clean up kmem_suballoc():
...
remove useless assignment
remove 'register' variables
2000-12-29 13:05:22 +00:00
Paul Richards
8fcbbfe4a3
The pci and isa drivers were meant to share the same devclass but
...
the devclass definitions were all wrong so they had their own private
ones with the same name.
Fix it so they all use the same global devclass.
2000-12-29 11:59:41 +00:00
Paul Richards
2d1a798869
Change the module name from lnc to if_lnc so that ifconfig works.
2000-12-29 11:46:17 +00:00
Paul Richards
7716c31841
Set a lower probe return value for PCI cards so that the pcn driver wins.
2000-12-29 11:41:18 +00:00
Dag-Erling Smørgrav
d17485b639
Add support for a .publickey file.
...
Submitted by: Svein Skogen <tds@nsn.no>
Reviewed by: brian, ru
2000-12-29 11:39:25 +00:00
Toshihiko ARAI
b799efd8af
Fixed my mistake (rev: 1.169).
...
Submitted by: sanpei
2000-12-29 09:57:17 +00:00
Poul-Henning Kamp
24b85d18c5
CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2.
...
Retire them before anybody starts to use them again.
Use TAILQ instead, it provides the same functionality.
2000-12-29 09:55:40 +00:00
Mike Smith
39a8493ac0
Hack in interrupt routing support (using the core $PIR support, not using
...
ACPICA properly). This makes it possible to use ACPICA in conjunction with
CardBus before I get around to implementing ACPI/PCI interrupt routing.
2000-12-29 09:42:05 +00:00
Poul-Henning Kamp
4ea7b32b35
Used macro-API to <sys/queue.h>.
...
Submitted by: ben
2000-12-29 09:27:57 +00:00
Ruslan Ermilov
3136363f3e
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
Ruslan Ermilov
e80bdf7dcf
mdoc(7) police: get rid of hard sentence breaks, add missing .El, etc.
2000-12-29 09:03:38 +00:00
Greg Lehey
7fcd0cb31a
Partially revert revision 1.7: Only use getnanotime instead of
...
nanotime if we would run into trouble with nanotime (i.e. if we are
tracing KTR_LOCK).
Reviewed by: jhb
2000-12-29 06:27:39 +00:00
Paul Richards
b31d9f17b1
Fix a legacy issue. The offset for reading the MAC address is 0 using
...
bus space, not iosize which is what it was when using inb().
2000-12-29 04:41:52 +00:00
Ben Smithurst
97948d2dee
fix typos.
...
PR: 23934
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-12-29 01:58:47 +00:00
Ben Smithurst
265733aa2d
Add some text saying that this page may occasionally be out of date with the
...
real make.conf.
2000-12-29 01:54:39 +00:00
Peter Wemm
e36a59f7a7
Add $FreeBSD$
2000-12-29 01:23:57 +00:00
Paul Richards
7842f151ba
Map FreeBSD character device hard disks to Linux block device hard disks.
...
This fixes the problem with VMWARE not being able to use raw disks.
2000-12-29 00:44:42 +00:00
Matt Jacob
7325560821
add a couple off offset defines for ATIO2s
2000-12-28 23:27:54 +00:00
Matt Jacob
355981d7c6
roll to 2.01.26 level
2000-12-28 23:23:28 +00:00
Matt Jacob
932269b52e
remove MAINTAINER file
2000-12-28 23:23:11 +00:00
Bruce A. Mah
7ef8f5b4b5
New release notes: vinum(4) updates, ICMP ECHO and TSTAMP reply
...
rate limiting, ICMP admin prohibited handling, PECOFF support,
retired kernfs(5), killall(1) behavior restored, rm(1) -v output
change, lpr(1)/lpq(1)/lpd(8) enhancements, pkg_update(1), libdisk
install-time configuration of boot0 for i386.
Also note MFC of an(4) changes for WEP.
2000-12-28 22:11:22 +00:00
Poul-Henning Kamp
e159de56fb
This is repo-copied from vnioctl.h
2000-12-28 20:59:55 +00:00
Poul-Henning Kamp
83baa1a055
Add mdconfig into the build.
2000-12-28 20:59:35 +00:00
Poul-Henning Kamp
cbc62991e0
Add the "mdctl" device under the "std" stanza.
2000-12-28 20:59:19 +00:00
Poul-Henning Kamp
70d586c091
Preliminary scaffolding for the new integrated vn+md device driver.
...
I decided to work on the md(4) driver and integrate the vn(4)
functionality into it mainly based on the name being more suitable.
Ideally 'vd' as in "virtual disk" would probably be the most logical
but our sound-master pointed out that this would cause uncontrollable
fits of giggles in the brits. Another complication would the needed
changes to the ramdisk boot/root functionality.
The vn driver will stay around for some time after I complete this
merge for transition reasons, and I'll make it whine to people that
they should migrate to the md(4) driver for some time before it
dies.
The kernel part of the new md(4) driver will be committed after more
testing.
2000-12-28 20:57:57 +00:00
Paul Richards
9acd8733ea
Fix the broken options that were in the development version I committed by mistake.
2000-12-28 19:53:44 +00:00
Ben Smithurst
5be8ff7bb5
* Fix a segfault when timed(8) receives a packet with a bad tsp_type.
...
* Check that received packets aren't too short, as this could cause other
problems.
Reviewed by: imp, markm
2000-12-28 19:50:07 +00:00
Paul Richards
9c0bdb861b
Bring the man page up to date with the current version of the script.
2000-12-28 19:42:06 +00:00
Paul Richards
48ebd16e52
Add pkg_update, which can replace currently installed ports with new versions
...
while taking of updating all the dependencies.
2000-12-28 18:47:23 +00:00
Jason Evans
d57caa9b95
Remove prototypes for pthread_attr_[gs]etfloatstate(), which we don't
...
implement.
2000-12-28 18:46:21 +00:00