| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tentative support for old MacOS with no O_CLOEXEC | Laurent Bercot | 2024-04-16 | 1 | -1/+1 |
| | | | | | | | Also add a prototype for gol, not finished yet. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Rework endianness conversion primitives | Laurent Bercot | 2022-06-01 | 1 | -0/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Get rid of webipc.h and DJBUNIX_FLAG_* | Laurent Bercot | 2020-12-09 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | Decent semantic header separation is hard. It's always an ongoing process. Here socket.h always included webipc.h for listen(), and webipc.h always included djbunix.h for socket_internal() and socketpair_internal(). That's ugh. Just move all the socket stuff into one socket header. Of course, djbunix.h is still needed most of the time for fd_close() and other operations on fds, but those are generic anyway. Also, O_CLOEXEC exists everywhere now, so we can use it as well as O_NONBLOCK instead of redefining the flags in djbunix.h. | ||||
| * | Add egidingroups sysdeps, change fd_close() to void and saving errno, ↵ | Laurent Bercot | 2017-07-16 | 1 | -3/+0 |
| | | | | | propagate changes | ||||
| * | Types change: big pass on libstddjb and libunixonacid | Laurent Bercot | 2017-02-21 | 1 | -1/+1 |
| | | | | | libdatastruct still missing, library still not functional | ||||
| * | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | 2014-09-18 | 1 | -0/+33 |
