| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Fixes bug: automatic retry in msgbuf_write on EAGAIN causes spinning.
Notes:
svn path=/head/; revision=334549
|
|
|
|
| |
Notes:
svn path=/head/; revision=331530
|
|
|
|
| |
Notes:
svn path=/head/; revision=331443
|
|
|
|
| |
Notes:
svn path=/head/; revision=331442
|
|
|
|
|
|
|
|
|
| |
PR: ports/165609
Submitted by: pgollucci (March 2012)
With hat: portmgr
Notes:
svn path=/head/; revision=328795
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
| |
Notes:
svn path=/head/; revision=327307
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=317389
|
|
|
|
|
|
|
| |
Submitted by: Baptiste Daroussin <bapt@FreeBSD.org>
Notes:
svn path=/head/; revision=309714
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=307644
|
|
|
|
| |
Notes:
svn path=/head/; revision=292756
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
| |
FreeBSD port is now developed at https://github.com/mmatuska/relayd
Notes:
svn path=/head/; revision=281379
|
|
|
|
|
|
|
|
|
| |
: undefined reference to `arc4random_buf'
Reported by: pointyhat
Notes:
svn path=/head/; revision=275240
|
|
|
|
|
|
|
| |
- Switch to USERS and GROUPS framework
Notes:
svn path=/head/; revision=275145
|
|
|
|
| |
Notes:
svn path=/head/; revision=274756
|
|
|
|
| |
Notes:
svn path=/head/; revision=274699
|
|
|
|
| |
Notes:
svn path=/head/; revision=274478
|
|
|
|
| |
Notes:
svn path=/head/; revision=271527
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
|
| |
- fix open sockets limit for health check
- only set SO_REUSEPORT for listening ports
Feature safe: yes
Notes:
svn path=/head/; revision=267810
|
|
|
|
|
|
|
|
| |
PR: ports/147723
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=258238
|
|
|
|
| |
Notes:
svn path=/head/; revision=256302
|
|
|
|
|
|
|
|
|
|
|
| |
- Use IP_BINDANY if supported
- Update distfile
PR: ports/129859 [1]
Reported by: umoorjani.msv@gmail.com [1]
Notes:
svn path=/head/; revision=256230
|
|
|
|
|
|
|
|
| |
- Import event handling change from OpenBSD
- Bump PORTREVISION
Notes:
svn path=/head/; revision=255382
|
|
|
|
|
|
|
| |
Reported by: pointyhat (pav)
Notes:
svn path=/head/; revision=255344
|
|
|
|
| |
Notes:
svn path=/head/; revision=255265
|
|
|
|
|
|
|
|
| |
- Add relayd.conf.sample
- Bump PORTREVISION
Notes:
svn path=/head/; revision=255264
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Backport several patches from OpenBSD 4.7 and newer
- Fix build with FreeBSD 7 (arc4random.c)
- Fix user and group creation in pkginstall
- Add reload command to startup file
- Enable optional static build with libevent
- Take maintainership
PR: ports/147122
Approved by: kuriyama (private e-mail)
Notes:
svn path=/head/; revision=255236
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
| |
Notes:
svn path=/head/; revision=225335
|
|
|
|
| |
Notes:
svn path=/head/; revision=218857
|
|
|
|
|
|
|
| |
Approved by: maintainer (timeout), miwi (mentor)
Notes:
svn path=/head/; revision=210866
|
|
|
|
|
|
|
| |
Reported by: pointyhat
Notes:
svn path=/head/; revision=207601
|
|
relayd is a daemon to relay and dynamically redirect incoming
connections to a target host. Its main purposes are to run as a
load-balancer, application layer gateway, or transparent proxy. The
daemon is able to monitor groups of hosts for availability, which is
determined by checking for a specific service common to a host group.
WWW: http://spootnik.org/relayd/
# This port will work on $OSVERSION >= 700049.
# If you want to use on RELENG_6, apply a patch in
# http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_table.c.diff?r1=1.67&r2=1.68
Notes:
svn path=/head/; revision=205894
|