minix/lib/nbsd_libc/gen
Gianluca Guida cc17b27a2b Build NetBSD libc library in world in ELF mode.
3 sets of libraries are built now:
  . ack: all libraries that ack can compile (/usr/lib/i386/)
  . clang+elf: all libraries with minix headers (/usr/lib/)
  . clang+elf: all libraries with netbsd headers (/usr/netbsd/)

Once everything can be compiled with netbsd libraries and headers, the
/usr/netbsd hierarchy will be obsolete and its libraries compiled with
netbsd headers will be installed in /usr/lib, and its headers
in /usr/include. (i.e. minix libc and current minix headers set
will be gone.)

To use the NetBSD libc system (libraries + headers) before
it is the default libc, see:
   http://wiki.minix3.org/en/DevelopersGuide/UsingNetBSDCode
This wiki page also documents the maintenance of the patch
files of minix-specific changes to imported NetBSD code.

Changes in this commit:
  . libsys: Add NBSD compilation and create a safe NBSD-based libc.
  . Port rest of libraries (except libddekit) to new header system.
  . Enable compilation of libddekit with new headers.
  . Enable kernel compilation with new headers.
  . Enable drivers compilation with new headers.
  . Port legacy commands to new headers and libc.
  . Port servers to new headers.
  . Add <sys/sigcontext.h> in compat library.
  . Remove dependency file in tree.
  . Enable compilation of common/lib/libc/atomic in libsys
  . Do not generate RCSID strings in libc.
  . Temporarily disable zoneinfo as they are incompatible with NetBSD format
  . obj-nbsd for .gitignore
  . Procfs: use only integer arithmetic. (Antoine Leca)
  . Increase ramdisk size to create NBSD-based images.
  . Remove INCSYMLINKS handling hack.
  . Add nbsd_include/sys/exec_elf.h
  . Enable ELF compilation with NBSD libc.
  . Add 'make nbsdsrc' in tools to download reference NetBSD sources.
  . Automate minix-port.patch creation.
  . Avoid using fstavfs() as it is *extremely* slow and unneeded.
  . Set err() as PRIVATE to avoid name clash with libc.
  . [NBSD] servers/vm: remove compilation warnings.
  . u32 is not a long in NBSD headers.
  . UPDATING info on netbsd hierarchy
  . commands fixes for netbsd libc
2011-06-24 11:46:30 +02:00
..
minix Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
_err.c
_errno.c
_errx.c
_lwp_makecontext.3
_sysconf.c
_verr.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
_verrx.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
_vwarn.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
_vwarnx.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
_warn.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
_warnx.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
alarm.3
alarm.c
alphasort.c
arc4random.3
arc4random.c
assert.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
basename.3 Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
basename.c
bswap.3
cgetcap.3
clock.3
clock.c
closedir.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
closefrom.3
closefrom.c
confstr.3
confstr.c
cpuset.3
ctermid.3
ctermid.c
ctype_.c
ctype.3
daemon.3
daemon.c
dehumanize_number.c
devname.3
devname.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
directory.3
dirent_private.h
dirname.3
dirname.c
disklabel.c
endutxent.3
err.3
err.c
errlist-minix.awk Sync NBSD libc errno.h with minix errno.h 2011-03-04 22:37:43 +00:00
errlist.awk
errno.c
errx.c
exec.3
execl.c
execle.c
execlp.c
execv.c
execvp.c
extattr.3 Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
extattr.c
fabs_ieee754.c
fmtcheck.3
fmtcheck.c
fmtmsg.3
fmtmsg.c
fnmatch.3
fnmatch.c
fpclassify.3
fpclassifyd_ieee754.c
fpclassifyf_ieee754.c
fpclassifyl_ieee754.c
fpgetmask.3
fstab.c
ftok.3
ftok.c
fts.3
fts.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
ftw.3
ftw.c
getbsize.3
getbsize.c
getcap.c
getcwd.3
getcwd.c Simplify (and fix) NBSD libc's weak references of getcwd. 2011-02-22 09:08:24 +00:00
getdevmajor.3
getdevmajor.c
getdiskbyname.3
getdomainname.3
getdomainname.c
getfsent.3
getgrent.3
getgrent.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
getgrouplist.3
getgrouplist.c
getgroupmembership.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
gethostname.3
gethostname.c
getlastlogx.3
getloadavg.3
getloadavg.c
getlogin.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
getmntinfo.3
getmntinfo.c
getnetgrent.3
getnetgrent.c
getpagesize.3
getpagesize.c
getpass.3 Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
getpass.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
getprogname.3
getprogname.c
getpwent.3
getpwent.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
getttyent.3
getttyent.c
getusershell.3
getusershell.c
glob.3
glob.c
gr_private.h Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
humanize_number.3
humanize_number.c
infinity_ieee754.c
infinityf_ieee754.c
infinityl_dbl_ieee754.c
infinityl_ieee754.c
initdir.c Fix stat, add fstat and other NBSD libc fixes. 2011-03-04 22:31:31 +00:00
initgroups.3
initgroups.c
isalnum.3
isalpha.3
isascii.3
isascii.c
isatty.c
isblank.3
iscntrl.3
isctype.c
isdigit.3
isfinite.3
isfinited_ieee754.c
isfinitef_ieee754.c
isfinitel_ieee754.c
isgraph.3
isgreater.3
isinf.3
isinfd_ieee754.c
isinff_ieee754.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
isinfl_ieee754.c
islower.3
isnan.3
isnand_ieee754.c
isnanf_ieee754.c
isnanl_ieee754.c
isnormal.3
isprint.3
ispunct.3
isspace.3
isupper.3
isxdigit.3
ldexp_ieee754.c
Lint___setjmp14.c
Lint___sigsetjmp14.c
Lint__setjmp.c
Lint_alloca.c
Lint_bswap16.c
Lint_bswap32.c
Lint_bswap64.c
Lint_fabs.c
Lint_flt_rounds.c
Lint_fpgetmask.c
Lint_fpgetround.c
Lint_fpgetsticky.c
Lint_fpsetmask.c
Lint_fpsetround.c
Lint_fpsetsticky.c
Lint_frexp.c
Lint_ldexp.c
Lint_modf.c
Lint_resumecontext.c
Lint_swapcontext.c
lockf.3
lockf.c
makecontext.3 Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
Makefile.inc Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
modf_ieee754.c
nftw.c
nice.3
nice.c
nlist_aout.c
nlist_coff.c
nlist_ecoff.c
nlist_elf32.c
nlist_elf64.c
nlist_private.h
nlist.3
nlist.c
opendir.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
pause.3
pause.c
popen.3
popen.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
psignal.3
psignal.c
pthread_atfork.3
pthread_atfork.c
pw_private.h
pw_scan.c
pwcache.3
pwcache.c
pwcache.h Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
raise.3
raise.c
randomid.3
randomid.c
readdir.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
realpath.3
rewinddir.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
scandir.3
scandir.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
seekdir.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
setdomainname.c
sethostname.c
setjmp.3
setjmperr.c
setmode.3
setmode.c
setproctitle.3
setproctitle.c
setprogname.c
shquote.3
shquote.c
shquotev.c
sighold.3
sighold.c
sigignore.3
sigignore.c
siginterrupt.3
siginterrupt.c
siglist.c
signal.3
signal.c
signame.c
signbit.3
signbitd_ieee754.c
signbitf_ieee754.c
signbitl_ieee754.c
sigrelse.3
sigrelse.c
sigset.3
sigset.c
sigsetops.3
sigsetops.c
sleep.3
sleep.c
stringlist.3
stringlist.c
sysconf.3
sysconf.c
sysctl.3
sysctl.c
sysctlbyname.c
sysctlgetmibinfo.c
sysctlnametomib.c
syslog.3
syslog.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
telldir.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
time.3
time.c
times.3
times.c
timezone.3
toascii.3
toascii.c
tolower_.c
tolower.3
toupper_.c
toupper.3
ttyname.3
ttyname.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
ttyslot.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
ualarm.3
ualarm.c
ulimit.3
ulimit.c Port NetBSD libc functions to Minix. 2011-02-15 12:19:40 +00:00
uname.3
uname.c
unvis.3
unvis.c
usleep.3
usleep.c
utime.3
utime.c
utmp.c
utmpx.c Clean up NetBSD libc Minix port. 2011-02-15 16:31:16 +00:00
valloc.3
valloc.c
verr.c
verrx.c
vis.3
vis.c
vwarn.c
vwarnx.c
wait.c
wait3.c
waitpid.c
warn.c
warnx.c Import unmodified NetBSD libc in trunk 2011-02-14 19:36:03 +00:00
wordexp.3
wordexp.c