summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-11add openbsd 6.1 base keyTheo de Raadt
2016-05-11syncTheo de Raadt
2016-05-11crank to 6.0-betaTheo de Raadt
2016-05-11Add the sigcontext cookie clearing block, which was missed in the previousTheo de Raadt
2016-05-11Add RETURN VALUES section and .Xr to memmem(3).Ingo Schwarze
2016-05-11convert bcopy to memcpy. ok dlg millertTed Unangst
2016-05-11Use round_blocksize() to determine the maximum hardware block size (inAlexandre Ratchov
2016-05-11Another attempt to make the mips64 pmap MP-safe. Now at leastVisa Hankala
2016-05-11Add an efibind.h for arm; from FreeBSD.Mark Kettenis
2016-05-11Move EFI header files to a location where they can be used on otherMark Kettenis
2016-05-11Allow top(1) to filter process args if they are being displayed.Edd Barrett
2016-05-11Dont reuse "mult" local variable. Use separate variable for hardwareAlexandre Ratchov
2016-05-11remove uatraps from "all" as wellJonathan Gray
2016-05-11Alas all good things come to an end. The U of A traplist is going away asBob Beck
2016-05-10If sendsyslog(2) is called with LOG_CONS before syslogd(8) has beenAlexander Bluhm
2016-05-10the bpf_mtap functions take const struct mbuf *s nowDavid Gwynne
2016-05-10make the bpf tap functions take const struct mbuf *David Gwynne
2016-05-10Do not close the stdio file desciptors in init(8), but dup2(2) themAlexander Bluhm
2016-05-10Fix operator precedence error; OK guenther@ millert@Tim van der Molen
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-05-10The hppa trapframe PC is marked (in the low two bits) to indicate aTheo de Raadt
2016-05-10go deeper in Term::ReadKey, we don't need smart guesses.Marc Espie
2016-05-10Fill Xen hypercall page with int3's like the hypervisor does.Mike Belopuhov
2016-05-10Enable separate compilation while keeping internal interfaces hidden.Ingo Schwarze
2016-05-10Enable the readline(3) regression test provided by Bastian Maerkisch,Ingo Schwarze
2016-05-10adapt to recently changed internal interface of read_getcmd()Ingo Schwarze
2016-05-10make qla_iocb_seg structs 4 byte aligned and use htolem32 to set it.David Gwynne
2016-05-10Fix next_history() and previous_history():Ingo Schwarze
2016-05-10move some argument checking from vmmaction() to start_vm()Mike Larkin
2016-05-10Fix history_get():Ingo Schwarze
2016-05-10typo in commentMike Larkin
2016-05-10FFS2 does lazy inode initialization, so try harder to avoid usingKenneth R Westerback
2016-05-10make bpf_mtap callers set the M_FILDROP flag if they care about it.David Gwynne
2016-05-10Oops: the caching of TCB address in single-threaded processes on archs withPhilip Guenther
2016-05-10In a signal handler use snprintf()+local buffer instead of asprintf+freePhilip Guenther
2016-05-10Test that various calls can be interrupted in a non-threaded process,Philip Guenther
2016-05-10rename an unused field in struct kinfo_file (it related to systrace..)Theo de Raadt
2016-05-09libc stub is gone, so update the description to cover the remaining usePhilip Guenther
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubPhilip Guenther
2016-05-092nd identical definition of PROC_PC macro is not neededTheo de Raadt
2016-05-09in the http redirect example, also include the requested url insteadT.J. Townsend
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2016-05-09update libexpat to 2.1.1.Remi Pointel
2016-05-09need to use shadow passwd function here, reminded by sthenTed Unangst
2016-05-09Stop using sigreturn for longjmp, just set the signal mask and returnPhilip Guenther
2016-05-09Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as inMark Kettenis
2016-05-09prepare for API tweaks of OpenBSD::MkTempMarc Espie
2016-05-09Fix mangled function signatures.Joel Sing
2016-05-09stop depending on *.phMarc Espie
2016-05-09Implement Mdocdate keyword substitution.Ingo Schwarze