Next | Query returned 55 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2007-09-02 12:50:42 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Don't install RC script by hand.
   2007-08-30 18:04:19 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Set RCD_SCRIPT_SRC and let the normal file substitutions take care
of the rest.
   2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136)
Log message:
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
   2007-03-24 20:21:34 by Joerg Sonnenberger | Files touched by this commit (124)
Log message:
Prepare for switching to NO_MTREE=yes.
   2006-05-21 18:08:32 by Roland Illig | Files touched by this commit (2)
Log message:
Fixed pkglint warnings. Proper handling of rc.d script. Bumped PKGREVISION.
   2006-05-11 05:55:05 by Jim Wise | Files touched by this commit (3)
Log message:
Update to i2cbd-2.0_BETA5: fold in patch-aj, from Thor Lancelot Simon:

Don't set O_NDELAY (and leave it set!) on all sockets, all the time.  This
was making select always return immediately and was causing the daemon to
spin on CPU.

Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing
them, and clear it afterwards, so select is always safe.
   2006-05-11 05:40:34 by Thor Lancelot Simon | Files touched by this commit (1)
Log message:
whoops.  resuscitate patch-aj
   2006-05-11 05:20:29 by Thor Lancelot Simon | Files touched by this commit (1)
Log message:
Resuscitate patch-aj, which is fixed now.
   2006-05-11 04:36:15 by Jim Wise | Files touched by this commit (8) | Package removed
Log message:
Update to i2cbd-2.0_BETA4.

This release folds in pkgsrc patches patch-ad through patch-ai.

For the moment, remove patch-aj as well, since it doesn't apply (file paths
are wrong).  I'll try to fold this into the next beta, however.
   2006-05-11 03:54:33 by Thor Lancelot Simon | Files touched by this commit (2)
Log message:
Don't set O_NDELAY (and leave it set!) on all sockets, all the time.  This
was making select always return immediately and was causing the daemon to
spin on CPU.

Instead, set O_NONBLOCK (= O_NDELAY) on sockets only when reading/writing
them, and clear it afterwards, so select is always safe.

Next | Query returned 55 messages, browsing 21 to 30 | Previous