Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-09 | AVoid core dump when package name in package is not valid. | Otto Moerbeek | |
2003-07-04 | 'static const char rcsid[]' to make it -Wall clean | Anil Madhavapeddy | |
2003-07-04 | - use sizeof(var) instead of hardcoding length in functions that need it | Anil Madhavapeddy | |
- krw@ rewrote make_preserve_name() to get rid of some hard to read string code - some trivial strn{cpy,cat} - > strl{cpy,cat} conversions ok krw@ | |||
2003-07-02 | bump mktemp randomness from 6 to 10 X's | Anil Madhavapeddy | |
2003-06-26 | Quote % characters in macro lines; | Jason McIntyre | |
from wiz@netbsd. Also better format of SYNOPSIS. | |||
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-04 | toast some 3 & 4 for espie | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-01 | various format string cleanups; tedu ok | Theo de Raadt | |
2003-05-12 | Fix a bug where pkg_add would fail when dependencies got a few levels deep | Peter Valchev | |
in the recursive install by removing the code which looks under All/ for more packages as this is not used on OpenBSD From Barry Scott <bscott@ridgewaysystems.com> | |||
2003-04-25 | kill #if 0 code w/ evil string functions, deraadt/tdeval | Henning Brauer | |
2003-04-25 | eliminate a sprintf in code we don't use, prodded by and ok jsyn@ | Henning Brauer | |
2003-04-19 | string stuff, ok krw@ deraadt@ | Henning Brauer | |
2003-04-15 | added trailing slash to ftp example; | Jason McIntyre | |
from Ingolf Schuchardt, PR 3203; ok pval@ | |||
2003-04-14 | %d is 12 chars not 10, also sneak an easy snprintf; this code is currently | Peter Valchev | |
not used | |||
2003-04-05 | use sizeof for snprintf size arg for static buffers instead of duplicating | Anil Madhavapeddy | |
the size value; rohee@ ok | |||
2003-04-05 | remove a dead function, simplify copy_string with strdup ; rohee@ ok | Anil Madhavapeddy | |
2003-04-05 | remove some unused variables, disambiguate braces; rohee@ ok | Anil Madhavapeddy | |
2003-04-05 | correct a bad strncpy; replace with strlcat; rohee@ ok | Anil Madhavapeddy | |
2003-04-05 | some strlcpy,snprintf,strlcat conversions, tedu@ ok | Anil Madhavapeddy | |
2003-04-04 | some more strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy | |
ok and tweaks by ho@ | |||
2003-04-03 | some strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy | |
ok hin@, ho@, millert@ | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2002-09-08 | Avoid ordered comparison between pointers and integers (ANSI). | Thierry Deval | |
ok deraadt@, espie@ | |||
2002-07-01 | typo. | Brad Smith | |
-- PR 2781 | |||
2002-06-09 | some fixes. | Brad Smith | |
-- From: PR 2722. | |||
2002-04-06 | PR2525 | Marc Espie | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-25 | typo; yozo@v007.vaio.ne.jp | Theo de Raadt | |
2002-02-18 | Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() uses | Todd C. Miller | |
mode 0700 which is better. From Yozo TODA based on a FreeBSD advisory. | |||
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-26 | mostly mark signal races | Theo de Raadt | |
2001-11-17 | Pass PKG_PREFIX off to pkg thru env | Marc Espie | |
2001-11-07 | Unconfuse option description. | Marc Espie | |
2001-11-07 | Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in | Marc Espie | |
any sane way... | |||
2001-11-07 | Recognize libdepend keyword. | Marc Espie | |
2001-09-06 | Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should | Mike Pechkin | |
be a single digit. Powered by mantoya@. millert@ ok. | |||
2001-08-18 | undup -f Flag. | Marc Espie | |
2001-08-17 | o) {Open,Net,Free}BSD -> .{O,N,F}x; | Mike Pechkin | |
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok | |||
2001-08-02 | o) .Sh AUTHOR -> .Sh AUTHORS; | Mike Pechkin | |
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-06-06 | Let set_pkg kill trailing / in pkgname. | Marc Espie | |
Saves poor angelos from getting his dependencies screwed when he does pkg_delete pkg_name/ Ok angelos@ | |||
2001-06-06 | Do not dump core on empty comment | Marc Espie | |
2001-05-22 | Back out pkg_version. espie has better plans. | brian | |
2001-05-21 | Add pkg_version from FreeBSD (modulo the PORT_REVISION stuff) | brian | |
2001-04-19 | Remove redundant package name. | Marc Espie | |
2001-04-18 | fix two bugs. | Marc Espie | |
- create a full path name to the package, so that the chdir of playpen won't confuse tar. - do a chdir dbdir in pkg_info -a mode, so that we only get installed packages, and not pick up whatever is around in the current directory instead. | |||
2001-04-17 | Redundant package name. | Marc Espie | |
2001-04-08 | Better error messages: pwarnx function, which works like pwarn, except | Marc Espie | |
it shows a current package name along with the program name, e.g., pkg_add(foo-3.0): some error occurred. A few messages now bear redundant pkgnames, which is much better than doing pkg_add * and being informed that something went slightly wrong somewhere... |