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