minix/lib/other
Tomas Hruby b900311656 endpoint_t in syslib
- headers use the endpoint_t in syslib.h and the implmentation was using int
  instead. Both uses endpoint_t now

- every variable named like proc, proc_nr or proc_nr_e of type endpoint_t has
  name proc_ep now

- endpoint_t defined as u32_t not int
2009-09-22 21:42:02 +00:00
..
__pm_findproc.c
_adddma.c adddma/deldma/getdma/sys_mapdma 2008-02-21 16:02:22 +00:00
_brk.c more pid queries; PM field macros; vm stubs 2009-09-21 14:44:00 +00:00
_cprofile.c System statistical and call profiling 2006-10-30 15:53:38 +00:00
_deldma.c adddma/deldma/getdma/sys_mapdma 2008-02-21 16:02:22 +00:00
_devctl.c
_getdents.c Getdents implementation in library/vfs/mfs. 2006-11-09 16:22:54 +00:00
_getdma.c adddma/deldma/getdma/sys_mapdma 2008-02-21 16:02:22 +00:00
_getngid.c more pid queries; PM field macros; vm stubs 2009-09-21 14:44:00 +00:00
_getnpid.c more pid queries; PM field macros; vm stubs 2009-09-21 14:44:00 +00:00
_getnprocnr.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
_getnuid.c more pid queries; PM field macros; vm stubs 2009-09-21 14:44:00 +00:00
_getpprocnr.c
_getprocnr.c
_getsigset.c
_getsysinfo.c Introduced unprivileged getsysinfo variant, to retrieve harmless data 2006-07-27 16:23:01 +00:00
_lseek64.c make lseek64 return correct new position 2009-05-23 13:47:17 +00:00
_mapdriver5.c Added _mapdriver5.c. 2007-08-07 12:02:38 +00:00
_mount.c Added a hack to start binaries from the boot image only. In particular, setting 2009-08-18 11:36:01 +00:00
_reboot.c
_sbrk.c Grant system dynamic-only. 2006-06-30 14:40:29 +00:00
_seekdir.c Getdents implementation in library/vfs/mfs. 2006-11-09 16:22:54 +00:00
_sprofile.c System statistical and call profiling 2006-10-30 15:53:38 +00:00
_svrctl.c
_sysuname.c
_vm_dmacalls.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
_vm_query_exit.c more pid queries; PM field macros; vm stubs 2009-09-21 14:44:00 +00:00
_vm_set_priv.c more pid queries; PM field macros; vm stubs 2009-09-21 14:44:00 +00:00
asynchio.c
basename.c
bcmp.c
bcopy.c
bzero.c
configfile.c
crypt.c
ctermid.c
cuserid.c
environ.c
errno.c
fdopen.c
ffs.c
flock.c
fslib.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
fsversion.c Merge of VFS by Balasz Gerofi with Minix trunk. 2006-10-25 13:40:36 +00:00
fts.c
getgrent.c
getlogin.c
getpagesize.c
getpass.c
getpeuid.c getpeuid implementation. Get the uid of a process (by endpoint) 2007-04-27 12:21:06 +00:00
getpwent.c
getttyent.c
getw.c
hypot.c
index.c
itoa.c
loadname.c
lock.c
lrand.c
lsearch.c
Makefile.in more pid queries; PM field macros; vm stubs 2009-09-21 14:44:00 +00:00
memccpy.c
minix_rs.c forgot to svn add this. 2009-09-21 19:56:30 +00:00
mstats.c
mtab.c
namespace.h
nlist.c
paramvalue.c
peekpoke.c
popen.c
putenv.c
putw.c
random.c
rindex.c
setenv.c
setgroups.c
settimeofday.c
stderr.c
strdup.c
strlcat.c
strlcpy.c
strtok_r.c
swab.c
sys_eniop.c endpoint_t in syslib 2009-09-22 21:42:02 +00:00
syscall.c
sysconf.c
syslog.c
taskcall.c endpoint_t in syslib 2009-09-22 21:42:02 +00:00
telldir.c Getdents implementation in library/vfs/mfs. 2006-11-09 16:22:54 +00:00
termcap.c
ttyname.c
ttyslot.c
un-namespace.h
v8regerror.c
v8regexp.c
v8regsub.c
writev.c