Age | Commit message (Expand) | Author | Files | Lines |
2007-07-23 | Include nbcompat.h to sort out err.h | adrianp | 1 | -2/+5 |
2007-07-22 | Move variable declaration to top of function body to make this build with | tnn | 1 | -2/+2 |
2007-07-21 | Wrap inclusion of inttypes.h in #ifdef HAVE_INTTYPES_H | tnn | 1 | -1/+3 |
2007-07-21 | Uses ntohl(), so include <arpa/inet.h> | tnn | 2 | -2/+6 |
2007-07-21 | Add workaround for broken 'struct sigaction' on Interix. | tnn | 1 | -1/+3 |
2007-07-21 | Add workaround for broken 'struct sigaction' on Interix. | tnn | 1 | -1/+3 |
2007-07-21 | Interix doesn't have sockaddr_in.sin_len. | tnn | 1 | -2/+2 |
2007-07-21 | Another version bump due to added configure check for uintptr_t | tnn | 2 | -4/+5 |
2007-07-21 | * configure.ac: Add AC_TYPE_UINTPTR_T, needed by sha2.c. | tnn | 3 | -1/+125 |
2007-07-21 | Add missed file in last update | adrianp | 1 | -4/+35 |
2007-07-21 | Misc man page fixes | adrianp | 5 | -2835/+3618 |
2007-07-20 | Split pattern related functions from lib/str.c off into lib/opattern.c. | joerg | 12 | -152/+221 |
2007-07-20 | Always call setprogname for platforms that don't have __progname. | joerg | 9 | -48/+44 |
2007-07-20 | Bump version due to changes in asprintf, snprintf and vsnprintf. | tnn | 2 | -3/+8 |
2007-07-20 | * configure.ac: Test for a standards-conformant vsnprintf. If it is found | tnn | 3 | -4/+119 |
2007-07-20 | Handle trailing NUL correctly. | tnn | 1 | -5/+8 |
2007-07-20 | Fix logic error in buffer handling (Hi Joerg!) | tnn | 1 | -6/+6 |
2007-07-19 | Replace "poor man's printf" implementation of (v)snprintf with an | tnn | 1 | -764/+69 |
2007-07-18 | New sentence, new line. Sort options. | wiz | 1 | -55/+73 |
2007-07-18 | Fix SHA256/SHA512 to work on strict alignment platforms. This was | joerg | 2 | -15/+51 |
2007-07-17 | Link libnbcompat before libevent (which may link to libc), so that | tnn | 1 | -3/+3 |
2007-07-17 | HPUX's sockaddr_in doesn't have a sin_len member, so don't initialise it. | tnn | 1 | -2/+2 |
2007-07-16 | Add two variables to specify the prefix of the report mail's subject | joerg | 3 | -5/+7 |
2007-07-16 | bulkdir was an old configuration variable and replaced with bulklog | joerg | 3 | -16/+17 |
2007-07-16 | Change download-vulnerability-list.sh to use exec_prefix in the | joerg | 3 | -4/+9 |
2007-07-16 | Retire helper scripts for merge from src, this is now the authoritive | joerg | 2 | -194/+0 |
2007-07-16 | Merge remaining small changes from NetBSD, most of all the pkgsrc.7 man | joerg | 31 | -185/+264 |
2007-07-16 | Merge r1.37 from NetBSD: | joerg | 1 | -26/+36 |
2007-07-15 | Added support for SUBST_VARS.*. | rillig | 1 | -7/+17 |
2007-07-15 | Added PKG_GROUPS_VARS, PKG_SYSCONFDIR_PERMS, PKG_USERS_VARS and | rillig | 1 | -1/+5 |
2007-07-14 | Merge 1.75 of lib/ftpio.c from NetBSD: | joerg | 2 | -12/+10 |
2007-07-14 | Bump pkg_install | adrianp | 1 | -2/+2 |
2007-07-14 | Update to pkg_install-20070714 | adrianp | 20 | -10/+2841 |
2007-07-14 | Some bug fixes following feedback from Aleksey Cheusov. | agc | 2 | -19/+35 |
2007-07-12 | Workaround too aggressive RCS ID find, so that +BUILD_VERSION and | joerg | 1 | -2/+2 |
2007-07-10 | Avoid embedding $NetBSD\$ and similiar constructs in-tree files. | joerg | 4 | -9/+9 |
2007-07-10 | Remove PKG_TOOLS_PREFIX handling for mtree, pax, pkg_install and | joerg | 6 | -61/+10 |
2007-07-09 | Update patchsum. | joerg | 1 | -2/+2 |
2007-07-09 | Follow update of digest Makefile, bits is no longer. | joerg | 1 | -17/+7 |
2007-07-08 | Include stdint.h to use integer types such as uint32_t. | minskim | 5 | -4/+24 |
2007-07-07 | Fix a typo. Improve heading for top ten. | wiz | 2 | -5/+5 |
2007-07-03 | Make pkgtools/digest cross-compilation ready and actually improve | joerg | 21 | -3799/+2804 |
2007-07-03 | Override CHECK_PERMS for checkperms and its dependency digest. | joerg | 1 | -2/+5 |
2007-07-02 | Correct previous. (sigh, I am not good with numbers) | tnn | 1 | -2/+2 |
2007-07-01 | xargs(1) on Interix is broken. It executes the utility on the command line | tnn | 3 | -3/+27 |
2007-06-30 | Use REPLACE_SH to make this work on SunOS | tnn | 1 | -2/+3 |
2007-06-29 | #!/usr/bin/awk -f - | joerg | 6 | -12/+12 |
2007-06-29 | Use REPLACE_SH to get a sane shell on borked platforms. | tnn | 1 | -2/+4 |
2007-06-29 | *really* fix previous. | tnn | 1 | -3/+3 |
2007-06-29 | Convert extended RE into basic RE equivalent, making us portable again. | tnn | 2 | -5/+5 |