kris
7e42c660d6
We no longer care about the VAX and Tahoe compilers :-)
2000-01-17 01:28:00 +00:00
mjacob
bb4898b8d8
Add in SAF-TE handling code and do some minor consistency cleanups.
2000-01-17 00:36:28 +00:00
wpaul
b80d842cbf
Remove device name strings from vendor/product lists since we don't use
...
them (they're read from the device directly). Also do a set_config
command for the ADMtek and CATC drivers.
2000-01-16 22:45:07 +00:00
kris
cc7a98476c
Fix insecure tempfile handling.
...
Reviewed by: audit@freebsd.org
2000-01-16 21:19:04 +00:00
kris
1548861318
Don't overflow buffers.
...
Reviewed by: audit@freebsd.org
2000-01-16 21:15:50 +00:00
kris
4ced458d91
Fix insecure tempfile handling.
...
Reviewed by: audit@freebsd.org
2000-01-16 21:11:19 +00:00
kris
48a86663f5
Fix insecure tempfile handling
...
Reviewed by: audit@freebsd.org
2000-01-16 21:08:58 +00:00
kris
9a67380092
The wrong version of the file was committed previously which explains the
...
problems seen here.
2000-01-16 21:00:06 +00:00
green
90905d0adb
Add the apm -e argument, which will toggle the "enabled" status of APM.
2000-01-16 20:25:57 +00:00
mjacob
7ed95d1999
get pd_type from inquiry data itself
2000-01-16 20:15:43 +00:00
mjacob
0670f0e79a
use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while back
2000-01-16 20:03:34 +00:00
mjacob
cbc12a49ab
Fix breakage from last commit- macro was broken. I appreciate the
...
committer's fixing things for alpha, but I sure wish they could
have compiled on one!
2000-01-16 19:02:29 +00:00
wilko
2bb51d6a60
Removed outdated comment on experimental nature of ata. Added comment to esp
2000-01-16 18:46:21 +00:00
chris
f0051e751f
Add and document support for handling comments and blank lines
...
in /etc/sysctl.conf.
Reviewed by: imp, jkh
2000-01-16 18:12:42 +00:00
shin
60b021f075
fix kernel panic at rtfree() in INET6 enabled envrionment.
...
This is probably due to twice rtfree() in in6_pcbdetach(),
one for inp->in6p_route.ro_rt, and another one for inp->inp_route.ro_rt.
But these 2 are actually shared in inpcb, so 2nd rtfree() is not necessary.
2000-01-16 18:00:06 +00:00
phk
34d3c754ab
Fix !crypto releases once more.
2000-01-16 17:21:28 +00:00
peter
c4b47c9021
Implement setres[ug]id() and getres[ug]id(). This has been sitting in
...
my tree for ages (~2 years) waiting for an excuse to commit it. Now Linux
has implemented it and it seems that Staroffice (when using the
linux_base6.1 port's libc) calls this in the linux emulator and dies in
setup. The Linux emulator can call these now.
2000-01-16 16:34:26 +00:00
phk
2c69e7b405
Add missing share/examples/ses directory.
2000-01-16 14:02:51 +00:00
wilko
77bbdeb1c4
ALPHAHW.TXT described the supported machine types for FreeBSD/alpha
...
along with their quirks along with generic info on things like SRM,
bootable adapters etc.
2000-01-16 13:18:08 +00:00
hosokawa
36b07ed8a5
There's not /etc/pccard_ether_remove on -current.
2000-01-16 13:13:12 +00:00
hosokawa
6a4e17502c
I've forgotten one hardwired device name in insert/remove line.
2000-01-16 13:11:23 +00:00
cg
f11c6db83e
fix missing \n in sndstat output
2000-01-16 12:52:22 +00:00
wilko
32bdce8359
Correct comments / point to right LINT file (./LINT does not exist for Alpha)
2000-01-16 12:39:24 +00:00
cg
d46ed82f49
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
103d618462
Update this for the recient import.
2000-01-16 10:22:31 +00:00
obrien
50d65e684c
Update for 1.0.5a.
2000-01-16 10:21:28 +00:00
obrien
a05b562771
Merge rev 1.2 into BC 1.0.5a, which fixes a spelling error.
2000-01-16 10:14:50 +00:00
obrien
9d2989a532
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
ea1f1db89d
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
29e39e6db1
Convert last examples of controller' to
device'.
2000-01-16 09:37:18 +00:00
phk
b6c0bba62f
Cleanup some more remaining bdev fluff.
2000-01-16 09:25:34 +00:00
phk
0d109b9307
Cleanup some remaining bdev fluff.
2000-01-16 09:25:10 +00:00
sheldonh
e6a81f8aa5
Cosmetic change: space instead of tab in front of $FreeBSD$.
...
Submitted by: bde
2000-01-16 08:25:40 +00:00
gallatin
f2858b51c6
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
1c144001da
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
7569cbb55e
Fix an instance of rman_get_start() than should be rman_get_bushandle().
2000-01-16 06:41:49 +00:00
bde
3efbcb11bc
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
2d09b8c818
Remove reference to floppy tape drive.
2000-01-16 05:55:34 +00:00
kris
573b2dcb41
Mention openssl and auditing fixes.
2000-01-16 05:52:55 +00:00
kris
876035367b
Turn back on openssl building.
2000-01-16 05:25:26 +00:00
kris
6974b29c1d
Turn back on libcrypto and libssl building.
2000-01-16 05:24:47 +00:00
kris
bad7b55d34
(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
69ebe29df7
*** empty log message ***
2000-01-16 05:19:27 +00:00
chris
ee5387e928
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
3cd1ecedd0
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
7ee007f490
Import the RSA support code. There shouldn't be any actual RSA
...
cryptography here.
2000-01-16 05:14:57 +00:00
kris
13931e7181
Fix for missing symbol in -DRSAref case.
2000-01-16 04:45:18 +00:00
bde
d784d7febe
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
7f70447650
Add MAINTAINER tag so people don't feel the need to randomly frob with this.
2000-01-16 02:20:03 +00:00