summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04Convert a malloc+memset to a callocPhilip Guenther
2014-07-04Remove bogus mprotect call from RELOC_REL() - this macro is used to relocateMiod Vallat
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-04It makes much more sense to do the loop checking on incoming mails ratherEric Faurot
2014-07-04always attempt to use tls for relaying to the primary server whenEric Faurot
2014-07-04Create the ioport_ex and iomem_ex extents after we've set up the gdt gatesMark Kettenis
2014-07-04Tcpdump did not show the OSPF router id of hello packets if it wasAlexander Bluhm
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-07-04Clean up messages related to missing arguments.Ingo Schwarze
2014-07-03Fix formatting of empty .Bl -inset item heads.Ingo Schwarze
2014-07-03remove leakmalloc droppingsDamien Miller
2014-07-03Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc isDamien Miller
2014-07-03allow explicit ::1 and 127.0.0.1 forwarding bind addresses whenDamien Miller
2014-07-03when rekeying, skip file/DNS lookup if it is the same as the key sentDamien Miller
2014-07-03MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze
2014-07-03Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data().Miod Vallat
2014-07-03Add identcpu detection for 1-GByte pagesMatthew Dempsky
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.Miod Vallat
2014-07-03Mark functions calling exit(3) as __dead.Ingo Schwarze
2014-07-03Get clocks from Open Firmware on macppc and sparc64.Mark Kettenis
2014-07-03sending a heavily fragmented packet will cause the bus_dmamap_loadDavid Gwynne
2014-07-03Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - thisJoel Sing
2014-07-03It is important that we don't release the kernel lock between issuing aMark Kettenis
2014-07-03make the "Too many authentication failures" message include theDamien Miller
2014-07-03Revert back to 1.129: pool_init() is called before rwlocks can bePhilip Guenther
2014-07-03escape %C since groff thinks it part of an Rs/Re block;Jason McIntyre
2014-07-03Include <sys/mutex.h> explicitely here.Matthieu Herrb
2014-07-03Move failure case text from uvm_pagerealloc() to uvm_pagealloc()Matthew Dempsky
2014-07-03Add a %C escape sequence for LocalCommand and ControlPath that expandsDamien Miller
2014-07-03rework some fflush text, as requestedJason McIntyre
2014-07-03document that -g will only work in the multiplexed case if applied toDamien Miller
2014-07-03mention '%%' escape sequence in HostName directives and how it mayDamien Miller
2014-07-03forward-declare struct sshbuf so consumers don't need to include sshbuf.hDamien Miller
2014-07-03When hashing or removing hosts using ssh-keygen, don't choke onDamien Miller
2014-07-03standardise on NI_MAXHOST for gethostname() string lengths; aboutDamien Miller
2014-07-03use EVP_Digest() for one-shot hash instead of creating, updating,Damien Miller
2014-07-03make stdout line-buffered; saves partial output getting lost whenDamien Miller
2014-07-03Only cleanup agent socket in the main agent process and not in anyDamien Miller
2014-07-03make Ed25519 keys' title fit properly in the randomart border; bz#2247Damien Miller
2014-07-02Sync uvm_page_physload()'s parameter types with realityMatthew Dempsky
2014-07-02Document the ioctl() argument types for sd(4)'s ioctlsMatthew Dempsky
2014-07-02Various small typographic fixes for mman.h manual pages:Matthew Dempsky
2014-07-02Memory leak in error path of the day, from clang via dhill@bitrig;Miod Vallat
2014-07-02Warnings. I haz them.Miod Vallat
2014-07-02Be more careful when recreating single-precision (float) argument to serviceMiod Vallat
2014-07-02Improve and test the messages about empty macros,Ingo Schwarze
2014-07-02When .Sm is called without an argument, groff toggles the spacing mode,Ingo Schwarze
2014-07-02Sync description of PROT_* flags between mmap.2 and mprotect.2Matthew Dempsky