summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-1919-60/+72
* <sys/errno.h> -> <errno.h>eivind1998-03-161-1/+1
* Add more AIX/DOS/Win95 partition typesache1998-03-141-4/+12
* Changed speed_t from long to unsigned long. POSIX.1 requires anbde1998-03-121-2/+2
* Fixed disordering and inconsistent style in previous commit.bde1998-03-121-3/+2
* Separated header creation from header installation in libss. Createbde1998-03-121-6/+4
* Bring these back from the dead.jb1998-03-112-0/+99
* Don't share sources with i386-elf. That was too difficult. 8-(jb1998-03-111-4/+7
* This commit was generated by cvs2svn to compensate for changes in r34484,jb1998-03-111-20/+68
|\
| * Sharing the crt sources with i386-elf wasn't too successful. The crtijb1998-03-113-108/+120
* | Trash startup sources from NetBSD in favour of jdp's FreeBSD sourcejb1998-03-104-419/+23
* | This commit was generated by cvs2svn to compensate for changes in r34452,jb1998-03-101-0/+63
|\ \ | |/
| * Import a sanitized version of jdp's crt1.c from i386-elf. I have removedjb1998-03-101-0/+63
| * This commit was manufactured by cvs2svn to create branch 'jb'.cvs2svn1998-01-112269-385287/+0
* | Nearly missed this one.jb1998-03-092-2/+40
* | Add #include <unistd.h> to get the prototype for __syscall().jb1998-03-091-1/+2
* | Yikes, this is the worst of the lot. Bruce suggested doing this (!).jb1998-03-091-58/+47
* | Function to return a pointer to the non-threaded errno. This is declaredjb1998-03-091-0/+47
* | Compatibility functions for use when __NETBSD_SYSCALLS is defined.jb1998-03-092-0/+222
* | Oops, we don't need NetBSD's malloc 'cause we can turn off utracejb1998-03-092-438/+2
* | NetBSD doesn't have a utrace syscall, so don't define that ifjb1998-03-091-2/+4
* | When forking a process, only the running thread gets to live. Alljb1998-03-093-0/+117
* | Added #include <string.h> to get prototypes.jb1998-03-092-1/+3
* | Change MACHINE to MACHINE_ARCH.jb1998-03-091-12/+4
* | Stub functions for thread locking with weak symbols so that they arejb1998-03-091-0/+60
* | This commit was generated by cvs2svn to compensate for changes in r34375,jb1998-03-0952-0/+3391
|\ \
| * | Import sources from NetBSD, tweaked for building in FreeBSD.jb1998-03-0952-0/+3391
| * | This commit was manufactured by cvs2svn to create branch 'JB'.cvs2svn1998-01-102267-385003/+0
* | | MACHINE -> MACHINE_ARCHjb1998-03-091-2/+2
* | | Define empty variables in case no names are added to them. This avoidsjb1998-03-091-2/+23
* | | Add an include path to private linc/libc_r/libpthread header files.jb1998-03-091-2/+7
* | | Add lib/libc/include as an directory to search for header files.jb1998-03-093-9/+48
* | | Add a private (to libc, libc_r and libpthread) header file containingjb1998-03-091-0/+52
* | | Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread.jb1998-03-096-21/+69
* | | These files are very specific to FreeBSD kernels, so silently compilejb1998-03-092-1/+6
* | | NetBSD implements semctl using a __semctl syscall instead of thejb1998-03-091-0/+4
* | | getvfsbyname() doesn't existing NetBSD, so return ENOSYS if compiledjb1998-03-091-1/+5
* | | Change a variable to type size_t to suit the sysctl prototype.jb1998-03-091-2/+4
* | | Cast pointer to a long instead of an int to keep a 64-bit compilerjb1998-03-091-1/+1
* | | Can build libc and libc_r on alpha now.jb1998-03-081-17/+13
* | | Reviewed by: bdedufault1998-03-081-2/+2
* | | Fixed a few ancient typos, added a little missing stuff, and updatedmckay1998-03-081-20/+23
* | | Add sched_yield() witch is the draft 10 equivalent of pthread_yield()jb1998-03-086-66/+66
* | | Enable csu/i386-elf under the appropriate conditions.jdp1998-03-071-0/+2
* | | This commit was generated by cvs2svn to compensate for changes in r34198,jdp1998-03-076-0/+263
|\ \ \
| * | | Import C startup files for ELF support.jdp1998-03-076-0/+263
| / /
* | | Import C startup files for ELF support.jdp1998-03-076-0/+263
* | | Add support for ELF.jdp1998-03-071-34/+106
* | | Add primary fat-32ache1998-03-071-1/+3
* | | Fix resource allocation problems:wpaul1998-03-071-94/+176
OpenPOWER on IntegriCloud