KernelNewbies
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Kernel Hacking

  • Frontpage

  • Kernel Hacking

  • Kernel Documentation

  • Kernel Glossary

  • FAQ

  • Found a bug?

  • Kernel Changelog

  • Upstream Merge Guide

Projects

  • KernelJanitors

  • KernelMentors

  • KernelProjects

Community

  • Why a community?

  • Regional Kernelnewbies

  • Personal Pages

  • Upcoming Events

References

  • Mailing Lists

  • Related Sites

  • Programming Links

Wiki

  • Recent Changes

  • Site Editors

  • Side Bar

  • Tips for Editors

  • Hosted by WikiWall

Navigation

  • RecentChanges
  • FindPage
  • HelpContents
Revision 1 as of 2004-12-19 17:11:16
KernelNewbies:
  • LibDetails

Back to Kernel001WalkThrough

The lib directory of Linux 0.01 contains the library functions.

_exit.c

_exit(), interface to sys_exit()

close.c

close(), interface to sys_close()

ctype.c

_ctype[], lookup table for <ctype.h> functions

dup.c

dup(), interface to sys_dup()

errno.c

errno variable

execve.c

execve(), interface to sys_execve()

open.c

open(), interface to sys_open()

setsid.c

setsid(), interface to sys_setsid()

string.c

library version of <string.h> (see IncludeDetails)

wait.c

wait(), interface to sys_waitpid()

write.c

write(), interface to sys_write()

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01