aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlyPeter Wemm2000-05-213-235/+167
* Correct previous commit: solve the "stopped clock" syndrome in remoteGreg Lehey2000-05-181-2/+2
* Implement real read/write barriers for the i386. Despite the comment inMike Smith2000-05-183-12/+45
* If we are running in APIC_IO mode, pretend that we didn't see the BIOSMike Smith2000-05-171-0/+17
* Change to comments only: spell FreeBSD.org correctlyTim Vanderhoek2000-05-131-2/+2
* Turn on USB support for most USB devices. udbp is not turned on sinceJohn Baldwin2000-05-121-15/+16
* Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED.Peter Wemm2000-05-112-2/+2
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitDavid E. O'Brien2000-05-1010-107/+107
* When using _asm{} in GCC, one must specify the operand's size if oneDavid E. O'Brien2000-05-101-9/+9
* Do not specify the size to move. Allow the assembler to figure it out.David E. O'Brien2000-05-101-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-053-0/+3
* Add a little do-nothing ``slopsucker'' device which gives a homeGarrett Wollman2000-05-042-0/+88
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxMike Smith2000-05-042-2/+10
* I mentioned yesterday that I could use some work, and Kelly says, "Commit myDoug White2000-05-031-19/+23
* Move sn and cs drivers from the compat section to the real section.Warner Losh2000-05-031-4/+4
* The USB double bulk pipe driver (Host to host cables). Currently thereNick Hibma2000-05-011-0/+1
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-011-21/+0
* Mark two functions as private.Peter Wemm2000-04-293-0/+11
* Fix a long-standing bug which caused massive character loss in remoteGreg Lehey2000-04-251-5/+15
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-242-2/+2
* Disable PCI BIOS on PC-98.Yoshihiro Takahashi2000-04-231-1/+3
* - PC-98 uses IRQ2 too.Yoshihiro Takahashi2000-04-222-2/+26
* IO apics are not necessarily page aligned, they are only required to be alignedLuoqi Chen2000-04-201-3/+5
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Some more i386-only BIOS-friendliness:Mike Smith2000-04-164-31/+252
* Fix typo, extentions -> extensionsJeroen Ruigrok van der Werven2000-04-151-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-18/+18
* Awi driver, ported from NetBSD from Atsushi Once-san.Warner Losh2000-04-061-2/+4
* Remove obsolete reference to PCVT_FREEBSD.Hellmuth Michaelis2000-04-041-1/+1
* Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, andMike Smith2000-04-032-32/+0
* Make the sigprocmask() and geteuid() system calls MP SAFE. ExpandMatthew Dillon2000-04-022-22/+72
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Make sysv-style shared memory tuneable params fully runtime adjustablePeter Wemm2000-03-302-14/+0
* PC-98 BIOS copies the DX register into its work area. The value of itKATO Takenori2000-03-292-0/+6
* The SMP cleanup commit broke need_resched, this fixes that and alsoMatthew Dillon2000-03-295-8/+6
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hKATO Takenori2000-03-297-1272/+168
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.Matthew Dillon2000-03-281-1/+18
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-2816-440/+364
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes aMatthew Dillon2000-03-271-2/+24
* Include a space between hash ('#') and 'Berkeley packet filter' likeDan Moschuk2000-03-211-1/+1
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-202-12/+14
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-203-4/+3
* Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that theyMartin Cracauer2000-03-201-2/+2
* Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release'Peter Wemm2000-03-191-0/+2
* Connect the ISA and PCI compatability shims to an option. In this casePeter Wemm2000-03-191-1/+5
* Please welcome the URio driver. Written byNick Hibma2000-03-161-0/+1
* Eliminate the undocumented, experimental, non-delivering and highlyPoul-Henning Kamp2000-03-161-34/+0
* Disabled the optimization of not doing an invltlb_1pg() when changingBruce Evans2000-03-131-4/+4
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.Poul-Henning Kamp2000-03-132-12/+16
* Change the default FPU control word so that exceptions for newMartin Cracauer2000-03-102-68/+8