Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-01 | Even 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-01 | Remove an unnecessary freeaddrinfo() call, since errx() would free all | Lawrence Teo | |
the memory including the one allocated by the earlier getaddrinfo() (pointed out by claudio@). feedback from claudio@ ok bluhm@ | |||
2015-01-01 | Always drain the write buffer on pte sync. Needed for Cortex A7/A15 | Jonathan Gray | |
which have integrated L2 so changes will get flushed to memory ASAP. From Patrick Wildt in Bitrig via rapha@ ok miod@ | |||
2014-12-31 | Do not take sh to STATICPIE yet. That will happen once matching | Theo de Raadt | |
snapshots exist. That is why mips64 is still held up (arranged with kettenis) | |||
2014-12-31 | describe .Ql more precisely; | Ingo Schwarze | |
defect pointed out by Steffen Nurpmeso <sdaoden at yandex dot com> | |||
2014-12-31 | recent 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-31 | When showing more than one formatted manual page, insert horizontal lines | Ingo 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-31 | adventure requires deterministic random for its internal data | Ted Unangst | |
"obfuscation" scheme to work (words fail me), but we can use arc4random for the in game fun. from theo buehler | |||
2014-12-31 | simplify poll() conversion. from patrick keshishian | Ted Unangst | |
2014-12-31 | copyright_year=$(date +%Y) | Joel Sing | |
2014-12-31 | Adapt and add regression tests for sending syslog messages over TCP. | Alexander Bluhm | |
2014-12-31 | Use the first host of the documentation ranges for both address | Mark Lumsden | |
families. ok jmc@ schwarze@ bluhm@ | |||
2014-12-31 | Implement sending syslog messages over TCP streams. | Alexander Bluhm | |
test and OK jasper@ jca@ | |||
2014-12-31 | add entries for xmpp, mdns and puppet | Jasper Lievisse Adriaanse | |
ok aja@ | |||
2014-12-31 | Correct 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-31 | Mention previously missing '/etc/apm/hibernate' action | David Coppa | |
From Alessandro DE LAURENZIS <just22_dot_adl_at_gmail_dot_com> tweak and ok jmc@ | |||
2014-12-31 | Create CA and certificates for TLS tests consistently. Better | Alexander Bluhm | |
logging of SSL errors. Do not import unneeded Socket constants. | |||
2014-12-30 | Use a 1MB realloc() increment instead of an 8KB one for the config | Todd 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-30 | Remove some checks that will always evaluate to true. Noticed by a very | Brian Callahan | |
recent clang. ok schwarze@ lum@ | |||
2014-12-30 | fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch> | Ingo Schwarze | |
2014-12-30 | Add syslog-tls 6514/tcp to etc/services. | Alexander Bluhm | |
OK jasper | |||
2014-12-30 | Make perl use our (arc4random backed) drand48 when unseeded | Andrew Fresh | |
uses srand48_deterministic if a seed is provided. seems fine millert@ | |||
2014-12-30 | When a file is given on the command line, actually exists, and its name | Ingo 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-30 | self-relocating crt0 bits for sh, and enable static pie by default. With some | Miod Vallat | |
archdep.h help from kettenis@ | |||
2014-12-30 | Clean up and optimize _dl_start a bit by using immediate addressing for | Miod Vallat | |
the constants whenever they fit, and avoiding saving and restoring registers we don't need to preserve. | |||
2014-12-30 | Rename a few functions name. Will help factorize some stuffs. | Antoine Jacoutot | |
2014-12-30 | do not print an empty order in case pkg_scripts is undefined | Robert Nagy | |
ok ajacoutot@ | |||
2014-12-30 | add_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-30 | Remove redundant md memcpy.S and memmove.S lines. The mi config | Jonathan Gray | |
definitions will find the md .S files for these. | |||
2014-12-30 | Fix handling of R_MIPS_REL32_64 relocations that reference a symbol. | Mark Kettenis | |
Fixes remaining problems with static PIE on mips64. | |||
2014-12-30 | add __bounded as appropriate. | David Gwynne | |
looks good to deraadt@ miod@ and tedu@ | |||
2014-12-30 | Test the weird construct of a user-defined macro starting (but not | Ingo Schwarze | |
ending!) the definition of another user defined macro. Mandoc already handles this correctly, make sure it won't get broken. | |||
2014-12-30 | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | Ted Unangst | |
ok deraadt miod | |||
2014-12-30 | let the "make groff" maintainer target show groff warnings | Ingo Schwarze | |
2014-12-30 | unifdef __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-30 | Rework disklabel reading taskq to plug holes pointed out by jsing@. | Kenneth R Westerback | |
Diff from dlg@. ok jsing@ | |||
2014-12-30 | typo in comment: ouput => output | Damien Miller | |
2014-12-29 | regen | Kenji Aoyama | |
2014-12-29 | Add audio(4) related entries. | Kenji Aoyama | |
ok miod@ | |||
2014-12-29 | Minor 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-29 | Make the PLT read-only on powerpc as well. | Mark Kettenis | |
ok kurt@ | |||
2014-12-29 | * Ukrainian airports; from Alexey Suslikov | Christian Weisgerber | |
* add Tampere; from Timo Myyra | |||
2014-12-29 | Toggle the TX_RING_KICK_WRAP bit when appropriate. | Mark Kettenis | |
2014-12-29 | impose some limits on the ideal rounds so nothing too crazy happens when | Ted Unangst | |
the clock results are weird | |||
2014-12-29 | encrypt is now built into instbin, do not need to use the /mnt version | Theo de Raadt | |
2014-12-29 | switch encrypt to auto scaling bcrypt rounds. ok deraadt | Ted Unangst | |
2014-12-29 | don't leak timing info about padding errors by generating a fake key | Ted 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-29 | document ordering more explicitly; | Ingo Schwarze | |
feedback and ok ajacoutot@ rpe@ | |||
2014-12-29 | useless change. overwriting the nul byte with a newline means b64_ntop | Ted Unangst | |
can use the whole buffer, even the last byte. | |||
2014-12-29 | rename fingerprint struct field. no longer exposed to users, but since it's | Ted Unangst | |
not technically a fingerprint as others understand the term, pick another. now it's a keynum! after an email from Florian Weimer |