Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-13 | Must now specify correct protocol (tcp, udp) for user and group attributes. | Ryan Thomas McBride | |
2011-07-13 | Force user to specify protocol when filtering on user, gid, and os | Ryan Thomas McBride | |
attributes (this is now required by pf_rule_test(). ok sthen henning | |||
2011-07-13 | Delete items on grpreflist when walking them to decrement the count, | Dale Rahn | |
otherwise double decrement can occur. ok kurt@ timeout on other reviewers. | |||
2011-07-13 | print more information in request state traces | Eric Faurot | |
ok gilles@ | |||
2011-07-13 | fix indentation in switch | Eric Faurot | |
ok gilles@ | |||
2011-07-13 | do not make these values look like they are flags. | Eric Faurot | |
ok gilles@ | |||
2011-07-13 | share code | Marc Espie | |
2011-07-13 | let short_print work on DeleteSets | Marc Espie | |
2011-07-13 | create DeleteSet as a specialized version of UpdateSets that print | Marc Espie | |
differently, specialize the states a wee little bit. | |||
2011-07-13 | fix a nasty bug: hints are evaluated lazily, so if a package is mentioned | Marc Espie | |
on the command line, it's possible it won't be marked as user_tagged early enough. So, when we encounter it, the package is already installed, it will be moved to kept in the set... and we need to tag it anyways | |||
2011-07-13 | tweak script to handle add/delete/info | Marc Espie | |
finish the manual1 test | |||
2011-07-13 | Reintroduce lost local diff; detective work by matthew@; ok okan@ oga@ | Otto Moerbeek | |
all hail the more strict malloc S flag! | |||
2011-07-13 | ellipsis is not an optional argument; replace ".Ar file ..." -> ".Ar"; | Igor Sobrado | |
simplify the symbolic modes format. ok (and fine-tuned by) jmc@, millert@ | |||
2011-07-13 | Mention AT-2972LX10/LC, reported working by Marek Czubenko. | Stuart Henderson | |
2011-07-12 | Fix typo that caused fchownat(2) and fchmodat(2) to try to dereference | Matthew Dempsky | |
symbolic links even when the AT_SYMLINK_NOFOLLOW flag is passed. noticed by naddy@ testing gnulib ok deraadt@ and presumably tedu@ (who wrote a similar diff) | |||
2011-07-12 | create packages with inter-dependencies... and delete them | Marc Espie | |
2011-07-12 | start adding regress for manual installs, not fully working yet... | Marc Espie | |
2011-07-12 | Range check vnd_secsize, vnd_ntracks, and vnd_nsectors so that later on | Theo de Raadt | |
they do not get integer truncated on 64-bit machines. ok matthew | |||
2011-07-12 | Don't call munmap(2) if mmap(2) failed. | Matthew Dempsky | |
ok deraadt@, tedu@ | |||
2011-07-12 | argument to -t is optional. | Igor Sobrado | |
ok jmc@ | |||
2011-07-12 | Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must be | Matthew Dempsky | |
specified when calling open(2). | |||
2011-07-12 | document O_CLOEXEC and O_DIRECTORY | Matthew Dempsky | |
2011-07-12 | break up a line of code that involved a decrement operator and macros | Jonathan Gray | |
so it evaluates in the order we want. ok claudio@ | |||
2011-07-12 | print out the amount of memory used for cache. ok otto | Ted Unangst | |
2011-07-12 | on malloc flag S, set cache size to 0; will catch even more | Otto Moerbeek | |
use-after-free bugs; ok krw@ dlg@ pirofti@ | |||
2011-07-12 | Allow syslogc -n XX to display less than the whole file, and -n XX -f to | Stuart Henderson | |
display more/less than the default of 10. ok mpf@ jmc@ | |||
2011-07-12 | be ways more verbose with -a | Marc Espie | |
2011-07-12 | put back options -Dbaddepend -Ddependencies | Marc Espie | |
uninstalled and verbosedeps are now always on. ambiguous will die ? | |||
2011-07-12 | document new -a | Marc Espie | |
2011-07-12 | new pkg_delete, very similar to pkg_add, support for -a | Marc Espie | |
2011-07-12 | wip, definitely not finished (and not used) yet | Marc Espie | |
2011-07-12 | refactor | Marc Espie | |
2011-07-12 | write a small blurb about `installed manually' and how it fits with the other | Marc Espie | |
tools. | |||
2011-07-12 | tweak: need -a -a to reverse @option manual-install | Marc Espie | |
2011-07-12 | move option -a up into common add/delete code, in preparation for pkg_delete | Marc Espie | |
change. | |||
2011-07-12 | use a better regexp provided by guenther@ | Robert Nagy | |
2011-07-12 | fix some notyet code | David Gwynne | |
2011-07-12 | now that we know if a disk is thin provisioned (or an ssd), we can choose | David Gwynne | |
to use the fifo bufq sorting on such disks. there's no point ordering io if the real blocks arent in the order we think they are. ok krw@ tedu@ miod@ | |||
2011-07-11 | repair t24 when obj exists, like other targets. | Okan Demirmen | |
sure tedu@ | |||
2011-07-11 | the matchall magic shortcut requires we set c=1 to print now | Ted Unangst | |
fixes libpqxx build | |||
2011-07-11 | how annoying. soembody added a regress test that would have caught my | Ted Unangst | |
grep bug, but didn't turn it on. | |||
2011-07-11 | Only complain about zero-sized structures/unions when in strict | Martynas Venckus | |
ANSI C mode. Based on a diff from Theo. | |||
2011-07-11 | there is a usage case where ypldap can be used without the local | Theo de Raadt | |
domainname being set. adjust the scripts to start it in that way. discussed with pyr | |||
2011-07-11 | pass the interface for non-compat-mode piix. from netbsd. | joshua stein | |
ok deraadt@ jsg@ | |||
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe | |
as it causes hangs in some ports, including libsigsegv's configure script confirmed by krw@, landry@ | |||
2011-07-11 | Remove the GCC2 optimizer workaround for sparc. After switching | Martynas Venckus | |
to GCC4 it doesn't generate broken code anymore. From Brad. Tested and verified by myself. | |||
2011-07-11 | no more format(8); | Jason McIntyre | |
2011-07-11 | ask the disk about unmap (read trim) parameters. check if we have the | David Gwynne | |
required vpd pages, then read them for the values we want. we look for the max blocks per unmap, the max descriptors per unmap, and which scsi command to use for unmapping (unmap will be preferred). two fixes and ok matthew@ | |||
2011-07-11 | unset amd_flags so that backward compat (amd=YES) works | Robert Nagy | |
2011-07-11 | EDITOR or VISUAL are not a path. They are a string that needs to be | Theo de Raadt | |
added to the front of the file, then sent through system() of equiv. ok aja |