summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-27Move rde_test_prefix() to a place where it makes more sense. No functionalClaudio Jeker
2018-06-27certificate keyword renamed to cert; from raf czlonkaJason McIntyre
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-27a mirror URLs -> a mirror URLTheo Buehler
2018-06-26The disk specification in an Open Firmware device path depends on the busMark Kettenis
2018-06-26tags are cutting their first teeth, but it can be a normal debug flagMarc Espie
2018-06-26syncTheo de Raadt
2018-06-26Make the system cache a small number of free lock list entries per CPU.Visa Hankala
2018-06-26Remove a duplicate fd_used() call. The new file descriptor passedVisa Hankala
2018-06-26Wrong function name in error message.Claudio Jeker
2018-06-26add missing .An and .Mt macros below AUTHORSIngo Schwarze
2018-06-26Style nit.Nicholas Marriott
2018-06-26space between macro args and punctuation;Jason McIntyre
2018-06-26Fix "WARNING: line 6 disappeared in /etc/moduli, giving up" whenTodd C. Miller
2018-06-26Do not take address of a member of a NULL pointer. GitHub issue 1382Nicholas Marriott
2018-06-26Make ast() call refreshcreds(). Tweak this code to be similar to the amd64.Mark Kettenis
2018-06-26Add "socket owner" to allow changing the owner of the vmd control socket.Reyk Floeter
2018-06-26Allow to read the password from a file with -yReyk Floeter
2018-06-26kill the solve_tags part of pkg_create for now, as it doesn't work at allMarc Espie
2018-06-26make it possible to remove old packages with erroneous tags...Marc Espie
2018-06-26Initialize the slot->skip counter in slot_start() instead ofAlexandre Ratchov
2018-06-13Import ldap(1), a simple ldap search client.Reyk Floeter
2018-06-26Remove redundant slot->tstate variable.Alexandre Ratchov
2018-06-26Remove useless check if s->ops == NULL from slot_setvol().Alexandre Ratchov
2018-06-26No need to initialize slot->mix.weight as it's recalculated andAlexandre Ratchov
2018-06-26Move slot-related debug printfs from sock_hello() to slot_new().Alexandre Ratchov
2018-06-26knfMike Larkin
2018-06-26Convert all the slot_xxx() routines to use the number of channelsAlexandre Ratchov
2018-06-26Remove {mix,sub}.slot_cmin fields from the slot structure, as the sameAlexandre Ratchov
2018-06-26Remove dev_{cmin,cmax} from the slot structure as the same informationAlexandre Ratchov
2018-06-26Remove slot->dup which is a copy of opt->dup, and just use the latterAlexandre Ratchov
2018-06-26Remove slot->maxweight, because it's a copy of opt->maxweight. JustAlexandre Ratchov
2018-06-26Don't set slot's {slot,dev}_cmin parameters in slot_setpar() routine,Alexandre Ratchov
2018-06-26Initialize slot with parameters from the opt struct.Alexandre Ratchov
2018-06-26Move opt pointer from the sock to the slot struct.Alexandre Ratchov
2018-06-26Replace the gloal opt list with per-device lists.Alexandre Ratchov
2018-06-26Move slot buffer allocations in their own routines.Alexandre Ratchov
2018-06-26Factor common code of slot_stop().Alexandre Ratchov
2018-06-26Remove handling of unreachable state in slot_stop().Alexandre Ratchov
2018-06-26various minor tweaks;Jason McIntyre
2018-06-26Let acpi(4) pass down the bus dma tag.Mark Kettenis
2018-06-26move ports infra manpages into base, as discussed withMarc Espie
2018-06-26whitespaceDamien Miller
2018-06-25Add code that builds a basic device tree from ACPI tables if the firmwareMark Kettenis
2018-06-25Reorganize acpi(4) code a bit in preparation for upcoming arm64 support.Mark Kettenis
2018-06-25Implement DRI3/prime support. This allows graphics buffers to be passedMark Kettenis
2018-06-25fix NULL dereference in open_listen_match_tcpip()Damien Miller
2018-06-25Before running the tests, consistently check whether interfaces orAlexander Bluhm
2018-06-25Add IMSG_IFADDRADD to ospfe and the master process.remi
2018-06-25fix ::lookup interface return, oopsMarc Espie