Next | Query returned 238 messages, browsing 111 to 120 | Previous

History of commit frequency

CVS Commit History:


   2010-05-11 06:39:54 by Adam Ciarcinski | Files touched by this commit (13)
Log message:
Added patches, courtesy of Mike Bowie:
* Address changes in sysctl() storage, which has yielded values such as
  IP-MIB::ipForwarding.0 invalid.
* RAM reporting on 64-bit systems.
   2010-03-09 23:52:56 by Hubert Feyrer | Files touched by this commit (2)
Log message:
Add perl as an option, defaulting to on
Bump revision

OK adam@
   2009-08-30 04:21:58 by OBATA Akio | Files touched by this commit (1)
Log message:
Add user-destdir support.
   2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291)
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-03-18 23:50:28 by Adrian Portelli | Files touched by this commit (1)
Log message:
Add two new options to help when running snmpd as an unpriveleged user
   2009-03-10 19:36:34 by Alan Barrett | Files touched by this commit (1)
Log message:
regen distinfo after editing comments in a patch file
   2009-03-10 19:30:44 by Alan Barrett | Files touched by this commit (7)
Log message:
Some systems define ifnet.if_lastchange as struct timespec (with
a tv_nsec field measured in nanoseconds), while other systems
define it as struct timeval (with a tv_usec field measured in
microseconds).  Add a configure test and conditional code in
agent/mibgroup/mibII/interfaces.c.orig.  This should fix PR 40990.
Bump PKGREVISION to 2.
   2009-02-15 12:31:51 by Matthias Scheler | Files touched by this commit (3)
Log message:
Add a patch from the "net-snmp" repository to close the vulnerability
reported in SA33884/CVE-2008-6123.
   2008-11-02 09:30:07 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 5.4.2.1:
snmpd:
- SECURITY ISSUE: A bug in the getbulk handling code could let
  anyone with even minimal access crash the agent.

Next | Query returned 238 messages, browsing 111 to 120 | Previous