userspace: remove vestigial '?' cases from top-level getopt(3) loopsgetopt(3) returns '?' when it encounters a flag not present in the inthe optstring or if a flag is missing its option argument.
userspace: remove vestigial '?' cases from top-level getopt(3) loopsgetopt(3) returns '?' when it encounters a flag not present in the inthe optstring or if a flag is missing its option argument. We canhandle this case with the "default" failure case with no loss oflegibility. Hence, remove all the redundant "case '?':" lines.Prompted by dlg@. With help from dlg@ and millert@.Link: https://marc.info/?l=openbsd-tech&m=167011979726449&w=2ok naddy@ millert@ dlg@
show more ...
Avoid gendered language in man pages when not referring to a specificperson. Rewrite or use singular they.ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ andothers I'm likely miss
Avoid gendered language in man pages when not referring to a specificperson. Rewrite or use singular they.ok thfr@ sthen@ daniel@ ian@ job@ kmos@ jcs@ ratchov@ phessler@ andothers I'm likely missing on an earlier version.feedback tj@, feedback and ok jmc@
Using resolved after realpath(3) has failed is dangerous. Don't do it!Minor tweak and OK jca@OK beck@ deraadt@
restore my ability to do full bulks.okay deraadt@
Replace <sys/param.h> with <limits.h> and other less dirty headers wherepossible. Annotate <sys/param.h> lines with their current reasons. Switchto PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N
Replace <sys/param.h> with <limits.h> and other less dirty headers wherepossible. Annotate <sys/param.h> lines with their current reasons. Switchto PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. ChangeMIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() wheresensible to avoid pulling in the pollution. These are the files confirmedthrough binary verification.ok guenther, millert, doug (helped with the verification protocol)
Correct the first release tmpfs was shipped with.From bytevolcano at safe-mail dot net
add a fstab example, with help from and ok jmc@
include util.h for scan_scaled()
sprinkle $OpenBSD$, pointed out by pedro
various fixes; passed back to netbsd
import tmpfs code, originally from netbsd.heavy lifting by Pedro Martelletto, timestamp fixes by me.THIS IS NOT ENABLED YET, AND REQUIRES UVM CHANGES AND REVIEW.Imported, so that working on it ca
import tmpfs code, originally from netbsd.heavy lifting by Pedro Martelletto, timestamp fixes by me.THIS IS NOT ENABLED YET, AND REQUIRES UVM CHANGES AND REVIEW.Imported, so that working on it can be mostly done in tree with less painfuldiff exchanges, and that we have history of further changes.okay tedu@, deraadt@