| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=66291
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/head/; revision=66278
|
| |
|
|
|
|
|
|
|
|
|
| |
appropriate(?) defaults for "low", "medium" and "high" security
environments. Medium is basically what we currently have with a little
seat-belt tightening where it made sense. Low is the same as medium but
without the tightening. High is positively fascist with nothing turned
on by default and an automatic call to 911 if it can find a modem.
Notes:
svn path=/head/; revision=66263
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
really doesn't make any sense, what was I smoking) and allow
the more canonical usage of "any" for either side of the comparison
for release name or architecture (meaning you can also set CD_VERSION=any
in a cdrom.inf file to cause sysinstall to always match it and likewise
with the architecture, if specified).
Sensibly suggested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=66225
|
| |
|
|
|
|
|
| |
Requested by: asami
Notes:
svn path=/head/; revision=66217
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66215
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, these cards were supported by the lnc driver (and they
still are, but the pcn driver will claim them first), which is fine
except the lnc driver runs them in 16-bit LANCE compatibility mode.
The pcn driver runs these chips in 32-bit mode and uses the RX alignment
feature to achieve zero-copy receive. (Which puts it in the same
class as the xl, fxp and tl chipsets.) This driver is also MI, so it
will work on the x86 and alpha platforms. (The lnc driver is still
needed to support non-PCI cards. At some point, I'll need to newbusify
it so that it too will me MI.)
The Am79c978 HomePNA adapter is also supported.
Notes:
svn path=/head/; revision=66131
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66059
|
| |
|
|
|
|
|
| |
be deselected or simply not chosen in a custom install).
Notes:
svn path=/head/; revision=65950
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65913
|
| |
|
|
|
|
|
| |
Submitted by: archie
Notes:
svn path=/head/; revision=65901
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65886
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65816
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65802
|
| |
|
|
|
|
|
| |
ifconfig(8) lladdr, bktr(4)->2.1.5.
Notes:
svn path=/head/; revision=65748
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65745
|
| |
|
|
|
|
|
| |
Add note to Alpha relnotes (accidentally omitted) on softupdates licensing.
Notes:
svn path=/head/; revision=65666
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65631
|
| |
|
|
|
|
|
| |
MFC.
Notes:
svn path=/head/; revision=65625
|
| |
|
|
|
|
|
|
| |
that hosts.conf(5) is gone, perl 5.6.0. First two items inspired by
recent commits to UPDATING.
Notes:
svn path=/head/; revision=65600
|
| |
|
|
|
|
|
|
| |
RSAREF no longer needed in the USA, sshd now enabled by default on
new installs.
Notes:
svn path=/head/; revision=65591
|
| |
|
|
|
|
|
| |
Reviewed by: msmith, "Salyzyn, Mark" <mark_salyzyn@adaptec.com>
Notes:
svn path=/head/; revision=65583
|
| |
|
|
|
|
|
| |
- Don't try to build modules when compiling a kernel during release.
Notes:
svn path=/head/; revision=65579
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65574
|
| |
|
|
|
|
|
|
| |
live in ``/boot/kernel/''. So tweak the release build to match previous
assumptions and expectations.
Notes:
svn path=/head/; revision=65562
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65546
|
| |
|
|
|
|
|
|
|
| |
when it became a C program.
Submitted by: sheldonh
Notes:
svn path=/head/; revision=65545
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65541
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=65532
|
| |
|
|
|
|
|
|
|
| |
GA620T 1000baseT support to the ti(4) driver and subsequent MFC.
In hardware list, re-sort list of NICs supported by ti(4) driver.
Notes:
svn path=/head/; revision=65522
|
| |
|
|
|
|
|
|
| |
PR: 21068
Submitted by: Martin Eggen <martin@copyleft.no>
Notes:
svn path=/head/; revision=65517
|
| |
|
|
|
|
|
| |
list of ATA controllers currently supported.
Notes:
svn path=/head/; revision=65493
|
| |
|
|
|
|
|
| |
Submitted by: "Koster, K.J." <K.J.Koster@kpn.com>
Notes:
svn path=/head/; revision=65481
|
| |
|
|
|
|
|
|
|
| |
on Alpha, primarily in the storage adapter area. Things like
Soundblaster-attached CDs, WD7000 etc for example. Try to get RELNOTES
for alpha to reflect reality a bit more.
Notes:
svn path=/head/; revision=65450
|
| |
|
|
|
|
|
| |
upgraders will not receive any unpleasant surprises.
Notes:
svn path=/head/; revision=65442
|
| |
|
|
|
|
|
| |
BIOS emulation to work.
Notes:
svn path=/head/; revision=65416
|
| |
|
|
|
|
|
| |
Submitted by: obrien
Notes:
svn path=/head/; revision=65375
|
| |
|
|
|
|
|
|
|
|
| |
- Add a bunch of new machine codenames
- Cleanup Miata a bit
- Update AS[56]00 description
- fix typos
Notes:
svn path=/head/; revision=65366
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65363
|
| |
|
|
|
|
|
| |
programs, finger(1) now supports finger aliases.
Notes:
svn path=/head/; revision=65336
|
| |
|
|
|
|
|
| |
routed 2.22.
Notes:
svn path=/head/; revision=65333
|
| |
|
|
|
|
|
|
|
|
|
|
| |
When we use PC-Card as install media, it is a patch
to tell with beep about whether we were able to
recognize it well.
Reviewed by: jkh, imp
Tested by: Kenji Yamada <kyamada@ISI.EDU>
Notes:
svn path=/head/; revision=65182
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65180
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Previously, you could only script these features if you said YES.
Oops. Accidentally commited to releng_4 first.
PR: 20334
Approved by: jkh
Notes:
svn path=/head/; revision=65167
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65161
|
| |
|
|
|
|
|
| |
Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
Notes:
svn path=/head/; revision=65135
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65134
|
| |
|
|
|
|
|
| |
selection for AS1000[A]/800
Notes:
svn path=/head/; revision=65030
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
alpha: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, logger(1) support for
remote syslogs.
i386: tap driver, accept_filters, ata support for ATA100,
routed update to 2.22, truncate(1), syslogd(8) -n option, kenv(1),
periodic(8) controlled by periodic.conf, boot98cfg(8),
logger(1) support for remote syslogs.
PR: 20628
Submitted by: bmah@cisco.com (Bruce A. Mah)
Reviewed by: nik
Notes:
svn path=/head/; revision=65027
|
| |
|
|
|
|
|
| |
Fix a typo.
Notes:
svn path=/head/; revision=64973
|