| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
value, it forces GCC to not optimize above this level. For intance, GCC
made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the
Alpha platform when building ports.
|
|
|
|
|
|
|
|
| |
nearly as ominous as it sounds, and it allows OPIE to be used over SSH
and on xterms.
Requested by: ache
Discussed on: -security
|
|
|
|
|
| |
MASTER_SITE_FREEBSD is already used in bsd.port.mk for some different
purpose.
|
| |
|
| |
|
|
|
|
| |
may be started at boot for kerberos servers.
|
|
|
|
|
|
|
|
|
|
|
| |
us anyway because it doesn't work right on the x86 and alpha. On
K&R code, small ints would be promoted to int. ANSI-C doesn't require
this and the small ints can be passed taking 8 or 16 bits of stack
space. However, the x86 abi that we use *does* promote to 32 bit,
and the alpha ABI passes them in 64 bit registers so we dont have
that aspect of the problem here. Losing float precision by having it
cast down to int because the funtion prototype specifies int is the
least of our problems. -Wmissing-prototypes helps here anyway.
|
|
|
|
|
|
|
|
| |
files to look an (in the same way that /etc/security does).
Don't single-quote $start, reducing it to an empty string.
MFC after: 3 days
|
|
|
|
|
|
| |
results in a potential conflict with a getty running on that device.
PR: 26818
Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr>
|
|
|
|
|
|
|
|
|
|
| |
building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary
build enables that FFR as well.
PR: conf/28361
MFC after: 1 week
|
|
|
|
|
|
|
| |
Submitted by: lots of people, most recently by Mike Buchanon
Also, Tried to clean up the comments about IRQs to match the new world
order.
|
|
|
|
| |
Approved by: imp
|
|
|
|
|
|
|
|
|
|
| |
for separating the startup scripts' list into individual filenames.
Run the shutdown scripts in reverse alphabetical order, so dependent
services are stopped before the services they depend upon.
Reviewed by: -arch, -audit
MFC after: 3 weeks
|
| |
|
| |
|
|
|
|
|
|
|
| |
in most cases and rather harmful.
Reported by: Kevin Oberman <oberman@es.net>
MFC after: 1 week
|
|
|
|
|
|
|
| |
wants to replace one of those programs.
PR: 13609
Submitted by: Goran Lowkrantz <goran.lowkrantz@infologigruppen.se>
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: keichi
|
|
|
|
| |
Approved by: imp
|
|
|
|
|
|
| |
a minor ocrrection to the Aironet 340 Series comment.
Approved by: imp (in principle)
|
|
|
|
| |
Submitted by: Danny Braniss <danny@cs.huji.ac.il>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the following description in RFC2461:
AdvSendAdvertisements
A flag indicating whether or not the router sends
periodic Router Advertisements and responds to
Router Solicitations.
Default: FALSE
Note that AdvSendAdvertisements MUST be FALSE by
default so that a node will not accidentally start
acting as a router unless it is explicitly
configured by system management to send Router
Advertisements.
Submitted by: JINMEI Tatuya <jinmei@isl.rdc.toshiba.co.jp>
MFC after: 1 week
|
|
|
|
|
| |
To use a FAITH actually, you also need faithd(8) setup.
Please consult faithd(8) manpage.
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
| |
PR: 28185
Submitted by: Gordon Tetlow <gordont@bluemtn.net>
|
|
|
|
| |
from another host.
|
|
|
|
|
|
|
| |
is just a shell script for backward compatibility. Now, we always use
ifconfig(8) instead of prefix(8).
MFC after: 3 weeks
|
| |
|
|
|
|
|
|
|
| |
Make the default setting YES for now to get some experience with it.
Note: If people starts seeing disk errors because of this then it
should not be backed.
|
|
|
|
|
|
| |
PR: 26543
Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
MFC after: 3 weeks
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: Miklos Niedermayer <mico@bsd.hu>
PR: conf/27726
|
|
|
|
|
|
|
|
| |
originally submitted patch (oops!).
Also check for an empty $daily_accounting_save.
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
|
|
|
|
|
| |
Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de>
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Submitted by: gshapiro
|
|
|
|
| |
Add a dire warning about the experimental nature of threaded Perl.
|
|
|
|
|
|
|
| |
card "D" "Link DWL-650 11Mbps WLAN Card"
which is the most amusing CIS mistake I've seen in some time.
# I'm using this card to make this commit!
|
| |
|
| |
|
|
|
|
|
| |
Prompted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 3 days
|
|
|
|
|
|
|
| |
enable or disable background fsck'ing all in one shot. Default is
currently 'YES'.
Reviewed by: jkh
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
plus documentation.
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
Not objected to by: hm
MFC after: 1 week
|
|
|
|
| |
<roam@orbitel.bg>
|
|
|
|
| |
so zsh can parse this file as well.
|