File history
Tracking elks/include/linuxmt/socket.h
| Commit | Author | Date | Message |
|---|---|---|---|
4ba6d8d5f6b759823686054d9f659bde55e63db | themaster | 2026-04-19 | Integrate uIP networking stack and tooling |
ef18f791a0fc76356df88e6fb5971a65e53bb1a | Greg Haerr | 2025-02-03 | [kernel,Nano-X] Remove unused AF_NANO sockets, cleanup Nano-X source |
277e36b7e61df0e4028c449cdeacd8bb763cc18 | Greg Haerr | 2024-10-31 | [kernel] Minor header file cleanup, add arch %d to PC class |
98feee265f950a9ad02467d4f6e13d53e15400e | Greg Haerr | 2024-06-02 | [libc] Pass 2: Add system calls to OpenWatcom C library for ELKS |
b83ecc93a9b4fbc46582bdee593565886aaeabc | Greg Haerr | 2022-06-17 | [build] Fix unix and nano sockets build |
77107524101d3ed115983bc2b6e02be0a336e76 | Greg Haerr | 2021-11-21 | [kernel] Add getsockname, getpeername sys calls, fix accept |
2ce460749eab7cbb904add31e55ca3f994055e8 | Greg Haerr | 2021-11-12 | [net] Add SO_RCVBUF socket option to enable smaller TCP buffers while listening |
755ff0df8b6e0b368367183ce2c24829e09c6cd | Greg Haerr | 2021-11-10 | [kernel] Add SO_REUSEADDR setsockopt option for servers |
b2f7ddabd8d9657491fdd338aa7906ae2f891ea | Greg Haerr | 2021-10-23 | [kernel] Add getsockopt system call and SO_LINGER option for RST on close |
36e98a69d13e8ac5854a1597f39131f5fd79a95 | Tee-Kiah Chia | 2020-03-14 | [kernel] [boot] further tidy up header files (rebased on top of https://github.com/jbruchon/elks/pull/467) |
a34b362903ca7592c3b7c7803d353fa4be72086 | mfld-fr | 2018-06-23 | First draft of ELKS own libc |
d6c7e478795fd84d5c196dfd5b0bc9c5d738d28 | lithoxs | 2017-09-28 | Remove unnecessary copy of memory blocks. In some net syscalls, they used to copy potentially large blocks of data (110 bytes) from userspace, to a stack allocated array and later to a family defined structure. Now, the copy is directly from userspace to |
5ea737071ee847a38aee69a47ce4840cbc68ee5 | mfld-fr | 2017-02-18 | Some housekeeping while waiting for Georg |
08960a9be03a7587a50f99397b6c4b1b7400e96 | georgp24 | 2017-02-18 | Enable unix domain sockets (AF_UNIX) and add echo server and echo client to test these sockets. |
0d1d7fb0bf3f9c25b804210c56f9b467549dc58 | Jody Bruchon | 2012-05-10 | Additional patches for ANSI C compatibility and portability from Juan Perez-Sanchez. |
c732c7436554ade0e6e2f19717049abe252dbb1 | Riley H. Williams | 2002-06-04 | Finished ANSI'fication and `splint -weak` checking of ELKS source files that actually make up the ELKS kernel itself. |
9694a20fc1bb53a24541ff13e5fb7ee2d564d2f | Riley H. Williams | 2002-05-13 | Standardised macros for debugging printk's - now uses debug() and debug[1-9]() for all except memory handlers, which use debugmem() and debugmem[1-9]() respectively. |
554f465a357c3fdf114da91ae82b6ec8a602ec6 | Riley H. Williams | 2002-04-26 | Next stage of `make lint` verification of the ELKS source code. |
d7cf9d2d5749245a77e3a4cc0585e768640fd4f | Riley H. Williams | 2002-04-19 | ANSI'fied function prototypes in fs subtree. |
c0b9471d43de64a9adc7d37482fb3f27b851a49 | Riley H. Williams | 2002-02-24 | Fixed #else and #endif to not fox the bcc -ansi option. Reformatted scripts/Configure and scripts/Menuconfig to a consistent style. Removed ELKS dependency on the Linux kernel source being available. |
15072207fd20f19a99c56076320ae02080a0aa1 | Riley H. Williams | 2001-09-08 | Simplified Makefile rules. |
9b60fe057dc58c0ba16076338fdcf96968b9ead | Andrew Richards | 1999-07-09 | Major updates to socket code. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |