summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-26Kill deprecated IPv6 ioctl(2)s.Martin Pieuchot
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-10-26adjust Makefile.armv7 for clangJonathan Gray
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)Nicholas Marriott
2017-10-26mark up the rdomain keyword;Jason McIntyre
2017-10-26Use .arch_extension sec and virt to use smc and hvc instructions whenJonathan Gray
2017-10-26Revert 2006-4-29Z23:09:45 commit that switched from rwlocks to mutexes.Philip Guenther
2017-10-25Initialize processor extended state in fpu_kernel_enterMike Belopuhov
2017-10-25The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze
2017-10-25Use printenv to test whether an SSH_USER_AUTH is set instead ofTodd C. Miller
2017-10-25Properly close out the top-level Font object, the end-of-pageIngo Schwarze
2017-10-25Open a bunch of fds with O_CLOEXECJeremie Courreges-Anglas
2017-10-25Note that notifications are also hooks.Nicholas Marriott
2017-10-25Storing the address of a stack variable in a global variable is a bad idea.Mark Kettenis
2017-10-25Default allow-rename to off because it is ridiculous that applicationsNicholas Marriott
2017-10-25Remove the TCP_FACK option and associated #if{,n}def code.job
2017-10-25h/l keys for expand and collapse.Nicholas Marriott
2017-10-25Remove dead code, found by jsg@.Martin Pieuchot
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldNicholas Marriott
2017-10-25Partially revert rev 1.457 of /etc/rc. The pipe introduced inAlexander Bluhm
2017-10-25Check for NULL before dereferencing untrusted pointers.Martin Pieuchot
2017-10-25Remove Multicast and Broadcast flags from the encapsulated packet inMartin Pieuchot
2017-10-25tweak the uri text, specifically removing some markup to make it aJason McIntyre
2017-10-25simplify macros in previous, and some minor tweaks;Jason McIntyre
2017-10-25uninitialised variable in PermitTunnel printing codeDamien Miller
2017-10-25transfer ownership of stdout to the session channel by dup2'ingDamien Miller
2017-10-25add a "rdomain" criteria for the sshd_config Match keyword to allowDamien Miller
2017-10-25add sshd_config RDomain keyword to place sshd and the subsequentDamien Miller
2017-10-25Add optional rdomain qualifier to sshd_config's ListenAddress optionDamien Miller
2017-10-24R_AARCH64_NONE should be zero, not 256. The latter was a deprecatedPhilip Guenther
2017-10-24In ld scripts, an output section with no input sections is always markedPhilip Guenther
2017-10-24Kill dead store and some spaces vs. tabs indent in parse_user_host_path().Todd C. Miller
2017-10-24Add tests for URI parsing. OK markus@Todd C. Miller
2017-10-24Use a smaller buffer size too peek the receive data. The contentAlexander Bluhm
2017-10-24Use "static inline" instead of "extern inline" for compatibility withMark Kettenis
2017-10-24Attach syscon(4) early. Also attach psci(4) early such that cpuresetfnMark Kettenis
2017-10-24Refactor handling of partial TCP acknowledgementsMike Belopuhov
2017-10-24When dd(1) fails because it receives an INT signal,Ingo Schwarze
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-10-24Remove some more tests checking for a non-NULL `ifp->if_ioctl'.Martin Pieuchot
2017-10-24Add more sanity checks to prevent a segfault and a NULL-dereferenceMartin Pieuchot
2017-10-24Remove support for never used ioctls originating from KAME.Martin Pieuchot
2017-10-24Use membar_enter_after_atomic(9) amd membar_exit_before_atomic(9).Martin Pieuchot
2017-10-24Remove terminate_vm/vm_remove logic from vmm_dispatch_parent. ThisMike Larkin
2017-10-24The VMD parent process didn't handle the case of a VM exitingMike Larkin
2017-10-24tweak previous; ok djmJason McIntyre
2017-10-24kbind(2) for the win: we can always put .got.plt in RELROPhilip Guenther
2017-10-24syncTheo de Raadt
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2017-10-23Avoid clang format warning.Mark Kettenis