summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-16There was a file descripotor leak in the syslogd(8) ttymsg() errorAlexander Bluhm
2017-03-16Userland expects pltime to be a time stamp not number of seconds.Florian Obser
2017-03-16syslogd(8) -Z generates log files with time in ISO format and UTC.Alexander Bluhm
2017-03-16Expand $HTTP_HOST in redirects.Florian Obser
2017-03-16Do not allow to change the gateway of an existing entry if the AFMartin Pieuchot
2017-03-16Fix a regression preventing ``kern.profiling'' to return the profilingMartin Pieuchot
2017-03-16Simplify wstpad option handling:Martin Pieuchot
2017-03-16Typo, from miod@Martin Pieuchot
2017-03-16Move the server struct to header file and make it compatible with IPv6.Rafael Zalamena
2017-03-16buffer increase factor belongs in the nmemb field of reallocarray()Theo de Raadt
2017-03-16Enable tests for +/-LLONG_MAX and add tests for other boundary conditions.Darren Tucker
2017-03-16Fix overly-conservative overflow checks on mulitplications and add checksDarren Tucker
2017-03-15Configure and apply the multitouch-tracking functions of wsmouse.Ulf Brosziewski
2017-03-15Fix building profiling kernels by passing the -p flag to config(8)Theo Buehler
2017-03-15More fixes for starting and stopping VMs, fixing fallout from vm_running.Reyk Floeter
2017-03-15Improve vmmci(4) shutdown and reboot.Reyk Floeter
2017-03-15Print "-" if the tty name is empty.Reyk Floeter
2017-03-15Close the tty if the VM was powered down.Reyk Floeter
2017-03-15There's no need to realloc() a chunk of memory when you don't careTodd C. Miller
2017-03-15use recallocarray to resize buffer - ensures that detritus from previousTheo de Raadt
2017-03-15spelling and whitespaceTheo de Raadt
2017-03-15Invalidate the cursor when we think we should have wrapped.Nicholas Marriott
2017-03-15Improve the interface and addresses discovery code and prepare toRafael Zalamena
2017-03-15In URIs in apropos(1) result tables,Ingo Schwarze
2017-03-15Mention the manual page name and section in the HTML page <title>.Ingo Schwarze
2017-03-15Don't terminate vmd(8) when we lost the control connection.Reyk Floeter
2017-03-15Minimal support for deep linking into man(7) pages.Ingo Schwarze
2017-03-15We do not need while loop around uiomove(9) in lcdwrite().Kenji Aoyama
2017-03-15It's annoying that people keep writing URIs including redundant partsIngo Schwarze
2017-03-15Try to avoid moving the cursor to the start of the next line whenNicholas Marriott
2017-03-15disallow KEXINIT before NEWKEYS; ok djm; report by vegard.nossum at oracle.comMarkus Friedl
2017-03-15Collapse underflow and overflow checks into a single block.Darren Tucker
2017-03-15Add tests for scaled overflow and underflow and the exact overflow andDarren Tucker
2017-03-15Clean up errno handling in fmt_scaled test:Darren Tucker
2017-03-15annoying whitespace die die dieTheo de Raadt
2017-03-15accidents happen to the best of us; ok djmTheo de Raadt
2017-03-15fix regression in 7.4: deletion of PKCS#11-hosted keys would failDamien Miller
2017-03-15Fix segfault when sshd attempts to load RSA1 keys (can only happenDamien Miller
2017-03-15Catch integer underflow in scan_scaled reported by Nicolas Iooss.Darren Tucker
2017-03-14a few more characters that are safe to printMarc Espie
2017-03-14copy /etc/services in test directoryEric Faurot
2017-03-14Allow SIOCGIFXFLAGS in pledge("route") along side SIOCGIFFLAGS, neededFlorian Obser
2017-03-14Use a macro for the initial length of the buffer instead of 127; OK deraadt@Todd C. Miller
2017-03-14KNF spacing is more important than long linesTheo de Raadt
2017-03-14don't need to handle the malloc case special, since realloc worksTheo de Raadt
2017-03-14Make mfc_find() more strict when looking for routes, fixes a problemRafael Zalamena
2017-03-14Remove some global variables that are not being used.Rafael Zalamena
2017-03-14Merge LLVM 4.0.0 release.Patrick Wildt
2017-03-14Import LLVM 4.0.0 release including clang and lld.Patrick Wildt
2017-03-14Mark the sshd_config UsePrivilegeSeparation option as deprecated,Damien Miller