Next | Query returned 61 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2011-12-07 16:22:28 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Disable -Wswitch for newer GCC versions
   2011-10-08 00:37:06 by Sergey Svishchev | Files touched by this commit (40)
Log message:
PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh
   2011-10-03 19:01:24 by Stephen Borrill | Files touched by this commit (3)
Log message:
Conflict with xenstoretools
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2011-01-12 01:11:20 by Jean-Yves Migeon | Files touched by this commit (5)
Log message:
Add support for "vifname" keys inside XenStore. Its value is the
interface name for the vif, e.g. xvif(4) for dom0, and xennet(4)
for domU.

This allows querying the XenStore for the vif names, rather than
hardcoding their syntax in vif-* scripts.

Add a xen-subr shell script that can contain customized functions, and
include it in the vif-ip/vif-bridge scripts.
Introduce xenstore_read_default that returns the value of a specific
key from XenStore, or the default specified value when key is absent.

Bump revision.

ok bouyer@.

See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
   2010-10-08 06:58:58 by OBATA Akio | Files touched by this commit (1)
Log message:
MAKE_JOBS_SAFE=no
   2010-02-10 20:17:48 by Joerg Sonnenberger | Files touched by this commit (205)
Log message:
Bump revision for PYTHON_VERSION_DEFAULT change.
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225)
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.

Next | Query returned 61 messages, browsing 31 to 40 | Previous