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