source: rtems/cpukit/libnetworking/rtems

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @0f7913b   02/07/18 08:23:08 Sebastian Huber network: Fix integer types 5
(edit) @16fc3f9a   12/12/17 05:27:14 Sebastian Huber network: Use self-contained recursive mutex Update #2843. 5
(edit) @c3105894   10/19/17 11:47:57 Sebastian Huber score: Move thread queue timeout handling Update #3117. Update #3182. 5
(edit) @9012db8   09/13/17 09:33:25 Sebastian Huber libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS() Replace … 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) @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) @d4ab0aef   06/06/17 09:14:21 Sebastian Huber network: Move RTEMS specifics Move RTEMS specifics to … 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) @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) @714617e   01/13/17 10:43:40 Sebastian Huber configure: Remove RTEMS_HAVE_DECL_SIGALTSTACK 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) @e79a0ca7   06/28/16 05:50:59 Sebastian Huber libnetworking: Move RTEMS-specific socket wake-up Close #2748. 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) @7e6f235   04/22/16 08:06:16 Christian.Mauderer libnetworking: Add <rtems/rtems_netdb.h> Move prototypes of … 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) @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) @4202a31   12/10/15 09:01:52 Nick Withers Chase Newlib sys/types.h / sys/select.h changes 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) @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) @ec0f2df   02/02/15 14:25:25 Sebastian Huber Filesystem: Use rtems_libio_iop_to_descriptor() Drop parameter check … 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) @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) @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) @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
(edit) @14876018   11/21/13 00:24:48 Daniel Ramirez select.h, rtems_select.c, nds select: Add restrict keyword 4.115
(edit) @ae75429   08/06/13 14:10:26 Sebastian Huber PR766: Delete RTEMS_VIOLATE_KERNEL_VISIBILITY 4.115
(edit) @88c74ab   07/25/13 13:10:11 Sebastian Huber score: Merge tod implementation into one file Delete … 4.115
(edit) @f6f4943   07/22/13 15:26:23 Sebastian Huber network: SMP support for network semaphore 4.115
(edit) @95e09afa   07/17/13 13:53:17 Sebastian Huber score: Avoid direct usage of _Thread_Executing Pass the executing … 4.115
(edit) @20e239c2   07/17/13 12:23:14 Sebastian Huber score: Create mutex implementation header Move implementation … 4.115
(edit) @2bbea657   07/17/13 11:52:00 Sebastian Huber rtems: Create semaphore implementation header Move implementation … 4.115
(edit) @b697bc6   01/10/13 21:06:42 Joel Sherrill cpukit: Use Consistent Beginning of Doxygen Group Notation This is … 4.115
(edit) @1edaa5f   12/14/12 11:01:47 Sebastian Huber libnetworking: Make functions public Make functions … 4.115
(edit) @3fbcadf   11/16/12 13:17:31 Sebastian Huber libnetworking: Use rtems_clock_get_uptime_seconds This reduces the … 4.115
(edit) @94eb1bb   11/16/12 13:16:03 Sebastian Huber libnetworking: Use rtems_clock_get_uptime_timeval 4.115
(edit) @b3cee28a   11/02/12 10:46:08 Sebastian Huber libnetworking: Avoid deadlock during starvation 4.115
(edit) @26e90fb1   10/30/12 16:42:17 Sebastian Huber libnetworking: Use system events Add reserved system events … 4.115
(edit) @38feeefd   07/17/12 12:22:12 Sebastian Huber libnetworking: Silence set but not used warnings 4.115
(edit) @6c18c97   05/22/12 10:06:20 Sebastien Bourdeauducq network/bootp: PR2031: Add and use header file 4.115
(edit) @7aba2ea   05/22/12 09:20:07 Sebastien Bourdeauducq network/dhcp: PR1841: Fix DNS processing in DHCP 4.115
(edit) @da154e14   05/14/12 14:55:41 Sebastian Huber Filesystem: Move operations to mount table entry The scope of the … 4.115
(edit) @df01da67   05/14/12 11:16:31 Sebastian Huber Filesystem: Use ioctl_command_t 4.115
(edit) @65c6425   05/03/12 17:24:46 Joel Sherrill Remove CVS Id Strings (manual edits after script) These modifications … 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @58f6655   04/03/12 14:15:34 Sebastian Huber networking: socket to/from file descriptor o Move … 4.115
(edit) @4116fce6   02/24/12 16:39:27 Sebastian Huber Filesystem: New defaults fsync_h and fdatasync_h New defaults … 4.115
(edit) @3b7c123   03/13/12 10:33:51 Sebastian Huber Filesystem: Reference counting for locations o A new data structure … 4.115
(edit) @1052242   02/02/12 14:45:16 Sebastian Huber Removed fpathconf file system node handler. There existed no calling … 4.115
(edit) @56059905   12/08/11 05:09:04 Ralf Corsepius 2011-12-08 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @a7fa55ca   12/01/11 08:26:49 Ralf Corsepius 2011-12-01 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @4aa59b1   11/30/11 05:30:49 Ralf Corsepius 2011-11-30 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @7c770856   10/18/11 09:01:23 Ralf Corsepius 2011-10-18 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @add4f336   07/21/11 15:35:13 Sebastian Huber 2011-07-21 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @9f816ad4   07/07/11 06:55:48 Sebastian Huber 2011-07-08 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @7d2e930   05/16/11 14:31:49 Ralf Corsepius 2011-05-16 Ralf Corsépius <ralf.corsepius@…> * … 4.115
(edit) @f6015bd   05/13/11 15:56:21 Ralf Corsepius Make self-contained. 4.115
(edit) @ee613aa   03/24/11 09:36:14 Ralf Corsepius Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h). 4.115
(edit) @ddbfa05   03/02/11 14:39:32 Ralf Corsepius Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h. 4.115
(edit) @ebe6edbc   02/25/11 10:38:17 Sebastian Huber 2011-02-25 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @6c6b2f1   12/08/10 10:30:27 Sebastian Huber 2010-12-08 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @f4a74bd   07/14/10 15:49:12 Joel Sherrill 2010-07-14 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @5ec75ca   07/12/10 13:51:59 Jennifer.Averett 2010-07-12 Jennifer Averett * libnetworking/rtems/rtems_syscall.c: … 4.115
(edit) @55c3939b   06/29/10 13:03:31 Sebastian Huber 2010-06-29 Sebastian Huber <sebastian.huber@…> * … 4.115
Note: See TracRevisionLog for help on using the revision log.