ache
fea9bbdd85
Move protection code down to handle NL_CAT_LOCALE case too.
2000-09-01 11:09:34 +00:00
ache
c023c260fc
Protect from badly formed LANG variable
2000-09-01 10:54:04 +00:00
ru
fabc2a69f0
Teach .Fx and .Os about FreeBSD 4.2.
2000-09-01 10:30:40 +00:00
ru
3e30fdbd5a
Changed the way we handle outgoing ICMP error messages -- do
...
not alias `ip_src' unless it comes from the host an original
datagram that triggered this error message was destined for.
PR: 20712
Reviewed by: brian, Charles Mott <cmott@scientech.com>
2000-09-01 09:32:44 +00:00
sanpei
c1223233b1
fix multi io window patch(Rev. 1.48)
...
Submitted by: iwasaki
Obtained from: PAO3
2000-09-01 08:51:37 +00:00
obrien
a4f6a02cf8
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
2000-09-01 08:47:14 +00:00
msmith
7b92468572
Add MAINTAINER tag to aid updaters in finding the responsible parties.
2000-09-01 07:53:04 +00:00
msmith
3cfec8ce1d
Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).
...
This provides support for the Adaptec SCSI RAID controller family,
as well as the DPT SmartRAID V and VI families.
The driver will be maintained by Mark and Adaptec, and any changes
should be referred to the MAINTAINER.
2000-09-01 07:51:25 +00:00
archie
67433049e4
New netgraph node type for Ethernet bridging.
2000-09-01 01:37:25 +00:00
archie
a7dc49b632
New netgraph node type for Ethernet bridging.
...
No ipfw support yet.
2000-09-01 01:37:13 +00:00
obrien
4f48286cee
Document change to the default mount dir.
2000-09-01 01:17:18 +00:00
obrien
0258051d68
Since this is off the vendor branch, might as well change the default
...
mounting directory to what we always specify in /etc/defaults/rc.conf.
2000-09-01 01:15:56 +00:00
obrien
06039543c8
Remove our override on the default time that a looked up name remains
...
cached when not in use. This changes the FreeBSD default from 30 minutes
to 5 minutes. JKH was the one that added the override to amd_flags, but
there was no reason given other to serve as an example of what could be
done.
2000-09-01 01:08:52 +00:00
archie
495b9ed9e0
Fix wrong offset bug in ng_enaddr_unparse().
2000-09-01 00:28:03 +00:00
peter
eff5d582a0
Take a shot at fixing multiple pci busses on i386.
...
pcib_set_bus() cannot be used on the new child because it is
meant to be used on the *pci* device (it looks at the parent internally)
not the pcib being added. Bite the bullet and use ivars for the bus
number to avoid any doubts about whether the softc is consistant between
probe and attach. This should not break the Alpha code.
2000-08-31 23:11:35 +00:00
archie
bfbd66dc36
Avoid free'ing a NULL pointer.
2000-08-31 23:08:52 +00:00
obrien
05f7bf4f57
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
2000-08-31 22:54:09 +00:00
green
5ffaac679d
Casts are needed to subtract u_longs.
...
Submitted by: tor
2000-08-31 22:21:33 +00:00
peter
28159a08e9
Remove duplicate static definition of pci_devclass
2000-08-31 21:27:51 +00:00
markm
f5f42b593b
Slightly improve the description of "crypto". "DES" is a subset of
...
what we have in secure/.
2000-08-31 17:59:01 +00:00
gallatin
10142f72b7
Introduce explicit break statements in the various chipsets'
...
foo_pcib_[read|write]_config() functions rather than relying on
a break or return being in the CFG macro.
This fixes a panic later in the boot process on a UP1000. From
inspection, it looks like this fixes a similar problem in the tsunami code.
Approved by: dfr
2000-08-31 16:19:27 +00:00
gallatin
c7b18640f7
fix a typo introduced by Doug's busspace changes that causes UP1000s to
...
crash very early in the boot process with a ksp not valid halt to the SRM.
submitted by: dfr
2000-08-31 16:11:20 +00:00
des
d33a112295
Forced commit to note that the previous commit closed a PR.
...
PR: 19748
2000-08-31 16:06:04 +00:00
des
355bb561f3
Import XPG4-compliant basename(3) and dirname(3) from OpenBSD.
...
The man pages need some adjustments.
PR: 12960, 12962
Submitted by: James Howard <howardjp@wam.umd.edu>
Obtained from: OpenBSD
2000-08-31 15:56:15 +00:00
rwatson
97d4af5bf1
o p_cansee() wasn't setting privused when suser() was required to override
...
kern.ps_showallprocs. Apparently got lost in the merge process from
the capability patches. Now fixed.
Submitted by: jdp
Obtained from: TrustedBSD Project
2000-08-31 15:55:17 +00:00
takawata
8f6295e0c7
Merge rest piece of ACPI driver.To activate acpi driver ,add
...
device acpi
line. Merge finished. But still experimental phase.Need more hack!
Obtained from:ACPI for FreeBSD project
2000-08-31 15:34:54 +00:00
des
ebf8e6bdbf
Document the FTP_PROXY and HTTP_PROXY variables better.
2000-08-31 15:13:22 +00:00
iwasaki
2bbee59fc9
Activate acpi.
2000-08-31 15:12:23 +00:00
iwasaki
d15e4891fc
This commit was generated by cvs2svn to compensate for changes in r65287,
...
which included commits to RCS files with non-trunk default branches.
2000-08-31 14:45:00 +00:00
iwasaki
53d00480b6
import amldb(8) from ACPI For FreeBSD project.
...
Obtained from: ACPI For FreeBSD project
2000-08-31 14:45:00 +00:00
iwasaki
960c7c47e2
This commit was generated by cvs2svn to compensate for changes in r65285,
...
which included commits to RCS files with non-trunk default branches.
2000-08-31 14:42:32 +00:00
iwasaki
2e85c753ff
import acpidump(8) from ACPI For FreeBSD project.
...
Obtained from: ACPI For FreeBSD project
2000-08-31 14:42:32 +00:00
iwasaki
9aa790fd41
This commit was generated by cvs2svn to compensate for changes in r65283,
...
which included commits to RCS files with non-trunk default branches.
2000-08-31 14:41:23 +00:00
iwasaki
8b89c74a2f
import acpiconf(8) from ACPI For FreeBSD project.
...
Obtained from: ACPI For FreeBSD project
2000-08-31 14:41:23 +00:00
iwasaki
9348a564d8
Add Makefile for acpi userland tools.
...
Obtained from: ACPI For FreeBSD project
2000-08-31 14:38:47 +00:00
ru
e01f2b2835
Grab ADJUST_CHECKSUM() macro from alias_local.h.
2000-08-31 12:54:55 +00:00
ru
5feb1713fe
Create aliasing links for incoming ICMP echo/timestamp requests.
...
This makes outgoing ICMP echo/timestamp replies to be de-aliased
with the right source IP, not exactly the primary aliasing IP.
2000-08-31 12:47:57 +00:00
green
dd66d69170
Fix hangs caused by overzealous code removal.
...
Thanks, Nickolay, for figuring out this is the problem.
Submitted by: Nickolay Dudorov <nnd@mail.nsk.ru>
2000-08-31 11:31:58 +00:00
des
23f9ab64bf
Don't unlink the target file if it's not a regular file.
2000-08-31 11:24:15 +00:00
iwasaki
7f8b311e6a
Modified PCI config space access code via pcib_if rather than using
...
pci_cfg{read|write}.
- Obtain device_t pcib instance by calling device_find_child().
- Call PCIB_{READ|WRITE}_CONFIG() to access to pcib interfaces.
Reviewed by: dfr, takawata
2000-08-31 11:16:42 +00:00
iwasaki
e6fd189e34
Cleanup on power off code under ACPI.
...
- Remove DELAY() kludge before power off.
- Move EVENTHANDLER_REGISTER to acpi_attach().
- Pass RB_POWEROFF flag to shutdown_nice().
Reviewed by: msmith
2000-08-31 11:15:03 +00:00
rse
f1908a0e71
Fix resolv.conf line hint: "name-server" -> "nameserver"
2000-08-31 11:13:20 +00:00
kato
549ed4921c
Improved Cyrix 486DX supports for NEC PC-98.
...
- Enable WB cache via CCR2 and CR0.
- Set the need_pre_dma_flush when the CPU_I486_ON_386 option is
defined.
Submitted by: Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
2000-08-31 10:33:06 +00:00
kato
c7d77e4693
The INT 1B BIOS call is used to obtain geometries of SASI/IDE hard
...
drives. Some IDE cards don't set propler information into BIOS work
are and their sector size were always recognized as 256 bytes/sector.
Pointed out by: jagarl@creator.club.ne.jp
2000-08-31 10:24:06 +00:00
brian
ed0f07d9dd
Use arc4random() instead of random()
2000-08-31 00:45:24 +00:00
msmith
afc6787158
Make it possible to pass boot()'s flags to shutdown_nice() so that the
...
kernel can instigate an orderly shutdown but still determine the form of
that shutdown. Make it possible eg. to cleanly shutdown and power off the
system under ACPI when the power button is pressed.
2000-08-31 00:08:50 +00:00
msmith
814369526c
Only build 'mly' on i386, as it doesn't build and hasn't been tested on
...
Alpha.
2000-08-30 23:24:14 +00:00
brian
543225026f
Don't treat two or more whitespace followed by a comment as
...
an empty argument
PR: 20937 (maybe)
PR: 20938
2000-08-30 20:51:13 +00:00
brian
50a3c4fd88
Complain about invalid arguments passed to ``set ifaddr''
2000-08-30 20:49:50 +00:00
archie
53ecfd0ecb
Export ng_ether_enaddr_type for other nodes that want to use it.
2000-08-30 18:39:29 +00:00