hosokawa
0aa508d4c4
There's not /etc/pccard_ether_remove on -current.
2000-01-16 13:13:12 +00:00
hosokawa
c55c72c765
I've forgotten one hardwired device name in insert/remove line.
2000-01-16 13:11:23 +00:00
cg
fcb01752cf
fix missing \n in sndstat output
2000-01-16 12:52:22 +00:00
wilko
a799895a49
Correct comments / point to right LINT file (./LINT does not exist for Alpha)
2000-01-16 12:39:24 +00:00
cg
e6906410a6
oops, best play format was set to unsigned 16 bit instead of signed 16 bit
...
stereo. remenant from testing.
2000-01-16 12:05:07 +00:00
obrien
801d203e37
Update this for the recient import.
2000-01-16 10:22:31 +00:00
obrien
6d9314376b
Update for 1.0.5a.
2000-01-16 10:21:28 +00:00
obrien
02b61bd46d
Merge rev 1.2 into BC 1.0.5a, which fixes a spelling error.
2000-01-16 10:14:50 +00:00
obrien
09391925ee
GNU has figured out they should fix the bug we fixed in rev 1.2 themselves.
...
So return this file back to the stock version.
2000-01-16 10:10:15 +00:00
obrien
23ef7a8bc9
This commit was generated by cvs2svn to compensate for changes in r56101,
...
which included commits to RCS files with non-trunk default branches.
2000-01-16 10:01:07 +00:00
obrien
9657c835ff
Import GNU bc 1.05a.
2000-01-16 10:01:07 +00:00
asmodai
fae56b48f4
Convert last examples of controller' to
device'.
2000-01-16 09:37:18 +00:00
phk
6daeac3303
Cleanup some more remaining bdev fluff.
2000-01-16 09:25:34 +00:00
phk
887858abd9
Cleanup some remaining bdev fluff.
2000-01-16 09:25:10 +00:00
sheldonh
62e61eec2d
Cosmetic change: space instead of tab in front of $FreeBSD$.
...
Submitted by: bde
2000-01-16 08:25:40 +00:00
gallatin
e9bf4a720b
The kernel side of per-process unaligned access control (printing, fixing &
...
delivering SIGBUS). This will allow a non-superuser to control unaligned
access behaviour on a per-process basis once a userland control program
(uac) is written.
Reviewed by: obrien
Tested by: obrien
2000-01-16 07:07:33 +00:00
hosokawa
721d34c8d9
This fixes a bug that /etc/pccard_ether did not work without DHCP.
...
For example, when /etc/pccard.conf had ed0 in config line, but kernel
refused this name and said
devclass_alloc_unit: ed0 already exists, using next availale unit
number
Kernel used ed1 as device name and it did not match with config and
insert/remove lines. Fortunately, dhclient was called without args,
and it works, but if we wanted to use static IP address for PC-card,
it did not work.
This modification makes pccardd to execute insert/remove lines with
the true device name that returns from kernel. (Last change to
etc/pccard.conf.sample eliminated all hardwired device name from
insert/remove lines in /etc/pccard.conf)
2000-01-16 06:44:48 +00:00
wpaul
b0d0e9404a
Fix an instance of rman_get_start() than should be rman_get_bushandle().
2000-01-16 06:41:49 +00:00
bde
c1e1978dae
Fixed pedantic syntax errors caused by a trailing semicolon in the
...
definition of EVENTHANDLER_DECLARE().
Removed all other trailing semicolons in macro definitions. The
ones after `do ... while (0)' wrappers defeated the point of the
wrappers but were harmless.
Enforce semicolons after invocation of declaration-like macros.
2000-01-16 06:11:33 +00:00
kris
940f316c03
Remove reference to floppy tape drive.
2000-01-16 05:55:34 +00:00
kris
c355bd175e
Mention openssl and auditing fixes.
2000-01-16 05:52:55 +00:00
kris
c4ff3eee89
Turn back on openssl building.
2000-01-16 05:25:26 +00:00
kris
dc0cb3b9c0
Turn back on libcrypto and libssl building.
2000-01-16 05:24:47 +00:00
kris
aec0a0a395
(Forced commit)
...
Support RSA via RSAref. This autodetects the RSAref package, and if it
is not found, compiles without RSA.
2000-01-16 05:23:21 +00:00
kris
e34db3169c
*** empty log message ***
2000-01-16 05:19:27 +00:00
chris
b3412e9f7e
Replace a conjunction "you're" with "you are". This makes
...
reading by non-native English speakers a little bit easier, and
follows some basic doc guidelines.
2000-01-16 05:15:48 +00:00
kris
2e01efe7c1
This commit was generated by cvs2svn to compensate for changes in r56083,
...
which included commits to RCS files with non-trunk default branches.
2000-01-16 05:14:57 +00:00
kris
7e4e44947b
Import the RSA support code. There shouldn't be any actual RSA
...
cryptography here.
2000-01-16 05:14:57 +00:00
kris
f389ea9752
Fix for missing symbol in -DRSAref case.
2000-01-16 04:45:18 +00:00
bde
e62a650ead
Fixed stray backslash in previous commit.
...
Fixed bitrot in comments about library dependencies. The list has been
maintained better in ../Makefile.inc1, except it has been uninverted
there so it is hard to use manually.
2000-01-16 04:43:11 +00:00
kris
980132129f
Add MAINTAINER tag so people don't feel the need to randomly frob with this.
2000-01-16 02:20:03 +00:00
jmb
23e040daad
Add SPLASSERT() macro. SPLASSERT() compiles to a no-op
...
unless both "option INVARIANTS" and "options INVARIANT_SUPPORT"
are defined in the kernel's config(8) file.
SPLASSERT(expression, msg) used KASSERT to check that the
expression is true, panic()ing the kernel otherwise.
Approved by: jkh
Reviewed by: jdp, dfr, phk, eivind and green
2000-01-16 02:10:21 +00:00
jmb
d2c03ae081
Add SPLASSERT.9 man page. SPLASSERT() commit to follow immediately.
...
Approved by: jkh
2000-01-16 02:08:37 +00:00
mdodd
8dc0342ae5
Set ifq_maxlen to default (IFQ_MAXLEN).
2000-01-16 00:48:33 +00:00
obrien
9ba15dae5b
Remove Bison from the build. This is a prelude to possibly removing it
...
from 4.0-R.
2000-01-16 00:11:34 +00:00
rwatson
e48c1317b1
Oops, didn't commit the Makefile for libposix1e--this should fix build
...
problems.
Reviewed by: eivind
2000-01-15 23:33:49 +00:00
brian
c1cdace3da
K&Rify
2000-01-15 23:08:30 +00:00
mjacob
5b40370097
buglet fix
2000-01-15 23:05:29 +00:00
mjacob
e721b60166
Add a minimal example set of how to use the SES ioctls to monitor
...
SES/SAF-TE devices. It's usable enough (in chpmon) to be alerted as you'd
like to be if a powersupply goes south.
2000-01-15 22:47:17 +00:00
obrien
b7100c5789
Only log when there is a real change to the configuration state.
...
Requested and Tested by: unfurl
2000-01-15 22:46:40 +00:00
mjacob
29e275bc47
Do a wad of cleanup and put into place at least *one* functional
...
portion of SES retrieval (native SES itself) and implement all
the appropriate ioctls. Seems to work...
2000-01-15 22:41:27 +00:00
mjacob
41855fe037
Move the kernel specific stuff into scsi_ses.c. Redo the ioctls
...
to be more platform independent. Add a ses_hlptxt structure definition
and retrieval ioctl for when we are able to retrieve object help text
SES Objects can have up to 64 KBytes of associated 'help' text- the
Sun A5000 uses this, for example, to give physical location information
(e.g., 'left power supply').
2000-01-15 22:40:04 +00:00
markm
4db4ae05f6
This commit was generated by cvs2svn to compensate for changes in r56067,
...
which included commits to RCS files with non-trunk default branches.
2000-01-15 21:38:08 +00:00
markm
bb8da1d188
Userland build of Kerberos5 (AKA Heimdal). More to come.
...
This is not ready for primetime yet! Please hold off on the bug reports.
2000-01-15 21:38:08 +00:00
markm
789632cad6
Userland build of Kerberos5 (AKA Heimdal). More to come.
...
This is not ready for primetime yet! Please hold off on the bug reports.
2000-01-15 21:38:08 +00:00
hosokawa
4189477e35
Use "$device" instead of hardwired device names in insert/remove lines
...
of /etc/pccard.conf.sample
2000-01-15 21:29:18 +00:00
mjacob
fe114528e0
add SES driver
2000-01-15 21:04:13 +00:00
mks
60dbfbaae2
Ensure that DMA mappings are freed in error situations.
2000-01-15 21:01:04 +00:00
mks
c7afe93038
Notice when an interface's ATM address changes when running a local arpserver.
2000-01-15 20:46:07 +00:00
mks
a7042ee144
Process SPANS ARP requests even if source IP is 0.0.0.0 (or broadcast). This
...
can occur when talking to a Fore host which is using "bonded" interfaces.
2000-01-15 20:34:55 +00:00