summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-29Reduce code duplication by reusing the same argument parserIngo Schwarze
2014-11-29Provide a helper function macro_or_word() and use it to prune theIngo Schwarze
2014-11-29The startup script is /etc/rc.d/nsdTodd C. Miller
2014-11-28Fold the loop around mdoc_argv() into the function itself,Ingo Schwarze
2014-11-28Add some missing OpenBSD RCS markersIngo Schwarze
2014-11-28AT&T is unlikely to release an new version of Research UNIX any time soon.Ingo Schwarze
2014-11-28Retire support for CSRG supplementary document titles. These areIngo Schwarze
2014-11-28Drop useless architecture table. Validating architecture namesIngo Schwarze
2014-11-28Remove bulky, irrelevant library description string tablesIngo Schwarze
2014-11-28mop up and #ifdef turd deraadt@ stepped intoIngo Schwarze
2014-11-28Be more careful about meta->name. For weird input, it can be NULL.Ingo Schwarze
2014-11-28consistency in calling usage, from Fritjof BornebuschOtto Moerbeek
2014-11-28regenMark Kettenis
2014-11-28Add a few entries for SPARC T3/T4/T5/M5 machines. The IDT 89H64H16G3 entryMark Kettenis
2014-11-28Simplify by making the eqn and tbl steering functions void;Ingo Schwarze
2014-11-28Simplify by making many functions in the man(7) parser void,Ingo Schwarze
2014-11-28Simplify by making the mdoc parser callbacks void, and some cleanup;Ingo Schwarze
2014-11-28Simplify the code by making various mdoc parser helper functions void.Ingo Schwarze
2014-11-28Simplify code by making mdoc validation handlers void.Ingo Schwarze
2014-11-27Downgrade .Bd -file from FATAL to ERROR.Ingo Schwarze
2014-11-27Use if_nametoindex() to get the interface index, and thereby checkKenneth R Westerback
2014-11-27Multiple fixes with respect to .Eo:Ingo Schwarze
2014-11-27The sti(4) driver copies its ROM into kernel memory and executes the codeMark Kettenis
2014-11-27Previous change wasn't quite right and broke "classic' PCI sparc64 machines.Mark Kettenis
2014-11-27Missing comparison caused NX to always be enabled during boot, even on CPUsMike Larkin
2014-11-27Fix the obsolete .Db (toggle debug mode) macro to ignore its argumentsIngo Schwarze
2014-11-27Ensure that sess_cert is not NULL at the start ofJoel Sing
2014-11-27Avoid a double-free in an error path.Joel Sing
2014-11-27Avoid a NULL dereference in the DTLS client that can be triggered by aJoel Sing
2014-11-27Another spot where the VLAN tag doesn't need swapping in the currentlyBrad Smith
2014-11-27macro cleanup; ok jmc@ stsp@Ingo Schwarze
2014-11-27Garbage collect some bits that were never used.Brad Smith
2014-11-27Fix a long standing bug in MAC statistics register access. OneBrad Smith
2014-11-27remove unneccessary inclusion protection; ok schwarzeTheo de Raadt
2014-11-27default for interactive should match non-interactive.Marc Espie
2014-11-27All cpus -> N CpusMarc Espie
2014-11-27Document that sparc64 softraid boot only works with 'a' partitions.Stefan Sperling
2014-11-27Remove ofwbootfd from sparc64 release dir since nobody will need it.Stefan Sperling
2014-11-27Fix typos in comments.Tobias Stoeckmann
2014-11-27Use dv_xname instead of if_xname to establish our interrupt. The latter isMark Kettenis
2014-11-27rxr ioctl handling.Brad Smith
2014-11-27rxr ioctl handling.Brad Smith
2014-11-27Make makewhatis(8) understand .so links to .gz pages.Ingo Schwarze
2014-11-26Let mparse_readfd() use mparse_open() and mparse_wait()Ingo Schwarze
2014-11-26Manual page updates for sparc64 softraid boot support.Stefan Sperling
2014-11-26Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze
2014-11-26Introduce softraid boot support to sparc64 ofwboot.Stefan Sperling
2014-11-26Add a new ELF segment .openbsd.bootdata to the sparc64 kernel.Stefan Sperling
2014-11-26Add softraid support to sparc64 first-level boot blocks.Stefan Sperling
2014-11-26Add softraid boot support code files ported by me to sparc64 from amd64.Stefan Sperling