elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elks/include/linuxmt/socket.h
CommitAuthorDateMessage
4ba6d8d5f6b759823686054d9f659bde55e63dbthemaster2026-04-19Integrate uIP networking stack and tooling
ef18f791a0fc76356df88e6fb5971a65e53bb1aGreg Haerr2025-02-03[kernel,Nano-X] Remove unused AF_NANO sockets, cleanup Nano-X source
277e36b7e61df0e4028c449cdeacd8bb763cc18Greg Haerr2024-10-31[kernel] Minor header file cleanup, add arch %d to PC class
98feee265f950a9ad02467d4f6e13d53e15400eGreg Haerr2024-06-02[libc] Pass 2: Add system calls to OpenWatcom C library for ELKS
b83ecc93a9b4fbc46582bdee593565886aaeabcGreg Haerr2022-06-17[build] Fix unix and nano sockets build
77107524101d3ed115983bc2b6e02be0a336e76Greg Haerr2021-11-21[kernel] Add getsockname, getpeername sys calls, fix accept
2ce460749eab7cbb904add31e55ca3f994055e8Greg Haerr2021-11-12[net] Add SO_RCVBUF socket option to enable smaller TCP buffers while listening
755ff0df8b6e0b368367183ce2c24829e09c6cdGreg Haerr2021-11-10[kernel] Add SO_REUSEADDR setsockopt option for servers
b2f7ddabd8d9657491fdd338aa7906ae2f891eaGreg Haerr2021-10-23[kernel] Add getsockopt system call and SO_LINGER option for RST on close
36e98a69d13e8ac5854a1597f39131f5fd79a95Tee-Kiah Chia2020-03-14[kernel] [boot] further tidy up header files (rebased on top of https://github.com/jbruchon/elks/pull/467)
a34b362903ca7592c3b7c7803d353fa4be72086mfld-fr2018-06-23First draft of ELKS own libc
d6c7e478795fd84d5c196dfd5b0bc9c5d738d28lithoxs2017-09-28Remove 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
5ea737071ee847a38aee69a47ce4840cbc68ee5mfld-fr2017-02-18Some housekeeping while waiting for Georg
08960a9be03a7587a50f99397b6c4b1b7400e96georgp242017-02-18Enable unix domain sockets (AF_UNIX) and add echo server and echo client to test these sockets.
0d1d7fb0bf3f9c25b804210c56f9b467549dc58Jody Bruchon2012-05-10Additional patches for ANSI C compatibility and portability from Juan Perez-Sanchez.
c732c7436554ade0e6e2f19717049abe252dbb1Riley H. Williams2002-06-04Finished ANSI'fication and `splint -weak` checking of ELKS source files that actually make up the ELKS kernel itself.
9694a20fc1bb53a24541ff13e5fb7ee2d564d2fRiley H. Williams2002-05-13Standardised 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.
554f465a357c3fdf114da91ae82b6ec8a602ec6Riley H. Williams2002-04-26Next stage of `make lint` verification of the ELKS source code.
d7cf9d2d5749245a77e3a4cc0585e768640fd4fRiley H. Williams2002-04-19ANSI'fied function prototypes in fs subtree.
c0b9471d43de64a9adc7d37482fb3f27b851a49Riley H. Williams2002-02-24Fixed #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.
15072207fd20f19a99c56076320ae02080a0aa1Riley H. Williams2001-09-08Simplified Makefile rules.
9b60fe057dc58c0ba16076338fdcf96968b9eadAndrew Richards1999-07-09Major updates to socket code.
f9b47559bca2467fdcc9c102c605ce826b6a78eUnspecified Developer1998-09-12Imported elks-0.0.73-pre2 source