source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2216   20 years bird Added signal handler types for gnu and bsd compatability.
(edit) @2215   20 years bird o Changed PC setmode to _setmode. As it collides with a BSD 4.4. interface.
(edit) @2214   20 years bird o Added the BSD 4.4. setmode/getmode functions from FreeBSD. o Added …
(edit) @2213   20 years bird o Added getsid and getpgid, correcting the getpgrp implementation.
(edit) @2212   20 years bird Added the BSD optreset global to getopt.
(edit) @2211   20 years bird o Fixed spawn/fork + fork() + exec/spawn/fork in the child. o Kill any …
(edit) @2210   20 years bird new testcases.
(edit) @2209   20 years bird spawn testcase.
(edit) @2208   20 years bird spawn
(edit) @2207   20 years bird emxism
(edit) @2206   20 years bird fixed weak def for libc.
(edit) @2205   20 years bird Moved _um_abort out of imisc.c
(edit) @2204   20 years bird panic enh.
(edit) @2203   20 years bird Ensure that the dirs are created.
(edit) @2202   20 years bird crypt
(edit) @2201   20 years bird ..
(edit) @2200   20 years bird ..
(edit) @2199   20 years bird Updated argz.h because of bustage caused by new cdefs.h (THROW).
(edit) @2198   20 years bird * empty log message *
(edit) @2197   20 years bird Back to betas, now beta6.
(edit) @2196   20 years bird fixed waitid testcase.
(edit) @2195   20 years bird Fixed some waitid() and waitpid() problems related to stopping and …
(edit) @2194   20 years bird libio on libc.
(edit) @2193   20 years bird * empty log message *
(edit) @2192   20 years bird hacking.
(edit) @2191   20 years bird Ported crypt from GLIBC 2.3.x CVS.
(edit) @2190   20 years bird ..
(edit) @2189   20 years bird typo
(edit) @2188   20 years bird o Added sys/builtin.h to sys/smutex.h.
(edit) @2187   20 years bird Updated features.h and the gnu cdefs.h to 2.3.x CVS. level
(edit) @2186   20 years bird Added stpncpy from GLIBC.
(edit) @2185   20 years (none) This commit was manufactured by cvs2svn to create tag 'GLIBC_2-3-x'.
(edit) @2184   20 years bird GLIBC 2.3.x CVS
(edit) @2183   20 years (none) This commit was manufactured by cvs2svn to create branch 'GNU'.
(edit) @2182   20 years bird Initial revision
(edit) @2181   20 years bird GLIBC 2.3.x CVS, crypt.
(edit) @2180   20 years (none) This commit was manufactured by cvs2svn to create branch 'GNU'.
(edit) @2179   20 years bird Initial revision
(edit) @2178   20 years bird sys/fcntl.h shall include sys/stat.h in XSI mode.
(edit) @2177   20 years bird o Updated some TCPIP headers with GLIBC USE_MISC #includes.
(edit) @2176   20 years bird ..
(edit) @2175   20 years bird * empty log message *
(edit) @2174   20 years bird Fixed buffer handling bug.
(edit) @2173   20 years bird Clear FD_CLOEXEC on the handle returned by dup, dup2 and fcntl(F_DUPFD).
(edit) @2172   20 years bird o Replaced the EMX ftw with the BSD one so we implement the SuS specs.
(edit) @2171   20 years bird Fixed misplaced #defines.
(edit) @2170   20 years (none) This commit was manufactured by cvs2svn to create tag 'FREEBSD_5-4-CVS'.
(edit) @2169   20 years bird FreeBSD LIBC sources.
(edit) @2168   20 years (none) This commit was manufactured by cvs2svn to create branch 'FREEBSD'.
(edit) @2167   20 years bird Initial revision
(edit) @2166   20 years bird don't use the smalles possible limit for fd validation, stupid.
(edit) @2165   20 years bird Fixed a warning.
(edit) @2164   20 years bird ftw.h should include sys/stat.h
(edit) @2163   20 years bird o Fixed serveral bugs in the C/POSIX locale o Implemented the …
(edit) @2162   20 years bird extended the test a bit.
(edit) @2161   20 years bird o Fixed serveral bugs in the C/POSIX locale o Implemented the …
(edit) @2160   20 years bird Added (GLIBC extension) to the printf familiy. means priting …
(edit) @2159   20 years bird Fixed assertion during realloc(p, -256) to return failure instead. …
(edit) @2158   20 years bird math, malloc suchlike.
(edit) @2157   20 years bird * empty log message *
(edit) @2156   20 years bird malloc and realloc must set errno to ENOMEM on failure.
(edit) @2155   20 years bird Added obstack.h and it's implementation from GLIBC.
(edit) @2154   20 years bird GLIBC 2.3.x CVS, obstack.
(edit) @2153   20 years (none) This commit was manufactured by cvs2svn to create branch 'GNU'.
(edit) @2152   20 years bird Initial revision
(edit) @2151   20 years bird more flags.
(edit) @2150   20 years bird o Shopped missing math stuff from GLIBC.
(edit) @2149   20 years bird GLIBC 2.3.x CVS.
(edit) @2148   20 years (none) This commit was manufactured by cvs2svn to create branch 'GNU'.
(edit) @2147   20 years bird Initial revision
(edit) @2146   20 years bird ..
(edit) @2145   20 years bird new define.
(edit) @2144   20 years bird o Ported GLIBC argp and getopt (argp requires the GLIBC one). This …
(edit) @2143   20 years bird GLIBC 2.3.x CVS.
(edit) @2142   20 years (none) This commit was manufactured by cvs2svn to create branch 'GNU'.
(edit) @2141   20 years bird Initial revision
(edit) @2140   20 years bird Added nan-1.
(edit) @2139   20 years bird o Made isinf[lf] return -1 for negative infinity like GLIBC does.
(edit) @2138   20 years bird o Added prototypes for nan[lf] to math.h, gcc inlines these.
(edit) @2137   20 years bird More libc.
(edit) @2136   20 years bird socket-1
(edit) @2135   20 years bird libc adjustments / config.
(edit) @2134   20 years bird Added TEMP_FAILURE_RETRY() macro to unistd.h. This is yet another …
(edit) @2133   20 years bird Added getlogin_r().
(edit) @2132   20 years bird Added the getdelim() and getline() GLIBC extensions.
(edit) @2131   20 years bird * empty log message *
(edit) @2130   20 years bird o Added the strdupa() and strndupa() GLIBC extensions. These are …
(edit) @2129   20 years bird Added get_current_dir_name() (GLIBC extension).
(edit) @2128   20 years bird Added asprintf and vasprintf.
(edit) @2127   20 years bird Don't execute in loop!
(edit) @2126   20 years bird * empty log message *
(edit) @2125   20 years bird fork trouble, the three heap handles might be duplicates of one another.
(edit) @2124   20 years bird Added _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to sys/dirent.h to …
(edit) @2123   20 years bird o Added REG_NOERROR to regex.h to make GLIBC code happy.
(edit) @2122   20 years bird o Added wait.h for GLIBC compatability, content is #include <sys/wait.h>.
(edit) @2121   20 years bird o Added fwide() - stub until LIBC07.
(edit) @2120   20 years bird o Added fwide() (dummy until LIBC07). o Renamed struct _FILE to struct …
(edit) @2119   20 years bird Added fgets_unlocked and gets_unlocked.
(edit) @2118   20 years bird Added ieeefp.h
(edit) @2117   20 years bird stack alignment. include bustage.
Note: See TracRevisionLog for help on using the revision log.