Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-16 | add some dirent defines, fixes #1277 | Alon Zakai | |
2013-04-09 | consistent | Arlo Breault | |
2013-04-09 | implement setgroups | Arlo Breault | |
2013-03-31 | fix resource.h for C++ usage | Alon Zakai | |
2013-03-23 | Re-instate _ATTRIBUTE() usages. | Bruce Mitchener | |
These were broken because the definition of _ATTRIBUTE() from libcxx was different, so change the libc definition and usage to match. Fixes issue #992. | |||
2013-02-01 | Move some definitions to sys/features. | Bruce Mitchener | |
This moves some feature flags to sys/features.h where they belong and gives them the same values that are established in the settings file. Fixes #812. | |||
2013-01-15 | Add id_t from FreeBSD headers, which is e.g. used by libarchive | LCID Fire | |
2013-01-15 | Fix __gid_t_defined and __uid_t_define single definition ("once") handling. | LCID Fire | |
2012-11-19 | sa_sigaction | Alon Zakai | |
2012-11-19 | resource.h additions | Alon Zakai | |
2012-11-19 | fcntl additions | Alon Zakai | |
2012-09-21 | move pthreads defines earlier | Alon Zakai | |
2012-09-21 | add getrlimit | Alon Zakai | |
2012-09-21 | add some more pthread constants | Alon Zakai | |
2012-06-22 | misc library additions/fixes | Alon Zakai | |
2012-04-24 | sys/types.h header fix for some systems where local includes make them fail ↵ | Alon Zakai | |
on redefinitions | |||
2012-04-02 | fix test_glgears | Alon Zakai | |
2012-03-27 | Don't define u_int64_t and similar types twice | Behdad Esfahbod | |
They are already typedef'ed earlier in the file. This breaks emcc on my Mac at least. This was broken by f4018dfb. | |||
2012-03-19 | headers fix | Alon Zakai | |
2012-03-10 | start filesystem descriptors at 1, since we intermix them with pointers, so ↵ | Alon Zakai | |
keep 0 free as null | |||
2012-01-31 | Merge branch 'master' into llvmopts | Alon Zakai | |
2012-01-31 | header fixes for building python from source | Alon Zakai | |
2012-01-30 | Make sure that sys/types.h defines old-style C sized types | Ehsan Akhgari | |
2012-01-17 | library fixes | Alon Zakai | |
2012-01-13 | add some dirent.h stuff | Alon Zakai | |
2012-01-04 | Add missing pthread function, missing termios.h and missing ttydefaults.h | Jeff Terrace | |
2012-01-04 | misc header improvements for building llvm | Alon Zakai | |
2011-12-07 | switch some 64-bit stat fields to 32-bit | Alon Zakai | |
2011-10-21 | Removed an anoying warning for macro redefinition | BenoitT | |
2011-10-13 | header fixes for speak.js | Alon Zakai | |
2011-10-08 | change some _type defs to coincide with glibc | Alon Zakai | |
2011-10-07 | fix fcntl_misc | Alon Zakai | |
2011-10-07 | header fixes; fixes poppler | Alon Zakai | |
2011-10-07 | fix dirent.h | Alon Zakai | |
2011-10-06 | fix unistd_curdir | Alon Zakai | |
2011-10-06 | fix unistd_login | Alon Zakai | |
2011-10-06 | fix unistd_misc | Alon Zakai | |
2011-10-06 | fix unistd_pathconf | Alon Zakai | |
2011-10-06 | fix unistd_ttyname | Alon Zakai | |
2011-10-06 | compilation and header fixes | Alon Zakai | |
2011-10-06 | socket header stuff | Alon Zakai | |
2011-10-05 | fix test_sysconf | Alon Zakai | |
2011-10-03 | fix test_stat | Alon Zakai | |
2011-09-25 | header fixes and additions | Alon Zakai | |
2011-09-25 | header fixes | Alon Zakai | |
2011-09-25 | add some defines to fcntl | Alon Zakai | |
2011-09-25 | fix header parsing bug and unistd.h header; fixes unistd_confstr | Alon Zakai | |
2011-09-25 | automatic checks for missing C defines | Alon Zakai | |
2011-09-25 | utime.h fix | Alon Zakai | |
2011-09-25 | fix dirent.h and folders test | Alon Zakai | |