| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a different hack for building libgcc2: `XCC= ${CC}' instead of | bde | 1998-07-08 | 2 | -74/+38 |
* | Replace my original asprintf() and vasprintf() hacks with something | peter | 1998-07-08 | 4 | -142/+99 |
* | Use the installed versions of cc, cc1 and cpp for building underscore. | bde | 1998-07-08 | 1 | -35/+4 |
* | Use the installed version of perl for `make install'. It is now | bde | 1998-07-07 | 1 | -11/+3 |
* | Add definitions for PT_LOPROC and PT_HIPROC. | jdp | 1998-07-07 | 2 | -2/+8 |
* | Use the installed version of perl for `make depend'. It is now | bde | 1998-07-07 | 1 | -14/+3 |
* | Use the installed version of mklocale for `make all'. It is now | bde | 1998-07-07 | 2 | -16/+12 |
* | Use the installed version of colldef for `make all'. It is now | bde | 1998-07-07 | 2 | -18/+12 |
* | Previous fix didn't make it past the Bruce filter. Clean up | jkh | 1998-07-07 | 1 | -5/+2 |
* | msgs -p (and maybe other flags, too) gives misleading error messages, | jkh | 1998-07-07 | 1 | -1/+7 |
* | Oops, don't build tools for building games, etc. when we're not building | bde | 1998-07-07 | 1 | -18/+35 |
* | Use the installed versions of caesar and strfile. They are now | bde | 1998-07-07 | 1 | -19/+3 |
* | Build internal tools in build-tools so that they have some chance of | bde | 1998-07-07 | 1 | -1/+19 |
* | Changed `#if defined(i386)' to `#ifdef __i386__'. | bde | 1998-07-07 | 1 | -2/+2 |
* | Don't depend on gcc's feature of casting lvalues. | bde | 1998-07-07 | 2 | -6/+8 |
* | Don't assume that longs are 32 bits in struct dos_partition. | bde | 1998-07-07 | 3 | -9/+9 |
* | Quick fix for type mismatches which were fatal if longs aren't 32 | bde | 1998-07-07 | 2 | -10/+10 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -7/+10 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -3/+5 |
* | Finished previous fix - don't forget to add one dummy options header | bde | 1998-07-07 | 4 | -52/+40 |
* | Added a `build-tools' target for internal tools. (linux_genassym may | bde | 1998-07-07 | 2 | -4/+8 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 2 | -2/+10 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -1/+3 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -5/+7 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -0/+5 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -4/+3 |
* | Fixed type mismatches which were fatal when sizeof(long) > sizeof(int). | bde | 1998-07-06 | 5 | -13/+13 |
* | Fixed classic sign extension bug `-(long)sizeof(foo)'. | bde | 1998-07-06 | 1 | -6/+6 |
* | Fixed printf format errors. | bde | 1998-07-06 | 26 | -188/+212 |
* | Fixed type mismatches and style bugs in rev.1.30. | bde | 1998-07-06 | 1 | -8/+6 |
* | Declared version_string() properly (1970's style). | bde | 1998-07-06 | 1 | -0/+1 |
* | Fixed printf format errors. | bde | 1998-07-06 | 3 | -12/+12 |
* | Removed bogus #ifdef INET - <net/if_slvar.h> no longer depends on it. | bde | 1998-07-06 | 1 | -3/+1 |
* | Activate newfs_msdos. | rnordier | 1998-07-06 | 1 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r37446, | rnordier | 1998-07-06 | 3 | -0/+1103 |
|\ |
|
| * | Add newfs_msdos: extensive newfs-style support for creating FAT12, | rnordier | 1998-07-06 | 3 | -0/+1103 |
* | | ioctl() request args are unsigned longs, so don't attempt to store | bde | 1998-07-06 | 1 | -3/+3 |
* | | Introduce (fairly hacky) workaround for odd TCP behavior with application | fenner | 1998-07-06 | 1 | -1/+2 |
* | | Restored rev.1.11, which I somehow clobbered in rev.1.12. | bde | 1998-07-06 | 3 | -3/+12 |
* | | Attempt to load serial eeprom contents in both 93c46 and 93c56/66 mode before | gibbs | 1998-07-06 | 1 | -22/+42 |
* | | "vender" -> "vendor" | eivind | 1998-07-06 | 1 | -17/+17 |
* | | Shorten line. | eivind | 1998-07-06 | 1 | -2/+2 |
* | | Sync with sys/i386/isa/fd.c and wd.c revisions 1.115 and 1.170, | kato | 1998-07-06 | 3 | -26/+82 |
* | | oops ended comment before the comment ended.. | julian | 1998-07-06 | 1 | -2/+2 |
* | | Bring back some slight cleanups from 2.2 | julian | 1998-07-06 | 2 | -6/+21 |
* | | Correct use of .Nm. Spelling. Add rcsid and remove unused #includes. | charnier | 1998-07-06 | 24 | -126/+144 |
* | | -Wall. | charnier | 1998-07-06 | 4 | -18/+22 |
* | | Sync usage string and man page. Correct use of .Nm. Spelling. Remove | charnier | 1998-07-06 | 2 | -23/+19 |
* | | Correct use of .Nm. | charnier | 1998-07-06 | 1 | -3/+4 |
* | | Remove unused #includes. Spelling. Add rcsid. Do not dot terminate err() | charnier | 1998-07-06 | 12 | -98/+72 |