aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Compaq `ida' driver to GENERIC, update it's LINT entry.Jonathan Lemon2000-03-091-0/+1
* I applied the wrong patch set. Back out anything associatedPeter Dufault2000-03-021-1/+0
* Patches that eliminate extra context switches in FIFO case.Peter Dufault2000-03-022-2/+4
* Reset the hardware debug registers when exec'ing a new image.Brian S. Dean2000-02-281-0/+22
* Do some cleanups of the IPv6 stuff. This is a non-functional change.Brian Feldman2000-02-271-3/+2
* Enable IPv6 support by default.Jordan K. Hubbard2000-02-261-0/+4
* Add a workaround to allow us to detect the second pci bus on an HPDoug Rabson2000-02-232-2/+20
* Fix an __asm operand constraint which broke the -O3 and -O0 builds.Brian S. Dean2000-02-211-6/+6
* Don't forget to reset the hardware debug registers when a process thatBrian S. Dean2000-02-207-1/+181
* Update the documentation to reflect Bill Paul's latest changes.Nick Hibma2000-02-201-1/+1
* Make it clear that 'options XSERVER' is for pcvt and not for syscons.Kazutaka YOKOTA2000-02-161-1/+1
* Fix an uninitialised variable which affected probing on some machines.Doug Rabson2000-02-132-0/+2
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-6/+9
* Document the support in the kernel for hardware debug registers on theDavid E. O'Brien2000-02-121-0/+3
* Allow allows peer pci buses which are directly connected to the RCC host pciAndrew Gallatin2000-02-092-14/+44
* Add PCI Id's for i810 chipsets.Nick Hibma2000-02-072-0/+18