summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initialize b_resid, and also print out better diagnostics on I/Odyson1998-03-082-14/+38
* Submitted by: kirk McKusickjulian1998-03-081-0/+255
* Add a quirk entry for IO DATA CDC-TX86 6 CD changer.jkh1998-03-081-1/+6
* Some cruft left over from my megacommit. A page rotation optimizationdyson1998-03-081-7/+2
* Several minor fixes:dyson1998-03-081-4/+11
* Free the first page also if it is not valid.dyson1998-03-081-2/+2
* Sync with sys/i386/i386/machdep.c revision 1.292.kato1998-03-082-2/+6
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-0736-426/+766
* Reenable redirection of clock interrupt to a higher priority vector.tegge1998-03-071-2/+2
* Make vm_fault much cleaner by removing the evil macro inlines, anddyson1998-03-072-221/+211
* The APs now reload the interrupt descriptor table pointer aftertegge1998-03-079-9/+48
* Some kern_lock code improvements. Add missing wakeup, and enabledyson1998-03-071-10/+43
* Sync with following changes:kato1998-03-075-57/+32
* Sync with sys/i386/isa/clock.c revision 1.115.kato1998-03-073-18/+18
* Sync with sys/i386/i386/machdep.c revision 1.291.kato1998-03-072-4/+14
* Set the input and output buffer sizes and the input buffer watermarksbde1998-03-072-42/+79
* Fixed missing simple_lock() in ffs_mountfs().bde1998-03-071-1/+2
* Make this handle -j<large>, and avoid .depend pointing at /usr/include.eivind1998-03-075-58/+33
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-0610-10/+178
* Removed support for now-unused FreeBSD misfeature DPSRCS.bde1998-03-061-3/+2
* Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.bde1998-03-061-6/+9
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-0514-153/+46
* Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT.tegge1998-03-052-4/+14
* Correct minor typojkh1998-03-052-2/+2
* Fixed mistakenly merged part.kato1998-03-051-51/+25
* Disable redirection of clock interrupt to a higher priority vector.tegge1998-03-041-2/+2
* *** empty log message ***semenu1998-03-043-36/+162
* Defined CCR6 and CCR7 (configuration registers of M2 CPU.)kato1998-03-042-2/+10
* Reviewed by: msmith, bde long agodufault1998-03-0421-13/+1795
* Reviewed by: msmith, bde long agodufault1998-03-043-14/+44
* Reviewed by: msmith, bde long agodufault1998-03-043-9/+39
* Fix recent breakage when compiling under elf.peter1998-03-041-1/+5
* Fix certain kinds of block device operations. For example, tunefs ondyson1998-03-042-18/+8
* Fix a rounding error for the NFS buffer validend.dyson1998-03-041-2/+2
* When entering the apic version of slow interrupt handler, leveltegge1998-03-0323-186/+1520
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-0316-45/+417
* Reduce timeout before assuming that forwarding of hardclock or softclocktegge1998-03-037-49/+77
* When sending an IPI to a specific target, disable interrupts inside thetegge1998-03-031-8/+70
* forward_statclock and forward_hardclock are located in mp_machdep.c.tegge1998-03-033-9/+15
* Added support for the 82553 and 'B' 82555 PHY.dg1998-03-034-4/+30
* Patch to the last commit; attempt to unspam stuff from NetBSD.msmith1998-03-032-26/+22
* Sync with sys/i386/i386/machdep.c revision 1.290.kato1998-03-022-4/+4
* Update the information in this file slightly.jkh1998-03-021-3/+8
* Update the ELF image activator to use some of the exec resources ratherpeter1998-03-026-163/+65
* Change vfs.ioopt default back to '0'.dyson1998-03-012-4/+4
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-0127-24/+218
* Fix mmap() on msdosfs. In the words of the submitter:msmith1998-03-012-8/+6
* Make sure that you can only bind a more specific address when it isguido1998-03-015-5/+15
* First pre alpha Work In Progress commit of a IDE/ATAPI tape driver.sos1998-03-015-8/+1692
* Undo the previous commit which was NOT for -current.sos1998-03-011-13/+3
OpenPOWER on IntegriCloud