Age | Commit message (Expand) | Author |
2014-08-13 | Correctly set the rtable ID of the packet header when sending | Martin Pieuchot |
2014-08-13 | Bring IPFIX sequence numbers in line with the RFC; original | Bret Lambert |
2014-08-13 | Spelling - "alignment" not "alignement". ok ratchov | Nicholas Marriott |
2014-08-13 | fix early loop termination in httpd path_info() | Christopher Zimmermann |
2014-08-13 | match on Intel 9 series and 9 series LP PCH, and add 8 series KT to puc | Jonathan Gray |
2014-08-13 | regen | Jonathan Gray |
2014-08-13 | Add some more 9 series ids, correct some existing ones and add | Jonathan Gray |
2014-08-13 | munmap correct object in (extremely unlikely, and effectively terminal) | Theo de Raadt |
2014-08-13 | use errc instead of juggling errno values in tftpd_listen. | David Gwynne |
2014-08-13 | setsockopt sets errno on failure, so we can use err instead of errx when | David Gwynne |
2014-08-12 | Merge a patch that i successfully pushed to OpenSSL, | Ingo Schwarze |
2014-08-12 | Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and change | Miod Vallat |
2014-08-12 | addu -> PTR_ADDU when doing address arithmetic in the octeon-specific code path. | Miod Vallat |
2014-08-12 | In mdoc(7) and man(7), if a width is given as a bare number without | Ingo Schwarze |
2014-08-12 | The macro SCALE_HS_INIT() is always passed the result of strlen() or | Ingo Schwarze |
2014-08-12 | Finally implement what's stated in the man page regarding parent | Mike Belopuhov |
2014-08-12 | Replace intrinsic ROTATE macros with an inline. | bcook |
2014-08-12 | Make sure that pf_step_into_anchor always saves a pointer to the rule | Mike Belopuhov |
2014-08-12 | Apart from some minor code reshuffling the big change is that we | Mike Belopuhov |
2014-08-12 | route_cb is internal to rtsock.c | Martin Pieuchot |
2014-08-12 | Better cache information gathering. Only affects information put in dmesg. | Miod Vallat |
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 |