summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-01Even though i personally consider 8-bit-characters in filenames unwise,Ingo Schwarze
technically, filenames are not restricted to ASCII. Patch from Kaspars at Bankovskis dot net, no opposition when shown on tech@.
2015-01-01Remove an unnecessary freeaddrinfo() call, since errx() would free allLawrence Teo
the memory including the one allocated by the earlier getaddrinfo() (pointed out by claudio@). feedback from claudio@ ok bluhm@
2015-01-01Always drain the write buffer on pte sync. Needed for Cortex A7/A15Jonathan Gray
which have integrated L2 so changes will get flushed to memory ASAP. From Patrick Wildt in Bitrig via rapha@ ok miod@
2014-12-31Do not take sh to STATICPIE yet. That will happen once matchingTheo de Raadt
snapshots exist. That is why mips64 is still held up (arranged with kettenis)
2014-12-31describe .Ql more precisely;Ingo Schwarze
defect pointed out by Steffen Nurpmeso <sdaoden at yandex dot com>
2014-12-31recent changes broke alignment requirements on arm.Ted Unangst
simplify a bit more, swapping only aligned values and then using memcpy to fill the digest. fix confirmed by jsg. ok jsg kettenis millert
2014-12-31When showing more than one formatted manual page, insert horizontal linesIngo Schwarze
between pages. Suggested by Theo Buehler <theo at math dot ethz dot ch>. Even in UTF-8 output mode, do not use fancy line drawing characters such that you can easily use /^--- to skip to the next manual in your pager.
2014-12-31adventure requires deterministic random for its internal dataTed Unangst
"obfuscation" scheme to work (words fail me), but we can use arc4random for the in game fun. from theo buehler
2014-12-31simplify poll() conversion. from patrick keshishianTed Unangst
2014-12-31copyright_year=$(date +%Y)Joel Sing
2014-12-31Adapt and add regression tests for sending syslog messages over TCP.Alexander Bluhm
2014-12-31Use the first host of the documentation ranges for both addressMark Lumsden
families. ok jmc@ schwarze@ bluhm@
2014-12-31Implement sending syslog messages over TCP streams.Alexander Bluhm
test and OK jasper@ jca@
2014-12-31add entries for xmpp, mdns and puppetJasper Lievisse Adriaanse
ok aja@
2014-12-31Correct evcount_attach argument on cbus(4).Kenji Aoyama
The third argument of evcount_attach() should point some permanent variable, not an automatic variable. Now "vmstat -i" correctly prints C-bus interrupt level number as irq, on C-bus devices. ok miod@
2014-12-31Mention previously missing '/etc/apm/hibernate' actionDavid Coppa
From Alessandro DE LAURENZIS <just22_dot_adl_at_gmail_dot_com> tweak and ok jmc@
2014-12-31Create CA and certificates for TLS tests consistently. BetterAlexander Bluhm
logging of SSL errors. Do not import unneeded Socket constants.
2014-12-30Use a 1MB realloc() increment instead of an 8KB one for the configTodd C. Miller
connection buffer. Significantly speeds up spamd-setup for lage blacklists. Also free the buffer when we are done with it so memory can be returned to the system (as it can grow quite large). OK deraadt@
2014-12-30Remove some checks that will always evaluate to true. Noticed by a veryBrian Callahan
recent clang. ok schwarze@ lum@
2014-12-30fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>Ingo Schwarze
2014-12-30Add syslog-tls 6514/tcp to etc/services.Alexander Bluhm
OK jasper
2014-12-30Make perl use our (arc4random backed) drand48 when unseededAndrew Fresh
uses srand48_deterministic if a seed is provided. seems fine millert@
2014-12-30When a file is given on the command line, actually exists, and its nameIngo Schwarze
relative to the respective manual tree is longer than PATH_MAX, do not leak the memory allocated to hold the name. Not sure that can actually happen, but better safe than sorry. FreeBSD Coverity Scan CID 1261303, reported by Pedro Giffuni <pfg@>.
2014-12-30self-relocating crt0 bits for sh, and enable static pie by default. With someMiod Vallat
archdep.h help from kettenis@
2014-12-30Clean up and optimize _dl_start a bit by using immediate addressing forMiod Vallat
the constants whenever they fit, and avoiding saving and restoring registers we don't need to preserve.
2014-12-30Rename a few functions name. Will help factorize some stuffs.Antoine Jacoutot
2014-12-30do not print an empty order in case pkg_scripts is undefinedRobert Nagy
ok ajacoutot@
2014-12-30add_flags() does not need any action argument.Antoine Jacoutot
Use the flags variable instead of hardcoding the output in preparation for further subcommands.
2014-12-30Remove redundant md memcpy.S and memmove.S lines. The mi configJonathan Gray
definitions will find the md .S files for these.
2014-12-30Fix handling of R_MIPS_REL32_64 relocations that reference a symbol.Mark Kettenis
Fixes remaining problems with static PIE on mips64.
2014-12-30add __bounded as appropriate.David Gwynne
looks good to deraadt@ miod@ and tedu@
2014-12-30Test the weird construct of a user-defined macro starting (but notIngo Schwarze
ending!) the definition of another user defined macro. Mandoc already handles this correctly, make sure it won't get broken.
2014-12-30copy bcrypt autotune from encrypt(1) and expose via crypt_newhashTed Unangst
ok deraadt miod
2014-12-30let the "make groff" maintainer target show groff warningsIngo Schwarze
2014-12-30unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.Jonathan Gray
This codepath was removed in the NetBSD code this is derived from back in 2003 and was removed in Bitrig earlier this year. No binary change.
2014-12-30Rework disklabel reading taskq to plug holes pointed out by jsing@.Kenneth R Westerback
Diff from dlg@. ok jsing@
2014-12-30typo in comment: ouput => outputDamien Miller
2014-12-29regenKenji Aoyama
2014-12-29Add audio(4) related entries.Kenji Aoyama
ok miod@
2014-12-29Minor cleanup:Todd C. Miller
o doreply() just calls build_reply() o remove a few dead stores and useless variables o use the asprintf() return value OK deraadt@
2014-12-29Make the PLT read-only on powerpc as well.Mark Kettenis
ok kurt@
2014-12-29* Ukrainian airports; from Alexey SuslikovChristian Weisgerber
* add Tampere; from Timo Myyra
2014-12-29Toggle the TX_RING_KICK_WRAP bit when appropriate.Mark Kettenis
2014-12-29impose some limits on the ideal rounds so nothing too crazy happens whenTed Unangst
the clock results are weird
2014-12-29encrypt is now built into instbin, do not need to use the /mnt versionTheo de Raadt
2014-12-29switch encrypt to auto scaling bcrypt rounds. ok deraadtTed Unangst
2014-12-29don't leak timing info about padding errors by generating a fake keyTed Unangst
afterwards. openssl has a more complicated fix, but it's less intrusive for now to simply hoist the expensive part (fake key generation) up without sweating a branch or two. ok bcook jsing
2014-12-29document ordering more explicitly;Ingo Schwarze
feedback and ok ajacoutot@ rpe@
2014-12-29useless change. overwriting the nul byte with a newline means b64_ntopTed Unangst
can use the whole buffer, even the last byte.
2014-12-29rename fingerprint struct field. no longer exposed to users, but since it'sTed Unangst
not technically a fingerprint as others understand the term, pick another. now it's a keynum! after an email from Florian Weimer