..
__pm_findproc.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_adddma.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_brk.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_cprofile.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_deldma.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_getdents.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_getdma.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_getngid.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_getnpid.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_getnprocnr.c
_getnucred.c
Add getnucred system call. Contributed by Thomas Cort
2010-07-15 13:24:57 +00:00
_getnuid.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_getpprocnr.c
_getprocnr.c
_getsigset.c
_lseek64.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_mapdriver.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_mcontext.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_mount.c
_mount.c: don't check for excutable if MS_EXISTING is set
2011-02-22 17:59:08 +00:00
_reboot.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_sbrk.c
_seekdir.c
_setgroups.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_sprofile.c
The profile utility can set the sprofiling mode
2010-09-23 10:49:42 +00:00
_svrctl.c
More cleanup to remove MM and FS references
2010-06-10 14:04:46 +00:00
_sysuname.c
Remove legacy MM, FS, and FS_PROC_NR macros
2010-06-08 13:58:01 +00:00
_vm_dmacalls.c
_vm_memctl.c
Give RS a page table.
2010-06-28 22:07:49 +00:00
_vm_query_exit.c
vm/ipc: only report signals when it matters to ipc
2011-08-05 20:52:32 +00:00
_vm_set_priv.c
_vm_update.c
basename.c
bcmp.c
bcopy.c
bzero.c
configfile.c
crypt.c
ctermid.c
cuserid.c
dirname.c
environ.c
err.c
libc: add original netbsd files
2010-06-09 12:08:32 +00:00
errno.c
errx.c
libc: add original netbsd files
2010-06-09 12:08:32 +00:00
fdopen.c
ffs.c
fgetln.c
libraries: fgetln() from pkgsrc branch.
2010-06-18 14:02:00 +00:00
flock.c
fslib.c
<ansi.h> -> <minix/ansi.h>
2011-01-28 11:35:02 +00:00
fsversion.c
Auto-detect ext2 partitions in mount
2010-08-03 06:28:58 +00:00
fts.c
Move MIN() and MAX() macros to sys/params.h
2010-08-21 13:10:41 +00:00
gcov_flush.c
gcov support, based on work contributed by Anton Kuijsten.
2010-08-25 13:06:43 +00:00
gcov.c
lib: fixes to make clang not error
2010-09-13 15:50:54 +00:00
getgrent.c
getlogin.c
getopt_long.c
We have sys/cdefs.h now, so remove hacks.
2010-06-17 15:14:57 +00:00
getpagesize.c
getpass.c
getprogname.c
libc and csu updates for ELF
2010-12-10 23:04:04 +00:00
getpwent.c
getsubopt.c
getsubopt: use regular assert()s
2010-06-26 02:37:17 +00:00
getttyent.c
getw.c
hypot.c
lib: fixes for warnings that clang has for libraries.
2010-07-06 12:08:22 +00:00
index.c
initgroups.c
itoa.c
loadname.c
lock.c
lrand.c
lsearch.c
Makefile.inc
make getsysinfo() a system-land call
2010-09-14 21:50:05 +00:00
memccpy.c
<ansi.h> -> <minix/ansi.h>
2011-01-28 11:35:02 +00:00
minix_rs.c
mtab.c
namespace.h
rename mmap() and munmap()
2011-07-16 13:01:19 +02:00
nlist.c
paramvalue.c
peekpoke.c
popen.c
putenv.c
lib: fixes for warnings that clang has for libraries.
2010-07-06 12:08:22 +00:00
putw.c
lib: fixes for warnings that clang has for libraries.
2010-07-06 12:08:22 +00:00
pwcache.c
lib - sanity check for group_from_gid etc.
2010-07-24 10:40:55 +00:00
pwcache.h
libc: add original netbsd files
2010-06-09 12:08:32 +00:00
random.c
read_tsc_64.c
move rrrrrrread_tsc from libsys to libc so anyone can use it
2010-08-20 18:43:56 +00:00
read_tsc.S
move rrrrrrread_tsc from libsys to libc so anyone can use it
2010-08-20 18:43:56 +00:00
realpath.c
Make realpath deal with double slashes
2010-09-06 07:45:32 +00:00
rindex.c
rlimit.c
setenv.c
lib: fixes for warnings that clang has for libraries.
2010-07-06 12:08:22 +00:00
setmode.c
libc!setmode.c: Avoid #if inside macro call
2011-06-23 17:54:17 +02:00
settimeofday.c
shquote.c
shquote() from NetBSD's libnbcompat
2010-07-12 17:32:57 +00:00
stderr.c
strcasestr.c
lib - extra file for libutil; strnstr and strcasestr from freebsd for libc.
2010-07-19 10:46:26 +00:00
strdup.c
strlcat.c
strlcpy.c
strmode.c
lib: declarations that needed ANSIfication since prototypes are declared
2010-06-09 13:01:11 +00:00
strnstr.c
lib - extra file for libutil; strnstr and strcasestr from freebsd for libc.
2010-07-19 10:46:26 +00:00
strsep.c
Import strsep() from NetBSD's libnbcompat
2010-07-12 17:41:31 +00:00
strtok_r.c
strtoll.c
swab.c
syscall.c
sysconf.c
Move minix/paths.h to paths.h
2010-11-06 20:40:15 +00:00
syslog.c
telldir.c
termcap.c
fix many clang warnings in lib/
2011-06-23 19:25:36 +02:00
ttyname.c
ttyslot.c
u64util.c
GCC/clang: int64 routines in C
2010-11-12 18:38:10 +00:00
un-namespace.h
libc: minor minix changes for new netbsd files
2010-06-09 12:09:39 +00:00
v8regerror.c
v8regexp.c
v8regsub.c
vectorio.c
Move MIN() and MAX() macros to sys/params.h
2010-08-21 13:10:41 +00:00
verr.c
libc: add original netbsd files
2010-06-09 12:08:32 +00:00
verrx.c
libc: add original netbsd files
2010-06-09 12:08:32 +00:00
vwarn.c
libc: add original netbsd files
2010-06-09 12:08:32 +00:00
vwarnx.c
warn.c
libc: add original netbsd files
2010-06-09 12:08:32 +00:00
warnx.c