summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-26Keep a list of known vms, and reuse the VM IDs.ori
2018-11-26Simplify writing of tbl(7) cells by using the new feature of passingIngo Schwarze
2018-11-26Support more than one style attribute one the same HTML element.Ingo Schwarze
2018-11-25Let cells containing nothing but \^ extend the cell above.Ingo Schwarze
2018-11-25spelling; from miodJason McIntyre
2018-11-25spelling; from miodJason McIntyre
2018-11-25In tbl(7) -T html output,Ingo Schwarze
2018-11-25regenDaniel Dickman
2018-11-25Add core4g thermal id; ok mlarkin.Daniel Dickman
2018-11-25Don't allow the bootstrap to overlap the start of the OpenBSD area ofKenneth R Westerback
2018-11-25fix mail.mda so it handles system() exit value correctlyGilles Chehade
2018-11-25Remove (unused) FS_BOOT training wheels. If you are allowed to newfs aKenneth R Westerback
2018-11-25FS_BOOT partitions are just partitions. Not free(ish) space.Kenneth R Westerback
2018-11-25malloc(n) + bzero is better done as calloc(1,n)Theo de Raadt
2018-11-25don't bother with setresuid protection there is no gain doingTheo de Raadt
2018-11-25fix examples there were still using old grammarGilles Chehade
2018-11-25flock was needed by delivery_filename which was moved to the standalone MDAGilles Chehade
2018-11-25teach mail.maildir how to junk SpamAssassin flagged spamGilles Chehade
2018-11-25print more details about the join'd networks we have saved when a user runsPeter Hessler
2018-11-25merge the wpa related settings, instead of overriding themPeter Hessler
2018-11-25document knobMarc Espie
2018-11-24Implement horizontal and vertical alignment of tbl(7) cell contentIngo Schwarze
2018-11-24only attach pvclock(4) inside a KVM guestPeter Hessler
2018-11-24zap 10 tab leading whitespace before 'struct evp_pkey_ctx_st {'Theo Buehler
2018-11-24Improve error handling and logging in qcow2ori
2018-11-24Store and return the locking callbacks, restoring previous behaviour.Joel Sing
2018-11-23When a font escape appears in the middle of a string,Ingo Schwarze
2018-11-23syncTheo de Raadt
2018-11-23add missing closing quote;Jason McIntyre
2018-11-23Change rtable_mpath_reprio() to take the prefixlen as argument instead ofClaudio Jeker
2018-11-23Install pvclock(4)Reyk Floeter
2018-11-23Add the pvclock(4) guest driver for paravirtual clocksReyk Floeter
2018-11-23tweak previous;Jason McIntyre
2018-11-23add a ssh_config "Match final" predicateDamien Miller
2018-11-23Remove now-unneeded ifdef SIGINFO around handler since it is now alwaysDarren Tucker
2018-11-22Make alpha less special: _dl_boot_bind() is written to completePhilip Guenther
2018-11-22Our *int_fast{8,16}_t types are int/unsigned int, so SCN*FAST{8,16}Philip Guenther
2018-11-22Use em0 instead of vmx0 to clarify the parent interface example.Reyk Floeter
2018-11-22Remove useless assignment, value is overwritten right after being set.Frederic Cambus
2018-11-22Correct and shorten the description of the sort order of apropos(1)Ingo Schwarze
2018-11-22In apropos(1) output, stop sorting .Nm search results by nameIngo Schwarze
2018-11-22In -T locale (the default), -T ascii, and -T utf8 mode, provide a newIngo Schwarze
2018-11-22Do not use PWD unless it actually matches the real working directory.Nicholas Marriott
2018-11-22Output info on SIGUSR1 as well as SIGINFO to resync with portable.Darren Tucker
2018-11-22Append pid to temp files in /var/run and set a cleanup trap for them.Darren Tucker
2018-11-22add missing make dependencyanton
2018-11-21syncTheo de Raadt
2018-11-21In unp_internalize() check the length more carefully preventing anClaudio Jeker
2018-11-21When using MSG_PEEK to peak into packets skip control messages holdingClaudio Jeker
2018-11-21free(9) sizes for bread_cluser().Martin Pieuchot