The Linux Programming Interface

From HandWiki
Short description: Book by Michael Kerrisk


The Linux Programming Interface
The Linux Programming Interface.jpg
AuthorMichael Kerrisk
LanguageEnglish
SeriesLearning
Subjectcovers current UNIX® standards (POSIX.1-2001 /SUSv3 and POSIX.1-2008 /SUSv4 )
Published2010 (No Starch Press)
Pages1512
ISBNISBN:978-1-59327-220-3

The Linux Programming Interface: A Linux and UNIX System Programming Handbook is a book written by Michael Kerrisk, which documents the APIs of the Linux kernel and of the GNU C Library (glibc).

Book

The book covers topics related to Linux operating system and operating systems in general. It enlists the history of Unix and how it led to the creation of Linux. It provides samples of code written in C, and learning exercises at the end of chapters. The author was a former writer for the Linux Weekly News[1] and the current maintainer for the Linux man pages project.[2]

The Linux Programming Interface is a well regarded[3] work on Linux systems programming and is available for readers in several languages.[4]

At FOSDEM 2016 Michael Kerrisk, the author of The Linux Programming Interface, explained some of the issues with the Linux kernel's user-space API he and others perceive. It is littered with design errors: APIs which are non-extensible, unmaintainable, overly complex, limited-purpose, violations of standards, and inconsistent. Most of those mistakes can't be fixed because doing so would break the ABI that the kernel presents to user-space binaries.[5]

See also

  • Linux kernel interfaces
  • Programming Linux Games

References

External links