summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-28fix spelling Multiplexor->Multiplexerplunky
2015-11-26Sort sections. Mark up NULL. End Bl with El.wiz
2015-11-26fix memory leaks (from Rin Okuyama)christos
2015-11-26Always copy the area buffer, even when the length was the samechristos
2015-11-26Fix documentation inconsistencies, and add some clarifications (from kre)christos
2015-11-26Patch from kre:christos
2015-11-25From PR/50092:christos
2015-11-25We have the max length; use snprintf.christos
2015-11-25PR/50092: Rin Okuyama: Fix memory leak.christos
2015-11-25PR/50092: Fix memory leak.christos
2015-11-24PR/50092: don't leak screen on multiple setterms.christos
2015-11-23fix ti_puts prototypechristos
2015-11-22Note to update major of libpanel(3) for new major of curses(3)kamil
2015-11-22Plug-in libpanel(3): Z-order for curses windowskamil
2015-11-22Specify path of a local internal header of libpanelkamil
2015-11-22Set LIBDPLIBS in libpanel for the required curses dependencykamil
2015-11-22Set the INCSDIR value of panel.h to /usr/includekamil
2015-11-22Define man page links of the libpanel functionskamil
2015-11-22Update the list of libpanel man pageskamil
2015-11-19Remove duplicated 'i' from list of numeric formatspgoyette
2015-11-19Bump date for previous.wiz
2015-11-18Introduce a HASH_BSIZE macro to return the blocksize; in the 64K case thischristos
2015-11-18Update RETURN VALUE to match reality and POSIXpgoyette
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-13Family is singular, so use singular form of verb.wiz
2015-11-13Remove trailing whitespace.wiz
2015-11-12consistency fixes.christos
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-09fix return typechristos
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