summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-19Stop passing around constants for metadata size and location. JustKenneth R Westerback
2015-08-19bring prototypes into scope, requires movement of a large global objectTheo de Raadt
2015-08-19add missing prototypeTheo de Raadt
2015-08-19Missing prototypes. Noted by deraadt@Kenneth R Westerback
2015-08-19Prevent mips64 FPU emulation from corrupting the page queuesVisa Hankala
2015-08-19do not cast result from xcalloc(); it is in scopeTheo de Raadt
2015-08-19Don't re-include headers pulled by "sh.h". (I actually don't like this .hTheo de Raadt
2015-08-19An interface address without interface pointer could cause anAlexander Bluhm
2015-08-19spacing (no binary change, verified with checksums)Reyk Floeter
2015-08-19Use C99 integer types in ikectl(8).Reyk Floeter
2015-08-19Convert all calls to rtrequest1() and the following error checkAlexander Bluhm
2015-08-19Halt extra cores on SP kernel, to avoid trashing the system if thereVisa Hankala
2015-08-19Support for overwriting $ENV:: variables in OpenSSL .cnf files fromReyk Floeter
2015-08-19Make uvm_pmr_isfree() work correctly when RB_NFIND() returnsVisa Hankala
2015-08-19Sync page_flagbits with reality.Visa Hankala
2015-08-19Remove some verbose logs in in6_update_ifa() now that errors areMartin Pieuchot
2015-08-19KNFMartin Pieuchot
2015-08-19Make arplookup() return a pointer to a "struct rtentry".Martin Pieuchot
2015-08-19Use rtfree(9) instead of decrementing rt_refcnt in rt_getifa().Martin Pieuchot
2015-08-19Remove XXX.Antoine Jacoutot
2015-08-18Fix inconsistent spelling of `inconsistent'Miod Vallat
2015-08-18typosMiod Vallat
2015-08-18calloc() is prototyped; do not cast resultTheo de Raadt
2015-08-18_dl_malloc() proto exists, do not cast resultTheo de Raadt
2015-08-18do not cast malloc() return if stdlib.h is includedTheo de Raadt
2015-08-18syncTheo de Raadt
2015-08-18do not use -p to install the tbxi from the src tree; it createsTheo de Raadt
2015-08-18Add a couple of ":"s at the end of lines for consistancy. Not required,Kenneth R Westerback
2015-08-18Unbreak Octeon kernel config after r1.25 of files.mips64.Visa Hankala
2015-08-18Apply the logic used for "protocol" queues to bridge(4). This allowsMartin Pieuchot
2015-08-18Remove PF_KEY-specific hacks from rtalloc(9). They are dead since SPDMartin Pieuchot
2015-08-18Call rtfree(9) when we no longer need the route entry rather thanMartin Pieuchot
2015-08-18Check the error value returned by in6_ifattach().Martin Pieuchot
2015-08-18str_match() checked the return value of str_find_aux() incorrectly: itReyk Floeter
2015-08-18Add missing trailing to error message:Stefan Sperling
2015-08-18Update en_US.UTF-8.src to Unicode 7.0.0Andrew Fresh
2015-08-18Add a script to generate en_US.UTF-8.srcAndrew Fresh
2015-08-17Add forwarding tests for pf route-to and reply-to. Keep pf forwardAlexander Bluhm
2015-08-17DUID question is gonePhilip Guenther
2015-08-17Add missing 'extern's to avoid introducing commons into *crt0.oPhilip Guenther
2015-08-17Do not include os-note-elf.h here, otherwise we end up with duplicate OS notesMark Kettenis
2015-08-17The 80's called and want their interface back. Remove last fragments ofKenneth R Westerback
2015-08-17Remove anoying comment about in6_update_ifa().Martin Pieuchot
2015-08-17Fix whois server detection for new TLDs using whois.nic.<domain> whereStuart Henderson
2015-08-17Use __func__ rather than the function name in log(9) calls to removeMartin Pieuchot
2015-08-17Remove unused variable in rt_ifa_add(), prodded by bluhm@Martin Pieuchot
2015-08-17Convert two rt->rt_refcnt-- into rtfree(9) making sure the route entryMartin Pieuchot
2015-08-17Match the free(3) semantic and accept NULL pointers in rtfree(9).Martin Pieuchot
2015-08-17sendmail in ports has it's own rc.d file no need to keep this oneJonathan Gray
2015-08-16use a less ambiguous example; from larry hynesJason McIntyre