| Commit message (Expand) | Author | Age | Files | Lines |
* | Make newlfs work by adding the MAXSYMLINKLEN and a byte padding to | gibbs | 1994-11-17 | 1 | -0/+2 |
* | John Dyson's patches (and a few from me too) to LFS to use a different | gibbs | 1994-11-17 | 5 | -17/+111 |
* | Remove a peice of commented out code that was left over from the early | gibbs | 1994-11-17 | 1 | -3/+2 |
* | Add support for NO_WRKDIR. | jkh | 1994-11-17 | 1 | -1/+7 |
* | 2 new concepts that just occurred to me: | jkh | 1994-11-17 | 1 | -1/+14 |
* | If USE_GMAKE is defined, use ${GMAKE} in ${XMKMF} && ${MAKE} Makefiles | jmz | 1994-11-16 | 1 | -1/+5 |
* | Instructions for setting up diskless clients | martin | 1994-11-16 | 1 | -0/+130 |
* | Update with new autosizing code, use -1 -1 now | ache | 1994-11-16 | 6 | -11/+11 |
* | Remove str{width,height} functions, they are in libdialog now. | ache | 1994-11-16 | 2 | -29/+1 |
* | Full autosizing support, now you can pass -1, -1 for any | ache | 1994-11-16 | 9 | -24/+134 |
* | Added NO_IMPLICIT_C as our header files in standard locations are either | ljo | 1994-11-16 | 1 | -0/+3 |
* | Change rules to not generate term.h on second make depend | ache | 1994-11-16 | 1 | -5/+4 |
* | Latest from Ugen J.S.Antsilevich" <ugen@NetVision.net.il>. Poul, please | jkh | 1994-11-16 | 1 | -842/+788 |
* | Ugen J.S.Antsilevich's latest, happiest, IP firewall code. | jkh | 1994-11-16 | 5 | -263/+518 |
* | 1. Split these scripts into smaller distinct functional units that will | jkh | 1994-11-16 | 4 | -530/+698 |
* | Fix a panic I might have seen, or at least could see some day if I havn't | phk | 1994-11-16 | 1 | -2/+3 |
* | The previous revision forgot to define fatal_if_no_DDB() when there is DDB. | bde | 1994-11-16 | 3 | -6/+16 |
* | #include <socket.h> -> <sys/socket.h> | phk | 1994-11-16 | 2 | -4/+4 |
* | Allow MAXMEM to be larger than the detected physical memory. This change | dg | 1994-11-16 | 2 | -8/+6 |
* | From: Michael Reifenberger <root@rz-wb.fh-sw.de> | jkh | 1994-11-15 | 1 | -1/+16 |
* | Make shadow more 'real': now shadowed letters appearse as dim ones. | ache | 1994-11-15 | 1 | -16/+13 |
* | Add prototype for Debugger(). | bde | 1994-11-15 | 2 | -2/+4 |
* | Fix it to compile without a leftover ddb.h. | bde | 1994-11-15 | 1 | -18/+24 |
* | Remove bogus declaration of Debugger(). Call Debugger() even if DDB is | bde | 1994-11-15 | 2 | -20/+16 |
* | Remove bogus and unused declaration and definition of Debugger(). | bde | 1994-11-15 | 1 | -7/+1 |
* | Remove unused definition of Debugger(). | bde | 1994-11-15 | 1 | -6/+1 |
* | Remove bogus declaration of Debugger(). Change the macro for Debugger() | bde | 1994-11-15 | 1 | -7/+1 |
* | Don't define KERNEL for compiling genassym. The prototype for the system | bde | 1994-11-15 | 3 | -9/+9 |
* | Include <sys/socket.h> for declaration of struct sockaddr. This helps | bde | 1994-11-15 | 2 | -7/+12 |
* | Include <sys/time.h> so that we compile again provided <sys/param.h> is | bde | 1994-11-15 | 1 | -6/+8 |
* | Include <sys/disklabel.h> to prepare for slices. Don't include the | bde | 1994-11-15 | 1 | -2/+2 |
* | The SYMTAB_SPACE bloatometer was 40% out of date. | bde | 1994-11-15 | 3 | -6/+6 |
* | Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links. | bde | 1994-11-15 | 9 | -15/+24 |
* | Disable prototypes that conflict with ones in <netinet/in_pcb.h>. The | bde | 1994-11-15 | 1 | -2/+5 |
* | Make gdt_segs[] public again for APM. | bde | 1994-11-15 | 4 | -16/+32 |
* | Fix type mismatches exposed by a recently added prototype. | bde | 1994-11-15 | 2 | -8/+8 |
* | Add malloc.h for better SYSV/Linux compatibility like most | ache | 1994-11-15 | 2 | -2/+18 |
* | Change CD devices to the correct ones. | jkh | 1994-11-15 | 1 | -3/+3 |
* | Add comment about SYSV-ism | ache | 1994-11-15 | 1 | -0/+2 |
* | Fix bug: only one second-level shadow drawed | ache | 1994-11-15 | 1 | -0/+16 |
* | Use autodetected dimensions in Sorry! window | ache | 1994-11-15 | 1 | -1/+1 |
* | Use TellEm instead of dialog_msgbox | ache | 1994-11-15 | 1 | -2/+1 |
* | Make depends a separate target. Now you can select when the dependency | jkh | 1994-11-15 | 1 | -11/+15 |
* | Add back tar - I'm not sure where it went again! I know that | jkh | 1994-11-15 | 3 | -5/+5 |
* | Integrated GCC-2.6.1 -> GCC-2.6.2 changes. | phk | 1994-11-15 | 28 | -325/+609 |
* | sendbug -> send_pr | jkh | 1994-11-14 | 1 | -3/+3 |
* | scsiconf.h: | ats | 1994-11-14 | 2 | -6/+6 |
* | A little fix for "make distribute". | phk | 1994-11-14 | 1 | -1/+1 |
* | Final changes. Now "make distribute" should work as advertised. | phk | 1994-11-14 | 2 | -31/+68 |
* | More changes for the "distribute" target. | phk | 1994-11-14 | 1 | -5/+11 |