| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge in the necessary bits from 1.1.5.1 to make exec.h and reloc.h | jkh | 1994-08-09 | 2 | -37/+61 |
* | Removed ntohl and ntohs functions. These were already inlined assembly in | dg | 1994-08-09 | 2 | -52/+2 |
* | 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 |
* | 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 | 2 | -4/+4 |
* | Incorporated post 1.1.5 work from John Dyson. This includes performance | dg | 1994-08-06 | 2 | -77/+45 |
* | 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 | 2 | -50/+132 |
* | 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 |
* | 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 | 4 | -76/+151 |
* | Added $Id$ | dg | 1994-08-02 | 9 | -4/+111 |
* | Removed all code related to the pagescan daemon, and changed 'act_count' | dg | 1994-08-01 | 1 | -1/+3 |
* | Fix from Bruce Evans: | dg | 1994-06-11 | 2 | -4/+8 |
* | 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 | 2 | -68/+122 |
* | Added some missing cld's (OOPS!) and changed the position of some of | dg | 1994-06-06 | 2 | -12/+18 |
* | trap.c: | dg | 1994-06-06 | 4 | -499/+531 |
* | Back out previous change for the moment - I need to commit some other | dg | 1994-06-06 | 2 | -18/+42 |
* | Added some missing cld's (OOPS!) and changed the position of some of | dg | 1994-06-06 | 4 | -42/+24 |
* | Removed extra (bogus) declaration of Xrsvd14 that was confusing me. | dg | 1994-06-04 | 1 | -1/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 29 | -714/+771 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-25 | 6 | -0/+346 |
* | Add two routines insl and outsl, that should do 32bit string ins and outs. | ats | 1994-05-03 | 2 | -2/+54 |
* | Update the reprogram timer stuff, now the frequency of timer 0 | sos | 1994-05-02 | 2 | -140/+120 |
* | Removed some tlbflush optimizations as some of them were bogus and lead | dg | 1994-05-02 | 1 | -55/+14 |
* | Deleted on ifdef dontdef | gclarkii | 1994-04-29 | 2 | -8/+12 |
* | Added ifdef for GPL_MATH_EMULATE to keep the sytem from panicing when | gclarkii | 1994-04-29 | 1 | -4/+4 |
* | From John Dyson: | dg | 1994-04-25 | 1 | -3/+20 |
* | Define new option, INACCURATE_MICROTIME_IS_OK. When this is defined, | wollman | 1994-04-23 | 2 | -2/+10 |
* | Added IO_PPI define, pulled timer related stuff | sos | 1994-04-21 | 1 | -6/+3 |
* | Pulled out timer related functions -> now in clock.c | sos | 1994-04-21 | 1 | -160/+1 |
* | New support for sharing the timers | sos | 1994-04-21 | 2 | -46/+416 |
* | Bug fixes and performance improvements from John Dyson and myself: | dg | 1994-04-20 | 4 | -39/+131 |
* | Changes from John Dyson and myself: | dg | 1994-04-14 | 2 | -146/+81 |
* | Make Bruce happy: silently enter ddb on a BPT or trace trap if ddb is | dg | 1994-04-07 | 1 | -1/+19 |
* | from John Dyson: | dg | 1994-04-05 | 1 | -43/+467 |
* | Change from Bruce: | ache | 1994-04-02 | 1 | -2/+2 |
* | New interrupt code from Bruce Evans. In additional to Bruce's attached | dg | 1994-04-02 | 19 | -548/+501 |
* | Eliminated the "physstrat" wart and merged it into kern_physio.c. This | dg | 1994-03-30 | 1 | -21/+10 |
* | Eliminated the "physstrat" wart and merged it into kern_physio.c. This | dg | 1994-03-30 | 1 | -21/+1 |
* | New routine "pmap_kenter", designed to take advantage of the special | dg | 1994-03-30 | 2 | -14/+103 |
* | ifdef KERNEL the pmap_kextract inline function; ps is unhappy otherwise. | dg | 1994-03-25 | 1 | -1/+3 |
* | From John Dyson: performance improvements to the new bounce buffer | dg | 1994-03-24 | 3 | -18/+52 |
* | Bounce buffers. From John Dyson with help from me. | dg | 1994-03-23 | 2 | -2/+359 |
* | Now printf("changing root... indicates raw partition for floppy | ache | 1994-03-21 | 1 | -2/+2 |