Add VAX and PDP-11 architecture reference manuals
[43bsd.git] / lib /
2017-02-03 Nick DowningStarted to get VAX-targeted lib/libc build working...
2017-02-03 Nick DowningPost-ansification changes for lib/c2
2017-02-03 Nick DowningAnsified lib/c2
2017-02-03 Nick DowningPre-ansification changes for lib/c2
2017-02-03 Nick DowningPost-ansification changes for lib/pcc
2017-02-03 Nick DowningAnsified lib/pcc
2017-02-03 Nick DowningPre-ansification changes for lib/pcc
2017-02-02 Nick DowningPost-ansification changes for lib/cpp
2017-02-02 Nick DowningAnsified lib/cpp
2017-02-02 Nick DowningPre-ansification changes for lib/cpp
2017-02-02 Nick DowningRemove the sed fixup of va_arg() after xification,...
2017-02-02 Nick DowningXifier now discovers typedefs by itself, and doesn...
2017-02-02 Nick DowningGet top level build script n.sh working again, improve...
2017-01-31 Nick DowningPost-ansification changes for usr.bin/lex
2017-01-31 Nick DowningMake overriding of malloc() also include __malloc(...
2017-01-31 Nick DowningPost-ansification changes for usr.bin
2017-01-31 Nick DowningGet csh working, add tests
2017-01-31 Nick DowningFix issue of host malloc() ruining the heap in bin...
2017-01-30 Nick DowningFix minor bugs in linux/sys directory emulation and...
2017-01-30 Nick DowningAdditional system calls, can run bin/sh and use system...
2017-01-30 Nick DowningChange isatty() emulation to (incomplete) TIOCGETP...
2017-01-29 Nick DowningPost-ansification changes for bin/csh
2017-01-29 Nick DowningPre-ansification changes for bin/csh
2017-01-28 Nick DowningAdd syscalls, and implement an emulation of BSD-style...
2017-01-27 Nick DowningFix in-core struct nlist and struct ranlib issue in...
2017-01-27 Nick DowningImprove syscalls emulation on Linux, so bin/as can...
2017-01-26 Nick DowningPre-ansification changes for bin/as
2017-01-25 Nick DowningCreate demac.sh, demac.sed, uniqify.sed to automaticall...
2017-01-24 Nick DowningPre-ansification changes for bin
2017-01-24 Nick DowningPost-ansification changes for include, lib/libc, sys
2017-01-24 Nick DowningAnsified include, lib/libc, sys
2017-01-24 Nick DowningPre-ansification changes for lib/libc
2017-01-24 Nick DowningRevert include, lib/libc, sys to 0126836 except for...
2017-01-24 Nick DowningPre-ansification changes for bin
2017-01-23 Nick DowningNew scripts/ansify.sh, pre-ansification changes to...
2017-01-23 Nick DowningTidy up xified C compiler to use relative paths and...
2017-01-23 Nick DowningPermanently apply manual edits (over the automatically...
2017-01-23 Nick DowningPermanently apply the ANSIfication source code transfor...
2017-01-23 Nick DowningMove groups.txt, conflicts.txt, p.sh, q.sh, r.sh, s...
2017-01-23 Nick DowningFix incorrect assignment of nlist.c to nlist.h (should...
2017-01-23 Nick DowningCorrect a bug in cproto path resolution, correct a...
2017-01-23 Nick DowningFix makefile in include and lib/libc to reflect recent...
2017-01-23 Nick DowningPermanently apply syscall stubs and pre.patch changes...
2017-01-23 Nick DowningMove pre.patch from n.sh into o.sh since o.sh is proper...
2017-01-22 Nick DowningMove most Makefile changes from post.patch to pre.patch...
2017-01-22 Nick DowningMove the "#endif XXX" and "XXX {" stuff from n.sh into...
2017-01-22 Nick DowningReinstate extra s.sh script to remove useless includes...
2017-01-22 Nick DowningMove bcopy() and friends into strings.h, move mkdir...
2017-01-21 Nick Downingxification of dependencies using a pipe to receive...
2017-01-21 Nick DowningMake xified linker automatically create links like...
2017-01-21 Nick DowningPut libx_c makefiles almost back to standard, by using...
2017-01-21 Nick DowningRedo the xified cc based on bin/cc.c, also add an xifie...
2017-01-20 Nick DowningInstall the xification and xified C compiler in a sensi...
2017-01-20 Nick DowningAdd a transparently xifying C compiler in xify/cc,...
2017-01-20 Nick DowningGet fopen() and friends working properly, also perror...
2017-01-20 Nick DowningRationalize arguments to syscalls, make unimplemented...
2017-01-20 Nick DowningUpdate post.patch, some more char *->void * adjustments
2017-01-20 Nick DowningMove libstdc to libx_c
2017-01-20 Nick DowningAdd modf() so that printf() works with floating point...
2017-01-19 Nick DowningNow have isatty(), getpagesize(), write(), fstat()...
2017-01-19 Nick DowningCan now compile hello program, it aborts at the first...
2017-01-19 Nick DowningStart converting Makefiles, add linux/csu/crt0.c and...
2017-01-19 Nick DowningNow converted all of libstdc to compile without errors...
2017-01-19 Nick DowningMore int->void fixups and function pointer argument...
2017-01-19 Nick DowningMake a post-patching scheme, use it to add ANSI C compa...
2017-01-19 Nick DowningSignificant progress on getting libstdc to compile...
2017-01-18 Nick DowningCan now compile headers with gcc
2017-01-18 Nick DowningNow got full dependency check in q.sh which reports...
2017-01-18 Nick DowningGet mini dependency check working just for generated...
2017-01-18 Nick DowningStart again with a better approach to patching and...
2017-01-17 Nick DowningFully redo p.sh dependency check in s.sh with also...
2017-01-17 Nick DowningChange things around so that the p.sh script (add ...
2017-01-16 Nick DowningNow generating prototypes for all C files and putting...
2017-01-15 Nick DowningMake c->h dependencies not care whether a struct refere...
2017-01-15 Nick DowningNow computing dependencies quite nicely, all headers...
2017-01-15 Nick DowningScript to rediscover dependencies between header files...
2017-01-15 Nick DowningPreparatory stuff that collects includes and libc files...
2017-01-12 Nick Downing4.3BSD source tree from Mckusick's CDROM