Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-23 | Don't pull in sys/user.h. | joerg | 2 | -6/+14 | |
2016-02-26 | Use OPSYSVARS. | jperkin | 1 | -27/+17 | |
2015-11-04 | Add SHA512 digests for distfiles for sysutils category | agc | 1 | -1/+2 | |
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-01-04 | Use BROKEN_ON_PLATFORM for "currently no machdep support". | dholland | 1 | -2/+2 | |
2012-10-23 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2009-07-07 | user-destdir support | joerg | 1 | -6/+10 | |
2008-08-02 | Fix broken build on -current. | dholland | 2 | -1/+14 | |
2007-10-28 | I forgot to commit distinfo since changed patch-ac... | obache | 1 | -2/+2 | |
2007-10-28 | Move patch location to maintain easy. | obache | 1 | -6/+8 | |
2007-10-28 | Fix typo (OPSYS => OSTYPE). | obache | 1 | -7/+7 | |
2007-10-27 | Update skill to 4.1.4. | obache | 5 | -18/+55 | |
Based on patch provided by Yakovetsky Vladimir in PR 36788. Add target for FreeBSD and Linux (and IRIX/OSF/AIX/HUPX, not tested). XXX: Should use distribution's Config script instead? 4.1.2: Minor feature enhancements This release features support for Cygwin. It validates on Solaris 5.9-10, HP-UX 11.23, and FreeBSD 5.3. There is an HP-UX 64-bit fix. The FreeBSD 5.x special proc handling was improved, and there were some minor cleanups. 4.1.3: Minor feature enhancements This release adds support for AIX v5. It has a work-around for a Solaris issue where the process open() call would hang. 4.1.4: Minor bugfixes skill and snice now act on each process only once (for systems like BSD that return the same Process ID multiple times, once for each instantiated thread). Support has also been added for FreeBSD 6.2 and HP-UX 11.31. | |||||
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -4/+4 | |
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. | |||||
2006-10-28 | Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. | wiz | 1 | -3/+3 | |
2005-12-06 | Fix errno. On DragonFly, define HAS_STRERROR to avoid conflicts with | joerg | 3 | -11/+22 | |
system headers. | |||||
2005-08-06 | Make this build on Darwin. | yyamano | 1 | -1/+3 | |
2005-03-10 | Mark as NOT_FOR_PLATFORM Interix. | tv | 1 | -1/+3 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-07-04 | Update to 4.1.1: | wiz | 2 | -6/+5 | |
From the diff, changes look like: Darwin support; new -a option. | |||||
2003-09-23 | Add HOMEPAGE, and make compile on non-NetBSD. | wiz | 3 | -11/+14 | |
From Jonathan Perkin in PR 22909. | |||||
2002-06-28 | Updated skill to 4.1nb2 | abs | 4 | -14/+17 | |
Fix for pre NetBSD-1.5 systems. | |||||
2002-06-23 | Fix for truncated process name problem decribed in pkg/10416. | kent | 3 | -2/+27 | |
Increment PKGREVISION. | |||||
2002-04-29 | Update to 4.1 -- patch-ab has been folded into the distribution. | wiz | 4 | -235/+21 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -5/+5 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-16 | o respect CFLAGS | zuntum | 3 | -14/+16 | |
o remove redundant line: WRKSRC=${WRKDIR}/${PKGNAME}, since ${PKGNAME}==${DISTNAME} | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-18 | Update skill to 4.0 - no changelog | abs | 2 | -6/+5 | |
2000-09-03 | add RCS Id | wiz | 1 | -0/+1 | |
2000-06-26 | Mainly cosmetic changes from previous: | simonb | 2 | -27/+75 | |
+ move includes files from middle of bsd-44.c module to top. + remove unused variables. | |||||
2000-06-26 | Use the kern.proc (or kern.proc2 if available) sysctl directly, so that | simonb | 4 | -12/+169 | |
libkvm isn't needed, and skill/snice can run without setgid. Tested on 1.3.3, 1.4 and 1.5A, and should work all the way back to NetBSD 0.8. Note: applies for NetBSD only, not Solaris :) | |||||
2000-02-20 | updated to skill 3.7.9, since author incorporated patch. Changes: | wiz | 5 | -34/+12 | |
Skill Version 3.7, Patch #8 [affects all] - pid #4 not special for Solaris [from JD Paul <jdpaul@staff.juno.com>] - generic Linux /proc code [from Michael Smith <michael@csuite.ns.ca>] - prevent compiler code reorder of SysErr() call in main() - New OSes: Linux 2.2, Compaq Tru64 Unix 5.0, SCO UnixWare 7.0.1 - Fixed GuessOS for Tru64 Unix and AIX 4.3 - no-ctrling-tty support for: Linux, AIX, HPUX 10/11, SysVr4 (Solaris) - Rewrite of Linux GetProc(). - Larger errbuf for 4.4BSD [Thomas Klausner <wiz@danbala.tuwien.ac.at>] | |||||
2000-02-19 | give the package a (much) higher probability to still work on Solaris after | wiz | 2 | -5/+5 | |
my last change | |||||
2000-02-19 | ${UVM} cleanup: while we're at it, make the package work again, and | wiz | 5 | -22/+36 | |
upgrade it to 3.7@P7, also called 3.7.8 | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-10-05 | Fix OSTYPE - it's bsd-44, not bsd-4.4. | hubertf | 1 | -2/+2 | |
1999-09-27 | Regenerate following Solaris changes to Makefile patch. | agc | 1 | -2/+2 | |
1999-09-27 | Make this program compile on Solaris. | agc | 2 | -9/+18 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1999-02-23 | Shorten some comments to fit neatly in pkg_info display, without losing any | abs | 1 | -1/+1 | |
information. | |||||
1999-01-05 | Updated to skill-3.7.7. The author included my patch to avoid | kim | 4 | -29/+13 | |
segfaults on BSD 4.4 -derived systems (related to getting the number of signals right). Adds support for SIGPWR on NetBSD. | |||||
1999-01-05 | Updated to 3.7.6 (3.7@P5) | kim | 4 | -6/+25 | |
1998-08-11 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-04 | Addition of skill/snice (skill-3.7.5) | kim | 6 | -0/+109 | |