Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-16 | missing $OpenBSD$ marker | Marc Espie | |
2011-07-16 | remove unused variable | Charles Longeau | |
ok miod@ matthew@ | |||
2011-07-14 | move deptree_header into AddDelete, use it in pkg_delete. | Marc Espie | |
Now, pkg_delete will display things a lot like pkg_add, spelling out what reverse dependencies trigger the deletion of a given package at that point in the list. by popular demand. | |||
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-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-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 | |||
2011-07-11 | use more XXX for mktemp; ok ajacoutot | Theo de Raadt | |
2011-07-09 | zap a glob leftover | Alexander Hall | |
noted by weerd@, thanks | |||
2011-07-09 | - use pkg_info -q instead of looking in /var/db/pkg/*. it is not as expensive | Alexander Hall | |
as I thought. - pass -D repair to pkg_add - move the 'updating firmwares' message into rc.firsttime first two from espie@ and sthen@, respectively; thanks "looks good" deraadt@ | |||
2011-07-09 | * more concise .Nd | Ingo Schwarze | |
* no need to repeat the .Nm below .Sh SYNOPSIS * avoid future tense and slightly tweak wording * make it clear that the Internet will be accessed ok halex@ | |||
2011-07-09 | use FD_CLOEXEC instead of 1. | David Hill | |
ok millert | |||
2011-07-09 | tweak previous; | Jason McIntyre | |
2011-07-09 | it passes the -v flag to pkg_add of course. | Alexander Hall | |
found by ajacoutot@, thanks | |||
2011-07-09 | install man page too | Alexander Hall | |
2011-07-09 | man page for fw_update(1) | Alexander Hall | |
ok deraadt@ | |||
2011-07-09 | when checking for installed packages we should indeed be as precise | Alexander Hall | |
as possible pointed out by sthen@ | |||
2011-07-09 | remove that rlimit code, rc.d and login classes do it much betterer these | Henning Brauer | |
days. screaming bob ok claudio | |||
2011-07-09 | error messages goes to stderr | Alexander Hall | |
pointed out by naddy@ | |||
2011-07-09 | welcome fw_update, which installs and/or updates non-free firmware for | Alexander Hall | |
detected and previously installed devices that needs it "go ahead and commit it" deraadt@ | |||
2011-07-08 | Revert. | Martynas Venckus | |
2011-07-08 | Pull libm for fabs. | Martynas Venckus | |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko | |
`net.pipex.enable' to enable PIPEX. By default, pipex is disabled and it will not process packets from wire. Update man pages and update HOWTO_PIPEX_NPPPD.txt for testers. discussed with dlg@, ok deraadt@ mcbride@ claudio@ | |||
2011-07-08 | tweak previous; | Jason McIntyre | |
2011-07-08 | Improved npppd privileged separations: | YASUOKA Masahiko | |
- Changed finalizing way to the privileged process. In old way, the privileged process could not aware abnormal exit of the process in jail. Then the processes in jail remained as zombies. Created a pipe to monitor the privileged process, the privileged process can exit in peace by using the pipe. - npppd will exit abnormally when the privileged process exits abnormally. - PF_KEY socket requires privileges. - Return correct "errno" to the jail in priv_open(). - Cleanup. ok hsuenaga@ | |||
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt | |
switched a while back. ok miod, kettenis | |||
2011-07-07 | It helps to set the sdl_family so that the kernel knows what this is. | Claudio Jeker | |
2011-07-07 | Rework the distribution of link state and iface FSM state changes. | Claudio Jeker | |
Link state changes are sent from the parent to both childs and iface FSM state changes are sent from the ospfe to the rde. | |||
2011-07-07 | Only send interface address changes to the ospfe/rde if the interface | Claudio Jeker | |
is actually used by the config. This should fix the exits caused when interfaces are dynamically added to the kernel. | |||
2011-07-07 | Just use if_find() to find an interface by ifindex. | Claudio Jeker | |
2011-07-07 | correct/change some debug and fatal messages. | Claudio Jeker | |
2011-07-07 | KNF | Claudio Jeker | |
2011-07-07 | Commit stuff that I added to another tree eventhough it should have | Claudio Jeker | |
been in the last commit. I should not work on multiple laptops at the same time. | |||
2011-07-07 | Install a default ypldap.conf(5) based on the one from the man page | Antoine Jacoutot | |
(which we remove now) with a couple of tweaks; use the same base DN and admin user as our default ldap.conf(5). | |||
2011-07-07 | Kill nh_reachable. Link state checking is so easy now that it does not | Claudio Jeker | |
matter anymore to cache this value for ospf6d. | |||
2011-07-06 | Harden the checks on the provided sets/src to make sure they are legit. | Antoine Jacoutot | |
ok sthen@ |