Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2013-12-19 | By default, tftp-proxy listens on localhost addresses. | Florian Obser | |
Ok benno@ Input / Ok jmc@ | |||
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller | |
2013-12-19 | pseudo-code corrections from Solar Designer <solar@openwall.com> | Theo de Raadt | |
2013-12-19 | plug mem leak; Ok benno@ | Florian Obser | |
2013-12-19 | recognize octeon 2 cpus; as found in the lanner mr326 | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2013-12-19 | be more careful during suspend/resume cycles, as roughly detailed in the | Theo de Raadt | |
spec. More might be required. ok jordan matthew mlarkin | |||
2013-12-19 | bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent | Damien Miller | |
that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com; ok dtucker | |||
2013-12-19 | bz#2147: fix multiple remote forwardings with dynamically assigned | Damien Miller | |
listen ports. In the s->c message to open the channel we were sending zero (the magic number to request a dynamic port) instead of the actual listen port. The client therefore had no way of discriminating between them. Diagnosis and fix by ronf AT timeheart.net | |||
2013-12-19 | simplify freeing of source-address certificate restriction | Damien Miller | |
2013-12-19 | Cast client_alive_interval to u_int64_t before assinging to | Darren Tucker | |
max_time_milliseconds to avoid potential integer overflow in the timeout. bz#2170, patch from Loganaden Velvindron, ok djm@ | |||
2013-12-19 | skip requesting smartcard PIN when removing keys from agent; bz#2187 | Damien Miller | |
patch from jay AT slushpupie.com; ok dtucker | |||
2013-12-18 | Two 'break;'s in a row seems excessive. | Kenneth R Westerback | |
2013-12-18 | incorrect cast for ctype, spotted and repaired by LEVAI Daniel | Theo de Raadt | |
2013-12-18 | Provide a random stackgrap on pthread frames. Use _STACKALIGNBYTES to | Theo de Raadt | |
ensure the frames are aligned correctly. Discussed at length with guenther and kettenis ok kettenis, this is the right first step | |||
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt | |
2013-12-18 | Remove artificial limit on the max array index. | Todd C. Miller | |
Adapted from a bitrig commit from Martin Natano. OK zhuk@ | |||
2013-12-18 | Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush's | Kenneth R Westerback | |
encounter with "timeout_add: to_ticks (-1) < 0". Pointed out by RD Thrush. | |||
2013-12-18 | Adapt nsd(1) comment to match the default daemon_flags of the rc.d script. | Antoine Jacoutot | |
ok sthen@ | |||
2013-12-18 | update sample install.conf; | Alexander Hall | |
- use http for fetching sets - use password hashes - set up alternative user, with ssh pubkey - update question part to match installer changes | |||
2013-12-18 | change password prompts (for the good of install.conf) | Alexander Hall | |
add autoinstall question for root ssh pubkey make pubkey prompts appear in autoinstall log ideas from and ok deraaddt@, ok rpe@ | |||
2013-12-18 | Code existed to print non-printable characters in strings written | Kenneth R Westerback | |
to the leases file. No code existed to correctly read back the strings so written. Redo both sides and use vis()/strnunvis() instead of handrolling more parsing. As a side-effect allow embedded NUL characters rather than skipping them. | |||
2013-12-17 | mention mac address being in lowercase hex | Alexander Hall | |
add dhcpd.conf(5) host entry example start a SEE ALSO section nice deraadt@, ok jmc@ | |||
2013-12-17 | The termios.h bits were missing from the initial commit. | Todd C. Miller | |
2013-12-17 | Xr mount_tmpfs, trivial ok deraadt@ | Marc Espie | |