| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
This is standard feature.
Submitted by: ru
|
|
|
|
| |
Submitted by: mistral@imasy.or.jp
|
| |
|
|
|
|
|
|
|
|
| |
PR: 35649
Reported by: Johann Frisch <jerfa@yahoo.com>
Reviewed by: bp
Approved by: bp, silence on -doc
MFC after: 1 week
|
|
|
|
|
|
| |
with the NO_IPFILTER make.conf(5) knob.
(So that we can "make the-rest-of-the-world" again.)
|
| |
|
|
|
|
|
| |
they contain stale information.
Remove files referring to the old diskless setup to avoid confusion.
|
|
|
|
| |
set-user-ID root binary instead of the new method (set-group-ID smmsp).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/usr/share/examples/pppd.
Update pppd(8) documentation to reflect this, usr.sbin/pppd/pppd.8.
Remove the out-of-place pppd(8) configuration files in etc/ppp,
ppp.shells.sample and ppp.deny.
Make the appropriate changes to the build process, etc/Makefile and
etc/mtree/BSD.usr.mtree, so it all works.
The files from etc/ppp, ppp.shells.sample and ppp.deny, were moved
with a repo copy. Note it in the logs with a forced commit to these
two.
Submitted by: Maxim Konovalov <maxim@macomnet.ru> provided the new samples.
|
| |
|
|
|
|
|
| |
PR: docs/32560
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
|
|
|
|
| |
MFC after: 4 weeks
|
|
|
|
| |
MFC after: 4 weeks
|
|
|
|
| |
MFC after: 4 weeks
|
|
|
|
|
|
|
| |
/var/run to store ppp(8) command sockets.
PR: bin/29966
MFC after: 4
|
|
|
|
|
|
|
|
|
|
|
| |
translations. This will once again allow docproj trackers to use the
sample out-of-the-box to only download English.
Rapid MFC to avoid the coming freeze.
PR: 32329
Approved by: bmah
MFC after: 1 day
|
|
|
|
| |
Stolen from: NetBSD
|
|
|
|
|
|
|
|
|
|
|
|
| |
We don't install dot.nsmbrc or smbfs.sh.sample, since we already install
the former as /etc/nsmb.conf and the latter is unnecessary, since
boot-time mounts can be arranged directly within /etc/fstab without fear
of breaking the boot when the smbfs port (now unnecessary is removed).
The MFC reminder below is subject to <re@FreeBSD.org> approval
priod to 4.5-RELEASE.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change the 'fopen' keyword to accept a mode parameter. Note that this
will break existing 4th scripts that use fopen. Thus, the loader
version has been bumped and loader.4th has been changed to check for a
sufficient version on i386 and alpha. Be sure that you either do a full
world build or install or full build and install of sys/boot after this
since loader.old won't work with the new 4th files and vice versa.
PR: kern/32389
Submitted by: Jonathan Mini <mini@haikugeek.com>
Sponsored by: ClickArray, Inc.
|
|
|
|
|
|
| |
- Use M_ZERO instead of another call to bzero().
Inspired by: misc/31905
|
|
|
|
| |
Reviewed: jhb
|
|
|
|
|
|
| |
PR: bin/29966
Approved by: brian
MFC after: 4
|
| |
|
|
|
|
| |
empty ".for ..." loop.
|
|
|
|
| |
fixed the ipfilter directory with a NOOBJ.
|
| |
|
|
|
|
| |
Submitted by: Harry Starr <starr3@gccs.com.au>
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
card.
Submitted by: Steve Looman
Reviewed by: hm
MFC after: 1 month
|
|
|
|
| |
PR: 26763
|
|
|
|
|
|
|
| |
so that users gets ipfilter examples without a source install.
PR: 26763
Submitted by: Cyrille Lefevre <clefevre@poboxes.com>
|
|
|
|
| |
MFC after: 2 months
|
|
|
|
|
|
| |
PR: 31215
Submitted by: Stephane Marzloff <secrer@le-bar.org>
MFC after: 1 week
|
|
|
|
| |
code which will stay for now.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
name of a file containing ipfw rules.
2) Replace the use of a predictable temporary filename with one
generated by mktemp(1).
3) Only exit with a zero exit status if the rules were updated.
4) Use a pager to view the new rules, not an editor.
I was told by dcs that this script's original author is no longer
interested in FreeBSD and would not wish to review this patch.
|
|
|
|
|
| |
PR: docs/30687
Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
|
|
|
|
| |
MFC after: 3 days
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
discussed on the arch@ mailinglist (after repo-copy).
sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).
/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.
Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
|
| |
|
| |
|
|
|
|
|
| |
PR: 29935
Submitted by: Rob Simmons <rsimmons@mail.wlcg.com>
|
|
|
|
|
|
| |
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
|