| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Use new-style declarations for min/max functions so that | bde | 1994-09-18 | 2 | -124/+22 |
* | | Make GCC's back end be shared among all languages. cc, c++, and cpp now | wollman | 1994-09-18 | 9 | -25/+19 |
* | | Emendation to previous commit: only create static INTERNALLIBs if | wollman | 1994-09-18 | 1 | -1/+3 |
* | | Add (#ifdef'ed by STARTUP_LOCALE) following line to crt0.c | ache | 1994-09-18 | 2 | -3/+12 |
* | | It turns out that occasionally you want both shared and static versions | wollman | 1994-09-18 | 1 | -4/+2 |
* | | Replace `unsigned' by `u_int' so that it is not necessary to include | bde | 1994-09-18 | 1 | -6/+6 |
* | | Clean up #includes. <machine/spl.h> has to be included by almost everything | bde | 1994-09-18 | 2 | -10/+10 |
* | | Remove "#ifdef notdef" around declaration of fuibyte(). fuibyte() _is_ | bde | 1994-09-18 | 1 | -10/+3 |
* | | Added domainname. | wollman | 1994-09-18 | 1 | -3/+5 |
* | | Add q modifier (for long longs) support to -Wformat. | rgrimes | 1994-09-18 | 1 | -22/+29 |
* | | A new domainname(1) command based on hostname(1), this time with a correct | wollman | 1994-09-18 | 3 | -0/+146 |
* | | Removed obsolete example of specifying PCI IntA to IRQ mapping for NCR. | se | 1994-09-18 | 1 | -2/+1 |
* | | 1. Remove commented out CFLAGS+=-DDEBUG from Makefile | rgrimes | 1994-09-18 | 8 | -113/+174 |
* | | Declare [gs]etdomainname(). | wollman | 1994-09-18 | 1 | -0/+2 |
* | | Redo Kernel NTP PLL support, kernel side. | wollman | 1994-09-18 | 20 | -154/+2129 |
* | | Redo kernel NTP PLL support, user-mode interface. | wollman | 1994-09-18 | 3 | -10/+69 |
* | | Add LDDESTDIR to ld command. | swallace | 1994-09-18 | 2 | -4/+12 |
* | | Put LDDESTDIR before library listing. | swallace | 1994-09-18 | 2 | -4/+4 |
* | | Add 'rm -f /etc/localtime' before cp to /etc/localtime, | ache | 1994-09-18 | 1 | -1/+2 |
* | | added fdwrite -> usr.sbin/fdwrite | phk | 1994-09-18 | 1 | -2/+2 |
* | | Added a missing ${DESTDIR}. The real problem is that stuff related to | phk | 1994-09-18 | 1 | -1/+1 |
* | | Makefile: add ${LDDESTDIR} to linking of boot code so ${DESTDIR}/usr/lib | swallace | 1994-09-18 | 4 | -6/+10 |
* | | This commit was generated by cvs2svn to compensate for changes in r2849, | phk | 1994-09-18 | 3 | -0/+341 |
|\ \
| |/ |
|
| * | A small program, which can take a file of any size, format, write and verify | phk | 1994-09-18 | 3 | -0/+341 |
* | | libmd no longer built as shared-lib, only static. | phk | 1994-09-18 | 1 | -2/+3 |
* | | Parallel-port TCP/IP interface can now take any MTU. | phk | 1994-09-18 | 1 | -63/+74 |
* | | Declare fuction setpassive in file cmds.c void and update corresponding | swallace | 1994-09-18 | 2 | -1/+2 |
* | | Fix from John Kohl: | dg | 1994-09-18 | 1 | -1/+1 |
* | | Various fixes: | dg | 1994-09-18 | 2 | -6/+22 |
* | | Kludge to workaround ftp coredumping when password is specified before | dg | 1994-09-18 | 1 | -1/+1 |
* | | New man pages from Wilko Bulte. | jkh | 1994-09-18 | 2 | -0/+138 |
* | | Fixed the problem where the floppy has incorrectly failed probing | joerg | 1994-09-17 | 3 | -51/+102 |
* | | Fix include path. | dg | 1994-09-17 | 2 | -2/+2 |
* | | Added fdformat utility from 1.1.5. | dg | 1994-09-17 | 1 | -2/+2 |
* | | Updated driver to the 1.1.5 version: | dg | 1994-09-17 | 13 | -963/+1745 |
* | | Include <i386/include/cpufunc.h> to have outb() defined ... | se | 1994-09-17 | 1 | -1/+2 |
* | | Got rid of compiler warnings. | dg | 1994-09-17 | 5 | -23/+16 |
* | | Changed CDOUTSTANDING back to a value of 2 (from 1), since this is now only | se | 1994-09-16 | 1 | -2/+2 |
* | | Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and | wollman | 1994-09-16 | 8 | -9/+43 |
* | | Delete unlikely-to-be-used filesystems from GENERIC kernels. | wollman | 1994-09-16 | 2 | -17/+3 |
* | | Added new entry | gclarkii | 1994-09-16 | 1 | -1/+20 |
* | | Added first system entry (mine) | gclarkii | 1994-09-16 | 1 | -1/+25 |
* | | Added version string (All new FAQ stuff should have one) | gclarkii | 1994-09-16 | 1 | -1/+1 |
* | | Started cleaning up FAQ directory for 2.0. | gclarkii | 1994-09-16 | 5 | -440/+1495 |
* | | Added code for FreeBSD-1.1.5 backwards compatibility. | dfr | 1994-09-16 | 1 | -3/+62 |
* | | Add support for DEBUG_FLAGS. If you say something like: | jkh | 1994-09-16 | 5 | -6/+20 |
* | | Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from | dg | 1994-09-16 | 27 | -208/+127 |
* | | Moved include of cdefs.h outside of ifndef KERNEL so it always | paul | 1994-09-16 | 1 | -2/+3 |
* | | Deal with outw being defined - the declaration clashes. | jkh | 1994-09-16 | 2 | -2/+6 |
* | | Add SYSV shm stuff back to LINT. | jkh | 1994-09-16 | 6 | -12/+12 |