summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2015-12-14PR/50552: Kyle Amon: RFC3493 section 6.1 wants us to accept non-dotted-quadchristos
2015-12-14KNFozaki-r
2015-12-13mention ip6addrctlchristos
2015-12-13Implement the address selection policy; from FreeBSDchristos
2015-12-09Fix date.wiz
2015-12-08PR/50506: Tobias Nygren: kqueue(2) lacks EV_DISPATCH/EV_RECEIPT supportchristos
2015-12-07Update to match reality. For these functions, we still try the systempgoyette
2015-12-03It is wrong to -I/usr/include/sspchristos
2015-12-02PR/44915: Havard Eidnes:christos
2015-11-29Drop trailing whitespace.wiz
2015-11-29Initial documentation of the internal syscalls that implement the librtpgoyette
2015-11-19Remove duplicated 'i' from list of numeric formatspgoyette
2015-11-18Introduce a HASH_BSIZE macro to return the blocksize; in the 64K case thischristos
2015-11-18Account for the -1 hack to fit 0x10000 in a short in hash_page.cchristos
2015-11-18If MAX_BSIZE == hashp->BSIZE (65536) then it does not fit in a short, andchristos
2015-11-17PR/50441: Manuel Bouyer: hash seq enumeration skips keys on big data.christos
2015-11-13revert 0b documentation.christos
2015-11-13Generalize the test, compare on the protocol semantics instead of the namechristos
2015-11-13Do proper accounting for the extra -1 slot. Perhaps this is too confusingchristos
2015-11-13Remove now unnecessary cast.tron
2015-11-13Don't try to use listen(2) on a UDP socket which will always fail.tron
2015-11-13Avoid broken state if realloc(3) fails.tron
2015-11-13Remove trailing whitespace.wiz
2015-11-12Now that our source tree has binary constants, recognize them.christos
2015-11-10fix compilation/lintchristos
2015-11-10CID 1338520: Check NULLchristos
2015-11-10CID 1338517: Check negative returnschristos
2015-11-10CID 1338515: Make it clear that the pfd variable can't be NULLchristos
2015-11-10CID 1338513: Check listen(2) returnchristos
2015-11-08Add debugging for pollfdchristos
2015-11-08Only do the compat cruft if we are compiling libc.christos
2015-11-08Soft-float support for rounding mode is currently not thread-safe, whichjoerg
2015-11-07initialize revents too.christos
2015-11-07PR/50408: Pedro Giffuni: Provide a way for rpc to use poll(2) instead ofchristos
2015-11-07spell reserved.christos
2015-11-07Use Dv for NULL.wiz
2015-11-07Sort SEE ALSO.wiz
2015-11-07check for errors and recover instead of core-dumping.christos
2015-11-07Put back NULL tests for allocation failures.christos
2015-11-07Add the C11 function aligned_alloc to libc.nros
2015-11-07don't compile with SVC_LEGACYchristos
2015-11-07simplify more.christos
2015-11-07Introduce a binary compatible __fd_set_256 that is what the original fdsetchristos
2015-11-06Cleanup and simplify.christos
2015-11-06Don't use macros as types or variable names.joerg
2015-11-06- Provide multi-threaded fdset's for everyone not just rump if requested.christos
2015-11-06- Use -1 for the fake raw fd since we will be able to go beyond FD_SETSIZE.christos
2015-11-04Document the ms_flags field which is now exported in struct modstatpgoyette
2015-11-01Fix macro. Remove trailing whitespace.wiz
2015-10-31mention what we are allowed to do.christos