| Commit message (Expand) | Author | Age | Files | Lines |
* | Added $Id$ | dg | 1994-08-02 | 680 | -353/+1199 |
* | fixed bug where large amounts of unidirectional UDP traffic would fill | dg | 1994-08-01 | 1 | -0/+10 |
* | Fixed bug with Nagel Congestion Avoidance where a tcp connection would | dg | 1994-08-01 | 2 | -2/+38 |
* | Reduced loopback MTU from 65535 to 65532 because some things like NFS | dg | 1994-08-01 | 1 | -1/+1 |
* | Removed all code related to the pagescan daemon, and changed 'act_count' | dg | 1994-08-01 | 7 | -107/+15 |
* | Allow for output processing routine to handle entire character buffer | dg | 1994-08-01 | 1 | -2/+4 |
* | Fixed a bug that was introduced in the conversion from 1.1.5 to 2.0. | dg | 1994-08-01 | 3 | -18/+42 |
* | Removed pager declarations. They are NOT optional, and don't need to be | dg | 1994-07-28 | 2 | -8/+0 |
* | This commit was generated by cvs2svn to compensate for changes in r1802, | phk | 1994-07-24 | 2 | -0/+352 |
|\ |
|
| * | Reviewed by: phk | phk | 1994-07-24 | 2 | -0/+352 |
* | Added code to allocate and deallocate a number of cblocks on open/close of | dg | 1994-07-06 | 1 | -0/+15 |
* | Commit a whole cluster of last minute critical (and one cosmetic) fixes | jkh | 1994-06-22 | 3 | -7/+22 |
* | Make BOOTWAIT a truly tunable parameter. It was hard-set before. | jkh | 1994-06-20 | 2 | -4/+4 |
* | This is the IBM/National PCMCIA ethernet driver from Keith Moore, | jkh | 1994-06-16 | 3 | -0/+3000 |
* | Changed delay mechanism to rely more on I/O spinning. If spinning on the | adam | 1994-06-16 | 6 | -18/+36 |
* | From Hellmuth Michaelis, reviewed by Bruce Evans: This enables | jkh | 1994-06-15 | 2 | -6/+6 |
* | make BOOTWAIT loopcount parameter available for tuning. | adam | 1994-06-15 | 4 | -8/+18 |
* | 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 |