Age | Commit message (Expand) | Author |
2009-06-22 | Log a warning when "enforce remote-as" is triggered. ok claudio@ | Stuart Henderson |
2009-06-22 | sync m_inithdr() with m_gethdr() after the | Thordur I. Bjornsson |
2009-06-22 | alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm | Darren Tucker |
2009-06-21 | fix PKG_CONFIG_PATH handling per system/6174. tested with xenocara build | Chris Kuethe |
2009-06-21 | now in sync with release 1.7.19 | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: do not try to print_body() when there is none | Ingo Schwarze |
2009-06-21 | Use static for forward decl of static arrays instead of extern | Jonathan Gray |
2009-06-21 | Use correct synopses for checkout and export when an invalid -k option | Stuart Henderson |
2009-06-21 | sync to 1.7.19: bzero(PTR, ...) is simpler than memset(PTR, 0, ...) | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: make the declarations more readable | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: the static function fstdin was called from exactly one place | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: update and reorder COMPATIBILITY and CAVEATS | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: proper font decorations for special and .It characters | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: simplify code; no functional change | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: .Bl -column now correctly handles tail entries, | Ingo Schwarze |
2009-06-21 | sync to 1.7.19: kristaps@ rewrote post_bf to reduce nesting | Ingo Schwarze |
2009-06-21 | Disable memory above 2GB physical again, as we can end up with an unkillable | Miod Vallat |
2009-06-21 | Remove the ioc interrupt probe code, the heuristic is correct; origin 300 | Miod Vallat |
2009-06-21 | Add a bunch of usb devices, per deraadt@'s pressure. | Miod Vallat |
2009-06-21 | - add and enable stge(4) | Jasper Lievisse Adriaanse |
2009-06-21 | Support mouses with lots of buttons. Also, fix a crash when pressing | Jacek Masiulaniec |
2009-06-21 | Upgrade to sudo 1.7.2 | Todd C. Miller |
2009-06-21 | Add tags for the benefit of the sync scripts | Darren Tucker |
2009-06-21 | abort if key_sign fails, preventing possible null deref. Based on report | Darren Tucker |
2009-06-21 | simplify write_s16 routine and just use memory stack instead of two | Martynas Venckus |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-06-21 | abs conforms c99 -> imaxabs conforms c99. ok millert@ | Martynas Venckus |
2009-06-21 | CVE-2009-1391: Buffer overflow in the inflate function in Zlib.xs | Martynas Venckus |
2009-06-20 | 4.6-BETA | Miod Vallat |
2009-06-20 | Preserve more registers in sigcontext, and restore them in sigreturn. This | Miod Vallat |
2009-06-20 | Remove unused global variables. | Miod Vallat |
2009-06-20 | Remove unused struct ka410_cpu, long superseded by struct vs_cpu. | Miod Vallat |
2009-06-20 | Move KREAD define to kvm_private.h | Todd C. Miller |
2009-06-20 | Split out cd9660 bits into their own .c file to avoid #define collisions | Todd C. Miller |
2009-06-20 | sync | Miod Vallat |
2009-06-20 | Rewrite the interface flag handling case code and update the receive | Christian Weisgerber |
2009-06-20 | use llabs instead of the home-grown version; and some comment changes | Martynas Venckus |
2009-06-20 | Force atapiscsi to depend upon wdc_base. This allows kernels to have | Miod Vallat |
2009-06-20 | Repair comment ID & typo, no binary change | Ian Darwin |
2009-06-20 | Add msdosfs support now that we have the headers. | Todd C. Miller |
2009-06-20 | First stab at state transitions. | Marco Peereboom |
2009-06-20 | Install msdosfs includes; ok krw@ | Todd C. Miller |
2009-06-20 | Decrement routing socket count in MPLS detach case | Bret Lambert |
2009-06-20 | Remove incomplete list of specific PHY models that might be associated | Stuart Henderson |
2009-06-20 | Have hmestop() properly clear the RUNNING/OACTIVE flags and the interface | Stuart Henderson |
2009-06-20 | Allocate memory for env->sc_ssl like in smtp; ok gilles@ | Jacek Masiulaniec |
2009-06-20 | If the user didn't specify a kernel, pass in NULL to kvm_openfiles() | Todd C. Miller |
2009-06-19 | Allow bge(4) to recognize the revisions of the 57780 ASICs. From Brad. | Christian Weisgerber |
2009-06-19 | Quiet a gcc warning | Todd C. Miller |
2009-06-19 | Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes. | Miod Vallat |