| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
from Karl Ferdinand Ebert.
|
|
|
|
|
|
|
|
|
|
| |
using DCS with a "tmux;" prefix. Escape characters in the sequences must
be doubled. For example:
$ printf '\033Ptmux;\033\033]12;red\007\033\\'
Will pass \033]12;red\007 to the terminal (and change the cursor colour
in xterm). From Kevin Goodsell.
|
|
|
|
|
|
| |
to make it reusable by pf fragment reassembly. No functional change.
discussed with henning@, claudio@, deraadt@, kettenis@
ok guenther@
|
|
|
|
| |
ok ckuethe@
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
as the launched command used to be terminated when usbhidaction terminates.
using fork here prevents that.
from vadim zhukov
ok otto@
|
| |
|
|
|
|
|
| |
tweak temp manpage generation a bit, so that it has correct names in its
own directory, because makewhatis will be really pissed off otherwise.
|
| |
|
|
|
|
| |
From: "Anthony J. Bentley" <anthonyjbentley at gmail dot com>
|
|
|
|
|
|
| |
into struct process.
ok tedu@ deraadt@
|
| |
|
|
|
|
|
|
|
|
|
| |
into PostScript and PDF documents behind the user's back.
Joerg Sonnenberger pointed out that almost all software
creating PostScript and PDF documents does so, even on OpenBSD,
but that doesn't make the leakage much better in my book.
According to all standards i could find, this information is optional.
Issue originally reported by deraadt@; "commit!" kristaps@.
|
|
|
|
|
|
|
|
|
|
|
|
| |
as a first step to get rid of the frequent petty warnings in this area:
- always store dates as strings, not as seconds since the Epoch
- for input, try the three most common formats everywhere
- for unrecognized format, just pass the date though verbatim
- when there is no date at all, still use the current date
Originally triggered by a one-line patch from Tim van der Molen,
<tbvdm at xs4all dot nl>, which is included here.
Feedback and OK on manual parts from jmc@.
"please check this in" kristaps@
|
|
|
|
| |
ok ketttenis
|
| |
|
|
|
|
|
|
| |
doubled slashes in compiled in paths.
ok deraadt@, cross-compilation testing and ok drahn@
|
|
|
|
|
| |
to make it reusable by pf. No functional change.
ok henning@, claudio@
|
|
|
|
|
| |
instead of a read barrier only, as it is used in read-modify-write cycles.
ok mjacob
|
|
|
|
|
|
|
| |
a daemon in the background.
man page tweaks from schwarze@
discussed with an ok schwarze@ robert@
|
|
|
|
| |
ok schwarze@ jmc@
|
|
|
|
| |
ok guenther
|
|
|
|
|
|
|
|
| |
argv and don't suppress the handling of leading '-' in optstring when
POSIXLY_CORRECT is set.
Based on patch from Eric Blake.
ok and manpage update from millert@, manpage ok jmc@
|
|
|
|
| |
line args specified. Closes PR 6573. OK deraadt@
|
|
|
|
|
|
|
|
| |
is neither a bug nor a property of cat(1), so rename BUGS to CAVEATS.
When showing a bad example, also tell the reader what to do instead.
While here, use .Dl to display complete shell command lines, and -
as suggested by jmc@ - avoid displays in the middle of sentences.
feedback and ok jmc@
|
|
|
|
|
| |
while here, improve the grammar of the preceding sentence;
ok jmc@
|
|
|
|
|
|
| |
all cases, it should not waste time doing extra if/else if/else if/else
conditions. i wonder how much this is going to speed up sparc64...
ok miod kettenis
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Fixes DMA errors seen on sparc64.
ok miod@
|
|
|
|
|
|
| |
* Avoid markup of "daemon" when not explicitly referring to the variable.
* Improve some wording, remove one typo and one useless .Pp.
Reminded by jmc@, ok jmc@ ajacoutot@
|
|
|
|
|
|
|
| |
available partitions (e.g. many spoofed logical partitions) try
the next scheme rather than giving up.
"sane" deraadt@ ok matthew@
|
|
|
|
|
| |
and make it void.
ok henning@, markus@, mcbride@
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
|
|
|
| |
non-functional. Reduce the root port reset delay to 100 ms. This is still
twice as long as the delay mandated by the standard, but makes the Gunze
TouchScreen on the Sony Vaio VGN-UX91S and a few other devices work.
ok jakemsr@
|
|
|
|
| |
damien@ ok. ports checked by sthen@.
|
|
|
|
|
| |
char architectures and properly parse $TMUX by stopping the socket path
at the first comma.
|
|
|
|
|
|
| |
azalia_configure_pci(). use that function in azalia_attach() and
azalia_resume(). fixes post-resume "static" during playback for
some machines with ATI chipsets.
|
|
|
|
| |
feedback and ok millert@, sobrado@, jmc@
|
|
|
|
|
|
| |
value from spamd/grey.c; mostly from ohauer@gmx.de in PR/6142.
ok beck@
|
|
|
|
|
|
|
|
| |
queue. In some situations this prevents us from reading a garbled reply.
If this commit breaks your mpi, please report ASAP.
The issue was reported and the fix was verified by Emeric Boit. Thanks!
Ok dlg, kettenis, marco (who warned us and wanted to test more)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
the WSMOUSEIO_SCALIBCOORDS fail with EINVAL if the settings would cause a
division-by-zero.
ok deraadt@
|
|
|
|
| |
ok miod@ drahn@ kettenis@
|
|
|
|
| |
ok beck@ fgsch@
|