jehanne/sys/include
Giacomo Tesio e70feee4a3 libc: introduce "jehanne_" namespace
With this commit all functions declared in libc.h have been renamed
with the "jehanne_" prefix. This is done for several reason:

- it removes conflicts during symbol resolution when linking
  standard C libraries like newlib or musl
- it allows programs depending on a standard C library to directly
  link to a library depending on our non standard libc (eg libsec).

To ease transiction two files are provided:

- sys/include/lib9.h that can be included instead of <libc.h> to use
  the old names (via a simple set of macros)
- sys/src/lib/c/lib9.c that can be compiled with a program where the
  macro provided by lib9.h are too dumb (see for example rc or grep).

In the kernel port/lib.h has been modified accordingly and some of
the functions it directly provides has been renamed too (eg malloc
in qmalloc.c and print in devcons.c).
2017-04-19 23:48:21 +02:00
..
apw libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
usb first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
9P2000.h libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
9p.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
String.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
aml.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
auth.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
authsrv.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
avl.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
bio.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
complete.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
control.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
ctype.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
cursor.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
disk.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
draw.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
event.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
flate.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
frame.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
ip.h libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
keyboard.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
lib9.h libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
libc.h libc: introduce "jehanne_" namespace 2017-04-19 23:48:21 +02:00
libsec.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
memdraw.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
memlayer.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
mouse.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
mp.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
ndb.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
plumb.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
pool.h libc: initial import from Harvey 2015-12-22 11:55:44 +00:00
ptrace.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
regexp.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
stdio.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
thread.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00
tos.h libc: initial import from Harvey 2015-12-22 11:55:44 +00:00
trace.h first usable version of kernel and commands 2016-11-26 03:49:29 +01:00