summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-04as a result of previous change, vftype and ftype always have the samederaadt1-10/+9
2017-10-046.2-current, back to workderaadt1-3/+3
2017-10-04Follow the pattern set by copy*/pcb_onfault: when xrstor faults, returnguenther4-13/+23
2017-10-03Nested xrstor handled leaks a kernel address into sigval, but potentialderaadt1-1/+2
2017-10-03The xrstor instruction will fault if the provided xstate data, whichguenther3-5/+26
2017-10-03Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeoutsajacoutot1-1/+9
2017-10-03work around config(8) modifying bss, using __attribute__ ((section(".data"))).deraadt1-2/+2
2017-10-02Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@djm4-5/+21
2017-10-02Also ignore "Can't assign requested address" error when sendto(2)bluhm1-1/+2
2017-10-01set MAXSSIZ to the same value as on all other architectures (32MB)naddy2-4/+4
2017-10-01Align Rx buffers to prevent unaligned access in the network stack.kettenis1-2/+3
2017-09-30openssh-7.6; ok deraadt@djm1-2/+2
2017-09-30The property that points the the attached PHY is called "phy-handle" insteadkettenis1-2/+2
2017-09-30Add some more boundary checks and prevent an attempt to divide by zerojsg1-1/+17
2017-09-30Add preliminary kabylake support to inteldrm(4) by backporting the relevantrobert24-156/+447
2017-09-29When fault indicates PGEX_W, only tell uvm we need a writeable page..deraadt1-2/+2
2017-09-29don't be silent on auto-allocation failure in write mode. ok millert@ krw@otto3-11/+15
2017-09-29update to unbound-1.6.6, ok floriansthen55-324/+1397
2017-09-29Rev. 1.2 enabled UTF-8 by default.schwarze1-0/+1
2017-09-29Check that the end of sections do not exceed the filesize for bothjsg2-13/+18
2017-09-29SPI values 0-255 are reserved, so change the example to use a valid one.phessler1-3/+3
2017-09-29New ddb(4) command: kill.mpi4-5/+36
2017-09-29Do not segfault when the string table is invalid or not present.mpi1-13/+34
2017-09-29Mention that U-Boot images for Allwinner and Rockchip targets contain ajsg2-4/+6
2017-09-29With arm64 targets U-Boot looks for dtbs in a directory named after thejsg1-3/+5
2017-09-28Correct the timeout used when select-timeout iskrw1-4/+5
2017-09-28make clang include a FILE symbol for .(s|S) filesrobert1-1/+6
2017-09-28The DELAY() recently added to iwn(4) to make association more reliable couldstsp1-5/+8
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much frompatrick14-14/+168
2017-09-27config -e's adds new devices to an extra locator array, which is accountedderaadt4-39/+43
2017-09-27Document how ioctl(2) LIOCSFD on /dev/klog registers a socket pairbluhm2-3/+21
2017-09-27Unserstand DW_OP_bregN locations.mpi1-1/+10
2017-09-27tweak EposeAuthinfo;jmc1-3/+5
2017-09-27guenther sleep-commited the version without #ifdefsderaadt2-2/+6
2017-09-27Xr; from jan staryjmc1-2/+3
2017-09-27amd64 needs FS.base values (the TCB pointer) to be validated, as noncanonicalguenther4-5/+15
2017-09-26UsePrivilegeSeparation is gone, stop trying to test it.dtucker1-18/+12
2017-09-26Prevent null pointer dereference when probing channelsmikeb1-3/+3
2017-09-26- pfctl always prints warning when flushes rulesetsashan1-2/+2
2017-09-26bump version in advance of final releasebcook1-3/+3
2017-09-26Ignore file offset values in section headers that exceed the length ofjsg2-8/+11
2017-09-26Return the correct error value in generate().mpi1-3/+3
2017-09-26Use quoted #includes for files kdump's mkioctls indirectly includes sojsg2-3/+3
2017-09-26disable POOL_DEBUG for releasejsg1-2/+2
2017-09-26bump wo 2.6.2bcook1-3/+3
2017-09-25sendsyslog should take a const char * everywhere.espie5-11/+11
2017-09-25Calling waitpid(pid,...) where pid is either uninitialized orkrw1-5/+7
2017-09-25the Alea I works fine with urng(4) so update the manpage accordinglyjasper1-7/+3
2017-09-25If tls_config_parse_protocols() is called with a NULL pointer, return thejsing1-1/+4
2017-09-25Annotate some API-side memory leaks for future resolution.jsing1-1/+3