summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-07-18Sync user(8) SYNOPSIS to useradd(8) and userinfo(8)Ingo Schwarze
2011-07-18most of the pieces are there... still need to open a new connection ifMarc Espie
2011-07-18a little better, but not yet readyMarc Espie
2011-07-18skeleton for grabbing files...Marc Espie
2011-07-18Also handle normal Content-LengthMarc Espie
2011-07-18chunked directory transfersMarc Espie
2011-07-18a few typos, nothing working yet... needs to parse Chunked transferMarc Espie
2011-07-18allow pkg_delete -a pkgname to do something useful:Marc Espie
2011-07-17typo in usage summaryjoshua stein
2011-07-17now that the API is working, reorg the code correctly: DeleteSet is theMarc Espie
2011-07-17unify the main loop some more: add and delete do more or less theMarc Espie
2011-07-17protect against really weird packing-listsMarc Espie
2011-07-16missing $OpenBSD$ markerMarc Espie
2011-07-16remove unused variableCharles Longeau
2011-07-14move deptree_header into AddDelete, use it in pkg_delete.Marc Espie
2011-07-13print more information in request state tracesEric Faurot
2011-07-13fix indentation in switchEric Faurot
2011-07-13do not make these values look like they are flags.Eric Faurot
2011-07-13share codeMarc Espie
2011-07-13let short_print work on DeleteSetsMarc Espie
2011-07-13create DeleteSet as a specialized version of UpdateSets that printMarc Espie
2011-07-13fix a nasty bug: hints are evaluated lazily, so if a package is mentionedMarc Espie
2011-07-12Allow syslogc -n XX to display less than the whole file, and -n XX -f toStuart Henderson
2011-07-12be ways more verbose with -aMarc Espie
2011-07-12put back options -Dbaddepend -DdependenciesMarc Espie
2011-07-12document new -aMarc Espie
2011-07-12new pkg_delete, very similar to pkg_add, support for -aMarc Espie
2011-07-12wip, definitely not finished (and not used) yetMarc Espie
2011-07-12refactorMarc Espie
2011-07-12write a small blurb about `installed manually' and how it fits with the otherMarc Espie
2011-07-12tweak: need -a -a to reverse @option manual-installMarc Espie
2011-07-12move option -a up into common add/delete code, in preparation for pkg_deleteMarc Espie
2011-07-11EDITOR or VISUAL are not a path. They are a string that needs to beTheo de Raadt
2011-07-11use more XXX for mktemp; ok ajacoutotTheo de Raadt
2011-07-09zap a glob leftoverAlexander Hall
2011-07-09- use pkg_info -q instead of looking in /var/db/pkg/*. it is not as expensiveAlexander Hall
2011-07-09* more concise .NdIngo Schwarze
2011-07-09use FD_CLOEXEC instead of 1.David Hill
2011-07-09tweak previous;Jason McIntyre
2011-07-09it passes the -v flag to pkg_add of course.Alexander Hall
2011-07-09install man page tooAlexander Hall
2011-07-09man page for fw_update(1)Alexander Hall
2011-07-09when checking for installed packages we should indeed be as preciseAlexander Hall
2011-07-09remove that rlimit code, rc.d and login classes do it much betterer theseHenning Brauer
2011-07-09error messages goes to stderrAlexander Hall
2011-07-09welcome fw_update, which installs and/or updates non-free firmware forAlexander Hall
2011-07-08Revert.Martynas Venckus
2011-07-08Pull libm for fabs.Martynas Venckus
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-07-08tweak previous;Jason McIntyre