| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed by: msmith
|
|
|
|
|
|
| |
- correct URL for ftp4 and ftp5.
Submitted by: Benjamin Bayart <bayartb@guinness.domicile.fr> (for ftp6)
|
| |
|
|
|
|
|
| |
PR: 18176
Reviewed by: Bruce A. Mah <bmah@acm.org>
|
| |
|
|
|
|
|
|
| |
in getopt.
Submitted by: Clive Lin <clive@CirX.ORG>
|
| |
|
|
|
|
|
|
| |
localized error messages from ipsec_strerror().
Obtained from: OpenBSD
|
|
|
|
|
|
| |
info about resume timer and resume on ring indicator, again.
Reviewed by: imp
|
|
|
|
| |
Requested by: bde (ages ago)
|
|
|
|
| |
Submitted by: bde
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
page.
Add ability to run "inetd -R 0" to disable the default connection
per minute limit of 256 connections. Document this in man page.
Don't use maxchild as a boolean - instead check if it is greater
than zero.
Reviewed by: sheldonh
Based on a patch by: Alexander Langer <alex@big.endian.de>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Remove extra parens from my host selection commit.
Add white space after if, while, for and switch.
Get rid of braces around a single statement if.
There should be no functional changes in this commit.
Reviewed by: sheldonh
|
|
|
|
| |
Reviewed by: sheldonh
|
|
|
|
| |
Submitted by: pho and Hajimu UMEMOTO
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
don't traumatise the parent inetd.
Requested by: wietse@porcupine.org
Approved by: markm
|
| |
|
|
|
|
|
|
| |
specified.
Submitted by: pho
|
|
|
|
| |
Optimize out chown(2) syscalls if there is no change in uid or gid.
|
|
|
|
|
|
|
| |
I guess it serves me right for using a patch directly from Jan
Koum. :)
Requested by: many
|
|
|
|
|
|
|
| |
request. This is useful when you have a large site pointed at a
single syslog server.
Submitted by: Jan Koum <jkb@yahoo-inc.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make sysinstall override this on install, so the effective behavioural
change for a newly installed system is null. Overall, this makes a system
with an empty /etc/rc.conf not run any network services, and makes the
FreeBSD-provided network services that are running visible in /etc/rc.conf
(instead of making people look through /etc/defaults/rc.conf to find the
things they need to disable to secure the system.)
Reviewed by: jhb
Discussed with: The usual cabal
|
| |
|
|
|
|
|
|
| |
mount points in /etc/fstab.
Requested by: obrien
|
|
|
|
|
|
|
|
|
| |
The regulations has been changed to adopt 802.11b since Oct. 99.
For 11Mbps NICs sold in Japan, all DS channels (1..14) are available.
Thank you, itojun.
Obtained from: NetBSD:basesrc/usr.sbin/wiconfig/wiconfig.8 Rev.1.5 ->1.6
|
| |
|
|
|
|
| |
non-existant on non-i386 platforms.
|
|
|
|
|
|
|
|
|
| |
Now, if a release is specified, instead of just looking for a directory
with the same name as the release, try several possible directories (each
suffixed with the release name) relative to the base directory including
".", "releases/MACHINE", "snapshots/MACHINE", and each of those prefixed
with "pub/FreeBSD/". This will allow us to remove the evil symlinks under
pub/FreeBSD/releases/MACHINE/ to the snapshots on the ftp site.
|
|
|
|
|
|
|
|
|
|
|
|
| |
directories to not be printed. This is from OpenBSD (and I think
NetBSD also) and makes our mtree more compatible with other BSDs.
This makes cross compilation easier than it was before. Other changes
will be needed to allow NetBSD or OpenBSD to cross build on FreeBSD,
but this is a start.
Reviewed by: andrey
Obtained from: OpenBSD
Concentric Red Circles by: My own stupidity
|
|
|
|
| |
Reported by: Brian J. McGovern <mcgovern@spoon.beta.com>
|
| |
|
|
|
|
|
|
| |
does bad things to /etc/make.conf in certain situations. Also
soften the "don't install crypto from the USA!" messages since,
except for RSA (which is still noted), that's not so true anymore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a similar way to the way it can select messages from a given program.
Lines beginning with "+hostname" or "#+hostname" select messaes
from that hostname and lines beginning with "-hostname" or "#-hostname"
match messages not from that hostname.
There are some significant style issues left in the original program
selection code and the man page. This should be cleared up in some
later commits.
Reviewed by: sheldonh
Based on an original patch by: Bernd Walter <ticso@cicely8.cicely.de>
Man page stylist: sheldonh
|
|
|
|
|
|
| |
command now follows symlinks again.
Requested by: jkh
|
|
|
|
|
| |
include strtofflags.c from lib/libc/gen when building mtree until the
current dependency mess with mtree is fixed.
|
| |
|
|
|
|
|
|
| |
up to this.
Submitted by: Valeriy E. Ushakov <uwe@ptc.spbu.ru>
|
| |
|
|
|
|
| |
in the serial-installation of FreeBSD.
|
| |
|
|
|
|
| |
No donut for: obrien
|
|
|
|
| |
Requested by: Blaz Zupan <blaz@amis.net>
|
| |
|
|
|
|
|
| |
PR: bin/20052
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
|
|
|
|
| |
when purging routes.
|
|
|
|
|
|
|
| |
This should cause -w's argument not to be ignored in the usermod case,
so it will affect modification of the user's password instead of using
the pw.conf (or internal default=no '*') password method.
PR: bin/11168
|