summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-11Add a new "default" command to display the default flags and whether aAntoine Jacoutot
2014-10-11allow signing to proceed when interruptedMarc Espie
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11obvious reallocarray() useTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11use reallocarray, and avoid this << 1 ugliness.Theo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11convert to use of reallocarray()Theo de Raadt
2014-10-11slightly more complicated reallocarray conversion. always realloc* ratherTheo de Raadt
2014-10-11obvious reallocarrayTheo de Raadt
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-11Add UTC support to %Z conversion in strptime().Doug Hogan
2014-10-10s/lenght/length/ in commentsStuart Henderson
2014-10-10Actually use built-in print like rc.subr already does.Antoine Jacoutot
2014-10-10Use printf(1) to prevent '-e' in daemon_flags from being fed as anAntoine Jacoutot
2014-10-10Partial eqn(7) rewrite by kristaps@ in order to get operator precedence right.Ingo Schwarze
2014-10-10r1.45 of macppc install.md eliminated the verbiage exhorting usersKenneth R Westerback
2014-10-10replace select with equiv poll usage.David Gwynne
2014-10-10fix compilation without DIAGNOSTICJonathan Matthew
2014-10-10Zap some stored values never read; From Fritjof Bornebusch; ok nicm@Otto Moerbeek
2014-10-10Explicitly handle -l and -u combinations. From Fritjof Bornebusch; ok daniel@Otto Moerbeek
2014-10-10Allow passing flags without arguments for special variables.Antoine Jacoutot
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-10Make CPU_INFO_FOREACH useable before secondary CPUs are started.Martin Pieuchot
2014-10-10massage the pool item header and pool item magic words.David Gwynne
2014-10-10Remove unnecessary includes now that we are no longer using select()Todd C. Miller
2014-10-09add an API version number. ok jsingTed Unangst
2014-10-09Instead of trying to emulate select/poll semantics with respect to EOFTodd C. Miller
2014-10-09parse and render "from" and "to" clauses in eqn, and render matrices;Ingo Schwarze
2014-10-09initial bits of MathML rendering for eqn(7) -Thtml;Ingo Schwarze
2014-10-09more readable eqn(7) -Ttree output; from kristaps@Ingo Schwarze
2014-10-09parse simultaneous sub- and superscriptsIngo Schwarze
2014-10-09Tweak, no functional change.Antoine Jacoutot
2014-10-09Make sure _instdir is not null.Antoine Jacoutot
2014-10-09Properly initialize secondary CPUs on 64bit machines.Martin Pieuchot
2014-10-09Add POLLHUP to expected revents for POLLIN on writer EOF.Todd C. Miller
2014-10-09allow building a kernel without ddbTheo de Raadt
2014-10-09Revert "enable MSI support", it introduced a regression on some chips.Martin Pieuchot
2014-10-09ddb: add support for DWARF line number decodingMatthew Dempsky
2014-10-09tweak previous;Jason McIntyre