summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2009-10-12import perl 5.10.1Todd C. Miller
2008-09-29import perl 5.10.0 from CPANTodd C. Miller
2006-03-28perl 5.8.8 importTodd C. Miller
2006-03-28perl 5.8.8 importTodd C. Miller
2005-01-15perl 5.8.6 from CPANTodd C. Miller
2004-08-09Import of stock perl 5.8.5Todd C. Miller
2003-12-03perl 5.8.2 from CPANTodd C. Miller
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2001-05-24stock perl 5.6.1Todd C. Miller
2001-05-24stock perl 5.6.1Todd C. Miller
2000-04-06virgin perl 5.6.0Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1996-08-19Import of Perl 5.003 into the tree. Makefile.bsd-wrapper andJason Downs
2017-02-04Appropriately replace "domain name" with "hostname"; less misleadingJeremie Courreges-Anglas
2017-02-04Read the data cache size instead of hardcoding some value. We mightPatrick Wildt
2017-02-04A bit of code and comment cleanup.Patrick Wildt
2017-02-04Cast char to unsigned char for isspace()Philip Guenther
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-04The macro versions of htonl et al don't require them, but POSIX saysPhilip Guenther
2017-02-04Remove gdb waitcount debug code and dummy print.Patrick Wildt
2017-02-04Prevent netlock related deadlock with the X server during iwm(4) scans.Paul Irofti
2017-02-04Include netinet/in.h for in_addr_t now it has moved out of sys/types.h.Jonathan Gray
2017-02-04Do not fix the default indent for all subsequent files; some may useIngo Schwarze
2017-02-04Update usage for ps/w to match previous commitPhilip Guenther
2017-02-04missing function prototypeMike Larkin
2017-02-04Implement atomic_{set,clear}bits_int and membars for arm64.Jonathan Gray
2017-02-04Move the typedefs for in_{addr,port}_t from <sys/types.h> toPhilip Guenther
2017-02-03use ssh_packet_set_log_preamble() to include connection usernameDamien Miller
2017-02-03add ssh_packet_set_log_preamble() to allow inclusion of a preambleDamien Miller
2017-02-03unit test for match_filter_list() function; still want a betterDamien Miller
2017-02-03support =- for removing methods from algorithms lists, e.g.Damien Miller
2017-02-03Cache status line position to reduce option lookups during output.Nicholas Marriott
2017-02-03Expand lines more aggressively to reduce rate of allocations.Nicholas Marriott
2017-02-03Minor cleanup, no functional change:Ingo Schwarze
2017-02-03If an application parses multiple files with mparse_readfd(3) butIngo Schwarze
2017-02-03Implement a helper that creates an L0 pagetable entry pointing toPatrick Wildt
2017-02-03whitespace fixesPatrick Wildt
2017-02-03Add a window or pane id "tag" to each format tree and use it to separateNicholas Marriott
2017-02-03Set the context id and counter offset to a known value. Enable accessPatrick Wildt
2017-02-03Use PAGE_SHIFT instead of encoding the number.Patrick Wildt
2017-02-03Cleanup pagetable creation code in preparation for adding another levelPatrick Wildt
2017-02-03ARM64 has an 48-bit physical address space, so bump PTE_RPGN to reflectPatrick Wildt
2017-02-03Don't use PTE_RPGN to mask away the lower page bits from a virtualPatrick Wildt
2017-02-03Fix 11b clients sending bogus ratesets in association requests. The commonStefan Sperling
2017-02-03Explicitly ask EFI to allocate the page we picked out to lay ourPatrick Wildt
2017-02-03Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andPhilip Guenther