Skip to content

Commit

Permalink
v2_6 Build 900-10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuxera DevOps committed Jan 25, 2022
1 parent 66633c2 commit 1a232b7
Show file tree
Hide file tree
Showing 192 changed files with 1,144 additions and 970 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Reliance Edge, including porting, building, configuring, and testing. This
complete documentation, called the _Developer's Guide_, can be obtained for free
from here:

<http://www.datalight.com/reliance-edge>
<https://www.tuxera.com/products/reliance-edge/>

In addition to this README, see doc/release_notes.md for a list of updates
to Reliance Edge and a list of known issues. There is also a quick-start
Expand Down Expand Up @@ -60,7 +60,7 @@ and 500 to 700 bytes of stack.
Reliance Edge is not designed for high-end embedded systems that run complicated
operating systems like Linux or Windows Embedded Compact. Embedded systems of
that variety are better served by other file systems, like Tuxera's
[Reliance Nitro](http://www.datalight.com/products/embedded-file-systems/reliance-nitro).
[Reliance Nitro](https://www.tuxera.com/products/reliance-nitro/).

## Getting Reliance Edge Working

Expand All @@ -71,8 +71,8 @@ need to be filled in as well. These functions reside in a subdirectory in the
os/ directory; see os/stub/ for a blank set of functions. Configuring includes
creating a project directory (start by copying projects/newproj) and creating
the two configuration files (redconf.h/redconf.c) using the Reliance Edge
Configuration Utility (which can be downloaded from
<http://www.datalight.com/reliance-edge>).
Configuration Utility (which has source code in the repository and prebuilt
binaries available from <support@tuxera.com>).

These topics are covered in much greater detail in the _Developer's Guide_,
linked above.
Expand All @@ -93,7 +93,7 @@ Reliance Edge is an open-source project licensed under the GNU General Public
License v2 (GPLv2). Businesses and individuals that for commercial or other
reasons cannot comply with the terms of the GPLv2 license must obtain a
commercial license before incorporating Reliance Edge into proprietary software
for distribution in any form. Visit <http://www.datalight.com/reliance-edge>
for distribution in any form. Visit <https://www.tuxera.com/products/reliance-edge/>
for more information. The commercial distribution also includes extra tests and
tools not distributed with the GPLv2 version.

Expand Down
7 changes: 4 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ of using Reliance Edge, including porting, building, configuring, and
testing. This complete documentation, called the _Developer's Guide_,
can be obtained for free from here:

http://www.datalight.com/reliance-edge
https://www.tuxera.com/products/reliance-edge/

In addition to this README, see doc/release_notes.md for a list of
updates to Reliance Edge and a list of known issues. There is also a
Expand Down Expand Up @@ -83,7 +83,8 @@ subdirectory in the os/ directory; see os/stub/ for a blank set of
functions. Configuring includes creating a project directory (start by
copying projects/newproj) and creating the two configuration files
(redconf.h/redconf.c) using the Reliance Edge Configuration Utility
(which can be downloaded from http://www.datalight.com/reliance-edge).
(which has source code in the repository and prebuilt binaries available
from support@tuxera.com).

These topics are covered in much greater detail in the _Developer's
Guide_, linked above.
Expand All @@ -108,7 +109,7 @@ Public License v2 (GPLv2). Businesses and individuals that for
commercial or other reasons cannot comply with the terms of the GPLv2
license must obtain a commercial license before incorporating Reliance
Edge into proprietary software for distribution in any form. Visit
http://www.datalight.com/reliance-edge for more information. The
https://www.tuxera.com/products/reliance-edge/ for more information. The
commercial distribution also includes extra tests and tools not
distributed with the GPLv2 version.

Expand Down
11 changes: 6 additions & 5 deletions bdev/bdev.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements the block device abstraction of the file system.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/blockio.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements block device I/O using logical blocks as the units.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/buffer.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements the block device buffering system.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/buffercmn.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Common (shared) buffer module functions.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/core.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements the entry-points to the core file system.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/dir.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements directory operations.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/format.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements the Reliance Edge file system formatter.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/imap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements allocation routines.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/imapextern.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements routines for the external imap.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/imapinline.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements routines for the inline imap.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/inode.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements inode functions.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/inodedata.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Implements inode I/O functions.
Expand Down
11 changes: 6 additions & 5 deletions core/driver/redbufferpriv.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ----> DO NOT REMOVE THE FOLLOWING NOTICE <----
Copyright (c) 2014-2021 Tuxera US Inc.
Copyright (c) 2014-2022 Tuxera US Inc.
All Rights Reserved Worldwide.
This program is free software; you can redistribute it and/or modify
Expand All @@ -17,10 +17,11 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Businesses and individuals that for commercial or other reasons cannot
comply with the terms of the GPLv2 license must obtain a commercial license
before incorporating Reliance Edge into proprietary software for
distribution in any form. Visit http://www.datalight.com/reliance-edge for
more information.
comply with the terms of the GPLv2 license must obtain a commercial
license before incorporating Reliance Edge into proprietary software
for distribution in any form.
Visit https://www.tuxera.com/products/reliance-edge/ for more information.
*/
/** @file
@brief Defines macros and interfaces used internally by the buffer modules.
Expand Down
Loading

0 comments on commit 1a232b7

Please sign in to comment.