| Commit message (Expand) | Author | Age | Files | Lines |
* | For 1.3, NetBSD walloped the msync syscall and replaced it with | jb | 1998-03-23 | 2 | -2/+59 |
* | Add Compaq & SCO partition types. | jkh | 1998-03-22 | 1 | -1/+3 |
* | Fix a problem of indirection unblocking signals that would have caused | jb | 1998-03-22 | 3 | -3/+3 |
* | Build both libscrypt and libdescrypt. There is no point in letting | markm | 1998-03-21 | 1 | -7/+4 |
* | MF22: teach about LS-120 devices. | jkh | 1998-03-20 | 2 | -3/+5 |
* | Renamed the generated include file keys.tries to keys.tries.h so | bde | 1998-03-20 | 3 | -22/+14 |
* | Build the libraries in a correct order. Reorganized the ifdefs so | bde | 1998-03-19 | 1 | -29/+42 |
* | Don't use the beforedepend target. It was a no-op here except for | bde | 1998-03-19 | 1 | -3/+1 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq | charnier | 1998-03-19 | 19 | -60/+72 |
* | <sys/errno.h> -> <errno.h> | eivind | 1998-03-16 | 1 | -1/+1 |
* | Add more AIX/DOS/Win95 partition types | ache | 1998-03-14 | 1 | -4/+12 |
* | Changed speed_t from long to unsigned long. POSIX.1 requires an | bde | 1998-03-12 | 1 | -2/+2 |
* | Fixed disordering and inconsistent style in previous commit. | bde | 1998-03-12 | 1 | -3/+2 |
* | Separated header creation from header installation in libss. Create | bde | 1998-03-12 | 1 | -6/+4 |
* | Bring these back from the dead. | jb | 1998-03-11 | 2 | -0/+99 |
* | Don't share sources with i386-elf. That was too difficult. 8-( | jb | 1998-03-11 | 1 | -4/+7 |
* | This commit was generated by cvs2svn to compensate for changes in r34484, | jb | 1998-03-11 | 1 | -20/+68 |
|\ |
|
| * | Sharing the crt sources with i386-elf wasn't too successful. The crti | jb | 1998-03-11 | 3 | -108/+120 |
* | | Trash startup sources from NetBSD in favour of jdp's FreeBSD source | jb | 1998-03-10 | 4 | -419/+23 |
* | | This commit was generated by cvs2svn to compensate for changes in r34452, | jb | 1998-03-10 | 1 | -0/+63 |
|\ \
| |/ |
|
| * | Import a sanitized version of jdp's crt1.c from i386-elf. I have removed | jb | 1998-03-10 | 1 | -0/+63 |
| * | This commit was manufactured by cvs2svn to create branch 'jb'. | cvs2svn | 1998-01-11 | 2269 | -385287/+0 |
* | | Nearly missed this one. | jb | 1998-03-09 | 2 | -2/+40 |
* | | Add #include <unistd.h> to get the prototype for __syscall(). | jb | 1998-03-09 | 1 | -1/+2 |
* | | Yikes, this is the worst of the lot. Bruce suggested doing this (!). | jb | 1998-03-09 | 1 | -58/+47 |
* | | Function to return a pointer to the non-threaded errno. This is declared | jb | 1998-03-09 | 1 | -0/+47 |
* | | Compatibility functions for use when __NETBSD_SYSCALLS is defined. | jb | 1998-03-09 | 2 | -0/+222 |
* | | Oops, we don't need NetBSD's malloc 'cause we can turn off utrace | jb | 1998-03-09 | 2 | -438/+2 |
* | | NetBSD doesn't have a utrace syscall, so don't define that if | jb | 1998-03-09 | 1 | -2/+4 |
* | | When forking a process, only the running thread gets to live. All | jb | 1998-03-09 | 3 | -0/+117 |
* | | Added #include <string.h> to get prototypes. | jb | 1998-03-09 | 2 | -1/+3 |
* | | Change MACHINE to MACHINE_ARCH. | jb | 1998-03-09 | 1 | -12/+4 |
* | | Stub functions for thread locking with weak symbols so that they are | jb | 1998-03-09 | 1 | -0/+60 |
* | | This commit was generated by cvs2svn to compensate for changes in r34375, | jb | 1998-03-09 | 52 | -0/+3391 |
|\ \ |
|
| * | | Import sources from NetBSD, tweaked for building in FreeBSD. | jb | 1998-03-09 | 52 | -0/+3391 |
| * | | This commit was manufactured by cvs2svn to create branch 'JB'. | cvs2svn | 1998-01-10 | 2267 | -385003/+0 |
* | | | MACHINE -> MACHINE_ARCH | jb | 1998-03-09 | 1 | -2/+2 |
* | | | Define empty variables in case no names are added to them. This avoids | jb | 1998-03-09 | 1 | -2/+23 |
* | | | Add an include path to private linc/libc_r/libpthread header files. | jb | 1998-03-09 | 1 | -2/+7 |
* | | | Add lib/libc/include as an directory to search for header files. | jb | 1998-03-09 | 3 | -9/+48 |
* | | | Add a private (to libc, libc_r and libpthread) header file containing | jb | 1998-03-09 | 1 | -0/+52 |
* | | | Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread. | jb | 1998-03-09 | 6 | -21/+69 |
* | | | These files are very specific to FreeBSD kernels, so silently compile | jb | 1998-03-09 | 2 | -1/+6 |
* | | | NetBSD implements semctl using a __semctl syscall instead of the | jb | 1998-03-09 | 1 | -0/+4 |
* | | | getvfsbyname() doesn't existing NetBSD, so return ENOSYS if compiled | jb | 1998-03-09 | 1 | -1/+5 |
* | | | Change a variable to type size_t to suit the sysctl prototype. | jb | 1998-03-09 | 1 | -2/+4 |
* | | | Cast pointer to a long instead of an int to keep a 64-bit compiler | jb | 1998-03-09 | 1 | -1/+1 |
* | | | Can build libc and libc_r on alpha now. | jb | 1998-03-08 | 1 | -17/+13 |
* | | | Reviewed by: bde | dufault | 1998-03-08 | 1 | -2/+2 |
* | | | Fixed a few ancient typos, added a little missing stuff, and updated | mckay | 1998-03-08 | 1 | -20/+23 |