summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jason Self [Sun, 20 May 2018 15:43:28 +0000 (08:43 -0700)]
Add release timetable to CONTRIBUTING file
Clarify that there is no timetable for releases: New versions are
released when they're ready. Updates to release branches are made as
needed.
Jason Self [Sun, 20 May 2018 15:39:22 +0000 (08:39 -0700)]
Add licensing to README file
This help to avoid any ambiguity.
Jason Self [Sun, 20 May 2018 15:37:13 +0000 (08:37 -0700)]
Add guidelines for commit messages
This helps to keep everyone on the same page.
Jason Self [Sun, 20 May 2018 15:25:31 +0000 (08:25 -0700)]
Update the contributing guide
This wording made it seem as if bug reports had to be in the form of
patches too. While this is ideal not everyone reporting a bug will
necessarily have a patch to fix it.
Jason Self [Sun, 20 May 2018 15:20:42 +0000 (08:20 -0700)]
Update README to refer to the new CONTRIBUTING file
Also pulling out some development information, as this is now located
in the CONTRIBUTING file.
Jason Self [Sun, 20 May 2018 15:18:56 +0000 (08:18 -0700)]
Add initial contributing guide
Jason Self [Sun, 6 May 2018 14:43:47 +0000 (07:43 -0700)]
carl9170: Update based on commit
370b7919114a02149088c482c8709cafb9bf7478 dated May 2 2018
Jason Self [Sat, 14 Apr 2018 18:08:03 +0000 (11:08 -0700)]
as31: Delete parser.c
It will be regenerated from parser.y.
Jason Self [Sat, 14 Apr 2018 16:08:13 +0000 (09:08 -0700)]
README: Use HTTPS for the mailing list
Jason Self [Sat, 14 Apr 2018 16:05:38 +0000 (09:05 -0700)]
WHENCE: Update info for carl9170fw
This was not updated when carl9170 was updated on 17 Feb 2018 to a
newer commit.
Jason Self [Sat, 14 Apr 2018 15:12:57 +0000 (08:12 -0700)]
as31: Clarify which BSD license
Which is aparently 3-clause BSD
https://web.archive.org/web/
20110429232045/http://www.opensource.org/licenses/bsd-license.php
Which is why they're calling it "The" BSD license
Jason Self [Sat, 14 Apr 2018 14:12:02 +0000 (07:12 -0700)]
cis: Fix comment line wrapping
Jason Self [Sat, 14 Apr 2018 04:06:19 +0000 (21:06 -0700)]
as31: Set O0 in configure.in
This avoids a segmentation fault when building the usbdux firmware.
Also regenerate configure file.
Jason Self [Thu, 12 Apr 2018 04:15:52 +0000 (21:15 -0700)]
Makefile: Install openfwwf into $(prefix)/b43-open
This matches with the location used by others for installing the free
firmware.
Jason Self [Wed, 11 Apr 2018 17:31:16 +0000 (10:31 -0700)]
Makefile: Install ath9k_htc firmware directly in $(prefix)
Due to a report that the kernel isn't loading them when in a
subdirectory.
Jason Self [Sat, 17 Feb 2018 22:03:36 +0000 (14:03 -0800)]
Makefile: Remove unneeded whitespace characters
Jason Self [Sat, 17 Feb 2018 21:59:22 +0000 (13:59 -0800)]
as31: Change optimization level from 2 to 0
This avoids a segmentation fault when building the usbdux firmware.
Jason Self [Sat, 17 Feb 2018 02:32:24 +0000 (18:32 -0800)]
carl9170: Update based on commit
cd76b7b483731dc5cb467c28cc70478179fbffd5 dated Feb 9 2018
Jason Self [Fri, 12 Jan 2018 14:36:47 +0000 (06:36 -0800)]
carl9170: binutils and GCC should be downloaded from ftpmirror.gnu.org which does redirection so as to take advantage of all the mirrors that exist and not from one particular host
Jason Self [Wed, 10 Jan 2018 16:33:24 +0000 (08:33 -0800)]
keyspan_pda: Update Makefile to use the as31 built from this repository instead of the host system
Jason Self [Wed, 10 Jan 2018 16:32:33 +0000 (08:32 -0800)]
Makefile: Add as31 as a dependency to the keyspan_pda target
Signed-off-by: Jason Self <j@jxself.org>
Jason Self [Wed, 10 Jan 2018 04:01:54 +0000 (20:01 -0800)]
Makefile: Complete the changes for ath9k_htc
The earlier commit had incomplete changes for the Makefile.
Jason Self [Wed, 10 Jan 2018 03:55:13 +0000 (19:55 -0800)]
Makefile: Update the install target for ath9k_htc
This will use the firmware built in the ath9k_htc/target_firmware
instead of ath9k_htc/target_firmware/build.
Jason Self [Wed, 10 Jan 2018 03:51:54 +0000 (19:51 -0800)]
ath9k_htc: Add patch for GCC 6.3.0
ISO C++ forbids comparison between pointer and integer.
Jason Self [Tue, 9 Jan 2018 22:33:17 +0000 (14:33 -0800)]
carl9170: Update based on commit
467556acea56f361a21b2a3761ca056b9da2d237 dated Nov 5 2017
Jason Self [Fri, 29 Dec 2017 02:21:46 +0000 (18:21 -0800)]
ath9k_htc: Update to upstream's commit
d19607454d656cb14d8c16dfbf161eebb542e8fe dated June 25 2017
Jason Self [Wed, 27 Dec 2017 21:06:12 +0000 (13:06 -0800)]
WHENCE: Update licensing information about the a56 assembler given the GPLed patches that have been incorporated.
Jason Self [Wed, 27 Dec 2017 20:25:05 +0000 (12:25 -0800)]
a56: Restructure the various READMEs; split out changes into a separate changelog so as to have a single README.
Thorsten Alteholz [Wed, 27 Dec 2017 20:23:18 +0000 (12:23 -0800)]
a56: non-void should return a value bug in main.c
This is incorporated from the Debian version of the package.
Thorsten Alteholz [Wed, 27 Dec 2017 20:22:12 +0000 (12:22 -0800)]
a56: parameters of this strtol() differ from strtol() in stdlib.h - rename it to a56_strtol
This is incorporated from the Debian version of the package.
Thorsten Alteholz [Wed, 27 Dec 2017 20:20:35 +0000 (12:20 -0800)]
a56: Makefile: add hardening stuff to CFLAGS
This is incorporated from the Debian version of the package.
Thorsten Alteholz [Wed, 27 Dec 2017 20:10:51 +0000 (12:10 -0800)]
a56: add some #include's to calm compiler
This is incorporated from the Debian version of the package.
Thorsten Alteholz [Wed, 27 Dec 2017 20:08:50 +0000 (12:08 -0800)]
a56: main.c and gram.c use different declarations of pc as pc is used
as an integer everywhere, the 'external unsigned long' must be wrong
Thorsten Alteholz [Wed, 27 Dec 2017 20:07:27 +0000 (12:07 -0800)]
a56: Add manpage for keybld by Thorsten Alteholz
This is incorporated from the Debian version of the package.
Denis Briand [Wed, 27 Dec 2017 20:05:42 +0000 (12:05 -0800)]
a56: Add manpage by Denis Briand
This is incorporated from the Debian version of the package.
Robert Millan [Wed, 27 Dec 2017 20:04:04 +0000 (12:04 -0800)]
a56: Add missing prototypes for alloc() and fixstring()
This patch is incorporated from the Debian version of the package.
There is a note that the Debian packaging is licensed under the GPL
version 3 (or any later version.) While it may have been intended
that only the Debian "packaging" falls under the GPLv3 (based on the
wording) and not changes to the program code it calls out nothing
separate for the patches, which are also contained in the Debian
packaging, and so I am treating them as if the patches are also under
the GPLv3+ and not the program's own license since that is the only
permission statement available.
Jason Self [Wed, 27 Dec 2017 20:02:13 +0000 (12:02 -0800)]
a56: .gitattributes: Exclude undesired files from git archive.
Jason Self [Wed, 27 Dec 2017 20:01:13 +0000 (12:01 -0800)]
a56: Add .gitignore file
Jason Self [Wed, 27 Dec 2017 19:59:23 +0000 (11:59 -0800)]
a56: Add missing copyright and licensing information to lex.c and Makefile based on the README.
Jason Self [Sun, 26 Nov 2017 03:36:11 +0000 (19:36 -0800)]
as31: Add .gitignore file to keep autogenerated files out of git
Jason Self [Sun, 26 Nov 2017 03:33:03 +0000 (19:33 -0800)]
.gitattributes: Exclude undesired files from git archive.
Jason Self [Sun, 26 Nov 2017 03:22:57 +0000 (19:22 -0800)]
INSTALL: Add missing word 'install' to the example of putting the compiled targets into a different location.
Jason Self [Sat, 25 Nov 2017 23:01:49 +0000 (15:01 -0800)]
as31: Remove autogenerated files.
Jason Self [Sat, 11 Nov 2017 18:07:58 +0000 (10:07 -0800)]
Setting up repository