| Commit message (Expand) | Author | Age | Files | Lines |
* | Put sigevent and AIO_LISTIO_MAX back in aio.h so | dufault | 1998-03-08 | 1 | -6/+32 |
* | Quell unneeded pageout daemon activity. | dyson | 1998-03-08 | 1 | -2/+2 |
* | Remove a very ill advised vm_page_protect. This was being called | dyson | 1998-03-08 | 1 | -2/+1 |
* | Reviewed by: bde | dufault | 1998-03-08 | 11 | -124/+114 |
* | merge benfor branch changes onto mainline. | peter | 1998-03-08 | 6 | -120/+996 |
* | Construct the minor number for the root device taking into account the | msmith | 1998-03-08 | 2 | -16/+20 |
* | Define shift, mask and extraction macros for obtaining the slice number | msmith | 1998-03-08 | 1 | -1/+4 |
* | Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) | julian | 1998-03-08 | 49 | -493/+1857 |
* | Initialize b_resid, and also print out better diagnostics on I/O | dyson | 1998-03-08 | 2 | -14/+38 |
* | Submitted by: kirk McKusick | julian | 1998-03-08 | 1 | -0/+255 |
* | Add a quirk entry for IO DATA CDC-TX86 6 CD changer. | jkh | 1998-03-08 | 1 | -1/+6 |
* | Some cruft left over from my megacommit. A page rotation optimization | dyson | 1998-03-08 | 1 | -7/+2 |
* | Several minor fixes: | dyson | 1998-03-08 | 1 | -4/+11 |
* | Free the first page also if it is not valid. | dyson | 1998-03-08 | 1 | -2/+2 |
* | Sync with sys/i386/i386/machdep.c revision 1.292. | kato | 1998-03-08 | 2 | -2/+6 |
* | This mega-commit is meant to fix numerous interrelated problems. There | dyson | 1998-03-07 | 36 | -426/+766 |
* | Reenable redirection of clock interrupt to a higher priority vector. | tegge | 1998-03-07 | 1 | -2/+2 |
* | Make vm_fault much cleaner by removing the evil macro inlines, and | dyson | 1998-03-07 | 2 | -221/+211 |
* | The APs now reload the interrupt descriptor table pointer after | tegge | 1998-03-07 | 9 | -9/+48 |
* | Some kern_lock code improvements. Add missing wakeup, and enable | dyson | 1998-03-07 | 1 | -10/+43 |
* | Sync with following changes: | kato | 1998-03-07 | 5 | -57/+32 |
* | Sync with sys/i386/isa/clock.c revision 1.115. | kato | 1998-03-07 | 3 | -18/+18 |
* | Sync with sys/i386/i386/machdep.c revision 1.291. | kato | 1998-03-07 | 2 | -4/+14 |
* | Set the input and output buffer sizes and the input buffer watermarks | bde | 1998-03-07 | 2 | -42/+79 |
* | Fixed missing simple_lock() in ffs_mountfs(). | bde | 1998-03-07 | 1 | -1/+2 |
* | Make this handle -j<large>, and avoid .depend pointing at /usr/include. | eivind | 1998-03-07 | 5 | -58/+33 |
* | Trivial filesystem getpages/putpages implementations, set the second. | msmith | 1998-03-06 | 10 | -10/+178 |
* | Removed support for now-unused FreeBSD misfeature DPSRCS. | bde | 1998-03-06 | 1 | -3/+2 |
* | Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}. | bde | 1998-03-06 | 1 | -6/+9 |
* | Remove special handling for resuming clock interrupt when using APIC_IO. | tegge | 1998-03-05 | 14 | -153/+46 |
* | Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT. | tegge | 1998-03-05 | 2 | -4/+14 |
* | Correct minor typo | jkh | 1998-03-05 | 2 | -2/+2 |
* | Fixed mistakenly merged part. | kato | 1998-03-05 | 1 | -51/+25 |
* | Disable redirection of clock interrupt to a higher priority vector. | tegge | 1998-03-04 | 1 | -2/+2 |
* | *** empty log message *** | semenu | 1998-03-04 | 3 | -36/+162 |
* | Defined CCR6 and CCR7 (configuration registers of M2 CPU.) | kato | 1998-03-04 | 2 | -2/+10 |
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 21 | -13/+1795 |
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 3 | -14/+44 |
* | Reviewed by: msmith, bde long ago | dufault | 1998-03-04 | 3 | -9/+39 |
* | Fix recent breakage when compiling under elf. | peter | 1998-03-04 | 1 | -1/+5 |
* | Fix certain kinds of block device operations. For example, tunefs on | dyson | 1998-03-04 | 2 | -18/+8 |
* | Fix a rounding error for the NFS buffer validend. | dyson | 1998-03-04 | 1 | -2/+2 |
* | When entering the apic version of slow interrupt handler, level | tegge | 1998-03-03 | 23 | -186/+1520 |
* | Forward the signal if the process runs on a different CPU. This reduces | tegge | 1998-03-03 | 16 | -45/+417 |
* | Reduce timeout before assuming that forwarding of hardclock or softclock | tegge | 1998-03-03 | 7 | -49/+77 |
* | When sending an IPI to a specific target, disable interrupts inside the | tegge | 1998-03-03 | 1 | -8/+70 |
* | forward_statclock and forward_hardclock are located in mp_machdep.c. | tegge | 1998-03-03 | 3 | -9/+15 |
* | Added support for the 82553 and 'B' 82555 PHY. | dg | 1998-03-03 | 4 | -4/+30 |
* | Patch to the last commit; attempt to unspam stuff from NetBSD. | msmith | 1998-03-03 | 2 | -26/+22 |
* | Sync with sys/i386/i386/machdep.c revision 1.290. | kato | 1998-03-02 | 2 | -4/+4 |