Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-30 | sync | Theo de Raadt | |
2018-06-30 | Use 64-bit DSDT pointer instead of the 32-bit one if it is zero. | Mark Kettenis | |
ok deraadt@ | |||
2018-06-30 | end of line requires \ | Theo de Raadt | |
2018-06-30 | Don't try to set XCR0_X87 when XSAVE isn't supported at all. Fixes | Philip Guenther | |
vmm on CPUs without XSAVE. Problem reported by Ax0n (ax0n (at) h-i-r.net) ok mlarkin@ deraadt@ | |||
2018-06-30 | Some tweaks such that ACPI 5.1 tables are recognized as well. | Mark Kettenis | |
2018-06-30 | Typo in comment in previous file which I said I'd address in the original | Mike Larkin | |
commit and forgot to do. (Sufrace -> Surface) | |||
2018-06-30 | acpisurface(4): man pages and makefile changes | Mike Larkin | |
2018-06-30 | acpisurface(4): driver for Surface Pro 4 and Surface Book hardware | Mike Larkin | |
buttons. ok phessler, deraadt, kettenis | |||
2018-06-30 | Fix a few more of the same. | rob | |
2018-06-30 | Fix regressoin test (typo) for SNMPv3 authentication. | rob | |
2018-06-30 | Remove strange /* End of file */ style. | Theo de Raadt | |
2018-06-30 | Don't steal processes from other CPUs if we're not scheduling processes on | Mark Kettenis | |
a CPU. ok deraadt@ | |||
2018-06-30 | revert ber.c r1.34, this break SNMPv3 authentication | Stuart Henderson | |
2018-06-30 | Add intr_enable() here as well. | Mark Kettenis | |
2018-06-30 | Add intr_enable() function, intended for MI use to amd64 and i386 and use | Mark Kettenis | |
this in the acpi(4) suspend/resume code paths. ok deraadt@ | |||
2018-06-30 | over-eager refactor means fw_update goes thru delete_handle, so teach | Marc Espie | |
it about firmwares. problem noticed by aja@ | |||
2018-06-29 | tweak previous; | Jason McIntyre | |
2018-06-29 | Add ber_free_element() to snmpd instance, reducing the diff with ldap, ldapd, | rob | |
and ypldap. This function is not called by snmpd. This is the penultimate commit prior to full sync between these four consumers of ber. | |||
2018-06-29 | Consistent use of copyright notices. | rob | |
Ok reyk@ | |||
2018-06-29 | Use <stdint.h> types. | Mark Kettenis | |
ok mpi@, jung@, krw@, deraadt@ | |||
2018-06-29 | Synchronize ber.c and ber.h across ldap, ldapd, and ypldap, and reduce diff | rob | |
with snmpd. More tweaks to come once things are fully synchronized. Feedback from claudio and Robert Klein. Ok claudio@ | |||
2018-06-29 | Prepare the ground for allowing temporary aspath object living on the stack. | Claudio Jeker | |
To do this path_copy() gets a second argument (dst, src) and a new function path_prep() is introduced to initialize an aspath object. The current path_copy() usage is replaced with path_copy(path_get(), asp) which does the same. Additionally some const where added to the *_copy functions to make it more obvious which is the source and target. Also the pftable_ref() and rtlabel_ref() functions return now the id instead of void. OK sthen@ | |||
2018-06-13 | Import ldap(1), a simple ldap search client. | Reyk Floeter | |
We have an ldapd(8) server and ypldap in base, so it makes sense to have a simple LDAP client without depending on the OpenLDAP package. This tool can be used in an ssh(1) AuthorizedKeysCommand script. With feedback from many including millert@ schwarze@ gilles@ dlg@ jsing@ OK deraadt@ | |||
2018-06-29 | ACPI: Allow (with warning) GPE handler reassignment, instead of returning | Mike Larkin | |
a failure code. ok kettenis | |||
2018-06-29 | vmm: add more information to a debug printf when the guest %xcr0 doesn't | Mike Larkin | |
match the host's mask | |||
2018-06-28 | Add missing <sys/param.h>. | Mark Kettenis | |
ok krw@, millert@, drahn@ | |||
2018-06-28 | remove other chunk of accidentally committed test code, spotted by deraadt | Stuart Henderson | |
2018-06-28 | remove accidentally committed test code, spotted by deraadt | Stuart Henderson | |
2018-06-28 | Add ci_acpi_proc_id member to struct cpu_info; needed by acpi(4). | Mark Kettenis | |
ok patrick@, drahn@ | |||
2018-06-28 | fix tag external representation, avoids weird space at end of plist | Marc Espie | |
regeneration | |||
2018-06-28 | Don't ignore -n; OK gilles@ | Tim van der Molen | |
2018-06-28 | Do not cast (signed char) CANCELLED_BOOLEAN to (char) for comparison | Theo de Raadt | |
against (signed char) variable. Modern "genius" compilers simply delete the code on unsigned char architectures, amazed they feel lattitude to convert undefined local behaviour into much larger scope undefined behaviour (glad to have faster but incorrect libcurses..) ok millert | |||
2018-06-28 | regen | Kevin Lo | |
2018-06-28 | Add Microchip Ethernet device IDs. | Kevin Lo | |
ok deraadt@ | |||
2018-06-28 | Remove unused/redundant prototypes. | Mark Kettenis | |
Pointed out by patrick@ | |||
2018-06-28 | Remove rde_aspath pointer from rde_filter since that argument can be fetched | Claudio Jeker | |
from the prefix instead. While there also switch to prefix_peer from asp->peer in rde_dump_rib_as(). Makes the code easier overall. | |||
2018-06-28 | Instead of passing the rde_aspath to nexthop_modify() pass pointers to | Claudio Jeker | |
the nexthop and the flags. | |||
2018-06-28 | Pass a struct prefix to rde_filter and remove some of the arguments which | Claudio Jeker | |
are now fetched from struct prefix. Currently some trickery is needed for export default-route but this will get better once Adj-RIB-Out comes. OK benno@ | |||
2018-06-28 | unbreak | Gleydson Soares | |
grab the pid from $! instead of rely on grepping debug log OK landry | |||
2018-06-28 | avoid passing NULL to asprintf(3) when there's no parent dn entry | Gleydson Soares | |
OK jca@ | |||
2018-06-28 | calling memset() after calloc() is redudant, since | Gleydson Soares | |
calloc() already filled all the memory block to 0. OK deraadt@ cheloha@ millert@ | |||
2018-06-28 | add missing ${LIBCRYPTO} to DPADD | Gleydson Soares | |
OK deraadt@ millert@ jca@ | |||
2018-06-28 | sync DPADD with LDADD adding missing ${LIBPTHREAD} to ensure | Gleydson Soares | |
that binary is rebuilt in case of pthread library changes. OK deraadt@ reyk@ | |||
2018-06-27 | Synchronize some comments. | rob | |
2018-06-27 | Consistent use of calloc in ber.c. | rob | |
Ok claudio@, "looks right" gsoares@ | |||
2018-06-27 | Allow any punctuation (except :) as separator in s/x/y/, not only | Nicholas Marriott | |
/. From JINNOUCHI Yasushi in GitHub issue 1386. | |||
2018-06-27 | regen | Martin Pieuchot | |
2018-06-27 | Revert previous, at least one pool need its IPL to be IPL_MPFLOOR as | Martin Pieuchot | |
found by visa@. | |||
2018-06-27 | Raise file_pool's IPL to prevent deadlocks with the newly unlocked | Visa Hankala | |
system calls. OK mpi@ | |||
2018-06-27 | oops, don't rely on the installed system having cups. | Marc Espie | |
prodded by theo |