summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-29needs sys/lock.hTheo de Raadt
2018-10-28Correctly deal with upper level unveil's by keeping track of the coveringBob Beck
2018-10-28Do not printf NULL.Nicholas Marriott
2018-10-28Do not check for a key again without an escape if only \033 is present.Nicholas Marriott
2018-10-28lld generates DT_RUNPATH elements instead of the older DT_RPATH.Christian Weisgerber
2018-10-28Properly handle symlinks.Antoine Jacoutot
2018-10-27Update to tzdata2018g from ftp.iana.orgTodd C. Miller
2018-10-27SUBDIR is a remnant of the past.Antoine Jacoutot
2018-10-27pass around the ess and ni structures we plan to use directly, insteadPeter Hessler
2018-10-27clean up accounting of the AUTO_JOIN flag by making sure it is set or clearedPeter Hessler
2018-10-27don't join to a network where we expect cleartext, and the AP is using cryptoPeter Hessler
2018-10-27Temporarily enable LOCKF_DIAGNOSTIC in order to catch potential bugs.anton
2018-10-27Add assertions for lockf list manipulation, hidden behind LOCKF_DIAGNOSTIC.anton
2018-10-27Rework previous lockf fix; bluhm@ noticed a regress failure during consecutiveanton
2018-10-27size for free(); ok ratchov@miko
2018-10-26Use EFI memory map to determine what memory regions are availble just likeMark Kettenis
2018-10-26Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSCMark Kettenis
2018-10-26If we pass `file' via args then we need to unveil(2) it with read permission,Ricardo Mestre
2018-10-26The code path were we pass `pathname' in the arguments is already limitedRicardo Mestre
2018-10-26Show how much memory is used for *-sets.Claudio Jeker
2018-10-26Track the amount of memory used for sets and tries (aka anything-set)Claudio Jeker
2018-10-26Update for default ruby version switch from 2.4 to 2.5.Jeremy Evans
2018-10-26With lld the calculation of the entry point was wrong sinceChristian Weisgerber
2018-10-26Make it clear that `if_bridgeport' is dereferenced in the ioctl pathMartin Pieuchot
2018-10-26remove a misleading comment; ok ratchov@miko
2018-10-26Fix memory leak in setDolp() where dp is NULL. Based on a diff frommiko
2018-10-26Correct linker emulation name for lld when building i386 kernels on amd64.Christian Weisgerber
2018-10-26I broke base images with my previous commit by missing a line.Reyk Floeter
2018-10-26Use proper type in sizeof()Claudio Jeker
2018-10-26show what went wrong with a unix domain socket, rather than fail silentlyDavid Gwynne
2018-10-26When walking the list of ribs use continue instead of break after theClaudio Jeker
2018-10-26Unveil should work because this only opens the configuration file,Theo de Raadt
2018-10-26regenMike Larkin
2018-10-26Add VirtualBox NVMeMike Larkin
2018-10-26syncKevin Lo
2018-10-26Fix entry for Realtek RTL8723BE, from Stuart Shillington.Kevin Lo
2018-10-26mention ssh-ed25519-cert-v01@openssh.com in list of cert key typeDamien Miller
2018-10-25New mesa uses the I915_MMAP_WC flag which we advertise but don't actuallyMark Kettenis
2018-10-25The compilers already put static arrays in .rodata when not written to;Philip Guenther
2018-10-25Calculate ASPATH_HEADER_SIZE correctly by using offsetof() instead of theClaudio Jeker
2018-10-25Fix a resource leak in doaccept().Visa Hankala
2018-10-25Add a "terminal" colour which can be used instead of "default" in styleNicholas Marriott
2018-10-25tweak description to conform to reality.Marc Espie
2018-10-25add target fix-permissionssolene
2018-10-25When spamd(8) runs in greylist mode in the parent process (which runsRicardo Mestre
2018-10-25The only file that spamlogd(8) needs to access after calling pledge(2) isRicardo Mestre
2018-10-25unveil(2) the following files for passwd(1) with their correspondingRicardo Mestre
2018-10-25Implement the \f(CW and \f(CR (constant width font) escape sequencesIngo Schwarze
2018-10-25start both the sc_ka_send and sc_ka_hold timeout whenDavid Gwynne
2018-10-24Generate __data_start symbol that marks the start of .data when __data_startMark Kettenis