Age | Commit message (Expand) | Author |
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 |
2007-05-05 | No more vn_access. | Artur Grabowski |
2007-05-05 | disk_resetstat and disk_find are gone. | Artur Grabowski |
2007-05-05 | Kill disk_find and disk_resetstat that noone uses. If you ever need | Artur Grabowski |
2007-05-05 | Properly ifdef debug bits to save a bit of space. | Jonathan Gray |
2007-05-05 | Define MUTEX_OLDIPL where they were missing, will be used (reasonably) shortly. | Miod Vallat |
2007-05-05 | vn_access hasn't been used for ages and it's just a wrapper with | Artur Grabowski |
2007-05-05 | Simple single-processor only mutex implementation. | Miod Vallat |
2007-05-05 | set up new way to define COMMENTS, to be able to remove some stuff from | Marc Espie |
2007-05-05 | ditch extra param to copy_subst, now that it's constant. | Marc Espie |
2007-05-05 | use copy_subst_fh | Marc Espie |
2007-05-05 | reorg tests to simplify logic | Marc Espie |
2007-05-05 | split copy_subst to allow for existing filehandle. | Marc Espie |
2007-05-05 | Localize variables and don't do anything after exit(). | Ray Lai |