Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch from Marshall M. Midden: | Eric Andersen | 2003-04-19 | 1 | -33/+39 |
| | | | | | | It turns out that uClibc's syslog.c does not close sockets when doing retries and when it exits due to errors. This patch fixes it. | ||||
* | Patch from Tiago Marques <tmarques@viaconnect.inf.br> -- fall back to | Eric Andersen | 2002-09-10 | 1 | -3/+12 |
| | | | | | using SOCK_STREAM if SOCK_DGRAM fails. -Erik | ||||
* | Tobias Anderberg <tobias.anderberg@axis.com> noticed that | Eric Andersen | 2002-07-10 | 1 | -1/+1 |
| | | | | | we were opening the socket() as SOCK_STREAM instead of using SOCK_DGRAM like we should have done. | ||||
* | Oops. missed a spot | Eric Andersen | 2002-07-02 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | openlog could deadlock when called from vsyslog, so | Eric Andersen | 2002-07-02 | 1 | -1/+1 |
| | | | | | allow recursive locking, -Erik | ||||
* | Fix thread locking so it works | Eric Andersen | 2002-06-18 | 1 | -45/+20 |
| | | | | -Erik | ||||
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 |
| | | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | ||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | Fix up the networking includes | Eric Andersen | 2001-02-05 | 1 | -17/+14 |
| | | | | -Erik | ||||
* | Make the implementation match the header file. | Eric Andersen | 2001-01-15 | 1 | -3/+2 |
| | |||||
* | A few more syscalls. | Eric Andersen | 2000-10-25 | 1 | -0/+349 |