summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ttyutils.c: added support for higher baud rates.Thomas Osterried2022-05-021-0/+33
* This fixes a bug in ttyutils.c for tty_is_locked, tty_lock() and tty_unlock()Thomas Osterried2021-02-031-6/+13
* configure: Paranoidly quote things for m4 macro expansion safety.Ralf Baechle2019-04-111-2/+2
* configure: Replace AC_PROG_LIBTOOL with LT_INIT.Ralf Baechle2019-04-111-1/+1
* configure: Remove AC_TYPE_SIGNAL.Ralf Baechle2019-04-111-1/+0
* treewide: Update all references to the FSF's address.Ralf Baechle2019-04-1112-46/+34
* COPYING: Update license from FSF source.Ralf Baechle2019-04-101-10/+10
* libax25io: Link against zlib, if available.Ralf Baechle2019-04-102-1/+4
* Bump version to 0.0.12-rc5.libax25-0.0.12-rc5Ralf Baechle2019-04-021-1/+1
* ChangeLog: Update with changes since 0.0.12-rc4.Ralf Baechle2019-04-021-1/+6
* RPM: Remove deprecated Group tag from spec file.Ralf Baechle2019-04-021-3/+0
* RPM: Remove useless Buildroot tag from spec file.Ralf Baechle2019-04-021-1/+0
* RPM: Move library call documentation to devel package.Ralf Baechle2019-04-021-1/+2
* RPM: Drop useless %defattr directives.Ralf Baechle2019-04-021-3/+0
* RPM: Add gcc to build requirements.Ralf Baechle2019-03-261-0/+1
* RPM: Add distribution version to rpm release tag.Ralf Baechle2019-03-201-1/+1
* RPM: Throw in a `.' between BASEVERSION and EXTRAVERSION.Ralf Baechle2019-03-201-1/+1
* .gitignore *~ files.Ralf Baechle2019-03-201-0/+1
* autotools: silence annoying autoreconf messages.Ralf Baechle2019-03-203-1/+3
* daemon: check return value of chdir() in daemon_start_fork_pid()Ralf Baechle2017-09-081-1/+2
* daemon.c: Fix spelling mistake initialiaze -> initialize.Ralf Baechle2017-06-021-1/+1
* Signed-off-by: Thomas Osterried <ax25@x-berg.in-berlin.de>Thomas Osterried2016-01-201-0/+1
* RPM: Build static lib package only if --enable_static was enabled.Ralf Baechle2015-06-061-0/+1
* Update ChangeLog.Ralf Baechle2015-06-061-7/+7
* RPM: Include /etc/ax25 dir into package.Ralf Baechle2015-05-281-0/+1
* Don't package AUTHORS, ChangeLog, COPYING, README with libax25-devel.Ralf Baechle2015-05-261-1/+0
* Add libax25-static package for statically linked applications.Ralf Baechle2015-05-261-1/+14
* Package /etc/ax25/{ax,nr,rs}ports into libax25 package.Ralf Baechle2015-05-261-1/+5
* Modernize daemon_start(3).Ralf Baechle2015-05-202-12/+8
* Ignore "compile" file.Ralf Baechle2015-05-181-0/+1
* automake: Replace use of deprecated automake macro INCLUDES.Ralf Baechle2015-05-171-2/+2
* axutils.c: Fix warning.Ralf Baechle2015-05-071-1/+2
* Reformat consistently. Strictly whitespace changes only.Ralf Baechle2013-06-174-223/+223
* Remove pointless return statements at the end of void functions.Ralf Baechle2013-06-171-1/+0
* Always have a space between if, for, switch, while and the following `('.Ralf Baechle2013-06-173-3/+3
* Remove parenthesis around arguments of return statements.Ralf Baechle2013-06-172-2/+2
* Use tabs for indentation, not spaces.Ralf Baechle2013-06-179-72/+72
* Remove useless initializations to 0 or NULL.Ralf Baechle2013-06-174-7/+7
* Delete useless definition of _LINUX_STRING_H_.Ralf Baechle2013-06-173-6/+0
* Nuke trailing whitespace.Ralf Baechle2013-06-1722-95/+95
* Nuke trailing blank lines.Ralf Baechle2013-06-178-11/+0
* Use dist_ prefix in Makefile.am rather than EXTRA_DIST where possible.Ralf Baechle2013-06-171-2/+2
* Bump version to 0.0.12-rc4.libax25-0.0.12-rc4Ralf Baechle2013-06-171-1/+1
* Building the rpm requires zlib-devel.Ralf Baechle2013-06-061-0/+1
* Remove generated file ltconfig.Ralf Baechle2013-06-042-3017/+1
* Ignore even more generated files.Ralf Baechle2013-06-041-0/+7
* Remove generated file config.h.Ralf Baechle2013-06-041-92/+0
* Convert .cvsignore files to .gitignoreRalf Baechle2013-06-041-9/+9
* Bump version number to 0.0.12-rc3.libax25-0.0.12-rc3Ralf Baechle2013-05-311-1/+1
* Replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS.Ralf Baechle2013-05-301-2/+2