Age | Commit message (Expand) | Author |
2007-05-08 | sync | Theo de Raadt |
2007-05-08 | correct dmesg output | Theo de Raadt |
2007-05-08 | turn off SIOP_STATS; ok krw | Theo de Raadt |
2007-05-08 | no need to print boot device name twice | Theo de Raadt |
2007-05-08 | uninitialized variable passed to setroot() | Theo de Raadt |
2007-05-08 | sync | Theo de Raadt |
2007-05-08 | dc_detach() is only used by cardbus code, so move it there; ok jsg | Theo de Raadt |
2007-05-07 | shrink code by not using __inline without static; ok kettenis | Theo de Raadt |
2007-05-07 | Remove symbols already defined in <sys/limits.h>; unbreaks build on sgi. | Mark Kettenis |
2007-05-07 | Check for astpending in u_general (userland traps) in addition to u_intr | Miod Vallat |
2007-05-07 | Garbage collect ci_astpending; it's no longer used. | Mark Kettenis |
2007-05-07 | floating unused variable (except in debug case) | Theo de Raadt |
2007-05-07 | Move sgo to __HAVE_CPUINFO. | Mark Kettenis |
2007-05-07 | Change the -g flag from a no-op to be POSIX conforming. We allow the | Todd C. Miller |
2007-05-07 | Bump crypto buffer logging (before crypto/after crypto) to level 70 from | Chad Loder |
2007-05-07 | It was possible for phase 1 negotiation to fail due to lifetime duration | Chad Loder |
2007-05-07 | Xr passwd(8) not kpasswd(8); David Leonard | Todd C. Miller |
2007-05-07 | Typo; jakemsr@ | Miod Vallat |
2007-05-07 | UCHAR_MAX and USHRT_MAX should not have a 'U' suffix. | Todd C. Miller |
2007-05-07 | avoid calling compile_stemlist directly | Marc Espie |
2007-05-07 | brigader -> brigadier; | Jason McIntyre |
2007-05-07 | use repo->findstem | Marc Espie |
2007-05-07 | cheap singleton for installed packages | Marc Espie |
2007-05-07 | zap old code | Marc Espie |
2007-05-07 | lift up findstem to the PackageRepository | Marc Espie |
2007-05-07 | remove dependency on available_stems(), make it go thru PackageLocator | Marc Espie |
2007-05-07 | do not expose stemlist internals, create find_partialstem function. | Marc Espie |
2007-05-07 | make keep_most_recent explicit, do not try to pre-compute it at the stemlist | Marc Espie |
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 |