Next | Query returned 20 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2009-12-21 00:22:35 by Tobias Nygren | Files touched by this commit (2)
Log message:
Don't feed CFLAGS to linker when building example program.
   2009-10-31 03:54:34 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
Update to 0.14:
add daemon_set_verbosity() call; numerous updates
   2009-08-18 07:40:44 by Hasso Tepper | Files touched by this commit (2)
Log message:
More portable fix for upper bound for signals problem pulled out from
upstream git repo. Should fix build on Solaris, FreeBSD and DragonFly.

If there is still need for Darwin specific fix with __DARWIN_NSIG (there is
no NSIG or it's semantically different like NSIG and _NSIG in Linux), please
add it back.
   2009-08-17 12:26:17 by Matthias Scheler | Files touched by this commit (2)
Log message:
Fix build problem under Mac OS X (Leopard?).
   2009-08-16 16:24:01 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.13, set LICENSE.
Add daemon_reset_sigs() and daemon_unblock_sigs() calls for resetting
signal handlers to sensible states; improve error handling.
   2009-07-17 20:00:26 by Adrian Portelli | Files touched by this commit (126)
Log message:
Give up MAINTAINER
   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-02-07 18:51:59 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
DESTDIR support
   2008-12-20 18:24:48 by Adam Hoka | Files touched by this commit (6) | Imported package
Log message:
Import libdaemon-0.12 as devel/libdaemon.

libdaemon is a lightweight C library that eases the writing of UNIX
daemons. It consists of the following parts:

* A wrapper around fork() which does the correct daemonization
  procedure of a process
* A wrapper around syslog() for simpler and compatible log output to
  Syslog or STDERR
* An API for writing PID files
* An API for serializing UNIX signals into a pipe for usage with
  select() or poll()
* An API for running subprocesses with STDOUT and STDERR redirected
  to syslog.

APIs like these are used in most daemon software available. It is not
that simple to get it done right and code duplication is not a goal.


Next | Query returned 20 messages, browsing 11 to 20 | previous