summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-12-21Add mips fenv.c (From FreeBSD)christos
2015-12-20Powerpc fenv.c from FreeBSDchristos
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-12Whitespace nit.wiz
2015-12-12Add manpage to the fma function in libm.nros
2015-12-11Counting from 0 to n-1 can go wrong badly, if n is unsigned and zero andjoerg
2015-12-10Markup improvements.wiz
2015-12-09Fix date.wiz
2015-12-08unbreak the buildgson
2015-12-08PR/50506: Tobias Nygren: kqueue(2) lacks EV_DISPATCH/EV_RECEIPT supportchristos
2015-12-08If we did not setup the tty, don't reset it.christos
2015-12-08Only reset the terminal if we have a tty (Boris Ranto)christos
2015-12-08more changes I forgot to commitchristos
2015-12-08preserve a copy of the tm so we can check later.christos
2015-12-07Update to match reality. For these functions, we still try the systempgoyette
2015-12-07- Add support for "midnight" "noon", dawn etc.christos
2015-12-06Fix west australia offset, from krechristos
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