summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-203-4/+3
* Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that theycracauer2000-03-201-2/+2
* Document and supply COMPAT_OLDPCI and COMPAT_OLDISA so 'make release'peter2000-03-191-0/+2
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-191-1/+5
* Please welcome the URio driver. Written byn_hibma2000-03-161-0/+1
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-34/+0
* Disabled the optimization of not doing an invltlb_1pg() when changingbde2000-03-131-4/+4
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.phk2000-03-132-12/+16
* Change the default FPU control word so that exceptions for newcracauer2000-03-102-68/+8
* Add Compaq `ida' driver to GENERIC, update it's LINT entry.jlemon2000-03-091-0/+1
* I applied the wrong patch set. Back out anything associateddufault2000-03-021-1/+0
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-022-2/+4
* Reset the hardware debug registers when exec'ing a new image.bsd2000-02-281-0/+22
* Do some cleanups of the IPv6 stuff. This is a non-functional change.green2000-02-271-3/+2
* Enable IPv6 support by default.jkh2000-02-261-0/+4
* Add a workaround to allow us to detect the second pci bus on an HPdfr2000-02-232-2/+20
* Fix an __asm operand constraint which broke the -O3 and -O0 builds.bsd2000-02-211-6/+6
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-207-1/+181
* Update the documentation to reflect Bill Paul's latest changes.n_hibma2000-02-201-1/+1
* Make it clear that 'options XSERVER' is for pcvt and not for syscons.yokota2000-02-161-1/+1
* Fix an uninitialised variable which affected probing on some machines.dfr2000-02-132-0/+2
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-6/+9
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-0/+3
* Allow allows peer pci buses which are directly connected to the RCC host pcigallatin2000-02-092-14/+44
* Add PCI Id's for i810 chipsets.n_hibma2000-02-072-0/+18
* Clean up POSIX options, syncronize generics.jkh2000-02-041-2/+1
* da0 -> dan_hibma2000-02-011-1/+1
* Remove 'conflicts' token - it has been effectively doing absolutelypeter2000-01-291-1/+1
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-292-10/+0
* Remove a workaround for a gas bug. It couldn't assemble a certainpeter2000-01-291-3/+1
* Simplify messages of Pentium II, Pentium II Xeon, Celeron, Pentium IIIkato2000-01-291-11/+4
* Mitigate the stream.c attacksimp2000-01-281-0/+1
OpenPOWER on IntegriCloud