summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Remove unnecessary 'data32' and 'addr32' prefixes and #define's.jhb2000-05-271-10/+1
* Back out the previous change to the queue(3) interface.jake2000-05-262-9/+9
* Reintroduce a workaround for a gas bug (misassembled lgdt instruction)tegge2000-05-251-13/+7
* pmap_enter() masked off the page offset bits, pmap_kenter() did not.peter2000-05-241-0/+1
* Add OPTi 82C700 chipset.kuriyama2000-05-242-0/+6
* Add 440MX chipset.kuriyama2000-05-242-0/+6
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-9/+9
* Sort the sys includes.obrien2000-05-221-3/+3
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-221-1/+0
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-213-235/+167
* Correct previous commit: solve the "stopped clock" syndrome in remotegrog2000-05-181-2/+2
* Implement real read/write barriers for the i386. Despite the comment inmsmith2000-05-183-12/+45
* If we are running in APIC_IO mode, pretend that we didn't see the BIOSmsmith2000-05-171-0/+17
* Change to comments only: spell FreeBSD.org correctlyhoek2000-05-131-2/+2
* Turn on USB support for most USB devices. udbp is not turned on sincejhb2000-05-121-15/+16
* Move <machine/ipl.h> outside #ifdef SMP because it supplies AST_RESCHED.peter2000-05-112-2/+2
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitobrien2000-05-1010-107/+107
* When using _asm{} in GCC, one must specify the operand's size if oneobrien2000-05-101-9/+9
* Do not specify the size to move. Allow the assembler to figure it out.obrien2000-05-101-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Add a little do-nothing ``slopsucker'' device which gives a homewollman2000-05-042-0/+88
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxmsmith2000-05-042-2/+10
* I mentioned yesterday that I could use some work, and Kelly says, "Commit mydwhite2000-05-031-19/+23
* Move sn and cs drivers from the compat section to the real section.imp2000-05-031-4/+4
* The USB double bulk pipe driver (Host to host cables). Currently theren_hibma2000-05-011-0/+1
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-011-21/+0
* Mark two functions as private.peter2000-04-293-0/+11
* Fix a long-standing bug which caused massive character loss in remotegrog2000-04-251-5/+15
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-242-2/+2
* Disable PCI BIOS on PC-98.nyan2000-04-231-1/+3
* - PC-98 uses IRQ2 too.nyan2000-04-222-2/+26
* IO apics are not necessarily page aligned, they are only required to be alignedluoqi2000-04-201-3/+5
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Some more i386-only BIOS-friendliness:msmith2000-04-164-31/+252
* Fix typo, extentions -> extensionsasmodai2000-04-151-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-18/+18
* Awi driver, ported from NetBSD from Atsushi Once-san.imp2000-04-061-2/+4
* Remove obsolete reference to PCVT_FREEBSD.hm2000-04-041-1/+1
* Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, andmsmith2000-04-032-32/+0
* Make the sigprocmask() and geteuid() system calls MP SAFE. Expanddillon2000-04-022-22/+72
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-302-14/+0
* PC-98 BIOS copies the DX register into its work area. The value of itkato2000-03-292-0/+6
* The SMP cleanup commit broke need_resched, this fixes that and alsodillon2000-03-295-8/+6
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-297-1272/+168
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-1/+18
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-2816-440/+364
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes adillon2000-03-271-2/+24
* Include a space between hash ('#') and 'Berkeley packet filter' likedan2000-03-211-1/+1
* Isolate the Timecounter internals in their own two files.phk2000-03-202-12/+14
OpenPOWER on IntegriCloud