summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Made pmap_kenter "TLB safe". ...and then removed all the pmap_updates thatdg1994-08-072-8/+10
* Provide support for upcoming merged VM/buffer cache, and fixed a few bugsdg1994-08-071-1/+2
* Don't kremove process VM pages (oops!). This was the cause of the instabilitydg1994-08-071-15/+20
* Don't strip the kernel.dg1994-08-061-3/+2
* Fixed various prototype problems with the pmap functions and the subsequentdg1994-08-064-26/+22
* Incorporated 1.1.5 improvements to the bounce buffer code (i.e. make itdg1994-08-061-487/+117
* Made the tmpstk start at tmpstk. Not doing so causes problems for thedg1994-08-061-2/+2
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-062-77/+45
* Added my own kernel configuration file. This can be used as a place todg1994-08-061-0/+116
* Delete redundant #ifdef __i386__, be consistent about idempotencywollman1994-08-051-8/+4
* Added assembly versions of ffs() and bcmp().dg1994-08-041-25/+66
* Inlined insque and remque.dg1994-08-041-2/+27
* Move ieeefp.h over, and put it in the correct subdirectory this time.wollman1994-08-042-2/+106
* Updated to include improvements from FreeBSD 1.1.5. Fixed brokenessdg1994-08-042-643/+903
* Nuked #if 0'd _insque and _remque routines - they are now inlined indg1994-08-041-28/+1
* Merged in post-1.1.5 work done by myself and John Dyson. This includes:dg1994-08-033-70/+150
* Added $Id$dg1994-08-0278-14/+293
* Removed all code related to the pagescan daemon, and changed 'act_count'dg1994-08-011-1/+3
* Fixed a bug that was introduced in the conversion from 1.1.5 to 2.0.dg1994-08-011-6/+14
* Removed pager declarations. They are NOT optional, and don't need to bedg1994-07-282-8/+0
* Commit a whole cluster of last minute critical (and one cosmetic) fixesjkh1994-06-222-4/+20
* Make BOOTWAIT a truly tunable parameter. It was hard-set before.jkh1994-06-202-4/+4
* This is the IBM/National PCMCIA ethernet driver from Keith Moore,jkh1994-06-163-0/+3000
* Changed delay mechanism to rely more on I/O spinning. If spinning on theadam1994-06-166-18/+36
* From Hellmuth Michaelis, reviewed by Bruce Evans: This enablesjkh1994-06-152-6/+6
* make BOOTWAIT loopcount parameter available for tuning.adam1994-06-154-8/+18
* Touch the $Revision$ string to cause a cvs revision update of the bootrgrimes1994-06-142-4/+4
* Be paranoid about setting of %dl register for braindead BIOS's,jkh1994-06-132-2/+4
* Fix from Bruce Evans:dg1994-06-111-2/+4
* Fixed minor spelling error.dg1994-06-111-1/+1
* Bruce found a bug in my changes to stop using the gs selector.dg1994-06-111-34/+61
* Added some missing cld's (OOPS!) and changed the position of some ofdg1994-06-061-6/+9
* trap.c:dg1994-06-063-455/+461
* Back out previous change for the moment - I need to commit some otherdg1994-06-061-9/+21
* Added some missing cld's (OOPS!) and changed the position of some ofdg1994-06-062-21/+12
* Removed extra (bogus) declaration of Xrsvd14 that was confusing me.dg1994-06-041-1/+1
* This should fix up the absolute paths to /usr/mdec - just prependedjkh1994-06-022-40/+40
* Make bootblocks fit into 7168 limitache1994-05-304-16/+14
* Cast arguments to timeout() to quite compiler warnings. Should wergrimes1994-05-275-20/+28
* SYSCONS is no longer needed since pccons has been removed.rgrimes1994-05-263-9/+13
* Since we have removed com.c and renamed comreg.h to sioreg.h I need torgrimes1994-05-261-1/+1
* Fix some references to MIN() and MAX() that have been replaced by min() andrgrimes1994-05-265-5/+5
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-2559-960/+1220
* This commit was generated by cvs2svn to compensate for changes in r1543,rgrimes1994-05-257-0/+506
|\
| * BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-257-0/+506
* Get us closer to being able to install on the second drive.jkh1994-05-242-4/+4
* Fixed Id stringsos1994-05-201-1/+1
* Added prober Id stringsos1994-05-201-1/+1
* Start preparing for the new, improved, doesn't-hang-the-keyboard version ofjkh1994-05-192-4/+8
* Remove the now bogus IP_VAT_COMPAT.jkh1994-05-182-4/+4
OpenPOWER on IntegriCloud