Age | Commit message (Expand) | Author |
2014-08-12 | Revert 1.173 now that the real cause of the octeon regression has been fixed. | Miod Vallat |
2014-08-12 | Pass 0 instead of uvm_map_hint() to uvm_map() in exec_md_map() to figure out | Miod Vallat |
2014-08-12 | sigh. when returning ENOENT in the sysctl path, unlock on the way out. | David Gwynne |
2014-08-12 | i accidentally removed the check for whether the requested pool in | David Gwynne |
2014-08-12 | bring back r1.135: | David Gwynne |
2014-08-12 | bring back r1.134: | David Gwynne |
2014-08-12 | bring back r1.132. this is a bit different cos we're still using splvm to | David Gwynne |
2014-08-11 | No need to repeat other-end more than once, from Juho Pohjala. Also add | Nicholas Marriott |
2014-08-11 | Fix two copy mode problems: | Nicholas Marriott |
2014-08-11 | Add flags to selectp to enable and disable input to a pane, from Anish | Nicholas Marriott |
2014-08-11 | regen | Todd C. Miller |
2014-08-11 | Add some Intel Z97 chipset devices; ok deraadt@ | Todd C. Miller |
2014-08-11 | Still need to separately set FD_CLOEXEC if the new fd was >= FDBASE. | Philip Guenther |
2014-08-11 | Typo. | Antoine Jacoutot |
2014-08-11 | Let _rc_parse_conf stick to parsing /etc/rc.conf and /etc/rc.conf.local | Matthias Kilian |
2014-08-11 | Do not pmap_update(pmap_kernel()) within the `create mappings' loop, but only | Miod Vallat |
2014-08-11 | Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you. | Miod Vallat |
2014-08-11 | Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we are | Miod Vallat |
2014-08-11 | Get rid of the `quirks' member, which is never initialized (but by zero at | Miod Vallat |
2014-08-11 | When parsing 32 bit values, verify that we received 4 bytes. | Tobias Stoeckmann |
2014-08-11 | validate len field for proper length, not just "not zero." | Tobias Stoeckmann |
2014-08-11 | -current dammit | Miod Vallat |
2014-08-11 | Remove evcnt and %b format strings relying upon SEIL extensions. This gives | Miod Vallat |
2014-08-11 | De-static so that my ddb backtrace get closer to reality. | Miod Vallat |
2014-08-11 | Add option USER_PCICONF for pcidump(8) to be able to do its magic. | Miod Vallat |
2014-08-11 | make a few variables more local | Theo de Raadt |
2014-08-11 | Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag when | Martin Pieuchot |
2014-08-11 | bring back r1.132: | David Gwynne |
2014-08-11 | Guard RSA / RC4-5 ASM when NO_ASM is not defined | bcook |
2014-08-11 | Make it possible to pass arguments to _rc_parse_conf(). | Antoine Jacoutot |
2014-08-11 | document "tc"; | Jason McIntyre |
2014-08-11 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-08-11 | bring back r1.131: | David Gwynne |
2014-08-11 | Put back the checks about RTF_LOCAL routes now that userland tools are | Martin Pieuchot |
2014-08-11 | Convert ARP llinfo allocation to pool(9). | Martin Pieuchot |
2014-08-11 | Check the return value of sk_SSL_CIPHER_new_null(), since it allocates | Joel Sing |
2014-08-11 | missing memset in table_api.c (currently only used by pluggable tables) | Gilles Chehade |
2014-08-11 | Do not try to delete RTF_LOCAL entries. Such routes are automatically | Martin Pieuchot |
2014-08-11 | Steal stripcom() from /etc/rc to parse sysmerge.ignore. | Antoine Jacoutot |
2014-08-11 | add a caveat about databases; | Jason McIntyre |
2014-08-11 | Move a sentence to the corresponding option description. | Antoine Jacoutot |
2014-08-11 | Unchecked memory allocation and potential leak upon error in | Miod Vallat |
2014-08-11 | Remove now-unused SSL2_STATE as well as ssl2-specific state machine values. | Miod Vallat |
2014-08-11 | start catching up with recent code changes, but no new files yet | Ingo Schwarze |
2014-08-11 | Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed way | Joel Sing |
2014-08-11 | Provide a ssl3_get_cipher_by_id() function that allows ciphers to be looked | Joel Sing |
2014-08-10 | Write the core file of a non-suid process into the current directory | Alexander Bluhm |
2014-08-10 | There was a race in relayd that caused connections to hang. It | Alexander Bluhm |
2014-08-10 | Improve variables listing in x11/kde4 module description. | Vadim Zhukov |
2014-08-10 | [] -> [[]] | Robert Peichaer |