Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-05 | remove some unused variables, disambiguate braces; rohee@ ok | Anil Madhavapeddy | |
2003-04-04 | some more strcpy/strcat -> strlcpy/strlcat conversions | Anil Madhavapeddy | |
ok and tweaks by ho@ | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2002-04-06 | PR2525 | Marc Espie | |
2002-02-25 | typo; yozo@v007.vaio.ne.jp | Theo de Raadt | |
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-07 | Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in | Marc Espie | |
any sane way... | |||
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-06-06 | Do not dump core on empty comment | 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... | |||
2001-02-10 | Give tar the new -I flag, not -T | Todd C. Miller | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell | |
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage. | |||
2000-10-23 | Remove duplicate (and wrong) description of @option. | Marc Espie | |
ok aaron@ | |||
2000-04-26 | Needed feature: if | Marc Espie | |
@comment no checksum is inserted in a packing-list, then the next file will not have its MD5 checksum stored, and pkg_delete won't complain later if the file checksum changed. | |||
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-04-04 | Register PLIST_SRC before dependencies and conflicts so that the | Marc Espie | |
PLIST_CWD != PLIST_SRC hack works with dependencies present. Noticed and tested by Camiel. | |||
2000-03-27 | Add and document option no-default-conflict. | Marc Espie | |
2000-03-27 | Document -s, indicate the existence of @option, remove fixed bug from | Marc Espie | |
description. | |||
2000-03-24 | Fake buglet fix: if PLIST_SRC directly follows PLIST_CWD, ignore | Marc Espie | |
the PLIST_CWD in creating the tar pipe. This takes care of pkg_create -p PREFIX -s FAKE where PREFIX does not exist at pkg creation time. | |||
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-02-14 | Yet another brain-dead `feature'. | Marc Espie | |
1999-10-26 | document what's actually implemented (@srcdir -> @src) | Dug Song | |
1999-07-28 | Use new tar -T option. | Marc Espie | |
Removes an annoying limit on PLIST lengths. | |||
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-02-26 | You've been warned: turn too long package comments into errors. | Marc Espie | |
1998-12-16 | more .Nm fixes | Aaron Campbell | |
1998-11-19 | - fix pkg_info to give more rational summary when COMMENTS files are weird. | Marc Espie | |
- warn when COMMENT > 60 characters. *** In one month we turn this into an error -> fix packages files *** | |||
1998-10-13 | Sync with recent NetBSD changes: | Marco S Hyman | |
- use snprintf in place of sprintf - code cleanup - Package -> package_t, PackingList -> plist_t Also: remove files that haven't been linked in a while Pass -q to mtree so it is quiet in the presence of symlinks | |||
1998-09-07 | updated pkg_* tools. Merged in many changes/improvements from NetBSD. | Marco S Hyman | |
New features include md5 hash so pkg_delete won't remove files that have changed and the ability to define conflicting packages, e.g. you can't install both mh and nmh. The ports tree will have to be updated to take advantage of this. Let me know of any problems, real or imagined :-) | |||
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-04-07 | cleanup usage even more; very annoying | Theo de Raadt | |
1998-04-04 | fix usage | Theo de Raadt | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-29 | work around the missing (gtar) -T (--files-from) option of our paxtar | Thomas Graichen | |
in pkg_create so that it should work now with paxtar (the -X option is still missing due to missing -X - in the gtar meaning --exclude-from-file option) i did it by changing the FreeBSD way of doing it (open a pipe to tar with -T - (read filenames from stdin) and give all the filenames to the pipe) to constructing a big :-) argumentlist for tar and executing it without the pipe (not the best solution but it works :-) | |||
1996-10-08 | Attempt at cleanup. | michaels | |
1996-08-26 | hack to make non-obj builds work | Theo de Raadt | |
1996-06-19 | Makefiles supported obj, but not obj.${MACHINE}. Use same solution as | Mats O Jansson | |
eg. kerberosIV/kadm. | |||
1996-06-04 | Oops, screwed up the $OpenBSD$ IDs | Niklas Hallqvist | |
1996-06-04 | add package tools from FreeBSD | Niklas Hallqvist | |