Age | Commit message (Expand) | Author |
2007-05-07 | we want to no longer expose PackageLocator::available(), lift interfaces | Marc Espie |
2007-05-07 | restore lost behavior | Marc Espie |
2007-05-07 | refactor: create a solver object to handle state issues in a simpler way. | Marc Espie |
2007-05-07 | since we always use PkgSpec::Match, there's no need to build anon subs. | Marc Espie |
2007-05-07 | PkgSpec::match does the right thing, so use it there too. | Marc Espie |
2007-05-07 | take over tempfile/dir cleaning entirely | Marc Espie |
2007-05-07 | zap old unused code | Marc Espie |
2007-05-07 | make sure all temporary file handling goes through OpenBSD::Temp | Marc Espie |
2007-05-07 | split common code into run_if_exists | Marc Espie |
2007-05-07 | remove non sensical eval {} | Marc Espie |
2007-05-07 | name code from keep_old_files, don't set pkgname directly. | Marc Espie |
2007-05-07 | kill old code to handle deprecated pkgcfl. | Marc Espie |
2007-05-07 | use one single list for system directories. | Marc Espie |
2007-05-07 | remove -Fboguslibs, we haven't had unmarked libraries for years | Marc Espie |
2007-05-07 | zap unused parameters. | Marc Espie |
2007-05-07 | share common code for system libs. | Marc Espie |
2007-05-07 | finish removing old libdepends checks. | Marc Espie |
2007-05-07 | Compare chars with '\0', not NULL. | Ray Lai |
2007-05-07 | Replace manual loops with strcspn and plug realloc memory leaks. | Ray Lai |
2007-05-07 | Simplify some loops. | Ray Lai |
2007-05-07 | Document "M active|passive" ui command. | Joel Knight |
2007-05-06 | add HISTORY | Jasper Lievisse Adriaanse |
2007-05-06 | garbage collect release_fpu() and synchronize_fpstate() | Martin Reindl |
2007-05-06 | let pkg_create generate the correct description if the HOMEPAGE is empty. | Marc Espie |
2007-05-06 | Whack "No counter-timer" message. These days, most UltraSPARC cpu's don't | Mark Kettenis |
2007-05-06 | sync | Theo de Raadt |
2007-05-06 | do not fill RTAX_GATEWAY for RTM_DELETE, ok claudio | Henning Brauer |
2007-05-06 | Don't fail hard on non RH0 routing headers. The calculation of the length | Claudio Jeker |
2007-05-06 | Fix the out of bounds check when parsing IPv6 headers. Fixes a SIGSEGV | Claudio Jeker |
2007-05-06 | point the macros for the interrupt coalescing registers at the right | David Gwynne |
2007-05-06 | Restore signals before returning. | Ray Lai |
2007-05-06 | Save and restore signals once instead of each time fork fails with | Ray Lai |
2007-05-06 | at least always print a new line, even if NOPSS | Ted Unangst |
2007-05-06 | More lockmgr -> rwlock low hanging fruit. | Kenneth R Westerback |
2007-05-06 | Add the mp setperf mechanism to AMD64, like its i386 counterpart it allows | Gordon Willem Klok |
2007-05-06 | typo | David Gwynne |
2007-05-06 | bcd.c died | Theo de Raadt |
2007-05-06 | sync | Theo de Raadt |
2007-05-06 | Grammar. | Ray Lai |
2007-05-05 | Do not rely on fs_cpg; this is especially important for ffs2 which | Todd C. Miller |
2007-05-05 | Add support for ffs2 and a new flag, -m, which will output a | Todd C. Miller |
2007-05-05 | simple single-processor only mutex implementation | Martin Reindl |
2007-05-05 | Directly map IPL_xxx in terms of ALPHA_PSL_IPL_xxx values, and implement | Miod Vallat |
2007-05-05 | Kill a log message which looks like an error message but is actually | Chad Loder |
2007-05-05 | remove code for -W, argument now a no-op; ok millert@ | Kevin Steves |
2007-05-05 | #include <sys/lock.h> not needed. i.e. these compile fine without it. | Kenneth R Westerback |
2007-05-05 | Provide hook so that rthreads can provide a spinlock to protect from races | Dale Rahn |
2007-05-05 | malo_hexdump() is only used by code under MALO_DEBUG, so ifdef it | Jonathan Gray |
2007-05-05 | Remove axe_rxstart() which is an uneeded leftover from the FreeBSD version. | Jonathan Gray |
2007-05-05 | move xl_detach() -- which is only used by cardbus -- to the cardbus code. | Theo de Raadt |