source: rtems/cpukit/libnetworking

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @c3105894   10/19/17 11:47:57 Sebastian Huber score: Move thread queue timeout handling Update #3117. Update #3182. 5
(edit) @441993a8   09/28/17 05:05:01 Sebastian Huber network: Add missing forward declaration 5
(edit) @9012db8   09/13/17 09:33:25 Sebastian Huber libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS() Replace … 5
(edit) @3cffd66d   09/13/17 08:36:11 Sebastian Huber libio: Add rtems_libio_iop_is_writeable() Update #3132. 5
(edit) @a937a5a   09/13/17 08:35:45 Sebastian Huber libio: Add rtems_libio_iop_is_readable() Update #3132. 5
(edit) @bbcdc302   09/13/17 08:24:25 Sebastian Huber libio: Add rtems_libio_iop_is_no_delay() Update #3132. 5
(edit) @e2b1db23   09/13/17 11:30:30 Sebastian Huber libio: Add rtems_libio_iop_flags() Update #3132. 5
(edit) @ca90c6c   09/13/17 12:00:50 Sebastian Huber libio: Add rtems_libio_iop_flags_initialize() Update #3132. 5
(edit) @856ede4f   09/13/17 08:11:46 Sebastian Huber libio: Add iop set/clear flags Update #3132. 5
(edit) @4b759b1   09/13/17 06:49:18 Sebastian Huber libio: Avoid direct use of rtems_libio_iops Update #3132. 5
(edit) @f93f770   08/25/17 09:01:50 Sebastian Huber network: Include missing header file 5
(edit) @c6bb1c33   06/29/17 14:36:43 kevin-kirspel posix/mmap: Add support for file handler and MAP_ANON Added a mmap … 5
(edit) @86c1004   06/12/17 11:56:40 Sebastian Huber network: Remove FreeBSD specific hack For whatever reason FreeBSD … 5
(edit) @2585347   01/20/17 09:22:46 Stavros Passas network: Fix DHCP client protocol Close #2877. 5
(edit) @26ccd139   06/07/17 05:24:00 Sebastian Huber network: Header file compatiblity Move legacy network stack … 5
(edit) @e744c36   06/07/17 05:36:59 Sebastian Huber network: Use inet_ntoa_r() Update #2833. 5
(edit) @9b035a0a   06/07/17 05:11:23 Sebastian Huber network: Update <arpa/inet.h> Update #2833. 5
(edit) @3bc19384   06/06/17 13:30:40 Sebastian Huber network: Move header files Prevent accidental use of legacy network … 5
(edit) @d4ab0aef   06/06/17 09:14:21 Sebastian Huber network: Move RTEMS specifics Move RTEMS specifics to … 5
(edit) @d7613f7a   05/22/17 10:36:55 Sebastian Huber network: Include <sys/uio.h> explicitly Do not rely on indirect … 5
(edit) @643b820   06/06/17 09:11:49 Sebastian Huber Include missing <sys/param.h> Some kernel-space header expect that … 5
(edit) @787f51f   06/06/17 09:08:16 Sebastian Huber Do not include <sys/ioctl.h> in kernel-space Update #2833. 5
(edit) @81ea001   06/06/17 05:19:12 Sebastian Huber Test for POSIX headers from Newlib 20170522 Update #2833. 5
(edit) @eddb134   05/22/17 10:38:32 Sebastian Huber network: Do not use MSIZE Do not use the MSIZE for the legacy network … 5
(edit) @cf54965   06/07/17 05:22:38 Sebastian Huber network: Include missing <inttypes.h> Update #2833. 5
(edit) @1c6926c1   03/21/17 19:39:48 kevin-kirspel termios: Synchronize with latest FreeBSD headers Adding modified … 5
(edit) @714617e   01/13/17 10:43:40 Sebastian Huber configure: Remove RTEMS_HAVE_DECL_SIGALTSTACK 5
(edit) @6de41c5f   10/27/16 06:24:50 Sebastian Huber Provide kernel space header files These kernel space header files … 5
(edit) @8797c76   09/27/16 13:23:00 Sebastian Huber score: Unify CORE mutex seize/surrender Use the … 5
(edit) @e41308ea   08/22/16 08:58:34 Sebastian Huber score: Introduce Thread_queue_Lock_context Introduce … 5
(edit) @f23d470   06/09/16 15:33:15 Gedare Bloom cpukit: Add and use Watchdog_Discipline. Clock disciplines may be … 5
(edit) @2e3ba71   07/01/16 13:16:10 Sebastian Huber net: Fix byte order issue for getnameinfo() 5
(edit) @095ecbf   06/24/16 08:20:46 Christian.Mauderer libnetworking: Import current <sys/socket.h> Import the … 5
(edit) @e79a0ca7   06/28/16 05:50:59 Sebastian Huber libnetworking: Move RTEMS-specific socket wake-up Close #2748. 5
(edit) @4ba4f82   04/21/16 12:42:53 Christian.Mauderer libnetworking: Hide SO_PRIVSTATE 5
(edit) @f0fc2c0   06/24/16 08:25:17 Christian.Mauderer libnetworking: Add <machine/_align.h> This is necessary for new … 5
(edit) @4c02385   06/24/16 06:52:48 Christian.Mauderer libnetworking: Import current <arpa/inet.h> Import the <arpa/inet.h> … 5
(edit) @657e6c93   06/24/16 05:57:17 Christian.Mauderer libnetworking: Import current <netinet/in.h> Import the … 5
(edit) @005c3fe7   06/24/16 06:07:34 Christian.Mauderer libnetworking: Import current <netinet6/in6.h> Import the … 5
(edit) @f2082cc   06/24/16 06:03:38 Christian.Mauderer libnetworking: Import <sys/_sockaddr_storage.h> Import the … 5
(edit) @195d412   05/02/16 12:49:33 Christian.Mauderer libnetworking: Add minimal getnameinfo() This implementation just … 5
(edit) @232d6fec   05/02/16 12:49:32 Christian.Mauderer libnetworking: Import current <netdb.h> Import the <netdb.h> from … 5
(edit) @7e6f235   04/22/16 08:06:16 Christian.Mauderer libnetworking: Add <rtems/rtems_netdb.h> Move prototypes of … 5
(edit) @b94bbf1c   06/09/16 08:50:47 Sebastian Huber ftpfs: Remove superfluous include 5
(edit) @a2f91f6   06/06/16 10:53:14 Sebastian Huber tftp: Use proper semaphore attr for mutex Close #2729. 5
(edit) @0b713f89   05/30/16 04:59:55 Sebastian Huber score: Rework CORE inherit priority mutex Provide dedicated seize and … 5
(edit) @5a598ac   05/27/16 06:02:03 Sebastian Huber score: Add CORE mutex variants Add CORE_recursive_mutex_Control and … 5
(edit) @0e1d11f3   05/27/16 11:26:53 Sebastian Huber score: Add _Thread_queue_Context_set_MP_callout() Add … 5
(edit) @cb2651d   04/19/16 07:47:12 Sebastian Huber network: Align with Newlib type definitions 5
(edit) @dce48791   05/23/16 11:37:59 Sebastian Huber score: Add Status_Control for all APIs Unify the status codes of the … 5
(edit) @631b3c8   05/23/16 09:40:18 Sebastian Huber score: Move thread queue MP callout to context Drop the … 5
(edit) @c3d8d9e   05/23/16 04:55:49 Sebastian Huber score: Get rid of mp_id parameter Get rid of the mp_id parameter used … 5
(edit) @f009ed0   04/27/16 14:36:04 Sebastian Huber rtems: Avoid Giant lock for semaphores Update #2555. 5
(edit) @e800b07   04/22/16 07:15:11 Sebastian Huber network: Fix warnings 5
(edit) @1641088   04/22/16 07:14:34 Sebastian Huber network: Ensure matching syscall prototypes Ensure that kernel and … 5
(edit) @c6cb9ba   04/22/16 06:52:41 Sebastian Huber network: Delete unused in4_cksum() 5
(edit) @8765c57   04/18/16 05:00:55 Sebastian Huber score: Remove id parameter _CORE_mutex_Seize() Parameter was unused. 5
(edit) @01226ec   04/08/16 06:22:18 Sebastian Huber score: Compatibility with latest Newlib 5
(edit) @af13b01   04/07/16 07:09:29 Sebastian Huber network: Quirk for Newlib compatibility Newlib provides now a … 5
(edit) @8f96581   04/01/16 09:38:47 Sebastian Huber score: Rework MP thread queue callout support The thread queue … 5
(edit) @3bbf4055   03/24/16 14:35:18 Sebastian Huber network: Special case for RTEMS_MULTIPROCESSING Allow network tasks … 5
(edit) @09c993b   03/20/16 20:24:14 joel libnetworking/sys/libkern.h: Disable non-POSIX prototype that is … 5
(edit) @4202a31   12/10/15 09:01:52 Nick Withers Chase Newlib sys/types.h / sys/select.h changes 5
(edit) @f97536d   10/16/15 06:21:48 Sebastian Huber basdefs.h: Add and use RTEMS_UNUSED 5
(edit) @28a870c4   09/03/15 20:25:35 Martin Galvan cpukit/libnetworking/rtems/rtems_dhcp.c: Fix compilation error … 5
(edit) @c83bad2f   09/02/15 21:54:25 Martin Galvan cpukit/libnetworking/rtems/rtems_dhcp.c: Fix leak on realloc failure … 5
(edit) @74ef2c10   07/26/15 13:27:10 Michael Davidsaver tftpDriver: close() false error closes #2376. 5
(edit) @083e6d6   05/20/15 05:21:53 Chris Johns libnetworking: Send the hostname if set in the network configuration. … 4.115
(edit) @7cd2484   05/12/15 12:32:47 alexander.krutwig timecounter: Use in RTEMS Replace timestamp implementation with … 4.115
(edit) @4438ac25   05/02/15 12:27:24 Sebastian Huber score: Fine grained locking for mutexes Update #2273. 4.115
(edit) @4db0ae8e   04/20/15 06:45:41 Sebastian Huber score: _Objects_Get_isr_disable() Use ISR_lock_Context instead of … 4.115
(edit) @bf11690   03/09/15 10:47:47 Sebastian Huber network: Avoid clash with FreeBSD <sys/time.h> 4.115
(edit) @ee870077   12/22/14 00:50:31 Chris Johns Panic on RTEMS_FAST_MUTEX network semaphore claim/release. Fix the … 4.115
(edit) @25e14e31   02/23/15 15:46:22 strauman networking: alignment exception in ioctl(SIOCGIFCONF) Access memory … 4.115
(edit) @547c2282   02/11/15 20:12:48 Joel Sherrill sys/socket.h: Include <sys/types.h> for ssize_t closes 2245 4.115
(edit) @eb77534   02/09/15 14:37:00 Sebastian Huber Filesystem: Delete unused fsmountme_h handler 4.115
(edit) @ec0f2df   02/02/15 14:25:25 Sebastian Huber Filesystem: Use rtems_libio_iop_to_descriptor() Drop parameter check … 4.115
(edit) @081a697   01/23/15 15:43:59 Joel Sherrill sys/socket.h: Add include of <sys/_types.h> for ssize_t This was … 4.115
(edit) @c8cd4ff   01/23/15 11:56:53 Sebastian Huber libnetworking: Fix memset() call Close #2244. 4.115
(edit) @c625a641   12/21/14 19:12:28 Sebastian Huber Filesystem: Delete node type operation Use the fstat handler instead. 4.115
(edit) @f87ede5   01/15/15 13:13:19 Sebastian Huber libnetworking: Fix close of active sockets Send a special event to … 4.115
(edit) @51c88e8b   01/16/15 08:08:23 Sebastian Huber libnetworking: Delete dead code The so_uid is always 0 in RTEMS. 4.115
(edit) @f2f39f3c   01/16/15 08:05:15 Sebastian Huber libnetworking: Avoid spurious event delivery The so_pgid field … 4.115
(edit) @ac6e8c4   01/15/15 10:30:13 Sebastian Huber libnetworking: Simplify sbwait() 4.115
(edit) @da10694   12/24/14 03:14:50 dufault libnetworking: Make rtems_dhcp_failsafe() run time configurable … 4.115
(edit) @69e3f27   11/14/14 07:58:00 cederman net: Add network task affinity config This patch adds a default … 4.115
(edit) @7ae1c30   10/31/14 05:20:02 Chris Johns libnetworking: Fix the sethostname decl to match newlib. 4.115
(edit) @3e1bf78   10/08/14 09:43:10 Sebastian Huber ppp: PR1943: Avoid NULL pointer access Waiting for mbufs at this … 4.115
(edit) @044cf4d7   10/08/14 06:11:28 Sebastian Huber ppp: Add ppp_unit() This makes porting to the new network stack easier. 4.115
(edit) @77dd9a4   10/07/14 14:25:43 Sebastian Huber ppp: Nothing to transmit hint for Termios driver 4.115
(edit) @7fd5e89   10/07/14 14:28:04 Sebastian Huber termios: Partially hide rtems_termios_tty Move interrupt lock to … 4.115
(edit) @805360b   09/23/14 12:20:35 Sebastian Huber pppd: Fix warnings 4.115
(edit) @33739be   09/30/14 09:25:57 Sebastian Huber libnetworking: Update due to Termios changes 4.115
(edit) @5787188   08/20/14 23:47:02 Joel Sherrill Add configuration to detect toolset has sigaltstack() prototype 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @a418b2f   03/03/14 07:38:10 Sebastian Huber libnetworking: Typo 4.115
(edit) @a32f996b   01/20/14 02:00:35 Nick Withers Don't use unsafe buffer operations Don't use unsafe buffer … 4.115
(edit) @2b03a62   11/01/13 13:59:41 Jim Panetta NTP: Sync time correctly when receiving broadcast updates 1) The … 4.115
(edit) @56bea43   12/16/13 13:26:29 Sebastian Huber Filesystem: Use default kqfilter and poll handler 4.115
(edit) @2f68778   12/16/13 12:44:13 Sebastian Huber Filesystem: Add readv/writev handlers The readv() and writev() … 4.115
Note: See TracRevisionLog for help on using the revision log.