summaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAge
* web: Get rid of doxygen.Andre Noll2020-09-22
| | | | | | | | | | | Doxygen is an additional dependency, and it's total overkill for a small project like osl. The self-contained gendoc.m4 script does everything we need, and is much faster. This patch converts osl.h.in to gendoc syntax and removes all traces of doxygen. Since gendoc.m4 relies on features of gnu-m4 we run it with -g to enable gnu extensions. This has been tested on FreeBSD and NetBSD which ship different m4 implementations, both of which understand -g.
* hlt.c: Clarify description.Andre Noll2015-02-18
| | | | | The old text was misleading since hlt looks only at regular files. Directories can not be hard linked on most systems anyway.
* Update URLs and email addresses.Andre Noll2014-08-19
| | | | | The project has been moved from systemlinux.org to people.tuebingen.mpg.de. This commit updates all links and email addresses.
* hlt: Fix typo in comment.Andre Noll2010-11-21
|
* osltar: Hide the comment for the __static__ #define.Andre Noll2009-07-26
|
* osltar.c: Make write_all() static.Andre Noll2009-07-26
|
* gitignore updates.Andre Noll2009-07-26
|
* osltar: Minor cleanups.Andre Noll2009-07-26
|
* Add two examples to illiustrate programming with libosl.Andre Noll2009-07-13