Age | Commit message (Expand) | Author |
2014-11-25 | Also cover other diff formats besides unified ones. | Tobias Stoeckmann |
2014-11-25 | Since in_broadcast() is now used to always iterate on all the interfaces | Martin Pieuchot |
2014-11-25 | macro and typo fixes from kaspars at bankovskis dot net | Ingo Schwarze |
2014-11-25 | No need to forward declare "struct route" anymore, rtalloc_mpath() no | Martin Pieuchot |
2014-11-25 | minor clean-up: the stuff not to display is tied to the set, so make the | Marc Espie |
2014-11-25 | The proliferation of "struct route" in all its flavors didn't make | Martin Pieuchot |
2014-11-25 | unifdef -USCOPEDROUTING, no object change. | Martin Pieuchot |
2014-11-25 | Speed up page zeroing by using a loop of dcbz/dcbzl instead of bzero(). | Martin Pieuchot |
2014-11-25 | Introduce strtolinenum to properly check line numbers while parsing: | Tobias Stoeckmann |
2014-11-25 | Prevent null pointer dereference on empty input files when diff requires | Tobias Stoeckmann |
2014-11-25 | Release file descriptors as soon as they are not needed anymore. | Tobias Stoeckmann |
2014-11-25 | use correct divisor when converting microseconds to 100ths of a second | Bret Lambert |
2014-11-25 | set ttyout to line buffered, because the signal handler writes are | Theo de Raadt |
2014-11-25 | Allow comma-separated options in tbl(7) tables. | Anthony J. Bentley |
2014-11-25 | Completely rewrite the top level of the layout parser. | Ingo Schwarze |
2014-11-25 | "Aq foo" is not the same as "<foo>". Don't use it to mark up HTML. | Anthony J. Bentley |
2014-11-25 | no first person in man pages. | Ted Unangst |
2014-11-25 | no need for md5 xr | Ted Unangst |
2014-11-25 | revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's | Ted Unangst |
2014-11-25 | Do not access a NULL pointer when a section has no body, | Ingo Schwarze |
2014-11-25 | push some global data down into functions to make this threadlier. | Ted Unangst |
2014-11-25 | disable qla. there is a boot-time race | Theo de Raadt |
2014-11-24 | rxr ioctl handling. | Brad Smith |
2014-11-24 | introduce a hashspace define and check that there's enough space to | Ted Unangst |
2014-11-24 | Actually, the previous change didn't quite work on the SPARC T5-2. But if | Mark Kettenis |
2014-11-24 | Change "will write" back to "writes" in -f description. From jmc@ | Todd C. Miller |
2014-11-24 | Add missing pci_msiq_setstate and pci_msi_setstate calls. Makes MSI work | Mark Kettenis |
2014-11-24 | check crypt() for null. noticed by Jonas Termansen | Ted Unangst |
2014-11-24 | The handling of the -f option is a hack. Instead of fooling around | Todd C. Miller |
2014-11-24 | sync | Theo de Raadt |
2014-11-24 | Remove undocumented and obsolete -T option. It was intended for | Todd C. Miller |
2014-11-24 | add a (currently crashing) test case by Sebastien Marie | Otto Moerbeek |
2014-11-24 | Do not attempt to dereference NULL pointers when encountering an empty SCSI | Miod Vallat |
2014-11-24 | Fix some issues with 64-bit BARs behind PCI-PCI bridges. | Mark Kettenis |
2014-11-24 | The hypervisor on a SPARC T5-2 needs stricter alignment of the MSI message | Mark Kettenis |
2014-11-24 | No point in setting the Interrupt-on Short Packet bit on OUT endpoint. | Martin Pieuchot |
2014-11-24 | In debug mode, print more information when a transfer is aborted and use | Martin Pieuchot |
2014-11-24 | If we use the vintr cookie to point at the interrupt handler struct, we | Mark Kettenis |
2014-11-24 | Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an | Martin Pieuchot |
2014-11-24 | Remove another sparc64 md installboot reference that was hiding in here. | Stefan Sperling |
2014-11-24 | Use the pointer to "struct intrhand" as the vintr cookie. | Mark Kettenis |
2014-11-24 | On sun4v, interpret the first data word of a device interrupt message as a | Mark Kettenis |
2014-11-24 | rxr ioctl handling. | Brad Smith |
2014-11-24 | Adjust ordering; from pjanzen | Theo de Raadt |
2014-11-24 | Add two new IUPAC elements, and adjust the atomic weights of some. | Theo de Raadt |
2014-11-24 | Make the scope of the symbol caching variables added in 1.49 a bit larger so | Miod Vallat |
2014-11-24 | remove a surplus break statement | Jonathan Gray |
2014-11-24 | Count how many lids are open, rather than accumulating the values ACPI | Theo de Raadt |
2014-11-24 | - Check IFF_RUNNING in xl_intr(). | Brad Smith |
2014-11-24 | Fix crashes in the handling of the sshd config file found with the afl | Jonathan Gray |