summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Intel 430TX chipset, namely 82439TX system controller and fourasami1998-03-011-1/+11
* Restored half of the ANSI semantic errors fix which was clobberedbde1998-03-012-4/+0
* Fixed syntax error in previous commit.bde1998-03-011-2/+2
* Sync with sys/i386/isa/clock.c revision 1.114.kato1998-03-013-6/+18
* 1) Use a more consistent page wait methodology.dyson1998-03-0120-228/+152
* Style nits and staticism with the previous commit.msmith1998-03-012-12/+12
* Add local stup putpages/getpages routines.msmith1998-03-012-0/+66
* Prevent the TSC from being used on APM machines, we have no idea ifphk1998-02-285-10/+30
* Make it possible to indicate that we don't care about the remotephk1998-02-281-3/+6
* Sync with sys/i386/isa/if_ed.c revision 1.136.kato1998-02-281-1/+9
* 1) in CleanupAliasData, don't nullify entry in linkTableOutbrian1998-02-271-4/+2
* Add PCI device ID of Surecom NE-34se1998-02-272-2/+4
* Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This sholdguido1998-02-272-8/+10
* Sync with sys/i386/isa/sio.c revision up to 1.199.kato1998-02-272-10/+8
* Sync with sys/i386/isa/if_fe.c revision up to 1.39.kato1998-02-271-5/+4
* Sync with sys/i386/isa/if_ed.c revision up to 1.135.kato1998-02-271-15/+14
* Sync with sys/i386/conf/majors.i386 revision 1.36.kato1998-02-271-2/+3
* Support for "MAC address in CIS" type cards.hosokawa1998-02-272-2/+18
OpenPOWER on IntegriCloud