| Commit message (Expand) | Author | Age | Files | Lines |
* | switch to <limits.h>; ok millert |  deraadt | 2015-01-16 | 1 | -2/+1 |
* | If some mythical system lacks PATH_MAX, do not set it to MAXPATHLEN+1 |  deraadt | 2015-01-15 | 1 | -9/+1 |
* | adjust to ohash being in libutil now, and to the interface changes. |  espie | 2014-05-12 | 1 | -3/+3 |
* | wrappers for is*/to* that make damn sure their arguments are |  espie | 2013-11-22 | 1 | -6/+6 |
* | remove TIMESTAMP abstraction layer, prodded by theo. |  espie | 2013-04-23 | 1 | -12/+12 |
* | more changes, discussed and tested by various people. |  espie | 2012-10-02 | 1 | -136/+1 |
* | Correct $OpenBSD$ stuff |  espie | 2010-07-19 | 1 | -2/+1 |
* | two small changes: |  espie | 2010-07-19 | 1 | -1/+1 |
* | Add a new default variable in Makefile context, MACHINE_CPU. Its value is |  miod | 2010-02-03 | 1 | -1/+5 |
* | modify timestamp handling to grab current time instead of relying on a |  espie | 2009-08-16 | 1 | -2/+2 |
* | simplify dynamic variable handling a great deal: |  espie | 2007-11-17 | 1 | -5/+5 |
* | rename make -> must_make, made -> built_status |  espie | 2007-11-10 | 1 | -3/+3 |
* | #ifdef stuff that is only used under #ifdef; ok espie |  deraadt | 2007-11-03 | 1 | -1/+3 |
* | Work done at p2k7. |  espie | 2007-11-02 | 1 | -19/+3 |
* | always define the svr4namelist. Doesn't hurt, even if we don't use it. |  espie | 2007-09-17 | 1 | -15/+1 |
* | fix the arch code mostly. |  espie | 2007-09-17 | 1 | -135/+128 |
* | kill extra spaces at end of line |  espie | 2007-09-17 | 1 | -29/+29 |
* | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories |  espie | 2007-09-16 | 1 | -2/+2 |
* | minor reindent issues |  espie | 2007-09-16 | 1 | -35/+35 |
* | rename Targ_FmtTime into time_to_string and move it, as it's not related |  espie | 2007-09-16 | 1 | -2/+2 |
* | reuse free_hash |  espie | 2007-09-16 | 1 | -15/+2 |
* | reindent arch.c |  espie | 2007-09-16 | 1 | -595/+621 |
* | cut up dir.c into dir.c/direxpand.c as there is very little interface between |  espie | 2007-09-16 | 1 | -1/+2 |
* | more dead code: we always define LIBRARIES and INCLUDES |  espie | 2007-09-16 | 1 | -5/+1 |
* | remove dead code: #define RECHECK is always on |  espie | 2007-09-16 | 1 | -1/+1 |
* | everywhere except in Var_Parse, we always add/append variables to the |  espie | 2007-07-30 | 1 | -1/+1 |
* | simplify computations in the var module: instead of advancing a char * |  espie | 2007-07-24 | 1 | -1/+1 |
* | move the code that grabs a value in Var_Parse in its own function, |  espie | 2007-07-24 | 1 | -1/+1 |
* | change Var_ParseSkip API to increment the position instead of returning a |  espie | 2007-07-24 | 1 | -8/+3 |
* | remove some bogus *p tests from charles longeau |  tedu | 2007-03-20 | 1 | -3/+3 |
* | use stdint.h where appropriate. okay millert@ |  espie | 2006-01-20 | 1 | -2/+2 |
* | ISO function declarations, trim a few comments, rename a few variables to |  espie | 2004-04-07 | 1 | -131/+116 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-03 | 1 | -6/+2 |
* | get rid of some strcpy/sprintf. |  espie | 2003-04-06 | 1 | -5/+8 |
* | use defined(__ELF__) instead of a list of ELF architectures from which |  matthieu | 2002-01-30 | 1 | -3/+2 |
* | occured->occurred |  mpech | 2001-09-19 | 1 | -2/+2 |
* | Better warning fix, in line with the rest of the code |  espie | 2001-06-07 | 1 | -4/+3 |
* | Use Str_concat instead of fixed buffers and snprintf in building paths. |  espie | 2001-06-05 | 1 | -5/+13 |
* | -Wall cleanup, mostly useless otherwise |  deraadt | 2001-05-30 | 1 | -2/+7 |
* | Take includes out of lst.h, re-add what's needed to separate files. |  espie | 2001-05-29 | 1 | -1/+2 |
* | Mostly clean-up: |  espie | 2001-05-23 | 1 | -223/+84 |
* | Synch with my current work. |  espie | 2001-05-03 | 1 | -313/+238 |
* | Use the ohash_* that's now in libc. |  espie | 2001-03-02 | 1 | -25/+25 |
* | This patch fixes ArchFindMember so that it handles SVR4 members |  espie | 2000-11-27 | 1 | -113/+115 |
* | This does fix some nasty issues: ar field members are NOT null-terminated. |  espie | 2000-11-27 | 1 | -54/+68 |
* | We take of the SVR4 archive handling data structure from our archive, |  espie | 2000-11-27 | 1 | -82/+86 |
* | Factorise duplicated code involved in touching archives. |  espie | 2000-11-27 | 1 | -32/+26 |
* | As it stands now, arch.c does not work. |  espie | 2000-11-24 | 1 | -159/+158 |
* | Change the time stamp interface to use an abstract datatype. |  espie | 2000-11-24 | 1 | -61/+44 |
* | Fix Arch_MemMTime (previous change I did was bogus) |  espie | 2000-10-13 | 1 | -11/+5 |