Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-22 | size_t format string fixes | Stefan Fritsch | |
2013-12-22 | Setting format id to 't' when it's already 't' is a waste of | Kenneth R Westerback | |
time. | |||
2013-12-22 | tweak comment | Ted Unangst | |
2013-12-22 | No need to change format id 'X' (ascii or hex) to 'x' (hex) while | Kenneth R Westerback | |
pretty printing, when 'X' is not used in the next switch statement. Just keep 'X'. Makes the code a touch less mysterious. | |||
2013-12-22 | Don't look for two semi-colons when encountering an unrecognized | Kenneth R Westerback | |
statement in dhclient.conf. | |||
2013-12-22 | - replaces "audio stream" by "audio device", as sndio is a device | Alexandre Ratchov | |
abstraction - remove useless statements. ok jmc@ | |||
2013-12-21 | Document that the "user" socket check is not reliable with wildcard | Camiel Dobbelaar | |
listeners. Update the example to reflect this. Deprecate usage of user "unknown" too, same reason. Noted by Maxim Khitrov on bugs ok henning, jmc | |||
2013-12-21 | Don't assign a literal number to a variable that otherwise holds an errno. | Philip Guenther | |
ok jsing@ | |||
2013-12-21 | Advertise that we provide monotonic timestamps. | Mark Kettenis | |
2013-12-21 | Introduce pretty_print_string() and use for printing both text | Kenneth R Westerback | |
valued options and previously snprintf()'d filename and servername lease attributes. Should fix "string constant too long" errors when reading back a lease with filename or servername attributes with escaped characters. Reported by Rivo Nurges. | |||
2013-12-21 | rearrange DVACT_RESUME chunk to avoid implying something ridiculous | Theo de Raadt | |
ok stsp | |||
2013-12-21 | save/restore hpet configuration. Perhaps a little more than we | Theo de Raadt | |
need to do, since we do not use many hpet features. ok kettenis millert | |||
2013-12-21 | i915_gem_mmap_ioctl() should return a Linux-style negative errno value. | Mark Kettenis | |
2013-12-21 | sync | Theo de Raadt | |
2013-12-21 | Fix locking in the page fault handler. A (somewhat malicious) userland | Mark Kettenis | |
program could force a copyin/copyout from/to memory mapped through the GTT, forcing a "locking against myself" panic. The intel-gpu-tools "package" has a test for this. The problem can be circumvented by making the fault handler fail if we already hold the (DRM) lock. This will make the copyin/copyout return with EFAULT making the caller fall back on a "slow path". This makes it obvious that using a shared (read) lock here doesn't make any sense. So use an exclusive (write) lock like everywhere else in the inteldrm code. | |||
2013-12-21 | Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace() | Philip Guenther | |
ok otto@ | |||
2013-12-21 | Refer to the kernel headers consistently via ../../sys, even for mkioctl | Philip Guenther | |
and mksubr ok otto@ | |||
2013-12-21 | small typo | Ted Unangst | |
2013-12-21 | Don't use a non-constant format string with printf() that gcc can't | Philip Guenther | |
figure out how to trust. Shuts up gcc -Wformat=2 ok deraadt@ | |||
2013-12-21 | Constipate some functions | Philip Guenther | |
2013-12-21 | Match the type to the calls | Philip Guenther | |
2013-12-21 | Use timespec and CLOCK_MONOTONIC for a timing test | Philip Guenther | |
2013-12-21 | Fix a comment | Philip Guenther | |
2013-12-21 | Xr virtio | Theo de Raadt | |
2013-12-21 | sync | Theo de Raadt | |
2013-12-20 | regen | Matthew Dempsky | |
2013-12-20 | add virtio scsi | Matthew Dempsky | |
2013-12-20 | Add basic vioscsi(4) manual page. | Matthew Dempsky | |
2013-12-20 | Add support for truncate in fuse. | Sylvestre Gallon | |
Input from millert@. Ok millert@, tedu@. | |||
2013-12-20 | Add vioscsi(4) driver. | Matthew Dempsky | |
Still a work-in-progress, but functional enough to work with both Google Compute Engine and RHEVM. Committing so additional testing and cleanup can be handled in tree. thx Jiri B for RHEVM testing ok dlg, deraadt | |||
2013-12-20 | cannot let theo talking about emacs and mg slide | Henning Brauer | |
2013-12-20 | Set the correct line number after successfully searching with | Florian Obser | |
re-search-{backward,forward}. OK lum | |||
2013-12-20 | Fix a crash in ksh when trying to access ${12345678901234567890} | Vadim Zhukov | |
Input from deraadt@, millert@ and otto@. okay from millert@ plus a willing from deraadt@ | |||
2013-12-20 | Fix typo, allow hppa64 to build a little further | Tobias Ulmer | |
2013-12-20 | Remove a spurious message that appears in dired mode if you press a | Mark Lumsden | |
key without a function bound to it. ok florian@ | |||
2013-12-20 | When writing a file, break out when we get a write(2) error, not | Jeremie Courreges-Anglas | |
just EPIPE, else we'll just reattempt the write with non-sensical values. From Maxime Villard (max at m00nbsd dot net). | |||
2013-12-20 | Be less verbose when SNDIO_DEBUG=1 is set. | Alexandre Ratchov | |
2013-12-20 | set the target device number of standard system exclusive | Alexandre Ratchov | |
messages to 0x7f (aka "any device"). | |||
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback | |
in the base. Ports fixes to follow shortly for the two ports (gkrellm and net-snmp) affected. ok zhuk@ millert@ | |||
2013-12-20 | delete 4 includes we do not need | Theo de Raadt | |
2013-12-19 | oh sorry, I forgot two #ifdef | Theo de Raadt | |
2013-12-19 | use full name for author, with his permission | Damien Miller | |
2013-12-19 | Reliability fix for SHA384 SSL/TLS ciphers on strict alignment | Jeremie Courreges-Anglas | |
architectures. ok miod@ djm@ Upstream patch: commit cdd1acd788020d2c525331da1712ada778f1373c Author: Andy Polyakov <appro@openssl.org> Date: Wed Dec 18 21:27:35 2013 +0100 | |||
2013-12-19 | fix double word error; | Jason McIntyre | |
2013-12-19 | Mtrr stops being a pseudo-device. We need to probe the cpu type and | Theo de Raadt | |
initialize the structures when we see the first cpu. We also need to initialize each cpu's properly (for PAT) before we setup mtrr on that cpu. On i386 (late hatch) we were getting this desperately wrong on the primary cpu. After suspend/resume, we also need to do the same work. re-initialize PAT before mtrr. On some laptops apparently PAT was not turned on by the BIOS, so we ended up with incorrect setup for the primary cpu. Oops. This makes mplayer on the x201 (and similar) machines work without weird pauses after a suspend/resume. Many other things are likely fixed. ok kettenis | |||
2013-12-19 | Split out strncpy and strncat from strcpy and strcat manuals. | Todd C. Miller | |
Requested by deraadt@ | |||
2013-12-19 | Use shifts instead of integer multiplication by the page size in the | Miod Vallat | |
Octeon-specific code paths. No functional change. ok bcallah@ pirofti@ | |||
2013-12-19 | sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does. | Miod Vallat | |
2013-12-19 | Amend dired-unmark-backward to fit with recent change and | Mark Lumsden | |
include DEL in DIRED KEY BINDINGS. | |||
2013-12-19 | Make dired-unmark-backward behave the same as emacs: move cursor up a | Mark Lumsden | |
line then remove 'D' instead of remove 'D' then move up a line. input/ok florian@ |