summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-20For now, disable msi interrupts. Reading through the linux driver oneMarco 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-20For intermediate computations use single or extended counterpartsMartynas Venckus
where appropriate, to avoid precision loss.
2011-07-20spell FALLTHROUGH correctlyStuart Henderson
2011-07-20Document 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-20small tidbitsMarc Espie
2011-07-20add galaxy s2 to the list of working devicesJasper Lievisse Adriaanse
2011-07-20this works on the galaxy s2 too.Jasper Lievisse Adriaanse
ok dlg@
2011-07-20regenJasper Lievisse Adriaanse
2011-07-20add a newer samsung android phoneJasper Lievisse Adriaanse
2011-07-20Fix reporting of permanent/temporary failures for MX lookups.Eric Faurot
Simplify code a bit while there. ok gilles@
2011-07-20remove an unneeded trailing semicolonAlexander Hall
2011-07-20cleanup of fill_baddynamic()Alexander Hall
ok krw@
2011-07-20In lists of setuid/setgid files and devices, do not pad the last columnIngo Schwarze
with trailing spaces; ugliness spotted by daniel dot c dot sinclair at gmail dot com, fix from Andrew Fresh.
2011-07-19Handle F_DUPFD_CLOEXEC the same as we do F_DUPFD.Matthew Dempsky
ok guenther@
2011-07-19better textMarc Espie
2011-07-19Change "constructed by bitwise-inclusive OR'ing of flags from ..." toMatthew Dempsky
"constructed by bitwise-inclusive ORing flags from ..." Requested by jmc@
2011-07-19Change "If also flag is zero" to "If flag is also zero".Matthew Dempsky
Requested by jmc@
2011-07-19tag fuzzy stuff for manual-installs tooMarc Espie
2011-07-19no need to mention xerox network stack here; ok claudioMike Belopuhov
2011-07-19Add fancy kdump support for the openat(2) system calls.Matthew Dempsky
ok otto@
2011-07-19mostly doneMarc Espie
2011-07-19use common code for ssh/http 1.1Marc Espie
2011-07-19clean-up a few thingsMarc Espie
2011-07-19random seed handling can now be done fairly early, well, as soon asTheo 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-19Now that fill_baddynamic() is being called much earlier, it cannot useTheo de Raadt
grep in a NFS diskless environment. Found and fixed by Hugo Villeneuve
2011-07-19Re-add the test which is needed in the case where the session failsEric Faurot
early (in MX or SECRET) and the data file is not yet opened. ok gilles@
2011-07-19fix retry delay calculationEric Faurot
ok gilles@
2011-07-19syncTheo de Raadt
2011-07-19Avoid running tic an extra time when stripping the comments fromTodd C. Miller
termcap. With help from and OK nicm@
2011-07-19we need to alias __movstr* as __movmem* for gcc4Jonathan Gray
from NetBSD. ok miod@ drahn@
2011-07-19tweak previous;Jason McIntyre
2011-07-19knock out some useless Pp;Jason McIntyre
2011-07-19Typo.Martynas Venckus
2011-07-19Fix two typos pointed out by guenther@ during our libpthread microMatthew Dempsky
hackathon.
2011-07-19fix -Ddependencies, from Nathanael RensenMarc Espie
2011-07-19document that we don't currently handle UTIME_OMIT correctly for the mtime ↵Matthew Dempsky
timestamp
2011-07-19Warn about but don't prevent installboot from installing /boot whenKenneth R Westerback
the OpenBSD partition starts at >128G. This restores previous behaviour but adds the warning. ok deraadt@ guenther@
2011-07-18oops, forget a critical "not"Matthew Dempsky
2011-07-18Add (rough draft) documentation for fdopendir(3) and the 15 newMatthew 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-18Sync 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-18most of the pieces are there... still need to open a new connection ifMarc Espie
server drops us.
2011-07-18unbreak set-tos for ipv6; reported by babut at yandex dot ru,Mike Belopuhov
with input and ok from bluhm and claudio
2011-07-18put aucat with network daemons for now, until a better solution is foundTheo de Raadt
2011-07-18a little better, but not yet readyMarc Espie
2011-07-18skeleton for grabbing files...Marc Espie
2011-07-18Also handle normal Content-LengthMarc Espie
2011-07-18chunked directory transfersMarc Espie
2011-07-18a few typos, nothing working yet... needs to parse Chunked transferMarc Espie
2011-07-18allow 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)