summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid generate SIGTTOU when restoring the terminal mode. If we getmillert2016-10-181-1/+5
* If BN_div_word() fails (by returning (BN_ULONG)-1) or if the divisionguenther2016-10-171-4/+8
* Add missing argument names for pcap_offline_filter.lteo2016-10-171-3/+3
* Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,tb2016-10-162-3/+6
* Roll back uintptr_t cast changes after discussions with tedu, otto anddtucker2016-10-163-24/+7
* Wrap _malloc_init() so internal calls go directlyguenther2016-10-152-2/+6
* unify tmp depend generation.espie2016-10-151-5/+8
* zap trailing whitespace;jmc2016-10-151-3/+3
* Cast pointers to uintptr_t to avoid potential signedness errors.dtucker2016-10-143-7/+24
* 0xd0 -> 0xdb; ok deraadt@ millert@ tedu@otto2016-10-141-3/+3
* optimize canary code a bit by storing offset of sizes table instead ofotto2016-10-121-5/+7
* Fixup the example for msgbuf_write() and imsg_read() to check thereyk2016-10-101-5/+11
* make clear the length printed is the requested lengthotto2016-10-081-3/+3
* sort;jmc2016-10-071-5/+5
* introduce a sysctl to hijack dns sockets. when set to a port number,tedu2016-10-071-2/+6
* rss limit is no longer enforced. noticed by Raimo Niskanentedu2016-10-071-5/+3
* grammar fix previous;jmc2016-10-071-2/+2
* document "chunk canary corrupted" errorotto2016-10-071-2/+7
* stray tabotto2016-10-071-2/+2
* Beter implementation of chunk canaries: store size in chunk meta dataotto2016-10-071-61/+63
* Fix some broken .Xr links, loosely based on a diffschwarze2016-10-051-13/+12
* Use the userspace-visible thread register directly in __cerror insteadguenther2016-10-041-6/+8
* Simplify code that sets up a stack frame for running .init code to be morekettenis2016-10-031-5/+3
* use the same type for buf as the return type in tls_load_filebcook2016-10-031-2/+3
* Add va_nlink information to struct kinfo_file (so bump the shlib minor)guenther2016-10-025-5/+12
* Check for and handle failure of HMAC_{Update,Final} or EVP_DecryptUpdate()guenther2016-10-021-5/+11
* Detect zero-length encrypted session data early, instead of when malloc(0)guenther2016-10-021-2/+2
* In X509_cmp_time(), pass asn1_time_parse() the tag of the field beingguenther2016-10-021-2/+3
* Make read(2) return EISDIR on directories.jca2016-09-301-4/+6
* use the same template for describing securelevel interaction;jmc2016-09-281-11/+15
* document kern.allowkmem; ok deraadtjmc2016-09-281-2/+10
* Now that vax has been removed, nothing defined MD_NO_CLEANUP anymore.kettenis2016-09-261-5/+1
* sigsetmask() and sigblock() are no longer used by any setjmp implementationguenther2016-09-262-5/+3
* Fix matching when all of user, host and domain are specified.millert2016-09-241-10/+8
* Append to CLEANFILES instead of replacing it, so libcrypto.pc isnatano2016-09-231-2/+2
* remove lib/libsqlite3, it has moved back to portssthen2016-09-23319-285178/+0
* Unhook sqlite3.sthen2016-09-231-2/+2
* s/alloctaed/allocated/ in commentguenther2016-09-231-2/+2
* Simplify mips64 GOTSYM bits to eliminate a couple temp filesguenther2016-09-221-17/+7
* Add copyrightguenther2016-09-221-1/+16
* Switch from calling obsolete sig{block,setmask} to directly using theguenther2016-09-223-76/+42
* m88k switched to RELROguenther2016-09-221-6/+0
* Simplify __cerror now that %r27 is always the TCB pointer.guenther2016-09-223-54/+40
* Improve on code from the previous commit.jsing2016-09-221-7/+5
* Avoid unbounded memory growth, which can be triggered by a clientjsing2016-09-221-9/+20
* Check for packet with truncated DTLS cookie.guenther2016-09-221-12/+17
* Improve ticket validity checking when tlsext_ticket_key_cb() callbackguenther2016-09-221-4/+25
* revert documentation update for the clearning behavior we already revertedbcook2016-09-221-5/+1
* no more KERN_ARND; ok deraadtjmc2016-09-211-10/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-2135-114/+106