summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-13Must now specify correct protocol (tcp, udp) for user and group attributes.Ryan Thomas McBride
2011-07-13Force user to specify protocol when filtering on user, gid, and osRyan Thomas McBride
2011-07-13Delete items on grpreflist when walking them to decrement the count,Dale Rahn
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-13tweak script to handle add/delete/infoMarc Espie
2011-07-13Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@Otto Moerbeek
2011-07-13ellipsis is not an optional argument; replace ".Ar file ..." -> ".Ar";Igor Sobrado
2011-07-13Mention AT-2972LX10/LC, reported working by Marek Czubenko.Stuart Henderson
2011-07-12Fix typo that caused fchownat(2) and fchmodat(2) to try to dereferenceMatthew Dempsky
2011-07-12create packages with inter-dependencies... and delete themMarc Espie
2011-07-12start adding regress for manual installs, not fully working yet...Marc Espie
2011-07-12Range check vnd_secsize, vnd_ntracks, and vnd_nsectors so that later onTheo de Raadt
2011-07-12Don't call munmap(2) if mmap(2) failed.Matthew Dempsky
2011-07-12argument to -t is optional.Igor Sobrado
2011-07-12Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must beMatthew Dempsky
2011-07-12document O_CLOEXEC and O_DIRECTORYMatthew Dempsky
2011-07-12break up a line of code that involved a decrement operator and macrosJonathan Gray
2011-07-12print out the amount of memory used for cache. ok ottoTed Unangst
2011-07-12on malloc flag S, set cache size to 0; will catch even moreOtto Moerbeek
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-12use a better regexp provided by guenther@Robert Nagy
2011-07-12fix some notyet codeDavid Gwynne
2011-07-12now that we know if a disk is thin provisioned (or an ssd), we can chooseDavid Gwynne
2011-07-11repair t24 when obj exists, like other targets.Okan Demirmen
2011-07-11the matchall magic shortcut requires we set c=1 to print nowTed Unangst
2011-07-11how annoying. soembody added a regress test that would have caught myTed Unangst
2011-07-11Only complain about zero-sized structures/unions when in strictMartynas Venckus
2011-07-11there is a usage case where ypldap can be used without the localTheo de Raadt
2011-07-11pass the interface for non-compat-mode piix. from netbsd.joshua stein
2011-07-11Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,Philip Guenthe
2011-07-11Remove the GCC2 optimizer workaround for sparc. After switchingMartynas Venckus
2011-07-11no more format(8);Jason McIntyre
2011-07-11ask the disk about unmap (read trim) parameters. check if we have theDavid Gwynne
2011-07-11unset amd_flags so that backward compat (amd=YES) worksRobert Nagy
2011-07-11EDITOR or VISUAL are not a path. They are a string that needs to beTheo de Raadt