Age | Commit message (Expand) | Author |
2010-12-22 | split util.c into two files: imsg_util.c for ibuf/imsg stuff and util for | Reyk Floeter |
2010-12-22 | ikev2 rfc was recently updated, so list the newer one; ok reyk | Mike Belopuhov |
2010-12-22 | Do not attempt to prepend /dev/ to path if it already contains a slash. | Todd C. Miller |
2010-12-22 | seemingly the "Decentralized Trust Management" paper comes from the | Jason McIntyre |
2010-12-22 | Tweak the grammar a little bit by requiring a "bytes" keyword before the | Reyk Floeter |
2010-12-22 | Fix a little control socket bug, as discussed with mikeb@ | Reyk Floeter |
2010-12-22 | -s carries the same caveat as -p; from Jiri B. | Jason McIntyre |
2010-12-22 | child sa rekeying revamp plus numerous bugfixes; | Mike Belopuhov |
2010-12-22 | Fix out of date comment; no code change | Todd C. Miller |
2010-12-22 | simplify some more: if it's not installed, ask the ports tree, who knows, | Marc Espie |
2010-12-22 | When configuring a vnd(4) disk, populate the disk name based on the mode | Joel Sing |
2010-12-22 | * recognize/support the Dynex DX-SC51 in envy(4) | Jacob Meuser |
2010-12-22 | remove comment that hasn't been true for quite a while now; | Otto Moerbeek |
2010-12-22 | once we read the list, make sure it matches the dependency. | Marc Espie |
2010-12-22 | sync | Theo de Raadt |
2010-12-22 | use the do {} while construct in the copying macros | Theo de Raadt |
2010-12-22 | More small -Thtml improvements by kristaps@, | Ingo Schwarze |
2010-12-21 | Migrate .An to use a pointer to its data, like everybody else. | Ingo Schwarze |
2010-12-21 | Vertical spacing improvements from kristaps@, small tweaks by me: | Ingo Schwarze |
2010-12-21 | Store sessions in an RB tree by name rather than a list, this is tidier | Nicholas Marriott |
2010-12-21 | remove dead code (ivp did always point to iv in the decrypt path). | Markus Friedl |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-12-21 | don't leak short packets; ok mikeb@ | Markus Friedl |
2010-12-21 | parent_exit() signal handler must use _exit() not exit() | Theo de Raadt |
2010-12-21 | fix, as noticed by dcoppa@ | Marc Espie |
2010-12-21 | Always return a pointer to the static buffer in realpath, even if | Todd C. Miller |
2010-12-21 | Doh! Forgot to set the rdomain when sending out carp announcements. | Claudio Jeker |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-21 | don't leak mbuf if padding failes; ok mikeb@ | Markus Friedl |
2010-12-21 | Convert netmask from sockaddr to prefixlen correctly as noticed | Mike Belopuhov |
2010-12-21 | Ugly workaround in nmbclust_update(). Additionally to setting the limit | Claudio Jeker |
2010-12-21 | fixup log_warn and log_debug arguments; ok reyk | Mike Belopuhov |
2010-12-21 | Remove the no longer used ip6s_exthdrtoolong field. | Claudio Jeker |
2010-12-21 | ip6s_exthdrtoolong is always zero so remove it here which is the last user. | Claudio Jeker |
2010-12-21 | simplify a bit: | Marc Espie |
2010-12-21 | Kristaps questioned the efficiency of the algorithm used in roff.c r1.23. | Ingo Schwarze |
2010-12-21 | Sane behaviour for the growing of very small buffers: | Ingo Schwarze |
2010-12-20 | KNF | Miod Vallat |
2010-12-20 | mvme88k kernels running on 88110 systems have been prone to panicing for | Miod Vallat |
2010-12-20 | READ CAPACITY and READ CAPACITY 16 commands report the last valid | Kenneth R Westerback |
2010-12-20 | use a better strategy: ask the ports tree for the plist for packages with | Marc Espie |
2010-12-20 | Only set SO_REUSEPORT for listening ports. | David Hill |
2010-12-20 | missed some | Marc Espie |
2010-12-20 | disable temporarily | Marc Espie |
2010-12-20 | new check in pkg_create: walk the dependency tree for @wantlib, thus | Marc Espie |
2010-12-20 | prepare for reuse in pkgcreate: allow not finding stuff and not failing | Marc Espie |
2010-12-20 | split solver class into a base that can be reused from pkgcreate. | Marc Espie |
2010-12-20 | more refactor: errsay_library | Marc Espie |
2010-12-20 | more refactor: method for global_cache, add find_in_installed, separate | Marc Espie |
2010-12-20 | move stuff around | Marc Espie |