Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-20 | For now, disable msi interrupts. Reading through the linux driver one | Marco Peereboom | |
gets the impression that there are all kinds of preconditions and a whitelist as well. I will be working on this whitelist but for now disable it because it is hanging at boot for several people. ok deraadt | |||
2011-07-20 | For intermediate computations use single or extended counterparts | Martynas Venckus | |
where appropriate, to avoid precision loss. | |||
2011-07-20 | spell FALLTHROUGH correctly | Stuart Henderson | |
2011-07-20 | Document complex math library. | Martynas Venckus | |
2011-07-20 | - Replace digicert 2nd-level cert with the root which issued it. | Stuart Henderson | |
Allows https checkouts from github to work. - Add digicert's other root certs. Fingerprints carefully checked against those in the built-in roots supplied with Mozilla. ok dcoppa@ jcs@ | |||
2011-07-20 | small tidbits | Marc Espie | |
2011-07-20 | add galaxy s2 to the list of working devices | Jasper Lievisse Adriaanse | |
2011-07-20 | this works on the galaxy s2 too. | Jasper Lievisse Adriaanse | |
ok dlg@ | |||
2011-07-20 | regen | Jasper Lievisse Adriaanse | |
2011-07-20 | add a newer samsung android phone | Jasper Lievisse Adriaanse | |
2011-07-20 | Fix reporting of permanent/temporary failures for MX lookups. | Eric Faurot | |
Simplify code a bit while there. ok gilles@ | |||
2011-07-20 | remove an unneeded trailing semicolon | Alexander Hall | |
2011-07-20 | cleanup of fill_baddynamic() | Alexander Hall | |
ok krw@ | |||
2011-07-20 | In lists of setuid/setgid files and devices, do not pad the last column | Ingo Schwarze | |
with trailing spaces; ugliness spotted by daniel dot c dot sinclair at gmail dot com, fix from Andrew Fresh. | |||
2011-07-19 | Handle F_DUPFD_CLOEXEC the same as we do F_DUPFD. | Matthew Dempsky | |
ok guenther@ | |||
2011-07-19 | better text | Marc Espie | |
2011-07-19 | Change "constructed by bitwise-inclusive OR'ing of flags from ..." to | Matthew Dempsky | |
"constructed by bitwise-inclusive ORing flags from ..." Requested by jmc@ | |||
2011-07-19 | Change "If also flag is zero" to "If flag is also zero". | Matthew Dempsky | |
Requested by jmc@ | |||
2011-07-19 | tag fuzzy stuff for manual-installs too | Marc Espie | |
2011-07-19 | no need to mention xerox network stack here; ok claudio | Mike Belopuhov | |
2011-07-19 | Add fancy kdump support for the openat(2) system calls. | Matthew Dempsky | |
ok otto@ | |||
2011-07-19 | mostly done | Marc Espie | |
2011-07-19 | use common code for ssh/http 1.1 | Marc Espie | |
2011-07-19 | clean-up a few things | Marc Espie | |
2011-07-19 | random seed handling can now be done fairly early, well, as soon as | Theo de Raadt | |
we are beyond the nfs diskless /var and /usr mounting. Issue also spotted by Hugo Villeneuve, attempt at repair by me. Let's see how it works out in practice... looked at by krw, too | |||
2011-07-19 | Now that fill_baddynamic() is being called much earlier, it cannot use | Theo de Raadt | |
grep in a NFS diskless environment. Found and fixed by Hugo Villeneuve | |||
2011-07-19 | Re-add the test which is needed in the case where the session fails | Eric Faurot | |
early (in MX or SECRET) and the data file is not yet opened. ok gilles@ | |||
2011-07-19 | fix retry delay calculation | Eric Faurot | |
ok gilles@ | |||
2011-07-19 | sync | Theo de Raadt | |
2011-07-19 | Avoid running tic an extra time when stripping the comments from | Todd C. Miller | |
termcap. With help from and OK nicm@ | |||
2011-07-19 | we need to alias __movstr* as __movmem* for gcc4 | Jonathan Gray | |
from NetBSD. ok miod@ drahn@ | |||
2011-07-19 | tweak previous; | Jason McIntyre | |
2011-07-19 | knock out some useless Pp; | Jason McIntyre | |
2011-07-19 | Typo. | Martynas Venckus | |
2011-07-19 | Fix two typos pointed out by guenther@ during our libpthread micro | Matthew Dempsky | |
hackathon. | |||
2011-07-19 | fix -Ddependencies, from Nathanael Rensen | Marc Espie | |
2011-07-19 | document that we don't currently handle UTIME_OMIT correctly for the mtime ↵ | Matthew Dempsky | |
timestamp | |||
2011-07-19 | Warn about but don't prevent installboot from installing /boot when | Kenneth R Westerback | |
the OpenBSD partition starts at >128G. This restores previous behaviour but adds the warning. ok deraadt@ guenther@ | |||
2011-07-18 | oops, forget a critical "not" | Matthew Dempsky | |
2011-07-18 | Add (rough draft) documentation for fdopendir(3) and the 15 new | Matthew Dempsky | |
XXXat(2) system calls from POSIX 2008. Editing will be done in tree. General style discussed with jmc@, schwarze@, and deraadt@ ok jmc@ | |||
2011-07-18 | Sync user(8) SYNOPSIS to useradd(8) and userinfo(8) | Ingo Schwarze | |
as suggested by Glen Anderson <g dot s dot anderson at gmail dot com>; while here, add a few missing "[,group,...]", do not lump punctuation into .Ar, and drop useless .Li from "..". OK jmc@ | |||
2011-07-18 | most of the pieces are there... still need to open a new connection if | Marc Espie | |
server drops us. | |||
2011-07-18 | unbreak set-tos for ipv6; reported by babut at yandex dot ru, | Mike Belopuhov | |
with input and ok from bluhm and claudio | |||
2011-07-18 | put aucat with network daemons for now, until a better solution is found | Theo de Raadt | |
2011-07-18 | a little better, but not yet ready | Marc Espie | |
2011-07-18 | skeleton for grabbing files... | Marc Espie | |
2011-07-18 | Also handle normal Content-Length | Marc Espie | |
2011-07-18 | chunked directory transfers | Marc Espie | |
2011-07-18 | a few typos, nothing working yet... needs to parse Chunked transfer | Marc Espie | |
2011-07-18 | allow pkg_delete -a pkgname to do something useful: | Marc Espie | |
- first delete the list of packages - then if -a was specified, try deleting everything else (but only !manual) |