| Commit message (Expand) | Author | Age | Files | Lines |
* | Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates that | dg | 1994-08-07 | 2 | -8/+10 |
* | Provide support for upcoming merged VM/buffer cache, and fixed a few bugs | dg | 1994-08-07 | 1 | -1/+2 |
* | Don't kremove process VM pages (oops!). This was the cause of the instability | dg | 1994-08-07 | 1 | -15/+20 |
* | Don't strip the kernel. | dg | 1994-08-06 | 1 | -3/+2 |
* | Fixed various prototype problems with the pmap functions and the subsequent | dg | 1994-08-06 | 4 | -26/+22 |
* | Incorporated 1.1.5 improvements to the bounce buffer code (i.e. make it | dg | 1994-08-06 | 1 | -487/+117 |
* | Made the tmpstk start at tmpstk. Not doing so causes problems for the | dg | 1994-08-06 | 1 | -2/+2 |
* | Incorporated post 1.1.5 work from John Dyson. This includes performance | dg | 1994-08-06 | 2 | -77/+45 |
* | Added my own kernel configuration file. This can be used as a place to | dg | 1994-08-06 | 1 | -0/+116 |
* | Delete redundant #ifdef __i386__, be consistent about idempotency | wollman | 1994-08-05 | 1 | -8/+4 |
* | Added assembly versions of ffs() and bcmp(). | dg | 1994-08-04 | 1 | -25/+66 |
* | Inlined insque and remque. | dg | 1994-08-04 | 1 | -2/+27 |
* | Move ieeefp.h over, and put it in the correct subdirectory this time. | wollman | 1994-08-04 | 2 | -2/+106 |
* | Updated to include improvements from FreeBSD 1.1.5. Fixed brokeness | dg | 1994-08-04 | 2 | -643/+903 |
* | Nuked #if 0'd _insque and _remque routines - they are now inlined in | dg | 1994-08-04 | 1 | -28/+1 |
* | Merged in post-1.1.5 work done by myself and John Dyson. This includes: | dg | 1994-08-03 | 3 | -70/+150 |
* | Added $Id$ | dg | 1994-08-02 | 78 | -14/+293 |
* | Removed all code related to the pagescan daemon, and changed 'act_count' | dg | 1994-08-01 | 1 | -1/+3 |
* | Fixed a bug that was introduced in the conversion from 1.1.5 to 2.0. | dg | 1994-08-01 | 1 | -6/+14 |
* | Removed pager declarations. They are NOT optional, and don't need to be | dg | 1994-07-28 | 2 | -8/+0 |
* | Commit a whole cluster of last minute critical (and one cosmetic) fixes | jkh | 1994-06-22 | 2 | -4/+20 |
* | 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 | 1 | -2/+4 |
* | Fixed minor spelling error. | dg | 1994-06-11 | 1 | -1/+1 |
* | Bruce found a bug in my changes to stop using the gs selector. | dg | 1994-06-11 | 1 | -34/+61 |
* | Added some missing cld's (OOPS!) and changed the position of some of | dg | 1994-06-06 | 1 | -6/+9 |
* | trap.c: | dg | 1994-06-06 | 3 | -455/+461 |
* | Back out previous change for the moment - I need to commit some other | dg | 1994-06-06 | 1 | -9/+21 |
* | Added some missing cld's (OOPS!) and changed the position of some of | dg | 1994-06-06 | 2 | -21/+12 |
* | Removed extra (bogus) declaration of Xrsvd14 that was confusing me. | dg | 1994-06-04 | 1 | -1/+1 |
* | 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 |
* | Cast arguments to timeout() to quite compiler warnings. Should we | rgrimes | 1994-05-27 | 5 | -20/+28 |
* | SYSCONS is no longer needed since pccons has been removed. | rgrimes | 1994-05-26 | 3 | -9/+13 |
* | Since we have removed com.c and renamed comreg.h to sioreg.h I need to | rgrimes | 1994-05-26 | 1 | -1/+1 |
* | Fix some references to MIN() and MAX() that have been replaced by min() and | rgrimes | 1994-05-26 | 5 | -5/+5 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 59 | -960/+1220 |
* | 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 |
* | 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 |
* | 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 | 2 | -4/+4 |