Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-10 | Patch from Tiago Marques <tmarques@viaconnect.inf.br> -- fall back to | Eric Andersen | |
using SOCK_STREAM if SOCK_DGRAM fails. -Erik | |||
2002-07-10 | Tobias Anderberg <tobias.anderberg@axis.com> noticed that | Eric Andersen | |
we were opening the socket() as SOCK_STREAM instead of using SOCK_DGRAM like we should have done. | |||
2002-07-02 | Oops. missed a spot | Eric Andersen | |
-Erik | |||
2002-07-02 | openlog could deadlock when called from vsyslog, so | Eric Andersen | |
allow recursive locking, -Erik | |||
2002-06-18 | Fix thread locking so it works | Eric Andersen | |
-Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-11-21 | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | |
support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | |||
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | |||
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | |
This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | |||
2001-02-05 | Fix up the networking includes | Eric Andersen | |
-Erik | |||
2001-01-15 | Make the implementation match the header file. | Eric Andersen | |
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-10-25 | A few more syscalls. | Eric Andersen | |