| Commit message (Expand) | Author | Age | Files | Lines |
* | Touch the $Revision$ string to cause a cvs revision update of the boot | rgrimes | 1994-06-14 | 2 | -4/+4 |
* | Be paranoid about setting of %dl register for braindead BIOS's, | jkh | 1994-06-13 | 2 | -2/+4 |
* | Fix from Bruce Evans: | dg | 1994-06-11 | 3 | -6/+12 |
* | Fixed minor spelling error. | dg | 1994-06-11 | 3 | -3/+3 |
* | Bruce found a bug in my changes to stop using the gs selector. | dg | 1994-06-11 | 3 | -102/+183 |
* | Copyright changes per the author. | rich | 1994-06-10 | 40 | -263/+634 |
* | Added some missing cld's (OOPS!) and changed the position of some of | dg | 1994-06-06 | 3 | -18/+27 |
* | trap.c: | dg | 1994-06-06 | 8 | -1364/+1375 |
* | Back out previous change for the moment - I need to commit some other | dg | 1994-06-06 | 3 | -27/+63 |
* | Added some missing cld's (OOPS!) and changed the position of some of | dg | 1994-06-06 | 6 | -63/+36 |
* | Don't move the page's position in the active queue if it is busy or | dg | 1994-06-06 | 1 | -2/+0 |
* | Removed extra (bogus) declaration of Xrsvd14 that was confusing me. | dg | 1994-06-04 | 2 | -2/+2 |
* | This should fix up the absolute paths to /usr/mdec - just prepended | jkh | 1994-06-02 | 2 | -40/+40 |
* | Make bootblocks fit into 7168 limit | ache | 1994-05-30 | 4 | -16/+14 |
* | Don't panic if we can't malloc a cblock...just print a console message | dg | 1994-05-29 | 2 | -4/+8 |
* | Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makes | dg | 1994-05-29 | 1 | -12/+3 |
* | Changed loopback MTU to 65535. | dg | 1994-05-29 | 1 | -0/+4 |
* | Increased tcp_send/recvspace to 16k, and added TCP_SMALLSPACE ifdef | dg | 1994-05-29 | 1 | -2/+12 |
* | Add this so that the top level Makefile can traverse down into here | rgrimes | 1994-05-28 | 1 | -0/+5 |
* | Completed version of my clist management code. Requires hooks in tty.c | dg | 1994-05-27 | 2 | -142/+498 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 2 | -0/+251 |
* | Cast arguments to timeout() to quite compiler warnings. Should we | rgrimes | 1994-05-27 | 6 | -25/+33 |
* | SYSCONS is no longer needed since pccons has been removed. | rgrimes | 1994-05-26 | 5 | -11/+15 |
* | Since we have removed com.c and renamed comreg.h to sioreg.h I need to | rgrimes | 1994-05-26 | 3 | -3/+3 |
* | Fix some references to MIN() and MAX() that have been replaced by min() and | rgrimes | 1994-05-26 | 7 | -7/+7 |
* | Added missing ntohl()'s that are needed before calling IN_MULTICAST in | dg | 1994-05-26 | 2 | -4/+4 |
* | Moved header definitions to buf.h, and added missing splx() - found | dg | 1994-05-26 | 3 | -52/+80 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 328 | -4984/+11163 |
* | This commit was generated by cvs2svn to compensate for changes in r1543, | rgrimes | 1994-05-25 | 7 | -0/+506 |
|\ |
|
| * | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-25 | 7 | -0/+506 |
* | | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-25 | 7 | -0/+386 |
* | | This commit was generated by cvs2svn to compensate for changes in r1541, | rgrimes | 1994-05-24 | 543 | -0/+178130 |
|\ \
| |/ |
|
| * | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 543 | -0/+178130 |
* | | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 98 | -0/+46972 |
* | | This commit was generated by cvs2svn to compensate for changes in r1539, | rgrimes | 1994-05-24 | 1 | -0/+85 |
|\ \
| |/ |
|
| * | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 1 | -0/+85 |
* | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 1 | -0/+143 |
* | Get us closer to being able to install on the second drive. | jkh | 1994-05-24 | 2 | -4/+4 |
* | Fixed Id string | sos | 1994-05-20 | 1 | -1/+1 |
* | Added prober Id string | sos | 1994-05-20 | 1 | -1/+1 |
* | Wait a much longer time for slow devices like CD multichangers to timeout | jkh | 1994-05-19 | 1 | -3/+3 |
* | Start preparing for the new, improved, doesn't-hang-the-keyboard version of | jkh | 1994-05-19 | 2 | -4/+8 |
* | Remove the now bogus IP_VAT_COMPAT. | jkh | 1994-05-18 | 3 | -6/+6 |
* | Add line for IP_VAT_COMPAT, documenting it. | jkh | 1994-05-17 | 3 | -3/+6 |
* | Fold in the changes to support IP multicasting, from Jim Lowe et al. | jkh | 1994-05-17 | 3 | -3/+12 |
* | Whoops - comment out psm0 by default in case someone wants to | jkh | 1994-05-17 | 3 | -6/+6 |
* | Add descriptions of ALLOW_CONFLICT_* options we want to doc for now | jkh | 1994-05-17 | 3 | -6/+27 |
* | Get generic kernels to be as forgiving of users with lossy hardware | jkh | 1994-05-16 | 2 | -2/+4 |
* | From Bruce: | ache | 1994-05-16 | 2 | -18/+72 |
* | Added a missing unit argument in a printf. | ats | 1994-05-14 | 1 | -2/+2 |