summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-08-12Replace void * by puffs_cookie_t where appropriate. No functional change.pooka
2008-08-11Remove unnecessary include.skrll
2008-08-11clear cached puffs_cc's in puffs_exit()pooka
2008-08-11* make sure we come out of mainloop in the main context. otherwise inpooka
2008-08-08Avoid pid 0pooka
2008-08-06Add support for missing _SC_* constants for sysconf().matt
2008-08-06Add a missing dependencymatt
2008-08-06For convenience, pad the structures for NAP, GN and PANU profilesplunky
2008-08-05Revert previous addition of '-e sedcmd'. Still retain the usage improvements.lukem
2008-08-05Redo previous in a much simpler way.lukem
2008-08-05Add '-e sedcmd' to makelintstub, to translate filename to syscall name.lukem
2008-08-04Add C99 functions imaxabs and imaxdiv.matt
2008-08-04Use WEAK_ALIASmatt
2008-08-04Use WEAK_ALIAS.matt
2008-08-04Prefix filenames of tomporarily generated .S files with "tmp_", so that thelukem
2008-08-03Restore .hx support for avoiding unneeded regeneration of header filesveego
2008-08-02Change pthread_mutex_t to use the amount of space as and be congruent tomatt
2008-08-02Change some type to eliminate some lint warnings.matt
2008-08-01Introduce ukfs_vfstypes() which returns the available file systempooka
2008-08-01Add API version 2.6 variant of fuse_setup.dillo
2008-08-01__{BEGIN,END}_DECLSpooka
2008-08-01Support ukfs_modload(), which dlopens and vfs_attaches rump filepooka
2008-07-30Nuke __VFSOPS_EXPOSE, it hasn't been used in ages.pooka
2008-07-30Before using the slightly more involved bitmap tables,joerg
2008-07-30No reason to forward def componentname anymorepooka
2008-07-30Include <sys/types.h> for completeness, uid_t etc. in prototypespooka
2008-07-30handle EINTR in the termios operations, reported by the GHC folkschristos
2008-07-29fix pastopooka
2008-07-29Disable assembler warnings on mipseb and mipsel for mcount.clukem
2008-07-29Install rump libraries and utilities to the base system and remove thepooka
2008-07-25Change the gross #defines HVIS and SVIS into local functions.dsl
2008-07-25fix gcc warnings from Alexander Shishkinchristos
2008-07-23add workaround for PR/39175(Curses regression causes disoptimal andtnozaki
2008-07-21Enable MAKEVERBOSE support.lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-20Add CLEANFILES for ${BUILT_SRCS} (vis.h)veego
2008-07-20Add a CLEANFILES line to remove the generated file defs.hveego
2008-07-18add pthread_cond_has_waiters_np()pooka
2008-07-17include <stdlib.h> explicitely, for exit(), getprogname() etc.drochner
2008-07-13Clarify one of the process-group-ID cases by saying "process group ID"dholland
2008-07-12Don't bother with SIGSTOP it cannot be caught or ignored. From Jess Thrysoeechristos
2008-07-12Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.gmcgarry
2008-07-12Check MKCOMPLEX variable to build complex support into libm.gmcgarry
2008-07-12Test MKATF variable to compile ATF libs.gmcgarry
2008-07-08Nuke __strong_alias() to avoid definition loop.gmcgarry
2008-07-07Selector registers are 16-bit and binutils 2.18 insists that only 16-bitgmcgarry
2008-07-04use mbrtowc() instead of mbtowc().tnozaki
2008-07-04use nl_langinfo(CODESET) instead of setlocale(LC_ALL, "").tnozaki
2008-07-04fix cursor position problem with the character wcwidth > 1.tnozaki
2008-07-02Avoid calling a syscall when argument to sbrk(2) is zero.rmind