summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-21syncTheo de Raadt
2013-12-20regenMatthew Dempsky
2013-12-20add virtio scsiMatthew Dempsky
2013-12-20Add basic vioscsi(4) manual page.Matthew Dempsky
2013-12-20Add support for truncate in fuse.Sylvestre Gallon
Input from millert@. Ok millert@, tedu@.
2013-12-20Add 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-20cannot let theo talking about emacs and mg slideHenning Brauer
2013-12-20Set the correct line number after successfully searching withFlorian Obser
re-search-{backward,forward}. OK lum
2013-12-20Fix 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-20Fix typo, allow hppa64 to build a little furtherTobias Ulmer
2013-12-20Remove a spurious message that appears in dired mode if you press aMark Lumsden
key without a function bound to it. ok florian@
2013-12-20When writing a file, break out when we get a write(2) error, notJeremie 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-20Be less verbose when SNDIO_DEBUG=1 is set.Alexandre Ratchov
2013-12-20set the target device number of standard system exclusiveAlexandre Ratchov
messages to 0x7f (aka "any device").
2013-12-20Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQKenneth R Westerback
in the base. Ports fixes to follow shortly for the two ports (gkrellm and net-snmp) affected. ok zhuk@ millert@
2013-12-20delete 4 includes we do not needTheo de Raadt
2013-12-19oh sorry, I forgot two #ifdefTheo de Raadt
2013-12-19use full name for author, with his permissionDamien Miller
2013-12-19Reliability fix for SHA384 SSL/TLS ciphers on strict alignmentJeremie 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-19fix double word error;Jason McIntyre
2013-12-19Mtrr stops being a pseudo-device. We need to probe the cpu type andTheo 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-19Split out strncpy and strncat from strcpy and strcat manuals.Todd C. Miller
Requested by deraadt@
2013-12-19Use shifts instead of integer multiplication by the page size in theMiod Vallat
Octeon-specific code paths. No functional change. ok bcallah@ pirofti@
2013-12-19sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does.Miod Vallat
2013-12-19Amend dired-unmark-backward to fit with recent change andMark Lumsden
include DEL in DIRED KEY BINDINGS.
2013-12-19Make dired-unmark-backward behave the same as emacs: move cursor up aMark Lumsden
line then remove 'D' instead of remove 'D' then move up a line. input/ok florian@
2013-12-19By default, tftp-proxy listens on localhost addresses.Florian Obser
Ok benno@ Input / Ok jmc@
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2013-12-19pseudo-code corrections from Solar Designer <solar@openwall.com>Theo de Raadt
2013-12-19plug mem leak; Ok benno@Florian Obser
2013-12-19recognize octeon 2 cpus; as found in the lanner mr326Jasper Lievisse Adriaanse
ok miod@
2013-12-19be more careful during suspend/resume cycles, as roughly detailed in theTheo de Raadt
spec. More might be required. ok jordan matthew mlarkin
2013-12-19bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agentDamien Miller
that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com; ok dtucker
2013-12-19bz#2147: fix multiple remote forwardings with dynamically assignedDamien 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-19simplify freeing of source-address certificate restrictionDamien Miller
2013-12-19Cast client_alive_interval to u_int64_t before assinging toDarren Tucker
max_time_milliseconds to avoid potential integer overflow in the timeout. bz#2170, patch from Loganaden Velvindron, ok djm@
2013-12-19skip requesting smartcard PIN when removing keys from agent; bz#2187Damien Miller
patch from jay AT slushpupie.com; ok dtucker
2013-12-18Two 'break;'s in a row seems excessive.Kenneth R Westerback
2013-12-18incorrect cast for ctype, spotted and repaired by LEVAI DanielTheo de Raadt
2013-12-18Provide a random stackgrap on pthread frames. Use _STACKALIGNBYTES toTheo 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-18Provide MI symbol _STACKALIGNBYTESTheo de Raadt
2013-12-18Remove artificial limit on the max array index.Todd C. Miller
Adapted from a bitrig commit from Martin Natano. OK zhuk@
2013-12-18Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush'sKenneth R Westerback
encounter with "timeout_add: to_ticks (-1) < 0". Pointed out by RD Thrush.
2013-12-18Adapt nsd(1) comment to match the default daemon_flags of the rc.d script.Antoine Jacoutot
ok sthen@
2013-12-18update 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-18change 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-18Code existed to print non-printable characters in strings writtenKenneth 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-17mention mac address being in lowercase hexAlexander Hall
add dhcpd.conf(5) host entry example start a SEE ALSO section nice deraadt@, ok jmc@
2013-12-17The termios.h bits were missing from the initial commit.Todd C. Miller
2013-12-17Xr mount_tmpfs, trivial ok deraadt@Marc Espie