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