Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-12-29 | remove the inspect debug command. should not be used by users, who are not | Ted Unangst | |
supposed to know what fingerprints are or that they exist. | |||
2014-12-29 | Assert that rtrequest1(9) is always called at IPL_SOFTNET instead of | Martin Pieuchot | |
doing a spl dance. This matters for RTM_DELETE because a deleted route entry is always returned without having its reference counter increased when an `rtp' argument is given. In this case, we do not want to call splx() that might free this route. Inputs from millert@, ok blambert@, mikeb@ | |||
2014-12-29 | Add line continuation to be consistent with rc_pre(); ok sthen@ | Antoine Jacoutot | |
2014-12-29 | pexp is not needed; ok sthen@ | Antoine Jacoutot | |
2014-12-29 | sync | Jonathan Gray | |
2014-12-29 | re-add missing space in confirm prompt that got lost in -r1.18 | Jasper Lievisse Adriaanse | |
ok espie@ | |||
2014-12-29 | Explicitely include <uvm/uvm_extern.h> in order to build on variable page size | Miod Vallat | |
architectures. | |||
2014-12-29 | Some missing break's. | Brad Smith | |
2014-12-29 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith | |
with the other drivers. | |||
2014-12-29 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith | |
with the other drivers. | |||
2014-12-29 | It sends and receives packets (until we run out of the initial receive blocks). | Mark Kettenis | |
2014-12-28 | The greatest happiness is to scatter inferiour APIs, to drive them | Kenneth R Westerback | |
before you, to see their files reduced to ashes, to see those who love them shrouded in tears, and to gather into your API all their invocations. In other words, workq is no more. There is only taskq. ok kettenis@ dlg@ (creator of taskq) jmc@ | |||
2014-12-28 | spelling fix; from daria suchecka via krzystof warzecha | Jason McIntyre | |
2014-12-28 | Fairly complete Rx path hardware initialization. | Mark Kettenis | |
2014-12-28 | Replace last workq in tree (reading disklabels from newly attached | Kenneth R Westerback | |
disks) with taskq. Diff originally from blambert@. ok kettenis@ | |||
2014-12-28 | Fix subtle typo. | Joel Sing | |
2014-12-28 | Add regress tests for default option handling. | Joel Sing | |
2014-12-28 | Allow a default option to be specified by having a NULL name, but a valid | Joel Sing | |
option type. In this case process the option as per normal. | |||
2014-12-28 | Add regress tests for multiple argument callback functions. | Joel Sing | |
2014-12-28 | Provide an option type that allows for a callback function to consume an | Joel Sing | |
arbitrary number of arguments. This will allow for more complex option handling as required by some of the openssl(1) applications. | |||
2014-12-28 | Add option parsing regress tests with end of options handling. | Joel Sing | |
2014-12-28 | Teach option parsing that a single hyphen denotes the end of named options | Joel Sing | |
(as currently only implemented by some of the openssl(1) applications). | |||
2014-12-28 | Add regress tests for option parsing with multiple unnamed arguments. | Joel Sing | |