aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)Julian Elischer1998-03-0849-493/+1857
* Initialize b_resid, and also print out better diagnostics on I/OJohn Dyson1998-03-082-14/+38
* Submitted by: kirk McKusickJulian Elischer1998-03-081-0/+255
* Add a quirk entry for IO DATA CDC-TX86 6 CD changer.Jordan K. Hubbard1998-03-081-1/+6
* Some cruft left over from my megacommit. A page rotation optimizationJohn Dyson1998-03-081-7/+2
* Several minor fixes:John Dyson1998-03-081-4/+11
* Free the first page also if it is not valid.John Dyson1998-03-081-2/+2
* Sync with sys/i386/i386/machdep.c revision 1.292.KATO Takenori1998-03-082-2/+6
* This mega-commit is meant to fix numerous interrelated problems. ThereJohn Dyson1998-03-0736-426/+766
* Reenable redirection of clock interrupt to a higher priority vector.Tor Egge1998-03-071-2/+2
* Make vm_fault much cleaner by removing the evil macro inlines, andJohn Dyson1998-03-072-221/+211
* The APs now reload the interrupt descriptor table pointer afterTor Egge1998-03-079-9/+48
* Some kern_lock code improvements. Add missing wakeup, and enableJohn Dyson1998-03-071-10/+43
* Sync with following changes:KATO Takenori1998-03-075-57/+32
* Sync with sys/i386/isa/clock.c revision 1.115.KATO Takenori1998-03-073-18/+18
* Sync with sys/i386/i386/machdep.c revision 1.291.KATO Takenori1998-03-072-4/+14
* Set the input and output buffer sizes and the input buffer watermarksBruce Evans1998-03-072-42/+79
* Fixed missing simple_lock() in ffs_mountfs().Bruce Evans1998-03-071-1/+2
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.Eivind Eklund1998-03-075-58/+33
* Trivial filesystem getpages/putpages implementations, set the second.Mike Smith1998-03-0610-10/+178
* Removed support for now-unused FreeBSD misfeature DPSRCS.Bruce Evans1998-03-061-3/+2
* Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.Bruce Evans1998-03-061-6/+9
* Remove special handling for resuming clock interrupt when using APIC_IO.Tor Egge1998-03-0514-153/+46
* Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT.Tor Egge1998-03-052-4/+14
* Correct minor typoJordan K. Hubbard1998-03-052-2/+2
* Fixed mistakenly merged part.KATO Takenori1998-03-051-51/+25
* Disable redirection of clock interrupt to a higher priority vector.Tor Egge1998-03-041-2/+2
* *** empty log message ***Semen Ustimenko1998-03-043-36/+162
* Defined CCR6 and CCR7 (configuration registers of M2 CPU.)KATO Takenori1998-03-042-2/+10
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-0421-13/+1795
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-043-14/+44
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-043-9/+39
* Fix recent breakage when compiling under elf.Peter Wemm1998-03-041-1/+5
* Fix certain kinds of block device operations. For example, tunefs onJohn Dyson1998-03-042-18/+8
* Fix a rounding error for the NFS buffer validend.John Dyson1998-03-041-2/+2
* When entering the apic version of slow interrupt handler, levelTor Egge1998-03-0323-186/+1520
* Forward the signal if the process runs on a different CPU. This reducesTor Egge1998-03-0316-45/+417
* Reduce timeout before assuming that forwarding of hardclock or softclockTor Egge1998-03-037-49/+77
* When sending an IPI to a specific target, disable interrupts inside theTor Egge1998-03-031-8/+70
* forward_statclock and forward_hardclock are located in mp_machdep.c.Tor Egge1998-03-033-9/+15
* Added support for the 82553 and 'B' 82555 PHY.David Greenman1998-03-034-4/+30
* Patch to the last commit; attempt to unspam stuff from NetBSD.Mike Smith1998-03-032-26/+22
* Sync with sys/i386/i386/machdep.c revision 1.290.KATO Takenori1998-03-022-4/+4
* Update the information in this file slightly.Jordan K. Hubbard1998-03-021-3/+8
* Update the ELF image activator to use some of the exec resources ratherPeter Wemm1998-03-026-163/+65
* Change vfs.ioopt default back to '0'.John Dyson1998-03-012-4/+4
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-0127-24/+218
* Fix mmap() on msdosfs. In the words of the submitter:Mike Smith1998-03-012-8/+6
* Make sure that you can only bind a more specific address when it isGuido van Rooij1998-03-015-5/+15
* First pre alpha Work In Progress commit of a IDE/ATAPI tape driver.Søren Schmidt1998-03-015-8/+1692